commit c43bc6bc305b156be066fba6ae385b46e0063409 Author: Matthias Clasen Date: Tue Jun 5 09:17:34 2012 -0400 3.5.2 M NEWS M configure.ac commit 326c6ca76a4a739bb3d669ed4ce2d36d9b89eabe Author: Kjartan Maraas Date: Wed May 30 14:06:31 2012 +0200 Updated Norwegian bokmål translation M po/nb.po commit efc14ec052a53b706d8d2132ec62426cd46f54ea Author: Aleksej Kabanov Date: Sun May 27 00:56:26 2012 +0400 Updated Russian translation M po/ru.po commit 4693fdd844b623a69e02ec853f90888aee82a728 Author: Yaron Shahrabani Date: Fri May 25 15:29:40 2012 +0300 Updated Hebrew translation. M po/he.po commit ef10032c3c9d20cb46482829f7bbf5e09c311dee Author: Matej Urbančič Date: Wed May 23 20:02:27 2012 +0200 Updated Slovenian translation M po/sl.po commit 64606ea5a3c0f3faa5f406a63c53a51a1eb8823a Author: Fran Diéguez Date: Sun May 20 17:57:35 2012 +0200 Updated Galician translations M po/gl.po commit 068bfbdbcb328c0f7eb29faecaf41c82e5633bb5 Author: Daniel Mustieles Date: Mon May 14 16:49:12 2012 +0200 Updated Spanish translation M po/es.po commit 9452548505add051e3ca099332edad2dc7764181 Author: Giovanni Campagna Date: Tue May 1 00:23:39 2012 +0200 layout: Add a separate category for Web Applications For technical reasons, it is not possible to guess an appropriate category for web applications created with Epiphany, so they would all end up in Others. Instead, make up a category and submenu just for them. https://bugzilla.gnome.org/show_bug.cgi?id=675198 M desktop-directories/Makefile.am A desktop-directories/X-GNOME-WebApplications.directory.in M layout/applications.menu M po/POTFILES.in commit b93cc6818c7ee7be1339f0f7bf8d3ec24790df59 Author: Vincent Untz Date: Thu Feb 2 10:19:02 2012 +0100 util: Add --include-unallocated option to gnome-menu-spec-test We want easy testing for GMENU_TREE_FLAGS_INCLUDE_UNALLOCATED. https://bugzilla.gnome.org/show_bug.cgi?id=668512 M util/test-menu-spec.c commit 159bfe766f024598e967765a418430dfa46d2197 Author: Vincent Untz Date: Thu Feb 2 10:16:40 2012 +0100 libmenu: Add GMENU_TREE_FLAGS_INCLUDE_UNALLOCATED flag Add a new GMENU_TREE_FLAGS_INCLUDE_UNALLOCATED flag to add in the root directory entries that are not allocated anywhere else. This is useful if the user really wants to get absolutely all entries (in addition to using INCLUDE_EXCLUDED, which is a bit different, and INCLUDE_NODISPLAY). Add gmenu_tree_entry_get_is_unallocated() API matching this flag. https://bugzilla.gnome.org/show_bug.cgi?id=668512 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h