[gnome-menus] [release] 2.27.92



commit 908771796bad88ce49158f951bd7ca40c51b256b
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 9 02:08:40 2009 +0200

    [release] 2.27.92

 NEWS         |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    4 ++--
 configure.in |    2 +-
 3 files changed, 59 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9bc34bd..6e50294 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+===============
+Version 2.27.92
+===============
+
+This releases features new API that applications can use to display the full
+name contained in .desktop files that is now in the X-GNOME-FullName key. If an
+application chooses to use this, then it should set the sort key so that
+.desktop files are correctly sorted.
+
+  libmenu
+
+	* Add gmenu_tree_entry_get_display_name() API (Vincent)
+	  This will return X-GNOME-FullName if available, and fallback to Name.
+	* Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent)
+	  The default sort key is still Name. Users of
+	  gmenu_tree_entry_get_display_name() should use
+	  gmenu_tree_set_sort_key().
+
+  Python
+
+	* Bind new API (Vincent)
+	* Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent)
+
+  Menu Editor
+
+	* Remove deprecated Encoding key from desktop file (Frédéric Péters)
+	* Use display name instead of name (Vincent)
+
+  Translators
+
+	* Khaled Hosny (ar)
+	* Alexander Shopov (bg)
+	* Runa Bhattacharjee (bn_IN)
+	* Denis (br)
+	* Mario Blättermann (de)
+	* Iñaki Larrañaga Murgoitio (eu)
+	* Claude Paroz (fr)
+	* Seán de Búrca (ga)
+	* Anton Meixome (gl)
+	* Sweta Kothari (gu)
+	* Gabor Kelemen (hu)
+	* Francesco Marletta (it)
+	* Takayuki KUSANO (ja)
+	* Changwoo Ryu (ko)
+	* Kjartan Maraas (nb)
+	* Mario Blättermann (nds)
+	* Manoj Kumar Giri (or)
+	* Tomasz Dominikowski (pl)
+	* Duarte Loreto (pt)
+	* Krix Apolinário (pt_BR)
+	* Ð?оÑ?ан РакиÑ? (sr)
+	* Goran RakiÄ? (sr latin)
+	* Dr.T.Vasudevan (ta)
+	* Theppitak Karoonboonyanan (th)
+	* ç??é?² (Lu Gan) (zh_CN)
+
 ==============
 Version 2.27.5
 ==============
diff --git a/README b/README
index 85a9ed2..61d336b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-menus 2.27.5
-==================
+gnome-menus 2.27.92
+===================
 
 	This package is free software and is part of the
 GNOME project.
diff --git a/configure.in b/configure.in
index 2cfc208..40443ae 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ GNOME_MAINTAINER_MODE_DEFINES
 #   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=5:1:3
+LIB_MENU_LT_VERSION=6:0:4
 AC_SUBST(LIB_MENU_LT_VERSION)
 
 GETTEXT_PACKAGE=gnome-menus



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