commit f5ea6ecb9083de386927cd210a351661edd9f4b1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   2009-08-24

    Pre-release version bump

M	configure.in

commit ae355547de2ed6fdf5ee1dc6caa8ce2b3db17867
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-08-24

    Remove ChangeLog on distclean

M	Makefile.am

commit b3db7dffdfce1c441077964371d6f6dc8abcd267
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-08-24

    Update news.

M	NEWS

commit fe983da8ca6491dd0e138b61f99f466e830572bb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-08-24

    Add myself to the maintainers of this module

M	MAINTAINERS
M	gconf-editor.doap

commit 8fbaf480bc2a47dfb1d2698d82cb2c6547b3e811
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-08-24

    Don't overwrite window->list_model in popup-menu callback

    This causes a crash, as the list view has another sort model on
    it, and
    later we will use it instead of the real model.
    Patch by Sergey Nizovtsev, fix bug #531718.

M	src/gconf-editor-window.c

commit 6d5c0ac4041eaac3bb76391523f167870e03164e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-08-24

    port to PolicyKit 1.0

    This also removes the need of depending on polkit-dbus, and needs
    a new
    GConf to work properly.
    Based on the patch by Matthias Clasen, fix bug #585596.

M	configure.in
M	src/Makefile.am
M	src/gconf-editor-window.c
M	src/gconf-policykit.c
M	src/gconf-policykit.h

commit bef8d9cd077bed712c840eb6bd2aed122d49c3e8
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2009-08-21

    Updated Arabic translation

M	po/ar.po

commit 1066d732638be4715799d4a2f4933800c0eac581
Author: Iestyn Pryce <dylunio@gmail.com>
Date:	2009-08-06

    Updated Welsh translation

M	po/cy.po

commit 9e5d96d5116f3a74dc08a7ca2eab4b790719e4bf
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:	2009-07-30

    Updated Belarusian translation

M	po/be.po

commit 6de60d4fbc5a4af396481579c2a884de4a6aaa83
Author: Petr Kovar <pknbe@volny.cz>
Date:	2009-07-12

    Added Czech help translation by Marek Cernocky

M	docs/Makefile.am
A	docs/cs/cs.po
A	docs/cs/figures/gconf_editor_anno_window.png

commit bccf95bfcfa16a4845520266e4a75b8f23aa3470
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	2009-07-09

    Updated Ukrainian translation

M	po/uk.po

commit 3ffd1ef86e178524d32d90df1943b257fe643872
Author: Miquel Esplà <miquelespla@gmail.com>
Date:	2009-05-25

    Added Valencian-Catalan translation

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

commit 28f8829e4c830c40ecba1e0568a7e1dfda5897f8
Author: Awgnl <y.z.h@gmx.com>
Date:	2009-05-15

    Added Simplified Chinese document translation.

M	docs/Makefile.am
A	docs/zh_CN/zh_CN.po

commit 0d4ecb4e3d191ccd9fef1417524c7fcff7535fe4
Author: Perier Romain <mrpouet@tuxfamily.org>
Date:	2009-05-06

    Make PolicyKit support optional

    Make PolictKiy an optional dependency, turned on by default (#579096).

    Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>

M	configure.in
M	src/Makefile.am
M	src/gconf-editor-window.c

commit dd126519f52155008b1483aa98217f8f1b77732c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-04-30

    Generate ChangeLog file from git log

    Autogenerate the ChangeLog file from git log output.

R100	ChangeLog	ChangeLog.pre-git
M	Makefile.am

commit 73aa4444a8894738c7c1a6ffc38d6ad3377a4940
Author: Olav Vitters <olav@bkor.dhs.org>
Date:	2009-04-23

    Add DOAP file

M	gconf-editor.doap

commit 8eb8f4e387167d981644057842538afa32ebb2e4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-04-21

    2009-04-21	Cosimo Cecchi  <cosimoc@gnome.org>

	* gconf-editor.doap: add the DOAP file for this project.

M	ChangeLog
A	gconf-editor.doap

commit a699cc47e1936008f9df1837849c3cfcba089e1e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-04-21

    2009-04-21	Cosimo Cecchi  <cosimoc@gnome.org>

	* src/gconf-editor-window.c (gconf_editor_window_finalize):
	We can always unref the GConfClient object now that bug #579751
	has
	been fixed.

M	ChangeLog
M	src/gconf-editor-window.c

commit 4d95403a96a98eb4d8b3b85359febc8e7ef9f78e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-04-21

    2009-04-21	Cosimo Cecchi  <cosimoc@gnome.org>

	* uk/gconf-editor.xml: remove this, as it's autogenerated.

M	docs/ChangeLog
D	docs/uk/gconf-editor.xml

commit 42dccca2de10735a2a68532fdf91ee2c5707acb6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2009-04-21

    2009-04-21	Cosimo Cecchi  <cosimoc@gnome.org>

	* src/gconf-list-model.c (gconf_list_model_finalize),
	(gconf_list_model_set_client):
	* src/gconf-tree-model.c (gconf_tree_model_set_client):
	Ref the GConfClient object when setting it to a model (#579751).

M	ChangeLog
M	src/gconf-list-model.c
M	src/gconf-tree-model.c

commit 6fa99f2ffa75ebdf822801e7c547873513744a6e
Author: Funda Wang <fwang@n1.mandriva.com>
Date:	2009-04-17

    Updated zh_CN translation.

M	po/ChangeLog
M	po/zh_CN.po

commit 25955cbc5d24b5e8f7c42bc9dc41ee4b87ba32cb
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:	2009-04-12

    Updated Spanish translation

    svn path=/trunk/; revision=1518

M	po/ChangeLog
M	po/es.po

commit c8887a921cd279429da3b38f95052484750f6fb6
Author: Simos Xenitellis <simos@src.gnome.org>
Date:	2009-04-04

    Added screenshot (Fotis Tsamis)

    svn path=/trunk/; revision=1517

M	docs/ChangeLog
A	docs/el/figures/gconf_editor_anno_window.png

commit 8dde902350bde2a14e1d2f706f421248d45969bb
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:	2009-03-25

    updated kn.po

    svn path=/trunk/; revision=1516

M	po/kn.po

commit 327f168d038435cd07560080fe3c809a65f137f6
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:	2009-03-25

    updated kn.po

    svn path=/trunk/; revision=1515

M	po/ChangeLog

commit 186870f9066314949da79804a04ebe97a35a398e
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:	2009-03-20

    Updating Punjabi Translation (pa)

    svn path=/trunk/; revision=1514

M	po/pa.po

commit 77cf6fd6b92c63a7a899851bb2f49d6309db04e4
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:	2009-03-19

    updated kn.po

    svn path=/trunk/; revision=1513

M	po/ChangeLog
M	po/kn.po

commit a5717e769141a359504b62f666d96c215f4e98ec
Author: Djihed Afifi <djihed@src.gnome.org>
Date:	2009-03-18

    Updated Arabic translation

    svn path=/trunk/; revision=1512

M	po/ChangeLog
M	po/ar.po

commit 8ad73c4db14b7b027f66069d08e19cfb9d53e93d
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-03-17

    post-release bump to 2.26.1

    2009-03-17	Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.26.1

    svn path=/trunk/; revision=1511

M	ChangeLog
M	configure.in
M	docs/ChangeLog
M	po/ChangeLog
