commit d49ae45dc30c3fbafded146e5fbccbe23215316b
Author: Daniel Nylander <po@danielnylander.se>
Date:   2009-07-07

    Updated Swedish translation

M	po/sv.po

commit 0b7478a5de36192e3bc31576c7e8114a3a6dbed3
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2009-07-04

    Updated Hebrew translation

M	po/he.po

commit 8bddaf2076e094043189a20c36bf66b8c3813921
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-06-27

    [libmenu] Sort inlined items unless inline_header is used

    We also strip duplicate entries in a menu when we do such a sort.

    This is actually not a trivial task since it means we have to
    correctly
    preprocess all inline data before using the layout -- else, we'd
    try to
    sort items while a layout has been used, which is too late (since you
    can specify that you want mixed entries and directories, eg; or even
    entries or directories in a specified order).

    We make sure to evaluate the inline data at the deepest first,
    so we can
    correctly propagate as much inline items as possible to the top.

    http://bugzilla.gnome.org/show_bug.cgi?id=490483

M	libmenu/gmenu-tree.c

commit 0b1f053e07d1d4c081a58303cfe7ed6b583ed966
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	2009-06-27

    Updated Spanish translation

M	po/es.po

commit 7a6b5b5a292357357f4458820b6e8f851472c592
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-06-26

    [libmenu] Do not always inherit parent DefaultLayout attributes

    We should not use the parent DefaultLayout attributes when there no
    DefaultLayout children for the child but there are DefaultLayout
    attributes for the child.

    Ie, if the child has <DefaultLayout inline="true"/>, then it used to
    keep inheriting the parent DefaultLayout attributes, and then possibly
    lose the inline="true".

M	libmenu/gmenu-tree.c

commit 89ab14f5fd34d18ef1591baf1000f5197344cd92
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-06-26

    [libmenu] Fix DefaultLayout attributes not being inherited

    The submenus were not inheriting the DefaultLayout attributes (eg,
    all the inline parameters) of their parent when there was no child to
    the DefaultLayout of their parent.

    Concretely, this was ignored for submenus:
      <DefaultLayout inline="true"/>
    while this should have behaved like:
      <DefaultLayout inline="true"><Merge type="all"/></DefaultLayout>

M	libmenu/gmenu-tree.c

commit 6f948049c368cad02b713332430b98c5daa11b5e
Author: Mattias Põldaru <mahfiaz gmail com>
Date:	2009-06-25

    Updating Estonian translation

M	po/et.po

commit 80f5477a91e11630403d60b701658c7ae242c7d7
Author: Claude Paroz <claude@2xlibre.net>
Date:	2009-06-21

    Add translator comment

M	simple-editor/GMenuSimpleEditor/main.py

commit fc7e3ebf3266a47de4dc96a2fc938e01848eb53d
Author: Claude Paroz <claude@2xlibre.net>
Date:	2009-06-21

    Fix POTFILES.in

M	po/POTFILES.in

commit dca731f53b3686436cc94cf2704035419c03b7e8
Author: Robert Staudinger <robsta@gnome.org>
Date:	2009-05-07

    [libmenu] Add API to access GenericName

    http://bugzilla.gnome.org/show_bug.cgi?id=581887

M	libmenu/desktop-entries.c
M	libmenu/desktop-entries.h
M	libmenu/gmenu-tree.c
M	libmenu/gmenu-tree.h

commit d504fabf22e5303abd631e5a868fb5f45f4c7b05
Author: Pedro Fragoso <ember@ubuntu.com>
Date:	2009-06-21

    [editor] Port to GtkBuilder

    (with a few tweaks by me to make it work)

    http://bugzilla.gnome.org/show_bug.cgi?id=580158

M	po/POTFILES.in
M	simple-editor/GMenuSimpleEditor/config.py.in
M	simple-editor/GMenuSimpleEditor/main.py
M	simple-editor/GMenuSimpleEditor/maindialog.py
M	simple-editor/Makefile.am
D	simple-editor/gmenu-simple-editor.glade
A	simple-editor/gmenu-simple-editor.ui

