gnome-menus r909 - trunk



Author: vuntz
Date: Tue Jun  3 20:58:38 2008
New Revision: 909
URL: http://svn.gnome.org/viewvc/gnome-menus?rev=909&view=rev

Log:
2008-06-03  Vincent Untz  <vuntz gnome org>

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


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jun  3 20:58:38 2008
@@ -4,6 +4,30 @@
 
   Features
 
+	* Implement handling of $XDG_MENU_PREFIX from the xdg menu
+	  specification (Vincent)
+
+  Fixes
+
+	* Fix the values of <DefaultLayout> (ie, show_empty, inline,
+	  inline_limit, etc.) not being inherited by submenus when the
+	  <DefaultLayout> node is after the <Menu> node in the .menu file
+	  (Vincent)
+	* Fix a bug where the fallback on the filename in <MergeFile> couldn't
+	  be used (Vincent)
+
+  Translators
+
+	* Djihed Afifi (ar)
+	* Anna ÃrmansdÃttir (is)
+	* Manoj Kumar Giri (or)
+
+==============
+Version 2.23.1
+==============
+
+  Features
+
 	* Do not show separators at the beginning/end of a menu, or after
 	  another separator, but add an option to show them (Vincent)
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Jun  3 20:58:38 2008
@@ -1,4 +1,4 @@
-gnome-menus 2.23.1
+gnome-menus 2.23.3
 ==================
 
 	This package is free software and is part of the

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jun  3 20:58:38 2008
@@ -1,4 +1,4 @@
-AC_INIT([gnome-menus], [2.23.2],
+AC_INIT([gnome-menus], [2.23.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus])
 AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
 
@@ -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=4:0:2
+LIB_MENU_LT_VERSION=4:1:2
 AC_SUBST(LIB_MENU_LT_VERSION)
 
 GETTEXT_PACKAGE=gnome-menus



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