[Goodies-commits] r6809 - xfce4-notes-plugin/trunk

Mike Massonnet mmassonnet at xfce.org
Sat Feb 28 19:12:47 CET 2009


Author: mmassonnet
Date: 2009-02-28 18:12:47 +0000 (Sat, 28 Feb 2009)
New Revision: 6809

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/NEWS
   xfce4-notes-plugin/trunk/configure.in.in
Log:
1.6.4 version

Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2009-02-28 17:21:11 UTC (rev 6808)
+++ xfce4-notes-plugin/trunk/ChangeLog	2009-02-28 18:12:47 UTC (rev 6809)
@@ -1,5 +1,9 @@
 2009-02-28  Mike Massonnet <mmassonnet at xfce.org>
 
+=== Release 1.6.4 ===
+
+2009-02-28  Mike Massonnet <mmassonnet at xfce.org>
+
 Remember the last tab
 	* panel-plugin/notes.c(notes_window_save_data),
 	  panel-plugin/notes.c(notes_window_load_data):

Modified: xfce4-notes-plugin/trunk/NEWS
===================================================================
--- xfce4-notes-plugin/trunk/NEWS	2009-02-28 17:21:11 UTC (rev 6808)
+++ xfce4-notes-plugin/trunk/NEWS	2009-02-28 18:12:47 UTC (rev 6809)
@@ -1,3 +1,14 @@
+VERSION 1.6.4
+
+- Resize handle all around the window
+- Resize cursors display at the bottom of the window
+- Clean up the settings dialog and the window menu
+- New settings: background color and show tabs
+- Renamed option Hide Tabs to Show Tabs
+- Remember the last tab on quit
+- New translations: Italian, Swedish, Turkish
+- Updated translations: Czech, Danish, Finish, French, Galician, Japanese, Polish
+
 VERSION 1.6.3
 
 - Clean up with new default settings and small fixes

Modified: xfce4-notes-plugin/trunk/configure.in.in
===================================================================
--- xfce4-notes-plugin/trunk/configure.in.in	2009-02-28 17:21:11 UTC (rev 6808)
+++ xfce4-notes-plugin/trunk/configure.in.in	2009-02-28 18:12:47 UTC (rev 6809)
@@ -3,7 +3,7 @@
 dnl
 dnl 2003 Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>
 dnl 2003 Jakob Henriksson <b0kaj+dev at lysator.liu.se>
-dnl 2006, 2008 Mike Massonnet <mmassonnet at gmail.com>
+dnl 2006, 2008, 2009 Mike Massonnet <mmassonnet at gmail.com>
 dnl
 
 m4_define([xfce4_notes_plugin_version_major], [1])
@@ -11,7 +11,7 @@
 m4_define([xfce4_notes_plugin_version_micro], [4])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [r at REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], [svn]) # 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(), [svn], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
 
 AC_INIT([xfce4-notes-plugin], [xfce4_notes_plugin_version], 
@@ -33,8 +33,9 @@
 AC_MINIX
 
 dnl Check for basic programs
-AC_PROG_CC
+AC_PROG_CC_C_O
 AC_PROG_INSTALL
+AC_PROG_LIBTOOL
 AC_PROG_INTLTOOL
 
 dnl Check for standard header files
@@ -106,7 +107,7 @@
 echo
 echo "Build Configuration:"
 echo
-echo "* Xfconf Support:         $enable_xfconf"
+echo "* Settings Dialog:        $enable_xfconf"
 echo "* Thunar-vfs Support:     $enable_thunar_vfs"
 echo "* Debug Support:          $enable_debug"
 echo




More information about the Goodies-commits mailing list