commit fecc2847cf75048a6fe41c7423ac1e705a32b12b
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-06-21

    [editor] Add --help and --version arguments

    http://bugzilla.gnome.org/show_bug.cgi?id=552989

M	simple-editor/GMenuSimpleEditor/main.py

commit db6d999b0ada473a3124a14dd83ed7ccb2375474
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:	2009-05-24

    Updated Irish translation

M	po/ga.po

commit 0aa50a649aa76ea95f2cda225a87448e8a16b69c
Author: Inash Zubair <inash@leptone.com>
Date:	2009-05-23

    Added Divehi translation

M	po/LINGUAS
A	po/dv.po

commit 569e4835258906ca51b6b32e062cb3f860e5aeac
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2009-05-21

    [libmenu] Add a cache for listing the desktop files

    When processing a layout, we get the list of desktop files from a
    set of
    directories. It turns out that we nearly always use the same set of
    directories, so adding a one-entry cache makes it possible to avoid
    computing things again and again.

    I changed Michael's patch a bit, mainly to empty the cache when
    the last
    GMenuTree is unref'ed.

    Closes: bgo#498749

M	libmenu/entry-directories.c
M	libmenu/entry-directories.h
M	libmenu/gmenu-tree.c

commit 020085ed0a4086509ede57eb4fb480bbdbb5c79a
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-05-02

    Update commit messages guidelines

M	ChangeLog

commit 4900c5713c5caf69d4d476023fb5638fb9d60a17
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-27

    Use git.mk from pango to autogenerate .gitignore files

M	Makefile.am
M	desktop-directories/Makefile.am
A	git.mk
M	layout/Makefile.am
M	libmenu/Makefile.am
M	python/Makefile.am
M	simple-editor/GMenuSimpleEditor/Makefile.am
M	simple-editor/Makefile.am
M	util/Makefile.am

commit c11452a831ab1ecf15ccb516492740980bda7c18
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-27

    Remove .cvsignore files

D	.cvsignore
D	desktop-directories/.cvsignore
D	layout/.cvsignore
D	libmenu/.cvsignore
D	po/.cvsignore
D	python/.cvsignore
D	simple-editor/.cvsignore
D	simple-editor/GMenuSimpleEditor/.cvsignore
D	util/.cvsignore

commit 5fa8af519c166de0a0abd4d9cf0e396540270b4f
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-27

    Use shave to improve build log readability

    See http://git.lespiau.name/cgit/shave/tree/README for more details.

M	configure.in
A	m4/shave.m4
A	shave-libtool.in
A	shave.in
M	simple-editor/GMenuSimpleEditor/Makefile.am
M	simple-editor/Makefile.am

commit 22e86da4dfd79d8f2084bce3537607fa2b9bd40e
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-26

    Fix doap file to have mail address as URL (mailto:)

M	gnome-menus.doap

commit 1e3078b3ef1f58c7f6e8878ff0836d312c3e57dc
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-24

    Make autogen.sh more modern.

M	autogen.sh

commit 2f4ef97ac8153a1460b2a1404c4f622712b3db81
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-22

    Add doap file

A	gnome-menus.doap

commit e5c0da200efb4a82d8478d45c62959b848085d77
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-22

    ename ChangeLog files to ChangeLog.pre-git

M	ChangeLog
C100	ChangeLog	ChangeLog.pre-git
R100	po/ChangeLog	po/ChangeLog.pre-git

commit 71593a96a06add451182f6b2bf848daaae3d37a0
Author: Miquel Esplà <miquelespla@gmail.com>
Date:	2009-04-21

    Added Valencian-Catalan translation

M	po/LINGUAS
A	po/ca@valencia.po

commit 44190fe0edccfe82eeed523af572bcda3cb55dab
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-04-13

    post-release bump to 2.26.2

    2009-04-14	Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.26.2

    svn path=/trunk/; revision=1017

M	ChangeLog
M	configure.in
M	po/ChangeLog
