gnome-menus r906 - branches/gnome-2-22



Author: vuntz
Date: Mon May 26 16:20:06 2008
New Revision: 906
URL: http://svn.gnome.org/viewvc/gnome-menus?rev=906&view=rev

Log:
2008-05-26  Vincent Untz  <vuntz gnome org>

	* NEWS:
	* README:
	* configure.in: Version 2.22.2.


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/README
   branches/gnome-2-22/configure.in

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Mon May 26 16:20:06 2008
@@ -1,4 +1,42 @@
 ==============
+Version 2.22.2
+==============
+
+  Features
+
+	* Do not show separators at the beginning/end of a menu, or after
+	  another separator, but add an option to show them (Vincent)
+
+  Fixes
+
+	* Call g_type_init() because GIO needs it and we use GIO for file
+	  monitoring (Vincent)
+	* Fix a crash when a file notification is emitted with a non-ascii
+	  filename (Vincent)
+	* Remove entries from the excluded set if they are included after they
+	  were excluded (eg:
+	  <Exclude>something</Exclude><Include>something</Include>) (Vincent)
+	* Implicitly add <Merge> nodes to <Layout> and <DefaultLayout> that are
+	  missing some (Vincent)
+	* Correctly order the move operations to execute so that moving
+	  something and moving it back again works as undo (Vincent)
+	* Simplify some code (William Jon McCann, Vincent)
+	* Plug leak (Vincent)
+
+  Layout
+
+	* Do not show accessibility items in the accessories submenu
+	  (Josselin Mouette)
+	* Merge menus and files at the end of the layout of settings.menu
+	* Explicitly do not include gnomecc.menu in the preferences menu
+	  instead of explicitly excluding it, so that alacarte doesn't know it
+	  was excluded (Vincent)
+
+  Translators
+
+	* Åygimantas BeruÄka (lt)
+
+==============
 Version 2.22.1
 ==============
 

Modified: branches/gnome-2-22/README
==============================================================================
--- branches/gnome-2-22/README	(original)
+++ branches/gnome-2-22/README	Mon May 26 16:20:06 2008
@@ -1,4 +1,4 @@
-gnome-menus 2.22.1
+gnome-menus 2.22.2
 ==================
 
 	This package is free software and is part of the

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Mon May 26 16:20:06 2008
@@ -15,7 +15,7 @@
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LIB_MENU_LT_VERSION=3:24:1
+LIB_MENU_LT_VERSION=3:25:1
 AC_SUBST(LIB_MENU_LT_VERSION)
 
 GETTEXT_PACKAGE=gnome-menus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]