[Xfce4-commits] <xfce4-notes-plugin:master> === Release 1.7.7 ===

Mike Massonnet noreply at xfce.org
Sun Nov 7 12:26:03 CET 2010


Updating branch refs/heads/master
         to 965b546a6e9fb9a7513ada5dceb6262510f349e7 (commit)
       from e2583754c6cba9e5254cb805e7e951eedb78277a (commit)

commit 965b546a6e9fb9a7513ada5dceb6262510f349e7
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sun Nov 7 12:25:41 2010 +0100

    === Release 1.7.7 ===

 ChangeLog       |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS            |    9 ++++++++
 README          |    7 ++++-
 configure.ac.in |    2 +-
 4 files changed, 74 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ee2fa0f..d1f3384 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+=== Release 1.7.7 ===
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Initialize the first group with load_window_data
+
+Redone the way the first group is created in order to keep the xfconf
+binding in one place.
+
+This will be useful in order to create FileMonitors later.
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Add two background colors GTK+ and Android
+
+The Android is a dummy color while GTK+ looks at the theme normal
+background and listen to theme changes.
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Remove automatic navigation bar completely
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Add Go left/right buttons in the title bar beside the close button
+
+Added two buttons in the title bar to go to the previous/next note, very
+useful when the tabs are hidden.
+
+Removed the analogue buttons from the automatic navigation bar.
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Add LeftArrow/RightArrow to Xnp.TitleBarButton
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Make title bar more insensitive when window is unfocused
+
+Set all of the title bar elements (the menu button, title label and
+close button) insensitive when the window is unfocused.
+
+Add the method set_widget_source_color() to Xnp.IconButton to set the
+Cairo context source color normal, active or insensitive.
+
+2010-11-06  Mike Massonnet <mmassonnet at xfce.org>
+
+Cache menu image inside two pixbufs
+
+The menu icon (top left corner) was always loaded from the files.
+Instead of loading from the files, cache the two files inside
+pixbufs.
+
+2010-11-05  Mike Massonnet <mmassonnet at xfce.org>
+
+Port code to Vala 0.10
+
 2010-04-21  Mike Massonnet <mmassonnet at xfce.org>
 
 Buid lib/ with gtk+-2.0.vapi file from data/vapi
diff --git a/NEWS b/NEWS
index 7917d98..146c561 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+VERSION 1.7.7
+
+- Ported code to Vala 0.10
+- Make title bar more insensitive while window is unfocused
+- Show Go left/right buttons in the window
+- Remove the automatic navigation bar completely
+- Added new colors Android and GTK+
+- Updated translations: Italian, Galician, Uyghur, Swedish, French
+
 VERSION 1.7.6
 
 - Fix xfce4-notes-settings not being linked against Math lib
diff --git a/README b/README
index 298b928..00161d8 100644
--- a/README
+++ b/README
@@ -57,10 +57,13 @@ http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
  Dependencies
 --------------
 
-* libgtk+2 2.10
-* libxfce4panel 4.4.0
+* glib 2.14
+* gtk+ 2.14
 * libxfcegui4 4.4.0
+* libxfce4util 4.4.0
+* libxfce4panel 4.4.0
 * xfconf 4.6.0
+* unique 1.0.0
 
 
  Install
diff --git a/TODO b/TODO
deleted file mode 100644
index e69de29..0000000
diff --git a/configure.ac.in b/configure.ac.in
index e4e5751..6d813a1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_notes_plugin_version_minor], [7])
 m4_define([xfce4_notes_plugin_version_micro], [7])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [@REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
 m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce4_notes_plugin_version_minor().xfce4_notes_plugin_version_micro()ifelse(xfce4_notes_plugin_version_nano(), [], [], [.xfce4_notes_plugin_version_nano()])ifelse(xfce4_notes_plugin_version_tag(), [git], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
 
 AC_PREREQ([2.50])



More information about the Xfce4-commits mailing list