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

Mike Massonnet noreply at xfce.org
Sat Dec 19 14:06:01 CET 2009


Updating branch refs/heads/master
         to 315d9b328e8dbf95f46c7154d02408ffaca0ba00 (commit)
       from eafe114fa8a80f9c976c83cccaf6a27ef754bbb0 (commit)

commit 315d9b328e8dbf95f46c7154d02408ffaca0ba00
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sat Dec 19 14:02:48 2009 +0100

    === Release 1.7.2 ===

 ChangeLog                |    4 ++++
 Makefile.am              |    6 ++++--
 NEWS                     |   18 ++++++++++++++++++
 configure.ac.in          |    2 +-
 panel-plugin/Makefile.am |    6 ++++--
 po/POTFILES.skip         |    3 ++-
 6 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 435366d..b0d07b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-12-19  Mike Massonnet <mmassonnet at xfce.org>
 
+=== Release 1.7.2 ===
+
+2009-12-19  Mike Massonnet <mmassonnet at xfce.org>
+
 Fix compile warnings from .c files
 
 2009-12-19  Mike Massonnet <mmassonnet at xfce.org>
diff --git a/Makefile.am b/Makefile.am
index 1cf03e2..e88fc25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,8 @@ EXTRA_DIST =								\
 	README								\
 	intltool-extract.in						\
 	intltool-merge.in						\
-	intltool-update.in
+	intltool-update.in						\
+	$(desktop_in_files)
 
 DISTCLEANFILES =							\
 	aclocal.m4							\
@@ -39,5 +40,6 @@ DISTCLEANFILES =							\
 	mkinstalldirs							\
 	intltool-extract						\
 	intltool-merge							\
-	intltool-update
+	intltool-update							\
+	$(desktop_DATA)
 
diff --git a/NEWS b/NEWS
index d99a022..0e5539c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+VERSION 1.7.2
+
+- Unique support has been introduced as a hard-dependency (because you just
+  can't provide soft-dependencies when building from Vala sources)
+- The plugin is provided both as a panel plugin and as a standalone app that
+  sits in the notification area (a menu item is available under Accessories)
+- A context menu to go to a specific notes-group appears in the context menu
+  (right click the panel plugin or the systray icon)
+- Navigation bar can be set on/off in the settings dialog
+- The tabs can be positioned instead of only on/off
+- The top-right/left corners are no more resizable
+- A cursor handle to resize on the right/left is displayed
+- Some minor esthetic changes
+- Small bug fixes
+- Updated translations: Catalan, Latvian, Turkish, English (United Kingdom),
+  Japanese, Indonesian, Greek, Dutch, Kazakh, Danish, Portuguese, Spanish,
+  Hungarian, Galician, Slovak, Chinese (Simplified), Russian, Basque
+
 VERSION 1.7.1
 
 - Show tabs option is back in the settings dialog
diff --git a/configure.ac.in b/configure.ac.in
index 63790a6..2f448cd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([xfce4_notes_plugin_version_minor], [7])
 m4_define([xfce4_notes_plugin_version_micro], [2])
 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])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 3d15277..616a2a5 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -222,7 +222,8 @@ EXTRA_DIST =								\
 	$(notes_VALASOURCES)						\
 	$(notes_panel_plugin_VALASOURCES)				\
 	$(notes_status_icon_VALASOURCES)				\
-	$(desktop_in_in_files)
+	$(desktop_in_in_files)						\
+	$(autostart_in_files)
 
 if MAINTAINER_MODE
 CLEANFILES =								\
@@ -232,5 +233,6 @@ endif
 
 DISTCLEANFILES =							\
 	$(desktop_DATA)							\
-	$(desktop_in_files)
+	$(desktop_in_files)						\
+	$(autostart_DATA)
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 01bca23..2e0bdfd 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,4 +1,5 @@
-panel-plugin/main.c
+panel-plugin/main-panel-plugin.c
+panel-plugin/main-status-icon.c
 panel-plugin/application.c
 panel-plugin/window.c
 panel-plugin/note.c



More information about the Xfce4-commits mailing list