gnome-menus r890 - trunk
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-menus r890 - trunk
- Date: Mon, 21 Apr 2008 21:26:48 +0100 (BST)
Author: vuntz
Date: Mon Apr 21 20:26:48 2008
New Revision: 890
URL: http://svn.gnome.org/viewvc/gnome-menus?rev=890&view=rev
Log:
2008-04-21 Vincent Untz <vuntz gnome org>
* NEWS:
* README:
* configure.in: Version 2.23.1.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Apr 21 20:26:48 2008
@@ -1,4 +1,55 @@
==============
+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)
+
+ 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)
+ * Rename many .directory files so they use fd.o Categories as name
+ (Vincent)
+ * Remove preferences.menu and directly include things in settings.menu
+ (Vincent)
+ * Update a few icons used in .directory files according to the icon
+ naming spec (Vincent)
+ * Remove the accessibility submenu from Preferences, since it's empty
+ now anyway (Vincent)
+
+ Misc
+
+ * Remove shebangs from non-executable Python scripts.
+
+ Translators
+
+ * Åygimantas BeruÄka (lt)
+ * Kjartan Maraas (nb)
+
+==============
Version 2.22.1
==============
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Apr 21 20:26:48 2008
@@ -1,4 +1,4 @@
-gnome-menus 2.22.1
+gnome-menus 2.23.1
==================
This package is free software and is part of the
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Apr 21 20:26:48 2008
@@ -1,4 +1,4 @@
-AC_INIT([gnome-menus], [2.22.2],
+AC_INIT([gnome-menus], [2.23.1],
[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=3:24:1
+LIB_MENU_LT_VERSION=4:0: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]