dwww Home | Show directory contents | Find package

# Generated by Makefile. Do not edit.

commit e3622a6e792ff442f6c76213751f711474388401
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 21 20:59:24 2013 -0500

    3.2.6

 NEWS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 84b51889b18656bd65843ead39086bf1cd76993a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 21 20:15:12 2013 -0500

    Rename configure.in to configure.ac

 configure.ac | 399 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in | 399 -----------------------------------------------------------
 2 files changed, 399 insertions(+), 399 deletions(-)

commit da04891b0cbd13514a6130f480ce1c9db77e2509
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 21 20:53:07 2013 -0500

    Fix distcheck
    
    The earlier patch forgot to drop sanity-check from POTFILES.

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit cf97922815e3dca7a1e16c34b2cf26e622ec21bb
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sun Apr 3 21:29:55 2011 -0400

    Remove gconf-sanity-check
    
    Local file locking was removed long ago.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646674

 gconf/.gitignore           |   1 -
 gconf/Makefile.am          |  13 +-
 gconf/gconf-backend.h      |   2 +-
 gconf/gconf-sanity-check.c | 421 ---------------------------------------------
 4 files changed, 2 insertions(+), 435 deletions(-)

commit 10e1eef4761fec5f9cda3755fc346dc69c8efa5f
Author: Michael Terry <michael.terry@canonical.com>
Date:   Fri Jul 1 11:22:03 2011 +0100

    Add Unity to OnlyShowIn
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653809

 gsettings/gsettings-data-convert.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19279a16ce91a0a0aefce3da79bc1cadbce3dbec
Author: Alfie Costa <agcosta@gis.net>
Date:   Wed Oct 20 23:21:34 2010 -0400

    doc/gconftool-2.1: Fix typo Fe*br*uary and remove a hyphen (Bug 686634)
    
    This patch was submitted to bug 600899 in the Debian BTS by Alfie Costa [1] and has been applied to the Debian package since 2010.
    
    [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600899
    [2] http://anonscm.debian.org/viewvc/pkg-gnome?view=revision&revision=25464
    
    Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=686634

 doc/gconftool-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 884572336d84e80388ec809cd72dba56e693ca06
Author: Adrian Bunk <bunk@stusta.de>
Date:   Wed Aug 29 20:11:29 2012 +0300

    remove the obsolete debian/ from git
    
    It wasn't updated since 2000 and is quite different to the
    current Debian packaging.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682963

 debian/changelog           |  75 ---------------------------------
 debian/control             |  22 ----------
 debian/copyright           |  13 ------
 debian/docs                |   3 --
 debian/libgconf10.files    |   8 ----
 debian/libgconf10.postinst |   7 ----
 debian/rules               | 102 ---------------------------------------------
 7 files changed, 230 deletions(-)

commit 4de9edd2b50686df32ae2b6d69b14c087c5aa73f
Author: Marko Lindqvist <cazfi74@gmail.com>
Date:   Mon Jan 7 03:44:39 2013 +0200

    configure.in: fix autoreconf with automake-1.13
    
    Remove long obsolete AM_PROG_CC_STDC. There's already proper
    AC_PROG_CC before it, and automake-1.13 errors out upon seeing it.
    
    Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691264

 configure.in | 1 -
 1 file changed, 1 deletion(-)

commit 8c8a4aa0f304174b63f81a4cc171a37a44983206
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Dec 31 12:19:12 2012 +0100

    Updated Spanish translation

 po/es.po | 106 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 52 insertions(+), 54 deletions(-)

commit eb11257a1aaeff846fcac40b7e67ebaa9e7cde88
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Thu Dec 27 23:57:15 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 884 +++++++++++++++++++++------------------------------------------
 1 file changed, 294 insertions(+), 590 deletions(-)

commit 84884e9df7ce8c081a1c223c66a799b82545ff1e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Oct 18 16:08:02 2012 -0400

    gconf-dbus: fix use after free
    
    gconf_engine_get_fuller is accessing freed memory.
    The problem is that it's referencing strings that are owned
    by a D-Bus message, and they go away when the D-Bus message is freed.
    
    This commit addresses the problem by duplicating the strings and
    freeing them later.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667167

 gconf/gconf-dbus-utils.c | 10 +++++-----
 gconf/gconf-dbus.c       |  9 ++++++---
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 44f85b6119149e2c4217b290bae489cf5fb290ad
Author: Simon Wagner <wagner.sim88@web.de>
Date:   Tue Oct 9 19:20:45 2012 +0200

    fix early bailout when using launchd on Mac OS X
    
    we did not check if DBUS_LAUNCHD_SESSION_BUS_SOCKET
    was set. If this environment variable exists, launchd
    will start the gconf daemon and we won't need a
    X server to start the daemon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685509

 gconf/gconf-internals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8c0f2d3c33eb55414a7f97e6ebec0255527ff84e
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Mon Sep 24 23:55:29 2012 +0300

    Updated Latvian translation

 po/lv.po | 481 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 238 insertions(+), 243 deletions(-)

commit b8a79a0ae7e9164ae708712ba4b72d548948a4b2
Author: Ani Peter <apeter@redhat.com>
Date:   Tue Sep 18 10:48:22 2012 +0530

    Updated Malayalam file

 po/ml.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40f640a1a8edd913935bc8f017a58c92ad53480e
Author: Ani Peter <apeter@redhat.com>
Date:   Mon Sep 17 22:36:22 2012 +0530

    Updated Malayalam file

 po/ml.po | 661 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 380 insertions(+), 281 deletions(-)

commit 3e9d30b2346d96446536a0d3d3b49ab3b77f7749
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Sep 16 13:18:25 2012 +0200

    Updated Spanish translation

 po/es.po | 249 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 127 insertions(+), 122 deletions(-)

commit 4518315be968acb18597ae0b837bbbcba015fb8d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Sep 2 23:29:17 2012 +0200

    Updated Polish translation

 po/pl.po | 262 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 130 insertions(+), 132 deletions(-)

commit 4b7be9ca75479716dde13be5b7664389bd04f837
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Aug 14 16:22:29 2012 +0200

    Updated Galician translations
    
    Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>

 po/gl.po | 298 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 147 insertions(+), 151 deletions(-)

commit dace7115e1768d5f15bf8eecee38e0273b3a580f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 31 13:17:50 2012 +0200

    Updated Spanish translation

 po/es.po | 236 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 115 insertions(+), 121 deletions(-)

commit 7af3a275077501dae502ff8b7a768141ac1e01af
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Wed May 2 10:25:46 2012 +0300

    Updated Greek translation

 po/el.po | 1046 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 557 insertions(+), 489 deletions(-)

commit f62223decf63f342f0fec806284129f66c7c003a
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 15:00:17 2012 -0400

    Enable silent build by default

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc28caa7be8604e9a39bbe6b78fb79747860bb40
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 14:10:08 2012 -0400

    Try to use XDG config directory for settings storage
    
    And fallback to the original locations if it isn't found.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674803

 doc/gconf/gconf.sgml    |  6 ++++--
 gconf/default.path.in   |  9 ++++++---
 gconf/gconf-internals.c | 40 ++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.path        |  2 +-
 gconf/gconfd.c          | 10 +++-------
 5 files changed, 54 insertions(+), 13 deletions(-)

commit 226de65365e2d28e92457d54d6fbb5f4f54e94db
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 11:45:31 2012 -0400

    Make directories with parents in case they don't exist
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646663

 gconf/gconfd.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9de1fae218b3039408dce4325d30ce62ec4f66cf
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 11:38:35 2012 -0400

    Remove unused gconf_get_lock_dir function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646663

 gconf/gconf-internals.c | 13 -------------
 gconf/gconf-internals.h |  1 -
 2 files changed, 14 deletions(-)

commit 2bc03c3c9cf8972a3ef87b79c6e955e1843931e3
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Apr 10 23:08:05 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 237 +++++++++++++++++++++++++++---------------------------
 1 file changed, 118 insertions(+), 119 deletions(-)

commit 97becbda98047adbbda2608d0517e368b22b4eae
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:   Tue Apr 10 23:08:02 2012 +0200

    [l10n] Fixes on Catalan translation

 po/ca.po | 279 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 139 insertions(+), 140 deletions(-)

commit f18d4300ba9bc7adea8902ab14aaeb614066e4e3
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Tue Apr 3 22:31:33 2012 +0200

    Updated Esperanto translation

 po/eo.po | 243 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 122 insertions(+), 121 deletions(-)

commit f4dbd0613555bad21eb6b8d3e0cea6ce6f2f0586
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Mon Mar 26 16:49:20 2012 +0530

    hindi translation by Chandan Kumar

 po/hi.po | 864 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 527 insertions(+), 337 deletions(-)

commit badbd85c08210b116059f78124f584beae2c6a03
Author: Morn Met <mornmet@khmeros.info>
Date:   Tue Mar 20 11:31:12 2012 +0100

    Add initial Khmer translation

 po/LINGUAS |    1 +
 po/km.po   | 2762 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2763 insertions(+)

commit 39299610083e0e7f9b44e62b7f4e51e89693cf89
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 6 14:39:06 2012 -0500

    dbus: fix shutdown
    
    gconftool-2 wasn't properly shutting down gconfd, because
    it was trying to do it before connecting to the daemon.
    
    This commit makes sure that we always first try to connect to
    the daemon before asking it to shutdown.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671490

 gconf/gconf-dbus.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 02f12f41b031a1c2672e7cf1cb8ebde58288c547
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Feb 23 21:14:18 2012 +0100

    gsettings-schema-convert: Don't fail to convert lists without default element

 gsettings/gsettings-schema-convert | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 0ddb0a41e0219a06b389050594de96a24a5c0c75
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sat Mar 10 18:10:17 2012 -0500

    another day, another bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4afbbb52a81a3fe736ddc6edd5d0f11ca7c9727c
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sat Mar 10 18:07:36 2012 -0500

    GConf 3.2.5

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

commit b494c02f2c71cc379e8228a8c7082c6f81d7740e
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sat Mar 10 17:43:53 2012 -0500

    gsettings-data-convert: fix memory error
    
    This fixes an extremely obvious memory error in the changes introduced
    by commit d28bd006832bd136c58d42003bf1b0f25f74128e.
    
    The upshot of this is reports from malloc() of memory corruption when
    running gsettings conversions (particularly observed on 32 bit).

 gsettings/gsettings-data-convert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8ba21cf8e45344e3f98d99ed1b9ae15e16987815
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Mar 8 12:21:07 2012 -0500

    bump version after release

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 81b729de846ef3d7c69769dce4fba05ffae06e97
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Mar 8 12:10:22 2012 -0500

    GConf 3.2.4

 NEWS         | 17 +++++++++++++++++
 configure.in |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

commit 1f4573580320b744e6aaad7f7390cff84668d883
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Mar 8 12:08:13 2012 -0500

    build: add uninstall hook for GSettings backend
    
    New automake is more strict about having the install directory clean
    after 'make uninstall' during 'make distcheck'.

 gsettings/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

commit c35ac7aff8f035710b3fbbee4fe34461cc78681e
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Mar 8 11:47:35 2012 -0500

    fix build failure with ORBit enabled
    
    With ORBit enabled, the internal gconf headers (that we are now using
    from gsettings-data-convert) depend on ORBit headers.  Add the proper
    search path to the CFLAGS for gsettings-data-convert to fix that.

 gsettings/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit d28bd006832bd136c58d42003bf1b0f25f74128e
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Mar 7 15:04:53 2012 -0500

    gsettings-data-convert: convert only user settings
    
    We only want to migrate settings that were in writable databases (in
    order to avoid 'lifting' system defaults into the user's database).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671581

 gsettings/Makefile.am              |  1 +
 gsettings/gsettings-data-convert.c | 65 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 64 insertions(+), 2 deletions(-)

commit 27c183fe8e63a3a21b58348a294056e2594f985f
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Mar 7 15:04:20 2012 -0500

    sources: remove a harmless warning message
    
    GConf warns if there are no writable databases in use.  Stop it from
    doing that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671581

 gconf/gconf-sources.c | 7 -------
 1 file changed, 7 deletions(-)

commit 0914a38ab9758741e878ce2345cc48650f368372
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Mar 2 17:07:01 2012 +0200

    Uploaded Ukranian

 po/uk.po | 389 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 225 insertions(+), 164 deletions(-)

commit ca6c66bdc2da414d2dacb7c96e40a7cdcbe58f03
Author: Kasia Bondarava <kasia.bondarava@gmail.com>
Date:   Sun Feb 26 01:15:19 2012 +0300

    Updated Belarusian translation.

 po/be.po | 2919 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 1334 insertions(+), 1585 deletions(-)

commit 14176e68e899810eea404ea4a42b7480e5114524
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jun 10 14:38:49 2011 -0400

    daemon: tie saved_state file to session
    
    The code isn't really designed to work well with multiple
    gconfd's writing to the same saved_state file, so we should
    make it per-session.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652289

 gconf/gconfd.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 79 insertions(+), 3 deletions(-)

commit 2895a09bc0666cf7b26190bdb648ad1f52c174da
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jun 10 18:47:41 2011 -0400

    daemon: store daemon data in XDG_RUNTIME_DIR
    
    If XDG_RUNTIME_DIR is available it's a much better
    directory than /tmp since it ensures there's no
    DoS possibilities
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652289

 gconf/gconf-internals.c | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit ea6894303f7ebadb98bf4bf70a79c5bf6ef7cb90
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jun 10 11:25:55 2011 -0400

    daemon: store saved_state in daemon dir not ~/.gconfd
    
    The daemon dir isn't always ~/.gconfd so we shouldn't hard
    code it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652289

 gconf/gconfd.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 6f3e127330cb0820a373be77be3cb2cacd0b352e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 13 23:35:06 2012 -0500

    gconf-dbus: don't crash during sync if gconfd shutting down
    
    The gconfd shuts down after a bit of inactivity.  When that
    happens there's a window where it refuses requests from the
    client library with an error.  The library is resposible for
    gracefully handling this condition and reacting appropriately.
    
    There are many places in the code where the client library has
    this idiom:
    
    db = gconf_engine_get_database (conf, TRUE, err);
    
    if (db == NULL)
      {
        g_return_if_fail(err == NULL || *err != NULL);
    
        return;
      }
    
    In the event gconfd is shutting down, db will be NULL, and the
    code will return early from whatever (non-critical) operation
    it was doing.
    
    gconf_engine_suggest_sync has a similiar chunk of code, but it
    neglected the "return;" and then promptly crashed since it wasn't
    expecting db to be NULL.
    
    This commit adds the return;
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670033

 gconf/gconf-dbus.c | 1 +
 1 file changed, 1 insertion(+)

commit 0bc3a90c2178ae0dd42029f7ad227fa7f44d6c0c
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Sat Feb 4 18:43:35 2012 +0100

    Updated Dutch translation

 po/nl.po | 384 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 224 insertions(+), 160 deletions(-)

commit 6cd97ba58d2022378a627406bcd786eefd5b891a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 24 15:12:06 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 220 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 94 insertions(+), 126 deletions(-)

commit 212c2b9f69ccf4fd6a140726a45848d8810ae6ab
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 19 12:42:13 2012 -0500

    Put back gthread-2.0
    
    Turns out g_thread_init is used in gconftool

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 371b817fec29aeeeaabb24fca80248e8dc4d68c5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 19 11:37:42 2012 -0500

    Back down gio requirements
    
    2.32 doesn't actually exist yet...

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e06e9553b060d6b0fd96cdf40dbd5918045c52ca
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 19 09:54:58 2012 -0500

    Bump GIO dep to 2.32
    
    This is needed for the settings schema API.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 120f116e608bc1f09cf65435333e40e00c6b8ad2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 19 09:53:08 2012 -0500

    Skip nonexisting schemas
    
    This can happen in practice, due to e.g. schemas being packaged
    in subpackages, while all the conversions are kept in a single
    file.

 gsettings/gsettings-data-convert.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 76e5c8e2cf3d2555beb8d06211711d82962a9ebf
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 19 09:51:16 2012 -0500

    Cosmetics: Consistenly capitalize messages

 gsettings/gsettings-data-convert.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 8a9c168c8b9f58cfcfdb021e45fb5a16674a3969
Author: Colin Walters <walters@verbum.org>
Date:   Sat Jan 14 22:08:48 2012 -0500

    build: Add --disable-documentation configure option
    
    Documentation is the source of many cyclical build loops.  Allow
    operating system builders to manually cut these cycles initially
    by disabling documentation for a first pass.

 configure.in          | 5 +++++
 gsettings/Makefile.am | 6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 635d28cbf635d89b8bbbb008bf86cc864b8dabb7
Author: Richard Purdie <richard.purdie@intel.com>
Date:   Mon Nov 28 14:34:43 2011 +0000

    Allow the backend directory to be specified from the environment.
    
    This is required in Yoctor so we can relocate gconf-native to different paths
    and still allow it to work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664650

 gconf/gconf-backend.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit c129898afaa562ffc38f434e5e0c607f525101b8
Author: Sascha Silbe <sascha-pgp@silbe.org>
Date:   Mon Nov 14 16:13:27 2011 +0100

    D-Bus backend: Add GCONF_DEFAULT_SOURCE_PATH support (#664031)
    
    Forward-port 7baf4c6b33a6dd0697a8bdb81bd86c72d58ebdc6
    ("Allow overriding the default config via $GCONF_DEFAULT_SOURCE_PATH")
    from the ORBit to the D-Bus backend to fix (sugar-)jhbuild breakage when
    building with --disable-orbit.

 gconf/gconf-dbus.c | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

commit e203d15c02b64f0e74498f85b52d9ca876baa996
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Oct 31 15:30:17 2011 +0000

    Version 3.2.3

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1616085d796b6c387e3f4a7afbd1ac5b465ef94d
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Oct 31 15:30:08 2011 +0000

    Update NEWS

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 5b4330b2cac60b817ff94730e187e4ea87cd8597
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 31 16:00:08 2011 +0100

    Revert d7917514549f48297bc0032a7e2b54bfb17f7495 and clarify comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662991

 gconf/gconf-database.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 1b717466bbf42ac22f3674c51fefaaeda9cfec1e
Author: Rob Bradford <rob@linux.intel.com>
Date:   Wed Oct 26 16:59:37 2011 +0100

    Bump version to 3.2.2

 NEWS         | 8 ++++++++
 configure.in | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit d7917514549f48297bc0032a7e2b54bfb17f7495
Author: Ross Burton <ross@linux.intel.com>
Date:   Wed Oct 26 16:42:35 2011 +0100

    gconf-dbus: Clean up ORBit vs DBus logic (thanks, Jasper St. Pierre)

 gconf/gconf-database.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit ad3bc4f4fc78749e0d4bf2bfc2cd8045e2570f3f
Author: Jiří Klimeš <jklimes@redhat.com>
Date:   Mon Oct 10 13:18:04 2011 +0200

    gconf-dbus: Don't crash when reply is NULL in gconf_engine_notify_remove()
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=661372

 gconf/gconf-dbus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 9189d408b9ec51defefc99a4ad385fa453040ea2
Author: Ross Burton <ross@linux.intel.com>
Date:   Wed Oct 26 13:03:43 2011 +0100

    Update NEWS

 NEWS | 1 +
 1 file changed, 1 insertion(+)

commit 29f0afc00fab4776e00948884fc8c41256672c2e
Author: Rico Tzschichholz <ricotz@t-online.de>
Date:   Tue Oct 25 19:29:26 2011 +0200

    build: Fix for -Werror=format-security

 gconf/gconf-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3876d9564955138ec1d277611c55dab61d298c5f
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Oct 24 15:32:19 2011 +0100

    Update NEWS

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit a6a1f4e2959d0d926c07e4039cdabd10a3a17bec
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Oct 24 15:26:52 2011 +0100

    Bump version to 3.2.1

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5d8110519d2742817f8c44b146189e2acea64cf2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 17 20:12:48 2011 +0200

    gconf-dbus: Fix leaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659835

 gconf/gconf-database-dbus.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit dc7e44d0a7a9f34d491ce4629c89cb4b37b7bcca
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 17 20:02:16 2011 +0200

    gconf-dbus: Emit a Bye dbus signal when dropping a database
    
    This enables clients to know the database got dropped, and to stop
    referencing the object path of this database. The clients will
    eventually cause the re-creation of this database when they'll need it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659835

 gconf/gconf-database-dbus.c |  1 +
 gconf/gconf-dbus-utils.h    |  1 +
 gconf/gconf-dbus.c          | 42 ++++++++++++++++++++++++++++++++++++++++++
 gconf/gconfd-dbus.c         | 16 ++++++++++++++++
 gconf/gconfd-dbus.h         |  2 ++
 5 files changed, 62 insertions(+)

commit 54318ebf218743ea1a3353f940eb8f44767fd2bb
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 17 20:02:08 2011 +0200

    gconf-dbus: Do not drop old databases that have clients listening to it
    
    This would be bad as clients would get lost when the object path of this
    dropped database disappears.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659835

 gconf/gconfd.c | 4 ++++
 1 file changed, 4 insertions(+)

commit d77bfc60f0e27d1db24a18661f1a248307307ce1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 17 19:58:20 2011 +0200

    gconf-dbus: On SIGHUP, do not recreate databases but reload the sources
    
    When we destroy and recreate a database, the object path associated to
    it on dbus changes. This is bad as clients do not know about the object
    path change, and therefore fail.
    
    Instead of destroying and recreating the databases, we simply reload the
    sources for this database. This achieves the same result, without
    changing the object path.
    
    Note that for the corba backend, we still use the old way as simply
    reloading the sources might not work -- the sources are used in
    corba-specific code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659835

 gconf/gconf-database.c | 29 ++++++++++++++----
 gconf/gconf-database.h |  3 ++
 gconf/gconfd.c         | 80 ++++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 98 insertions(+), 14 deletions(-)

commit d7635af672cd3d4929498f30a93263aa77fa7403
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Wed Oct 19 18:06:11 2011 +1100

    po/vi: import from Damned Lies

 po/vi.po | 453 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 259 insertions(+), 194 deletions(-)

commit 6eef6898442ec4caa1ed57910a7bf27f72352a7b
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Tue Oct 18 00:59:40 2011 +0900

    Updated Japanese translation

 po/ja.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 06cc446d0f72b1c929ea8daf5def5c62fe84a96a
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Oct 5 11:44:09 2011 +0300

    Updated Finnish translation

 po/fi.po | 202 ++++++++++++++++++++-------------------------------------------
 1 file changed, 62 insertions(+), 140 deletions(-)

commit c7afd3aa8307a6bfd68ca485866fb8b60228ed0f
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Sep 26 16:50:26 2011 +0100

    Release 3.2.0

 NEWS         | 9 +++++++++
 configure.in | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit e5fbeb6ac816eb92a6b33881696357bd7482bd9b
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Sat Sep 24 16:58:34 2011 +0530

    Updated Assamese Translations:bugzilla#659595

 po/as.po | 363 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 212 insertions(+), 151 deletions(-)

commit e0291ff5d384fd82102351103ff3a3dbf689d00a
Author: Flemming Christensen <fc@stromata.dk>
Date:   Thu Sep 22 16:13:18 2011 +0200

    Updated Danish translation

 po/da.po | 351 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 207 insertions(+), 144 deletions(-)

commit 205f6ab1d29a422c41e380ebba34e26a02f0dba7
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Sep 21 17:19:55 2011 +0200

    Updated Basque language

 po/eu.po | 457 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 274 insertions(+), 183 deletions(-)

commit b4d6f7b75a40c0c1fc5c6e9f76beffb54f948ab3
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Sep 21 02:29:08 2011 +0200

    Updated Hungarian translation

 po/hu.po | 459 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 283 insertions(+), 176 deletions(-)

commit 82bada34f1cac6eabcbf27a0ea9579c4299d5e3e
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Sep 19 21:12:47 2011 +0200

    [l10n] Updated German translation

 po/de.po | 553 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 313 insertions(+), 240 deletions(-)

commit 34ecc9abc600836b912468c7ec87d2ebd94b6210
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Sep 19 19:22:52 2011 +0100

    Release 3.1.92

 NEWS         | 15 +++++++++++++++
 configure.in |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

commit 5a46db5bbc995a3e98cffdd8b7796fa1b86badab
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 11:25:40 2011 +0900

    Updated Japanese translation

 po/ja.po | 106 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

commit 6298d07f3a0485368c4a5512730bb190aace1f1a
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sat Sep 17 00:05:04 2011 +0200

    Updated Serbian translation

 po/sr.po       | 810 +++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 802 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 876 insertions(+), 736 deletions(-)

commit 9a166a78b212a7421c68953121b4d201e80911e5
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Fri Sep 16 08:25:59 2011 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 352 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 208 insertions(+), 144 deletions(-)

commit c4e913e6bbaaf7c52174b48a4ea6da9797492041
Author: Xandru Armesto <xandru@softastur.org>
Date:   Wed Sep 14 16:57:03 2011 +0200

    Updated asturian translation

 po/ast.po | 1147 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 713 insertions(+), 434 deletions(-)

commit ea43f64e750afda815aba294643a71f10a723490
Author: I Felix <ifelix25@gmail.com>
Date:   Tue Sep 13 15:05:50 2011 +0530

    Updated Tamil Translations

 po/ta.po | 858 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 536 insertions(+), 322 deletions(-)

commit b4811daf88cb152bf51efb485a25c17eb85c4598
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Tue Sep 13 13:24:29 2011 +0800

    update Simplified Chinese (zh_CN) translation

 po/zh_CN.po | 349 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 205 insertions(+), 144 deletions(-)

commit 2247b9875e305581001d520502c5fc68601f454b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 13 09:06:56 2011 +0900

    Updated Korean translation

 po/ko.po | 421 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 261 insertions(+), 160 deletions(-)

commit 230721e58de7c76a5b100aa91d22f1bb907d085b
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 11 16:42:46 2011 +0530

    Updated Punjabi Translation

 po/pa.po | 365 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 215 insertions(+), 150 deletions(-)

commit e96bf37fd272b65ab60a61ff010499aa6d6f216f
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sun Sep 11 01:26:03 2011 +0100

    configure.ac: Use maintainer mode by default
    
    See
    https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 11fc9994fde42a564198af0c72baf04a1cbd66e8
Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
Date:   Fri Sep 9 12:16:31 2011 +0530

    Updated Oriya Translation

 po/or.po | 770 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 496 insertions(+), 274 deletions(-)

commit 89989c27c494283bbe82747510e0909d3a083b8c
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Sep 8 21:50:53 2011 +0200

    l10n: Updated Italian translation

 po/it.po | 350 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 208 insertions(+), 142 deletions(-)

commit be748e37d8ee86a2c39cfd391c0219a6cd5eeab9
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 8 20:41:33 2011 +0200

    Updated Polish translation

 po/pl.po | 344 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 205 insertions(+), 139 deletions(-)

commit 71164ae25149e77aaaa6c9621479645098bf1fe1
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Sep 8 17:50:00 2011 +0100

    Updated British English translation

 po/en_GB.po | 351 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 206 insertions(+), 145 deletions(-)

commit 3018be87eb1039cd39d88928fdcab32fd3ccfc13
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Sep 8 16:59:25 2011 +0530

    Updated Gujarati Translations

 po/gu.po | 375 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 223 insertions(+), 152 deletions(-)

commit 20090aab16ad2fa168afa33a7af5fe11ca73f297
Author: Joey Zheng <joey@jzheng.org>
Date:   Wed Sep 7 13:14:17 2011 +0100

    gconf-database-dbus: Allow setting the gconf values to the schema default
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655954

 gconf/gconf-database-dbus.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 9a360a03c3d28de95bacbcb2754ad3f5ff21a8fc
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Sep 7 00:29:47 2011 +0100

    Updated Portuguese translation

 po/pt.po | 347 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 204 insertions(+), 143 deletions(-)

commit d07bdc367d0a7c7656e0d25655c29bb11ad38405
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 29 23:10:19 2011 +0100

    Release 3.1.90

 NEWS         | 14 ++++++++++++++
 configure.in |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

commit a69db9ac74f515e7134cbc3175469e8ea94058f9
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Aug 29 21:07:39 2011 +0530

    Updated Telugu Translation

 po/te.po | 960 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 592 insertions(+), 368 deletions(-)

commit c5bf267db7f7626e003c98d0f521d173168bd383
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Aug 29 19:16:36 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 775 ++++++++++++++++++++++++++++++-----------------------
 po/zh_TW.po | 872 +++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 959 insertions(+), 688 deletions(-)

commit d55241aba68c2579f2125d6b7192aece4ab651ff
Author: Takayoshi OKANO <kano@na.rim.or.jp>
Date:   Sun Aug 28 19:09:06 2011 +0900

    Updated Japanese translation

 po/ja.po | 370 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 217 insertions(+), 153 deletions(-)

commit e604bb6f1c0c9b161fa21329b23e13da1f6f4d6a
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Fri Aug 19 19:39:05 2011 +0200

    Added UG translation

 po/ug.po | 5474 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2769 insertions(+), 2705 deletions(-)

commit 44e322aef6a0af4f35c1a5fb88c622634bd8bba9
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:49:46 2011 -0400

    GSettings migration: add --file argument
    
    Add a --file commandline argument to request running conversions from
    an extra file (in addition to the normal conversions).

 gsettings/gsettings-data-convert.c | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit e67d1582b0ddbfd191597032fee41ae9d468f2ec
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:41:58 2011 -0400

    GSettings migration: consult XDG_DATA_DIRS
    
    Instead of using the hardcoded compile-time DATADIR, consult
    XDG_DATA_DIRS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656262

 gsettings/gsettings-data-convert.c | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit 7c3ab0f551118f50a993a79ce76fb5c9f028a040
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:34:50 2011 -0400

    GSettings migration: print better keyfile errors
    
    GKeyFile error messages don't have very good context.  Add some when we
    print the message to stderr.

 gsettings/gsettings-data-convert.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4940cfd13fc9bed161ed26db1062c3e881baab27
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:29:34 2011 -0400

    GSettings migration: factor out dir handling
    
    Move the code that handles iterating over all the files in the
    conversion directory out of the main function and into its own.

 gsettings/gsettings-data-convert.c | 124 ++++++++++++++++++++-----------------
 1 file changed, 68 insertions(+), 56 deletions(-)

commit ffe0aeb6d18a1a6a3b18cb4e504ac7d9d820086b
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:13:15 2011 -0400

    GSettings migration: use GHashTable, not strv
    
    Use a GHashTable to keep the list of already-converted keyfiles instead
    of a strv.

 gsettings/gsettings-data-convert.c | 98 ++++++++++++++++++++++++++------------
 1 file changed, 68 insertions(+), 30 deletions(-)

commit bea94f6f1d35fe175ec10d0928e686ee7e023e2b
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Aug 10 11:21:43 2011 +0200

    GSettings migration: only write database on actual changes
    
    The database was being rewritten in all cases of timestamp changes on
    the migration scripts directory -- possibly even if a script had been
    removed since last run (or other reasons).
    
    Only rewrite the file if a new migration has actually been run.

 gsettings/gsettings-data-convert.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0bdf55869a78c838edacfb4b2055de5597c9875d
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Aug 10 11:12:32 2011 +0200

    GSettings migration: use time() as the timestamp
    
    Store the current system time as the timestamp in the database instead
    of the timestamp that we read from the directory containing the
    migration scripts.

 gsettings/gsettings-data-convert.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit d6f22138dc0362c706f7958bc3f42aef7af02d46
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Aug 15 16:45:23 2011 +0100

    gconf-database-dbus: Fix notify listeners to also use an object path
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656

 gconf/gconf-database-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 052f7c9c26e423f2ee4db3316fd7f4439c8049eb
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 15 15:51:19 2011 +0100

    Release 3.1.6

 NEWS         | 14 ++++++++++++++
 configure.in |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

commit 38f1973d58c65639fe83de7918b5c765933302cd
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 15 15:24:27 2011 +0100

    gconf-dbus: Support older daemon returning string for object path
    
    Enhances: https://bugzilla.gnome.org/show_bug.cgi?id=655656

 gconf/gconf-dbus.c | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

commit 6736f42ce5172b44083a9089ff4a777ed1c5bdc3
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jul 30 23:06:53 2011 +0200

    gconf(d)-dbus: Use correct type, 'o', for object paths
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656

 gconf/gconf-dbus.c  | 2 +-
 gconf/gconfd-dbus.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c9c85796088485f84aede8ffe649f9bdf0c609f9
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 15 14:44:55 2011 +0100

    misc: Add a DOAP file

 gconf.doap | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 752cd58087941e9cdc8d620b4b46993f25501c60
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 15 12:19:46 2011 +0100

    build: Correctly ensure that generated CORBA files are deleted when disting
    
    Otherwise if you have build with ORBIT and then do a dist (which uses D-BUS)
    then you get the CORBA generated files inside your D-BUS tarball.
    
    The previous attempt at this fix caused a FTBFS when you didn't have ORBIT
    headers.

 gconf/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3eb4407b0f791acf8b94b9a6ecfbf6a8db61b395
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 15 12:17:49 2011 +0100

    Revert "build: Ensure that generated CORBA files are deleted when disting"
    
    This reverts commit 3385287b5e8566e9a7107410348592571db6440c.
    
    Results in a build error if you don't have ORBIT available on your system.

 gconf/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit a77254e76818c2ebf0e5c043220ac2ba9366f981
Author: Rob Bradford <rob@linux.intel.com>
Date:   Sun Aug 14 17:22:35 2011 +0100

    Release 3.1.5

 NEWS         | 22 ++++++++++++++++++++++
 configure.in |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)

commit 7cb127ea203f1975fb73bb3e19cbbc275e3f7f70
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Sun Jul 17 16:40:20 2011 -0700

    build: Add exported pkg-config file and C include information to GIR
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654801

 gconf/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 150e7fbea18a1431891224a79e6710377b4aa9dc
Author: Rob Bradford <rob@linux.intel.com>
Date:   Sun Aug 14 16:49:10 2011 +0100

    gconfd-dbus: Handle messages that don't have an interface set
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656248
    
    Inspired by proposed solution from Joey Zheng.

 gconf/gconfd-dbus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e4084e63c85655532ed95f38f9a4b701b1b12985
Author: Rob Bradford <rob@linux.intel.com>
Date:   Sun Aug 14 15:59:55 2011 +0100

    misc: Update .gitignore to include files from gtk-doc and dist tarball

 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 3385287b5e8566e9a7107410348592571db6440c
Author: Rob Bradford <rob@linux.intel.com>
Date:   Sun Aug 14 15:56:34 2011 +0100

    build: Ensure that generated CORBA files are deleted when disting
    
    Otherwise if you have build with ORBIT and then do a dist (which uses D-BUS)
    then you get the CORBA generated files inside your D-BUS tarball.

 gconf/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit dd3929019700ae3e4ee1175f198b7a32c073a629
Author: Rob Bradford <rob@linux.intel.com>
Date:   Sun Aug 14 15:36:05 2011 +0100

    misc: Update .gitignore file to hide gsettings converter .desktop file

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit fc96ed13c9c695d44c97cd3aafe17c69059af70a
Author: Rob Bradford <rob@linux.intel.com>
Date:   Sun Aug 14 15:23:21 2011 +0100

    build: Switch to autogenerated ChangeLog file

 ChangeLog         | 7569 +----------------------------------------------------
 ChangeLog.pre-git | 7567 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am       |   15 +
 3 files changed, 7585 insertions(+), 7566 deletions(-)

commit ae90d3001d84ec5fc0c48fe27686049ba841f50c
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Aug 13 17:23:01 2011 +0700

    Updated Thai translation.

 po/th.po | 349 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 205 insertions(+), 144 deletions(-)

commit fb3c75b672a6391691c8fe37fbd8f6d1bcfb85ca
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Aug 12 15:06:58 2011 +0700

    Updated Indonesian translation

 po/id.po | 941 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 357 insertions(+), 584 deletions(-)

commit c607373ea0f2c4b20c86c75834f7e56fb28521cf
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Fri Aug 12 09:34:32 2011 +0200

    Updated Esperanto translation

 po/eo.po | 476 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 268 insertions(+), 208 deletions(-)

commit 0350b9bbea1dec9f7c41c2ac4eb7e4cdd3acb5f9
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Aug 11 19:59:19 2011 +0300

    Updated Bulgarian translation

 po/bg.po | 342 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 203 insertions(+), 139 deletions(-)

commit 132815e5f921e9b54d3e56d17fdf48fbe1732c06
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Aug 8 19:27:09 2011 +0300

    gsettings-data-convert: Attempt conversion to unsigned int
    
    When we find an integer in GConf, and the gsettings key has
    unsigned int type, try to do the right thing.

 gsettings/gsettings-data-convert.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit baefc6982b174f37a91ad38f95bee8609692806c
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Aug 4 22:24:02 2011 +0200

    Updated French translation

 po/fr.po | 353 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 209 insertions(+), 144 deletions(-)

commit d1370f6f80e5f2b9e148c7370c96b097ae8f06a8
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Mon Aug 1 00:13:56 2011 +0400

    Updated Russian translation

 po/ru.po | 1201 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 766 insertions(+), 435 deletions(-)

commit 8a01ba473b4c573cddb4cee73db4ecadaa5adc8a
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Jul 25 14:25:33 2011 +0100

    Bump version to 3.1.4

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 22ac1cf7e9e85622051b00901c5d358c6cbe87e3
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Jul 25 14:25:25 2011 +0100

    Update NEWS

 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit e3792798facf9b6de0f50d69eafb998bdb6cbdb0
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Jul 18 22:13:36 2011 +0200

    Updated Swedish translation

 po/sv.po | 371 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 222 insertions(+), 149 deletions(-)

commit 8370e61af4e22e045b39a9413ce5f804cd585a87
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:   Mon Jul 18 09:56:56 2011 +0200

    gsettings-data-convert: Call g_type_init()
    
    Adhere our own advice in gconf_client_get_default() and call g_type_init() at
    program start. Otherwise we get a "You forgot to call g_type_init()" critical
    at startup and a crash in gconf_client_get_default().
    
    Bug-Ubuntu: https://launchpad.net/bugs/810795

 gsettings/gsettings-data-convert.c | 2 ++
 1 file changed, 2 insertions(+)

commit f9ddcde4ab0a80c741b12fd7e2084d95965fc291
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Jul 16 16:55:37 2011 +0300

    Updated Lithuanian translation.

 po/lt.po | 1107 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 488 insertions(+), 619 deletions(-)

commit 8d6e81a41a3c591511d9d343fa7ddcfad34e106f
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Jul 15 16:32:01 2011 +0200

    Updated Czech translation

 po/cs.po | 351 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 210 insertions(+), 141 deletions(-)

commit 408fa0ee93aa270618f239e5505220dc10bd04a4
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue May 31 10:49:12 2011 +0100

    ensure_database: don't free the reply til we've finished with its args
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=654497
    Bug-NB: NB#261472
    Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
    Reviewed-by: Ross Burton <ross@burtonini.com>

 gconf/gconf-dbus.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit dc5a082303ee05b3908665b2566bb1dffad0b543
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Jul 12 16:16:39 2011 +0300

    Updated Latvian translation.

 po/lv.po | 365 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 215 insertions(+), 150 deletions(-)

commit 8300f1dffad7662dbda16f30c1142bc7d46ad3c1
Author: Colin Walters <walters@verbum.org>
Date:   Tue Jul 5 18:15:30 2011 -0400

    build: Filter out generated corba code when building .gir
    
    These source files won't have annotations.

 gconf/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c7a4ab0dbb4e088b4b2edf5ba14326931fcac82
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Jul 5 11:33:14 2011 +0200

    Updated Galician translations

 po/gl.po | 363 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 217 insertions(+), 146 deletions(-)

commit 3febd385ef9d8d59fdde3d9e8d3f397651550d11
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sun Jul 3 13:43:20 2011 +0300

    Updated Turkish translation

 po/tr.po | 357 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 209 insertions(+), 148 deletions(-)

commit 627953d736b2ebea7d15c0d72a240096f9096fc9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jul 2 20:19:26 2011 +0200

    Updated Slovenian translation

 po/sl.po | 370 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 220 insertions(+), 150 deletions(-)

commit 183d9c748b262d81139e111db43a54a703b17d56
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jul 2 10:54:52 2011 +0300

    Updated Hebrew translation.

 po/he.po | 359 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 212 insertions(+), 147 deletions(-)

commit c78ce489eb9ef0ccd989535cf1b81b4aba4d60d5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jul 2 00:11:55 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 342 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 203 insertions(+), 139 deletions(-)

commit 52f259e2ef80658d25888afd02bb056d68797c9a
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Jul 1 17:56:01 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 345 ++++++++++++++++++++++++++++++++----------------------
 1 file changed, 203 insertions(+), 142 deletions(-)

commit d313d59f2855a34ed8f91aae252f2a9b793a59de
Author: Gil Forcada <gforcada@gnome.org>
Date:   Fri Jul 1 17:55:52 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po | 366 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 212 insertions(+), 154 deletions(-)

commit 3384962864b926523f613bbc55e373ac019c9433
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jul 1 15:30:53 2011 +0100

    Update NEWS

 NEWS | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit c37a1765506fd76b55899ad71dad5e3a9a56b785
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jul 1 15:20:09 2011 +0100

    Correctly bump version up to 3.1.3

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4fd4403bba725a88c2be59652ea933f2c56d9dc8
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jul 1 14:35:49 2011 +0100

    Update NEWS

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

commit e026a72d20aed8f97d42c9b7cabb4af46b4cb358
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jul 1 14:35:46 2011 +0100

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 074c2b36d53a658e9a67ceeafe4ed73e22f24298
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Jul 1 15:36:08 2011 +0200

    Updated Spanish translation

 po/es.po | 415 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 240 insertions(+), 175 deletions(-)

commit 0a456ca9d48a59f196da53a345ab9695c8470e7a
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jul 1 14:10:42 2011 +0100

    Subsitute the correct private requirements in the pkgconfig file

 configure.in    | 9 +++++----
 gconf-2.0.pc.in | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 8a4e5e35e947ad62fff2d88bd43330746b69f007
Author: Zhenqiang Chen <zhenqiang.chen@intel.com>
Date:   Thu Aug 27 22:52:11 2009 -0400

    gconf-client: Use the cache for keys we know we don't have locally
    
    Say the application recursively preloads /foo which contains /foo/a/a and
    /foo/b/b, which are fetched and cached.  The application then asks for /foo/c/c.
    Because we recursively preloaded we should know that this key doesn't exist, but
    because it isn't stored in the caches we have to make a DBus call.
    
    This change lets the caching layer know that we recursively loaded /foo and
    therefore if the key isn't in the cache, it doesn't exist.

 gconf/gconf-client.c | 48 +++++++++++++++++++++++++++++++++++++-----------
 gconf/gconf-client.h |  2 +-
 2 files changed, 38 insertions(+), 12 deletions(-)

commit 225ce567f511cb9804f721afc7950aa4acf45e36
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Jun 21 19:01:09 2011 +0100

    Update POTFILES

 po/POTFILES.in | 3 +++
 1 file changed, 3 insertions(+)

commit 53e92f80bcfc3a6f57eebe3630793325cbb39603
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Jun 21 18:58:47 2011 +0100

    Distcheck with DBus

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 47f4a8c7c9589ce98da2dffb49b862484b298e5b
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Jun 21 17:57:38 2011 +0100

    Fix make dist

 gconf/Makefile.am | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit b4cd86e9efee5ad70c2397a41e4591d748a00f8e
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Jun 21 14:31:30 2011 +0100

    Be more verbose when picking ORBit or DBus

 configure.in | 6 ++++++
 1 file changed, 6 insertions(+)

commit 85df3c93ac653c9d5f6718b2554fe75831c87ab7
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Jun 20 13:56:16 2011 +0100

    gconfd: Add conditional DBUS code

 gconf/gconfd.c | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit e385c02d09ef078609a16a0291e07f6e399739be
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Jun 20 13:18:48 2011 +0100

    gconf-database: Add conditional DBUS code

 gconf/gconf-database.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-database.h | 10 +++++++++
 2 files changed, 67 insertions(+)

commit 3e42f8c0a91e1cc1d2251a33fbf2525ed2dead45
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Jun 20 12:24:38 2011 +0100

    gconfd: Add ifdef blocks around the CORBA code

 gconf/gconfd.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++-----
 gconf/gconfd.h |  6 ++++++
 2 files changed, 52 insertions(+), 5 deletions(-)

commit 443a9b04671f211d93c3c64919c0ad445747fe1b
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Jun 20 12:20:39 2011 +0100

    gconf: Surround CORBA code with ifdefs

 gconf/gconf.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 4352f9fb16d9d94d68c9c0ba507dbda5bec0f7c0
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Jun 20 12:19:33 2011 +0100

    gconf-database: Surround CORBA code with ifdefs

 gconf/gconf-database.c | 43 +++++++++++++++++++++++++++++++++++++++++--
 gconf/gconf-database.h | 11 +++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)

commit eed7b085e64f425bac72ec5f9f0634fdb35176d3
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Jun 20 12:05:56 2011 +0100

    build: Conditionally compile in the DBUS implementation files

 gconf/Makefile.am           |   16 +
 gconf/gconf-database-dbus.c |  978 +++++++++++++++++
 gconf/gconf-database-dbus.h |   37 +
 gconf/gconf-dbus-utils.c    | 1133 ++++++++++++++++++++
 gconf/gconf-dbus-utils.h    |   99 ++
 gconf/gconf-dbus.c          | 2468 +++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-dbus.h          |    0
 gconf/gconfd-dbus.c         |  392 +++++++
 gconf/gconfd-dbus.h         |   42 +
 9 files changed, 5165 insertions(+)

commit bd491608a31dec52e98491d7a4c9aae4386a227e
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 14:08:54 2011 +0100

    gconf-internals: Surround CORBA functionality with #ifdef guards

 gconf/gconf-internals.c |  5 +++++
 gconf/gconf-internals.h | 22 ++++++++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)

commit 9e43d2177537b7cffe4e4cf9f727fb3920d12973
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 14:07:36 2011 +0100

    gconf-database: import locale header file
    
    This is needed to get GConfLocaleList

 gconf/gconf-database.h | 3 +++
 1 file changed, 3 insertions(+)

commit 06cf82b965216c5063994f2822cd3f152457110d
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 13:33:03 2011 +0100

    build: Export ORBIT CFLAGS/LIBS

 backends/Makefile.am | 1 +
 configure.in         | 2 ++
 gconf/Makefile.am    | 7 +++++--
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 0d45f84fb771f09a690fca28ce2d191bc05349da
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 13:30:21 2011 +0100

    backend: Surround locking by HAVE_CORBA ifdef blocks

 backends/markup-backend.c | 10 ++++++++--
 backends/xml-backend.c    | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 13b193eeb8f849d33a6ac023036cece3149acc4c
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 13:28:28 2011 +0100

    build: Add support for disabling orbit build (defaults to on)

 configure.in | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

commit 0ffef69ff63f6cafe7757cac317c8b0a38748d85
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 12:29:16 2011 +0100

    gconfd: Export gconfd_in_shutdown

 gconf/gconfd.c | 5 +++++
 gconf/gconfd.h | 6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 2bc15c35f34bfeb5cf5f230bd2e6a5cc8908b799
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 12:26:11 2011 +0100

    gconfd: Export gconfd_obtain_database

 gconf/gconfd.c | 14 ++++++--------
 gconf/gconfd.h |  3 +++
 2 files changed, 9 insertions(+), 8 deletions(-)

commit 98b04b65a4a4447a7e90554551775a57df53f6ed
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 12:11:54 2011 +0100

    gconf-database: Expose locale cache so it can be used by DBUS implementation

 gconf/gconf-database.c | 16 +++++++---------
 gconf/gconf-database.h |  1 +
 2 files changed, 8 insertions(+), 9 deletions(-)

commit b2523117a166575572c501acbb5f8ff09922f337
Author: Rob Bradford <rob@linux.intel.com>
Date:   Thu Jun 16 11:59:48 2011 +0100

    gconf-client: Update the internal cache on operations to ensure consistency

 gconf/gconf-client.c | 242 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 235 insertions(+), 7 deletions(-)

commit 0630a9a047bf235b3518a5a1c1ace4b938088c84
Author: Rob Bradford <rob@linux.intel.com>
Date:   Wed Jun 15 18:02:47 2011 +0100

    gconf-internals: Internalise gconf_get_lock_or_current_holder function
    
    This is only used by gconf_get_lock and so need not be exposed.

 gconf/gconf-internals.c | 2 +-
 gconf/gconf-internals.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

commit 94787614d435ad59ffd3039b53691ca2ebf62f5e
Author: Rob Bradford <rob@linux.intel.com>
Date:   Wed Jun 15 17:59:16 2011 +0100

    gconf-internals: Remove functions from header that are not defined

 gconf/gconf-internals.h | 4 ----
 1 file changed, 4 deletions(-)

commit d67569a566412f4b87aab75bd43597125fae4018
Author: Rob Bradford <rob@linux.intel.com>
Date:   Wed Jun 15 17:39:36 2011 +0100

    gconfd: Add internal API (gconfd_main_quit) to allow clean daemon shutdown
    
    This API call is needed by the DBUS handling code to shutdown the core of the
    daemon when the dbus clients are disconnected.

 gconf/gconfd.c | 15 +++++++--------
 gconf/gconfd.h |  1 +
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 4abe48b6535415116cb0fa65a271bb5ac9179bd6
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jun 24 20:49:08 2011 +0200

    Updated Serbian translation

 po/sr.po       | 155 ++++++++++++++++++---------------------------------------
 po/sr@latin.po | 155 ++++++++++++++++++---------------------------------------
 2 files changed, 98 insertions(+), 212 deletions(-)

commit 5dfdf2e44cae9f246d56a591f8e9488d9d440726
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jun 16 16:31:17 2011 +0200

    Don't enable deprecations explicitly in the source code.

 examples/basic-gconf-app.c | 2 --
 1 file changed, 2 deletions(-)

commit 5467537dc7a22b3b377497186a8fb6d4724f7ce5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jun 16 16:30:02 2011 +0200

    Update NEWS

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit a719637dfeaae377a6a220325b33a2a7cc63ce96
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Tue Jun 7 10:54:53 2011 +0300

    Updated Finnish translation

 po/fi.po | 617 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 308 insertions(+), 309 deletions(-)

commit ab0aca092fe6e68bc719e47cd0c7668f9dadb544
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 14:01:39 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 123 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 63 insertions(+), 60 deletions(-)

commit 41ce8d479417f752a1f101e4e68944d0f69b9e4f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 24 22:00:59 2011 +0200

    Fix distcheck. You should always use the same prefix as GLib for you gio
    modules for it to work it seems.
    
    But using pkg-config --variable giomoduledir gio-2.0 breaks distcheck
    because it then tries to overwrite stuff in /usr/lib/gio/modules.
    
    With good help from Company, davidz, chpe and mclasen and walters :-)

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 95454a76a40882d1912e83b141ffc398e2735aa8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 24 18:11:44 2011 +0200

    Remove non-existing --usage flag

 doc/gconftool-2.1 | 3 ---
 1 file changed, 3 deletions(-)

commit cf054aaa9ddf9b986088c10bf67c855b01ef7885
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun May 1 23:14:09 2011 +0200

    Added UG translation

 po/ug.po | 5191 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 2705 insertions(+), 2486 deletions(-)

commit 2f31665d62cd7fadd29df841fc308bb18f3a7aca
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Thu Apr 28 02:02:22 2011 +0300

    Updated Turkish translation

 po/tr.po | 246 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 129 insertions(+), 117 deletions(-)

commit a8b1adb8bd8001715cd049354dee78f2bb4a11d0
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 25 12:33:03 2011 +0200

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e96c11e6be7fee014ded302f1db9123ef2b838d
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 25 12:30:41 2011 +0200

    Version 2.32.3

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit 7530b03aabe69361d431d1d93bc69bf829329bc1
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Apr 24 16:33:42 2011 +0700

    Updated Thai translation.

 po/th.po | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit 5d0e4127d86565818f4f588dd6749604bf8bc54d
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Thu Apr 21 23:09:48 2011 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 po/eo.po   | 2487 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2488 insertions(+)

commit e8e316a3eb6c76ab4f9c6df621b7d04dc493e494
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Apr 14 18:39:23 2011 +0700

    Updated Vietnamese translation

 po/vi.po | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

commit d2612c4351f31f2466e0fca3ac9808d0882686ab
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Apr 14 18:38:08 2011 +0700

    po/vi.po: import from Damned Lies

 po/vi.po | 214 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 113 insertions(+), 101 deletions(-)

commit 4751453a289acc72186d1d633059c0d16ffca750
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 4 14:07:57 2011 +0200

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9dda4158de4c4699a7d9750198654378312c5592
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 4 14:02:06 2011 +0200

    Version 2.32.2

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 7f3c1ec468f8f325e773af69c923b94066edc47c
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Mon Apr 4 14:56:18 2011 +0600

    Updated Bengali translation

 po/bn.po | 395 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 203 insertions(+), 192 deletions(-)

commit 8aceae2d31f1331ce716ee27b7a79303ac8a24f3
Author: Jordi Serratosa <serratosa@gmail.com>
Date:   Sun Apr 3 22:41:06 2011 +0200

    [l10n]Fixes on Catalan translation

 po/ca.po | 64 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit bf9d58c57cde79da2acc184c57a1bc9620038e0e
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sun Apr 3 16:52:23 2011 +0200

    Updated Basque language

 po/eu.po | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

commit 81fc3e96e6a75672746d7c1f517751bacdabc84e
Author: Takayoshi OKANO <kano@na.rim.or.jp>
Date:   Sun Apr 3 13:31:32 2011 +0900

    Updated Japanese translation

 po/ja.po | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

commit dfdd6453babfff9cc548f595b8199726667a6928
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Apr 2 19:31:05 2011 +0200

    Updated Danish translation

 po/da.po | 37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)

commit a1daf174a72df5ece30993897dee9a0fc52593a7
Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
Date:   Sun Mar 27 17:06:25 2011 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

commit a40ce3176413473743fc9f61b2e299d184fa2581
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:30:13 2011 +0200

    Added UG translation

 po/ug.po | 4988 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2486 insertions(+), 2502 deletions(-)

commit 53af44832135a33f52d5dd8e7973bc567007445b
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Mar 27 09:50:36 2011 +0530

    update tranlation for Punjabi by A S Alam

 po/pa.po | 365 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 243 insertions(+), 122 deletions(-)

commit d0e3e3e6c6934e7a1110bbb247c1a28236b73a68
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Wed Mar 23 16:56:13 2011 +0530

    Updated Marathi Translations

 po/mr.po | 239 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 122 insertions(+), 117 deletions(-)

commit fa0649ed39e933df67bf7aa18653c94308e9cdbc
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Mar 22 16:18:17 2011 +0530

    Updated Gujarati Translations

 po/gu.po | 243 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 123 insertions(+), 120 deletions(-)

commit 7fb72826d88efc5775cb057440086912f2424027
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Mon Mar 21 11:15:17 2011 +0530

    Updated Assamese translations

 po/as.po | 254 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 134 insertions(+), 120 deletions(-)

commit b5144c981c7199b70f859dcd1cea82becca46a54
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Mar 18 20:26:09 2011 +0200

    Uploaded Ukranian

 po/uk.po | 255 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 133 insertions(+), 122 deletions(-)

commit d5ef40db44f38253857f038993866c5dcb952591
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Mar 17 15:04:57 2011 +0100

    Updated Italian translation

 po/it.po | 75 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 41 insertions(+), 34 deletions(-)

commit aab8327966d06510fc3008926619b2e971f021e9
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Mar 17 13:18:14 2011 +0000

    Updated British English translation

 po/en_GB.po | 72 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 40 insertions(+), 32 deletions(-)

commit c8d0ce54ba52b21048381973ecfd798825c55c64
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Mar 17 11:15:03 2011 +0100

    [l10n] Updated German translation

 po/de.po | 308 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 121 insertions(+), 187 deletions(-)

commit 14806df5de8c6e48d17fd7f247ee04c82177530d
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Thu Mar 17 15:42:24 2011 +0530

    Updated Oriya Translation

 po/or.po | 96 +++++++++++++++++++++++-----------------------------------------
 1 file changed, 35 insertions(+), 61 deletions(-)

commit 6531bc0856125977ae78129307dfdf2fa1bf9c83
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Thu Mar 17 15:38:28 2011 +0530

    Updated Oriya Translation

 po/or.po | 334 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 189 insertions(+), 145 deletions(-)

commit 27198707979268745d3a82e7aa01279e48a06c12
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Tue Mar 15 18:50:45 2011 +0530

    Updated Telugu Translations

 po/te.po | 225 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 120 insertions(+), 105 deletions(-)

commit 9839f4ccc14be55d6220144c279bf63c55486626
Author: Thomas Zajic <zlatko@gmx.at>
Date:   Mon Mar 14 12:52:02 2011 -0400

    daemon: don't force gconf.xml.system to live in /etc
    
    My whole GNOME lives in /usr/local, so I get the annoying "There is a
    problem with your configuration server.
    /usr/local/libexec/gconf-sanity-check-2 has exited with code 256." popup
    on each and every login.

 gconf/default.path.in | 2 +-
 gconf/gconfd.c        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9148debda9b7b4d35618d4fc2ee52c4cc07d51e7
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Mar 13 02:54:04 2011 +0100

    Updated Romanian translation

 po/ro.po | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

commit c55d240cc51dfff89d2daf751441d82e18fc8921
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 9 19:57:35 2011 +0100

    Updated Polish translation

 po/pl.po | 88 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 48 insertions(+), 40 deletions(-)

commit b5c631f3d1c00d428df50d601a1b6a1909a3b9bd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Mar 9 17:38:03 2011 +0100

    Updated Slovenian translation

 po/sl.po | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit f91f3383b146025c9d58c767d1ccb5e3be062f29
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Mar 9 18:52:20 2011 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 40 ++++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 16 deletions(-)

commit bb1ed75ef343b2b691cdef2549fca2622833901c
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sun Mar 6 10:57:01 2011 +0300

    Updated Russian translation

 po/ru.po | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit 31dbc45528b2d15121a6c11dee0d43c5d8113748
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 6 01:53:06 2011 +0900

    Updated Korean translation

 po/ko.po | 109 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 38 insertions(+), 71 deletions(-)

commit 04f5006f78b10f8acd03d871e3e92dc8f63c6806
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sat Mar 5 14:39:41 2011 +0200

    Updated Latvian translation.

 po/lv.po | 280 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 147 insertions(+), 133 deletions(-)

commit 6845c63d8c7ae05c67e9943cc92ced3611098d9c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Mar 2 00:51:10 2011 +0000

    Updated Portuguese translation

 po/pt.po | 87 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 47 insertions(+), 40 deletions(-)

commit c86957af3c060c1402b8bb50f3ee807c208d9b03
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Feb 24 19:29:19 2011 +0100

    Updated French translation

 po/fr.po | 133 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 72 insertions(+), 61 deletions(-)

commit 7b131467375c3e153a61294aa4af91b93b957c81
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Wed Feb 23 00:43:43 2011 +0900

    Updated Japanese translation

 po/ja.po | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

commit 9e3d022112e5b22f5dbbd05d646a1fc406161003
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sat Feb 19 15:32:22 2011 +0100

    Added UG translation

 po/ug.po | 4973 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2502 insertions(+), 2471 deletions(-)

commit a89f0a23141812293b1ad1b63fbc55435a75dcb3
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Feb 16 22:26:41 2011 +0200

    Updated Bulgarian translation

 po/bg.po | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 57c41b603e7caf8c0ec5fc82a17648df5e8106ea
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 13 07:08:06 2011 +0900

    Update Korean translation

 po/ko.po | 50 ++++++++++++++++++++++++--------------------------
 1 file changed, 24 insertions(+), 26 deletions(-)

commit 7444d566686e68c43a9e9edb447ae993b2d82204
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Sat Feb 12 14:17:51 2011 +0700

    Updated Indonesian translation

 po/id.po | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

commit e9420d514f419d9dc2faaa7f84aea8eab0126320
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Fri Feb 11 22:11:32 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

commit 48dfe6dc6bdec0af2bf3a2901f094c1a82ce4236
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Feb 11 12:28:53 2011 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 74c1f3e669cc2e38dd78d67175925c2ca00dfde4
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Feb 11 11:59:16 2011 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 258 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 136 insertions(+), 122 deletions(-)

commit dc34997e4ecd14accfc9dfadeb4ca2d0a7e8f1d0
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue Feb 8 19:45:14 2011 +0100

    Updated Albanian translation

 po/sq.po | 444 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 250 insertions(+), 194 deletions(-)

commit 0241b014b5558fa28585280c6bb65ae72c900eb5
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Feb 3 14:09:04 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 448 ++++++++++++++++++++++---------------------------
 po/zh_TW.po | 547 +++++++++++++++++++++++++-----------------------------------
 2 files changed, 431 insertions(+), 564 deletions(-)

commit 7b75599390255974d22ea3dd6e5fd4337faf9435
Author: Gil Forcada <gforcada@gnome.org>
Date:   Wed Feb 2 23:18:32 2011 +0100

    [l10n] Updated Catalan translation

 po/ca.po | 77 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 42 insertions(+), 35 deletions(-)

commit 0f6dbbca558f52beb9ea21ce4c01f096167c2c53
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jan 27 00:25:19 2011 +0100

    QA of Galician translations

 po/gl.po | 312 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 156 insertions(+), 156 deletions(-)

commit 632b12ee6bfb533efc05199f471c367675452382
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jan 24 15:35:19 2011 +0100

    Updated Czech translation

 po/cs.po | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

commit ff06080b39998085a233288de51ed70cda0421c0
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 22 15:47:23 2011 +0100

    Updated Swedish translation

 po/sv.po | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit fa5f8e76108f414ee914bfa58b769c16ae6c5658
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jan 19 20:26:10 2011 +0100

    Updated Spanish translation

 po/es.po | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

commit 751b533fdc1acfe940f63e708933a549a3e9f3fa
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Wed Jan 19 18:50:57 2011 +0200

    Updated Greek translation

 po/el.po | 58 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 33 insertions(+), 25 deletions(-)

commit 0d24b844d30060dc7f8969c5bb2ea46aeb0768ae
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jan 19 15:31:05 2011 +0100

    Updated Galician translations

 po/gl.po | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 613eca27b9d58e91947674ae3936da35aa63c0ad
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jan 18 12:58:04 2011 +0200

    Updated Hebrew translation.

 po/he.po | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit ae0ba1606cbd759a0af9dd8241051441b2273fc4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 18 10:44:29 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 54 ++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 20 deletions(-)

commit 49de70ebd982d797e6206fe7a2f98e3eb85f64ab
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Jan 4 19:01:22 2011 +0100

    Make gsettings-data-convert.desktop translatable.
    
    https://bugzilla.gnome.org/review?bug=638679

 gsettings/Makefile.am                       | 7 +++++--
 gsettings/gsettings-data-convert.desktop    | 9 ---------
 gsettings/gsettings-data-convert.desktop.in | 9 +++++++++
 po/POTFILES.in                              | 1 +
 4 files changed, 15 insertions(+), 11 deletions(-)

commit 8283bfbd30a2666e610c3821188f12dfeb5fdf94
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Jan 15 11:21:22 2011 +0300

    Updated Russian translation

 po/ru.po | 932 +++++++++++++++++++++++----------------------------------------
 1 file changed, 331 insertions(+), 601 deletions(-)

commit fba6e6354bb1bfca9720546f7073f13f60c5bd4c
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Thu Jan 13 13:21:20 2011 +0200

    Updated Greek translation

 po/el.po | 697 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 348 insertions(+), 349 deletions(-)

commit 28397ecda81d0f921c2278e842699cafb0dea02d
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jan 12 07:15:49 2011 +0200

    Updated Bulgarian translation

 po/bg.po | 62 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 32 deletions(-)

commit e0ce9749fc67d3192def3fff32b1fb1f6995b895
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Jan 10 22:27:12 2011 +0100

    Updated Basque language

 po/eu.po | 61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

commit 998ce402ea8075efbde3e74ac816bdbe9ce897a1
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Jan 4 18:54:03 2011 +0100

    Updated Hungarian translation

 po/hu.po | 167 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 69 insertions(+), 98 deletions(-)

commit 3dd3b49d275377c7c4c2783122bb0e867066b64a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 18:45:02 2011 +0100

    Updated Norwegian bokmål translation from Torstein Adolf Winterseth

 po/nb.po | 80 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

commit 4201d1463e84363cd8bc235f077ec07a5b29f3a8
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 29 15:53:35 2010 +0100

    Updated Swedish translation

 po/sv.po | 49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

commit f80279f065f893022256560690b1641cf4c3b02e
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Dec 28 13:39:04 2010 +0100

    Updated Czech translation

 po/cs.po | 56 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 27 insertions(+), 29 deletions(-)

commit bc4d74d7d6a82e9ef1bef4ddcfab307649ad00b5
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Dec 25 16:37:39 2010 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 72356f7b23e1adbf8e62aac5a623109b85ddece5
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 18:43:09 2010 +0100

    Added UG translation

 po/ug.po | 174 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 87 insertions(+), 87 deletions(-)

commit 2e76bedef52e8ba70d98f6148fdf4ce75e8ca64d
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 13:56:12 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po | 40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

commit a97b2cbb53ba4c0c782b508b840bcde872ead528
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Dec 4 19:48:04 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 68 ++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 71 +++++++++++++++++++++++++++++++------------------------------
 2 files changed, 71 insertions(+), 68 deletions(-)

commit e08a4a56bc5f71da1826851170f37713de941c54
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Nov 23 22:20:52 2010 +0700

    Updated Thai translation.

 po/th.po | 1044 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 525 insertions(+), 519 deletions(-)

commit 8e8c4a4a5e7ccca7c91cc29170dfd9b2d5c7bce1
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Mon Nov 22 19:54:58 2010 +0200

    Updated Romanian translation

 po/ro.po | 63 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 30 deletions(-)

commit b854eb19243c69aa00bb52c8b31b7e4e4a1a922e
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:16:52 2010 +0100

    Added UG translation

 po/ug.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit c0ddd197605fa0bdf53a5c71126079762ac0514c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Nov 18 13:46:28 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 57 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

commit 7438250b08184cf93591a0b6cf24605323111e99
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sun Nov 14 00:04:47 2010 +0100

    Added UG translation

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 31629164df56fae68f1f0d2190bf4f8ae5ed4c3f
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:02:49 2010 +0100

    Added UG translation

 po/ug.po | 2471 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2471 insertions(+)

commit c37db246850d504c634a9212adafbedf41bdd9e5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Nov 12 23:57:08 2010 +0100

    Updated Galician translations

 po/gl.po | 94 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

commit 3f17112ab8ebcbfa703afdaacb26990a5b5b37e9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Nov 10 08:17:13 2010 -0500

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 97ca5f0e6daaadf5ca3480044bad3af261ba17b6
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Nov 10 07:06:57 2010 -0500

    Update NEWS

 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 6d6704ea4143a335808b08e921a419bd4125d296
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 5 11:03:38 2010 -0400

    Support enum and flags types better
    
    When we find an integer in GConf, and the gsettings key has
    an enum or flags type, try to do the right thing.

 gsettings/gsettings-data-convert.c | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit fdea70db1a27c85484dafb48f1fff22392a77a73
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 28 21:30:55 2010 +0200

    Updated Slovenian translation

 po/sl.po | 51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

commit 1b6e2c65df117f8b7628ccc663acbe8a4c83155f
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Oct 26 11:07:27 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 312 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 159 insertions(+), 153 deletions(-)

commit c26079368ee5332dcddbca97e04dcbdc4bdea07e
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Oct 25 21:00:54 2010 +0700

    Updated Indonesian translation

 po/id.po | 61 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 32 insertions(+), 29 deletions(-)

commit de4ed4f782c8037ae9c6f97bd7174878b3b610e1
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Oct 20 23:49:10 2010 +0200

    Updated Hebrew translation.

 po/he.po | 60 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 29 insertions(+), 31 deletions(-)

commit d2b14ea7b2964ea8b8489b7e92c2d082bec96ab0
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Oct 19 12:39:01 2010 +0200

    Updated Spanish translation

 po/es.po | 131 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 69 insertions(+), 62 deletions(-)

commit d6e7030cffd5d868c11b03858bebdac34e652c5e
Author: Josselin Mouette <joss@debian.org>
Date:   Tue Oct 19 07:57:25 2010 +0200

    Bug #631250 - obsolete error message

 gconf/gconf-internals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 54369f3e383091436ba16d8c362e7d2d7a328d3c
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Wed Oct 13 16:07:30 2010 +0300

    Updated Lithuanian translation.

 po/lt.po | 3042 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 2547 insertions(+), 495 deletions(-)

commit 25f4311389cf651e57b5ab0f390e23b64faeb27d
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Wed Oct 13 15:57:06 2010 +0300

    Updated Lithuanian translation.

 po/lt.po | 3041 ++++++++++----------------------------------------------------
 1 file changed, 495 insertions(+), 2546 deletions(-)

commit d1040d83beefa492499b882f13ced971d0292d7b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Oct 3 11:11:40 2010 -0400

    Allow building against GTK+ 3
    
    This adds the common --with-gtk option to configure. The default
    is to build against GTK+ 3.

 configure.in | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

commit b3960fae640fa7bde70049d4e1a7c86de3ad7a81
Author: Simos Xenitellis <simos@gnome.org>
Date:   Thu Sep 30 15:20:12 2010 +0300

    l10n: Updated Greek translation for gconf

 po/el.po | 195 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 99 insertions(+), 96 deletions(-)

commit d104b9f16ae804ae0abe4a1fa82f718a8b6b409c
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Sep 28 18:21:08 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 35d1d3dff51f7bab10cae986e94b1044aba963f8
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Sep 27 20:31:57 2010 +0200

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ad5953026a8e9e8fe423e7955b845a55b4ffdf47
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Sep 27 20:23:07 2010 +0200

    Fix build warnings introduced in a612aad7fcf817d6174505e8ac519e6a554d15d3
    
    Approved by r-t on IRC.

 gconf/gconf-changeset.c | 2 +-
 gconf/gconf-value.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1ebbfe99fbaa63136628c4f79ba04b38f2821b3a
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Sep 27 20:04:44 2010 +0200

    Version 2.32.0

 NEWS         | 7 +++++++
 configure.in | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 28db2831abb30f11787086ce57725e76731d809d
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Sep 25 13:05:33 2010 +0300

    Updated Romanian translation

 po/ro.po | 205 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 106 insertions(+), 99 deletions(-)

commit 9a0a58bb69bccff40da830d5e5f69bd8e08742e3
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Sep 21 21:37:09 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 223 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 112 insertions(+), 111 deletions(-)

commit a612aad7fcf817d6174505e8ac519e6a554d15d3
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:   Tue Sep 21 21:57:16 2010 +0200

    Return the refernced objects in _ref
    
    Both gconf_entry_ref() and gconf_change_set_ref() don't return
    the referenced objects but nothing (void), which causes issues for
    g_boxed_copy which uses the return value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629984

 doc/gconf/tmpl/gconf-changeset.sgml | 1 +
 doc/gconf/tmpl/gconf-value.sgml     | 1 +
 gconf/gconf-changeset.c             | 4 +++-
 gconf/gconf-changeset.h             | 2 +-
 gconf/gconf-value.c                 | 4 +++-
 gconf/gconf-value.h                 | 2 +-
 6 files changed, 10 insertions(+), 4 deletions(-)

commit 7b592dfe6c3f19a2ce160fcbd07b4e1fbd892c7d
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Sep 20 01:23:46 2010 +0900

    Updated Japanese translation

 po/ja.po | 331 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 169 insertions(+), 162 deletions(-)

commit faa59a089e6936865f53ea541a8137b6b5670e68
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 19 17:34:56 2010 +0200

    Updated Danish translation

 po/da.po | 189 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 95 insertions(+), 94 deletions(-)

commit 2c0fb1d5297e66d9e6750a8d9e36acf181d5f0fb
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Sat Sep 18 17:35:32 2010 +0300

    Updated Russian translation from Yuri Myasoedov

 po/ru.po | 247 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 124 insertions(+), 123 deletions(-)

commit d706e7dfae6dfdff20ded51bb8a81d964be77943
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Sep 15 15:39:45 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 192 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 96 insertions(+), 96 deletions(-)

commit 46d40f712abaa6a84857453d9506555aea049451
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 12 14:42:52 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po | 276 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 139 insertions(+), 137 deletions(-)

commit 5e94fefa8a142479a179c0d3c9df06ffce7b574c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Sep 10 01:46:34 2010 +0900

    Updated Korean translation

 po/ko.po | 250 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 130 insertions(+), 120 deletions(-)

commit b444c90d281ca33d87d4a1c6b8062ef7103ef0e8
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Tue Sep 7 16:05:32 2010 -0400

    introspection: Add annotations to fix warnings
    
    Add (skip) (transfer) and (element-type) annotations to fix
    almost all warnings from introspection (there is one bug left in
    the scanner causing a warning about GConfError.)
    
    Docs for the functions being annotated are moved to the source files.
    
    All types that are not currently boxed or GObject are skipped; some
    of these could be made boxed with only a small amount of work.

 doc/gconf/tmpl/gconf-changeset.sgml |  27 +++----
 doc/gconf/tmpl/gconf-client.sgml    | 121 ++++++-------------------------
 doc/gconf/tmpl/gconf-engine.sgml    |  12 +--
 doc/gconf/tmpl/gconf-listeners.sgml |   6 +-
 doc/gconf/tmpl/gconf-schema.sgml    |   2 +-
 doc/gconf/tmpl/gconf-value.sgml     |  10 +--
 doc/gconf/tmpl/gconf.sgml           | 133 ++++++++--------------------------
 gconf/gconf-changeset.c             |  29 ++++++++
 gconf/gconf-client.c                | 127 ++++++++++++++++++++++++++++++++
 gconf/gconf-engine.h                |   7 ++
 gconf/gconf-listeners.h             |  11 +++
 gconf/gconf-schema.h                |   7 ++
 gconf/gconf-value.c                 |  12 +++
 gconf/gconf-value.h                 |   5 ++
 gconf/gconf.c                       | 141 ++++++++++++++++++++++++++++++++++++
 15 files changed, 408 insertions(+), 242 deletions(-)

commit 900371e187a6b93e0b67cd03571adedc5e6057b5
Author: Colin Walters <walters@verbum.org>
Date:   Tue Sep 7 13:49:15 2010 -0400

    introspection: Update to new g-i
    
    Add --warn-all.  Also we need explicit --identifier-prefix and
    --symbol-prefix right now, because the scanner defaults the symbol
    prefix to g_conf.

 configure.in      | 2 +-
 gconf/Makefile.am | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit a8a0882be967016c2e5f3be2fad9637a49e7f2d7
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Sep 7 10:01:06 2010 +0200

    Updated Basque language

 po/eu.po | 185 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 90 insertions(+), 95 deletions(-)

commit 47e771845f0867132a1aa05b160181d4d2c13c95
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 4 18:25:22 2010 +0200

    Updated Polish translation

 po/pl.po | 181 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 88 insertions(+), 93 deletions(-)

commit 2c0141a6bf0486632c0ca6ee1113225c812fd6c7
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Sep 1 14:48:31 2010 +0200

    Updated German translation

 po/de.po | 223 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 112 insertions(+), 111 deletions(-)

commit 419a6bf6e77f77c2ccd786405b008aa1f35d4ca7
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Aug 31 20:55:38 2010 +0700

    Updated Indonesian translation

 po/id.po | 1257 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 743 insertions(+), 514 deletions(-)

commit bc7d8798cddf18501e4311a794274a23a8e9de80
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Aug 30 18:46:30 2010 +0200

    Updated Czech translation

 po/cs.po | 192 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 92 insertions(+), 100 deletions(-)

commit 0406a49640e3528b001f101aac87bbaf3d508935
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Aug 29 21:46:19 2010 +0200

    [l10n] Updated Italian translation

 po/it.po | 219 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 105 insertions(+), 114 deletions(-)

commit 75c76727cbafe2c65f2e16b2661834dfa6b16c57
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Aug 29 09:21:26 2010 +0530

    update translation for Punjabi

 po/pa.po | 294 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 148 insertions(+), 146 deletions(-)

commit fd9e6875b7d3f47cc80f8b81d79e11f67e0354f0
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Aug 28 23:12:08 2010 +0200

    NEWS update for 2.31.91

 NEWS         | 7 +++++++
 configure.in | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 504f8b5ea76db282a93f1fea21de1d2741ddefe6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 27 09:40:10 2010 +0100

    Update British English translation

 po/en_GB.po | 204 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 103 insertions(+), 101 deletions(-)

commit 39b3e02dd7c9fa3b978d359d605b17106ccf96e6
Author: noch <norayr@arnet.am>
Date:   Fri Aug 27 11:13:34 2010 +0500

    Translated 1 more string

 po/hy.po | 848 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 295 insertions(+), 553 deletions(-)

commit 1e0368d5032786a7fe5a434f9f5bf0da680051e7
Author: noch <norayr@arnet.am>
Date:   Fri Aug 27 11:10:58 2010 +0500

    Added Armenian translation - po file. Modified LINGUAS.

 po/LINGUAS |    1 +
 po/hy.po   | 2705 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2706 insertions(+)

commit 7bf5a2eba4f70eba6182ca1896203326914bb7a7
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Aug 26 15:55:38 2010 +0200

    Updated French translation

 po/fr.po | 188 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 91 insertions(+), 97 deletions(-)

commit 46427f9694409f3443f72a94802db21f09e6ab51
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Aug 25 23:22:05 2010 +0200

    Updated Swedish translation

 po/sv.po | 241 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 120 insertions(+), 121 deletions(-)

commit 5c7056a51a7e429a5d010e9ad0a87916396e7e7c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Aug 23 02:25:37 2010 +0200

    Updated galician translations

 po/gl.po | 48 +++++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 23 deletions(-)

commit 4e7c5dfd3c7f2eb531811ebbabf602e242685827
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Aug 22 23:12:56 2010 +0300

    Updated Bulgarian translation

 po/bg.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f17e3fa0459c01bdeb097a22d1142fcbedfd8122
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Aug 22 22:49:38 2010 +0300

    Updated Bulgarian translation

 po/bg.po | 211 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 104 insertions(+), 107 deletions(-)

commit 51163a29bd07936fa18982514dd7c50249bbd24b
Author: David Planella <david.planella@gmail.com>
Date:   Sun Aug 22 09:25:27 2010 +0200

    Updated Catalan translation

 po/ca.po | 243 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 124 insertions(+), 119 deletions(-)

commit 314af4d8888eb636cef531b6ba99549b58ffe876
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Aug 21 17:24:50 2010 +0100

    Updated Portuguese translation

 po/pt.po | 193 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 97 insertions(+), 96 deletions(-)

commit 64d97b39bc7427453d1bb8271d035f0b478ba0e9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 21 19:40:02 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 189 ++++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 189 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 190 insertions(+), 188 deletions(-)

commit 4d3640e7ed1ad2b1df3d151fdc3afdad02f44be3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Aug 21 11:11:42 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 222 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 111 insertions(+), 111 deletions(-)

commit 321d5ff99f9a7e3a62361def947212c53ff3057a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Aug 21 02:14:19 2010 +0200

    Updated Hungarian translation

 po/hu.po | 315 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 171 insertions(+), 144 deletions(-)

commit 67893d077ab104b0a65210787c4d2566d47c343f
Author: Милош Поповић <gpopac@gmail.com>
Date:   Fri Aug 20 16:28:51 2010 +0200

    Updated Serbian translation

 po/sr.po       | 266 +++++++++++++++++++++++++++------------------------------
 po/sr@latin.po | 266 +++++++++++++++++++++++++++------------------------------
 2 files changed, 256 insertions(+), 276 deletions(-)

commit 5f68ec225d2dcbd75e980b7a88384b6e582a558c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Aug 19 21:14:06 2010 +0200

    Updated Spanish translation

 po/es.po | 222 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 112 insertions(+), 110 deletions(-)

commit 8b99f3d65e73d387680f243062524ae19757f851
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Aug 19 14:33:31 2010 +0200

    Updated Slovenian translation

 po/sl.po | 212 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 106 insertions(+), 106 deletions(-)

commit 92c47a5099e988fbe6eb1db56365bdbf2d27c467
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Aug 18 18:33:05 2010 +0200

    Updated Slovenian translation

 po/sl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit daee7aa49ae3ad0566f6847222386cefc50ec270
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Aug 18 18:30:26 2010 +0200

    Updated Slovenian translation

 po/sl.po | 647 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 311 insertions(+), 336 deletions(-)

commit 0a036e203eb83f6412ebc309d346c509ac05b3de
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Aug 18 17:41:40 2010 +0300

    Updated Hebrew translation.

 po/he.po | 897 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 515 insertions(+), 382 deletions(-)

commit 7cbf3d843102d25c766c3ae8e167d91c287fa13b
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 7 19:48:10 2010 +0200

    Port libgconf-2 to GDBus
    
    This makes libgconf-2 not link to libdbus anymore, which means
    libgconf-2 is LGPL2+ again!
    
    Bug #618039.

 configure.in            |  7 +++++-
 gconf-2.0.pc.in         |  2 +-
 gconf/Makefile.am       |  8 +++---
 gconf/gconf-internals.c | 66 ++++++++++++++++++++++---------------------------
 4 files changed, 41 insertions(+), 42 deletions(-)

commit dfb5eaffb71a423592df228c09bb4a44bda05d6d
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Thu Aug 5 13:58:20 2010 +0200

    [gsettings] Handle empty lists on migration
    
    g_variant_new() doesn't like empty array-typed GVariantBuilder instances.
    See bug 625663 for details.

 gsettings/gsettings-data-convert.c | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)

commit 814e1d55b15f02b07b0c27d8d13f17ae6a2a6d71
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Thu Aug 5 13:41:11 2010 +0200

    [gsettings] Sink references of newly created variant objects
    
    See bug 625591 for details.

 gsettings/gsettings-data-convert.c | 2 ++
 1 file changed, 2 insertions(+)

commit 992ff0c4f54ca62863a3dbf5fdfc7efcb165d389
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Aug 4 18:57:54 2010 +0200

    [release] post-release bump to 2.31.90

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 744ba72681548c7d61ac1302aef72bdea4aa244c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Aug 4 18:57:31 2010 +0200

    [release] 2.31.7

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 2c703cdc0c2c0b31604d49d94dacc019d4ffa72f
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Jul 24 15:12:22 2010 +0200

    Adapt to gsettings API changes (glib, d5bd53)

 gsettings/gconfsettingsbackend.c | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

commit 303771990820e8817207889f517df96e6e573f74
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jul 18 19:22:50 2010 +0200

    Fixed headers in galician translation file

 po/gl.po | 103 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 51 insertions(+), 52 deletions(-)

commit f069a7f5bbf37befd6e541c40c28588e2e1dad65
Author: Thomas Wood <thos@gnome.org>
Date:   Wed Jul 14 23:18:12 2010 +0100

    configure: disable the defaults service if PolicyKit is not available
    
    The enable_defaults_service is set to "auto" by default, but needs to be
    set to "no" if PolicyKit is not found.

 configure.in | 2 ++
 1 file changed, 2 insertions(+)

commit 8b4ec8270824b4a235aa40df0493d8f5babb121c
Author: Matthew Garrett <mjg@redhat.com>
Date:   Mon Jul 12 13:41:34 2010 -0400

    Realloc the correct amount of memory
    
    Pointers are more than a byte long - make sure that we realloc enough space
    to fit another one.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=609187

 gsettings/gsettings-data-convert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f34f10cd4598d531e6c32e22e1c2d7de2b888598
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 12 11:18:22 2010 -0400

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4956ddb16fcd53c77f7d59860cc42581b43983f3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 12 10:55:42 2010 -0400

    Updates

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 7dd9d7e1e05b16be5284781423501dddf2182073
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 7 23:02:26 2010 +0200

    [gsettings] Convert to xml schema format by default

 gsettings/gsettings-schema-convert     | 2 +-
 gsettings/gsettings-schema-convert.xml | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

commit 082d26d93c473a96cbf314b4a7259c625c5778f4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 7 16:30:33 2010 +0200

    [gsettings] Fix error in gsettings-schema-convert --help
    
    The simple format can always be chosen.

 gsettings/gsettings-schema-convert | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b069e2e109c9ac4e5c7b39da7fd3c10ea9544e8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 7 16:28:10 2010 +0200

    [gsettings] Accept gconf schemas without default values
    
    We use a 'neutral' default value in this case (0, empty string, false).
    
    Also, check that int and float default values are valid.

 gsettings/gsettings-schema-convert | 40 ++++++++++++++++++++++++++++++++------
 1 file changed, 34 insertions(+), 6 deletions(-)

commit c7a66451a18f425905ef467027a2b875523929a6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 7 16:17:56 2010 +0200

    [gsettings] Replace underscores with dashes when converting from gconf
    
    A --keep-underscores option is introduced to disable this behavior.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616310

 gsettings/gsettings-schema-convert     | 18 ++++++++++++++++--
 gsettings/gsettings-schema-convert.xml |  8 ++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 877e7d648d8838aadaab76712582c73d98d5f99f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 7 15:16:41 2010 +0200

    [gsettings] Do not crash when converting a schema with unknown types

 gsettings/gsettings-schema-convert | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit ddcd06ee050e5e6c966f4f80c4cc5e53270eecdf
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 7 15:12:08 2010 +0200

    [gsettings] Convert 0/1 gconf booleans to false/true
    
    Also fix a bug where ' was not properly escaped in default string
    values, and make sure that the values in list use the same code path to
    get the same result as default values.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617824

 gsettings/gsettings-schema-convert | 46 ++++++++++++++++++++++++++++----------
 1 file changed, 34 insertions(+), 12 deletions(-)

commit e30fef2331b70d23544fd0ee9b5cba7366f8821b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jul 2 19:28:40 2010 +0200

    [gsettings] Always add specified gettext-domain via command-line option
    
    It's useful to get the summary/description translations, not just for
    localized defaults.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616309

 gsettings/gsettings-schema-convert | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 10e7f322f827aa92a6071d77972d835a65d0bed1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jul 2 19:08:14 2010 +0200

    [gsettings] Fix gsettings-schema-convert crash when lxml is unavailable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616647

 gsettings/gsettings-schema-convert | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit a2a4ed4d8b9517e7d67aaf541345f2c12cfcee6d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jun 29 10:07:50 2010 -0400

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bd4d1694bea76e5bc5f66c4d0067e5e2397156f5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jun 29 10:01:36 2010 -0400

    Update NEWS for 2.31.5

 NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 9eb1377a821c3d1751ded9b70355ddde96874c65
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jun 29 09:58:35 2010 -0400

    Make :path in groups optional again
    
    It appears gsettings_new_from_path became stricter and doesn't
    allow a NULL path anymore. Oh well...

 gsettings/gsettings-data-convert.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b9f1dd16798f147dc199646cf479213ccf1177c0
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jun 27 19:54:09 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit e5770da402da7ac57e486e3fab4ccebe6002cf38
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Jun 21 11:57:33 2010 -0400

    Drop gsettings-schema-convert here
    
    glib expat

 gsettings/.gitignore                   |    2 +
 gsettings/Makefile.am                  |    6 +-
 gsettings/gsettings-schema-convert     | 1076 ++++++++++++++++++++++++++++++++
 gsettings/gsettings-schema-convert.xml |  113 ++++
 4 files changed, 1195 insertions(+), 2 deletions(-)

commit 50295637ceee29244a14e5a7e8e0eb55d070c2be
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Jun 20 14:51:57 2010 +0300

    Updated Latvian translation.

 po/lv.po | 474 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 214 insertions(+), 260 deletions(-)

commit 6b55ea6f96508e951ec5e34a2763ae5ac69e5528
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jun 18 20:31:53 2010 -0400

    2.31.4

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9407526662d1f1f6f6e33e42ec6a248021ea71a6
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jun 18 19:50:12 2010 -0400

    Updates

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit d943cd1d7267b9889f73738d644241be87e62218
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jun 18 19:42:38 2010 -0400

    Bump gio requirement

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 700c5bbbf733f744b8d907d65f7dc20e0aad76ae
Author: Milan Bouchet-Valat <nalimilan@club.fr>
Date:   Fri Jun 18 19:18:02 2010 +0200

    Fix building with GSettings 2.25.9
    
    New API has removed 'supports_context' field from
    GSettingsBackendsClass. Remove it.

 gsettings/gconfsettingsbackend.c | 7 -------
 1 file changed, 7 deletions(-)

commit 900c478b67372b1b116c67e10da41bdafd7e1ef3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jun 14 12:17:51 2010 -0400

    Make backend_write consume the variant
    
    This is the expected behaviour.  See bug #621319.

 gsettings/gconfsettingsbackend.c | 2 ++
 1 file changed, 2 insertions(+)

commit c855a2856a748e9115abbf4c824a0538a0bb345b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Jun 12 18:02:38 2010 +0200

    Updated Galician translations

 po/gl.po | 198 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 99 insertions(+), 99 deletions(-)

commit 2804406f1c3ac4abd773a251a88da26a89b4fbb5
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri May 28 09:18:54 2010 +0200

    Implement replacement fsync() on windows, where it is not present

 backends/markup-tree.c | 37 +++++++++++++++++++++++++++++++++++++
 gconf/gconfd.c         | 30 ++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

commit 2a7c4d53cf6f6fd6a8cad0052c7d8cc7468d3a73
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri May 28 09:18:17 2010 +0200

    Allow external orbit-idl-2 compiler for cross-compiling for instance

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b6c7242c94501e8f14fdf4529863645ac0bcd69a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 24 23:42:44 2010 -0400

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit da56caf3c113954b0b3e321b11632179953a78d6
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 24 23:36:44 2010 -0400

    Updates

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit e93cddaefed2c76afe16e04331dcc6f6adbbd847
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri May 21 20:00:52 2010 -0400

    Install an autostart file for gsettings-data-convert
    
    The intended use for this tool is to run at login time and do
    any outstanding conversions. Therefore, we want to autostart the
    tool early.

 gsettings/Makefile.am                    | 5 ++++-
 gsettings/gsettings-data-convert.desktop | 9 +++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 346bb8292fde8ef5c2ac26313f3b5659bbe1b897
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon May 24 11:37:13 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 146 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

commit a2a023e2cf102e5424371b78067b47ad0462773a
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu May 20 14:58:40 2010 +0100

    Do not print an error on the first ever run of gsettings-data-convert
    
    It's normal for ~/.local/share/gsettings-data-convert not to exist if the tool has never been run

 gsettings/gsettings-data-convert.c | 4 ++++
 1 file changed, 4 insertions(+)

commit b244603a47e2eee6754c05e87ac35c506b409cb1
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Fri May 14 19:38:54 2010 -0400

    Updated Shavian translation

 po/en@shaw.po | 286 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 145 insertions(+), 141 deletions(-)

commit bf6236990a42eff1c22dab3476748e84606a1ae4
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Thu May 13 18:04:08 2010 -0400

    More updating of the Shavian translation

 po/en@shaw.po | 491 +++++++++++++++++++++++++---------------------------------
 1 file changed, 213 insertions(+), 278 deletions(-)

commit 184cd50f7a56590e9717394b236c4a2c41adb59f
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:31 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po | 1734 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 1464 insertions(+), 270 deletions(-)

commit 35d4dbb075ca800f4c0cfb9c417283f5e9adbeef
Author: Brian Cameron <Brian.Cameron@sun.com>
Date:   Tue May 11 17:04:51 2010 -0500

    Add gconf_defaultpath to the pkg-config file to expose the location of the
    default path file.  This allows GDM to workaround bug #617017, so that GDM
    bug #594818 can be fixed.

 configure.in    | 2 ++
 gconf-2.0.pc.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit f2942e9c02faaa310b5dd5baa52d4f4ebf85b339
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue May 11 19:53:22 2010 +0200

    Updated Albanian translation

 po/sq.po | 720 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 380 insertions(+), 340 deletions(-)

commit 665f82b9cc2424fb6a8ac8b269c9777e9dd64ca2
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 10 18:08:11 2010 +0200

    Support silent build (disabled by default)

 configure.in | 2 ++
 1 file changed, 2 insertions(+)

commit d5e22de8242c4d1a0cd54c4e6b64ad37f8922bb9
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Thu May 6 17:47:09 2010 -0400

    Fix annotations for gconf_client_notify_add()
    
    Since gconf_client_notify_add() weirdly uses GFreeFunc rather
    than the identical GDestroyNotify we need to explicit annotate
    which parameter is the destroy callback.
    
    Scan the C files for annotations so that we pick up this
    annotation addition.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617973

 gconf/Makefile.am    |  5 +++--
 gconf/gconf-client.c | 10 +++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 622d5a96956bb4a5ba20ab3da31ad0089fbd76d2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 3 12:31:55 2010 -0400

    Look in datadir instead of hardcoding /usr/share

 gsettings/Makefile.am              | 1 +
 gsettings/gsettings-data-convert.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 7510f5d9056ff8fa4763fa4c16e185e42f18419d
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Apr 28 14:52:53 2010 -0500

    Update GSettings backend to follow API changes

 gsettings/gconfsettingsbackend.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b214607d6fc4a6e86bef680c9b8a9b1af9149b19
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Apr 23 06:38:24 2010 -0400

    bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b47c8bccb9655e3e08697c054e86a5dc821cac51
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Apr 23 06:31:12 2010 -0400

    Updates

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit a22cb09f2bace2c3c1e3b946a2ee32398ad3dbf8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Apr 22 20:21:49 2010 -0400

    Add a warning for a common mistake
    
    Give a hint that keys on the left are not supposed to be full paths.

 gsettings/gsettings-data-convert.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 1573fded60055196b5d9fbd068f69a8cc7e2416b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Apr 22 20:20:36 2010 -0400

     Fix key writability when key does not exist
    
    If a key does not exist, it should be marked as writable, otherwise
    widget will end up unsensitive when g_settings_bind*() is used.
    
    Bug 616307.

 gsettings/gconfsettingsbackend.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 2f65528b0f023c3388cf242d7caf2a18121eb107
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Apr 22 13:54:47 2010 +0100

    kill a SEGV if saved_state has blank lines in it.

 gconf/gconfd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3e0d97fd025e44a814b6ca7bf7d56eca77630438
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 21:12:03 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 183 +++++++++++++++++++++++++++---------------------------
 1 file changed, 90 insertions(+), 93 deletions(-)

commit 3371eb1c65b3a96b3afa8e85d17c28c9eb4bd7e0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 20 19:49:51 2010 -0400

    Use /usr/share/GConf
    
    Using a second gconf dir in /usr/share is just bad.

 gsettings/gsettings-data-convert.c   | 2 +-
 gsettings/gsettings-data-convert.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4b2d6493fd24ec3cef2df2f6ad08571090e50562
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 20 15:43:52 2010 +0200

    Support custom installation prefixes for introspection data.

 gconf/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a18976ce44d878099fb436b874685ff01362950c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 19 18:06:56 2010 -0400

    bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ac3dfaf42e348bb53591624763c574d3421da2dd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 19 18:05:41 2010 -0400

    2.31.1

 doc/gconf/tmpl/gconf-backend.sgml   | 3 +++
 doc/gconf/tmpl/gconf-changeset.sgml | 4 ++++
 doc/gconf/tmpl/gconf-client.sgml    | 4 ++++
 doc/gconf/tmpl/gconf-engine.sgml    | 4 ++++
 doc/gconf/tmpl/gconf-error.sgml     | 4 ++++
 doc/gconf/tmpl/gconf-internals.sgml | 5 +++++
 doc/gconf/tmpl/gconf-listeners.sgml | 4 ++++
 doc/gconf/tmpl/gconf-locale.sgml    | 4 ++++
 doc/gconf/tmpl/gconf-schema.sgml    | 4 ++++
 doc/gconf/tmpl/gconf-sources.sgml   | 3 +++
 doc/gconf/tmpl/gconf-value.sgml     | 4 ++++
 doc/gconf/tmpl/gconf.sgml           | 5 +++++
 12 files changed, 48 insertions(+)

commit 2a100a41234a355f07ba55f5b7749ec488e0405e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 19 18:05:21 2010 -0400

    Make sure we pick up man pages and their source

 gsettings/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1e9cddbf0240526ee89a28d1f35853f32b434845
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 19 18:01:59 2010 -0400

    Fix XML

 gsettings/gsettings-data-convert.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f2f60225ffaf230fa3e52f5c86996cfe97c7589c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 19 17:57:03 2010 -0400

    Updates

 NEWS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 043f2148d2203a6f6f848689c0739a734222bf52
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Apr 18 15:34:26 2010 -0400

    Support relocatable schemas in gsettings-data-convert
    
    We allow to specify a path in the group name.

 gsettings/gsettings-data-convert.c   | 68 +++++++++++++++++++++++-------------
 gsettings/gsettings-data-convert.xml | 16 +++++++--
 2 files changed, 57 insertions(+), 27 deletions(-)

commit 307e7ecf974a51d86136ecb69453ea25fcbc50f0
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Apr 18 15:54:44 2010 +0700

    Updated Indonesian translation

 po/id.po | 2136 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 994 insertions(+), 1142 deletions(-)

commit 9a6d45c235a30342f3c679a09373cc5dc67acc2a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Apr 16 20:19:00 2010 -0400

    Add a data conversion utility

 gsettings/Makefile.am                |  29 +++
 gsettings/gsettings-data-convert.c   | 435 +++++++++++++++++++++++++++++++++++
 gsettings/gsettings-data-convert.xml |  88 +++++++
 3 files changed, 552 insertions(+)

commit d23b94a52f7a0663192d2d600d5b3ef82bc94e42
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 14:49:08 2010 -0400

    [gsettings] Fix autodetection of build of GSettings backend

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5571eb8151422a2cf41e8810e572015b234e7671
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 14:29:04 2010 -0400

    [gsettings] Add missing file

 gsettings/gconfsettingsbackend-module.c | 47 +++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit 518f7071a7f3073a4eeae56e3c585f66968e159d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 09:44:35 2010 -0400

    [gsettings] G_VARIANT_TYPE_HANDLE is a signed 32bit integer

 gsettings/gconfsettingsbackend.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 4ee461da835a26f19116c27429a7119c369d8ddd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 09:10:53 2010 -0400

    Bump version to 2.31.1 after branching

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e09c8071b524467c5c0e978655674544f34025fd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 09:05:09 2010 -0400

    [gsettings] Require gio 2.25.0 to build the backend

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 94db910c687b8360d4ffc47921099741dd05244f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 08:59:42 2010 -0400

    [gsettings] Fix crashes in notification code

 gsettings/gconfsettingsbackend.c | 57 ++++++++++++++++++++++++++--------------
 1 file changed, 37 insertions(+), 20 deletions(-)

commit e374f886e6f225375922de8c9f0cf1da8daf4613
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 01:06:42 2010 -0400

    [gsettings] Reorganize code

 gsettings/gconfsettingsbackend.c | 351 +++++++++++++++++++++------------------
 1 file changed, 186 insertions(+), 165 deletions(-)

commit 7a795fcf4a50dcd305a6fc7fd8ec0dc0938ad727
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 16 01:03:30 2010 -0400

    [gsettings] Add untested notification support

 gsettings/gconfsettingsbackend.c | 198 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 193 insertions(+), 5 deletions(-)

commit aa220e3dc35c4ff4bc48afb76d4c80743f25ca29
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 15 22:43:34 2010 -0400

    [gsettings] Ignore notifications for changes that we do ourselves
    
    It's probably not 100% safe in theory, but it shouldn't create any real
    issue.
    
    Notifications are not really implemented yet, though ;-)

 gsettings/gconfsettingsbackend.c | 71 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 67 insertions(+), 4 deletions(-)

commit 176c77c783e93f136a2fc27ea5110a20337bdeac
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 15 22:18:59 2010 -0400

    [gsettings] Use GConfChangeSet for write_keys
    
    This enables us to do some pseudo-atomical transaction, which is good
    enough.
    
    Also simplify the code for write.

 gsettings/gconfsettingsbackend.c | 83 ++++++++++++++++++----------------------
 1 file changed, 38 insertions(+), 45 deletions(-)

commit e28f5a55b0778f552dbfc5bb0b599ad2fa8d8a84
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 15 22:01:07 2010 -0400

    [gsettings] Improve comments

 gsettings/gconfsettingsbackend.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit dd19563fe3dbef469b09e1f431653d5a9fb1e8b6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 15 21:41:27 2010 -0400

    [gsettings] Update GSettings backend to latest API
    
    It enables us to do the right thing when writing a key file (instead of
    sending the changed signal twice). This doesn't work for write_keys yet,
    though.

 gsettings/gconfsettingsbackend.c | 55 +++++++++++++++++++++++-----------------
 1 file changed, 32 insertions(+), 23 deletions(-)

commit e934a0d85f2d1d85d84c1bef6c8def3501c60b47
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 15 18:11:05 2010 -0400

    [gsettings] Initial push of a GSettings backend using GConf

 Makefile.am                      |   8 +-
 configure.in                     |  28 ++
 gsettings/Makefile.am            |  28 ++
 gsettings/gconfsettingsbackend.c | 640 +++++++++++++++++++++++++++++++++++++++
 gsettings/gconfsettingsbackend.h |  72 +++++
 5 files changed, 774 insertions(+), 2 deletions(-)

commit 3f1864949e573ef2d264be1fbc0a865f6c6ad52f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 8 15:48:14 2010 +0200

    Small Makefile.am hunk that should have been committed with 56535b85

 gconf/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 56535b85670f0c9f7ec50df8ae53146d48f50c61
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Apr 8 15:47:05 2010 +0200

    Additional build tweaks for introspection support
    
    This makes us closer to what the official documentation tells us to do.

 Makefile.am       |  2 +-
 autogen.sh        |  1 +
 gconf/Makefile.am | 12 ++++++------
 3 files changed, 8 insertions(+), 7 deletions(-)

commit ebb7a3be83e41631027f03be5958c7b2a4086732
Author: Florian Müllner <fmuellner@src.gnome.org>
Date:   Wed Mar 10 10:07:01 2010 +0100

    Add introspection support
    
    Generate .git and .typelib files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613247

 configure.in      |  3 +++
 gconf/.gitignore  |  2 ++
 gconf/Makefile.am | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)

commit 82c7342531d4f991d436c220825a68c9e5868eef
Author: Florian Müllner <fmuellner@src.gnome.org>
Date:   Wed Mar 10 07:56:23 2010 +0100

    Add boxed types for GConfEntry and GConfValue
    
    Without a GType, these are unavailable to gobject-introspection.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613247

 gconf/gconf-value.c | 24 ++++++++++++++++++++++++
 gconf/gconf-value.h |  3 +++
 2 files changed, 27 insertions(+)

commit 7c18f17b0c9556dab4502beca4ea9a4e425449b9
Author: Alberto Garcia <agarcia@igalia.com>
Date:   Thu Apr 8 15:25:28 2010 +0200

    Do not leak a GConfEntry when we ignore default values
    
    If the returned entry is the default one and we ignore default values,
    we need to free the entry to avoid a leak.

 gconf/gconf-client.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9b99bfea755278a9a06ef019e62308d095d330e0
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
Date:   Thu Apr 8 15:23:03 2010 +0200

    Link to ghread since g_thread_init() is called
    
    https://bugzilla.gnome.org/show_bug.cgi?id=601656

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 257ef7726ab4e9734aaaa8c4797b082962abbf8e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 30 13:44:51 2010 +0200

    [release] post-release bump to 2.28.2

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7ea4cfe292cbcdad7b9eecdf15cdec91d48cfd70
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 30 13:44:18 2010 +0200

    [release] 2.28.1

 NEWS         | 13 +++++++++++++
 configure.in |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 63d902f501095d0f2336291b495c8b0e4e840a2b
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Mar 27 17:34:29 2010 +0600

    Updated Bengali translation

 po/bn.po | 629 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 315 insertions(+), 314 deletions(-)

commit 25f78adf4b1459a560a14fa4814118f9bf361674
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 27 12:37:20 2010 +0100

    Updated Basque language

 po/eu.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b486d1f91ab1f5c95b0e306094387787703ff51e
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Mar 22 12:15:50 2010 +0100

    Updated Basque language

 po/eu.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit d2ca69eacff4e3f1d0c952ea55884fb900afa98e
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Fri Mar 19 18:18:11 2010 +0200

    Update Russian translation from Юрий Козлов

 po/ru.po | 234 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 135 insertions(+), 99 deletions(-)

commit 6ffda842aaddffb8172aab25a297ed6db693f10c
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Mar 16 23:24:28 2010 +0100

    Dutch translation updated by Wouter Bolsterlee

 po/nl.po | 250 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 124 insertions(+), 126 deletions(-)

commit 23ea5c5fc41ed8c43231c23e59eb3f1872e5a836
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Mar 11 12:56:12 2010 +0100

    Make gconf compile with -DGSEAL_ENABLE

 configure.in               | 4 ++--
 examples/basic-gconf-app.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 33f5723c51fca4352b299350a4f1c2e48c671a2f
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Mar 2 17:26:17 2010 +0200

    Updated Lithuanian translation.

 po/lt.po | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

commit 69640a28bb8f1889abbb701b1a398eb89d7e3746
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Feb 23 23:42:07 2010 +0200

    Updated Lithuanian translation.

 po/lt.po | 262 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 130 insertions(+), 132 deletions(-)

commit 4e0bbe71059d5eeca65aabe25b803622fd6c4d78
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Feb 19 18:29:07 2010 -0500

    Avoid a crash when gconftool-2 can't read the db

 gconf/gconf.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 6283523615ca51ed462f26ba60c4245a4259ac01
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 13:09:25 2010 +0100

    Updated Galician Translation

 po/gl.po | 493 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 258 insertions(+), 235 deletions(-)

commit 33c73a785c79ecef125a53af29581d09f9ab3733
Author: Colin Walters <walters@verbum.org>
Date:   Mon Feb 1 13:02:11 2010 -0500

    [gconfd] Remove (worse than) useless signal handlers for SEGV, FPE, etc
    
    Modern operating systems like Fedora tend to include system-wide crash
    handlers (like ABRT) which operate by processing unhandled crashes
    (signals such as SIGSEGV).  By catching SIGSEGV but actually doing
    nothing with it, GConf is breaking these crash handlers.
    
    Delete all of the handlers for signals like SIGFPE, SIGSEGV which can't
    be treated as recoverable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608705

 gconf/gconfd.c | 37 -------------------------------------
 1 file changed, 37 deletions(-)

commit 67a2478f610be4beff34258a5a5b36243415b069
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 19 20:36:03 2010 -0500

    Make the defaults mechanism find the right polkit action
    
    Due to a thinko in the code, the mechanism was always using the
    default privileges.

 defaults/gconf-defaults.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 2c5de6d7361ce94907dc678c396d963b3eb38d80
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Thu Jan 7 12:34:51 2010 +0100

    Added asturian language

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 66a6db4c765f7a2dbd07640d8b264955ff29e2f1
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Thu Jan 7 12:34:39 2010 +0100

    Updated asturian translation

 po/ast.po | 2458 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2458 insertions(+)

commit 5467dedc80051f74d815f687a9133ac1a5721325
Author: Pablo Castellano <pablog@src.gnome.org>
Date:   Mon Jan 4 02:51:48 2010 +0100

    Created .gitignore files

 .gitignore          | 42 ++++++++++++++++++++++++++++++++++++++++++
 backends/.gitignore |  2 ++
 defaults/.gitignore |  4 ++++
 examples/.gitignore |  4 ++++
 gconf/.gitignore    | 11 +++++++++++
 po/.gitignore       |  5 +++++
 6 files changed, 68 insertions(+)

commit d472aff254cf4dc6b50101ee377b2a713200368d
Author: Iestyn Pryce <dylunio@gmail.com>
Date:   Sat Dec 19 21:54:37 2009 +0000

    Updated Welsh translation

 po/cy.po | 1407 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 772 insertions(+), 635 deletions(-)

commit 1bfb75f3ad20e5836d29f9d0ba12cea252f44ffb
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Fri Dec 18 16:23:24 2009 +0700

    vi.po: Updated Vietnamese translation

 po/vi.po | 1220 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 736 insertions(+), 484 deletions(-)

commit 55a472b9b11213fd9f7472efe65b8c1241c0af96
Author: David Planella <david.planella@gmail.com>
Date:   Sun Nov 29 23:33:31 2009 +0100

    Corrected some additional spaces

 po/ca@valencia.po | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

commit 73fc1bc8337691df99442d89d9c2188709b3a03e
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Nov 29 13:58:08 2009 +0100

    Corrections for some grammar and spelling mistakes

 po/ca@valencia.po | 134 ++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 95 insertions(+), 39 deletions(-)

commit cfd65551e8937bcaadbf29b91a8b53ea03e583f4
Author: David Planella <david.planella@gmail.com>
Date:   Sun Nov 29 13:56:28 2009 +0100

    Corrected some grammar and spelling mistakes pointed out by Carles Ferrando

 po/ca.po | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

commit c83fcd1248860fd1daaf8b734565eefdeb012989
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Sat Nov 7 17:06:16 2009 +0000

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po | 1434 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1435 insertions(+)

commit 54adf8a6337d3d8b99b37b7ee02540d4310a6cf9
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 13 17:34:38 2009 +0300

    Updated Russian translation

 po/ru.po | 287 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 126 insertions(+), 161 deletions(-)

commit 5c2b93d85c0ec93e4090f7f3b69b0d5d1a219b9b
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Sep 22 15:30:59 2009 +0200

    [release] 2.28.0

 NEWS         | 7 +++++++
 configure.in | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 5c7977305cc28e02e65cf6ecb6395e3aed5a5c14
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Tue Sep 22 18:51:56 2009 +0530

    Updated Telugu Translation

 po/te.po | 78 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

commit 0c3d27e633005e89ff0bfb793cba1ea3d3534ad1
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Tue Sep 22 09:57:58 2009 +0700

    po/vi.po: fix typo "thoạt"

 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 29de6f6330ef8e2032dda3d01d20d3d506298e1d
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Sep 21 20:35:34 2009 +0200

    Update Czech translation

 po/cs.po | 183 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 93 insertions(+), 90 deletions(-)

commit 89286057ab064edd3c6e54755267e303d837b8ab
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Mon Sep 21 11:26:38 2009 +0700

    Updated Bengali translation

 po/bn.po | 2261 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1169 insertions(+), 1092 deletions(-)

commit 2c9f4a65c55b303ac33833876dbd56c3faea40ec
Author: Dumitru Mișu Moldovan <dumol@gnome.ro>
Date:   Thu Sep 17 23:05:42 2009 +0300

    Updated Romanian translation

 po/ro.po | 253 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 132 insertions(+), 121 deletions(-)

commit 09f8deb96c21acc125c1c6301d2826b650be1ffe
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Wed Sep 16 12:07:28 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po | 156 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 78 insertions(+), 78 deletions(-)

commit f496f57a45b2ab104241630d9ad614bcc33dfcf7
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 13 08:55:36 2009 +0530

    Updating Translation for Punjabi

 po/pa.po | 143 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 68 insertions(+), 75 deletions(-)

commit e50cc1496f8ae62755c86476a2c931e2dcd1b1e8
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:13:41 2009 +0200

    Updated Danish translation

 po/da.po | 172 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 85 insertions(+), 87 deletions(-)

commit 2fb77dda5d3ea8463e05eb1437478e4355516622
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 23:46:29 2009 +0100

    Updated British English translation

 po/en_GB.po | 182 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 90 insertions(+), 92 deletions(-)

commit 9cbc10e01c670e4390f08b8b2e485e03bde5485f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 12 09:34:53 2009 +0200

    Updated Slovenian translation

 po/sl.po | 201 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 99 insertions(+), 102 deletions(-)

commit 813bc6ad8d7cf467de8efe68fa1796418c19245d
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Sep 10 21:05:22 2009 +0200

    Updated German translation

 po/de.po | 113 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 56 insertions(+), 57 deletions(-)

commit af5be5d5158820c6e09e0294c137281a3563b954
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Sep 9 12:25:02 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po | 174 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 86 insertions(+), 88 deletions(-)

commit 80794d97b351f04ac6e717de4e0549b2b79d7fc5
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Thu Sep 3 14:51:37 2009 +0300

    Updated Greek translation

 po/el.po | 1077 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 686 insertions(+), 391 deletions(-)

commit f724397bafd737ae8cbe89239b28bd498d9de403
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Sep 2 12:08:30 2009 +0200

    Hungarian translation updated

 po/hu.po | 135 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 62 insertions(+), 73 deletions(-)

commit 5b95ea4da75a141f5bae02774d516ee90ae24ded
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Aug 31 20:07:55 2009 +0530

    Updated Marathi Translations

 po/mr.po | 140 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 62 insertions(+), 78 deletions(-)

commit f036865715684354ca145e4419e3deacf2e078ce
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Aug 31 19:29:11 2009 +0530

    Updated Telugu Translations

 po/te.po | 133 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 58 insertions(+), 75 deletions(-)

commit 78cbf03e28ef564430772fdf0b0fc979156ebbc1
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Aug 31 15:33:02 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po | 367 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 239 insertions(+), 128 deletions(-)

commit caf73ac7e3623b0fed6b4bce7597c4b5046d32d6
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Sun Aug 30 00:05:37 2009 +0200

    Updated Serbian translation

 po/sr.po       | 661 +++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 661 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 718 insertions(+), 604 deletions(-)

commit 7401f7989a85447ce3dd0ddfe160f7e158d0ddbb
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sat Aug 29 00:13:36 2009 +0300

    Updated Turkish translation.

 po/tr.po | 172 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 85 insertions(+), 87 deletions(-)

commit dcc77285581646cf49a4a19cb97e17adddd0c3a3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 29 01:25:21 2009 +0900

    Update Korean translation

 po/ko.po | 225 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 107 insertions(+), 118 deletions(-)

commit 81d4d51e49a6729c037a81ca647b0fb6b77081c2
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Aug 26 21:24:29 2009 +0200

    Updated French translation

 po/fr.po | 176 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 87 insertions(+), 89 deletions(-)

commit e686135196d6089c41354b25b8d98fa6824f0b45
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Wed Aug 26 15:39:29 2009 +0530

    Updating Assamese translations.

 po/as.po | 381 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 189 insertions(+), 192 deletions(-)

commit e43357f215fbf8ab6c659148055b8ce283a1f6df
Author: Ani <peter.ani@gmail.com>
Date:   Wed Aug 26 15:14:17 2009 +0530

    Updated Malayalam Translations

 po/ml.po | 241 +++++++++++++++++++++++----------------------------------------
 1 file changed, 87 insertions(+), 154 deletions(-)

commit c077c61d08f91cd43217024fcb451701200d055c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 25 09:38:05 2009 -0400

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9c395e2bdc31e2f2b1af805eefb60e47189095b7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 25 09:23:30 2009 -0400

    Updates

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 10ce3228e94892141906d428fc6dfd788305b428
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 25 09:17:45 2009 -0400

    Bump version to 2.27.0

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d5902c1ca303b24906d61c6e30d3aa7dcf4f0d07
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 25 09:03:34 2009 -0400

    Properly handler PolicyKit being absent

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1c837d96b588e59d50c71ee1d3aff1af4ecd702a
Author: ifelix <ifelix@redhat.com>
Date:   Tue Aug 25 14:10:08 2009 +0530

    Updated Tamil Translations

 po/ta.po | 140 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 62 insertions(+), 78 deletions(-)

commit 14b1925bd92b35b7892501ddee9df43b57615496
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue Aug 25 11:36:51 2009 +0530

    Updated Oriya Translation

 po/or.po | 231 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 111 insertions(+), 120 deletions(-)

commit d216f82c48bfb8a3cd8caff7a1b210e70318141c
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Mon Aug 24 16:46:22 2009 +0530

    hindi updated by Rajesh Ranjan

 po/hi.po | 240 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 84 insertions(+), 156 deletions(-)

commit 09f04533c93da58b7ba5eeb4214c4eb5f30adb8f
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Aug 24 13:45:16 2009 +0530

    Updated Gujarati Translations

 po/gu.po | 116 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 56 insertions(+), 60 deletions(-)

commit e4621bdd3a7870bea3d85e9941cb548dec1bdae0
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Aug 24 06:32:19 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 174 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 178 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 174 insertions(+), 178 deletions(-)

commit 03ac7c8ec9e5a842bea100407df1e0dbaa7b7158
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Aug 23 11:29:43 2009 +0100

    Updated Portuguese translation

 po/pt.po | 178 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 88 insertions(+), 90 deletions(-)

commit 7bd258bd161c245fb9647a3acbaad2c2a5aa19c6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 23 03:58:56 2009 +0900

    Update Korean translation

 po/ko.po | 211 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 119 insertions(+), 92 deletions(-)

commit 4c49cfd7a82bfffca35b1d4a13ad0db2309dfdf6
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Aug 21 20:02:48 2009 +0300

    Updated Arabic translation

 po/ar.po | 191 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 94 insertions(+), 97 deletions(-)

commit 7e02bdc372f95260e24f17698520af3f0c5007fe
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Fri Aug 21 20:55:39 2009 +0900

    Update Japanese translation

 po/ja.po | 177 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 88 insertions(+), 89 deletions(-)

commit c9b9d1597e8ebaa0febdeb6520f20fa0dd5e2a0e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 20 11:56:54 2009 +0200

    Updated Polish translation

 po/pl.po | 421 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 189 insertions(+), 232 deletions(-)

commit d0872c4e3361b988e6efacf12e8f559129bf8a9b
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sun Aug 16 13:42:58 2009 +0300

    Updated Finnish translation

 po/fi.po | 178 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 88 insertions(+), 90 deletions(-)

commit d6a74d1dd539fe0c9bdf731bc2848d033d8351b8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Aug 13 13:19:22 2009 -0400

    Move GConf to PolicyKit 1.0 API
    
    This patch updates the gconf defaults mechanism to use
    the new PolicyKit 1.0 API.

 configure.in                   |    9 +-
 defaults/Makefile.am           |    7 +-
 defaults/gconf-defaults-main.c |   39 ++
 defaults/gconf-defaults.c      | 1119 ++++++++++++++++++++++++++--------------
 defaults/gconf-defaults.h      |    8 +
 defaults/gconf-defaults.xml    |   14 +-
 6 files changed, 785 insertions(+), 411 deletions(-)

commit 7f919e35c5e1a0a48a6ee0096331d25b70b0ae81
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Aug 12 09:17:51 2009 +0300

    Updated Bulgarian translation

 po/bg.po | 169 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 82 insertions(+), 87 deletions(-)

commit fa090dabb7a74348c108834695a584af33dd6456
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Aug 11 22:59:27 2009 +0200

    Minor update to Catalan translation

 po/ca.po | 176 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 87 insertions(+), 89 deletions(-)

commit 3f604aa22fff8561896d02cfbe16aaf169919875
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 11 18:46:19 2009 +0200

    Remove this unused file.

 gconf/gnome-testclient.c | 137 -----------------------------------------------
 1 file changed, 137 deletions(-)

commit 8fefb861502a6a77a7f3fecffa0137b68150bcef
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Aug 10 13:30:40 2009 +0200

    Updated Basque language

 po/eu.po | 171 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 83 insertions(+), 88 deletions(-)

commit e02df5444f952a067749ce96003e3ca6b22b915e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Aug 6 19:01:08 2009 +0200

    Updated Galician Translation

 po/gl.po | 300 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 117 insertions(+), 183 deletions(-)

commit d6713cefc3f905a12ec4b77be44d3435c7744d55
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Thu Aug 6 11:09:57 2009 +0200

    Updated Italian translation

 po/it.po | 168 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 80 insertions(+), 88 deletions(-)

commit 834f71bcf32608c5f4cb7461e222b08d3cb1935d
Author: André Gondim <andregondim@ubuntu.com>
Date:   Wed Aug 5 21:34:28 2009 -0300

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 120 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

commit 27b3ca1b87c8799d23edcb358e5587437d24035a
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Aug 5 00:11:59 2009 +0200

    Added Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 2752 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2753 insertions(+)

commit 89cc473b1dac5b110ca49a03b1f8028f7fcb57b2
Author: Aron Xu <aronxu@gnome.org>
Date:   Fri Jul 31 18:05:34 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 74736fbc880e3b09aad7b5514336fa156b2198f8
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Jul 29 12:17:06 2009 +0300

    Updating Estonian translation

 po/et.po | 77 +++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 57 insertions(+), 20 deletions(-)

commit 9fb163276e5679a9475db77d4a6347d180aaaafe
Author: Thomas Klausner <wiz@danbala.tuwien.ac.at>
Date:   Wed Jul 15 14:46:05 2009 -0400

    Bug 583297 - Include lber.h in evoldapbackend on Solaris 9
    
    Signed-off-by: Colin Walters <walters@verbum.org>

 backends/evoldap-backend.c | 3 +++
 1 file changed, 3 insertions(+)

commit 8bad97390ee8cd1203908139d03c4f5678ac4ef4
Author: Colin Walters <walters@verbum.org>
Date:   Wed Jul 15 13:49:12 2009 -0400

    Silence some gcc compiler warnings
    
    None of these are actual problems, but it's good to keep the
    compiler output quiet.

 backends/markup-tree.c |  6 +++---
 gconf/gconf-client.c   | 11 ++++++-----
 gconf/gconf-locale.c   |  8 ++++----
 3 files changed, 13 insertions(+), 12 deletions(-)

commit 6c45ca41d5c5dc5ebd295a89099a34db2aa8cf1c
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Jul 9 10:39:05 2009 +0300

    Updated Ukrainian translation

 po/uk.po | 677 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 355 insertions(+), 322 deletions(-)

commit 131051d08ff89f46ed05c8ac084fac6adc739535
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Jul 9 11:31:24 2009 +0700

    Updated Thai translation.

 po/th.po | 146 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 72 insertions(+), 74 deletions(-)

commit 6ce02da1db5611cfb3743809572d44408d1375d2
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Jul 7 16:46:27 2009 +0200

    Updated Swedish translation

 po/sv.po | 171 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 84 insertions(+), 87 deletions(-)

commit a2af499be90e5624c5ae40ab8613d790e73ff811
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jul 4 20:57:00 2009 +0300

    Updated Hebrew translation

 po/he.po | 781 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 293 insertions(+), 488 deletions(-)

commit 7baf4c6b33a6dd0697a8bdb81bd86c72d58ebdc6
Author: Dan Winship <danw@gnome.org>
Date:   Wed Jun 17 20:02:35 2009 -0400

    Allow overriding the default config via $GCONF_DEFAULT_SOURCE_PATH
    
    This can point to a file to be used instead of
    ${sysconfdir}/gconf/2/path to determine the config sources used by
    gconf_engine_get_default()/gconf_client_get_default(). In particular,
    this will allow jhbuild to set up an environment in which jhbuilt
    applications can see their own schemas, rather than only seeing the
    schemas of system packages.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=586183

 gconf/gconf.c | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

commit 1693e30e5074fc2bdcb3600a052c66f2eb4cbe92
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jun 10 09:36:57 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 154 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 77 insertions(+), 77 deletions(-)

commit ce02b9a3c4391156805ae4a71f7133306c8b7bb0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu May 14 11:11:25 2009 -0400

    Avoid assertion failures
    
    The neg-caching patch changed the behaviour of the internal
    gconf_client_lookup function. It can now return TRUE, but still
    leave entry NULL. Adjust callers. This fixes bug 581905.

 gconf/gconf-client.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 2beb6f8ca95df75311c2a5658dc9c29064624d25
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Fri May 8 20:15:32 2009 +0200

    Updated Spanish translation

 po/es.po | 122 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 58 insertions(+), 64 deletions(-)

commit df370fe86cb7351ba1ab6a7000af8496a53c217f
Author: Phillip Withnall <bugzilla@tecnocode.co.uk>
Date:   Tue May 5 23:41:19 2009 -0400

    Fix a bad capitalization
    
    It should be GConf in messages, not gconf. Fixes bug 558069

 gconf/gconf-internals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2a2978f4610dc396c8952742da57edc4941bf375
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue May 5 23:37:57 2009 -0400

    Add new api to the defaults service
    
    Add SetSystemValue and SetMandatoryValue calls, which can
    be used by gconf-editor. Fixes bug 558619

 NEWS                        |   8 +
 defaults/gconf-defaults.c   | 484 +++++++++++++++++++++++++++-----------------
 defaults/gconf-defaults.h   |  38 ++--
 defaults/gconf-defaults.xml |  48 ++++-
 gconf/gconf-internals.h     |   3 -
 gconf/gconf-value.h         |   3 +
 6 files changed, 378 insertions(+), 206 deletions(-)

commit c9e62896b8c221694cfba25994894b13161e83cd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 5 22:58:34 2009 -0400

    Remove a malformed translation

 po/ne.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e6543147d86dead6d4367a3639f092fc5906410b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 5 22:30:12 2009 -0400

    Bump version to 2.26.2

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8170b9a8fccbaaaa82a81bb77bf49537fd4c139f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 5 22:28:11 2009 -0400

    Fix make distcheck

 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6d96300d81479f430e88015fa0a7667d97df425c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 5 22:02:22 2009 -0400

    Update NEWS

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 319246900cc926b019547ffb5ec5d4040ac8b9d3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 5 22:02:10 2009 -0400

    Bump version to 2.26.1

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fcd4647211bc0c38034212be87ecbf8d2b8adcbc
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 5 21:51:26 2009 -0400

    Make --enable-defaults-service work again

 configure.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit fa974a0c4a03fe7851c2d92cbc6ead17e4233de5
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 27 09:57:06 2009 -0400

    Fix errno usage
    
    In gconf_get_lock_or_current_holder a call to gconf_set_error could
    clobber errno before it was used. Fixes bug #579168.

 gconf/gconf-internals.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit e2de31df3a86600c7c43984470be2561d6217ef4
Author: Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
Date:   Tue Apr 28 20:42:59 2009 +0200

    Bug 498934 - Change config.h include syntax
    
    Change #include "config.h" to #include <config.h> according to
    http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_27.html

 backends/evoldap-backend.c     | 2 +-
 backends/gconf-merge-tree.c    | 2 +-
 backends/markup-backend.c      | 2 +-
 backends/markup-tree.c         | 2 +-
 backends/xml-backend.c         | 2 +-
 backends/xml-cache.c           | 2 +-
 backends/xml-dir.c             | 2 +-
 backends/xml-entry.c           | 2 +-
 backends/xml-test.c            | 2 +-
 defaults/gconf-defaults-main.c | 2 +-
 defaults/gconf-defaults.c      | 2 +-
 gconf/gconf-backend.c          | 2 +-
 gconf/gconf-changeset.c        | 2 +-
 gconf/gconf-client.c           | 2 +-
 gconf/gconf-database.c         | 2 +-
 gconf/gconf-error.c            | 2 +-
 gconf/gconf-internals.c        | 2 +-
 gconf/gconf-listeners.c        | 2 +-
 gconf/gconf-locale.c           | 2 +-
 gconf/gconf-sanity-check.c     | 2 +-
 gconf/gconf-schema.c           | 2 +-
 gconf/gconf-sources.c          | 2 +-
 gconf/gconf-value.c            | 2 +-
 gconf/gconftool.c              | 2 +-
 gconf/testclient.c             | 2 +-
 gconf/testgconfclient.c        | 2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

commit 91cacef240d8ded67db835dd63a7f29966448311
Author: Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
Date:   Tue Apr 28 20:42:56 2009 +0200

    Bug 498934 - Use AC_HELP_STRING in gconf-2.m4
    
    Fix missing AC_HELP_STRING usage and message quoting in gconf-2.m4 to
    have a nicer configure --help output for all projects using gconf.

 gconf-2.m4.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit c0be33190c54de88582536484bc33de8bf0dd044
Author: Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
Date:   Tue Apr 28 20:42:55 2009 +0200

    Bug 498934 - general autoconf improvements
    
    * fix whitespace policy in configure.in
     * raise AC_PREREQ to be able to use AS_HELP_STRING and other improvements of autoconf
     * add a configure summary at the end of configure
     * remove unused tests

 configure.in | 138 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 64 insertions(+), 74 deletions(-)

commit 2075a32cddcc9066229cd851019f9c370d51d0ec
Author: Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
Date:   Tue Apr 28 20:42:54 2009 +0200

    Bug 498934 - make openldap support optional
    
    Allow passing explicit enable or disable configure switch and allow
    automagic detection as well.

 configure.in | 67 +++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 44 insertions(+), 23 deletions(-)

commit bef5e3098b6d6803d246f7a99876bc1e590cc648
Author: Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
Date:   Tue Apr 28 20:42:52 2009 +0200

    Bug 498934 - fix "make distcheck"

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d82b796d1d785b49535b38b92bc86ec40993590a
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun May 3 12:08:13 2009 +0300

    Updating Estonian translation

 po/et.po | 500 +--------------------------------------------------------------
 1 file changed, 1 insertion(+), 499 deletions(-)

commit e136aec84289158920405ffd48224aa0893cc14c
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon Apr 27 14:44:15 2009 +0530

    Updated Oriya Translation.

 po/or.po | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 76 insertions(+), 5 deletions(-)

commit 74b6b8048e7b1cb2be2aad28dfe787606b985576
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Apr 25 03:19:29 2009 -0400

    Revert accidental string change

 backends/markup-tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7cd2c38407d49aa289eb16387c399def9bbcfb4
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Sat Apr 25 02:57:28 2009 -0400

    Avoid O(n^2) overhead in attribute lookup and speed up whitespace handling

 backends/markup-tree.c | 44 ++++++++++++++++----------------------------
 1 file changed, 16 insertions(+), 28 deletions(-)

commit 3e1a49e156b365f285c7b92798196ca3a7a04af5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Apr 21 03:00:35 2009 -0400

    [client] Improve trace markers to say "CACHED" or "REMOTE"

 gconf/gconf-client.c | 64 +++++++++++++++++++++++++++-------------------------
 1 file changed, 33 insertions(+), 31 deletions(-)

commit 412e473f400aa97a2b0a327c5c476c7ab327b45b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Apr 21 02:30:23 2009 -0400

    Bug 579167 – obsolete file in svn
    
    Remove obsolete file.

 gconf/gconf-glib.c | 177 -----------------------------------------------------
 1 file changed, 177 deletions(-)

commit a48923f73ffbfe1a15beffb41aa53317bbd97219
Author: Tobias Mueller <gnome-bugs@auftrags-killer.org>
Date:   Tue Apr 21 02:29:02 2009 -0400

    Bug 578877 – Update FSF address

 backends/evoldap-backend.c         | 4 ++--
 backends/gconf-merge-tree.c        | 4 ++--
 backends/markup-backend.c          | 4 ++--
 backends/markup-tree.c             | 4 ++--
 backends/markup-tree.h             | 4 ++--
 backends/xml-backend.c             | 4 ++--
 backends/xml-cache.c               | 4 ++--
 backends/xml-cache.h               | 4 ++--
 backends/xml-dir.c                 | 4 ++--
 backends/xml-dir.h                 | 4 ++--
 backends/xml-entry.c               | 4 ++--
 backends/xml-entry.h               | 4 ++--
 backends/xml-test.c                | 4 ++--
 defaults/gconf-defaults-main.c     | 2 +-
 defaults/gconf-defaults.c          | 2 +-
 defaults/gconf-defaults.h          | 2 +-
 examples/basic-gconf-app.c         | 4 ++--
 examples/complex-gconf-app.c       | 4 ++--
 examples/simple-controller.c       | 4 ++--
 examples/simple-view.c             | 4 ++--
 gconf/dllmain.c                    | 4 ++--
 gconf/gconf-backend.c              | 4 ++--
 gconf/gconf-backend.h              | 4 ++--
 gconf/gconf-changeset.c            | 4 ++--
 gconf/gconf-changeset.h            | 4 ++--
 gconf/gconf-client.c               | 4 ++--
 gconf/gconf-client.h               | 4 ++--
 gconf/gconf-database.c             | 4 ++--
 gconf/gconf-database.h             | 4 ++--
 gconf/gconf-engine.h               | 4 ++--
 gconf/gconf-error.c                | 4 ++--
 gconf/gconf-error.h                | 4 ++--
 gconf/gconf-glib.c                 | 4 ++--
 gconf/gconf-internals.c            | 4 ++--
 gconf/gconf-internals.h            | 4 ++--
 gconf/gconf-listeners.c            | 4 ++--
 gconf/gconf-listeners.h            | 4 ++--
 gconf/gconf-locale.c               | 4 ++--
 gconf/gconf-locale.h               | 4 ++--
 gconf/gconf-sanity-check.c         | 4 ++--
 gconf/gconf-schema.c               | 4 ++--
 gconf/gconf-schema.h               | 4 ++--
 gconf/gconf-sources.c              | 4 ++--
 gconf/gconf-sources.h              | 4 ++--
 gconf/gconf-value.c                | 4 ++--
 gconf/gconf-value.h                | 4 ++--
 gconf/gconf.c                      | 4 ++--
 gconf/gconf.h                      | 4 ++--
 gconf/gconfd.c                     | 4 ++--
 gconf/gconfd.h                     | 4 ++--
 gconf/gconftool.c                  | 4 ++--
 gconf/gnome-testclient.c           | 2 +-
 gconf/testclient.c                 | 4 ++--
 gconf/testgconfclient.c            | 4 ++--
 tests/testaddress.c                | 4 ++--
 tests/testbackend.c                | 4 ++--
 tests/testchangeset.c              | 4 ++--
 tests/testdirlist.c                | 4 ++--
 tests/testencode.c                 | 4 ++--
 tests/testgconf.c                  | 4 ++--
 tests/testlisteners.c              | 4 ++--
 tests/testpersistence.c            | 4 ++--
 tests/testschemas.c                | 4 ++--
 tests/testunique.c                 | 4 ++--
 wrappers/cxx/gconf-cxx.cc          | 4 ++--
 wrappers/cxx/gconf-cxx.h           | 4 ++--
 wrappers/guile/gconf-guile.c       | 4 ++--
 wrappers/guile/scm-gconf-private.h | 4 ++--
 wrappers/guile/scm-gconf.c         | 4 ++--
 wrappers/guile/scm-gconf.h         | 4 ++--
 70 files changed, 136 insertions(+), 136 deletions(-)

commit e9489a1746b9df1983c8ae7331443d197e23d40b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 21 02:11:20 2009 -0400

    Track fully-cached directories in the client
    
    This is used to do negative-hit caching, as well as listing all entries
    from the client cache.

 gconf/gconf-client.c | 95 ++++++++++++++++++++++++++++++++++++++++++----------
 gconf/gconf-client.h |  4 +--
 2 files changed, 80 insertions(+), 19 deletions(-)

commit 5a18e7925b73d0a5b7e84b42513e4e84bc2b14ff
Author: Behdad Esfahbod <behdad@gnome.org>
Date:   Tue Apr 14 23:12:15 2009 +0000

    Also trace if key is in cache. Don't trace the writable result, that's not
    
    2009-04-14  Behdad Esfahbod  <behdad@gnome.org>
    
            * gconf/gconf-client.c (gconf_client_key_is_writable): Also trace
            if key is in cache.  Don't trace the writable result, that's not
            interesting.
    
            * gconf/gconf-client.c (gconf_client_set_bool): Trace this function.
            Somehow it was missing the trace line that other set_* functions
            have.
    
    
    svn path=/trunk/; revision=2842

 ChangeLog            | 10 ++++++++++
 gconf/gconf-client.c | 11 ++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit 2efcc74dd14ded072a7e69a6750cb825e626bd25
Author: Behdad Esfahbod <behdad@gnome.org>
Date:   Tue Apr 14 04:03:49 2009 +0000

    Consistently surround string parameters in single-quotes in trace output.
    
    2009-04-14  Behdad Esfahbod  <behdad@gnome.org>
    
            * gconf/gconf-client.c: Consistently surround string parameters in
            single-quotes in trace output.
    
    
    svn path=/trunk/; revision=2841

 ChangeLog            |  5 +++++
 gconf/gconf-client.c | 37 ++++++++++++++++++-------------------
 2 files changed, 23 insertions(+), 19 deletions(-)

commit 1fbd7d8648f08028b8208a03ef7f8e1c8508f47a
Author: Behdad Esfahbod <behdad@gnome.org>
Date:   Tue Apr 14 03:59:22 2009 +0000

    Use g_message for printing trace output, such that G_MESSAGES_PREFIXED=all
    
    2009-04-13  Behdad Esfahbod  <behdad@gnome.org>
    
            * gconf/gconf-client.c (trace): Use g_message for printing trace
            output, such that G_MESSAGES_PREFIXED=all can be used to print process
            name and id.
    
    
    svn path=/trunk/; revision=2840

 ChangeLog            |  6 ++++
 gconf/gconf-client.c | 87 +++++++++++++++++++++++++---------------------------
 2 files changed, 48 insertions(+), 45 deletions(-)

commit d7c2b96c3d9e82af6f723672d2bb12a96bc813e9
Author: Aron Xu <aronxu@src.gnome.org>
Date:   Sat Apr 4 10:27:47 2009 +0000

    Updated Simplified Chinese translations by Ray Wang <wanglei1123 at gmail dot com>
    
    svn path=/trunk/; revision=2839

 po/zh_CN.po | 608 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 328 insertions(+), 280 deletions(-)

commit 3ab97aae87c043838cb969913e13860058745b33
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Thu Mar 19 06:10:45 2009 +0000

    updated kn.po
    
    svn path=/trunk/; revision=2838

 po/ChangeLog |   4 +
 po/kn.po     | 330 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 169 insertions(+), 165 deletions(-)

commit ec89793893f66d36ed321a53f5939655bd1e6f62
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Wed Mar 18 10:55:26 2009 +0000

    updated kn.po
    
    svn path=/trunk/; revision=2837

 po/ChangeLog |   4 +
 po/kn.po     | 309 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 161 insertions(+), 152 deletions(-)

commit 22dc4738074b6b88dc5be0bab5dc317e40424711
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Mar 18 09:20:21 2009 +0000

    Updated Arabic translation
    
    svn path=/trunk/; revision=2836

 po/ChangeLog |    4 +
 po/ar.po     | 1123 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 660 insertions(+), 467 deletions(-)

commit cf4fd9d2d1a90b3c4fd76211d0b6b18285dee5d3
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 17 03:19:20 2009 +0000

    =========================== 2.26.0 ===========================
    
    2009-03-16  Ray Strode  <rstrode@redhat.com>
    
        * NEWS: Updates
        * configure.in: 2.26.0
    
    svn path=/trunk/; revision=2834

 ChangeLog    |  7 +++++++
 NEWS         | 11 +++++++++++
 configure.in |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 1348de1f3567bd8902bfa76ec8293a2fda9cdb4a
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Mar 16 10:52:49 2009 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2009-03-16  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=2833

 po/ChangeLog |  5 ++++
 po/bg.po     | 83 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 46 insertions(+), 42 deletions(-)

commit 442ceb44111bf8ac7f7a8ba82a6e8a8464e07616
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Mon Mar 16 02:33:14 2009 +0000

    updating for Gnome Punjabi Translation by A S Alam
    
    svn path=/trunk/; revision=2832

 po/pa.po | 672 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 346 insertions(+), 326 deletions(-)

commit 86679353caa637b76fa242c32b09de9c68d0282e
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Mar 14 15:56:29 2009 +0000

    Updated Greek Translation by Jennie Petoumenou.
    
    svn path=/trunk/; revision=2831

 po/ChangeLog |    4 +
 po/el.po     | 1973 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 914 insertions(+), 1063 deletions(-)

commit 6968d803d13d58d930008bd8182094a8d99bde4d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Mar 14 10:29:47 2009 +0000

    Translation updated.
    
    2009-03-14  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=2830

 po/ChangeLog | 4 ++++
 po/hu.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 623b482f5899d5fe03d981e12e5944cc00c42aeb
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sat Mar 14 03:45:09 2009 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=2829

 po/ChangeLog |   4 +
 po/da.po     | 592 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 322 insertions(+), 274 deletions(-)

commit faa0d4d17300937f103261d8703a45d3ddabe2d4
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Fri Mar 13 23:23:46 2009 +0000

    Updated Russian translation.
    
    2009-03-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
         * ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=2828

 po/ChangeLog |    4 +
 po/ru.po     | 1008 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 513 insertions(+), 499 deletions(-)

commit 7e6724764776805ef0be0e49f194f5f82f0695f6
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Fri Mar 13 18:21:15 2009 +0000

    Updated Galician translation
    
    svn path=/trunk/; revision=2827

 po/ChangeLog |   4 +
 po/gl.po     | 862 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 473 insertions(+), 393 deletions(-)

commit d66660de67c1e16afa30e16eb3059aea151b7b56
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Wed Mar 11 12:12:25 2009 +0000

    Updated Malayalam Translation
    
    svn path=/trunk/; revision=2826

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit b938a5ea2bf51d257bd51eb2a55bf454577af9bf
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Wed Mar 11 12:12:13 2009 +0000

    Updated Malayalam Translation
    
    svn path=/trunk/; revision=2825

 po/ml.po | 1383 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 777 insertions(+), 606 deletions(-)

commit d37d836ca6476fd5107b93382bbc1ff653834730
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Tue Mar 10 08:46:33 2009 +0000

    Updated German translation.
    
    2009-03-10  Hendrik Richter  <hendrikr@gnome.org>
    
        * de.po: Updated German translation.
    
    svn path=/trunk/; revision=2824

 po/ChangeLog |   4 ++
 po/de.po     | 161 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 84 insertions(+), 81 deletions(-)

commit e172807e9469540efe953f838416e797ed91f1c9
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Mar 9 18:28:48 2009 +0000

    Updated Czech translation by Martin Picek.
    
    2009-03-09  Andre Klapper  <a9016009@gmx.de>
    
        * cs.po: Updated Czech translation by Martin Picek.
    
    
    svn path=/trunk/; revision=2823

 po/ChangeLog |    4 +
 po/cs.po     | 1490 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 785 insertions(+), 709 deletions(-)

commit 0bf554a3b1524d86cfd834c5dcbfc5c6ca306e3f
Author: Tomasz Dominikowski <tdominikowski@aviary.pl>
Date:   Mon Mar 9 16:38:24 2009 +0000

    Updated Polish translation
    
    2009-03-09  Tomasz Dominikowski  <tdominikowski@aviary.pl>
    
        * pl.po: Updated Polish translation
    
    svn path=/trunk/; revision=2822

 po/ChangeLog |    4 +
 po/pl.po     | 1161 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 619 insertions(+), 546 deletions(-)

commit 0caed3198773eb4e1ee3ef9613d5005460a43c7c
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Mon Mar 9 12:35:01 2009 +0000

    Updated Marathi Translations
    
    svn path=/trunk/; revision=2821

 po/ChangeLog |   4 +
 po/mr.po     | 617 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 341 insertions(+), 280 deletions(-)

commit 9f1bece6781e06d9644bc98cc96410a0262900c5
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sun Mar 8 19:45:16 2009 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2820

 po/ChangeLog |  6 +++++-
 po/he.po     | 19 +++++--------------
 2 files changed, 10 insertions(+), 15 deletions(-)

commit 1061fcfabe1bd4c6b812905e9c288b125677a3c3
Author: dumol <dumol@localhost>
Date:   Sat Mar 7 20:58:11 2009 +0000

    Updated Romanian translation
    
    
    Updated Romanian translation
    
    
    svn path=/trunk/; revision=2819

 po/ChangeLog |   4 +
 po/ro.po     | 827 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 405 insertions(+), 426 deletions(-)

commit 00e999fced4848d96b8d1eef0ff896342606b4f8
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Fri Mar 6 09:29:26 2009 +0000

    Updated assamese translations
    
    svn path=/trunk/; revision=2818

 po/ChangeLog |    4 +
 po/as.po     | 2162 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 1182 insertions(+), 984 deletions(-)

commit 08cca717e6064d1bd0b6c991a0e123d763fc4156
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Thu Mar 5 21:41:51 2009 +0000

    Updated Lithuanian translation.
    
    2009-03-05  Gintautas Miliauskas  <gintas@akl.lt>
    
        * lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=2817

 po/ChangeLog |   4 +
 po/lt.po     | 596 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 324 insertions(+), 276 deletions(-)

commit 30345dec4003f4df0e3cfe4c730a66ba582fbc7a
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Thu Mar 5 08:28:09 2009 +0000

    hindi updated by Rajesh Ranjan
    
    svn path=/trunk/; revision=2816

 po/ChangeLog |    4 +
 po/hi.po     | 1559 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 865 insertions(+), 698 deletions(-)

commit 3aff4a85c1f30c19749650a2c44215058c9c26b2
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Mar 5 07:23:47 2009 +0000

    Added Entry for Bengali India Translation Updation
    
    svn path=/trunk/; revision=2815

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit d20b118209c95bf74590ae9ebd837508115c1117
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Mar 5 07:23:35 2009 +0000

    Updated Bengali India Translation
    
    svn path=/trunk/; revision=2814

 po/bn_IN.po | 702 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 395 insertions(+), 307 deletions(-)

commit f074723264629f6bc0027e96a716773c50dd140a
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Wed Mar 4 06:54:37 2009 +0000

    Updated Kannada(kn.po) translations
    
    svn path=/trunk/; revision=2813

 po/ChangeLog |   4 +
 po/kn.po     | 942 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 469 insertions(+), 477 deletions(-)

commit 3e1d829de62628f0e0624644855483a5bdcc6076
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Mar 3 21:59:00 2009 +0000

    Translation updated.
    
    2009-03-03  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=2812

 po/ChangeLog | 4 ++++
 po/hu.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit b22062af3d9fb87383532e2a5ebc948cb0fff60e
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Tue Mar 3 11:18:08 2009 +0000

    Added entries for Oriya language Translation updation.
    
    svn path=/trunk/; revision=2811

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit b1d36d92ab34742351a9238466ff38018b03d6e6
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Tue Mar 3 11:17:04 2009 +0000

    Updated Oriya Translation.
    
    svn path=/trunk/; revision=2810

 po/or.po | 349 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 177 insertions(+), 172 deletions(-)

commit 6f1fb156b0047e279109970be2690371447261a6
Author: Felix I <ifelix@src.gnome.org>
Date:   Tue Mar 3 11:10:28 2009 +0000

    tamil translation updated
    
    svn path=/trunk/; revision=2809

 po/ChangeLog |   4 +
 po/ta.po     | 621 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 344 insertions(+), 281 deletions(-)

commit 9c3278d5abcd3701ef7a1718ab0c4d885209f480
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Tue Mar 3 06:37:30 2009 +0000

    Updated Telugu Translation
    
    svn path=/trunk/; revision=2808

 po/te.po | 784 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 409 insertions(+), 375 deletions(-)

commit 1a60b0fd5ebe625b877eb276b63f60ed778e52bf
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Tue Mar 3 06:36:51 2009 +0000

    Updated Changelog entry
    
    svn path=/trunk/; revision=2807

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 701f0b1df4dfd44bc16b9578bb2d31810881a8ba
Author: miloc <miloc@localhost>
Date:   Mon Mar 2 19:39:12 2009 +0000

    Updated Italian translation
    
    svn path=/trunk/; revision=2806

 po/ChangeLog |   4 +
 po/it.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 497 insertions(+), 474 deletions(-)

commit ca5d32c626f2dd2db73bdbe87613810707d1957e
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Mar 2 10:48:33 2009 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2805

 po/sl.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 40d98b507a0c760a6ab6a9b8177745b0b60c87fb
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Mar 2 10:32:01 2009 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2804

 po/sl.po | 367 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 183 insertions(+), 184 deletions(-)

commit 28c741e21b9ab11aa1ee3ba3c996f0230d3a7ec7
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Mon Mar 2 06:16:12 2009 +0000

    Committed Translation by Sweta Kothari
    
    svn path=/trunk/; revision=2803

 po/ChangeLog |  4 ++++
 po/gu.po     | 23 +++++++++--------------
 2 files changed, 13 insertions(+), 14 deletions(-)

commit d566ed157b30a4707a052f48445de4d93912519c
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sat Feb 28 10:37:52 2009 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2802

 po/ChangeLog |   4 +
 po/he.po     | 589 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 315 insertions(+), 278 deletions(-)

commit 138b7499ba0938b01df5f33469f5d91a7af13833
Author: Frederic Peters <fpeters@src.gnome.org>
Date:   Thu Feb 26 12:45:22 2009 +0000

    updated to have the corrected gconf website URL.
    
    * ca.po, en_GB.po, es.po, eu.po, fi.po, fr.po, gu.po, hu.po, ja.po,
    ko.po, lv.po, nb.po, nl.po, pt.po, pt_BR.po, sv.po, th.po, tr.po,
    zh_HK.po, zh_TW.po: updated to have the corrected gconf website URL.
    
    
    svn path=/trunk/; revision=2801

 po/ChangeLog | 6 ++++++
 po/ca.po     | 4 ++--
 po/en_GB.po  | 4 ++--
 po/es.po     | 4 ++--
 po/eu.po     | 4 ++--
 po/fi.po     | 4 ++--
 po/fr.po     | 4 ++--
 po/gu.po     | 4 ++--
 po/hu.po     | 4 ++--
 po/ja.po     | 4 ++--
 po/ko.po     | 4 ++--
 po/lv.po     | 6 +++---
 po/nb.po     | 2 +-
 po/nl.po     | 4 ++--
 po/pt.po     | 4 ++--
 po/pt_BR.po  | 2 +-
 po/sv.po     | 4 ++--
 po/th.po     | 4 ++--
 po/tr.po     | 4 ++--
 po/zh_HK.po  | 4 ++--
 po/zh_TW.po  | 4 ++--
 21 files changed, 45 insertions(+), 39 deletions(-)

commit 59804d6c93976bda1a4d7a846edf7a20b05a808a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Feb 26 12:12:01 2009 +0000

    Correct the URL to the website.
    
    2009-02-26  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_activate_server):
        Correct the URL to the website.
    
    svn path=/trunk/; revision=2800

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit e5efcac5247c210011ec7f57caf46343b8ee0af5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Feb 26 12:10:38 2009 +0000

    Updated Norwegian bokmål translation.
    
    2009-02-26  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2799

 po/ChangeLog |   4 +
 po/nb.po     | 330 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 167 insertions(+), 167 deletions(-)

commit b8105d620a32f1490c6a0073d7f85098bc8e44a1
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Wed Feb 25 12:18:01 2009 +0000

    2.25.3
    
    svn path=/trunk/; revision=2798

 po/ChangeLog |   5 +
 po/zh_HK.po  | 505 +++++++++++++++++++++++++++----------------------
 po/zh_TW.po  | 603 +++++++++++++++++++++++++++++++++++------------------------
 3 files changed, 647 insertions(+), 466 deletions(-)

commit e3db7d4dbd4113b9ae86867ab8290bff8ee786ff
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Wed Feb 25 06:32:49 2009 +0000

    Committed Translation by Sweta Kothari
    
    svn path=/trunk/; revision=2797

 po/ChangeLog |   4 +
 po/gu.po     | 334 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 173 insertions(+), 165 deletions(-)

commit 05e300ebc407dc6227f509adeb68107190e22248
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Feb 25 00:34:07 2009 +0000

    Updated Portuguese translation.
    
    2009-02-25  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2796

 po/ChangeLog |  4 ++++
 po/pt.po     | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit ae0b4962b67dd11bec989bb6feacaa639e37101d
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Feb 23 21:45:35 2009 +0000

    Updated French translation.
    
    2009-02-23  Claude Paroz  <claude@2xlibre.net>
    
        * fr.po: Updated French translation.
    
    svn path=/trunk/; revision=2795

 po/ChangeLog |  4 +++
 po/fr.po     | 84 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 46 insertions(+), 42 deletions(-)

commit 7a17f98cc4292ee263ec349f757dbda7284aa6be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Feb 23 19:38:16 2009 +0000

    Updated British English translation.
    
    2009-02-23  Philip Withnall  <philip@tecnocode.co.uk>
    
        * en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=2794

 po/ChangeLog |   4 +
 po/en_GB.po  | 590 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 321 insertions(+), 273 deletions(-)

commit 73ed22238213f207eb6f38779e8df4b87b48efe0
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Feb 23 06:04:46 2009 +0000

    Free parent before checking for error. Pointed out by Tommi Rantala.
    
           * backends/markup-backend.c (tree_lookup_entry): Free parent
            before checking for error. Pointed out by Tommi Rantala.
    
    
    
    svn path=/trunk/; revision=2793

 ChangeLog                 | 7 +++++++
 backends/markup-backend.c | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit c4d69bb25b025bb54e0c01ec626c291a1a8999d7
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Feb 23 05:59:36 2009 +0000

    Remove deprecated GTK+ api
    
    svn path=/trunk/; revision=2792

 ChangeLog                |  8 ++++++++
 doc/intro-article.sgml   | 12 ++++++------
 gconf/gnome-testclient.c |  8 ++++----
 gconf/testgconfclient.c  |  8 ++++----
 4 files changed, 22 insertions(+), 14 deletions(-)

commit 37351b415fddd626bf1a2e8c1db86c99b2ae6a26
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Sat Feb 21 13:43:52 2009 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=2791

 po/ChangeLog |   4 +
 po/tr.po     | 601 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 327 insertions(+), 278 deletions(-)

commit b6bd00e317adb27350aa6a5c4be9db60bc4449b0
Author: Jonh Wendell S. Santana <jwendell@src.gnome.org>
Date:   Fri Feb 20 18:27:06 2009 +0000

    Fixed one fuzzy
    
    svn path=/trunk/; revision=2790

 po/pt_BR.po | 332 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 165 insertions(+), 167 deletions(-)

commit 3f131b6b14d9a199095a270530e5975598d86d54
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 20:39:01 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2789

 po/ChangeLog |   4 +
 po/sv.po     | 369 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 188 insertions(+), 185 deletions(-)

commit eda9cac9934f5a6efc6d207f6cdfbac0e8bb9595
Author: Raivis Dejus <orvils@gmail.com>
Date:   Thu Feb 19 12:49:54 2009 +0000

    Updated latvian translation.
    
    2009-02-19  Raivis Dejus  <orvils@gmail.com>
    
        * lv.po: Updated latvian translation.
    
    
    svn path=/trunk/; revision=2788

 po/ChangeLog |    4 +
 po/lv.po     | 1602 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 870 insertions(+), 736 deletions(-)

commit 28022823f1cc127cc082fec1bc56845ddee2dbe2
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Feb 19 08:59:34 2009 +0000

    Updated Thai translation.
    
    2009-02-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2787

 po/ChangeLog |   4 +++
 po/th.po     | 116 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 59 insertions(+), 61 deletions(-)

commit 9b4519b2194a2cc82f6bdfd4568f370670efdf4f
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Wed Feb 18 19:47:21 2009 +0000

    Updated Basque translation.
    
    2009-02-18  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2786

 po/ChangeLog |  4 +++
 po/eu.po     | 79 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 43 insertions(+), 40 deletions(-)

commit c614788a2f90213781503232c05a8d967539bb0b
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Feb 17 20:56:35 2009 +0000

    Translation updated.
    
    2009-02-17  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    svn path=/trunk/; revision=2785

 po/ChangeLog |   4 +
 po/hu.po     | 341 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 175 insertions(+), 170 deletions(-)

commit 969d8662ac11636d55a797369018276bd69225db
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Feb 17 16:58:53 2009 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=2784

 po/ChangeLog |   4 +
 po/ca.po     | 329 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 168 insertions(+), 165 deletions(-)

commit 274e666154f2c6cf024109635e9f3e37f5ef86c1
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Tue Feb 17 03:54:14 2009 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=2783

 po/ChangeLog |   4 +
 po/ko.po     | 478 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 229 insertions(+), 253 deletions(-)

commit cdcaca854bd1400be5d646bdb3975dc48c3d7b8f
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Tue Feb 17 00:53:02 2009 +0000

    bump version
    
    svn path=/trunk/; revision=2782

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ef6e46697f06db00b372ed5cdabc3d91301cba56
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Tue Feb 17 00:30:26 2009 +0000

    2.25.2
    
    svn path=/trunk/; revision=2780

 ChangeLog | 2 ++
 NEWS      | 6 ++++++
 2 files changed, 8 insertions(+)

commit 4ae8fc15e38f86a275a88f87f45019ff7cf21a8b
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 16 19:36:12 2009 +0000

    move the directory used by the defaults mechanism, so that its effects are
    
    2009-02-16  Ray Strode  <rstrode@redhat.com>
    
        * gconf/default.path.in: move the directory used by the
        defaults mechanism, so that its effects are mandatory
        (bug 558490).
    
    svn path=/trunk/; revision=2779

 ChangeLog             | 6 ++++++
 gconf/default.path.in | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 736651d7f9380f5e0ff528184f5a573f417bce25
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Feb 16 17:57:19 2009 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2778

 po/ChangeLog |   4 ++
 po/fi.po     | 156 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 81 insertions(+), 79 deletions(-)

commit 74a853c5c48d03375979359d660e3e56b6222aa9
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Mon Feb 16 12:34:50 2009 +0000

    Updated Dutch translation by Wouter Bolsterlee.
    
    2009-02-16  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
        * nl.po: Updated Dutch translation by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=2777

 po/ChangeLog | 38 +++++++++++++++------------
 po/nl.po     | 85 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 63 insertions(+), 60 deletions(-)

commit bf7dbc212c1eb27bd627eda20a509b6ca09a8189
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Feb 15 14:41:50 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2776

 po/ChangeLog |   4 +
 po/es.po     | 338 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 175 insertions(+), 167 deletions(-)

commit 256fc02787f724825665998393de38d88f8160dc
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Feb 15 12:34:01 2009 +0000

    Updated Japanese translation.
    
    2009-02-15  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
        * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=2775

 po/ChangeLog |  4 +++
 po/ja.po     | 82 +++++++++++++++++++++++++++++-------------------------------
 2 files changed, 44 insertions(+), 42 deletions(-)

commit 8bed9e963ba56c1e116afb921d7ff83786340a0a
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 07:38:34 2009 +0000

    Bump version
    
    svn path=/trunk/; revision=2774

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ab51c0dcdef50f18accd415a4deecc714dd068d6
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 07:37:03 2009 +0000

    2.25.1
    
    svn path=/trunk/; revision=2772

 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

commit 4edde46f451ece3fea047997f1d7bb05d92758cf
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 07:16:39 2009 +0000

    Updates
    
    svn path=/trunk/; revision=2771

 ChangeLog |  4 ++++
 NEWS      | 15 +++++++++++++++
 2 files changed, 19 insertions(+)

commit 64f2fb3c28d547b1bde758c1768c6cf97e211ca9
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 07:03:30 2009 +0000

            Bug 566716 – Update the projects URL
    
            * README:
            * gconf/gconf-internals.c: Update project website url.
            String change. Requested by Leonardo Ferreira Fontenelle
    
    
    svn path=/trunk/; revision=2770

 ChangeLog               | 8 ++++++++
 README                  | 2 +-
 gconf/gconf-internals.c | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 26412176edecd087acb9858207cb4eadde562741
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 06:58:41 2009 +0000

            Bug 569258 – Use send_destination in dbus policy
    
            * defaults/org.gnome.GConf.Defaults.conf: Use send_destination.
            Pointed out by Vincent Untz
    
    
    svn path=/trunk/; revision=2769

 ChangeLog                              | 7 +++++++
 defaults/org.gnome.GConf.Defaults.conf | 8 ++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 6fe2871503fe150a0592cc27c6dd0d7fb5bb8194
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 06:53:03 2009 +0000

            Bug 565312 – Use g_timeout_add_seconds
    
            * backends/xml-backend.c: Trivial: Use g_timeout_add_seconds.
            Patch by Paul Kishimoto.
    
    
    svn path=/trunk/; revision=2768

 ChangeLog              | 7 +++++++
 backends/xml-backend.c | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 91f24ac8c9fc013722557ac05d3eedd5085c628c
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Feb 15 06:45:38 2009 +0000

            Bug 558490 – New policykit mechanism uses hard-coded gconf path
    
            * gconf/default.path.in: Add the directory that is used by the
            defaults mechanism
    
            * defaults/Makefile.am: Define SYSGCONFDIR
            * defaults/gconf-defaults.c: Use SYSGCONFDIR instead of hardcoding
            /etc/gconf. Pointed out by Vincent Untz
    
    
    svn path=/trunk/; revision=2767

 ChangeLog                 | 11 +++++++++++
 defaults/Makefile.am      |  1 +
 defaults/gconf-defaults.c |  6 +++---
 gconf/default.path.in     |  3 +++
 4 files changed, 18 insertions(+), 3 deletions(-)

commit 63a52b9ffa51d883cb876bd32384d52817fd71ff
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Feb 13 21:40:44 2009 +0000

    Updated Portuguese translation.
    
    2009-02-13  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2766

 po/ChangeLog |   4 +
 po/pt.po     | 596 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 324 insertions(+), 276 deletions(-)

commit f8db6db2888b61107db8816b103c32d9e20d781e
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Feb 12 12:41:17 2009 +0000

    turn off a bogus error message for missing types, which we don't use,
    
    2009-02-12  Michael Meeks  <michael.meeks@novell.com>
    
            * backends/markup-tree.c (parse_value_element): turn off a
            bogus error message for missing types, which we don't use,
            saves creating, l10n'ing & destroying 11k bogus messages on
            login.
    
    
    svn path=/trunk/; revision=2765

 ChangeLog              | 7 +++++++
 backends/markup-tree.c | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit ac5478381e56226e8ca0b49b0d8492b1768d634e
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Tue Feb 10 17:27:35 2009 +0000

    close empty value elements immediately to save parsing time.
    
    2009-02-10  Michael Meeks  <michael.meeks@novell.com>
    
            * backends/markup-tree.c (write_value_element): close empty
            value elements immediately to save parsing time.
    
    
    svn path=/trunk/; revision=2764

 ChangeLog              |  3 +++
 backends/markup-tree.c | 19 +++++++++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

commit 22605645da512668571a67e13acaafc9c3457b54
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Tue Feb 10 17:04:12 2009 +0000

    instead of indenting with spaces, use tabs for a 50% size saving in the
    
    2009-02-10  Michael Meeks  <michael.meeks@novell.com>
    
            * backends/markup-tree.c: instead of indenting with spaces, use
            tabs for a 50% size saving in the generated XML, and a nice
            parsing speedup. Also accelerate writing by avoiding lots of
            un-necessary memory allocation.
    
    
    svn path=/trunk/; revision=2763

 ChangeLog              |  7 +++++
 backends/markup-tree.c | 73 ++++++++++++++++++--------------------------------
 2 files changed, 33 insertions(+), 47 deletions(-)

commit 59819a92a01e376c73a09dae34f80c837d4cf665
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 10 14:40:47 2009 +0000

    Updated Basque translation.
    
    2009-02-10  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2762

 po/ChangeLog |   4 +
 po/eu.po     | 532 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 293 insertions(+), 243 deletions(-)

commit 0e0f3f65cc48c8240f3d5a7815f9c70a579923a7
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Feb 7 15:42:51 2009 +0000

    Updated French translation.
    
    2009-02-07  Claude Paroz  <claude@2xlibre.net>
    
        * fr.po: Updated French translation.
    
    svn path=/trunk/; revision=2761

 po/ChangeLog |   4 +
 po/fr.po     | 531 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 292 insertions(+), 243 deletions(-)

commit 12de4a70cbe5d0a2471e7517c27eea9db8e306f4
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Feb 7 13:17:22 2009 +0000

    Updated Japanese translation.
    
    2009-02-07  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=2760

 po/ChangeLog |   4 +
 po/ja.po     | 551 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 303 insertions(+), 252 deletions(-)

commit e7ab998c276479b6c359446d58166f6c815fbe97
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sat Feb 7 08:51:24 2009 +0000

    Updated Vietnamese translation
    
    svn path=/trunk/; revision=2759

 po/ChangeLog |    4 +
 po/vi.po     | 1311 +++++++++++++++++++++++++---------------------------------
 2 files changed, 556 insertions(+), 759 deletions(-)

commit 985b6d0149f0bf7f4275f37be7604ea198d4b074
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Feb 6 10:39:32 2009 +0000

    Updated Thai translation.
    
    2009-02-06  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2758

 po/ChangeLog |   4 +
 po/th.po     | 529 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 291 insertions(+), 242 deletions(-)

commit e996e80a538df4e5a03e88024c7e8a2d4852a618
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Wed Feb 4 15:21:38 2009 +0000

    Dutch translation updated by Wouter Bolsterlee.
    
    2009-02-04  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
        * nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    
    svn path=/trunk/; revision=2757

 po/ChangeLog |   4 +
 po/nl.po     | 573 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 314 insertions(+), 263 deletions(-)

commit 5e136b3babb251502c7dfb671e8e0279acde4543
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Tue Feb 3 12:12:27 2009 +0000

    Committed Translation by Sweta Kothari
    
    svn path=/trunk/; revision=2756

 po/ChangeLog |   4 +
 po/gu.po     | 517 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 286 insertions(+), 235 deletions(-)

commit 7a8e8ddb16e7aa74693b411b92b0b0aea8beb7ee
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Feb 1 10:12:49 2009 +0000

    Translation updated.
    
    2009-02-01  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    svn path=/trunk/; revision=2755

 po/ChangeLog |   4 +
 po/hu.po     | 540 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 297 insertions(+), 247 deletions(-)

commit 847bd46487d5aa812ee40f1a5afca4e71e4b87df
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Sat Jan 31 06:14:08 2009 +0000

    2.25.1
    
    svn path=/trunk/; revision=2754

 po/ChangeLog | 5 +++++
 po/zh_HK.po  | 4 ++--
 po/zh_TW.po  | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

commit cd14d5e68903a33ea41f53bc042049443b78b17c
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Jan 30 06:27:05 2009 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2009-01-30  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=2753

 po/ChangeLog |   5 +
 po/bg.po     | 535 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 298 insertions(+), 242 deletions(-)

commit 131f55c4c02321c84e0c5bee0370ddf77ed0fae8
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Fri Jan 30 02:04:32 2009 +0000

    2.25.1
    
    svn path=/trunk/; revision=2752

 po/ChangeLog |    5 +
 po/zh_HK.po  |  988 ++++++++++++++++++++++++++--------------------------
 po/zh_TW.po  | 1090 +++++++++++++++++++++++++++-------------------------------
 3 files changed, 1001 insertions(+), 1082 deletions(-)

commit 844824b4e7b8ff395761914cb08e4f6ef5160bc2
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Wed Jan 28 11:53:09 2009 +0000

    Updated Oriya Translation
    
    svn path=/trunk/; revision=2751

 po/or.po | 592 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 332 insertions(+), 260 deletions(-)

commit 7f19b1bf6e710ec4f2e3b8a0c07cff816c5f0fbd
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Wed Jan 28 11:52:06 2009 +0000

    Added entry for Oriya language Translation updation
    
    svn path=/trunk/; revision=2750

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 47626b285b41911ff11464dda5beb1137c637fda
Author: Tor Lillqvist <tml@novell.com>
Date:   Tue Jan 27 15:40:43 2009 +0000

    Use the -mwindows flag when linking on Windows, so that we build a "GUI"
    
    2009-01-27  Tor Lillqvist  <tml@novell.com>
    
        * gconf/Makefile.am (gconfd_2_LDFLAGS): Use the -mwindows flag
        when linking on Windows, so that we build a "GUI" executable.
    
        * gconf/gconfd.c (main): On Windows, with GCONF_DEBUG_OUTPUT set,
        make sure stdout and stderr go somewhere. Use the parent's console
        window if possible, otherwise open an own console window. If we
        had to open an own console window, give the user a chance to read
        the output when exiting. Same idea that has been successfully used
        in GIMP for a while.
    
    
    svn path=/trunk/; revision=2746

 ChangeLog         | 12 +++++++++++
 gconf/Makefile.am |  4 ++++
 gconf/gconfd.c    | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 75 insertions(+)

commit f034d1b5ef0cc0f4124f57f67e54e0aef612eeaa
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Jan 27 03:15:07 2009 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2742

 po/ChangeLog |   4 +
 po/fi.po     | 501 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 242 insertions(+), 263 deletions(-)

commit 340db8a2b50604061ddf7c8f41bebbb99ba798ea
Author: Christian Kirbach <ckirbach@src.gnome.org>
Date:   Sun Jan 25 22:44:52 2009 +0000

    Updated German translation.
    
        * de.po: Updated German translation.
    
    svn path=/trunk/; revision=2741

 po/ChangeLog |   4 +
 po/de.po     | 487 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 273 insertions(+), 218 deletions(-)

commit 6e85c753811809e22beb9e53fd46c5b35722a049
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jan 23 04:44:01 2009 +0000

    cygwin needs the same stuff as mingw, so use G_PLATFORM_WIN32 Patch by
    
    2009-01-23  Vincent Untz  <vuntz@gnome.org>
    
        * backends/xml-backend.c: cygwin needs the same stuff as mingw, so use
        G_PLATFORM_WIN32
        Patch by <yselkowitz@users.sourceforge.net>
        Fix bug #563801.
    
    svn path=/trunk/; revision=2740

 ChangeLog              | 7 +++++++
 backends/xml-backend.c | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit bf912568214dbde4449f1a54670ee6b8ff28f47f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jan 23 04:37:53 2009 +0000

    return value at the end of the function. Patch by Magnus Boman
    
    2009-01-23  Vincent Untz  <vuntz@gnome.org>
    
        * gconf/gconftool.c: (do_toggle): return value at the end of the
        function.
        Patch by Magnus Boman <captain.magnus@gmail.com>. Fix bug #567334
    
    svn path=/trunk/; revision=2739

 ChangeLog         | 6 ++++++
 gconf/gconftool.c | 2 ++
 2 files changed, 8 insertions(+)

commit b87227c0ea5a1f8eb06c048fff033e442b565e9b
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Wed Jan 21 17:25:59 2009 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=2738

 po/ChangeLog |   4 +
 po/ko.po     | 547 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 299 insertions(+), 252 deletions(-)

commit bfb9e36896c8ada2d2e247e3205b6afcc1d8ec60
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Sat Jan 17 07:24:08 2009 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2737

 po/sl.po | 481 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 253 insertions(+), 228 deletions(-)

commit 8dc66c9807cbb9fcb652ad90bbd8a1da7f6e274a
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Jan 13 23:47:49 2009 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=2736

 po/ChangeLog |   4 +
 po/ca.po     | 510 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 282 insertions(+), 232 deletions(-)

commit f0e6a56f7093c29ee269cb60be509cea9a6b2a0c
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Jan 10 05:03:56 2009 +0000

    Bump version
    
    svn path=/trunk/; revision=2735

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ab42da17e9e7ed779cb8c380ffd6e5166201f339
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Jan 10 05:02:24 2009 +0000

    2.25.0
    
    svn path=/trunk/; revision=2733

 ChangeLog    | 2 ++
 po/ChangeLog | 2 ++
 2 files changed, 4 insertions(+)

commit bdeb070c6c617a6bcd7f509f163d176d9a37c687
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Jan 10 04:54:15 2009 +0000

    Updates
    
    svn path=/trunk/; revision=2732

 ChangeLog |  4 ++++
 NEWS      | 14 ++++++++++++++
 2 files changed, 18 insertions(+)

commit 0e4f2924444c4d387f4f3221c54429dddd124c01
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Jan 10 04:42:03 2009 +0000

    Replace deprecated GLib calls. Patch by Travis Veralrud.
    
           * gconf/testclient.c: Replace deprecated GLib calls. Patch by
            Travis Veralrud.
    
            * gconf/Makefile.am: Remove commented-out mentions of testclient.c
    
    
    svn path=/trunk/; revision=2731

 ChangeLog          | 9 +++++++++
 gconf/Makefile.am  | 5 -----
 gconf/testclient.c | 6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)

commit 009802fcbdf28a61a5baaa64d71c24c513bb091a
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Jan 7 23:55:13 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2730

 po/ChangeLog |   4 +
 po/sv.po     | 521 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 282 insertions(+), 243 deletions(-)

commit 621a5ef0444ce803357bcd9723e2f489c41a6454
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Wed Jan 7 23:35:42 2009 +0000

    Updated Brazilian Portuguese translation.
    
    2009-01-07  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
        * pt_BR.po: Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=2729

 po/ChangeLog |  4 ++++
 po/pt_BR.po  | 11 ++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 84ea0a3a35b05c40ee61f4d83b4ae46d3fa2b56d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 5 14:17:02 2009 +0000

    Updated Norwegian bokmål translation.
    
    2009-01-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2728

 po/ChangeLog |   4 +
 po/nb.po     | 433 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 233 insertions(+), 204 deletions(-)

commit 3c4833781212bc8bef9016ea0a085488ef4b07dc
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sun Jan 4 18:41:24 2009 +0000

    Updated Brazilian Portuguese translation.
    
    2009-01-04  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
        * pt_BR.po: Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=2727

 po/ChangeLog |   4 +
 po/pt_BR.po  | 569 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 309 insertions(+), 264 deletions(-)

commit 5fcbb09a23f68ecc384046c192af986357340fc7
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Fri Jan 2 09:21:34 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2726

 po/ChangeLog |   4 +
 po/es.po     | 433 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 233 insertions(+), 204 deletions(-)

commit c98807e2e5f83f8babfccb5b97eca0b7bb77d40e
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Dec 31 03:03:39 2008 +0000

    Add a --toggle option
    
    svn path=/trunk/; revision=2725

 ChangeLog         |  6 +++++
 gconf/gconftool.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+)

commit ab6a52a2a9f03d60fc40127125759c30117b8081
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sun Dec 21 02:19:05 2008 +0000

    updating for Punjabi Language: Alam
    
    svn path=/trunk/; revision=2724

 po/pa.po | 1338 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 701 insertions(+), 637 deletions(-)

commit 061654993d19d4c9637efba3db0b58784a9f68f2
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Wed Dec 17 18:54:08 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2723

 po/sl.po | 505 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 263 insertions(+), 242 deletions(-)

commit 6c64d0d2ac28d6dee7d07c9986e46f94282cdc4c
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Dec 16 11:59:51 2008 +0000

    Fix format
    
    svn path=/trunk/; revision=2722

 po/nb.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6506e73ac8e985e2fe313531b0997f84fe2c3ff7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Dec 16 11:46:01 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-12-16  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2721

 po/ChangeLog |   4 +
 po/nb.po     | 574 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 300 insertions(+), 278 deletions(-)

commit e6c00060c1dd28c6c84cdf5c0eeb00d9da8c9a54
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Dec 15 20:18:21 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2720

 po/ChangeLog |  4 ++++
 po/es.po     | 49 ++++++++++++++++++++++++++++++-------------------
 2 files changed, 34 insertions(+), 19 deletions(-)

commit 6d2d33d57428276c74528a1ff293a4c6da0a965f
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Tue Dec 9 23:32:34 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2719

 po/ChangeLog |  4 ++++
 po/he.po     | 16 +++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

commit 40250d82273a1e8e8872613c791afba87ea1ad13
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Dec 8 15:41:28 2008 +0000

    Use fsync instead of fdatasync for portability (bug 563401). Also flush
    
    2008-12-08  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconfd.c: (logfile_save):
        Use fsync instead of fdatasync for portability
        (bug 563401).
        * backends/markup-tree.c (save_tree_with_locale):
        Also flush and sync here before closing (Patch
        from Richard Hult, bug 562976)
    
    svn path=/trunk/; revision=2718

 ChangeLog              | 9 +++++++++
 backends/markup-tree.c | 8 ++++++++
 gconf/gconfd.c         | 2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)

commit a02034a88296d59a359412b4fa393010bdf88b7a
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sun Dec 7 23:50:15 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2717

 po/ChangeLog |   4 +
 po/he.po     | 472 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 248 insertions(+), 228 deletions(-)

commit 1d4e3de171f79d8e87e8669ad41f60c3622f2200
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Dec 6 07:06:22 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2716

 po/ChangeLog |   4 +
 po/fi.po     | 471 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 247 insertions(+), 228 deletions(-)

commit e39f3043710fb877249bf5825f9c4071aeac6144
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Dec 2 16:14:55 2008 +0000

    sync saved state file to disk before closing (bug 562976)
    
    2008-12-02  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconfd.c: (logfile_save):
        sync saved state file to disk before closing
        (bug 562976)
    
    svn path=/trunk/; revision=2715

 ChangeLog      | 6 ++++++
 gconf/gconfd.c | 7 +++++++
 2 files changed, 13 insertions(+)

commit 55e788ed9b01815dc374b0d1dc8c9abffd99c3c6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Dec 1 20:37:57 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2714

 po/ChangeLog |   4 +
 po/sv.po     | 515 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 267 insertions(+), 252 deletions(-)

commit 45af86296963d5b3c7c41ef9f45655831f0a3663
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Nov 13 08:55:01 2008 +0000

    Update Ukrainian translation.
    
    2008-11-13 Maxim Dziumanenko <dziumanenko@gmail.com>
    
        * Update Ukrainian translation.
    
    
    svn path=/trunk/; revision=2713

 po/ChangeLog |   4 +
 po/uk.po     | 408 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 213 insertions(+), 199 deletions(-)

commit c0d90318bcbd922a07f999c44fbe0ec44e39a9eb
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 8 12:20:00 2008 +0000

    Updated Spansih translation
    
    svn path=/trunk/; revision=2712

 po/ChangeLog |   4 +
 po/es.po     | 560 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 304 insertions(+), 260 deletions(-)

commit cde2a63b74bc2be29bc195b0cc2013bf93aab954
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Thu Oct 23 01:20:40 2008 +0000

    Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=2710

 po/ChangeLog |   5 +
 po/pt_BR.po  | 422 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 221 insertions(+), 206 deletions(-)

commit e5ae60f84a8c7b16154f388c8f58aa64e38ea65c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 22 20:41:21 2008 +0000

    Bug 557489 – gconftool should have regex search
    
    svn path=/trunk/; revision=2709

 ChangeLog         |   4 ++
 gconf/gconftool.c | 107 ++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 91 insertions(+), 20 deletions(-)

commit ecc54828ad89c25a3949cdf1b01ec54d9e6686db
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 22 20:41:12 2008 +0000

    Post branch version bump.
    
    svn path=/trunk/; revision=2708

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 460b2461b27f0dac36535990b84fb9fd7cbd9f06
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 22 10:14:38 2008 +0000

    Fix some 'format not a string literal and no format arguments' warnings.
    
        * defaults/gconf-defaults.c: (do_copy),
        (gconf_defaults_unset_mandatory): Fix some 'format not a string
        literal and no format arguments' warnings.
    
    svn path=/trunk/; revision=2705

 ChangeLog                 |  6 ++++++
 defaults/gconf-defaults.c | 12 ++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit 66ce841449816c7874b312ad4e883a6151ae9e20
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 22 10:09:30 2008 +0000

    Update svn:ignore, and remove .cvsignore files
    
    svn path=/trunk/; revision=2704

 .cvsignore                | 26 --------------------------
 backends/.cvsignore       |  8 --------
 doc/.cvsignore            |  2 --
 doc/gconf/.cvsignore      | 20 --------------------
 examples/.cvsignore       |  8 --------
 gconf/.cvsignore          | 22 ----------------------
 po/.cvsignore             | 13 -------------
 tests/.cvsignore          | 15 ---------------
 wrappers/.cvsignore       |  2 --
 wrappers/guile/.cvsignore |  2 --
 10 files changed, 118 deletions(-)

commit f80c001fdfe8839cc83b8975803c75cc4f8d15e1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 22 10:05:50 2008 +0000

    Fix one 'format not a string literal and no format arguments' warning.
    
        * gconf/gconf-backend.c: (gconf_backend_unref): Fix one 'format not a
        string literal and no format arguments' warning.
    
    svn path=/trunk/; revision=2703

 ChangeLog             | 5 +++++
 gconf/gconf-backend.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit a10ca80e443ededd011e25a9abea7ce983e1ec5e
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Wed Oct 22 05:14:23 2008 +0000

    Updated Dzongkha Translation
    
    svn path=/trunk/; revision=2702

 po/ChangeLog |    4 +
 po/dz.po     | 1677 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 764 insertions(+), 917 deletions(-)

commit df0c565facb6bb388e82a684348dad56ee8fe8f5
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 19 11:39:36 2008 +0000

    Updated Arabic Translation by Anas Afif Emad.
    
    * Updated Arabic Translation by Anas Afif Emad.
    
    svn path=/trunk/; revision=2700

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 42b3077c8fdca4f0fb6d0d8db5786117eb1f3c49
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Tue Sep 30 20:23:53 2008 +0000

    Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=2699

 po/ChangeLog |  4 ++++
 po/pt_BR.po  | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit cd9c24150cd592af9f12d91959994b1dd3c16b5a
Author: Tor Lillqvist <tml@novell.com>
Date:   Thu Sep 25 20:24:00 2008 +0000

    Drop the Win9x code path. There is no Win9x support any more lower in the
    
    2008-09-25  Tor Lillqvist  <tml@novell.com>
    
        * gconf/dllmain.c (setup): Drop the Win9x code path. There is no
        Win9x support any more lower in the stack anyway.
    
    
    svn path=/trunk/; revision=2698

 ChangeLog       |  5 +++++
 gconf/dllmain.c | 28 +++++++---------------------
 2 files changed, 12 insertions(+), 21 deletions(-)

commit 8794682390dc23f6f1aa9bbee5419a81ae64a489
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Mon Sep 22 21:17:01 2008 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=2697

 po/ChangeLog | 4 ++++
 po/da.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit a6a88bb5103f386d0bea6d1aa557d73307cbc69a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 22 18:27:36 2008 +0000

    =========================== 2.24.0 ===========================
    
    2008-09-22  Kjartan Maraas  <kmaraas@gnome.org>
    
        * NEWS: Updated
        * configure.in: Release 2.24.0.
    
    svn path=/trunk/; revision=2696

 ChangeLog    | 12 ++++++++++--
 NEWS         |  9 +++++++++
 configure.in |  2 +-
 po/ChangeLog |  4 +++-
 4 files changed, 23 insertions(+), 4 deletions(-)

commit 176e90ce6192681cff4f8d5df5ebd2545723abb7
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Sep 22 05:40:55 2008 +0000

    Updated Gujarati Translations.
    
    svn path=/trunk/; revision=2695

 po/ChangeLog |    4 +
 po/gu.po     | 1064 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 569 insertions(+), 499 deletions(-)

commit 49d33ae82ffb27bd7ab74113050ab46542f8f617
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Mon Sep 22 00:49:29 2008 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=2694

 po/ChangeLog |   4 +
 po/da.po     | 989 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 510 insertions(+), 483 deletions(-)

commit acb6c8c132e2ab580b57146b4005960889f5abb1
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Sun Sep 21 19:07:00 2008 +0000

    Updated Russian translation.
    
    2008-09-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
        * ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=2693

 po/ChangeLog |    4 +
 po/ru.po     | 1053 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 572 insertions(+), 485 deletions(-)

commit 3ca78f5a4f08a02d0ae4977052b9e76d9d375104
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Sep 21 11:44:14 2008 +0000

    Translation updated.
    
    2008-09-21  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    svn path=/trunk/; revision=2692

 po/ChangeLog |  4 ++++
 po/hu.po     | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 06c2f26ae1e1fc7ef95b9e26e051764b45a1bbf2
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Sun Sep 21 09:38:54 2008 +0000

    added kannada translation, updated ChangeLog and LINGUAS
    
    svn path=/trunk/; revision=2691

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/kn.po     | 2534 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2540 insertions(+)

commit 9919e102241bb32da42bc253a4487962fb150ff4
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Fri Sep 19 13:39:18 2008 +0000

    Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
    
    2008-09-19  Mugurel Tudor  <mugurelu@gnome.ro>
    
        * ro.po: Updated Romanian translation by
        Mişu Moldovan <dumol@gnome.ro>
    
    
    svn path=/trunk/; revision=2690

 po/ChangeLog |    5 +
 po/ro.po     | 1730 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 914 insertions(+), 821 deletions(-)

commit be3b844af2bcce3eb08f377dbf484e8f149d5ed3
Author: Felix I <ifelix@src.gnome.org>
Date:   Fri Sep 19 11:33:51 2008 +0000

    Tamil translation updated
    
    svn path=/trunk/; revision=2689

 po/ChangeLog |    4 +
 po/ta.po     | 1596 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 888 insertions(+), 712 deletions(-)

commit 5983a40a41c29788eb435508b0c43ac93831e677
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Sep 18 02:02:19 2008 +0000

    Updated Arabic Translation by Anas Afif Emad.
    
    * Updated Arabic Translation by Anas Afif Emad.
    
    svn path=/trunk/; revision=2688

 po/ChangeLog |   4 +
 po/ar.po     | 635 +++++++++++++++++++++++------------------------------------
 2 files changed, 250 insertions(+), 389 deletions(-)

commit af0dd3d5910fb0938b3cfc436125c8cb675c5d8d
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Sep 17 20:59:46 2008 +0000

    Updated Czech translation by Jiri Eischmann.
    
    2008-09-17  Petr Kovar  <pknbe@volny.cz>
    
        * cs.po: Updated Czech translation by Jiri Eischmann.
    
    svn path=/trunk/; revision=2687

 po/ChangeLog |    4 +
 po/cs.po     | 1015 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 536 insertions(+), 483 deletions(-)

commit 6dff8dd56f4e7f48a7842ef983b2e226bf7b86cc
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Tue Sep 16 14:30:09 2008 +0000

    Updated Telugu Translation.
    
    svn path=/trunk/; revision=2686

 po/te.po | 1312 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 686 insertions(+), 626 deletions(-)

commit 1b879627cb8a27a1505951b4abe32c5c115d3709
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Tue Sep 16 14:29:22 2008 +0000

    Updated Changelog file
    
    svn path=/trunk/; revision=2685

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 33e250e7507d40b5ca91145779fcf85594404470
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Sep 15 09:35:01 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2684

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 8b76b17da704540d0f1d0d794755b3bbaf5d4b7d
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 14 16:48:06 2008 +0000

    Fixed Portuguese terminology.
    
    2008-09-14  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Fixed Portuguese terminology.
    
    svn path=/trunk/; revision=2683

 po/ChangeLog |  4 ++++
 po/pt.po     | 65 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 37 insertions(+), 32 deletions(-)

commit 30f59491c16fa85cb3ab8dbcebd917939538d02f
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Sun Sep 14 15:59:20 2008 +0000

    Updated Serbian translation
    
    svn path=/trunk/; revision=2682

 po/ChangeLog   |    4 +
 po/sr.po       | 1218 ++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 1218 ++++++++++++++++++++++++++++++--------------------------
 3 files changed, 1302 insertions(+), 1138 deletions(-)

commit ce8fd89e5bf18c257eff34768357fca7c7c5788b
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Sun Sep 14 10:49:52 2008 +0000

    Updated Italian translation.
    
    2008-09-14  Luca Ferretti  <elle.uca@libero.it>
    
        * it.po: Updated Italian translation.
    
    svn path=/trunk/; revision=2681

 po/ChangeLog |   4 +
 po/it.po     | 988 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 489 insertions(+), 503 deletions(-)

commit e5c6ba508afeec6fe8bd56d78e7102d087c80b17
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sun Sep 14 03:16:10 2008 +0000

    Updated Brazilian Portuguese translation by Henrique P Machado.
    
    2008-09-14  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
        * pt_BR.po: Updated Brazilian Portuguese translation by Henrique P
        Machado.
    
    svn path=/trunk/; revision=2680

 po/ChangeLog |    5 +
 po/pt_BR.po  | 1166 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 602 insertions(+), 569 deletions(-)

commit 2184cd949c896a346bd3dc610c45a20429e5d4bc
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sat Sep 13 23:29:01 2008 +0000

    Terminology and other minor fixes in Brazilian Portuguese translation.
    
    2008-09-13  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
        * pt_BR.po: Terminology and other minor fixes in Brazilian Portuguese
        translation.
    
    svn path=/trunk/; revision=2679

 po/ChangeLog |  5 +++++
 po/pt_BR.po  | 26 +++++++++++++-------------
 2 files changed, 18 insertions(+), 13 deletions(-)

commit 4e4519ad16fe9aec7e43a655156825b21c21dfdd
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri Sep 12 20:49:17 2008 +0000

    Updated German translation.
    
    2008-09-12  Hendrik Richter  <hendrikr@gnome.org>
    
        * de.po: Updated German translation.
    
    svn path=/trunk/; revision=2678

 po/ChangeLog |  4 ++++
 po/de.po     | 25 +++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit 6e46a17bec58b2a2baf3fff4ea8735fc94bc05d3
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Tue Sep 9 12:57:21 2008 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=2677

 po/ChangeLog |    4 +
 po/tr.po     | 1005 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 518 insertions(+), 491 deletions(-)

commit 36913e45d923eaea4b74e3712e2e1f89c3a356a3
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Tue Sep 9 10:59:41 2008 +0000

    Added Entry for Bengali India Translation Updation
    
    svn path=/trunk/; revision=2676

 po/ChangeLog | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 0d59868c579c27481aa1bb7e3a048556df1ec43b
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Tue Sep 9 10:59:29 2008 +0000

    Updated Bengali India Translation
    
    svn path=/trunk/; revision=2675

 po/bn_IN.po | 1411 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 712 insertions(+), 699 deletions(-)

commit 85c4f5f4d432a7e8a6df96c2bd2bccb7812ed416
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Sep 8 15:02:05 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2674

 po/sl.po | 1163 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 619 insertions(+), 544 deletions(-)

commit a62d91c00d0b1f4deecf34335060f74e90efcd6f
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Mon Sep 8 14:37:37 2008 +0000

    Updated Oriya (or.po) Translation
    
    svn path=/trunk/; revision=2673

 po/ChangeLog |    7 +
 po/or.po     | 1543 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 808 insertions(+), 742 deletions(-)

commit fb143d8db050ee63ce309cf20ae3f6ed9d75249b
Author: Robert Sedak <rsedak@src.gnome.org>
Date:   Mon Sep 8 07:44:24 2008 +0000

    Update: Croatian Language
    
    svn path=/trunk/; revision=2672

 po/ChangeLog |    4 +
 po/hr.po     | 1604 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 800 insertions(+), 808 deletions(-)

commit 5b03531301328c490dded1dbda775c029148eb74
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Sat Sep 6 03:09:12 2008 +0000

    Updated zh_CN translation
    
    svn path=/trunk/; revision=2671

 po/zh_CN.po | 1071 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 580 insertions(+), 491 deletions(-)

commit 47c8dc7c62fe82b6db421dab4685faf98ab63c08
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 3 22:05:46 2008 +0000

    Updated British English translation.
    
    2008-09-03  Philip Withnall  <philip@tecnocode.co.uk>
    
        * en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=2670

 po/ChangeLog |   4 +
 po/en_GB.po  | 989 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 510 insertions(+), 483 deletions(-)

commit 9ec173af8f8d4fd093125a767c3b58cbd264ce6e
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Sep 2 11:07:11 2008 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2008-09-02  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=2669

 po/ChangeLog |   5 +++
 po/bg.po     | 109 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 72 insertions(+), 42 deletions(-)

commit 943bd4d07946f628a9cd8baec70882fb01c22bb5
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Aug 30 16:41:11 2008 +0000

    Updated German translation.
    
    2008-08-30  Andre Klapper  <a9016009@gmx.de>
    
        * de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=2668

 po/ChangeLog |    4 +
 po/de.po     | 1149 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 618 insertions(+), 535 deletions(-)

commit fe0c6604724017b35cf32dd5ae2e49e7e9d448aa
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Aug 28 18:56:03 2008 +0000

    Translation updated.
    
    2008-08-28  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    svn path=/trunk/; revision=2667

 po/ChangeLog |    4 +
 po/hu.po     | 1132 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 600 insertions(+), 536 deletions(-)

commit d77bfe21668388070ae2ba76a5662d406d07c0b3
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Wed Aug 27 08:43:29 2008 +0000

    added by Rajesh Ranjan for Maithili
    
    svn path=/trunk/; revision=2666

 po/ChangeLog |    3 +
 po/LINGUAS   |    1 +
 po/mai.po    | 2511 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2515 insertions(+)

commit 85c0729ca31d100721db47db376657674922a135
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Aug 26 14:16:34 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2665

 po/ar.po | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

commit d0a177260982052c8ee24a411a7ca346b54a6236
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Mon Aug 25 14:51:46 2008 +0000

    Conversion from sr@Latn to sr@latin
    
    svn path=/trunk/; revision=2664

 po/ChangeLog   |    5 +
 po/LINGUAS     |    2 +-
 po/sr@Latn.po  | 2605 --------------------------------------------------------
 po/sr@latin.po | 2605 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2611 insertions(+), 2606 deletions(-)

commit fc132d8039ba722e288af4c6fd8bc7e78a5d08e1
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Mon Aug 25 00:27:08 2008 +0000

    Updated Lithuanian translation.
    
    2008-08-24  Gintautas Miliauskas  <gintas@akl.lt>
    
        * lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=2663

 po/ChangeLog |   4 +
 po/lt.po     | 993 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 513 insertions(+), 484 deletions(-)

commit 48e016909542078ed67676108c0bd716c03c3fd1
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Sun Aug 24 04:25:22 2008 +0000

    Update Ukrainian translation.
    
    2008-08-24 Maxim Dziumanenko <dziumanenko@gmail.com>
    
        * Update Ukrainian translation.
    
    svn path=/trunk/; revision=2662

 po/ChangeLog |    4 +
 po/uk.po     | 1063 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 577 insertions(+), 490 deletions(-)

commit 9b37bd296c456baccf270a6c38581b4fbf51ea58
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Fri Aug 22 04:48:02 2008 +0000

    Updated Vietnamese translation
    
    2008-08-22  Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
    
        * vi.po: Updated Vietnamese translation
    
    
    svn path=/trunk/; revision=2661

 po/ChangeLog |   4 +
 po/vi.po     | 841 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 435 insertions(+), 410 deletions(-)

commit bd6905f0c1533aceb5363d9755fe8bac7ee7df30
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Aug 21 18:38:24 2008 +0000

    Updated French translation by Robert-André Mauchin.
    
    2008-08-21  Claude Paroz  <claude@2xlibre.net>
    
        * fr.po: Updated French translation by Robert-André Mauchin.
    
    svn path=/trunk/; revision=2660

 po/ChangeLog |    4 +
 po/fr.po     | 1034 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 512 insertions(+), 526 deletions(-)

commit e35f058dd5dee8abbba7b4646ae5c6b219a716c7
Author: Saleem Abdulrasool <asaleem@src.gnome.org>
Date:   Thu Aug 21 07:09:43 2008 +0000

    fix configure for the no polickykit case
    
    svn path=/trunk/; revision=2659

 ChangeLog    |  7 +++++++
 configure.in | 10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit c9270a57edf80d401de2b507e48a5fe60cb369fa
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Thu Aug 21 06:26:17 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-08-21  Priit Laes  <plaes at svn dot gnome dot org>
    
        * et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=2658

 po/ChangeLog |   4 +
 po/et.po     | 855 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 446 insertions(+), 413 deletions(-)

commit 18efe0f8ead5ddc252f9db44e86754d6cbfe747f
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Aug 19 09:48:21 2008 +0000

    Post release bump
    
    svn path=/trunk/; revision=2657

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d026a97ab99e05c95b9517663c272fd72b912465
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Aug 19 09:47:18 2008 +0000

    Fix distcheck
    
    svn path=/trunk/; revision=2655

 ChangeLog   | 3 ++-
 Makefile.am | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 7000d95a0895b0eaeb99593dd495a17ff8fee214
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 19 09:35:01 2008 +0000

    Add distclean rule.
    
    2008-08-19  Kjartan Maraas  <kmaraas@gnome.org>
    
        * defaults/Makefile.am: Add distclean rule.
        * gconf/gconfd.c: (get_on_system_bus):
        * gconf/gconfd.h: Fix some warnings.
    
    svn path=/trunk/; revision=2654

 ChangeLog            | 7 ++++++-
 defaults/Makefile.am | 2 ++
 gconf/gconfd.c       | 1 -
 gconf/gconfd.h       | 3 +++
 4 files changed, 11 insertions(+), 2 deletions(-)

commit ed1a1e881877007e587c746eeb29369d8200c258
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 19 09:12:57 2008 +0000

    =========================== 2.23.2 ==========================
    
    2008-08-19  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Check for polkit-policy-file-validate
        to fix make distcheck.
    
    svn path=/trunk/; revision=2653

 ChangeLog    | 5 +++++
 configure.in | 6 ++++++
 2 files changed, 11 insertions(+)

commit c3ed4c13f5d872163597ea83efb8ee346f9ace85
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Aug 19 08:52:36 2008 +0000

    Version markers
    
    svn path=/trunk/; revision=2652

 ChangeLog    | 2 ++
 po/ChangeLog | 2 ++
 2 files changed, 4 insertions(+)

commit c631ea9ad6f0ffdc56171c811fb4ba39ac9699a6
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Aug 16 22:57:30 2008 +0000

    Updated Portuguese translation.
    
    2008-08-17  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2651

 po/ChangeLog |  4 +++
 po/pt.po     | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 85 insertions(+), 4 deletions(-)

commit 4bb3e26e349b2bd87ab0f6de872bafc935799e55
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Wed Aug 13 13:28:32 2008 +0000

    Updated Marathi Translations
    
    svn path=/trunk/; revision=2650

 po/mr.po | 1047 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 549 insertions(+), 498 deletions(-)

commit bf1b691b830a92441ffe6d214ac9677b6c0fabd1
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Wed Aug 13 13:27:33 2008 +0000

    Adding Marathi Translations
    
    svn path=/trunk/; revision=2649

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit e35e9333935eb95564cafb070cbfa7494990803b
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Aug 12 11:24:29 2008 +0000

    Updated Thai translation.
    
    2008-08-12  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2648

 po/ChangeLog |   3 ++
 po/th.po     | 105 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 66 insertions(+), 42 deletions(-)

commit 6cef4326b37bf6b31999a30446189c25df29a21f
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Aug 12 08:28:27 2008 +0000

    Updated Basque translation.
    
    2008-08-12  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2647

 po/ChangeLog |   5 +
 po/eu.po     | 799 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 415 insertions(+), 389 deletions(-)

commit 1f005f18e119fe8efb1358cf866743359a50bd96
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sun Aug 10 11:11:22 2008 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=2646

 po/ChangeLog |    6 +-
 po/ca.po     | 1035 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 533 insertions(+), 508 deletions(-)

commit 2f5d033c562163df88a007a582a5c5b979e0d110
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Aug 10 08:15:54 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2645

 po/ChangeLog |    4 +
 po/fi.po     | 1005 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 518 insertions(+), 491 deletions(-)

commit ad5ac43a2bb5d4805a620ec813ddc929db064c05
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Aug 6 08:30:15 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2644

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit cda428cd2ef97d65e90a7cb8f6f493ac9d71211c
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Aug 5 07:52:13 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2643

 po/ChangeLog |   4 +
 po/sv.po     | 907 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 468 insertions(+), 443 deletions(-)

commit 01cf63cf7c8bf2750fe4780d5145b819c5c1749c
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Mon Aug 4 13:18:13 2008 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=2642

 po/ChangeLog |    4 +
 po/ko.po     | 1003 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 491 insertions(+), 516 deletions(-)

commit 656e99efc551db41875865e8b5f4c9131f853bc0
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Jul 31 11:22:29 2008 +0000

    Updated Portuguese translation.
    
    2008-07-31  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2641

 po/ChangeLog |    4 +
 po/pt.po     | 1008 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 513 insertions(+), 499 deletions(-)

commit 95f462eb48a19e82e046a1c875c46a58761b250e
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Jul 29 01:27:33 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2640

 po/ChangeLog |   4 +
 po/ar.po     | 797 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 413 insertions(+), 388 deletions(-)

commit 119b44517fa736278429bbcb9bb9e0b771659568
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 28 18:20:39 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-07-28  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2639

 po/ChangeLog |   4 +
 po/nb.po     | 841 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 435 insertions(+), 410 deletions(-)

commit 28f3b0ce4f1dffb9d3b1b1f5488fded231ddce8c
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Jul 27 14:44:49 2008 +0000

    Updated Japanese translation.
    
    2008-07-27  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=2638

 po/ChangeLog |   4 +
 po/ja.po     | 969 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 481 insertions(+), 492 deletions(-)

commit 9810d17c9949f3565219695b8ff3800ca9b31019
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Fri Jul 25 02:23:54 2008 +0000

    Terminology improvements by Fabrício Godoy.
    
    2008-07-24  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
        * pt_BR.po: Terminology improvements by Fabrício Godoy.
    
    svn path=/trunk/; revision=2637

 po/ChangeLog |  4 ++++
 po/pt_BR.po  | 34 ++++++++++++++++++++--------------
 2 files changed, 24 insertions(+), 14 deletions(-)

commit 0cb20e00dab108170a1742bf830e848734760bc4
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Mon Jul 21 12:18:47 2008 +0000

    Dutch translation updated by Wouter Bolsterlee.
    
    2008-07-21  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
        * nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    
    svn path=/trunk/; revision=2636

 po/ChangeLog | 187 ++++++-------
 po/nl.po     | 859 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 537 insertions(+), 509 deletions(-)

commit 11c1158dc6ccbf6e98a22ecd1940323de71b7c19
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Wed Jul 16 15:27:33 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2635

 po/ChangeLog |    4 +
 po/sq.po     | 1009 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 502 insertions(+), 511 deletions(-)

commit ed59f78bc637a7fd61a71b04ffff727230c3febc
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Wed Jul 16 07:36:21 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2634

 po/ChangeLog |   4 +
 po/he.po     | 839 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 434 insertions(+), 409 deletions(-)

commit f02019283449d1d6a5ab5fec509262554b108dc7
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Jul 15 16:24:10 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2633

 po/ChangeLog |   4 +
 po/es.po     | 970 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 466 insertions(+), 508 deletions(-)

commit b005052a40f1ac255eaefb799a55759d8976e069
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Jul 14 08:36:23 2008 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2008-07-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    
    svn path=/trunk/; revision=2632

 po/zh_HK.po | 1373 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 709 insertions(+), 664 deletions(-)

commit a6d73a77098c175a6153fcba7aa7f3fbea2b90b9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Jul 14 08:35:17 2008 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2008-07-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    
    svn path=/trunk/; revision=2631

 po/ChangeLog |    5 +
 po/zh_TW.po  | 1273 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 687 insertions(+), 591 deletions(-)

commit d9743b2e09bb36daa48262c3d3915da890f887aa
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sat Jul 12 19:44:15 2008 +0000

    Updated Galician Translation.
    
    svn path=/trunk/; revision=2630

 po/ChangeLog |   4 +
 po/gl.po     | 795 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 412 insertions(+), 387 deletions(-)

commit d2c8c03ccf4f6f30b51c4ad3b281a6d202af0e02
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Fri Jul 11 16:35:45 2008 +0000

    Updates
    
    svn path=/trunk/; revision=2629

 ChangeLog | 4 ++++
 NEWS      | 4 ++++
 2 files changed, 8 insertions(+)

commit 7d4caf65c7292dcd3da8f97fb6c644561a8e6fb0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jul 11 16:34:29 2008 +0000

    Bug 531169 – A mechanism for setting defaults
    
    2008-07-11  Matthias Clasen  <mclasen@redhat.com>
    
            Bug 531169 – A mechanism for setting defaults
    
            The cache-clearing part of this patch is thanks
            to Behdad Esfahbod.
    
            * defaults/*: A DBus system bus service that can copy a
            subtree of GConf values from the callers db to a system-wide
            db, using PolicyKit to control access.
    
            * configure.in: Add --enable-defaults-service to optionally
            build the defaults service.
    
            * gconf/gconf-database.[hc]: Add
            gconf_database_clear_cache_for_sources.
    
            * gconf/gconf-sources.[hc]: Add gconf_sources_clear_cache_for_sources.
    
            * gconf/gconfd.c: Listen for changes in the system-wide
            databases by the defaults service, and clear the cache.
    
            * po/POTFILES.in: Glue
            * Makefile.am: Glue
    
    
    
    svn path=/trunk/; revision=2628

 ChangeLog                                    |  25 +
 Makefile.am                                  |   8 +-
 configure.in                                 |  25 +
 defaults/Makefile.am                         |  56 ++
 defaults/gconf-defaults-main.c               | 174 +++++++
 defaults/gconf-defaults.c                    | 753 +++++++++++++++++++++++++++
 defaults/gconf-defaults.h                    |  88 ++++
 defaults/gconf-defaults.xml                  |  64 +++
 defaults/org.gnome.GConf.Defaults.conf       |  23 +
 defaults/org.gnome.GConf.Defaults.service.in |   4 +
 defaults/org.gnome.gconf.defaults.policy.in  |  28 +
 gconf/gconf-database.c                       |  12 +
 gconf/gconf-database.h                       |   3 +
 gconf/gconf-sources.c                        |  40 ++
 gconf/gconf-sources.h                        |   2 +
 gconf/gconfd.c                               | 120 ++++-
 po/POTFILES.in                               |   2 +
 17 files changed, 1423 insertions(+), 4 deletions(-)

commit 492bedfb37600ae2296198c7a97759a9deae0ffb
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Jul 6 13:00:05 2008 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2008-07-06  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=2626

 po/ChangeLog |    5 +
 po/bg.po     | 1530 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 834 insertions(+), 701 deletions(-)

commit 9b69196457a93a20d44fc0770cc8c3bb80afc7f6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Jul 4 13:21:10 2008 +0000

    Use g_chdir() instead of plain chdir()
    
    2008-07-04  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconfd.c: (main): Use g_chdir() instead of plain
        chdir()
    
    svn path=/trunk/; revision=2625

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 422a8d41db15ba0ff8e06648d37d21736866a7ea
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Jul 4 09:35:40 2008 +0000

    Updated Thai translation.
    
    2008-07-04  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2624

 po/ChangeLog |   4 +
 po/th.po     | 982 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 496 insertions(+), 490 deletions(-)

commit 44862f95ff89e7297a3b046fef6a5d0a1f3502c0
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jul 2 14:56:40 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2623

 po/ChangeLog |   4 +
 po/oc.po     | 928 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 452 insertions(+), 480 deletions(-)

commit b6bc134026da6e7be0f3435616f10b7c533eb5b3
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Sat Jun 28 10:19:53 2008 +0000

    Update NEWS
    
    svn path=/trunk/; revision=2622

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit b71fbde92cfece6912580ca15808f24ee442559a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jun 28 10:06:40 2008 +0000

    Clean up includes and fix a couple compiler warnings.
    
    2008-06-28  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/evoldap-backend.c:
        * backends/gconf-merge-tree.c:
        * backends/markup-backend.c:
        * backends/markup-tree.c:
        * backends/markup-tree.h:
        * backends/xml-backend.c:
        * backends/xml-cache.c:
        * backends/xml-cache.h:
        * backends/xml-dir.c:
        * backends/xml-dir.h:
        * backends/xml-entry.c:
        * backends/xml-entry.h:
        * backends/xml-test.c:
        * gconf/Makefile.am:
        * gconf/gconf-backend.c:
        * gconf/gconf-backend.h:
        * gconf/gconf-changeset.c:
        * gconf/gconf-changeset.h:
        * gconf/gconf-client.c:
        * gconf/gconf-client.h:
        * gconf/gconf-database.c:
        * gconf/gconf-engine.h:
        * gconf/gconf-error.c:
        * gconf/gconf-glib.c:
        * gconf/gconf-internals.c: (gconf_get_daemon_dir),
        (gconf_activate_server):
        * gconf/gconf-internals.h:
        * gconf/gconf-listeners.c:
        * gconf/gconf-locale.c:
        * gconf/gconf-sanity-check.c:
        * gconf/gconf-schema.c:
        * gconf/gconf-schema.h:
        * gconf/gconf-sources.c:
        * gconf/gconf-value.c:
        * gconf/gconf.h:
        * gconf/gconftool.c:
        * gconf/testclient.c:
        * gconf/testgconfclient.c:
        Clean up includes and fix a couple compiler warnings.
    
    svn path=/trunk/; revision=2621

 ChangeLog                   | 42 ++++++++++++++++++++++++++++++++++++++++++
 backends/evoldap-backend.c  |  6 +++---
 backends/gconf-merge-tree.c |  2 +-
 backends/markup-backend.c   |  8 ++++----
 backends/markup-tree.c      |  5 +++--
 backends/markup-tree.h      |  2 +-
 backends/xml-backend.c      |  8 ++++----
 backends/xml-cache.c        |  3 ++-
 backends/xml-cache.h        |  2 +-
 backends/xml-dir.c          |  3 ++-
 backends/xml-dir.h          |  2 +-
 backends/xml-entry.c        |  3 ++-
 backends/xml-entry.h        |  2 +-
 backends/xml-test.c         |  5 +++--
 gconf/Makefile.am           |  2 +-
 gconf/gconf-backend.c       |  2 +-
 gconf/gconf-backend.h       |  4 ++--
 gconf/gconf-changeset.c     |  1 +
 gconf/gconf-changeset.h     |  2 +-
 gconf/gconf-client.c        |  3 ++-
 gconf/gconf-client.h        |  6 +++---
 gconf/gconf-database.c      |  1 +
 gconf/gconf-engine.h        |  2 +-
 gconf/gconf-error.c         |  1 +
 gconf/gconf-glib.c          |  1 +
 gconf/gconf-internals.c     |  6 ++----
 gconf/gconf-internals.h     |  4 +---
 gconf/gconf-listeners.c     |  1 +
 gconf/gconf-locale.c        |  1 +
 gconf/gconf-sanity-check.c  |  1 +
 gconf/gconf-schema.c        |  1 +
 gconf/gconf-schema.h        |  2 +-
 gconf/gconf-sources.c       |  1 +
 gconf/gconf-value.c         |  1 +
 gconf/gconf.h               |  8 ++++----
 gconf/gconftool.c           |  1 +
 gconf/testclient.c          |  1 +
 gconf/testgconfclient.c     |  1 +
 38 files changed, 102 insertions(+), 45 deletions(-)

commit 24c898f98d91b9d7602a64e825ad27b6a7b408c7
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Jun 23 20:48:24 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2620

 po/ChangeLog |   4 +
 po/sv.po     | 600 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 276 insertions(+), 328 deletions(-)

commit ae6031c3e83fbf156153c6295fefdeb5bfad027c
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Jun 11 21:36:11 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2619

 po/ChangeLog |  4 ++++
 po/ar.po     | 26 +++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)

commit a3bbf8413bb64aeb3062fd6cc7927ffa505876bf
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Tue Jun 10 09:52:23 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-06-10  Priit Laes  <plaes at svn dot gnome dot org>
    
        * et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=2617

 po/ChangeLog |  4 ++++
 po/et.po     | 18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 58fbc573074ab345cb4c30e3b87105180301ec30
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Jun 9 10:06:53 2008 +0000

    Updated Basque translation.
    
    2008-06-09  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2616

 po/ChangeLog |   4 +
 po/eu.po     | 680 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 344 insertions(+), 340 deletions(-)

commit a558eae388b32a7f6f8d786f46b4a6a97408032c
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Thu Jun 5 05:43:46 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-06-05  Priit Laes  <plaes at svn dot gnome dot org>
    
        * et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=2615

 po/ChangeLog |   4 +
 po/et.po     | 557 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 312 insertions(+), 249 deletions(-)

commit 1415577b6954d6eda423fc339c81045ebd6c5185
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jun 4 10:47:48 2008 +0000

    Bump version after tagging.
    
    2008-06-04  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Bump version after tagging.
        * examples/complex-gconf-app.c:
        (configurable_widget_destroy_callback),
        (create_configurable_widget), (prefs_dialog_destroyed),
        (prefs_clicked), (create_main_window),
        (prefs_dialog_get_change_set), (prefs_dialog_update_sensitivity),
        (prefs_dialog_apply), (update_entry), (prefs_dialog_revert),
        (config_entry_destroy_callback), (config_entry_changed_callback),
        (create_config_entry), (prefs_dialog_destroy_callback),
        (create_prefs_dialog):
        * gconf/testgconfclient.c: (entry_notify_func),
        (entry_destroyed_callback), (entry_changed_callback),
        (entry_attached_to), (addsub_callback), (removesub_callback),
        (addmain_callback), (removemain_callback), (create_controls):
        Remove uses of deprecated gtk_signal* and gtk_object* functions.
    
    svn path=/trunk/; revision=2614

 ChangeLog                    |  18 ++++++
 configure.in                 |   2 +-
 examples/complex-gconf-app.c | 140 +++++++++++++++++++++----------------------
 gconf/testgconfclient.c      | 103 +++++++++++++++----------------
 4 files changed, 140 insertions(+), 123 deletions(-)

commit fe6d45cc5525c63152912f829d614d83b2520da1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jun 4 10:42:47 2008 +0000

    Bump again. Dist the right file.
    
    2008-06-03  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Bump again.
        * gconf/Makefile.am: Dist the right file.
    
    svn path=/trunk/; revision=2612

 ChangeLog         | 5 +++++
 NEWS              | 5 +++++
 configure.in      | 2 +-
 gconf/Makefile.am | 2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

commit a20baf0df17b1f6fe51bca33b1dc60288f38b5a8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jun 2 12:07:46 2008 +0000

    Update this. Bump version to 2.23.0 Add dbus-1 to Requires.private.
    
    2008-06-02  Kjartan Maraas  <kmaraas@gnome.org>
    
        * NEWS: Update this.
        * configure.in: Bump version to 2.23.0
        * gconf-2.0.pc.in: Add dbus-1 to Requires.private.
    
    svn path=/trunk/; revision=2611

 ChangeLog       | 6 ++++++
 NEWS            | 2 +-
 configure.in    | 2 +-
 gconf-2.0.pc.in | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

commit 20abefe61daa7b8cbfd539797caaed195d57340e
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Jun 2 11:56:35 2008 +0000

    Update NEWS
    
    svn path=/trunk/; revision=2610

 NEWS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 34026b4248ca80305200f92848fc8e71fdde91ea
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Tue May 27 10:14:59 2008 +0000

    Updated Galician Translation.
    
    svn path=/trunk/; revision=2609

 po/ChangeLog |   4 +
 po/gl.po     | 690 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 371 insertions(+), 323 deletions(-)

commit 28d08c4d1e8159a8b53c9e4a12ff23218b0329cc
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat May 24 15:18:55 2008 +0000

    Translation updated by Tino Meinen.
    
    2008-05-24  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.
    
    svn path=/trunk/; revision=2607

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 1dc1e00d44761408794e9593eb85c3f51f8ec4a2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 24 14:44:50 2008 +0000

    Plug a leak.
    
    2008-05-22  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: Plug a leak.
    
    svn path=/trunk/; revision=2606

 ChangeLog               | 4 ++++
 gconf/gconf-internals.c | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit c2d5c994ed06a183ad8a60f99f935b8fce149b26
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sat May 24 12:49:46 2008 +0000

    Updated Vietnamese translation
    
    svn path=/trunk/; revision=2605

 po/ChangeLog |   4 +
 po/vi.po     | 666 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 346 insertions(+), 324 deletions(-)

commit 46bef0b017ee85bee811c6801c6f8785f36799d4
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu May 22 22:56:25 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2604

 po/ChangeLog |   4 +
 po/ar.po     | 312 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 160 insertions(+), 156 deletions(-)

commit a265beaebfeccb5ca1f288d6ce16a694a8b756d0
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu May 22 17:46:52 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2603

 po/ChangeLog |  4 ++++
 po/es.po     | 37 +++++++++++++++++++++----------------
 2 files changed, 25 insertions(+), 16 deletions(-)

commit a34699cdd36080a86d8b298ab6e871af1900a43d
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Wed May 21 23:08:34 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2602

 po/ChangeLog |   4 +
 po/he.po     | 556 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 313 insertions(+), 247 deletions(-)

commit c30c7ee30cf41aada7d7df9361fe395afa0f2da8
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed May 21 18:56:22 2008 +0000

    Fall back to local database access if not in active session. (bug 533494)
    
    2008-05-21  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconftool.c (main): Fall back to local
        database access if not in active session. (bug 533494)
    
        * gconf/gconf-internals.c (get_ior):
        Don't bother trying to autolaunch bus if DISPLAY isn't
        set.
    
    
    svn path=/trunk/; revision=2601

 ChangeLog               |  9 +++++++++
 gconf/gconf-internals.c |  3 ++-
 gconf/gconftool.c       | 22 +++++++++++++++++++++-
 3 files changed, 32 insertions(+), 2 deletions(-)

commit 880d1c557fc4b468ab8e8eecd616e2b1d463cb64
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue May 20 09:16:58 2008 +0000

    Translation updated by Tino Meinen.
    
    2008-05-20  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.
    
    svn path=/trunk/; revision=2600

 po/ChangeLog |  4 ++++
 po/nl.po     | 55 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 33 insertions(+), 26 deletions(-)

commit a2de5b3be831f52d89a8c6919857c9734779dc98
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon May 19 01:07:44 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2599

 po/ChangeLog |   4 +
 po/ar.po     | 661 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 362 insertions(+), 303 deletions(-)

commit 2356c5eb177561bc7c9e4db487093d942be3774a
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun May 18 05:19:22 2008 +0000

    Updated Thai translation.
    
    2008-05-18  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2598

 po/ChangeLog |  4 ++++
 po/th.po     | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 7869493b6170a1c61fc503c4f1cd665fe49ccadd
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed May 14 13:51:45 2008 +0000

    bump glib require to 2.14 remove some if 0'd code, and drop
    
    2008-05-14  Ray Strode  <rstrode@redhat.com>
    
        * configure.in: bump glib require to 2.14
        * backends/markup-backend.c (cleanup_timeout),
        (ms_new), (ms_destroy): remove some if 0'd code,
        and drop g_source_remove on non-existant timeout
        to prevent warning
    
    svn path=/trunk/; revision=2596

 ChangeLog                 |  8 ++++++++
 backends/markup-backend.c | 28 ----------------------------
 configure.in              |  2 +-
 3 files changed, 9 insertions(+), 29 deletions(-)

commit 16d66e5a078c80a1413c84a3e4f35bd2983aca55
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 14 11:52:32 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-05-14  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2595

 po/ChangeLog |   4 +
 po/nb.po     | 335 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 162 insertions(+), 177 deletions(-)

commit 1fadf2a1cfb945a18bea188b59282019ad1eebbb
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue May 13 16:12:22 2008 +0000

    Translation updated by Tino Meinen.
    
    2008-05-13  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.
    
    svn path=/trunk/; revision=2594

 po/ChangeLog |   4 +
 po/nl.po     | 357 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 183 insertions(+), 178 deletions(-)

commit 2d8b84d3a8bf53cd78c6528c04b558a236f3d4d3
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon May 12 19:04:23 2008 +0000

    Don't auto launch session bus if we aren't going to auto start gconfd.
    
    2008-05-12  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconf-internals.c (get_ior):
        Don't auto launch session bus if we aren't going to
        auto start gconfd.
    
    svn path=/trunk/; revision=2593

 ChangeLog               |  6 ++++++
 gconf/gconf-internals.c | 10 ++++++++++
 2 files changed, 16 insertions(+)

commit f36a68d509b13bb304460d06fb8922f1ca9db42d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat May 10 14:23:06 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2592

 po/ChangeLog |   4 +
 po/es.po     | 678 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 387 insertions(+), 295 deletions(-)

commit 2a249f5ca4152221b0ff4ed2a0ceaa38966c8e66
Author: Ray Strode <rstrode@redhat.com>
Date:   Sat May 10 03:22:47 2008 +0000

    s/errnoneous/erroneous/ (bug 532435)
    
    2008-05-09  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconf-internals.c: (get_ior):
        s/errnoneous/erroneous/ (bug 532435)
    
    svn path=/trunk/; revision=2591

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 1196f4aa6da632ceafd7bb2c9d19c0a2f9c403ae
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri May 9 14:44:01 2008 +0000

    Tie gconf daemon to session bus and drop use daemon GetIOR() method
    
    2008-05-09  Ray Strode  <rstrode@redhat.com>
    
        Tie gconf daemon to session bus and drop use daemon
        GetIOR() method instead of /tmp/something/ior to
        tell clients about ior (bugs 141138 and 507310)
    
        * configure.in: depend on dbus
        * gconf/gconfd.c (get_introspection_xml),
        (bus_message_handler), (get_on_d_bus), (main):
        Connect to message bus, take org.gnome.GConf name,
        and export GetIOR() method.  Quit, when session quits.
        * Makefile.am:
        * gconf/org.gnome.GConf.server.in: new service file to
        support session bus activation
        * gconf/gconf-sanity-check.c (offer_delete_locks):
        Daemon doesn't have a lock anymore, so need to try to
        blow it away.
        * gconf/gcon-internals.c (read_current_server_and_set_warning),
        (read_current_server), (gconf_get_current_lock_holder),
        (gconf_daemon_blow_away_locks), (set_cloexec),
        (close_fd_func): dropped functions dealing with files in /tmp
        (get_ior), (gconf_get_server), (gconf_get_lock_or_current_holder),
        (gconf_activate_server: call GetIOR method instead of of reading
         /tmp/gconf-$USER/ior
    
    svn path=/trunk/; revision=2589

 ChangeLog                        |  25 +++
 configure.in                     |   2 +-
 gconf/Makefile.am                |   8 +-
 gconf/gconf-internals.c          | 367 +++++++++++----------------------------
 gconf/gconf-sanity-check.c       |   2 -
 gconf/gconfd.c                   | 183 +++++++++++--------
 gconf/org.gnome.GConf.service.in |   3 +
 7 files changed, 244 insertions(+), 346 deletions(-)

commit 21b7a298729ec253f196ba7cd92121af062862ff
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 7 10:38:34 2008 +0000

    Patch from Frederic Crozat to allow override $TMPDIR. Closes bug #497113.
    
    2008-05-07  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_get_daemon_dir):
        * gconf/gconf-sanity-check.c: (check_file_locking):
        Patch from Frederic Crozat to allow override $TMPDIR.
        Closes bug #497113.
    
    svn path=/trunk/; revision=2588

 ChangeLog                  |  7 +++++++
 gconf/gconf-internals.c    |  9 ++++++++-
 gconf/gconf-sanity-check.c | 20 +++++++++++++++++---
 3 files changed, 32 insertions(+), 4 deletions(-)

commit 20302bb6f979fa48f6f2e3eadd9e1bc19149cfde
Author: Richard Hult <richard@imendio.com>
Date:   Wed May 7 10:35:27 2008 +0000

    Get rid of critical warning (and crash when built with --disable-debug),
    
    2008-05-07  Richard Hult  <richard@imendio.com>
    
        * gconf/gconf-database.c (gconf_database_notify_listeners): Get
        rid of critical warning (and crash when built with
        --disable-debug), when unsetting a key that has no writable
        sources.
    
    svn path=/trunk/; revision=2587

 ChangeLog              | 7 +++++++
 gconf/gconf-database.c | 7 +++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 24bae6048fe7d1f732fb7cf411f5f69e7cf29f58
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 7 10:25:21 2008 +0000

    Use new glib api to batch timeouts. Patch from Matthias Clasen. Closes bug
    
    2008-05-07  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/markup-backend.c: (cleanup_timeout), (ms_new):
        * gconf/gconf-database.c: (gconf_database_schedule_sync):
        * gconf/gconfd.c: (gconf_main), (open_append_handle):
        Use new glib api to batch timeouts. Patch from Matthias
        Clasen. Closes bug #531063.
    
    svn path=/trunk/; revision=2586

 ChangeLog                 |  8 ++++++++
 backends/markup-backend.c |  6 ++++--
 gconf/gconf-database.c    |  2 +-
 gconf/gconfd.c            | 16 ++++++++--------
 4 files changed, 21 insertions(+), 11 deletions(-)

commit e1e27d5886e4e1c7f598ff7afd01120e988d3bdc
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Wed May 7 10:22:29 2008 +0000

    Add NEWS entry
    
    svn path=/trunk/; revision=2585

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit dfd642d2eac39aa7889183126a0425f7b363b2de
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 7 10:21:24 2008 +0000

    Merge the desyslogification patch from Debian. Also used in Fedora now.
    
    2008-05-07  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_log):
        * gconf/gconf-sources.c: (gconf_sources_new_from_addresses):
        * gconf/gconfd.c: (main): Merge the desyslogification patch
        from Debian. Also used in Fedora now. Closes bug #126468.
    
    svn path=/trunk/; revision=2584

 ChangeLog               |   7 +++
 gconf/gconf-internals.c | 115 ++++++++++++------------------------------------
 gconf/gconf-sources.c   |   6 +--
 gconf/gconfd.c          |  71 +-----------------------------
 4 files changed, 40 insertions(+), 159 deletions(-)

commit 3618f341dab0c7cd4d10f8e5ed10f43b5fb43508
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Mar 23 12:08:17 2008 +0000

    Update Vietnamese translation
    
    2008-03-23  Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
    
        * vi.po: Update Vietnamese translation
    
    
    svn path=/trunk/; revision=2583

 po/ChangeLog |   4 +
 po/vi.po     | 910 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 473 insertions(+), 441 deletions(-)

commit 2909a788eda459252bf6f3cb9ec5e965453ce2c6
Author: Sven Herzberg <sven@imendio.com>
Date:   Thu Mar 20 14:01:42 2008 +0000

    use AC_HELP_STRING for help strings (so they get proper line breaks and
    
    2008-03-17  Sven Herzberg  <sven@imendio.com>
    
          * gconf-2.m4.in: use AC_HELP_STRING for help strings (so they get
          proper line breaks and consistent indentation)
    
    svn path=/trunk/; revision=2582

 ChangeLog     |  5 +++++
 gconf-2.m4.in | 12 ++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit ad09ace16e32d04fc7543768db682432620292b8
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Mar 20 10:59:42 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2581

 po/ChangeLog | 4 ++++
 po/sq.po     | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 90a57d4401d254d28ebf4149666c35c630b96f9b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Mar 19 13:41:59 2008 +0000

    Unblock signals when starting gconfd, since we might inherit some blocked
    
    2008-03-19  Vincent Untz  <vuntz@gnome.org>
    
        Unblock signals when starting gconfd, since we might inherit some
        blocked signals from the parent process.
        Fix bug #505488.
        Patch by Javier Uruen Val <juruen@warp.es>
    
        * gconf/gconfd.c: (main): unblock all signals
    
    svn path=/trunk/; revision=2580

 ChangeLog      | 9 +++++++++
 gconf/gconfd.c | 4 ++++
 2 files changed, 13 insertions(+)

commit 84a1bcdb0043c13e83112f81892ce4c468888041
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Mar 18 15:56:18 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2579

 po/ChangeLog |   4 +
 po/sq.po     | 290 ++++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 201 insertions(+), 93 deletions(-)

commit 5a12e388b19067ff89ca43924b8f238da225f7f9
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Mar 17 20:50:17 2008 +0000

    Updated Slovak translation.
    
    2008-03-17  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.
    
    svn path=/trunk/; revision=2578

 po/ChangeLog |    4 +
 po/sk.po     | 1279 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 676 insertions(+), 607 deletions(-)

commit 30d0679778fe9a5da6ad3a2e7bc7007cb30929e8
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Mon Mar 10 22:49:26 2008 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=2577

 po/ChangeLog |   6 +-
 po/da.po     | 510 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 289 insertions(+), 227 deletions(-)

commit f9443e510c56980841d1f79df60ddc43476181d7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 10 15:20:22 2008 +0000

    Post release version bump
    
    2008-03-10  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Post release version bump
    
    svn path=/trunk/; revision=2576

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit d443f8db96fb52c1c8d4d91eaec5535f90d59275
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Mar 10 14:53:48 2008 +0000

    Release 2.22.0
    
    svn path=/trunk/; revision=2574

 ChangeLog    | 2 ++
 NEWS         | 7 +++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 4 files changed, 12 insertions(+), 1 deletion(-)

commit a852e98f76d59f22d98442aaa73139eb21dc4f50
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Mar 8 11:38:27 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2573

 po/oc.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dadf7fd8f0358273bd2962603fce821fa886c44b
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Fri Mar 7 18:01:33 2008 +0000

    *ro.po: Updated Romanian translation
    
    2008-03-07  Mugurel Tudor  <mugurelu@gnome.ro>
    
        *ro.po: Updated Romanian translation
    
    svn path=/trunk/; revision=2572

 po/ChangeLog |   4 +
 po/ro.po     | 431 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 218 insertions(+), 217 deletions(-)

commit 7a01d6d7b47d478b3012483a02a0f273f4681e58
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Fri Mar 7 08:58:23 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2571

 po/ChangeLog |   4 +
 po/sq.po     | 602 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 274 insertions(+), 332 deletions(-)

commit 5f121515c42e317a22062390c2c60ffb2a15cc64
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Fri Mar 7 03:06:02 2008 +0000

    Fixes in Brazilian Portuguese translation.
    
    2008-03-07  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
        * pt_BR.po: Fixes in Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=2570

 po/ChangeLog |    4 +
 po/pt_BR.po  | 1373 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 847 insertions(+), 530 deletions(-)

commit 79da81f6816c338a162f7693fbb2c8fbe6a4080a
Author: Yuri Kozlov <kozlov.y@gmail.com>
Date:   Mon Mar 3 19:42:14 2008 +0000

    Updated Russian translation.
    
    2008-03-03  Yuri Kozlov <kozlov.y@gmail.com>
    
        * ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=2569

 po/ChangeLog |   4 +
 po/ru.po     | 513 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 251 insertions(+), 266 deletions(-)

commit 70dad24fc18615faec5740213b0a2bf9c84996e6
Author: Rahul Bhalerao <rahulb@src.gnome.org>
Date:   Mon Mar 3 15:25:28 2008 +0000

    Updated Marathi Translations
    
    svn path=/trunk/; revision=2568

 po/ChangeLog |   4 +
 po/mr.po     | 292 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 185 insertions(+), 111 deletions(-)

commit 27b52f4b9c32b998964e3492e014543f56e8795e
Author: Tor Lillqvist <tml@src.gnome.org>
Date:   Mon Mar 3 01:37:15 2008 +0000

    Argh, revert bogus change.
    
    svn path=/trunk/; revision=2567

 ChangeLog    | 4 ----
 gconf-zip.in | 1 -
 2 files changed, 5 deletions(-)

commit a9e2cebdc71172f18a22206583fba63e0c77082e
Author: Tor Lillqvist <tml@novell.com>
Date:   Mon Mar 3 01:35:52 2008 +0000

    Include gconfd executable.
    
    2008-03-03  Tor Lillqvist  <tml@novell.com>
    
        * gconf-zip.in: Include gconfd executable.
    
    
    svn path=/trunk/; revision=2566

 ChangeLog    | 4 ++++
 gconf-zip.in | 1 +
 2 files changed, 5 insertions(+)

commit 1003942ae9721231a6927d3bc6d1875a153ea66e
Author: Philip Withnall <pwithnall@svn.gnome.org>
Date:   Sun Mar 2 23:00:59 2008 +0000

    Updated British English translation.
    
    2008-03-02  Philip Withnall  <pwithnall@svn.gnome.org>
    
        * en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=2565

 po/ChangeLog |    4 +
 po/en_GB.po  | 1527 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 890 insertions(+), 641 deletions(-)

commit c80dcd15e3efeb2abd16e08b0c6b7de83d5a8f56
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 2 12:45:37 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2564

 po/ChangeLog |  4 ++++
 po/es.po     | 48 +++++++++++++++++++++++++++---------------------
 2 files changed, 31 insertions(+), 21 deletions(-)

commit 1f26dd15d6943d376a46ec569139ad2e8af35290
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Sun Mar 2 12:38:13 2008 +0000

    Updated Lithuanian translation.
    
    2008-03-02  Gintautas Miliauskas  <gintas@akl.lt>
    
        * lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=2563

 po/ChangeLog |   4 +
 po/lt.po     | 432 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 212 insertions(+), 224 deletions(-)

commit ffd572864ea5ff8077c341ce6649579e883be514
Author: Timo Jyrinki <tjyrinki@src.gnome.org>
Date:   Sun Mar 2 10:56:37 2008 +0000

    update po-revision-date that had been forgotten to be updated
    
    svn path=/trunk/; revision=2562

 po/fi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a37e3db42f053dc9079f8e95c5a0a2660d69754
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Sat Mar 1 00:14:57 2008 +0000

    2008-03-01 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
    
    svn path=/trunk/; revision=2561

 po/ChangeLog |   4 +
 po/mk.po     | 671 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 332 insertions(+), 343 deletions(-)

commit bdcc33106d8a55cb6264c6ca16b5117c15fe4958
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Fri Feb 29 11:16:43 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2560

 po/ChangeLog |   4 +
 po/gu.po     | 458 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 221 insertions(+), 241 deletions(-)

commit 32ecd6c6f0903eb79d89a75f8f6f6089c57d9335
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Feb 25 20:14:46 2008 +0000

    Updated Portuguese translation.
    
    2008-02-25  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2559

 po/ChangeLog |   4 ++
 po/pt.po     | 118 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 63 insertions(+), 59 deletions(-)

commit 515fc484ee3b588e877409712e3bca6f303e92f7
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Feb 25 13:05:56 2008 +0000

    Updated Italian translation.
    
    2008-02-25  Luca Ferretti  <elle.uca@libero.it>
    
        * it.po: Updated Italian translation.
    
    svn path=/trunk/; revision=2558

 po/ChangeLog |   4 +
 po/it.po     | 496 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 261 insertions(+), 239 deletions(-)

commit 3a0c9aa6e5a32649c6cb9fe594a394189e935ec1
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Sun Feb 24 07:20:05 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-02-24  Priit Laes  <plaes at svn dot gnome dot org>
    
        * et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=2557

 po/ChangeLog |  4 ++++
 po/et.po     | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit f9ab04ec2d414f842762c8d2d756775f39642d85
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Feb 23 22:59:24 2008 +0000

    Translation updated
    
    2008-02-23  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated
    
    
    svn path=/trunk/; revision=2556

 po/ChangeLog |   4 +
 po/hu.po     | 804 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 391 insertions(+), 417 deletions(-)

commit 57218f1e8afc6fa73335584ae7fc1e8a914d4c06
Author: Åsmund Skjæveland <aasmunds@ulrik.uio.no>
Date:   Sat Feb 23 16:22:51 2008 +0000

    Updated Norwegian Nynorsk translation.
    
    2008-02-23  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.
    
    svn path=/trunk/; revision=2555

 po/nn.po | 103 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 36 insertions(+), 67 deletions(-)

commit 6763fb22a19b20f6cb825cd410ca8382eeb69a1d
Author: Åsmund Skjæveland <aasmunds@ulrik.uio.no>
Date:   Sat Feb 23 10:40:56 2008 +0000

    Updated Norwegian Nynorsk translation.
    
    2008-02-23  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.
    
    svn path=/trunk/; revision=2554

 po/ChangeLog |   4 +
 po/nn.po     | 450 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 220 insertions(+), 234 deletions(-)

commit dc97c9c23dbd2b5d05fabe20a171b72d5b092563
Author: Petr Kovář <pmkovar@src.gnome.org>
Date:   Fri Feb 22 17:51:17 2008 +0000

    cs.po: Updated Czech translation by Jiri Eischmann.
    
    svn path=/trunk/; revision=2553

 po/ChangeLog |   4 +
 po/cs.po     | 988 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 491 insertions(+), 501 deletions(-)

commit 183fe856b9fb7c4302521aca2d88a02622e5e0ad
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Feb 19 22:17:10 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2551

 po/oc.po | 107 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 53 insertions(+), 54 deletions(-)

commit 3d8fb752ec02f98bb2925f48a3bf0cd3bf9827e3
Author: Josselin Mouette <joss@malsain.org>
Date:   Tue Feb 19 18:42:42 2008 +0000

    reviewed by: Mark McLoughlin.
    
    2008-02-19  Josselin Mouette  <joss@malsain.org>
    
            reviewed by: Mark McLoughlin.
    
            * backends/evoldap-backend.c: (get_variable),
            (get_ldap_connection), (lookup_values_from_ldap): replace
            functions that have been deprecated in OpenLDAP 2.4 by
            up-to-date ones. Closes bug#516877.
    
    svn path=/trunk/; revision=2550

 ChangeLog                  |  9 +++++++++
 backends/evoldap-backend.c | 28 ++++++++++++++++------------
 2 files changed, 25 insertions(+), 12 deletions(-)

commit b7930f8d29a18babda5d826356b7f8dc42ef7c36
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Tue Feb 19 12:40:14 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2549

 po/sl.po | 450 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 215 insertions(+), 235 deletions(-)

commit 0170f93dada027d2bf656f9956ca09c5ff1f8cc8
Author: Artur Flinta <aflinta@gmail.com>
Date:   Sat Feb 16 16:03:26 2008 +0000

    Updated Polish translation by GNOME PL Team.
    
    2008-02-16  Artur Flinta  <aflinta@gmail.com>
    
        * pl.po: Updated Polish translation by GNOME PL Team.
    
    
    svn path=/trunk/; revision=2548

 po/ChangeLog |    4 +
 po/pl.po     | 1248 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 771 insertions(+), 481 deletions(-)

commit 5d38b59d62eb7edf30a07ca6439bc47adcc31210
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Thu Feb 14 07:33:34 2008 +0000

    Updated Nepali Translation
    
    svn path=/trunk/; revision=2547

 po/ChangeLog |    4 +
 po/ne.po     | 1563 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 824 insertions(+), 743 deletions(-)

commit 3829bb78a1c4a4a410645f198b10052f1fffbec2
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Thu Feb 14 04:10:43 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2546

 po/ChangeLog |   4 +
 po/fi.po     | 469 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 239 insertions(+), 234 deletions(-)

commit f1579db7462a26768e5177d481b946ad5db9f250
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Feb 7 15:46:08 2008 +0000

    Remove obsolete file.
    
    svn path=/trunk/; revision=2545

 .eiderinfo | 9 ---------
 1 file changed, 9 deletions(-)

commit 56a0abd635dd2af9a13730fce77656c974e82c51
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Tue Feb 5 20:01:08 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-02-05  Priit Laes  <plaes at svn dot gnome dot org>
    
        * et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=2544

 po/ChangeLog |  4 ++++
 po/et.po     | 35 +++++++++++++++++++----------------
 2 files changed, 23 insertions(+), 16 deletions(-)

commit 8d36a251be8346a58e0d1410ff344af152719c8b
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Mon Feb 4 08:03:14 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-02-04  Priit Laes  <plaes at svn dot gnome dot org>
    
        * et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=2543

 po/ChangeLog |   4 +
 po/et.po     | 429 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 212 insertions(+), 221 deletions(-)

commit 2c8bb794bc1633571168ebd4e62345dc33938278
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Sun Feb 3 19:08:15 2008 +0000

    updated assamese translations
    
    svn path=/trunk/; revision=2542

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/as.po     | 2451 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2457 insertions(+)

commit 05d16f59f0cac1aafd8e7a524904d534fcf055da
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Fri Feb 1 17:38:51 2008 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=2541

 po/ChangeLog |    4 +
 po/tr.po     | 1047 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 553 insertions(+), 498 deletions(-)

commit e43e2ac77ce4447d1636419b2ae3b8465393054e
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Fri Feb 1 16:37:12 2008 +0000

    Updated Japanese translation.
    
    2008-02-01  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=2540

 po/ChangeLog |   4 +
 po/ja.po     | 525 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 288 insertions(+), 241 deletions(-)

commit 64dbc026bc04dbb15305fc3479e4b5b75d7ced42
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Jan 31 08:18:52 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2539

 po/ChangeLog | 4 ++++
 po/ar.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit f30cf2683e6020ca54c0d26771b0061ee4ed567b
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Jan 29 13:25:07 2008 +0000

    Brazilian Portuguese translation updated by Vladimir Melo.
    
    2008-01-29  Jonh Wendell  <jwendell@gnome.org>
    
        * pt_BR.po: Brazilian Portuguese translation updated by Vladimir Melo.
    
    svn path=/trunk/; revision=2538

 po/ChangeLog |   4 +
 po/pt_BR.po  | 517 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 260 insertions(+), 261 deletions(-)

commit f4956178531c6ac82be22828d111e94db326254c
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Jan 28 16:00:27 2008 +0000

    Prepare for release
    
    svn path=/trunk/; revision=2536

 ChangeLog    | 4 ++++
 NEWS         | 7 +++++++
 configure.in | 4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)

commit d7bc4464bec645fe385deabf5fe39f517b737ecd
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jan 28 12:36:22 2008 +0000

    Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION.
    
    2008-01-28  Christian Persch  <chpe@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_value_from_corba_value),
        (gconf_fill_corba_value_from_gconf_value), (gconf_value_decode):
        * gconf/gconf.c: (gconf_engine_all_entries):
        * wrappers/guile/scm-gconf.c: (gconf_value_to_scm): Use G_STRFUNC
        instead of the deprecated G_GNUC_FUNCTION.
    
    svn path=/trunk/; revision=2535

 ChangeLog                  |  8 ++++++++
 gconf/gconf-internals.c    | 12 ++++++------
 gconf/gconf.c              |  4 ++--
 wrappers/guile/scm-gconf.c |  2 +-
 4 files changed, 17 insertions(+), 9 deletions(-)

commit 681463c5b4b96ffcc2b0b1b8654be9b9d6a071d3
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Jan 25 07:53:43 2008 +0000

    Updated Thai translation.
    
    2008-01-25  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2534

 po/ChangeLog |   4 +
 po/th.po     | 509 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 287 insertions(+), 226 deletions(-)

commit 8e41ada3ef4f944aed306ebe630fc9db65b3b27c
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Thu Jan 24 21:52:00 2008 +0000

    Updated Galician Translation.
    
    svn path=/trunk/; revision=2533

 po/ChangeLog |    4 +
 po/gl.po     | 1655 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 868 insertions(+), 791 deletions(-)

commit df4f8b7b6a2eca08ccf59a016cc56ff961fe00a7
Author: SANDRA MARAKKALA DANISHKA NAVIN <snavin@src.gnome.org>
Date:   Thu Jan 24 06:30:24 2008 +0000

    Added si
    
    svn path=/trunk/; revision=2532

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 5febe59f3dbbdcdc97f51b6efb3301b054f4b31d
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Wed Jan 23 23:04:43 2008 +0000

    Dutch translation updated by Wouter Bolsterlee.
    
    2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
        * nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=2531

 po/nl.po | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

commit e1a9c18fc949611bad2148f10219c382b285b730
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Wed Jan 23 22:53:30 2008 +0000

    Dutch translation updated by Wouter Bolsterlee.
    
    2008-01-23  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
        * nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=2530

 po/ChangeLog |    4 +
 po/nl.po     | 1462 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 891 insertions(+), 575 deletions(-)

commit e06202a2122c26b399707d9c395ce832b95b43ab
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Jan 22 01:08:51 2008 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=2529

 po/ChangeLog |   4 +
 po/ca.po     | 614 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 340 insertions(+), 278 deletions(-)

commit 93d877aca7fcf2ab065e884d6215d642133da273
Author: Tor Lillqvist <tml@novell.com>
Date:   Tue Jan 22 00:03:21 2008 +0000

    Look for catalogs in share/locale first, as that is where they will be
    
    2008-01-22  Tor Lillqvist  <tml@novell.com>
    
        * gconf-zip.in: Look for catalogs in share/locale first, as that
        is where they will be with a properly built GNU gettext.
    
    
    svn path=/trunk/; revision=2528

 ChangeLog    | 3 +++
 gconf-zip.in | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit f969e4cef74b52a1085631b8da26e65bfa3d6180
Author: Tor Lillqvist <tml@novell.com>
Date:   Tue Jan 22 00:01:23 2008 +0000

    Map pipe() to _pipe() on Win32.
    
    2008-01-22  Tor Lillqvist  <tml@novell.com>
    
        * gconf/gconf-internals.c: Map pipe() to _pipe() on Win32.
    
    
    svn path=/trunk/; revision=2527

 ChangeLog               | 4 ++++
 gconf/gconf-internals.c | 1 +
 2 files changed, 5 insertions(+)

commit a3ad67074aab4a41f68e486645dc979881edcb74
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 21 19:13:29 2008 +0000

    Bump to 2.21.3 after release.
    
    2008-01-21  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Bump to 2.21.3 after release.
    
    svn path=/trunk/; revision=2526

 ChangeLog    | 8 ++++++++
 configure.in | 2 +-
 po/ChangeLog | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)

commit 0a2e75ce66f4ee390cb1d2e1a7b0a0299411a29d
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Jan 21 19:13:06 2008 +0000

    Forgot to commit NEWS
    
    svn path=/trunk/; revision=2525

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 24a324b0a43baecbd332cf0d8a25e0e2e89de09c
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Jan 20 15:56:32 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2523

 po/ChangeLog |   4 +
 po/oc.po     | 267 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 140 insertions(+), 131 deletions(-)

commit 79538a6cc5af1187dc82d9eaa66db30ddd1ba042
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Fri Jan 18 12:41:17 2008 +0000

    Updated zh_CN translation from Liu
    
    svn path=/trunk/; revision=2522

 po/zh_CN.po | 245 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 116 insertions(+), 129 deletions(-)

commit ed6066be268abf7d5abf164a9931a49be1902ce2
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Thu Jan 17 15:30:14 2008 +0000

    Updated zh_CN translation
    
    svn path=/trunk/; revision=2521

 po/zh_CN.po | 868 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 483 insertions(+), 385 deletions(-)

commit fdc111a28a30865838ad60e0b096464adcdaa4c8
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Jan 17 10:30:21 2008 +0000

    Updated Ukrainian translation.
    
    2008-01-17  Maxim Dziumanenko <dziumanenko@gmail.com>
    
            * uk.po: Updated Ukrainian translation.
    
    
    
    svn path=/trunk/; revision=2520

 po/ChangeLog |   4 +
 po/uk.po     | 437 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 221 insertions(+), 220 deletions(-)

commit c3163448ae43434eb197e8f05250adbf93798461
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Jan 15 16:12:47 2008 +0000

    Updated Basque translation.
    
    2008-01-15  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2519

 po/ChangeLog |   4 +
 po/eu.po     | 379 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 209 insertions(+), 174 deletions(-)

commit d22ff64960e46181457e4accaefc7bd1ee51326a
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Jan 15 00:55:24 2008 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=2518

 po/ChangeLog |   4 +
 po/sv.po     | 523 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 291 insertions(+), 236 deletions(-)

commit 89e5e2ebd80d042a38a9d10a7472829b8a15976c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Jan 14 08:27:32 2008 +0000

    Updated Portuguese translation.
    
    2008-01-14  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2516

 po/ChangeLog |   4 +
 po/pt.po     | 469 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 237 insertions(+), 236 deletions(-)

commit f035a36fe3c4745b8ee3b4966469827b0e5ac458
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sun Jan 13 06:51:36 2008 +0000

    Updated Korean translation.
    
    svn path=/trunk/; revision=2515

 po/ChangeLog |   4 +
 po/ko.po     | 480 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 253 insertions(+), 231 deletions(-)

commit c9db7983e8c9a1566ad93ed2df981681f119dbdb
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sat Jan 12 19:53:16 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2514

 po/ChangeLog |    4 +
 po/ar.po     | 1085 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 553 insertions(+), 536 deletions(-)

commit a24392287c82ec0d057eb9b4fdcd95f95bc1583a
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jan 12 14:03:44 2008 +0000

    Updated French translation by Robert-André Mauchin <zebob.m@pengzone.org>
    
    2008-01-12  Claude Paroz  <claude@2xlibre.net>
    
        * fr.po: Updated French translation by Robert-André Mauchin
        <zebob.m@pengzone.org> and Claude Paroz.
    
    svn path=/trunk/; revision=2513

 po/ChangeLog |   5 +
 po/fr.po     | 824 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 437 insertions(+), 392 deletions(-)

commit 4bbc122cbacabea2e6d682ec481395c80056637d
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Jan 12 10:21:19 2008 +0000

    Updated German translation.
    
    2008-01-12  Andre Klapper  <a9016009@gmx.de>
    
        * de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=2512

 po/ChangeLog |   4 +
 po/de.po     | 426 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 216 insertions(+), 214 deletions(-)

commit 7fe2f37e5be55a806a9754b584a9d85cc0e183b6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Jan 11 10:12:05 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-01-11  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2511

 po/ChangeLog |  13 +-
 po/nb.po     | 518 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 280 insertions(+), 251 deletions(-)

commit df1a655eee845d4a8f9e6829de0aaa8bfe89e297
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 10 20:57:20 2008 +0000

    g_free and friends handles NULL just fine. Closes bug #371087 reported by
    
    2008-01-10  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/evoldap-backend.c: (parse_server_info),
        (destroy_source):
        * backends/markup-tree.c: (markup_entry_set_value):
        * backends/xml-dir.c: (create_fs_dir):
        * backends/xml-entry.c: (entry_destroy), (entry_set_schema_name),
        (entry_set_mod_user):
        * examples/simple-view.c: (main):
        * gconf/gconf-schema.c: (gconf_schema_free), (gconf_schema_copy):
        * gconf/gconf-sources.c: (gconf_sources_query_value):
        * gconf/gconf-value.c: (set_string), (gconf_value_free),
        (gconf_entry_unref), (gconf_entry_set_schema_name):
        * gconf/gconf.c: (gconf_engine_get_string):
        g_free and friends handles NULL just fine.
        Closes bug #371087 reported by Morten Welinder.
    
    svn path=/trunk/; revision=2510

 ChangeLog                  | 17 +++++++++++++++++
 backends/evoldap-backend.c | 18 ++++++------------
 backends/markup-tree.c     |  6 ++----
 backends/xml-dir.c         |  3 +--
 backends/xml-entry.c       | 14 +++++---------
 examples/simple-view.c     |  3 +--
 gconf/gconf-schema.c       | 23 ++++++++---------------
 gconf/gconf-sources.c      |  3 +--
 gconf/gconf-value.c        | 17 ++++++-----------
 gconf/gconf.c              |  4 ++--
 10 files changed, 49 insertions(+), 59 deletions(-)

commit 85ecc380d73e61234a4ae3eb0d23c721e04b585d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 10 20:54:31 2008 +0000

    Bump version
    
    2008-01-10  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Bump version
        * backends/xml-dir.c:
        * examples/basic-gconf-app.schemas:
        * examples/simple-controller.c:
        * examples/simple-view.c:
        * gconf/gconf-changeset.c:
        * gconf/gconf.c:
        Mark some functions and variables static.
        Closes bug #142295.
    
    svn path=/trunk/; revision=2509

 ChangeLog                        | 12 ++++++++++++
 backends/xml-dir.c               |  6 ------
 configure.in                     |  4 ++--
 examples/basic-gconf-app.schemas | 38 ++++++++++++++++----------------------
 examples/simple-controller.c     |  2 +-
 examples/simple-view.c           |  2 +-
 gconf/gconf-changeset.c          |  8 ++++----
 gconf/gconf.c                    |  4 ++--
 8 files changed, 38 insertions(+), 38 deletions(-)

commit 1c2dd8f09795c748585cae4be1d9d872730448e6
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Jan 10 08:52:13 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2508

 po/ChangeLog |   4 +
 po/es.po     | 454 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 223 insertions(+), 235 deletions(-)

commit 42f8ff511536c48dd492b485b3ab421d35109f65
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Wed Jan 9 17:47:31 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2507

 po/ChangeLog |   4 +
 po/he.po     | 464 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 237 insertions(+), 231 deletions(-)

commit 40b89a1f0c379e79a1d643962993412ee53612f5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 9 09:58:37 2008 +0000

    glib-2.0, not glib. Thanks To Alex Larsson.
    
    2008-01-09  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf-2.0.pc.in: glib-2.0, not glib. Thanks
        To Alex Larsson.
    
    svn path=/trunk/; revision=2506

 ChangeLog       | 5 +++++
 gconf-2.0.pc.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit e3e1b3573e8e44cb77807fdcae696bc2b9900d5f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 8 15:26:02 2008 +0000

    Update more. Docs adjustment. Move orbit-2.0 to Requires.private and add
    
    2008-01-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * NEWS: Update more.
        * doc/gconf/tmpl/gconf-client.sgml: Docs adjustment.
        * gconf-2.0.pc.in: Move orbit-2.0 to Requires.private
        and add glib under Requires instead.
    
    svn path=/trunk/; revision=2505

 ChangeLog                        |  7 +++++++
 NEWS                             |  7 +++++++
 doc/gconf/tmpl/gconf-client.sgml | 10 +++++-----
 gconf-2.0.pc.in                  |  3 ++-
 4 files changed, 21 insertions(+), 6 deletions(-)

commit 8f7ee645946ab27cea88af5f88772beda61f2aec
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 8 14:48:31 2008 +0000

    Update some. Fix some more strings. Closes bug #429679.
    
    2008-01-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * NEWS: Update some.
        * gconf/gconf.c: (gconf_valid_key):
        Fix some more strings. Closes bug #429679.
    
    svn path=/trunk/; revision=2504

 ChangeLog     |  6 ++++++
 gconf/gconf.c | 10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 1cbe171e27e5ac153427f15d4256cc667f72eff0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 8 14:31:11 2008 +0000

    More string reviews from Christian Rose and Adam Weinberger. Closes bug
    
    2008-01-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-database.c: (gconf_database_sync):
        * gconf/gconf-internals.c:
        * gconf/gconf-listeners.c:
        * gconf/gconf-sources.c: (gconf_sources_new_from_addresses):
        * gconf/gconf.c: (gconf_engine_unref), (gconf_shutdown_daemon):
        * gconf/gconfd.c: (gconf_server_load_sources),
        (gconfd_check_in_shutdown), (parse_listener_entry):
        * gconf/gconftool.c: (main), (do_spawn_daemon), (do_sync):
        More string reviews from Christian Rose and Adam Weinberger.
        Closes bug #318600.
    
    svn path=/trunk/; revision=2503

 ChangeLog               | 13 +++++++++++++
 gconf/gconf-database.c  |  2 +-
 gconf/gconf-internals.c |  2 +-
 gconf/gconf-listeners.c |  2 +-
 gconf/gconf-sources.c   |  2 +-
 gconf/gconf.c           |  6 +++---
 gconf/gconfd.c          | 14 +++++++-------
 gconf/gconftool.c       | 14 +++++++-------
 8 files changed, 34 insertions(+), 21 deletions(-)

commit 14fa1b04c8bd82286b0267cd0585fbaceff52290
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 8 14:16:57 2008 +0000

    String review by Clytie Siddall. Closes bug #315212
    
    2008-01-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-backend.c: (gconf_backend_verify_vtable):
        * gconf/gconf-database.c: (gconf_database_add_listener):
        * gconf/gconfd.c: (logfile_save), (restore_client):
        * gconf/gconftool.c: (hash_install_foreach):
        String review by Clytie Siddall. Closes bug #315212
    
        configure.in: Bump version to 2.21.1 because of the string changes
        above.
    
    svn path=/trunk/; revision=2502

 ChangeLog              | 11 +++++++++++
 configure.in           |  4 ++--
 gconf/gconf-backend.c  |  2 +-
 gconf/gconf-database.c |  2 +-
 gconf/gconfd.c         |  4 ++--
 gconf/gconftool.c      |  4 ++--
 6 files changed, 19 insertions(+), 8 deletions(-)

commit 63f3fde1840e0c48179e73c80d74f29e7749adde
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Dec 31 22:03:20 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2500

 po/ChangeLog |   5 +-
 po/oc.po     | 403 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 231 insertions(+), 177 deletions(-)

commit fb2f276c755a270dd9385847101c1648ca13351b
Author: Rahul Bhalerao <rahulb@src.gnome.org>
Date:   Fri Dec 28 10:25:48 2007 +0000

    Added Marathi translations
    
    svn path=/trunk/; revision=2499

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/mr.po     | 2410 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2416 insertions(+)

commit c0f8b14b70426e81712effd1715b7c7a4adb53e6
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Thu Dec 27 15:05:56 2007 +0000

    Updated Basque translation.
    
    2007-12-27  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
            * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2498

 po/ChangeLog |   4 +
 po/eu.po     | 817 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 401 insertions(+), 420 deletions(-)

commit 667ca03003933deb0da6d5806ed64a9622fdd2c5
Author: Ray Strode <halfline@gnome.org>
Date:   Sun Dec 2 23:54:24 2007 +0000

    Plug a few leaks found and fixed by Matthias Clasen (bug 475970)
    
    2007-12-02  Ray Strode  <halfline@gnome.org>
    
        Plug a few leaks found and fixed by Matthias Clasen
        (bug 475970)
    
        * gconf/gconf-database.c (gconf_database_notify_listeners):
        Clean up list of dead listeners
    
        * backends/xml-cache.c (cache_sync): clean up temporary list
        of syncs when we're done with it.
    
        * backends/markup-tree.c (markup_dir_free): free markup dir's
        list of entries before freeing the markup dir
    
    svn path=/trunk/; revision=2497

 ChangeLog              | 14 ++++++++++++++
 backends/markup-tree.c |  2 ++
 backends/xml-cache.c   |  1 +
 gconf/gconf-database.c |  2 ++
 4 files changed, 19 insertions(+)

commit 249796e59ace3c5b1739778d12a7eefb3ed1e2dc
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Dec 2 16:34:51 2007 +0000

    Add check for NULL. Patch from Kimmo Hämäläinen. Bug #492342.
    
    2007-11-22  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c (gconf_key_key): Add check
        for NULL. Patch from Kimmo Hämäläinen. Bug #492342.
    
    svn path=/trunk/; revision=2496

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 097003eead8647d2b10ef2de0874fbeb577c3937
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Nov 20 21:19:14 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2495

 po/oc.po | 62 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 25 insertions(+), 37 deletions(-)

commit 3e335bef3b9f9dc6fb7cb79a3fa22e74d89ae977
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Tue Nov 13 13:38:25 2007 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2494

 po/ChangeLog | 4 ++++
 po/sl.po     | 9 ++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 3df5b435048997721919347a75f8799b9108eb44
Author: Brian Cameron <brian.cameron@sun.com>
Date:   Thu Nov 8 18:49:18 2007 +0000

    Remove calls to gconf_log from signal_handler function since it is not
    
    2007-11-08  Brian Cameron  <brian.cameron@sun.com>
    
            * gconf/gconfd.c: Remove calls to gconf_log from signal_handler
              function since it is not safe to print debug messages in
              non-reentrant signal handler functions.  This fixes problems we
              were seeing on Solaris where GConf would hang on exit.  Reviewed
              by Havoc Pennington and Ray Strode.  Refer to bug #466745.
    
    svn path=/trunk/; revision=2493

 ChangeLog      |  8 ++++++++
 gconf/gconfd.c | 18 ++++--------------
 2 files changed, 12 insertions(+), 14 deletions(-)

commit 3fe8cd521943c888bba0f4e86f8c0fb7b0fdf57f
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Wed Oct 31 14:25:54 2007 +0000

    Updated Finnish translation (fix for bug #484148)
    
    svn path=/trunk/; revision=2492

 po/ChangeLog |  4 ++++
 po/fi.po     | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 69 insertions(+), 5 deletions(-)

commit 1fda256cfe5268c326a903ee00fec3cf7cb0b4f6
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Oct 23 20:57:50 2007 +0000

    Updated Arabic Translation by Youssef Chahibi.
    
    svn path=/trunk/; revision=2491

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 0deff5501bb608556d0946e205d73c6adf0d4fee
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Oct 22 22:40:18 2007 +0000

    If there is an existing path configuration file, don't overwrite it, to
    
    2007-10-22  Owen Taylor  <otaylor@redhat.com>
    
            * gconf/Makefile.am (install-data-local): If there is an existing
            path configuration file, don't overwrite it, to make it possible,
            for example, to have a jhbuild that properly deals with
            system-installed schemas. (#489193)
    
    svn path=/trunk/; revision=2490

 ChangeLog         | 7 +++++++
 gconf/Makefile.am | 6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 36fbe777074a006a6f53f5cb11ba666195c1146c
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Oct 22 22:22:45 2007 +0000

    fix regression that requires a defined default DISPLAY in order to run
    
    2007-10-23  Lucas Rocha  <lucasr@gnome.org>
    
        * gconf/gconf-sanity-check.c (main): fix regression that requires a
        defined default DISPLAY in order to run sanity check program when it
        shouldn't.
    
    svn path=/trunk/; revision=2489

 ChangeLog                  | 6 ++++++
 gconf/gconf-sanity-check.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 7b02ddc006aade0e1b3b09475ea464f8d10be5f3
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 21 19:21:50 2007 +0000

    Updated Arabic Translation by Youssef Chahibi.
    
    svn path=/trunk/; revision=2488

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 1f7dd68719d71c7c6dcf08cf5fc9d7bb866914bb
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 21 16:46:23 2007 +0000

    Updated Arabic Translation by Youssef Chahibi.
    
    svn path=/trunk/; revision=2487

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 2931ad49322496ffd7822a81857ed83c4df5a086
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Oct 15 11:55:06 2007 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=2486

 po/ChangeLog |   4 +
 po/sl.po     | 890 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 455 insertions(+), 439 deletions(-)

commit eebe616d3961d73c3f84b7061bb87d0004d5209a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Oct 15 10:18:18 2007 +0000

    Post release bump.
    
    2007-10-15  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Post release bump.
    
    svn path=/trunk/; revision=2485

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2d1d1b3f88b35d080044f16f3f2f4a2b641d6db8
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Oct 15 10:13:09 2007 +0000

    Update NEWS
    
    svn path=/trunk/; revision=2483

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit e4e68a0f0d8a960b9c1ac4a53589570af2718859
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Oct 15 10:12:39 2007 +0000

    ============================== 2.20.1 ==========================
    
    2007-10-15  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nn.po: Updated Norwegian nynorsk translation.
    
    svn path=/trunk/; revision=2482

 po/ChangeLog |   4 +
 po/nn.po     | 792 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 432 insertions(+), 364 deletions(-)

commit 3d624446142a14ff2498f907a2b2f090d83874b1
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Oct 15 10:01:30 2007 +0000

    Version markers
    
    svn path=/trunk/; revision=2481

 ChangeLog    | 2 ++
 po/ChangeLog | 2 ++
 2 files changed, 4 insertions(+)

commit 3f2461cf6b63b83c754a7ed6752bbd5e387e6b2c
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Oct 15 09:55:55 2007 +0000

    Update
    
    svn path=/trunk/; revision=2480

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 15f362766a5bc7b3716953bbcb0e63a958683975
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Oct 2 16:13:38 2007 +0000

    Dist basic-gconf-app.schemas too.
    
    2007-10-02  Kjartan Maraas  <kmaraas@gnome.org>
    
        * examples/Makefile.am: Dist basic-gconf-app.schemas too.
    
    svn path=/trunk/; revision=2479

 ChangeLog            | 4 ++++
 examples/Makefile.am | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4d4afc8057623293968c3c5097bd5cee008268a0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Oct 2 14:58:53 2007 +0000

    Note that the dir passed to gconf_client_add_dir() must not end with a
    
    2007-10-02  Kjartan Maraas  <kmaraas@gnome.org>
    
        * doc/gconf/tmpl/gconf-client.sgml: Note that the dir passed
        to gconf_client_add_dir() must not end with a slash. (Stefan Kost)
        Closes bug #301298.
    
    svn path=/trunk/; revision=2478

 ChangeLog                        | 6 ++++++
 doc/gconf/tmpl/gconf-client.sgml | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit c1a84df13288fe3793bf2b9686b703619fbd608d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Sep 28 20:02:23 2007 +0000

    Updated Korean translation.
    
    2007-09-29  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.
    
    svn path=/trunk/; revision=2477

 po/ChangeLog |   4 +
 po/ko.po     | 818 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 436 insertions(+), 386 deletions(-)

commit d17e054c83c192620dda3c03dc718940215e2f45
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Wed Sep 19 14:29:53 2007 +0000

    Post release bump
    
    svn path=/trunk/; revision=2476

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5d7106821d369a6ef06a45a794d67f742c6a934f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Sep 19 14:21:37 2007 +0000

    ============================= 2.20.0 ==========================
    
    2007-09-19  Kjartan Maraas  <kmaraas@gnome.org>
    
        * Release 2.20.0
    
    svn path=/trunk/; revision=2474

 ChangeLog    | 6 ++++++
 NEWS         | 7 +++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 4 files changed, 16 insertions(+), 1 deletion(-)

commit d873ad6d03ac38f64ef7adb181db52dda2047a20
Author: SANDRA MARAKKALA DANISHKA NAVIN <snavin@src.gnome.org>
Date:   Mon Sep 17 07:25:00 2007 +0000

    Added entry for Sinhala
    
    svn path=/trunk/; revision=2473

 po/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit 4b125d2c07310f6fe8d9deaf798209061821413b
Author: SANDRA MARAKKALA DANISHKA NAVIN <snavin@src.gnome.org>
Date:   Mon Sep 17 07:23:58 2007 +0000

    si.po updated
    
    svn path=/trunk/; revision=2472

 po/si.po | 2390 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2390 insertions(+)

commit 2ac8cce48df0c54187a9f4c0fb2cf05e81f80a10
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Fri Sep 14 09:35:16 2007 +0000

    Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
    
    svn path=/trunk/; revision=2471

 po/ChangeLog |    5 +
 po/ka.po     | 1363 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 810 insertions(+), 558 deletions(-)

commit 4c519192186f36e09a8391e11b2530d53abb9a57
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Sep 13 22:48:16 2007 +0000

    Updated Arabic Translation by Youssef Chahibi.
    
    svn path=/trunk/; revision=2470

 po/ChangeLog |    4 +
 po/ar.po     | 3425 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1778 insertions(+), 1651 deletions(-)

commit b421fd1c68a56da46e463a56c97450ddf148f4b7
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Thu Sep 13 07:21:57 2007 +0000

    Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
    
    2007-09-13  Mugurel Tudor  <mugurelu@gnome.ro>
    
        * ro.po: Updated Romanian translation
        by Mişu Moldovan <dumol@gnome.ro>
    
    svn path=/trunk/; revision=2469

 po/ChangeLog |   5 +
 po/ro.po     | 703 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 361 insertions(+), 347 deletions(-)

commit c96f1e090ea9b63e6764c202317b5fc9a5405aa1
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Wed Sep 12 10:08:42 2007 +0000

    Updated Albanian translation.
    
    * sq.po: Updated Albanian translation.
    
    svn path=/trunk/; revision=2468

 po/ChangeLog |   4 +
 po/sq.po     | 793 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 435 insertions(+), 362 deletions(-)

commit 563dd4302af402a1b217883e6a8e5af28e9de723
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Wed Sep 12 08:41:06 2007 +0000

    Updated catalan translation
    
    svn path=/trunk/; revision=2467

 po/ChangeLog |    4 +
 po/ca.po     | 1267 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 636 insertions(+), 635 deletions(-)

commit d7ed97ea7f15654f51a33aea2f5ff2b6e609e9c7
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Tue Sep 11 08:05:13 2007 +0000

    Updated Italian translation.
    
    2007-09-11  Luca Ferretti  <elle.uca@libero.it>
    
        * it.po: Updated Italian translation.
    
    
    svn path=/trunk/; revision=2466

 po/ChangeLog |   4 +
 po/it.po     | 837 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 452 insertions(+), 389 deletions(-)

commit 1e654a0490e74b822ef0670896b2a1be23cb0cdf
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sun Sep 9 00:11:57 2007 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=2465

 po/ChangeLog |   4 +
 po/da.po     | 824 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 445 insertions(+), 383 deletions(-)

commit ccdf5dcda2f9c8342f4d5310544fcbefdad072d8
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Sep 7 10:59:08 2007 +0000

    Update Ukrainian translation.
    
    2007-09-07 Maxim Dziumanenko <dziumanenko@gmail.com>
    
        * Update Ukrainian translation.
    
    svn path=/trunk/; revision=2464

 po/ChangeLog |   4 +
 po/uk.po     | 730 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 373 insertions(+), 361 deletions(-)

commit dfa6667a0127e3df0bf248f69730a9a1bc23bb65
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Thu Sep 6 22:14:28 2007 +0000

    Updated Russian translation
    
    2007-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
        * ru.po: Updated Russian translation
    
    
    svn path=/trunk/; revision=2463

 po/ChangeLog |   4 +
 po/ru.po     | 758 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 390 insertions(+), 372 deletions(-)

commit aa2925bab987521883289014375f557400707223
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Thu Sep 6 19:15:42 2007 +0000

    Updated Serbian translation
    
    svn path=/trunk/; revision=2462

 po/ChangeLog  |   4 +
 po/sr.po      | 735 +++++++++++++++++++++++++++++-----------------------------
 po/sr@Latn.po | 735 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 748 insertions(+), 726 deletions(-)

commit bda2555f2812606796bd1123855f2fd750a84ae0
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Sun Sep 2 15:10:59 2007 +0000

    Add MAINTAINERS
    
    svn path=/trunk/; revision=2461

 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

commit b47de1df0c621409c346ed767d93520e9cfab964
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Sep 1 20:09:59 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2460

 po/oc.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 08ffc6679173982ee625c364449af36eb86a127d
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Aug 31 06:38:43 2007 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2007-08-31  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=2459

 po/ChangeLog |   5 +
 po/bg.po     | 951 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 489 insertions(+), 467 deletions(-)

commit 5a85f49efb3b6b166baf6f648547dc649f822b2f
Author: Stéphane Raimbault <stephaner@src.gnome.org>
Date:   Wed Aug 29 22:48:18 2007 +0000

    Updated French translation by Claude Paroz.
    
    svn path=/trunk/; revision=2458

 po/ChangeLog |   6 +-
 po/fr.po     | 742 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 380 insertions(+), 368 deletions(-)

commit 422646109f78563de93131a84e25639c68585161
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Aug 28 12:28:50 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2457

 po/es.po | 2823 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 2484 insertions(+), 339 deletions(-)

commit 2f809aa2a3227b213a55dfd64581becc1c05c566
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Aug 28 12:09:09 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2456

 po/ChangeLog |    4 +
 po/es.po     | 2876 ++++++++--------------------------------------------------
 2 files changed, 369 insertions(+), 2511 deletions(-)

commit c46fa506d38191726bc07cfa50985878e62dbb18
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Aug 26 18:11:05 2007 +0000

    Updated Brazilian Portuguese translation
    
    svn path=/trunk/; revision=2455

 po/ChangeLog |    5 +
 po/pt_BR.po  | 1421 ++++++++++++++++++++++++----------------------------------
 2 files changed, 599 insertions(+), 827 deletions(-)

commit 14135ec4a169c5ced2c424b82534d643e66851f9
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Sun Aug 26 15:14:39 2007 +0000

    Updated zh_CN translation from yetist AT gmail DOT com
    
    svn path=/trunk/; revision=2454

 po/zh_CN.po | 763 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 386 insertions(+), 377 deletions(-)

commit 25b9e015b50e33bfc12f9b30dd9fe3a543c3140e
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Aug 26 12:36:48 2007 +0000

    Updated Portuguese translation.
    
    2007-08-26  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=2453

 po/ChangeLog |   4 +
 po/pt.po     | 736 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 376 insertions(+), 364 deletions(-)

commit 5053419ad361607398edc2ca13542df2203be69d
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Aug 21 10:57:31 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2452

 po/oc.po | 481 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 245 insertions(+), 236 deletions(-)

commit 34cb654688c2b3ae235db71f3bbea73035fd7645
Author: Sunil Mohan Adapa <sunil@atc.tcs.com>
Date:   Tue Aug 21 06:39:28 2007 +0000

    Added Telugu translation done by Pramod Matapathi <pramod@swecha.net>.
    
    2007-08-21  Sunil Mohan Adapa  <sunil@atc.tcs.com>
    
            * te.po: Added Telugu translation done by
            Pramod Matapathi <pramod@swecha.net>.
    
    
    svn path=/trunk/; revision=2451

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/te.po     | 2506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2512 insertions(+)

commit 5c7f77975a8dd4e06ee767d12fa5591a0b59f57c
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Aug 19 16:41:34 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2450

 po/oc.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8062f2dbcda1b62938c332a7917c8a08ffb8e170
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Fri Aug 17 15:29:51 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2449

 po/oc.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 217e725314ded7d4e7e78935ea5b8049e0767889
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Thu Aug 16 10:05:48 2007 +0000

    Estonian translation update by Ivar Smolin.
    
    2007-08-16  Priit Laes  <plaes@svn.gnome.org>
    
        * et.po: Estonian translation update by Ivar Smolin.
    
    svn path=/trunk/; revision=2448

 po/ChangeLog |  4 ++++
 po/et.po     | 20 +++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

commit 246b7845874eb8192c026a9b4f6ef8136d205b16
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Aug 15 18:19:49 2007 +0000

    Updated Canadian English translation.
    
    2007-08-15  Adam Weinberger  <adamw@gnome.org>
    
        * en_CA.po: Updated Canadian English translation.
    
    
    
    svn path=/trunk/; revision=2447

 po/ChangeLog |   4 +
 po/en_CA.po  | 793 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 435 insertions(+), 362 deletions(-)

commit c419f7e4bf85fb8f309a14a57bc39c689eae7264
Author: Žygimantas Beručka <zygis@src.gnome.org>
Date:   Sun Aug 12 16:09:55 2007 +0000

    Updated Lithuanian translation.
    
    svn path=/trunk/; revision=2446

 po/ChangeLog |   4 +
 po/lt.po     | 780 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 428 insertions(+), 356 deletions(-)

commit 5a97b639d417f5ae88956e16692c637ada66675b
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Sun Aug 12 12:50:25 2007 +0000

    2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
    
    svn path=/trunk/; revision=2445

 po/ChangeLog |   4 +
 po/mk.po     | 783 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 401 insertions(+), 386 deletions(-)

commit 41164a614f6749ec4b7776ceff18e1b5621e0c1f
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Sun Aug 12 12:01:34 2007 +0000

    Updated German translation.
    
    2007-08-12  Hendrik Richter  <hendrikr@gnome.org>
    
        * de.po: Updated German translation.
    
    svn path=/trunk/; revision=2444

 po/ChangeLog | 4 ++++
 po/de.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 795f2f37442051553cc5f14ba19f855eb212c94a
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Sun Aug 12 12:01:05 2007 +0000

    Updated German translation, by Andre Klapper <ak-47@gmx.net>
    
    2007-08-12  Hendrik Richter  <hendrikr@gnome.org>
    
        * de.po: Updated German translation, by
                 Andre Klapper <ak-47@gmx.net>
    
    svn path=/trunk/; revision=2443

 po/ChangeLog |   5 +
 po/de.po     | 741 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 380 insertions(+), 366 deletions(-)

commit 8e558d5f1d8eaa1c896fd05ebbdc04d822432a26
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Tue Aug 7 21:50:16 2007 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2442

 po/ChangeLog |   4 +
 po/he.po     | 465 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 241 insertions(+), 228 deletions(-)

commit 0747d188d9843f988a089f51cc81a010bbbdf196
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Aug 6 14:01:03 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2441

 po/ChangeLog |  4 ++++
 po/fi.po     | 37 +++++++++++++++++++------------------
 2 files changed, 23 insertions(+), 18 deletions(-)

commit 9112086e028d2b1a415d3e75ce88caa8bc0adb45
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Sat Aug 4 10:04:45 2007 +0000

    Updated Malayalam (ml) Translation
    
    svn path=/trunk/; revision=2440

 po/ml.po | 827 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 418 insertions(+), 409 deletions(-)

commit 6560ab7e4d6aee9e1fcb30f36911b189be642959
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Sat Aug 4 10:04:30 2007 +0000

    Updated Malayalam (ml) Translation
    
    svn path=/trunk/; revision=2439

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit e0eab6dfb98088d96249c3e0298975c7b3524fbf
Author: Wadim Dziedzic <wadimd@svn.gnome.org>
Date:   Thu Aug 2 20:33:30 2007 +0000

    Updated polish translation
    
    2007-08-02  Wadim Dziedzic  <wadimd@svn.gnome.org>
    
        * pl.po: Updated polish translation
    
    svn path=/trunk/; revision=2438

 po/ChangeLog |    4 +
 po/pl.po     | 1518 +++++++++++++++++++++++++---------------------------------
 2 files changed, 644 insertions(+), 878 deletions(-)

commit d2cfb8723247a2f6d6853b5c3326b5be14a65320
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Jul 29 08:19:26 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=2437

 po/oc.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 514429f6db81232d5b149d425674f8389395dbd6
Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
Date:   Wed Jul 25 16:55:37 2007 +0000

    2007-07-25  Inaki Larranaga Murgoitio
    
        * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=2436

 po/ChangeLog |   4 +
 po/eu.po     | 841 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 414 insertions(+), 431 deletions(-)

commit 2d5a2e6752187982d1b2647c4e84641f6d76aaa0
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Sat Jul 21 09:35:43 2007 +0000

    Updated Thai translation.
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2435

 po/ChangeLog |   4 +
 po/th.po     | 507 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 262 insertions(+), 249 deletions(-)

commit 12138d522e8a4fb0f86db888a9fd13aa9f8ee83f
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Jul 18 17:03:23 2007 +0000

    Translation updated.
    
    2007-07-18  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated.
    
    svn path=/trunk/; revision=2434

 po/ChangeLog |   4 +
 po/nl.po     | 760 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 389 insertions(+), 375 deletions(-)

commit 52f98a0318d206904ea41d0af48668c0dae2da6c
Author: Jaap Haitsma <jaap@haitsma.org>
Date:   Wed Jul 18 16:40:12 2007 +0000

    Reviewed by: Ray Strode
    
    2007-07-18  Jaap Haitsma  <jaap@haitsma.org>
    
        Reviewed by: Ray Strode
    
        * backends/xml-dir.c: (dir_load_doc), (dir_make_new_entry),
        (dir_fill_cache_from_doc):
        * backends/xml-entry.c: (node_set_schema_value), (node_set_value),
        (find_schema_subnode_by_locale), (schema_subnode_extract_data),
        (schema_node_extract_value), (node_extract_value), (my_xmlSetProp),
        (my_xmlGetProp):
        * gconf/gconftool.c: (get_list_value_from_xml),
        (get_car_cdr_value), (get_pair_value_from_xml),
        (get_values_from_xml), (process_entry), (extract_global_info),
        (process_locale_info), (get_schema_from_xml), (process_list),
        (do_load_file): Remove a bunch of compiler warnings by performing casts.
        Fixes bug #452372
    
    svn path=/trunk/; revision=2433

 ChangeLog            |  17 +++++++
 backends/xml-dir.c   |  12 ++---
 backends/xml-entry.c |  47 ++++++++++---------
 gconf/gconftool.c    | 128 +++++++++++++++++++++++++--------------------------
 4 files changed, 111 insertions(+), 93 deletions(-)

commit c60ac86f94f5393e0440a38cc347066affb320fb
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Mon Jul 16 14:31:38 2007 +0000

    Estonian translation update by Ivar Smolin.
    
    2007-07-16  Priit Laes  <plaes@svn.gnome.org>
    
        * et.po: Estonian translation update by Ivar Smolin.
    
    svn path=/trunk/; revision=2432

 po/ChangeLog |   4 +
 po/et.po     | 713 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 365 insertions(+), 352 deletions(-)

commit a421e93127b957ca71f862d9041a32ee58e58539
Author: Felix I <ifelix@src.gnome.org>
Date:   Fri Jul 13 06:01:41 2007 +0000

    updated ta translation
    
    svn path=/trunk/; revision=2431

 po/ChangeLog |    4 +
 po/ta.po     | 1197 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 536 insertions(+), 665 deletions(-)

commit dd3c9651f35171d2de72f20e6b8a13be3aa984d5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Jul 10 22:02:11 2007 +0000

    Translation updated.
    
    2007-07-11 Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=2430

 po/ChangeLog |   4 +
 po/hu.po     | 720 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 367 insertions(+), 357 deletions(-)

commit a14f0b2ee54a382f96a9d9bb014f9a5319a78a5e
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Jul 10 17:57:52 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=2429

 po/ChangeLog |   4 +
 po/fi.po     | 679 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 347 insertions(+), 336 deletions(-)

commit 2db429c18f3adf84306dcc162b2cad3bb2953302
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Mon Jul 9 11:34:02 2007 +0000

    Updated Japanese translation.
    
    2007-07-09  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=2428

 po/ChangeLog |   4 +
 po/ja.po     | 737 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 378 insertions(+), 363 deletions(-)

commit ae9fad8a3b6123b1831808a49c285c00b6d053f9
Author: Sven Herzberg <herzi@gnome-de.org>
Date:   Thu Jul 5 17:47:18 2007 +0000

    Reviewed by Christian Persch.
    
    2007-07-05  Sven Herzberg  <herzi@gnome-de.org>
    
        Reviewed by Christian Persch.
    
        * autogen.sh: require the same version of automake as configure.in
        does
    
    
    svn path=/trunk/; revision=2427

 ChangeLog  | 7 +++++++
 autogen.sh | 2 ++
 2 files changed, 9 insertions(+)

commit e35338de2ab55ee8f454164d9d4e75550197b16a
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Wed Jul 4 10:40:43 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2426

 po/ChangeLog |   4 +
 po/gu.po     | 472 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 243 insertions(+), 233 deletions(-)

commit 0aa9dd589d3c37bb91af3aeb0f85f8d8159a757f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri Jun 29 13:08:24 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2425

 po/ChangeLog |    4 +
 po/sv.po     | 1190 ++++++++++++++++++++++++----------------------------------
 2 files changed, 495 insertions(+), 699 deletions(-)

commit da8ed1a275648edb691d4eff77e898ec668c0e32
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Jun 28 18:08:45 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2424

 po/ChangeLog |  4 ++++
 po/es.po     | 28 ++++++++++++++++------------
 2 files changed, 20 insertions(+), 12 deletions(-)

commit e83bbbc3b9ef82c479db27f6e6be0fd6c22a5500
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Jun 25 12:18:54 2007 +0000

    vi.po: Updated Vietnamese translation.
    
    
    svn path=/trunk/; revision=2423

 po/vi.po | 537 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 272 insertions(+), 265 deletions(-)

commit 0a70e02953cd31da133dbda9bb70698cc25a8169
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Jun 25 12:18:36 2007 +0000

    vi.po: Updated Vietnamese translation.
    
    
    svn path=/trunk/; revision=2422

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 829b6b99a9f7d05d758d42f9e3eee7e470b7ff4c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jun 24 12:19:56 2007 +0000

    Updated Norwegian bokmål translation.
    
    2007-06-24  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=2421

 po/ChangeLog |   4 +
 po/nb.po     | 471 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 242 insertions(+), 233 deletions(-)

commit 78a92b64dfc20cf49e280057e5c046abd83829f2
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Jun 24 11:37:36 2007 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=2420

 po/ChangeLog |   4 +
 po/es.po     | 471 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 242 insertions(+), 233 deletions(-)

commit b3e0935c7c8810497e8f34723f9ba08c415062e1
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 23 20:32:08 2007 +0000

    Re-add AM_MAINTAINER_MODE for now until there's concensus about removing
    
    2007-06-23  Christian Persch  <chpe@gnome.org>
    
        * configure.in: Re-add AM_MAINTAINER_MODE for now until there's
        concensus about removing it. Bug #450450.
    
    svn path=/trunk/; revision=2419

 ChangeLog    | 5 +++++
 configure.in | 2 ++
 2 files changed, 7 insertions(+)

commit 539e31f2462afc1e2f14f86cf54f3dc57834dbdb
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 23 13:28:36 2007 +0000

    Post-release version bump.
    
    2007-06-23  Christian Persch  <chpe@gnome.org>
    
        * configure.in: Post-release version bump.
    
    svn path=/trunk/; revision=2418

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit c961512b8a05f1be40a560d97197271c05f9cb13
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 23 13:27:49 2007 +0000

    ======= 2.19.1 ============================================
    
    2007-06-23  Christian Persch  <chpe@gnome.org>
    
            * configure.in:
        * NEWS: Updated for release.
    
        R acconfig.h:
        * autogen.sh:
        * configure.in: Updated for automake 1.9.
    
            * configure.in:
        * gconf/Makefile.am: Don't define directories in configure.
    
        * po/LINGUAS: Updated.
    
    svn path=/trunk/; revision=2416

 ChangeLog         |  16 ++++++
 NEWS              |  18 ++++++
 acconfig.h        |  10 ----
 autogen.sh        | 164 ++++--------------------------------------------------
 configure.in      |  18 ++----
 gconf/Makefile.am |   2 +-
 po/LINGUAS        | 135 ++++++++++++++++++++++----------------------
 7 files changed, 118 insertions(+), 245 deletions(-)

commit 05b09f5befeda24639a0f9175e5752f79d506e45
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 23 12:02:52 2007 +0000

    Add --search-key argument. Bug #406329, patch by Richard Hult.
    
    2007-06-23  Christian Persch  <chpe@gnome.org>
    
        * gconf/gconftool.c: (main), (search_key_in_dir),
        (recurse_subdir_search), (do_search_key): Add --search-key argument.
        Bug #406329, patch by Richard Hult.
    
    svn path=/trunk/; revision=2415

 ChangeLog         |   6 +++
 gconf/gconftool.c | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 136 insertions(+), 10 deletions(-)

commit cd6e3a1e6ec0f75c8fedf84c37c22888447e4474
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 23 11:50:18 2007 +0000

    Init GThread. Bug #432923.
    
    2007-06-21  Christian Persch  <chpe@gnome.org>
    
        * gconf/gconf-sanity-check.c: (main):
        * gconf/gconftool.c: (main): Init GThread. Bug #432923.
    
            * gconf/gconftool.c: (main): Make --help* output translated. Bug
        #432925.
    
    svn path=/trunk/; revision=2414

 ChangeLog                  |  8 ++++++++
 gconf/gconf-sanity-check.c |  4 +++-
 gconf/gconftool.c          | 29 +++++++++++++++++++++--------
 3 files changed, 32 insertions(+), 9 deletions(-)

commit 8096ca9c3fc2dae8c78b76a048c07348ec5f54e2
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue May 29 13:12:43 2007 +0000

    2007-05-29    vi.po    Updated Vietnamese translation
    
    Clytie Siddall <clytie@riverland.net.au>
    
    svn path=/trunk/; revision=2412

 po/vi.po | 781 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 377 insertions(+), 404 deletions(-)

commit 357bce4f26bfe0df61676e639b1f63c18ef45234
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Wed May 23 03:15:07 2007 +0000

    Updated Thai translation.
    
        * th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=2411

 po/ChangeLog |   4 +
 po/th.po     | 282 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 150 insertions(+), 136 deletions(-)

commit bb6248a34469ad91d20aa4316fe5e63f80a35b09
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Tue May 22 07:38:30 2007 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=2410

 po/ChangeLog |   4 +
 po/he.po     | 245 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 126 insertions(+), 123 deletions(-)

commit 856ddd4fd4eb9de2949bfe0260f5838e6c8c5d39
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Wed May 9 13:31:48 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2409

 po/ChangeLog |   4 +
 po/or.po     | 327 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 174 insertions(+), 157 deletions(-)

commit 915beeac950e8bcc5793cd80e2a90f9a1792cfd5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 8 10:59:20 2007 +0000

    Updated translation from Espen Stefansen.
    
    2007-05-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated translation from Espen Stefansen.
    
    svn path=/trunk/; revision=2406

 po/ChangeLog |   4 +
 po/nb.po     | 279 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 143 insertions(+), 140 deletions(-)

commit 46f253a486c0a18679473d33979300c86edf248f
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Fri May 4 15:01:48 2007 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2405

 po/ChangeLog |    4 +
 po/ar.po     | 3398 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 1647 insertions(+), 1755 deletions(-)

commit 2fd76e8059d5598cd571a3ddf10cf04b4e25d7d5
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu May 3 18:48:02 2007 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=2404

 po/ChangeLog |   4 +
 po/ar.po     | 739 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 427 insertions(+), 316 deletions(-)

commit 582d08ddb594f3bffc5b485e74ea163dded5e45c
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Wed Apr 25 21:34:23 2007 +0000

    Added Occitan translation.
    
    svn path=/trunk/; revision=2401

 po/ChangeLog |    6 +
 po/LINGUAS   |    1 +
 po/oc.po     | 2399 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2406 insertions(+)

commit 3442222b792b46c1ff71a03d5a8b9196773ce587
Author: David Lodge <dlodge@src.gnome.org>
Date:   Sun Apr 22 19:03:18 2007 +0000

    Updated British English translation
    
    svn path=/trunk/; revision=2400

 po/ChangeLog |   4 +
 po/en_GB.po  | 265 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 136 insertions(+), 133 deletions(-)

commit 720f731a394d29acefa0fa9e9eb7a20fa47aed78
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Apr 21 16:46:16 2007 +0000

    Updated Spanish translation.
    
    svn path=/trunk/; revision=2399

 po/ChangeLog |   4 +
 po/es.po     | 362 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 165 insertions(+), 201 deletions(-)

commit 54450ed9c8e2f8050c9cc37134fcf61dd466ac45
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Apr 21 11:24:30 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=2398

 po/ChangeLog |   4 +
 po/sv.po     | 981 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 603 insertions(+), 382 deletions(-)

commit c60e995a05ac74531f926411c92b07712a07c84b
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Apr 17 06:53:46 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2397

 po/ChangeLog |   4 +
 po/gu.po     | 258 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 133 insertions(+), 129 deletions(-)

commit a134ff95cdd124701b818750a2d9bc434a287e4f
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Apr 16 22:38:09 2007 +0000

    Fix strings used for errors about invalid keys. Bug #406251.
    
    2007-04-17  Christian Persch  <chpe@gnome.org>
    
        * gconf/gconf.c: (gconf_key_check), (gconf_valid_key): Fix strings
        used for errors about invalid keys. Bug #406251.
    
    svn path=/trunk/; revision=2396

 ChangeLog     | 5 +++++
 gconf/gconf.c | 8 +++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 66c0b452a82602723e0b8faad15f7f9e989cf404
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Apr 15 09:38:14 2007 +0000

    Updated Simplified Chinese translation from Yang Zhang.
    
    svn path=/trunk/; revision=2393

 po/ChangeLog |    4 +
 po/zh_CN.po  | 1551 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 741 insertions(+), 814 deletions(-)

commit 0164b916b9e6be53405762b7d43151690c941369
Author: Peter Bach <pbach@src.gnome.org>
Date:   Sat Apr 14 15:36:05 2007 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=2392

 po/ChangeLog |    4 +
 po/da.po     | 1499 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 743 insertions(+), 760 deletions(-)

commit 8b33ad4a41107b4aa0f08cf96291ea2bfa31847f
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Tue Apr 10 14:57:37 2007 +0000

    Updated Czech Translation.
    
    2007-04-10  Jakub Friedl <jfriedl@suse.cz>
    
      * cs.po: Updated Czech Translation.
    
    
    svn path=/trunk/; revision=2391

 po/ChangeLog |    4 +
 po/cs.po     | 1196 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 615 insertions(+), 585 deletions(-)

commit c17babfd6a1ce21f2adf865a4333bbec389944f4
Author: Loïc Minier <lool@dooz.org>
Date:   Sat Mar 31 17:03:28 2007 +0000

    Check for the lber lib and append it to LDAP_LIBS if present since the
    
    2007-03-31  Loïc Minier  <lool@dooz.org>
    
        * configure.in: Check for the lber lib and append it to LDAP_LIBS if
        present since the evoldap backend calls ber_free() directly; fixes
        build failure with -z defs in LDFLAGS; bug #409221.
    
    svn path=/trunk/; revision=2390

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit cc4818d47c75cc8067d65c3f149c07846d61ef0e
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 25 22:23:06 2007 +0000

    Updated Galician translation.
    
    svn path=/trunk/; revision=2389

 po/ChangeLog |    4 +
 po/gl.po     | 1266 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 635 insertions(+), 635 deletions(-)

commit 084b47be18ded60a2bed7fe46faeb04e4153afa4
Author: Felix I <ifelix@src.gnome.org>
Date:   Mon Mar 12 08:07:45 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=2388

 po/ChangeLog |  4 ++++
 po/ta.po     | 57 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 32 insertions(+), 29 deletions(-)

commit 0014b2afe6b2a8d0468de8aa7c9d8c55b3e978f7
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sat Mar 10 11:05:15 2007 +0000

    updatingfor Punjabi by alam
    
    svn path=/trunk/; revision=2387

 po/pa.po | 1702 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 845 insertions(+), 857 deletions(-)

commit 08c0a5bd4db5426b7f9d547819b32a6774405dc0
Author: Thierry Randrianiriana <thierryr@src.gnome.org>
Date:   Tue Mar 6 10:48:31 2007 +0000

    Updated Malagasy translation.
    
     * Updated Malagasy translation.
    
    svn path=/trunk/; revision=2386

 po/ChangeLog |  14 +-
 po/mg.po     | 964 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 644 insertions(+), 334 deletions(-)

commit 138ad17218fff8a374384104ca0f4576c07efe8b
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 5 21:04:15 2007 +0000

    Post release bump
    
    2007-03-05  Ray Strode  <rstrode@redhat.com>
    
        * configure.in: Post release bump
    
    svn path=/trunk/; revision=2385

 ChangeLog    | 5 ++++-
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit f43fb8d4fbe5c4e2d03f2d8e3f1672566da373f6
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 5 16:29:20 2007 +0000

    ============================= 2.18.0.1 ====================
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        * configure.in: drop release number to 2.18.0.1
    
        * NEWS: update for release
    
    svn path=/trunk/; revision=2383

 ChangeLog    | 9 +++++++++
 NEWS         | 8 ++++++++
 configure.in | 4 ++--
 3 files changed, 19 insertions(+), 2 deletions(-)

commit 9ccaf1f489477a8a098dbad7f5c93a78facf7939
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 5 16:11:37 2007 +0000

    Patch from Loïc Minier to take care of fallout from bug 314343.
    
    2007-03-05  Ray Strode  <rstrode@redhat.com>
    
        Patch from Loïc Minier to take care of fallout from
        bug 314343.
    
        * gconf/backends/markup-tree.c (save_tree):
        Rename markup file to its final destination, even if
        there wasn't an original file to copy file attributes
        from (bug 414916).
    
    svn path=/trunk/; revision=2382

 ChangeLog              | 10 ++++++++++
 backends/markup-tree.c | 35 ++++++++++++++++-------------------
 2 files changed, 26 insertions(+), 19 deletions(-)

commit b56d9841466e8df859b12ecc90128f4bc9631b08
Author: Ray Strode <rstrode@redhat.com>
Date:   Sat Mar 3 06:08:31 2007 +0000

    Post release bump
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        * configure.in: Post release bump
    
    svn path=/trunk/; revision=2381

 ChangeLog    | 3 +++
 configure.in | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 1a5a5cb1d142ab8db356a6dc50a852ea9f561e14
Author: Ray Strode <rstrode@redhat.com>
Date:   Sat Mar 3 06:04:16 2007 +0000

    ============================= 2.18.0 ======================
    
    
    ============================= 2.18.0 ======================
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        * configure.in: bump release number
    
        * NEWS: update for release
    
        * README: remove mention of popt and
        add mention of evoldap and older libxml backend
    
    svn path=/trunk/; revision=2379

 ChangeLog    | 12 ++++++++++++
 NEWS         | 23 +++++++++++++++++++++++
 README       |  5 ++---
 configure.in |  4 ++--
 4 files changed, 39 insertions(+), 5 deletions(-)

commit 85aadbdea05f079dc9741332daa3403d3eb457dd
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Fri Mar 2 21:48:47 2007 +0000

    Make sure error strings are UTF-8. Bug #406251.
    
    2007-03-02  Christian Persch  <chpe@svn.gnome.org>
    
        * gconf/gconf.c: (utf8_make_valid), (gconf_key_check),
        (gconf_valid_key): Make sure error strings are UTF-8. Bug #406251.
    
    svn path=/trunk/; revision=2378

 ChangeLog     |  5 +++++
 gconf/gconf.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 56 insertions(+), 7 deletions(-)

commit 51d33c483a399a6f160f65414006abf72c21c1a6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Mar 2 21:43:59 2007 +0000

    Don't include xml-entry.h twice.
    
    2007-03-02  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/xml-dir.c: Don't include xml-entry.h twice.
    
    svn path=/trunk/; revision=2377

 ChangeLog          | 4 ++++
 backends/xml-dir.c | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 1ab6b03f71714d4c9c038f4004f8117d9f3a004a
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 20:53:18 2007 +0000

    free schema and mod_user fields before freeing struct. Based on patch by
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconf-value.c (gconf_meta_info_free):
        free schema and mod_user fields before freeing
        struct.  Based on patch by
        Richard Hult <richard@imendio.com>
    
    
    svn path=/trunk/; revision=2376

 ChangeLog           | 7 +++++++
 gconf/gconf-value.c | 2 ++
 2 files changed, 9 insertions(+)

commit efafbb1338af004c824e091256fcab206cbd2405
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 20:42:35 2007 +0000

    drop as much of the legacy popt stuff as we can, while remaining
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        * configure.in:
        * gconf/gconf.c:
        drop as much of the legacy popt stuff as we can,
        while remaining compatible (bug 396071). Based on
        patch from Chris Wilson <chris@chris-wilson.co.uk>
    
    svn path=/trunk/; revision=2375

 ChangeLog     |  8 ++++++++
 configure.in  |  4 ----
 gconf/gconf.c | 14 ++++++++++----
 3 files changed, 18 insertions(+), 8 deletions(-)

commit 84c43fec319cc5f7143f7b673f2a005ed44bb0d8
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 20:14:09 2007 +0000

    Patch from Laszlo (Laca) Peter <laszlo.peter@sun.com>
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        Patch from
        Laszlo (Laca) Peter <laszlo.peter@sun.com>
    
        * gconf/gconftool.c (do_makefile_install):
        don't bail on first error when multiple schemas are
        installed in one go (bug 385142).
    
    svn path=/trunk/; revision=2374

 ChangeLog         | 9 +++++++++
 gconf/gconftool.c | 7 +++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit e339b2f4d92dcda63a6e973e8c22206982d66a60
Author: Ray Strode <halfline@src.gnome.org>
Date:   Fri Mar 2 20:08:40 2007 +0000

    add bug reference to changelog entry
    
    svn path=/trunk/; revision=2373

 ChangeLog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 733bc1e72abd6d070b339fcef9ddb343ed71c2cf
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 20:05:59 2007 +0000

    Patch from Padraig O'Briain <padraig.obriain@sun.com>
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        Patch from
        Padraig O'Briain <padraig.obriain@sun.com>
    
        * configure.in:
        * gconf/gconf-internals.c (close_fd_func):
        use fdwalk() to only close open file descriptors
        if available (bug 357206)
    
    svn path=/trunk/; revision=2372

 ChangeLog               | 10 ++++++++++
 configure.in            |  2 +-
 gconf/gconf-internals.c | 17 +++++++++++++++++
 3 files changed, 28 insertions(+), 1 deletion(-)

commit 3163512b9df75543ded4ce5cec0223a69a9ed191
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 19:43:35 2007 +0000

    Patch from Paolo Borelli <pborelli@katamail.com>
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        Patch from
        Paolo Borelli <pborelli@katamail.com>
    
        * backends/markup-tree.c:
        * backends/xml-dir.c:
        * doc/gconf/gconf-sections.txt:
        * doc/gconf/tmpl/gconf-internals.sgml:
        * gconf/gconf-backend.c:
        * gconf/gconf-internals.[ch]:
        * gconf/gconfd.c:
        use g_file_test instead of home brew
        gconf_file_test and gconf_file_exists functions
    
    svn path=/trunk/; revision=2371

 ChangeLog                           | 15 +++++++++++++++
 backends/markup-tree.c              |  2 +-
 backends/xml-dir.c                  |  8 ++++----
 doc/gconf/gconf-sections.txt        |  2 --
 doc/gconf/tmpl/gconf-internals.sgml | 19 -------------------
 gconf/gconf-backend.c               |  4 ++--
 gconf/gconf-internals.c             | 25 -------------------------
 gconf/gconf-internals.h             | 11 -----------
 gconf/gconfd.c                      |  2 +-
 9 files changed, 23 insertions(+), 65 deletions(-)

commit bfe6041b7ba2d8a0c7f4f864e2e2f4f0f9a53414
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 19:33:27 2007 +0000

    Patch from Paolo Borelli <pborelli@katamail.com>
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        Patch from
        Paolo Borelli <pborelli@katamail.com>
    
        * gconf/gconf.c (gconf_clear_cache):
        Drop dead code (coverity 2208, bug 341724)
    
    svn path=/trunk/; revision=2370

 ChangeLog     |  8 ++++++++
 gconf/gconf.c | 13 -------------
 2 files changed, 8 insertions(+), 13 deletions(-)

commit 55c1e2ba74c986699a710385a460e9a7293898d3
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 19:28:54 2007 +0000

    Patch from Narayana Pattipati <narayana.pattipati@wipro.com>
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        Patch from
        Narayana Pattipati <narayana.pattipati@wipro.com>
    
        * backends/markup-tree.c (save_tree):
        transfer the file permissions and ownership after
        rename (bug 314343).
    
    svn path=/trunk/; revision=2369

 ChangeLog              |  9 +++++++++
 backends/markup-tree.c | 22 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit 8c1eb0c0c18b85609c96c08860e3fb61f759f51a
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 2 17:08:07 2007 +0000

    Check that type isn't a container type, since there would be no way to
    
    2007-03-02  Ray Strode  <rstrode@redhat.com>
    
        * gconf/gconf-value.c (gconf_value_new_from_string):
        Check that type isn't a container type, since there
        would be no way to know what the type of its elements
        would be.  Based on patch from
        Kjartan Maraas <kmaraas@gnome.org> (bug 309016).
    
    svn path=/trunk/; revision=2368

 ChangeLog           | 8 ++++++++
 gconf/gconf-value.c | 3 +++
 2 files changed, 11 insertions(+)

commit 8976c47f1d187995fe29b8002846f18e2f18246d
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Tue Feb 27 14:40:09 2007 +0000

    Updated Lithuanian translation.
    
    2007-02-27  Gintautas Miliauskas  <gintas@akl.lt>
    
        * lt.po: Updated Lithuanian translation.
    
    
    svn path=/trunk/; revision=2367

 po/ChangeLog |   4 ++
 po/lt.po     | 232 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 117 insertions(+), 119 deletions(-)

commit f6fca0ea3583bb4e960abe905f8cd5006ef8564e
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Feb 26 18:48:43 2007 +0000

    Post release bump
    
    svn path=/trunk/; revision=2366

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 83723a80ee0c7a532bc9eb494968d34f352417b8
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Feb 26 18:41:03 2007 +0000

    Update
    
    svn path=/trunk/; revision=2364

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 0e41f6de24a611668f8a0c20dc4a65493e65dd46
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Feb 26 18:40:25 2007 +0000

    Updates
    
    svn path=/trunk/; revision=2363

 NEWS         | 2 ++
 po/ChangeLog | 2 ++
 2 files changed, 4 insertions(+)

commit 1b90896c2566eabb65a3fc7a3e15b7d04736c46e
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Feb 26 17:18:30 2007 +0000

    Prepare for release
    
    svn path=/trunk/; revision=2362

 ChangeLog | 2 ++
 NEWS      | 8 ++++++++
 2 files changed, 10 insertions(+)

commit 0654354b77a3c0f1acf9a293648ce847c374e888
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Mon Feb 19 06:36:07 2007 +0000

    removed \b
    
    svn path=/trunk/; revision=2361

 po/ChangeLog |   4 +
 po/vi.po     | 593 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 315 insertions(+), 282 deletions(-)

commit a30acf53ac164456cf09770316eda6b601362450
Author: Leonardo Ferreira Fontenelle <leonardof@src.gnome.org>
Date:   Sat Feb 10 04:34:57 2007 +0000

    More fixes in pt_BR translation
    
    svn path=/trunk/; revision=2360

 po/pt_BR.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit ed4e7762aa56b503ecde13675510c7ebe575dbd0
Author: Leonardo Ferreira Fontenelle <leonardof@src.gnome.org>
Date:   Sat Feb 10 04:27:03 2007 +0000

    Fixes in pt_BR translation
    
    svn path=/trunk/; revision=2359

 po/ChangeLog |    4 +
 po/pt_BR.po  | 4998 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 2624 insertions(+), 2378 deletions(-)

commit 8e00b82adaf2083946fb548502f4e37d339e4078
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Feb 8 20:11:54 2007 +0000

    Updated Arabic Translation.
    
    svn path=/trunk/; revision=2358

 po/ChangeLog |  4 ++++
 po/ar.po     | 74 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 41 insertions(+), 37 deletions(-)

commit 927dc199caf0b22dd6e8e0db5fe7838b8a87f5ad
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 30 16:41:02 2007 +0000

    Fix a couple compiler warnings.
    
    2007-01-30  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/evoldap-backend.c: (subst_variables): Fix a couple
        compiler warnings.
    
    svn path=/trunk/; revision=2357

 ChangeLog                  | 5 +++++
 backends/evoldap-backend.c | 7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit d915e917ceee0a0304ba05bc689ad3833e86f11f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Jan 25 22:14:02 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=2356

 po/ChangeLog |  4 ++++
 po/sv.po     | 66 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 37 insertions(+), 33 deletions(-)

commit d542babbca7c6c8a8cf38b04ad9cbdecfc2cdd90
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 25 13:24:27 2007 +0000

    Fix up the error handling again. Noticed by Richard Hult. Closes bug
    
    2007-01-25  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-client.c: (gconf_client_get_float),
        (gconf_client_get_int), (gconf_client_get_string),
        (gconf_client_get_bool), (gconf_client_get_schema),
        (gconf_client_get_list), (gconf_client_get_pair):
        Fix up the error handling again. Noticed by Richard Hult.
        Closes bug #360224 for good.
    
    svn path=/trunk/; revision=2355

 ChangeLog            |  9 +++++++++
 gconf/gconf-client.c | 14 +++++++-------
 2 files changed, 16 insertions(+), 7 deletions(-)

commit 2faa7ba886317ece1dbe52ebb4306e4c99280006
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 24 16:22:35 2007 +0000

    Bump version so we differ from the last released tarball.
    
    2007-01-24  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Bump version so we differ from the last released
        tarball.
    
    svn path=/trunk/; revision=2354

 ChangeLog    | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit d5b9714a07f34c09e2117aaa42036b6b3ef1b65e
Author: Maxim V. Dziumanenko <mdziumanenko@src.gnome.org>
Date:   Fri Jan 19 14:18:33 2007 +0000

    Maxim Dziumanenko <dziumanenko@gmail.com>
    
        * Update Ukrainian translation.
    
    
    svn path=/trunk/; revision=2353

 po/ChangeLog |   4 ++
 po/uk.po     | 127 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 68 insertions(+), 63 deletions(-)

commit 6d23312b70beedadd9485c0ec2b40eea045444ac
Author: Tom Tromey <tromey@src.gnome.org>
Date:   Thu Jan 4 08:11:20 2007 +0000

    Close write end of pipe in parent process. Bug #365416.
    
        * gconf/gconf-internals.c (gconf_activate_server): Close write end
        of pipe in parent process.  Bug #365416.
    
    svn path=/trunk/; revision=2352

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 24aed3dac6ca85834c9f32c8ca2d6e68d8dee33f
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Dec 24 19:25:44 2006 +0000

    Updated Arabic Translation.

 po/ChangeLog |   4 +
 po/ar.po     | 758 ++++++++++++++++++++++++-----------------------------------
 2 files changed, 305 insertions(+), 457 deletions(-)

commit b99e6758493a7d4fbe8fc3323809d3975116784e
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Dec 24 18:24:24 2006 +0000

    Updated Canadian English translation.
    
    
    2006-12-24  Adam Weinberger  <adamw@gnome.org>
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  | 1201 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 613 insertions(+), 592 deletions(-)

commit b13456e69001a8d5f29aeff99ad644eef26f52e6
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Tue Dec 19 06:24:59 2006 +0000

    Updated Catalan translation.

 po/ChangeLog |  4 +++
 po/ca.po     | 98 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 54 insertions(+), 48 deletions(-)

commit 9ceba44d53f590c050ff342c764e313210ae54aa
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Dec 13 12:40:20 2006 +0000

    Translation updated.
    
    2006-12-13  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.

 po/ChangeLog |  4 ++++
 po/hu.po     | 38 +++++++++++++++++++-------------------
 2 files changed, 23 insertions(+), 19 deletions(-)

commit 7a587cfc05859fa9cbcb9661ae4707026ec85759
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sun Dec 3 15:49:53 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-12-03  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog | 4 ++++
 po/et.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 545fadd6fdbccd75034a735db2d98435ba06deb9
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Nov 25 09:56:46 2006 +0000

    Updated Albanian Translation.
    
    * sq.po: Updated Albanian Translation.

 po/ChangeLog |    4 +
 po/sq.po     | 1193 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 610 insertions(+), 587 deletions(-)

commit d4d0cc473e86a024913bd5d821a182ff122ca240
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Fri Nov 24 14:07:57 2006 +0000

    Updated Arabic Translation.  Updated + QA'ed

 po/ChangeLog |   4 +
 po/ar.po     | 643 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 392 insertions(+), 255 deletions(-)

commit 94465cbfd686928089b90f758b3549af1bb8cb38
Author: Pascal Terjan <pterjan@src.gnome.org>
Date:   Thu Nov 23 18:22:04 2006 +0000

    Fix small leak (#345297, coverity #2742)

 ChangeLog                  | 4 ++++
 backends/evoldap-backend.c | 1 +
 2 files changed, 5 insertions(+)

commit f5db8406531a70d88fdf28a8fbf3f3d5ec18daf5
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Tue Nov 21 06:38:53 2006 +0000

    Updated Nepali Translation

 po/ne.po | 2115 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1022 insertions(+), 1093 deletions(-)

commit 6be0a3b2a39ff8595a45d5a5e8d1d740ec1b73e6
Author: Matic Zgur <mr.zgur@gmail.com>
Date:   Sat Nov 18 17:39:00 2006 +0000

    Updated Polish translation by GNOME PL Team.
    
    2006-11-18  Matic Zgur  <mr.zgur@gmail.com>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog | 4 ++++
 po/pl.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit a8441bc6f889e6293613cd491f65339d00e837a2
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Tue Nov 14 00:32:12 2006 +0000

    updated Georgian translation

 po/ChangeLog |    4 +
 po/ka.po     | 2162 +++++++++++++++++++++++-----------------------------------
 2 files changed, 863 insertions(+), 1303 deletions(-)

commit 7c77fc86d5b39003ccda6f561c23f94094168af7
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sat Nov 11 12:45:24 2006 +0000

    Updated Arabic Translation.

 po/ChangeLog |    4 +
 po/ar.po     | 1710 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 814 insertions(+), 900 deletions(-)

commit 56323e64341b657f1c95b8241580efe9f32d3b15
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Wed Nov 1 17:32:35 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-11-01  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |  4 ++++
 po/et.po     | 12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit e2695b4538c414b5ba80aaa29e9f80fe45009a2d
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Wed Nov 1 10:07:06 2006 +0000

    updated hebrew translation

 po/ChangeLog | 4 ++++
 po/he.po     | 9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 111f359ca0e3abb63ffa1bfcb55382b5e93de731
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Oct 9 18:20:53 2006 +0000

    Fixed some stupid typos.
    
    2006-10-09  Luca Ferretti  <elle.uca@libero.it>
    
        * it.po: Fixed some stupid typos.

 po/ChangeLog | 4 ++++
 po/it.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit d50189726d113f7a8686712a3623437b051cf183
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Sun Oct 8 09:18:26 2006 +0000

    Updated Italian translation.
    
    2006-10-08  Luca Ferretti  <elle.uca@libero.it>
    
        * it.po: Updated Italian translation.

 po/ChangeLog |    4 +
 po/it.po     | 2035 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1046 insertions(+), 993 deletions(-)

commit 2e1aaddced1ec9ba3f9712fabcfd66afb97130e3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Oct 7 23:36:37 2006 +0000

    Fix error handling in the getters. (#102050, #360224)
    
    2006-10-07  Matthias Clasen <mclasen@redhat.com>
    
            * gconf/gconf-client.c: Fix error handling in the
            getters.  (#102050, #360224)

 ChangeLog            |  5 +++++
 gconf/gconf-client.c | 14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

commit 17e4038208dfb30c835a14494a43106470926a51
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sat Oct 7 08:03:21 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-10-07  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |  4 ++++
 po/et.po     | 16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 02444d3686baebfaef7edc5be87b9a44bec93758
Author: Thierry Randrianiriana <thierryr@src.gnome.org>
Date:   Fri Oct 6 20:22:57 2006 +0000

    Added 'mg'. Added Malagasy translation.
    
    * po/LINGUAS: Added 'mg'.
    * po/mg.po: Added Malagasy translation.

 po/ChangeLog |  162 ++--
 po/LINGUAS   |    3 +-
 po/mg.po     | 2374 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2459 insertions(+), 80 deletions(-)

commit d89d93fa7677c8c8c380e3a6542faffa746abce8
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu Oct 5 14:04:27 2006 +0000

    Flush after release

 ChangeLog                        |  2 ++
 doc/gconf/tmpl/gconf-schema.sgml | 42 ++++++++++++++++++++++------------------
 doc/gconf/tmpl/gconf-value.sgml  |  2 --
 gconf/Makefile.am                |  2 ++
 po/ChangeLog                     |  2 ++
 5 files changed, 29 insertions(+), 21 deletions(-)

commit 2b16d6049ddd410364170c508537b5d921d84730
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu Oct 5 12:40:43 2006 +0000

    2.16.0 bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 329360effd997bbce407fadfbbb731888184dda4
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Thu Sep 14 05:25:37 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-09-14  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |  4 ++++
 po/et.po     | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 7fa87ab3cbe5c4ec044b3f0db1988e47d1e29f9f
Author: David Lodge <dave@cirt.net>
Date:   Sat Sep 9 14:39:25 2006 +0000

    Updated English (British) translation.
    
    2006-09-09  David Lodge <dave@cirt.net>
    
        * en_GB.po: Updated English (British) translation.

 po/ChangeLog |    4 +
 po/en_GB.po  | 1302 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 662 insertions(+), 644 deletions(-)

commit addb6d8c847caf36543e3473f6c2fe7ea3bacded
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Sep 4 09:59:55 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     | 1349 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 665 insertions(+), 688 deletions(-)

commit 77bf12657d329d5a245168e6cccf8fd0519a69cd
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Mon Sep 4 07:17:29 2006 +0000

    Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
    
    2006-09-04  Mugurel Tudor  <mugurelu@gnome.ro>
    
            * ro.po: Updated Romanian translation by
               Mişu Moldovan <dumol@gnome.ro>

 po/ChangeLog |    5 +
 po/ro.po     | 1175 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 601 insertions(+), 579 deletions(-)

commit b4840ad0847a9d1f6213207d602e1c5f8d84541e
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Sep 3 15:46:41 2006 +0000

    Updated Serbian by Goran Rakić.

 po/ChangeLog  |    4 +
 po/sr.po      | 1180 ++++++++++++++++++++++++++-------------------------
 po/sr@Latn.po | 1321 +++++++++++++++++++++++++++++----------------------------
 3 files changed, 1270 insertions(+), 1235 deletions(-)

commit 4ed9e52c08e0b500b2479d65b0517d5897423ad4
Author: Khandakar Mujahidul Islam <mislam@src.gnome.org>
Date:   Sun Sep 3 09:31:13 2006 +0000

    Updated Bengali translation

 po/ChangeLog |    4 +
 po/bn.po     | 1210 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 626 insertions(+), 588 deletions(-)

commit c115203d6aa64741c96510599140c9158d07a52b
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Sat Sep 2 11:15:43 2006 +0000

    Updated Norwegian Nynorsk translation.
    
    2006-09-02  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |   4 +++
 po/nn.po     | 111 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 77 insertions(+), 38 deletions(-)

commit cd465c3695e111cfdffe4a7344f9373c49545ac6
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Sat Sep 2 11:15:19 2006 +0000

    Updated Norwegian Nynorsk translation.
    
    2006-09-02  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/nn.po | 1284 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 633 insertions(+), 651 deletions(-)

commit b29ce81400c80e6c0ad5308eedee5516743342bf
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Sep 1 05:34:54 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 98157ec73d08e4a2b3d04c8c3544ee3b0fc56f3a
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Sep 1 05:34:34 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po | 243 +++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 165 insertions(+), 78 deletions(-)

commit 90f63afa164f7b01e93f83f1bbb1c94e149023ca
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Thu Aug 31 04:12:44 2006 +0000

    Updated Malayalam

 po/ChangeLog |   4 +
 po/ml.po     | 255 ++++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 177 insertions(+), 82 deletions(-)

commit 41f12bfeac63fe5db20ca7ce55db8dc51b10e96e
Author: Matic Zgur <mr.zgur@gmail.com>
Date:   Wed Aug 30 22:52:57 2006 +0000

    Updated Slovenian translation.
    
    2006-08-31  Matic Zgur  <mr.zgur@gmail.com>
    
        * sl.po: Updated Slovenian translation.

 po/ChangeLog |    4 +
 po/sl.po     | 2139 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 989 insertions(+), 1154 deletions(-)

commit 947753f3ef53aa4a951a31918db3e6fb717d91fb
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Aug 26 12:35:58 2006 +0000

    Translation updated.
    
    2006-08-26  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.

 po/ChangeLog |   4 ++
 po/hu.po     | 194 ++++++++++++++++++++++-------------------------------------
 2 files changed, 77 insertions(+), 121 deletions(-)

commit ea484e9ce61510b816d44626eebcb0e8082fef2e
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Sat Aug 26 12:33:07 2006 +0000

    Updated Oriya Translation

 po/or.po | 60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

commit 5b1637283299d9c8739fe7ca7db0a95540099722
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Sat Aug 26 12:32:33 2006 +0000

    Added Strings for Updated Oriya Translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit eacaeb516267bb7e76763632668b6ce447470b74
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Sat Aug 26 12:21:38 2006 +0000

    Updated Catalan translation.

 po/ChangeLog | 4 ++++
 po/ca.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit c5beecbdff1c297edfb1bae835f6c105bbfac8ad
Author: Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
Date:   Thu Aug 24 02:48:43 2006 +0000

    Updated.
    
    2006-08-24  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>
    
            * id.po: Updated.

 po/ChangeLog |    4 +
 po/id.po     | 1189 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 608 insertions(+), 585 deletions(-)

commit 3ca217de2b2c3504a142dd85d67cd2f24470514d
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Wed Aug 23 23:43:16 2006 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     | 1194 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 611 insertions(+), 587 deletions(-)

commit 86892f5535a8f7a293da12a3c5a86ae0c76073c7
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Sat Aug 19 12:25:05 2006 +0000

    Updated Malaylam translation

 po/ChangeLog |   4 +
 po/ml.po     | 943 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 474 insertions(+), 473 deletions(-)

commit f15b131daaed410943e6706a80e8ffaf1beedccc
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 17 22:12:49 2006 +0000

    Updated Portuguese translation.
    
    2006-08-17  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     | 1183 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 605 insertions(+), 582 deletions(-)

commit 9def9f36ee0067a552ba9ecc70ae2c880e5af28b
Author: Satoru SATOH <ss@gnome.gr.jp>
Date:   Wed Aug 16 14:03:57 2006 +0000

    Updated Japanese translation.
    
    2006-08-16  Satoru SATOH <ss@gnome.gr.jp>
    
        * Updated Japanese translation.

 po/ChangeLog |    4 +
 po/ja.po     | 1183 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 604 insertions(+), 583 deletions(-)

commit aa93694c1af9d7ae3867e72bee1dfe6088103c02
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Aug 16 01:46:21 2006 +0000

    Translation updated.
    
    2006-08-16  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Translation updated.

 po/ChangeLog |    4 +
 po/hu.po     | 1182 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 606 insertions(+), 580 deletions(-)

commit 3c39d914656298e327a8e4eda388d98c7f197c10
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Aug 15 22:28:50 2006 +0000

    Updated Polish translation by GNOME PL Team.
    
    2006-08-16  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |   4 +++
 po/pl.po     | 111 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 77 insertions(+), 38 deletions(-)

commit 0f5f7fa5da7d5f089c045fdefeb4f98ae7dd4b62
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Aug 15 22:17:37 2006 +0000

    Updated Polish translation by GNOME PL Team.
    
    2006-08-16  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     | 1313 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 655 insertions(+), 662 deletions(-)

commit a4aff8ff2d1b84a129e5dcd92bbb181a8a3e605a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 15 12:19:46 2006 +0000

    Fix intltool req.
    
    2006-08-15  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Fix intltool req.

 ChangeLog    |  4 ++++
 configure.in | 26 +++++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletion(-)

commit d58d5d001f4559fe486a12af6b5ead873ae1fd28
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Fri Aug 11 09:25:05 2006 +0000

    Added Georgian translation

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/ka.po     | 2824 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2830 insertions(+)

commit 9c635bba4dfd0db64364e15f9727f84e1f1299db
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Wed Aug 9 04:02:32 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-08-09  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 604 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 350 insertions(+), 258 deletions(-)

commit b9e55df482614b5c910b8040f8b26fb6c29d1375
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Tue Aug 8 14:56:34 2006 +0000

    Updated turkish translation

 po/ChangeLog |    4 +
 po/tr.po     | 1190 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 609 insertions(+), 585 deletions(-)

commit 5ef8fe23af6b91bb6f55a59834c5618577590f85
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 8 13:56:55 2006 +0000

    Add missing newline (Loïc Minier, Jan Kratochvil) Closes bug #304143.
    
    2006-08-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * doc/gconftool-2.1: Add missing newline (Loïc Minier,
        Jan Kratochvil) Closes bug #304143.

 ChangeLog         | 5 +++++
 doc/gconftool-2.1 | 1 +
 2 files changed, 6 insertions(+)

commit 0711bdde05fb79af24845b252d17f193e3d60de9
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Tue Aug 8 07:42:35 2006 +0000

    Fixed some typos.
    
    2006-08-08  Inaki Larranaga  <dooteo@euskalgnu.org>
    
        * eu.po: Fixed some typos.

 po/ChangeLog |   4 +++
 po/eu.po     | 101 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 70 insertions(+), 35 deletions(-)

commit f4d840203999fc7f6b1be8b3a91cc7b009e416c0
Author: Alexander Larsson <alexl@redhat.com>
Date:   Mon Aug 7 10:19:10 2006 +0000

    Don't link to libpopt. (#336307) Patch from William Jon McCann.
    
    2006-08-07  Alexander Larsson  <alexl@redhat.com>
    
        * configure.in:
        Don't link to libpopt. (#336307)
        Patch from William Jon McCann.

 ChangeLog    | 6 ++++++
 configure.in | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit f3b3095bf37cdf59ee807be6d9db866e7283b74e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 5 08:28:48 2006 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2006-08-05  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).

 po/ChangeLog |    5 +
 po/zh_HK.po  | 1237 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po  | 1227 +++++++++++++++++++++++++++++----------------------------
 3 files changed, 1253 insertions(+), 1216 deletions(-)

commit a3327ff2626597116c5791e2d6046d9c5e44ea22
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Thu Aug 3 06:03:48 2006 +0000

    Updated Malayalam ml.po

 po/ChangeLog |    4 +
 po/ml.po     | 1367 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 695 insertions(+), 676 deletions(-)

commit fdb36fb799fcd66cf84476dcf9012956476e59d5
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Mon Jul 31 07:08:49 2006 +0000

    Updated Ukrainian translation.
    
    2006-07-31  Maxim Dziumanenko <dziumanenko@gmail.com>
    
        * Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     | 1194 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 610 insertions(+), 588 deletions(-)

commit 7ed926a8ea76f4117863b59a99cee646a154aa4c
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Thu Jul 27 21:36:48 2006 +0000

    Updated Russian translation.
    
    2006-07-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
        * ru.po: Updated Russian translation.

 po/ChangeLog |    4 +
 po/ru.po     | 1279 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 653 insertions(+), 630 deletions(-)

commit 9c53ac551d8af50560f1a0a0521475a783930696
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Thu Jul 27 14:30:47 2006 +0000

    Updated Oriya Translation

 po/or.po | 187 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 95 insertions(+), 92 deletions(-)

commit 9318b6c75d243b16a6479341ac1bc1e20965a7eb
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Thu Jul 27 14:29:48 2006 +0000

    Added Entry for Updated Oriya Translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 7afd0d586e279a62636e11dbf84701dfd58659f2
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Fri Jul 21 23:15:44 2006 +0000

    updated hebrew translation

 po/ChangeLog |    4 +
 po/he.po     | 1171 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 598 insertions(+), 577 deletions(-)

commit b58b88428ef6b5380e680df0ea366cb84bd92e82
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Fri Jul 21 15:00:44 2006 +0000

    Updated Oriya translation

 po/or.po | 159 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 81 insertions(+), 78 deletions(-)

commit dcd3dfd68e768b9223c5b2cce050b973ab61b039
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Fri Jul 21 15:00:18 2006 +0000

    Added Message for Updated Oriya Translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit ee7865f61f2a27f999ed8039723339b788da97dd
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Fri Jul 21 05:41:39 2006 +0000

    Updated Oriya translation

 po/or.po | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

commit 1e7d5f6157d35e601251bec58034df5938b0ae7d
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Fri Jul 21 05:41:19 2006 +0000

    Added Message for Updated Oriya Translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit b5d22e16695ab4e64587f4866e5f4fe1ea91025f
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Thu Jul 20 23:24:05 2006 +0000

    Updated French translation.

 po/ChangeLog | 5 +++++
 po/fr.po     | 9 +++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 8cc5b388c8b68c5f5b5f87ce8df6bac7a4f534f3
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Tue Jul 18 14:55:03 2006 +0000

    Updated Oriya translation

 po/or.po | 70 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 39 insertions(+), 31 deletions(-)

commit 74ce073777ee8c58a48b5c300b6c3745311eb86e
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Tue Jul 18 14:54:33 2006 +0000

    Added Message for Updated Oriya Translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 86192a43b6de15e306512b4c4a86f48985bd4be1
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Tue Jul 18 12:42:27 2006 +0000

    Added Oriya File for Translation

 po/or.po | 2382 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2382 insertions(+)

commit 5afd1c21f940e392ccaa0c1e770575bd8876b27d
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Tue Jul 18 12:38:59 2006 +0000

    Added Oriya to the List of Languages

 po/ChangeLog | 5 +++++
 po/LINGUAS   | 1 +
 2 files changed, 6 insertions(+)

commit bb907c64e0e1e15fb0eea3a4e9bdbd9dcd08cec0
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Tue Jul 11 14:22:14 2006 +0000

    Updated German translation.
    
    2006-07-11  Hendrik Richter  <hendrikr@gnome.org>
    
        * de.po: Updated German translation.

 po/ChangeLog | 4 ++++
 po/de.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 253a14aba33f32dd4b1225ca9ca5a7460c6451aa
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Tue Jul 11 11:57:39 2006 +0000

    Updated German translation.
    
    2006-07-11  Hendrik Richter  <hendrikr@gnome.org>
    
        * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     | 1187 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 607 insertions(+), 584 deletions(-)

commit 623daf288acbb302925f59e0540817c396323f4a
Author: Raivis Dejus <orvils@gmail.com>
Date:   Mon Jul 10 07:52:30 2006 +0000

    Updated Latvian translation.
    
    2006-07-10  Raivis Dejus  <orvils@gmail.com>
    
            * lv.po: Updated Latvian translation.

 po/ChangeLog |    4 +
 po/lv.po     | 1996 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1028 insertions(+), 972 deletions(-)

commit 816c4e211a491e0cfde99fd48dfefd190d1e6ed5
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Thu Jul 6 13:41:18 2006 +0000

    Fixed misspelled 'phạm vị'

 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 25412b2293a0f9eb325bc052475ab154ef4af7b3
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Wed Jul 5 16:24:32 2006 +0000

    Added Entry for Bengali India (bn_IN) translation updation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 45359ae406dd35d8e55bbfaa2a4a3a6738aa087b
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Wed Jul 5 16:23:50 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po | 984 ++++++++++++++++++++++++++----------------------------------
 1 file changed, 430 insertions(+), 554 deletions(-)

commit 67b88f273deb0c7d133fb3c30285e06557169db8
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Wed Jul 5 00:56:20 2006 +0000

    2006-07-05 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Translation

 po/ChangeLog |    4 +
 po/mk.po     | 1314 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 648 insertions(+), 670 deletions(-)

commit 7339b285cdef8790ea3c8fc41d8464278a3c87e5
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Mon Jul 3 15:12:52 2006 +0000

    Fixed 'kết thức'

 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bc7ee1bc9a68a6cb3b4a094449b74efc68dc9792
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 07:29:48 2006 +0000

    Added entry for addition of bn_IN Translation and in LINGUAS

 po/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit 6cb06a5f11c660636462b0b961e1c309d4f02130
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 07:28:54 2006 +0000

    Added Bengali India (bn_IN) to the list of languages

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 0f7cf023e4ddfb82b0a04ded1c2e257088d17f00
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 07:28:16 2006 +0000

    Added Bengali India (bn_IN) Translation

 po/bn_IN.po | 2712 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2712 insertions(+)

commit aaebab0166d6d3dc70bd57f171bd3e6d4b7f4b3f
Author: Rhys Jones <rhys@sucs.org>
Date:   Wed Jun 28 21:55:37 2006 +0000

    Updated Welsh translation.
    
    2006-06-28  Rhys Jones  <rhys@sucs.org>
    
        * cy.po: Updated Welsh translation.

 po/ChangeLog |    4 +
 po/cy.po     | 1229 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 628 insertions(+), 605 deletions(-)

commit 058cd75b35c6f437257a2a27e641bdd604d8e55f
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Tue Jun 27 19:53:19 2006 +0000

    Updated Dzongkha translation

 po/ChangeLog |    5 +
 po/dz.po     | 1273 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 784 insertions(+), 494 deletions(-)

commit da8c1a0cd97115fd778d6a584a87e61917e3c543
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jun 26 19:30:00 2006 +0000

    Updated Norwegian bokmål translation.
    
    2006-06-26  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.

 po/ChangeLog |  4 ++++
 po/nb.po     | 53 ++++++++++++++++++++++++++++-------------------------
 2 files changed, 32 insertions(+), 25 deletions(-)

commit d958db895cc59c2dd93de8d962c756715b7aed26
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Tue Jun 20 08:46:09 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/hi.po     | 1262 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 630 insertions(+), 636 deletions(-)

commit 14d43edd9999066cfd2105904946153baa4fd04d
Author: Benoît Dejean <benoit@placenet.org>
Date:   Mon Jun 19 09:47:39 2006 +0000

    Updated French translation.
    
    2006-06-19  Benoît Dejean  <benoit@placenet.org>
    
            * fr.po: Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     | 1272 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 650 insertions(+), 626 deletions(-)

commit 38c6364f7178fab729656d912dd61d401cb8efb5
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Wed Jun 14 15:14:17 2006 +0000

    declare that we raise the exception we raise - fixes debug issue in
    
    2006-06-14  Michael Meeks  <michael.meeks@novell.com>
    
        * gconf/GConfX.idl: declare that we raise the
        exception we raise - fixes debug issue in sabayon &
        kills syslog spew:
        gconfd (sabayon-admin): Some clown returned
        undeclared exception 'IDL:ConfigException:1.0'
        cf. gconfd_get_database.

 ChangeLog        | 9 +++++++++
 gconf/GConfX.idl | 3 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 4f0b9f5d78cef6189100000eb215adcb5093cb1a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jun 9 16:45:18 2006 +0000

    Updated Korean translation.
    
    2006-06-10  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     | 1179 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 602 insertions(+), 581 deletions(-)

commit df34072c5ec1fd11caa8da190ad2f7648f39ad58
Author: N Jayaradha <njaya@src.gnome.org>
Date:   Fri Jun 9 00:39:16 2006 +0000

    translated by felix updated by Jayaradha

 po/ta.po | 1343 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 667 insertions(+), 676 deletions(-)

commit 0c76b6d35a695927ed7e988b789ce51fb16e7267
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu May 25 09:01:19 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     | 1587 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 784 insertions(+), 807 deletions(-)

commit 818cdede1d6dbf6b601bf2d25864d9ed06925d4c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 23 22:23:38 2006 +0000

    Updated Norwegian bokmål translation.
    
    2006-05-24  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.

 po/ChangeLog |    4 +
 po/nb.po     | 1180 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 602 insertions(+), 582 deletions(-)

commit a0b7e0c91b54691d43aee2f98698fbc00957d133
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue May 23 11:07:31 2006 +0000

    Updated Thai translation.
    
    2006-05-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.

 po/ChangeLog |   4 +
 po/th.po     | 637 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 331 insertions(+), 310 deletions(-)

commit c0ec7f65fd5c6aac1299128e140ab3cc310184a7
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat May 20 12:16:00 2006 +0000

    Translation updated.
    
    2006-05-20  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     | 1871 +++++++++++++++++++++++++---------------------------------
 2 files changed, 821 insertions(+), 1054 deletions(-)

commit 743c12a435dd9a372aebbdb8ced956d40d8b6a33
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sat May 20 00:41:30 2006 +0000

    Updated Brazilian Portuguese translation

 po/ChangeLog |    4 +
 po/pt_BR.po  | 4979 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 2382 insertions(+), 2601 deletions(-)

commit f4941572c0e5c8238d79a922f423599f416e0983
Author: Julio M. Merino Vidal <jmmv@NetBSD.org>
Date:   Fri May 19 14:51:29 2006 +0000

    Generate the default.path file during the build instead of doing it from
    
    2006-05-12  Julio M. Merino Vidal  <jmmv@NetBSD.org>
    
        * configure.in:
        * gconf/Makefile.am:
        * gconf/default.path.in: Generate the default.path file during the
        build instead of doing it from configure.ac so that we get the correct
        expanded value for sysgconfdir.  According to Autoconf documentation
        this is the canonical way to access *dir variables.  Addresses
        problems introduced by #336019.

 ChangeLog             | 10 ++++++++++
 configure.in          | 10 ----------
 gconf/Makefile.am     |  6 +++++-
 gconf/default.path.in |  8 ++++----
 4 files changed, 19 insertions(+), 15 deletions(-)

commit 7b0a1acb6b38d0d3c6c1defae8fe07fe50c8213a
Author: Priit Laes <amd@store20.com>
Date:   Thu May 18 15:11:43 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-05-18  Priit Laes  <amd@store20.com>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 207bd88d8a53bda34c1f5722b07d1f7a76313663
Author: Inaki Larramaga <dooteo@euskalgnu.org>
Date:   Wed May 10 16:11:54 2006 +0000

    Updated Basque translation.
    
    2006-05-10  Inaki Larramaga  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     | 1283 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 639 insertions(+), 648 deletions(-)

commit 185cb58255521f6f18cd2cfa4830fe5f3796bd1e
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Wed May 10 12:21:45 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     | 1301 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 644 insertions(+), 661 deletions(-)

commit 9d64622d5ce673d2b68e5e8df75bc8907ea80f7c
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon May 8 20:59:59 2006 +0000

    Updated Swedish translation.
    
    2006-05-08  Daniel Nylander  <po@danielnylander.se>
    
            * sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     | 2341 ++++++++++++++++++++--------------------------------------
 2 files changed, 802 insertions(+), 1543 deletions(-)

commit 239ff1253adc948fa54184f8f6ccad52128d8c62
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon May 8 18:11:49 2006 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2006-05-08  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

 po/ChangeLog |   5 +
 po/bg.po     | 583 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 334 insertions(+), 254 deletions(-)

commit 5aa88bd86c24df056952028721986902787c0771
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon May 8 05:59:15 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/gu.po     | 1280 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 637 insertions(+), 647 deletions(-)

commit 10aa2b704230cf7f6d18900cbd308524d0eef7cb
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun May 7 10:54:13 2006 +0000

    Remove obsolete no entry.
    
    2006-05-07  Kjartan Maraas  <kmaraas@gnome.org>
    
        * LINGUAS: Remove obsolete no entry.

 po/ChangeLog | 4 ++++
 po/LINGUAS   | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit e5abfd90f0a818a0c950cfc9bcda245b279fddc3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun May 7 10:02:05 2006 +0000

    Add intltool files to EXTRA_DIST and DISTCLEANFILES. Run intltoolize. Fix
    
    2006-05-07  Kjartan Maraas  <kmaraas@gnome.org>
    
        * Makefile.am: Add intltool files to EXTRA_DIST and
        DISTCLEANFILES.
        * autogen.sh: Run intltoolize.
        * configure.in: Fix the po/LINGUAS stuff.

 ChangeLog    |  7 +++++++
 Makefile.am  | 14 +++++++++++---
 autogen.sh   |  4 ++++
 configure.in |  1 -
 4 files changed, 22 insertions(+), 4 deletions(-)

commit dd6197e9ea095329a5ccecc1efa2d98e77021192
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sat May 6 13:35:56 2006 +0000

    Updated Lithuanian translation.
    
    2006-05-06  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     | 1188 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 607 insertions(+), 585 deletions(-)

commit b8b8fccec153b17dfb3b98b276391fbf67dd7eab
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 6 11:33:05 2006 +0000

    Fix a potential use after free reported by the coverity checker - #1239.
    
    2006-05-06  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/xml-dir.c: (dir_sync): Fix a potential use after free
        reported by the coverity checker - #1239. Closes bug #338196.

 ChangeLog          | 5 +++++
 backends/xml-dir.c | 1 +
 2 files changed, 6 insertions(+)

commit 57ec7a2244e342eeac907bd34c598b22a6da18f2
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Sat May 6 08:16:22 2006 +0000

    *** empty log message ***

 po/ChangeLog |   4 +
 po/dz.po     | 600 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 306 insertions(+), 298 deletions(-)

commit 6dccf448f4360d0b4aa62ca275696524e088690d
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat May 6 05:27:40 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 +
 po/fi.po     | 1180 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 603 insertions(+), 581 deletions(-)

commit 13e49fbf47e00bf547d28d4056ec23041362fa75
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Fri May 5 22:55:44 2006 +0000

    Updated Spanish translation.
    
    2006-05-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     | 1187 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 607 insertions(+), 584 deletions(-)

commit 9b3239cf7fee30e426f9473a0b45e0ee75967e16
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 13:49:17 2006 +0000

    Migrate to GOption. Patch by Vincent Vuntz. Closes bug #336307.
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in:
        * gconf/Makefile.am:
        * gconf/gconf-sanity-check.c: (main):
        * gconf/gconftool.c: (main):
        Migrate to GOption. Patch by Vincent Vuntz. Closes
        bug #336307.

 ChangeLog                  |   9 +
 configure.in               |   3 +-
 gconf/Makefile.am          |   4 +-
 gconf/gconf-sanity-check.c |  39 ++---
 gconf/gconftool.c          | 414 +++++++++++++++++++++++++--------------------
 5 files changed, 250 insertions(+), 219 deletions(-)

commit db32eeb4d791e9b7ef74c1f2a874543bcccb271e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 13:47:50 2006 +0000

    Reinstate the previous patch. Same.
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Reinstate the previous patch.
        * po/LINGUAS: Same.

 ChangeLog    |  5 +++++
 configure.in |  3 ++-
 po/LINGUAS   | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 1 deletion(-)

commit efff028ebe919dd259de490829476e84c0a44d1b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 13:44:47 2006 +0000

    Revert the LINGUAS patch until we have branched. Remove temporarily.
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Revert the LINGUAS patch until we have branched.
        * po/LINGUAS: Remove temporarily.

 ChangeLog    |  5 +++++
 configure.in |  2 +-
 po/LINGUAS   | 70 ------------------------------------------------------------
 3 files changed, 6 insertions(+), 71 deletions(-)

commit c66ffda7e1221b96e38e9e83187425d7a7209280
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 13:37:53 2006 +0000

    Fix a NULL pointer deref reported by Coverity. Patch from Pascal Terjan.
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (read_current_server): Fix a
        NULL pointer deref reported by Coverity. Patch from Pascal
        Terjan. Closes bug #338617.

 ChangeLog               | 6 ++++++
 gconf/gconf-internals.c | 9 ++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 7d262ade3d2b262caae7b6d0c584964f2677ae00
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 13:32:46 2006 +0000

    Move to the new LINGUAS handling. Patch from Luis Menina. Closes bug
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Move to the new LINGUAS handling.
        * po/LINGUAS: Patch from Luis Menina. Closes bug #338036.

 ChangeLog    |  5 +++++
 configure.in |  2 +-
 po/LINGUAS   | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+), 1 deletion(-)

commit bcf18c2eeefc50abfaefbb97ac0ebb0b5ce9ba6d
Author: Julio M. Merino Vidal <jmmv@NetBSD.org>
Date:   Fri May 5 13:29:31 2006 +0000

    Fix staged installation if sysconfdir is overriden from the command line.
    
    2006-05-05  Julio M. Merino Vidal  <jmmv@NetBSD.org>
    
        * configure.in: Fix staged installation if sysconfdir is overriden
        from the command line. Closes bug #336019.

 ChangeLog    | 5 +++++
 configure.in | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 6b1e0b1d5d2a13bd97a25c5338c7fa153f09b913
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 13:27:16 2006 +0000

    Add GConfSchema functions. Add docs for GConfSchema. Patch from <kaiw at
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * doc/gconf/gconf-sections.txt: Add GConfSchema functions.
        * doc/gconf/tmpl/gconf-schema.sgml: Add docs for GConfSchema.
        Patch from <kaiw at itee.uq.edu.au>. Closes bug #147758.

 ChangeLog                        |   6 +
 doc/gconf/gconf-sections.txt     |  14 +--
 doc/gconf/tmpl/gconf-schema.sgml | 246 +++++++++++++++++++++------------------
 3 files changed, 145 insertions(+), 121 deletions(-)

commit 00d118d57937280bb85f50774597981b0201b470
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 12:30:18 2006 +0000

    Use G_BEGIN/END_DECLS instead of a lot of #ifdef __cplusplus stuff. Closes
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-changeset.h:
        * gconf/gconf-client.h:
        * gconf/gconf-database.h:
        * gconf/gconf-engine.h:
        * gconf/gconf-error.h:
        * gconf/gconf-listeners.h:
        * gconf/gconf-locale.h:
        * gconf/gconf-schema.h:
        * gconf/gconf-value.h:
        * gconf/gconf.h:
        * gconf/gconfd.h: Use G_BEGIN/END_DECLS instead
        of a lot of #ifdef __cplusplus stuff. Closes bug 306313.
        Patch from Fabrício Barros Cebral.

 ChangeLog               | 16 ++++++++++++++++
 gconf/gconf-changeset.h |  8 ++------
 gconf/gconf-client.h    |  8 ++------
 gconf/gconf-database.h  |  8 ++------
 gconf/gconf-engine.h    |  8 ++------
 gconf/gconf-error.h     |  8 ++------
 gconf/gconf-listeners.h |  8 ++------
 gconf/gconf-locale.h    |  8 ++------
 gconf/gconf-schema.h    |  8 ++------
 gconf/gconf-value.h     |  8 ++------
 gconf/gconf.h           |  8 ++------
 gconf/gconfd.h          |  8 ++------
 12 files changed, 38 insertions(+), 66 deletions(-)

commit 4801f3cb36aeba135e065eb2323f2a3e4ca01eae
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri May 5 10:46:51 2006 +0000

    Use the right variable in test. Closes coverity #1238 and GNOME bug
    
    2006-05-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/markup-tree.c: (parse_value_element):
        Use the right variable in test. Closes coverity #1238
        and GNOME bug #338195.

 ChangeLog              | 6 ++++++
 backends/markup-tree.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 6a72fae3dfe69eb070f209cf5ec3c5efd1ba1c78
Author: David Lodge <dave@cirt.net>
Date:   Fri Apr 21 21:24:02 2006 +0000

    Translation updated by David Lodge.
    
    2006-04-21  David Lodge  <dave@cirt.net>
    
        * en_GB.po: Translation updated by David Lodge.

 po/ChangeLog |   4 +
 po/en_GB.po  | 694 ++++++++++++++++++++++-------------------------------------
 2 files changed, 266 insertions(+), 432 deletions(-)

commit f7989a50aa8335cc65fa735ec0f3316c3baa1794
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Apr 21 13:52:35 2006 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2006-04-21  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 +
 po/bg.po     | 1031 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 492 insertions(+), 544 deletions(-)

commit ffa0f74a044914216cd7587cb26e353fdd206e38
Author: Priit Laes <amd@store20.com>
Date:   Wed Apr 19 06:03:55 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-04-19  Priit Laes  <amd@store20.com>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     | 1049 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 502 insertions(+), 551 deletions(-)

commit 80a9734b580fd74242bec4887e3bcc3cbe225f8f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Apr 17 11:50:33 2006 +0000

    Remove obsolete entry for no_NO. And the translation.
    
    2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Remove obsolete entry for no_NO.
        * po/no.po: And the translation.

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/no.po     | 2553 ----------------------------------------------------------
 3 files changed, 6 insertions(+), 2554 deletions(-)

commit 5ebfaf1ee69ae6e27ca8c3fc2e3047e17dd09f3f
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Mar 30 13:04:25 2006 +0000

    Added Dzongkha translations

 po/dz.po | 2300 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2300 insertions(+)

commit ec888681e168b80ec9bd101c5f3a3906aaf4888a
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Mon Mar 27 17:05:34 2006 +0000

    Updated Hebrew Translation

 po/ChangeLog | 4 ++++
 po/he.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 5c0f12c527695e9a42aa8bcc2acd9b9b5b79c210
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Sat Mar 18 15:14:46 2006 +0000

    gconf 2.14.0

 ChangeLog     |    6 +
 NEWS          |   39 ++
 configure.in  |    2 +-
 po/am.po      |  340 ++++++++---------
 po/ar.po      |  340 ++++++++---------
 po/az.po      |  340 ++++++++---------
 po/be.po      |  340 ++++++++---------
 po/bg.po      |  340 ++++++++---------
 po/bn.po      |  340 ++++++++---------
 po/bs.po      |  340 ++++++++---------
 po/ca.po      |  340 ++++++++---------
 po/cs.po      | 1022 +++++++++++++++++++++++++------------------------
 po/cy.po      | 1022 +++++++++++++++++++++++++------------------------
 po/da.po      | 1022 +++++++++++++++++++++++++------------------------
 po/de.po      | 1022 +++++++++++++++++++++++++------------------------
 po/el.po      | 1170 ++++++++++++++++++++++++++++++--------------------------
 po/en_CA.po   |  340 ++++++++---------
 po/en_GB.po   |  340 ++++++++---------
 po/es.po      |  340 ++++++++---------
 po/et.po      | 1022 +++++++++++++++++++++++++------------------------
 po/eu.po      | 1119 +++++++++++++++++++++++++++++-------------------------
 po/fa.po      |  340 ++++++++---------
 po/fi.po      |  340 ++++++++---------
 po/fr.po      |  340 ++++++++---------
 po/ga.po      |  340 ++++++++---------
 po/gl.po      |  340 ++++++++---------
 po/gu.po      |  340 ++++++++---------
 po/he.po      |  340 ++++++++---------
 po/hi.po      | 1110 ++++++++++++++++++++++++++++-------------------------
 po/hr.po      |  340 ++++++++---------
 po/hu.po      | 1169 ++++++++++++++++++++++++++++++--------------------------
 po/id.po      |  340 ++++++++---------
 po/is.po      |  340 ++++++++---------
 po/it.po      | 1022 +++++++++++++++++++++++++------------------------
 po/ja.po      | 1022 +++++++++++++++++++++++++------------------------
 po/ko.po      | 1022 +++++++++++++++++++++++++------------------------
 po/ku.po      |  340 ++++++++---------
 po/lt.po      |  340 ++++++++---------
 po/lv.po      |  340 ++++++++---------
 po/mk.po      | 1149 +++++++++++++++++++++++++++++--------------------------
 po/ml.po      |  340 ++++++++---------
 po/mn.po      |  340 ++++++++---------
 po/ms.po      |  340 ++++++++---------
 po/nb.po      |  340 ++++++++---------
 po/ne.po      |  340 ++++++++---------
 po/nl.po      |  340 ++++++++---------
 po/nn.po      |  340 ++++++++---------
 po/no.po      |  340 ++++++++---------
 po/pa.po      | 1123 +++++++++++++++++++++++++++++-------------------------
 po/pl.po      | 1022 +++++++++++++++++++++++++------------------------
 po/pt.po      | 1022 +++++++++++++++++++++++++------------------------
 po/pt_BR.po   | 1022 +++++++++++++++++++++++++------------------------
 po/ro.po      | 1142 +++++++++++++++++++++++++++++--------------------------
 po/ru.po      | 1176 +++++++++++++++++++++++++++++++--------------------------
 po/rw.po      |  340 ++++++++---------
 po/sk.po      |  340 ++++++++---------
 po/sl.po      |  340 ++++++++---------
 po/sq.po      | 1167 ++++++++++++++++++++++++++++++--------------------------
 po/sr.po      | 1024 +++++++++++++++++++++++++------------------------
 po/sr@Latn.po | 1103 ++++++++++++++++++++++++++++-------------------------
 po/sv.po      | 1022 +++++++++++++++++++++++++------------------------
 po/ta.po      |  340 ++++++++---------
 po/th.po      |  340 ++++++++---------
 po/tr.po      |  340 ++++++++---------
 po/uk.po      | 1022 +++++++++++++++++++++++++------------------------
 po/vi.po      |  340 ++++++++---------
 po/xh.po      |  340 ++++++++---------
 po/yi.po      |  340 ++++++++---------
 po/zh_CN.po   | 1022 +++++++++++++++++++++++++------------------------
 po/zh_HK.po   |  340 ++++++++---------
 po/zh_TW.po   |  340 ++++++++---------
 71 files changed, 21600 insertions(+), 19827 deletions(-)

commit 7d300f068635741d0d9d12fd7e637049466b06aa
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Mon Mar 13 10:01:53 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/hi.po     | 1121 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 523 insertions(+), 602 deletions(-)

commit d0356416befae8a5d293e5d283a08be8cc0c699d
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Mon Mar 13 06:20:59 2006 +0000

    Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
    
    2006-03-13  Mugurel Tudor  <mugurelu@gnome.ro>
    
        * ro.po: Updated Romanian translation by
        Mişu Moldovan <dumol@gnome.ro>

 po/ChangeLog |    5 +
 po/ro.po     | 1527 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 731 insertions(+), 801 deletions(-)

commit f00433787c4690610d4509d7873a1f74cde0468d
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Mar 12 12:16:10 2006 +0000

    Updated Italian translation.

 po/ChangeLog |    4 +
 po/it.po     | 1032 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 492 insertions(+), 544 deletions(-)

commit bf4cf8b2dabbd77f931719f750ca8690bc9d4716
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Mar 12 02:34:04 2006 +0000

    Updated Czech translation by Petr Tomeš.
    
    2006-03-12  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation by Petr Tomeš.

 po/ChangeLog |   4 +
 po/cs.po     | 310 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 159 insertions(+), 155 deletions(-)

commit 4463db7029f76d68ba9d1b4283440805d286e158
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sat Mar 11 06:04:31 2006 +0000

    update translation for Punjabi (Gurmukhi) by apbrar gmail com

 po/pa.po | 1330 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 622 insertions(+), 708 deletions(-)

commit b569d79c6357ca3dd393bef51bbe14e6c0f02754
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Mar 10 01:59:33 2006 +0000

    Patch from Matthias Clasen to fix my leak fix to not crash. Closes bug
    
    2006-03-10  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/markup-tree.c: (parse_tree): Patch from
        Matthias Clasen to fix my leak fix to not crash.
        Closes bug #334047.

 ChangeLog              | 6 ++++++
 backends/markup-tree.c | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 4256c5bb2abd5cf6ac2af11e7007c1e34250dc9a
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Mar 6 21:33:26 2006 +0000

    Updated Swedish translation.
    
    2006-03-06  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     | 1032 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 492 insertions(+), 544 deletions(-)

commit 1ee1f753dac835e302c41e8aa8e208ab8077fc8c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 6 16:00:47 2006 +0000

    Free the parse context in some more cases. Fixes bug #332528.
    
    2006-03-06  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/markup-tree.c: (parse_tree): Free the parse context in
        some more cases. Fixes bug #332528.

 ChangeLog              | 5 +++++
 backends/markup-tree.c | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 4e23de35babefb971c3ed39dba23972613585e68
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 6 13:05:46 2006 +0000

    Based on patch from Josselin Mouette <joss@debian.org> in bug #333353 to
    
    2006-03-06  Mark McLoughlin  <mark@skynet.ie>
    
            Based on patch from Josselin Mouette <joss@debian.org>
            in bug #333353 to speed up the install of multiple
            schem files
    
            * gconf/gconftool.c:
            (do_load_file): split do_sync() out of here
            (main), (do_makefile_install): call do_sync()
            after calling do_load_file()

 ChangeLog         | 11 +++++++++++
 gconf/gconftool.c | 35 ++++++++++++++++++-----------------
 2 files changed, 29 insertions(+), 17 deletions(-)

commit 4bd1baf933383bab75e1742b04b802724c0b3a87
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 6 12:13:52 2006 +0000

    Patch from Christopher.Hanna@sun.com
    
    2006-03-06  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Christopher.Hanna@sun.com
    
            * doc/gconftool-2.1: improved man page

 ChangeLog         |  6 ++++++
 doc/gconftool-2.1 | 34 ++++++++++++++++++++++++++++++----
 2 files changed, 36 insertions(+), 4 deletions(-)

commit 9356d76341207fe18a2f46c3a7c378974eeffa99
Author: Priit Laes <amd@store20.com>
Date:   Sun Mar 5 22:24:54 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-03-06  Priit Laes  <amd@store20.com>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     | 1038 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 499 insertions(+), 543 deletions(-)

commit ffdf0fd3998286e28628fd704cc11763f325ca4d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Mar 3 01:05:29 2006 +0000

    Hungarian translation updated.
    
    2006-03-03  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     | 1209 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 557 insertions(+), 656 deletions(-)

commit 62ff6dcf1dad4e847c1470027f7ca2939e8778e6
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Thu Mar 2 15:04:24 2006 +0000

    Updated Macedonian Translation <arangela@cvs.gnome.org>

 po/mk.po | 1155 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 529 insertions(+), 626 deletions(-)

commit 9d5629ee04c106ce5be9b28c8feaaee773c601c4
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sat Feb 25 20:17:52 2006 +0000

    Updated Brazilian Portuguese translation

 po/ChangeLog |    4 +
 po/pt_BR.po  | 1032 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 492 insertions(+), 544 deletions(-)

commit b9f0e54e4fe75482f8bb5f3c5aed6412a489aa63
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Sat Feb 25 10:37:14 2006 +0000

    Updated Polish translation by GNOME PL Team.
    
    2006-02-25  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     | 1034 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 493 insertions(+), 545 deletions(-)

commit 3053e389b556be97ba8034e1a00db6c09c32a7e8
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Tue Feb 21 12:11:44 2006 +0000

    Updated Basque translation.
    
    2006-02-21  Inaki Larranaga  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     | 1135 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 529 insertions(+), 610 deletions(-)

commit 6b3bc77e357f25bbd2027a546b82b6e037270f9d
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Feb 20 10:20:30 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     | 1195 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 550 insertions(+), 649 deletions(-)

commit d624985e4e49f3c446a2af232f33610b0faf6378
Author: Benoît Dejean <bdejean@src.gnome.org>
Date:   Fri Feb 17 16:20:16 2006 +0000

    Use new g_slice API.
    
    * configure.in:
    * gconf/gconf-value.c: (gconf_value_new), (gconf_value_free),
    (gconf_entry_new_nocopy), (gconf_entry_unref): Use new g_slice API.

 ChangeLog           | 6 ++++++
 configure.in        | 2 +-
 gconf/gconf-value.c | 9 ++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)

commit 84e2ced183a53fd226d12f1d38e5c8d20ba8aa81
Author: Benoît Dejean <bdejean@src.gnome.org>
Date:   Fri Feb 17 16:12:37 2006 +0000

    Got rid of padding members in private structs.
    
        * gconf/gconf-schema.c:
        * gconf/gconf-value.c: Got rid of padding members in private structs.

 ChangeLog            | 5 +++++
 gconf/gconf-schema.c | 4 ----
 gconf/gconf-value.c  | 7 -------
 3 files changed, 5 insertions(+), 11 deletions(-)

commit 3e33f45a1de19c268d98084fb2059cdb3b83a499
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Thu Feb 16 13:28:03 2006 +0000

    Updated Ukrainian translation.
    
    2006-02-16  Maxim Dziumanenko <mvd@mylinux.ua>
    
        * Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     | 1032 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 492 insertions(+), 544 deletions(-)

commit ba8761c3566326f969b43606c855e8d80f9c4bf8
Author: Hendrik Richter <hendi@gnome-de.org>
Date:   Wed Feb 15 18:50:40 2006 +0000

    Updated German translation.
    
    2006-02-15  Hendrik Richter  <hendi@gnome-de.org>
    
        * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     | 1034 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 493 insertions(+), 545 deletions(-)

commit d85fb18e5f31dcd664b02fd0ca7c7115b7dfbd9b
Author: Lukas Novotny <lukasnov@cvs.gnome.org>
Date:   Tue Feb 7 20:06:13 2006 +0000

    Updated Czech translation.
    
    2006-02-07  Lukas Novotny  <lukasnov@cvs.gnome.org>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     | 1038 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 497 insertions(+), 545 deletions(-)

commit db8d7e076f9d7c3a346ff643503e49e6d214fe43
Author: Rhys Jones <rhys@sucs.org>
Date:   Fri Feb 3 19:40:20 2006 +0000

    Updated Welsh translation.
    
    2006-02-03  Rhys Jones  <rhys@sucs.org>
    
        * cy.po: Updated Welsh translation.

 po/ChangeLog |    4 +
 po/cy.po     | 1034 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 493 insertions(+), 545 deletions(-)

commit b5d84ad4b3e990bff94c61a4a3cc329a28ea42a5
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Wed Feb 1 16:15:27 2006 +0000

    Updated Russian translation

 po/ChangeLog |    4 +
 po/ru.po     | 1373 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 641 insertions(+), 736 deletions(-)

commit 0979ea999804ba1bc2e22f72703a7dd9f2ed23fb
Author: Slobodan D, Sredojevic <slobo@akrep.be>
Date:   Tue Jan 31 23:18:18 2006 +0000

    Updated Serbian translation
    
    2006-01-31  Slobodan D, Sredojevic  <slobo@akrep.be>
    
            * sr.po, sr@Latn.po: Updated Serbian translation

 po/ChangeLog  |    4 +
 po/sr.po      | 1035 ++++++++++++++++++++++++--------------------------
 po/sr@Latn.po | 1176 +++++++++++++++++++++++++++------------------------------
 3 files changed, 1050 insertions(+), 1165 deletions(-)

commit d2fda223cb8fec4208fcc558abd0bda8735b6537
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Mon Jan 30 09:57:00 2006 +0000

    Updated Albanian translation.
    
    2006-01-30  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     | 1179 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 542 insertions(+), 641 deletions(-)

commit e8105cee9fb791611062ddeae7433505c4fd8bb7
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Jan 27 23:27:54 2006 +0000

    Updated Portuguese translation.
    
    2006-01-27  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     | 1038 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 495 insertions(+), 547 deletions(-)

commit 775ad32efc179d6399cfd4ab1a953c34c855773d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jan 27 18:31:00 2006 +0000

    Updated Korean translation.
    
    2006-01-28  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     | 1034 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 493 insertions(+), 545 deletions(-)

commit 476e1fa956b6138d22800f8e65a7235265813161
Author: Tor Lillqvist <tml@novell.com>
Date:   Fri Jan 27 13:13:44 2006 +0000

    Include backend DLLs only in the runtime zipfile.
    
    2006-01-27  Tor Lillqvist  <tml@novell.com>
    
        * gconf-zip.in: Include backend DLLs only in the runtime zipfile.
    
        * gconf/gconfd.c (main): Don't call closelog() unless we HAVE_SYSLOG_H.

 ChangeLog      | 6 ++++++
 gconf-zip.in   | 2 --
 gconf/gconfd.c | 2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

commit a67fe51a1afef978450d133049cae39b56a1901b
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sat Jan 21 14:31:52 2006 +0000

    Updated gconf translation.

 po/ChangeLog |    4 +
 po/zh_CN.po  | 1028 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 490 insertions(+), 542 deletions(-)

commit f5b8f65aedd5c7f88530d712a2762cad206f8ba9
Author: Ole Laursen <olau@hardworking.dk>
Date:   Wed Jan 18 17:38:40 2006 +0000

    Updated Danish translation.
    
    2006-01-18  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     | 1036 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 494 insertions(+), 546 deletions(-)

commit 50cd81f9f60139614f5bb6fdf6e7f8f57ff4fffd
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Wed Jan 18 14:46:11 2006 +0000

    Fixed wrong translation.
    
    2006-01-18  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
        * ja.po: Fixed wrong translation.

 po/ja.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 216f5dda214c1a946ecd4058d42a964b14008b89
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Wed Jan 18 14:38:01 2006 +0000

    Updated Japanese translation for v2.13.5.
    
    2006-01-18  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
        * ja.po: Updated Japanese translation for v2.13.5.

 po/ChangeLog |    4 +
 po/ja.po     | 1048 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 500 insertions(+), 552 deletions(-)

commit 4f809052a656e4f836b2b55ebac731da25200314
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sun Jan 15 19:30:35 2006 +0000

    post-release bump to 2.13.6.
    
    2006-01-15  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.13.6.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit c1e84f89740fe7460f1630842f5e1ec71c94dce3
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sun Jan 15 19:28:05 2006 +0000

    Version 2.13.5.
    
    2006-01-15  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.13.5.

 ChangeLog     |    4 +
 NEWS          |   42 +
 configure.in  |    2 +-
 po/am.po      |  253 +--
 po/ar.po      |  253 +--
 po/az.po      |  254 +--
 po/be.po      | 5084 +++++++++++++++++++++++++++++----------------------------
 po/bg.po      | 1022 ++++++------
 po/bn.po      |  253 +--
 po/bs.po      |  253 +--
 po/ca.po      | 1022 ++++++------
 po/cs.po      |  253 +--
 po/cy.po      |  253 +--
 po/da.po      |  253 +--
 po/de.po      |  253 +--
 po/el.po      |  254 +--
 po/en_CA.po   | 1022 ++++++------
 po/en_GB.po   |  253 +--
 po/es.po      | 1022 ++++++------
 po/et.po      | 1036 ++++++------
 po/eu.po      |  253 +--
 po/fa.po      |  253 +--
 po/fi.po      | 1022 ++++++------
 po/fr.po      | 1022 ++++++------
 po/ga.po      |  254 +--
 po/gl.po      | 1137 +++++++------
 po/gu.po      | 1122 +++++++------
 po/he.po      |  253 +--
 po/hi.po      |  253 +--
 po/hr.po      |  254 +--
 po/hu.po      |  253 +--
 po/id.po      |  253 +--
 po/is.po      | 1123 ++++++++-----
 po/it.po      |  253 +--
 po/ja.po      | 1024 ++++++------
 po/ko.po      |  253 +--
 po/ku.po      |  253 +--
 po/lt.po      | 1119 +++++++------
 po/lv.po      |  266 +--
 po/mk.po      | 1167 +++++++------
 po/ml.po      |  254 +--
 po/mn.po      |  253 +--
 po/ms.po      |  260 +--
 po/nb.po      | 1022 ++++++------
 po/ne.po      |  253 +--
 po/nl.po      | 1022 ++++++------
 po/nn.po      | 1132 +++++++------
 po/no.po      | 1022 ++++++------
 po/pa.po      |  253 +--
 po/pl.po      |  253 +--
 po/pt.po      |  253 +--
 po/pt_BR.po   | 1024 ++++++------
 po/ro.po      |  253 +--
 po/ru.po      |  253 +--
 po/rw.po      |  312 ++--
 po/sk.po      | 1022 ++++++------
 po/sl.po      |  259 +--
 po/sq.po      |  253 +--
 po/sr.po      |  253 +--
 po/sr@Latn.po |  253 +--
 po/sv.po      |  253 +--
 po/ta.po      |  253 +--
 po/th.po      |  257 +--
 po/tr.po      |  253 +--
 po/uk.po      |  253 +--
 po/vi.po      | 1932 ++++++++++++----------
 po/xh.po      |  253 +--
 po/yi.po      |  253 +--
 po/zh_CN.po   |  253 +--
 po/zh_HK.po   | 1022 ++++++------
 po/zh_TW.po   | 1022 ++++++------
 71 files changed, 22695 insertions(+), 17996 deletions(-)

commit fe085aaa77c5dc7b68d509b90107b8ad282d1909
Author: Thomas Vander Stichele <thomas at apestaart dot org>
Date:   Tue Jan 10 07:37:50 2006 +0000

    don't use top_builddir to link in library from current directory; fixes
    
    2006-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
    
            * backends/Makefile.am:
              don't use top_builddir to link in library from current directory;
              fixes parallel make

 ChangeLog            | 6 ++++++
 backends/Makefile.am | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit aaa646b0c83e508f8db8bb2b62f7bd25d77dc66d
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sat Jan 7 16:30:34 2006 +0000

    Updated Lithuanian translation.
    
    2006-01-07  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     | 1270 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 641 insertions(+), 633 deletions(-)

commit efd4b9012580ea28e4f294733cb3aa8a45a5217a
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Fri Jan 6 12:24:45 2006 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     | 1033 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 526 insertions(+), 511 deletions(-)

commit 7322830ef103f6ce194465a2680fce8af99d965a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jan 5 20:19:38 2006 +0000

    new, clears a cache entry if it matches the directory
    
    2006-01-05  Vincent Untz  <vuntz@gnome.org>
    
        * gconf/gconf-client.c: (clear_dir_cache_foreach): new, clears a cache
        entry if it matches the directory
        (gconf_client_real_remove_dir): remove from cache all entries that are
        in this directory
        Fix bug #127285.

 ChangeLog            |  8 ++++++++
 gconf/gconf-client.c | 16 ++++++++++++++++
 2 files changed, 24 insertions(+)

commit 8411a29d92604d3e9a5bb4224f0f5c5752e2c20b
Author: Tor Lillqvist <tml@novell.com>
Date:   Thu Jan 5 13:15:43 2006 +0000

    Include the backend DLLs in the runtime zipfile.
    
    2006-01-05  Tor Lillqvist  <tml@novell.com>
    
        * gconf-zip.in: Include the backend DLLs in the runtime zipfile.

 ChangeLog    | 4 ++++
 gconf-zip.in | 2 ++
 2 files changed, 6 insertions(+)

commit 0f228b3b29511a524e4d56607ca20ac6951a942d
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Jan 4 21:15:49 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-01-04  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |   4 +
 po/nl.po     | 978 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 498 insertions(+), 484 deletions(-)

commit feb55a9c4e6ab2783be9bb31c65c8e1cf2587b86
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jan 3 17:35:16 2006 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2006-01-03  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

 po/ChangeLog |   5 +
 po/bg.po     | 969 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 494 insertions(+), 480 deletions(-)

commit e242a570de9a3e584559895318eaf0ef11427e48
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jan 3 17:05:28 2006 +0000

    Switch on "subtree merging" by default in the defaults database.
    
    2006-01-03  Mark McLoughlin  <mark@skynet.ie>
    
            Switch on "subtree merging" by default in the defaults
            database.
    
            * gconf/gconftool.c: (do_get_default_source): add the
            "merged" flag to the default target for
            --makefile-install-rule
    
            * backends/markup-backend.c:
            (resolve_address), (ms_new): add a new "merged" flag
            signalling that the entire tree should be saved as
            a subtree.
    
            * backends/markup-tree.[ch]:
            (markup_tree_get): add "merged" param and set flag
            on MarkupTree struct
            (recursively_load_subtree): copy function from
            gconf-merge-tree.c
            (markup_dir_sync): when saving the tree, save it as a
            merged subtree if the "merged" flag is set
    
            * backends/gconf-merge-tree.c: (recursively_load_subtree):
            remove; it's in markup-tree.c now
    
            * configure.in: remove --enable-gconf-source option which
            was only used when we installed standard-schemas
    
            * standard-schemas: remove old cruft

 ChangeLog                        | 30 ++++++++++++++++++++++
 backends/gconf-merge-tree.c      | 22 +---------------
 backends/markup-backend.c        | 15 +++++++++--
 backends/markup-tree.c           | 34 ++++++++++++++++++++++++-
 backends/markup-tree.h           |  3 ++-
 configure.in                     | 17 -------------
 gconf/gconftool.c                |  2 +-
 standard-schemas/.cvsignore      |  2 --
 standard-schemas/Makefile.am     | 17 -------------
 standard-schemas/desktop.schemas | 55 ----------------------------------------
 10 files changed, 80 insertions(+), 117 deletions(-)

commit 11863a3d74d27bc5dc622a7814215280e1a5b431
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jan 3 16:36:30 2006 +0000

    Pointed out by Nicolas Peninguy <npeniguy@gmail.com> in bug #323509
    
    2006-01-03  Mark McLoughlin  <mark@skynet.ie>
    
            Pointed out by Nicolas Peninguy <npeniguy@gmail.com>
            in bug #323509
    
            * gconf/gconf-internals.c: (gconf_value_decode): fix crasher
            with previous fix for decoding schemas

 ChangeLog               | 8 ++++++++
 gconf/gconf-internals.c | 4 +---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 793b727229314f917fe2b61362df4ecb18b5197d
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Mon Jan 2 12:35:55 2006 +0000

    Updated Norwegian Nynorsk translation.
    
    2006-01-02  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |    4 +
 po/nn.po     | 1132 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 558 insertions(+), 578 deletions(-)

commit fe8bc6bee8941a6626a838d3fed53a29f9a2d293
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Sun Jan 1 23:33:52 2006 +0000

    I guess my office phone number isn't that interesting in a changelog :-)

 po/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40cb64e55bb8f1505055b6b2783607b75ee4dcb7
Author: Kjartan Maraas,,23491770 <kmaraas@gnome.org>
Date:   Sun Jan 1 23:28:56 2006 +0000

    Updated Norwegian bokmål translation. Same.
    
    2006-01-02  Kjartan Maraas,,23491770  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
        * no.po: Same.

 po/ChangeLog |   5 ++
 po/nb.po     | 178 ++++++++++++++++++++++++++++++-----------------------------
 po/no.po     | 178 ++++++++++++++++++++++++++++++-----------------------------
 3 files changed, 189 insertions(+), 172 deletions(-)

commit 75b147ea2ca975ed4a41e0962d95be40f06bf812
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Fri Dec 30 18:02:08 2005 +0000

    Updated Finnish translation

 po/ChangeLog |   4 +
 po/fi.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 492 insertions(+), 479 deletions(-)

commit cbf361d750ebf80d1426b34a4e923dbdc383e96b
Author: Abel Cheung <maddog@linuxhall.org>
Date:   Fri Dec 30 14:20:13 2005 +0000

    Added "is" "zh_HK" to ALL_LINGUAS.
    
    2005-12-30  Abel Cheung  <maddog@linuxhall.org>
    
        * configure.in: Added "is" "zh_HK" to ALL_LINGUAS.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit e1d5a4a35012420b5e017ef4e03a4e461597d0dd
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Fri Dec 30 14:19:01 2005 +0000

    New Chinese (Hong Kong) translation Updated Chinese (Taiwan) translation
    
        * zh_HK.po: New Chinese (Hong Kong) translation
        * zh_TW.po: Updated Chinese (Taiwan) translation

 po/ChangeLog |    5 +
 po/zh_HK.po  | 2425 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po  | 1329 ++++++++++++++++----------------
 3 files changed, 3099 insertions(+), 660 deletions(-)

commit 8993118ee216e4583ed6a18dd6eba7f63cb96886
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Dec 25 06:36:04 2005 +0000

    Updated Canadian English translation.
    
    
    2005-12-25  Adam Weinberger  <adamw@gnome.org>
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |   4 +
 po/en_CA.po  | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 491 insertions(+), 478 deletions(-)

commit 8d188c931c4f0eb9a8aea5fd7f60fc1a9c64ed8e
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Dec 21 02:00:42 2005 +0000

    Updated Spanish translation.
    
    2005-12-21  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |   4 +
 po/es.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 492 insertions(+), 479 deletions(-)

commit 545aebba7877add7020a2f64a0061963a7913621
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Tue Dec 20 18:05:42 2005 +0000

    Updated Macedonian Translation <arangela@cvs.gnome.org>

 po/mk.po | 1221 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 594 insertions(+), 627 deletions(-)

commit 54cf52e6f9bb2795ea58317f8193331c20825270
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Dec 20 12:16:54 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     | 1881 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 895 insertions(+), 990 deletions(-)

commit 8bc4d9442fb0cd2aca7607a24ae8489c9b5d402d
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Dec 15 23:32:52 2005 +0000

    Updated Slovak translation.
    
    2005-12-15  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 492 insertions(+), 479 deletions(-)

commit 1fb1753051b430903f5b5878f841fbe5256fd5b6
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Wed Dec 14 14:03:58 2005 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/gu.po     | 1073 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 530 insertions(+), 547 deletions(-)

commit c147d85cf58d768d167b26677a7742e336750757
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Tue Dec 13 18:15:39 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     | 1082 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 531 insertions(+), 555 deletions(-)

commit 960331ebad51f22f61da2c18c36339028f0d34bb
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Dec 12 11:43:04 2005 +0000

    Updated Thai translation.
    
    2005-12-12  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.

 po/ChangeLog |   4 ++
 po/th.po     | 225 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 117 insertions(+), 112 deletions(-)

commit 924febd37426687b621c6ce88996c960a2d219a7
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Dec 11 20:54:47 2005 +0000

    Updated French Translation.

 po/ChangeLog |   4 +
 po/fr.po     | 973 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 495 insertions(+), 482 deletions(-)

commit f4c43bff55658daafa2646bbaaa2ff0dca0c64f8
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sun Dec 11 15:38:08 2005 +0000

    re-work the logic for finding the best schema for the given locales.
    
    2005-12-11  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/markup-tree.c:
            (markup_entry_get_value): re-work the logic for finding
            the best schema for the given locales.
    
    2005-12-11  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/markup-tree.c:
            - Introduce the concept of a "subtree root" - a point
              in the tree where we save a subtree in a merged file.
            - When loading a subtree (%gconf-tree.xml), take note of
              any available translations (%gconf-tree-$(locale).xml)
            - When getting/setting/unsetting a schema, ensure that
              the appropriate translations are loaded
            - When parsing a translations file, allow for missing
              attributes and elements and read the translations of
              descriptions
            - When syncing a subtree, write out all translations
              of descriptions which are currently cached in memory
              to separate files.
    
            * backends/gconf-merge-tree.c: (merge_tree): update for
            markup_dir_build_file_path() change

 ChangeLog                   |   25 +
 backends/gconf-merge-tree.c |    2 +-
 backends/markup-tree.c      | 1282 +++++++++++++++++++++++++++++++++----------
 3 files changed, 1009 insertions(+), 300 deletions(-)

commit 43eb1135ee9e1f184148c0261367f7ef22b44485
Author: Jorn Baayen <jorn@openedhand.com>
Date:   Fri Dec 9 10:01:48 2005 +0000

    Publicize gconf_value_compare() and gconf_entry_equal(). Closes bug
    
    2005-12-09  Jorn Baayen  <jorn@openedhand.com>
    
        * gconf/gconf-internals.h:
        * gconf/gconf-value.h:
        Publicize gconf_value_compare() and gconf_entry_equal().
        Closes bug #322832.

 ChangeLog               | 7 +++++++
 gconf/gconf-internals.h | 7 -------
 gconf/gconf-value.h     | 6 ++++++
 3 files changed, 13 insertions(+), 7 deletions(-)

commit 726106dd81b94f4f1b2768103f6dde5f905e3eea
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Dec 9 09:37:48 2005 +0000

    post-branch bump to 2.13.1
    
    2005-12-09  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-branch bump to 2.13.1

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4c9eae02e1067f8e74335009da0cb386946597fe
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Dec 8 20:07:40 2005 +0000

    Make this function work for schemas too. Patch from Nicolas Peninguy
    
    2005-12-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_value_decode): Make
        this function work for schemas too. Patch from Nicolas Peninguy
        <npeniguy@gmail.com>. Closes bug #323509.

 ChangeLog               | 6 ++++++
 gconf/gconf-internals.c | 7 ++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 771c20ca14a6438ed344a53a810b28025476f445
Author: Dan Williams <dcbw@redhat.com>
Date:   Thu Dec 8 13:00:58 2005 +0000

    Don't stomp on the function-level scoped 'end' from deep in the function.
    
    2005-12-08  Dan Williams  <dcbw@redhat.com>
    
        * gconf/gconf.c: (gconf_unescape_string): Don't stomp on
          the function-level scoped 'end' from deep in the function.
          Fixes a segfault.

 ChangeLog     | 6 ++++++
 gconf/gconf.c | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit dfa8dfce1722858007d6631c9bb85df35a7d5cd2
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Dec 6 10:48:52 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 7277e54e0948d5281fc1bf78fce22725131259bd
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Nov 20 07:24:38 2005 +0000

    Updated Thai translation.
    
    2005-11-20  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.

 po/ChangeLog |   4 +++
 po/th.po     | 102 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 59 insertions(+), 47 deletions(-)

commit 742688cbaed3f5be9ed8ea3e84d24925073f499c
Author: Ales Nyakhaychyk <alesnk@src.gnome.org>
Date:   Thu Nov 17 11:06:48 2005 +0000

    Updated Belarusian Translation

 po/ChangeLog |    4 +
 po/be.po     | 5849 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 2928 insertions(+), 2925 deletions(-)

commit 9b95c230e9aad5532f6ec82086fc3f23b87d6779
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Nov 15 11:20:50 2005 +0000

    Updated Norwegian bokmål translation. Same.
    
    2005-11-15  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
        * no.po: Same.

 po/ChangeLog |   5 +
 po/nb.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 po/no.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 3 files changed, 975 insertions(+), 964 deletions(-)

commit c8971c27030ed9ea6e1fb7162649f5a5ac3bce27
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Sun Nov 13 22:45:15 2005 +0000

    updated pt_BR translation

 po/ChangeLog |   4 +
 po/pt_BR.po  | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 488 insertions(+), 481 deletions(-)

commit 2ff62dff386b8b963aa3ed52514c3140b912afe9
Author: Archana Shah <sarchana@src.gnome.org>
Date:   Fri Nov 11 13:33:05 2005 +0000

    Committing on behalf of Dinoop Thomas.

 ChangeLog                           |  15 ++
 doc/gconf/gconf-sections.txt        |  65 ++++---
 doc/gconf/tmpl/gconf-changeset.sgml | 127 ++++++++------
 doc/gconf/tmpl/gconf-client.sgml    | 106 +++++++++---
 doc/gconf/tmpl/gconf-engine.sgml    |  60 ++++++-
 doc/gconf/tmpl/gconf-error.sgml     |   8 +
 doc/gconf/tmpl/gconf-internals.sgml |  39 -----
 doc/gconf/tmpl/gconf-listeners.sgml |  98 ++++++++---
 doc/gconf/tmpl/gconf-value.sgml     | 327 +++++++++++++++++++++---------------
 doc/gconf/tmpl/gconf.sgml           | 160 +++++++++++++++---
 gconf/gconf.c                       |   4 +-
 11 files changed, 672 insertions(+), 337 deletions(-)

commit 66671dede50c2c8b2bf0680f4f49cfa29e99c60e
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Nov 8 12:28:38 2005 +0000

    Patch from Jens Granseuer <jensgr@gmx.net> in bug #320852
    
    2005-11-08  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Jens Granseuer <jensgr@gmx.net> in bug #320852
    
            * gconf/gconf-listeners.c: (ltable_insert): remove C99
            usage.

 ChangeLog               | 7 +++++++
 gconf/gconf-listeners.c | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 545732c50d4fcb192b6dfabf77f22fc27603feb6
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Tue Nov 8 07:22:02 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-11-08  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 987 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 498 insertions(+), 493 deletions(-)

commit 55990cc4ad7fd9b987b1f562186c22bef8943d95
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Nov 6 02:29:00 2005 +0000

    Updated Japanese translation for v2.12.1.
    
    2005-11-06  Takeshi AIHANA <aihana@gnome.gr.jp>
    
        * ja.po: Updated Japanese translation for v2.12.1.

 po/ChangeLog |   4 +
 po/ja.po     | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 488 insertions(+), 481 deletions(-)

commit 560efbd6e50f31ecf3826cfe9b06087585ef8b49
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Nov 3 16:39:26 2005 +0000

    Post release version bump
    
    2005-11-03  Alexander Larsson  <alexl@redhat.com>
    
        * configure.in:
        Post release version bump
    
    ==================== 2.12.1 ====================

 ChangeLog    | 7 +++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 10 insertions(+), 1 deletion(-)

commit 75c51e6327155e5e060fce3498f4f48a76ff923c
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Nov 3 16:36:08 2005 +0000

    Update for release
    
    2005-11-03  Alexander Larsson  <alexl@redhat.com>
    
        * NEWS:
        Update for release

 ChangeLog     |    5 +
 NEWS          |   36 ++
 po/ChangeLog  |    1 -
 po/am.po      |  206 +++++-----
 po/ar.po      |  206 +++++-----
 po/az.po      |  206 +++++-----
 po/be.po      |  207 ++++++-----
 po/bg.po      |  959 ++++++++++++++++++++++++-----------------------
 po/bn.po      | 1080 +++++++++++++++++++++++++++--------------------------
 po/bs.po      |  206 +++++-----
 po/ca.po      |  206 +++++-----
 po/cs.po      |  959 ++++++++++++++++++++++++-----------------------
 po/cy.po      |  206 +++++-----
 po/da.po      |  959 ++++++++++++++++++++++++-----------------------
 po/de.po      |  206 +++++-----
 po/el.po      |  207 ++++++-----
 po/en_CA.po   |  172 ++++-----
 po/en_GB.po   |  206 +++++-----
 po/es.po      | 1158 +++++++++++++++++++++++++++++----------------------------
 po/et.po      |  971 ++++++++++++++++++++++++-----------------------
 po/eu.po      |  959 ++++++++++++++++++++++++-----------------------
 po/fa.po      |  206 +++++-----
 po/fi.po      |  959 ++++++++++++++++++++++++-----------------------
 po/fr.po      |  206 +++++-----
 po/ga.po      |  206 +++++-----
 po/gl.po      | 1074 ++++++++++++++++++++++++++--------------------------
 po/gu.po      | 1059 +++++++++++++++++++++++++++-------------------------
 po/he.po      |  152 ++++----
 po/hi.po      |  206 +++++-----
 po/hr.po      |  206 +++++-----
 po/hu.po      |  206 +++++-----
 po/id.po      |  206 +++++-----
 po/it.po      |  206 +++++-----
 po/ja.po      |  206 +++++-----
 po/ko.po      |  206 +++++-----
 po/ku.po      | 1010 +++++++++++++++++++++++++------------------------
 po/lt.po      |  206 +++++-----
 po/lv.po      |  206 +++++-----
 po/mk.po      | 1092 +++++++++++++++++++++++++++--------------------------
 po/ml.po      |  206 +++++-----
 po/mn.po      |  206 +++++-----
 po/ms.po      |  206 +++++-----
 po/nb.po      |  206 +++++-----
 po/ne.po      |  206 +++++-----
 po/nl.po      |  959 ++++++++++++++++++++++++-----------------------
 po/nn.po      |  206 +++++-----
 po/no.po      |  206 +++++-----
 po/pa.po      | 1053 ++++++++++++++++++++++++++-------------------------
 po/pl.po      |  206 +++++-----
 po/pt.po      |  206 +++++-----
 po/pt_BR.po   |  206 +++++-----
 po/ro.po      |  959 ++++++++++++++++++++++++-----------------------
 po/ru.po      |  206 +++++-----
 po/rw.po      |  207 ++++++-----
 po/sk.po      |  959 ++++++++++++++++++++++++-----------------------
 po/sl.po      |  206 +++++-----
 po/sq.po      | 1104 ++++++++++++++++++++++++++++--------------------------
 po/sr.po      |  206 +++++-----
 po/sr@Latn.po |  206 +++++-----
 po/sv.po      |  959 ++++++++++++++++++++++++-----------------------
 po/ta.po      |  206 +++++-----
 po/th.po      |  206 +++++-----
 po/tr.po      |  206 +++++-----
 po/uk.po      |  959 ++++++++++++++++++++++++-----------------------
 po/vi.po      |  210 ++++++-----
 po/xh.po      |  206 +++++-----
 po/yi.po      |  206 +++++-----
 po/zh_CN.po   |  959 ++++++++++++++++++++++++-----------------------
 po/zh_TW.po   |  206 +++++-----
 69 files changed, 15061 insertions(+), 14526 deletions(-)

commit 9abe6f6adf89fe00418051b4bdf3c473f23a75be
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Nov 1 09:15:53 2005 +0000

    Use G_MODULE_BIND_LAZY in g_module_open(). Remove unused and unreachable
    
    2005-11-01  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-backend.c: (gconf_get_backend): Use
        G_MODULE_BIND_LAZY in g_module_open().
        * gconf/gconf-internals.c: (gconf_value_from_corba_value),
        (gconf_value_type_to_string), (gconf_unquote_string_inplace),
        (type_byte), (byte_type), (gconf_value_encode),
        (gconf_get_lock_or_current_holder): Remove unused and
        unreachable code.
        * gconf/gconf-listeners.c: (ltable_insert): Warning fix.
        * gconf/gconf-value.c: (gconf_value_compare): Same here.
        * gconf/gconf.c: (gconf_unescape_key),
        (corba_errno_to_gconf_errno), (gconf_server_broken),
        (gconf_handle_corba_exception): And here.
        * gconf/gconfd.c: (main): Missing closelog() call.

 ChangeLog               | 16 ++++++++++++++++
 gconf/gconf-backend.c   |  2 +-
 gconf/gconf-internals.c | 33 ---------------------------------
 gconf/gconf-listeners.c |  2 +-
 gconf/gconf-value.c     |  8 --------
 gconf/gconf.c           | 22 ----------------------
 gconf/gconfd.c          |  4 +++-
 7 files changed, 21 insertions(+), 66 deletions(-)

commit 8b9e5b7f14a62c47d66935ffa663a9797f405c69
Author: Erdal Ronahi <eronahi@src.gnome.org>
Date:   Fri Oct 28 22:41:35 2005 +0000

    Added Kurdish translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ku.po     | 2297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2306 insertions(+), 1 deletion(-)

commit 1a39b05701fa81f301edd5f3b73be80f320b7620
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Oct 28 15:22:06 2005 +0000

    Updated Albanian translation.
    
    2005-10-28  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     | 1110 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 540 insertions(+), 574 deletions(-)

commit 6ade11266914ee4a9d01e416f09e383128683f6a
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Fri Oct 28 09:30:30 2005 +0000

    Updated Gujarati Translations

 po/ChangeLog |    4 +
 po/gu.po     | 1062 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 524 insertions(+), 542 deletions(-)

commit 2930709191d35c5acc471da078e13cb7802728aa
Author: Dan Damian <dand@src.gnome.org>
Date:   Thu Oct 27 19:34:09 2005 +0000

    Updated Romanian translation by Misu Moldovan.

 po/ChangeLog |   4 +
 po/ro.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 490 insertions(+), 477 deletions(-)

commit 74c866a5dc04b2cdd3c5d24b3fd71914fc47c415
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Thu Oct 27 16:58:50 2005 +0000

    Updated Basque translation.
    
    2005-10-27  Inaki Larranaga  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.

 po/ChangeLog |  4 ++++
 po/eu.po     | 58 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 36 insertions(+), 26 deletions(-)

commit 0955523ce5d7ee2f9d2d264b13356170dc695fc4
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Oct 27 11:42:03 2005 +0000

    Correctly handle the case where the modified source is not in the sources
    
    2005-10-27  Alexander Larsson  <alexl@redhat.com>
    
        * gconf/gconf-sources.c (gconf_sources_is_affected):
        Correctly handle the case where the modified source
        is not in the sources list.

 ChangeLog             |  6 ++++++
 gconf/gconf-sources.c | 28 ++++++++++++++--------------
 2 files changed, 20 insertions(+), 14 deletions(-)

commit a608384a31237e857ce1ec0e2b759b8c93236faa
Author: Yair Hershkovitz <yairhr@gmail.com>
Date:   Tue Oct 25 15:35:43 2005 +0000

    Updated Hebrew translation.
    
    2005-10-25  Yair Hershkovitz  <yairhr@gmail.com>
    
        * he.po:  Updated Hebrew translation.

 po/ChangeLog |  4 ++++
 po/he.po     | 66 +++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 40 insertions(+), 30 deletions(-)

commit 6a953f1425044d70b2984df515235bcde54036de
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Oct 23 06:10:52 2005 +0000

    Updated Finnish translation

 po/ChangeLog |   4 +
 po/fi.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 490 insertions(+), 477 deletions(-)

commit 22c8565b2fc54c6cefc3e5d759692bb4db501731
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Oct 21 07:47:07 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-10-21  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |  4 ++++
 po/et.po     | 24 +++++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

commit 91117d0ffc69de327eb579338d1e1f11962ba177
Author: Tor Lillqvist <tml@novell.com>
Date:   Tue Oct 18 18:43:19 2005 +0000

    Do allow space in configuration source addresses on Windows, as space is
    
    2005-10-18  Tor Lillqvist  <tml@novell.com>
    
        * gconf/gconf-backend.c (invalid_chars[]): Do allow space in
        configuration source addresses on Windows, as space is common in
        user names, and thus home directories (i.e., profile folders).

 ChangeLog             | 6 ++++++
 gconf/gconf-backend.c | 7 ++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 91ea62f4123721d16a987b95bdcd684113bca724
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Oct 17 19:59:08 2005 +0000

    Updated Spanish translation.
    
    2005-10-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |    5 +
 po/es.po     | 1350 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 658 insertions(+), 697 deletions(-)

commit 5bfac50d244d93fe2470e2d7f2de84305a97899e
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Oct 17 12:58:44 2005 +0000

    Added entry for Bengali (bn) Translation updation:10/17

 po/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit 29ecef4057e6ea986dafe9a24150936731b5b20c
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Oct 17 12:58:17 2005 +0000

    Updated Bengali (bn) Translation:10/17

 po/bn.po | 2163 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1203 insertions(+), 960 deletions(-)

commit e20e4e1c26eae51b47560daa14506c05f70aadeb
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Mon Oct 17 10:36:23 2005 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog |   4 +
 po/da.po     | 969 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 493 insertions(+), 480 deletions(-)

commit ead0a1ff690014598327add6f4e8d37e34bcbb6e
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Oct 16 19:10:33 2005 +0000

    Updated Czech translation.
    
    2005-10-16  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |   4 +
 po/cs.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 490 insertions(+), 477 deletions(-)

commit d87fab9a3c5c73e0285b06a78100e99aeafc8c53
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sat Oct 15 11:51:38 2005 +0000

    Updated mk translation <arangela@cvs.gnome.org>

 po/mk.po | 1098 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 532 insertions(+), 566 deletions(-)

commit 8e28608e4be5e5d7208a15939d404c2c4629aa7c
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Thu Oct 13 20:05:26 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-10-13  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 ++
 po/et.po     | 125 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 76 insertions(+), 53 deletions(-)

commit 9d63fc7797ef0a1497fc2cd878f0d4be5a431d2d
Author: Adam Weinberger <adamw@gnome.org>
Date:   Thu Oct 13 01:24:40 2005 +0000

    Updated Canadian English translation.
    
    
    2005-10-12  Adam Weinberger  <adamw@gnome.org>
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |  4 ++++
 po/en_CA.po  | 56 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 35 insertions(+), 25 deletions(-)

commit 82741aa608b0f944be8fba2504073d9db27eb552
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Oct 11 22:35:58 2005 +0000

    Translation updated.
    
    2005-10-12  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated.

 po/ChangeLog |   4 +
 po/nl.po     | 961 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 489 insertions(+), 476 deletions(-)

commit 3f33c24876ee704e345b5b37fe9f66e350867ede
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Oct 11 19:14:20 2005 +0000

    Updated Swedish translation.
    
    2005-10-11  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 28 ++++++++++++++++++++++------
 2 files changed, 26 insertions(+), 6 deletions(-)

commit 752bee243296c5b7abc2c265ae8f60a229c226ee
Author: Funda Wang <fwang@src.gnome.org>
Date:   Tue Oct 11 13:40:50 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |   4 +
 po/zh_CN.po  | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 491 insertions(+), 478 deletions(-)

commit 04957572b681d0d08d48cf0bd02674026e2d0cb4
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Oct 10 21:36:26 2005 +0000

    Updated Slovak translation.
    
    2005-10-10  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 490 insertions(+), 477 deletions(-)

commit 1dc54d52fed1748d637ff1a050b4451592c35607
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Oct 10 13:46:25 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-10-10  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

 po/ChangeLog |   5 +
 po/bg.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 491 insertions(+), 477 deletions(-)

commit 8205cc6021ec276e38dc4583cd908861a77d9ca2
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Mon Oct 10 10:56:00 2005 +0000

    - Updated Ukrainian translation.
    
    2005-10-10  Maxim Dziumanenko <mvd@mylinux.ua>
    
        - Updated Ukrainian translation.

 po/ChangeLog |   4 +
 po/uk.po     | 961 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 489 insertions(+), 476 deletions(-)

commit 6bb91235039684d3e1fa78c6c050fc6fc1c65963
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Mon Oct 10 05:30:55 2005 +0000

    update by amanpreetalam@yahoo.com

 po/pa.po | 1059 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 519 insertions(+), 540 deletions(-)

commit a6332d66121614eb97bc9eb7d8c07ba6acd4d39a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Oct 9 22:05:54 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     | 1088 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 535 insertions(+), 557 deletions(-)

commit f618911bdb9e577c67c0df9f6242007c5bd4c8e8
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Sun Oct 9 18:04:44 2005 +0000

    fix bug reference

 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be95c150364b18c3cecd8465b4ff26a001ddfbb9
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sun Oct 9 17:57:45 2005 +0000

    Based on patch from Lorenzo Colitti <lorenzo@colitti.com> in bug #316672
    
    2005-10-09  Mark McLoughlin  <mark@skynet.ie>
    
            Based on patch from Lorenzo Colitti <lorenzo@colitti.com>
            in bug #316672
    
            * backends/markup-tree.c: (parse_tree): read and process
            the xml file incrementally in 4k chunks.

 ChangeLog              |  8 +++++++
 backends/markup-tree.c | 62 ++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 53 insertions(+), 17 deletions(-)

commit 119b97cde176c65373333e9472c00899322322b7
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Wed Oct 5 16:08:35 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-10-05  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 969 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 490 insertions(+), 483 deletions(-)

commit aa05420705930e5e8ad4a043dea899da01657471
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Sep 28 22:34:24 2005 +0000

    Reverted unauthorized changes made by user 'kloczek'.
    
    2005-09-29  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Reverted unauthorized changes made by
        user 'kloczek'.

 po/ChangeLog |   5 +
 po/sv.po     | 558 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 562 insertions(+), 1 deletion(-)

commit 9482d0b58d77fb960e2dc2707508393a21608852
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Sep 25 09:48:23 2005 +0000

    Updated Swedish translation.
    
    2005-09-25  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 967 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 489 insertions(+), 482 deletions(-)

commit 3d051d002beaa7a1b514dfa6e4f0a95e2b2c9e3c
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Sat Sep 17 05:40:01 2005 +0000

    Fixed Kông

 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 84a3b329feb724fed74a334b1ab34022b1235d39
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Sep 16 08:44:56 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog | 4 ++++
 po/vi.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 664139bd5263f271e3bf03e308cafb9193f61b56
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Sep 16 06:44:14 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog | 4 ++++
 po/vi.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 7892b20eae6977184f598a5e96dc9883e86d6bd4
Author: Stepan Kasal <skasal@src.gnome.org>
Date:   Tue Sep 13 13:47:34 2005 +0000

    Simplify autoconfigury a bit.

 .cvsignore    | 1 +
 ChangeLog     | 9 +++++++++
 Makefile.am   | 7 -------
 gconf-2.m4.in | 9 ++++-----
 4 files changed, 14 insertions(+), 12 deletions(-)

commit f3618689fad06d3fb5a3c6777f86b645dcda86ce
Author: Tor Lillqvist <tml@novell.com>
Date:   Fri Sep 9 22:15:45 2005 +0000

    On Win32, do _gconf_win32_replace_prefix() on the return value so that we
    
    2005-09-10  Tor Lillqvist  <tml@novell.com>
    
        * gconf/gconf-backend.c (gconf_address_resource): On Win32, do
        _gconf_win32_replace_prefix() on the return value so that we
        change configure-time prefix pathnames in the path file into
        corresponding end-user installation prefix pathnames.
    
        * gconf/gconf-sanity-check.c: Use gstdio wrappers here, too.
    
        * backends/markup-backend.c (get_dir_from_address): Use
        G_IS_DIR_SEPARATOR().

 ChangeLog                  | 12 ++++++++++++
 backends/markup-backend.c  |  2 +-
 gconf/gconf-backend.c      |  4 ++++
 gconf/gconf-sanity-check.c | 11 ++++++-----
 4 files changed, 23 insertions(+), 6 deletions(-)

commit 768b66655eaf61d0cb53f371a50871f550d41569
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Wed Sep 7 11:12:13 2005 +0000

    Updated Basque translation.
    
    2005-09-07  Inaki Larranaga  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.

 po/ChangeLog |   4 +
 po/eu.po     | 961 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 486 insertions(+), 479 deletions(-)

commit 21725b020212c6729a6f02bcab627a20058cc81f
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Tue Sep 6 16:58:38 2005 +0000

    s/charset=utf-8/charset=UTF-8/

 po/am.po | 2 +-
 po/et.po | 2 +-
 po/is.po | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 6704bda0f9585742d4e0da896b0042a0c9665862
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Tue Sep 6 16:57:39 2005 +0000

    removed outdated strings.

 po/am.po      |   9 -
 po/ar.po      |   6 -
 po/az.po      |  18 --
 po/be.po      |  24 ---
 po/bn.po      |  26 ---
 po/bs.po      |   3 -
 po/ca.po      | 135 --------------
 po/cs.po      |  29 ---
 po/cy.po      |  33 ----
 po/da.po      |  92 ----------
 po/el.po      |   4 -
 po/en_GB.po   |   3 -
 po/es.po      |  71 --------
 po/fa.po      |   9 -
 po/fi.po      |   3 -
 po/ga.po      |   6 -
 po/gl.po      |   3 -
 po/hr.po      |  19 --
 po/id.po      |  50 ------
 po/lv.po      |  63 -------
 po/ml.po      |  12 --
 po/mn.po      |   3 -
 po/ms.po      |   3 -
 po/ne.po      |   3 -
 po/nn.po      |   3 -
 po/pl.po      |   9 -
 po/pt.po      |  26 ---
 po/pt_BR.po   |  34 ----
 po/ro.po      |   3 -
 po/sl.po      | 258 ---------------------------
 po/sr.po      |  37 ----
 po/sr@Latn.po |  38 ----
 po/sv.po      | 559 ----------------------------------------------------------
 po/ta.po      |   3 -
 po/tr.po      |   3 -
 po/xh.po      |   3 -
 po/yi.po      |   3 -
 37 files changed, 1606 deletions(-)

commit 050984a7e9235075d91292f96dafd2a6b8d251eb
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Tue Sep 6 09:28:31 2005 +0000

    forgot to actually bump to 2.12.1

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5b55eb2081a1587704ed3df62d9cc54f6ac585ff
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Sep 6 09:16:24 2005 +0000

    post-release bump to 2.12.1.
    
    2005-09-06  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.12.1.

 ChangeLog    | 6 ++++++
 po/ChangeLog | 2 ++
 2 files changed, 8 insertions(+)

commit afd9b074a1dfde164502971e793a9b3a4a3b7603
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Sep 6 09:14:10 2005 +0000

    Version 2.12.0.
    
    2005-09-06  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.12.0.

 ChangeLog     |    4 +
 NEWS          |   26 ++
 configure.in  |    2 +-
 po/cs.po      |  955 ++++++++++++++++++++++++-----------------------
 po/et.po      |  959 ++++++++++++++++++++++++-----------------------
 po/fr.po      |    2 +-
 po/gl.po      |    2 +-
 po/gu.po      | 1055 ++++++++++++++++++++++++++--------------------------
 po/hi.po      | 1144 ++++++++++++++++++++++++++++++---------------------------
 po/hu.po      |  955 ++++++++++++++++++++++++-----------------------
 po/id.po      |  957 ++++++++++++++++++++++++-----------------------
 po/it.po      |  955 ++++++++++++++++++++++++-----------------------
 po/ja.po      |  955 ++++++++++++++++++++++++-----------------------
 po/lt.po      |  955 ++++++++++++++++++++++++-----------------------
 po/pa.po      | 1049 ++++++++++++++++++++++++++--------------------------
 po/pt_BR.po   |  962 ++++++++++++++++++++++++------------------------
 po/ru.po      | 1086 ++++++++++++++++++++++++++++--------------------------
 po/sr.po      |  955 ++++++++++++++++++++++++-----------------------
 po/sr@Latn.po | 1041 +++++++++++++++++++++++++--------------------------
 po/tr.po      |  955 ++++++++++++++++++++++++-----------------------
 po/vi.po      |  955 ++++++++++++++++++++++++-----------------------
 po/zh_TW.po   |  955 ++++++++++++++++++++++++-----------------------
 22 files changed, 8526 insertions(+), 8358 deletions(-)

commit 02d9305ede6d853565f9bd91fddf5585910492be
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Sep 4 21:53:53 2005 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 +
 po/pt_BR.po  | 1017 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 512 insertions(+), 509 deletions(-)

commit bbedec5d0e12ef89b09d3ace096687303b9394ca
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Sep 4 08:54:01 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |   4 +
 po/vi.po     | 352 ++++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 242 insertions(+), 114 deletions(-)

commit ac66168fbab74e3e9c3147d0a297bcf00f4658d6
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Sep 3 19:01:39 2005 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 +
 po/sr.po      |  965 ++++++++++++++++++++++++-------------------------
 po/sr@Latn.po | 1113 ++++++++++++++++++++++++++++-----------------------------
 3 files changed, 1043 insertions(+), 1039 deletions(-)

commit bcf5d464d67a0b2c7d566614ebdd04e398cfb0d3
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sat Sep 3 09:30:52 2005 +0000

    *** empty log message ***

 po/ChangeLog |  4 ++++
 po/gl.po     | 63 +++++++++++++++++++++++++++++-------------------------------
 2 files changed, 34 insertions(+), 33 deletions(-)

commit ebae0ead92cb8b4861d2cea36edcbf3f2ffc9d0c
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sat Sep 3 09:27:35 2005 +0000

    update by amanpreetalam@yahoo.com

 po/pa.po | 1127 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 550 insertions(+), 577 deletions(-)

commit 3f6cb0bc500fb23613695af61e89d98bd69ce972
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Sep 3 05:32:59 2005 +0000

    Updated Traditional Chinese translation.
    
    
    2005-09-03  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
        * zh_TW.po: Updated Traditional Chinese translation.

 po/ChangeLog |    4 +
 po/zh_TW.po  | 1111 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 561 insertions(+), 554 deletions(-)

commit 402b915782b8161815b2037c3d84f11a46577bc0
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Fri Sep 2 21:04:37 2005 +0000

    Updated Turkish Translation

 po/ChangeLog |    4 +
 po/tr.po     | 1016 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 514 insertions(+), 506 deletions(-)

commit 94ae41eecbf719f20cb79e26e0135e5f849ecfe8
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Fri Sep 2 08:18:20 2005 +0000

    udted by rranjan

 po/hi.po | 1117 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 560 insertions(+), 557 deletions(-)

commit 884e85c4470ccbbd8e20c66a95b603375fdfae49
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu Sep 1 10:52:56 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     | 2187 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 1028 insertions(+), 1163 deletions(-)

commit 08f96649b7f54861c6d52e7ba20dad9dba05f5f9
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Wed Aug 31 20:02:17 2005 +0000

    Updated Lithuanian translation.
    
    2005-08-31  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |   4 +
 po/lt.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 487 insertions(+), 480 deletions(-)

commit 791b125598aa1e225d14d9099bc1bedebe7260af
Author: Mohammad DAMT <mdamt@gnome.org>
Date:   Tue Aug 30 19:38:24 2005 +0000

    Updated Indonesian translation
    
    2005-08-30  Mohammad DAMT  <mdamt@gnome.org>
      * id.po: Updated Indonesian translation

 po/ChangeLog |   4 +
 po/id.po     | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 488 insertions(+), 481 deletions(-)

commit ea961b01b32480582962c890b5f1b4ff0a110e7a
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Tue Aug 30 12:58:47 2005 +0000

    Update Russian translation

 po/ChangeLog |    4 +
 po/ru.po     | 1254 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 560 insertions(+), 698 deletions(-)

commit 0abea9567b409726f491835b83a9a79b3e7209f2
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Aug 29 21:17:56 2005 +0000

    Updated Czech translation.
    
    2005-08-29  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |   4 +
 po/cs.po     | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 488 insertions(+), 481 deletions(-)

commit fbc88326a398ec6d264158c7c29bb24f7f100297
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Aug 29 20:47:27 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    4 +
 po/it.po     | 1015 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 511 insertions(+), 508 deletions(-)

commit 888ba24fe55f4ccb6be0bc6d92266ff35666bd89
Author: Tor Lillqvist <tml@novell.com>
Date:   Sun Aug 28 21:33:13 2005 +0000

    Use correct capitalization of GConf in the zipfile names.
    
    2005-08-29  Tor Lillqvist  <tml@novell.com>
    
        * gconf-zip.in: Use correct capitalization of GConf in the zipfile
        names.

 ChangeLog    | 5 +++++
 gconf-zip.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit d64069e8de43bc3b9913640169a4cbf9fc507768
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Aug 28 03:50:00 2005 +0000

    Updated Japanese translation for v2.11.92.
    
    2005-08-28  Takeshi AIHANA <aihana@gnome.gr.jp>
    
        * ja.po: Updated Japanese translation for v2.11.92.

 po/ChangeLog |    4 +
 po/ja.po     | 1337 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 671 insertions(+), 670 deletions(-)

commit 07f80f09539c9720fec8c5865fcd4f2ba12ecb81
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Aug 27 10:34:44 2005 +0000

    Updated French translation.

 po/ChangeLog |   4 +++
 po/fr.po     | 101 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 53 insertions(+), 52 deletions(-)

commit 2bb7849a6681baec57bae77ea0f6aa9c2b4cd5e5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Aug 23 21:07:48 2005 +0000

    Hungarian translation updated.
    
    2005-08-23  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Hungarian translation updated.

 po/ChangeLog |   4 +
 po/hu.po     | 957 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 484 insertions(+), 477 deletions(-)

commit 6a50f47f2876119a3662a3763a941303ffe52706
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Tue Aug 23 20:17:02 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-08-23  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 974 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 493 insertions(+), 485 deletions(-)

commit 5a2e6498ad4941d000587bafa14d4958cf8036ce
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Aug 23 06:25:37 2005 +0000

    Updtaed Translations

 po/ChangeLog |    4 +
 po/gu.po     | 1062 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 521 insertions(+), 545 deletions(-)

commit 8256e98250dfa123ddca99e478686275f945271f
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 22 08:25:15 2005 +0000

    post-release bump to 2.11.93.
    
    2005-08-22  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.11.93.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit d9c524bfffb7b7332b199558a72a6a0fa55012c9
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 22 08:21:53 2005 +0000

    Version 2.11.92.
    
    2005-08-22  Mark McLoughlin  <mark@skynet.ie>
    
        * configure.in: Version 2.11.92.

 ChangeLog     |    4 +
 NEWS          |   33 ++
 configure.in  |    2 +-
 po/am.po      |    6 +-
 po/ar.po      |    6 +-
 po/az.po      |    6 +-
 po/be.po      |    6 +-
 po/bg.po      |  955 +++++++++++++++++++++++++------------------------
 po/bn.po      |    6 +-
 po/bs.po      |    6 +-
 po/ca.po      |  955 +++++++++++++++++++++++++------------------------
 po/cs.po      |   10 +-
 po/cy.po      |  955 +++++++++++++++++++++++++------------------------
 po/da.po      |   10 +-
 po/de.po      |  955 +++++++++++++++++++++++++------------------------
 po/el.po      |  955 +++++++++++++++++++++++++------------------------
 po/en_CA.po   |    2 +-
 po/en_GB.po   |   10 +-
 po/es.po      |  958 +++++++++++++++++++++++++------------------------
 po/et.po      |  956 +++++++++++++++++++++++++------------------------
 po/eu.po      |   10 +-
 po/fa.po      |   10 +-
 po/fi.po      |  955 +++++++++++++++++++++++++------------------------
 po/fr.po      |    6 +-
 po/ga.po      |    6 +-
 po/gl.po      |    6 +-
 po/gu.po      |   10 +-
 po/he.po      |   10 +-
 po/hi.po      | 1071 ++++++++++++++++++++++++++++---------------------------
 po/hr.po      |    6 +-
 po/hu.po      | 1094 +++++++++++++++++++++++++++++---------------------------
 po/id.po      |   10 +-
 po/it.po      |    6 +-
 po/ja.po      |   10 +-
 po/ko.po      |  959 +++++++++++++++++++++++++------------------------
 po/lt.po      |   10 +-
 po/lv.po      |    6 +-
 po/mk.po      | 1088 +++++++++++++++++++++++++++++---------------------------
 po/ml.po      |    6 +-
 po/mn.po      |    6 +-
 po/ms.po      |    6 +-
 po/nb.po      |  955 +++++++++++++++++++++++++------------------------
 po/ne.po      |  963 +++++++++++++++++++++++++-------------------------
 po/nl.po      |  955 +++++++++++++++++++++++++------------------------
 po/nn.po      |    6 +-
 po/no.po      |  955 +++++++++++++++++++++++++------------------------
 po/pa.po      |   10 +-
 po/pl.po      |  955 +++++++++++++++++++++++++------------------------
 po/pt.po      |  955 +++++++++++++++++++++++++------------------------
 po/pt_BR.po   |    6 +-
 po/ro.po      |  955 +++++++++++++++++++++++++------------------------
 po/ru.po      |    6 +-
 po/rw.po      |    6 +-
 po/sk.po      |  955 +++++++++++++++++++++++++------------------------
 po/sl.po      |    6 +-
 po/sq.po      | 1100 ++++++++++++++++++++++++++++++---------------------------
 po/sr.po      |   10 +-
 po/sr@Latn.po |   10 +-
 po/sv.po      |   10 +-
 po/ta.po      |    6 +-
 po/th.po      |   34 +-
 po/tr.po      |    6 +-
 po/uk.po      |  959 +++++++++++++++++++++++++------------------------
 po/vi.po      |    6 +-
 po/xh.po      |    6 +-
 po/yi.po      |    6 +-
 po/zh_CN.po   |  955 +++++++++++++++++++++++++------------------------
 po/zh_TW.po   |    6 +-
 68 files changed, 11508 insertions(+), 11381 deletions(-)

commit 547864bd50fe2f5927ed396918cc77c0be39e4c2
Author: Rhys Jones <rhys@sucs.org>
Date:   Thu Aug 18 17:19:37 2005 +0000

    Updated Welsh translation.
    
    2005-08-18  Rhys Jones  <rhys@sucs.org>
    
        * cy.po: Updated Welsh translation.

 po/ChangeLog |    4 +
 po/cy.po     | 1396 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 697 insertions(+), 703 deletions(-)

commit 5696dd2a6d9a2944cd17433aacccb3a5124375f0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Aug 16 19:45:52 2005 +0000

    Updated Korean translation.
    
    2005-08-17  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     | 1021 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 513 insertions(+), 512 deletions(-)

commit 4bdcb713d6793a01713356388b041eeae45874df
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Aug 15 18:30:34 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-08-15  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 987 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 500 insertions(+), 491 deletions(-)

commit 69be9caae4253a892953ad13dc96b6e9dafb8740
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Mon Aug 15 17:08:41 2005 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 +
 po/ca.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 487 insertions(+), 480 deletions(-)

commit 585a717228bf3414a09bd7df7c0c82de6aac665b
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Mon Aug 15 13:20:00 2005 +0000

    Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
    
    2005-08-15  Mugurel Tudor  <mugurelu@gnome.ro>
    
            * ro.po: Updated Romanian translation
         by Misu Moldovan <dumol@gnome.ro>

 po/ChangeLog |    5 +
 po/ro.po     | 1018 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 515 insertions(+), 508 deletions(-)

commit 415fae2275bb2d3848e8381fa8ff2c8a0ac96fe6
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 14 21:58:08 2005 +0000

    Hungarian translation updated.
    
    2005-08-14  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     | 1110 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 535 insertions(+), 579 deletions(-)

commit 8f739b5af6e389a13e59409b70ad7b749a0ae286
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Aug 13 18:17:58 2005 +0000

    Updated Canadian English translation.
    
    
    2005-08-13  Adam Weinberger  <adamw@gnome.org>
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |  4 ++++
 po/en_CA.po  | 11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 97891f4461a61db61e66baaafc9093efc46ccadd
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Aug 13 16:05:53 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-08-13  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 +
 po/bg.po     | 1642 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 828 insertions(+), 819 deletions(-)

commit 3825fbbd59d544326e41a1ec56d4d4751685bfa0
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Aug 13 15:46:56 2005 +0000

    Updated Spanish translation.
    
    2005-08-13  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |   4 +
 po/es.po     | 966 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 488 insertions(+), 482 deletions(-)

commit 540c21c02e71795dbd7683d8df7974197fe7d2c4
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Aug 13 04:44:29 2005 +0000

    Updated Finnish translation

 po/ChangeLog |  4 ++++
 po/fi.po     | 19 ++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit fc449be8ec0c7ef7bebabfff0e8c78a4da49fab5
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Fri Aug 12 15:30:30 2005 +0000

    Updated Greek Translation

 po/ChangeLog |    4 +
 po/el.po     | 1015 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 512 insertions(+), 507 deletions(-)

commit f19bd5b7a5eb48be3897d41506dae62858459efa
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Fri Aug 12 15:01:59 2005 +0000

    Updated Ukrainian translation.
    
    2005-08-12  Maxim Dziumanenko <mvd@mylinux.ua>
    
        * Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     | 1015 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 511 insertions(+), 508 deletions(-)

commit b4ea36d2de321fd4bd914bb75fe92607762076d0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 12 05:48:12 2005 +0000

    Updated Norwegian bokmål translation. Same
    
    2005-08-12  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated Norwegian bokmål translation.
        * no.po: Same

 po/ChangeLog |   5 +
 po/nb.po     | 969 ++++++++++++++++++++++++++++++-----------------------------
 po/no.po     | 969 ++++++++++++++++++++++++++++++-----------------------------
 3 files changed, 977 insertions(+), 966 deletions(-)

commit 905576de65f095ab1d0d21fee76fca80eeae288c
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Thu Aug 11 23:18:27 2005 +0000

    done

 po/mk.po | 1098 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 529 insertions(+), 569 deletions(-)

commit 08294c48610560b958c704056df6309c3db27976
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Aug 11 22:06:52 2005 +0000

    Translation updated by Tino Meinen.
    
    2005-08-12  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |  4 ++++
 po/nl.po     | 21 +++++++++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)

commit 9fbfe5a3f520bcfe8a4e0f3f09d0dd9bb72a3f7a
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Thu Aug 11 18:14:16 2005 +0000

    Updated German translation.
    
    2005-08-11  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |  4 ++++
 po/de.po     | 13 ++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit 7ffebcd47f3c34f20cf7b9de3726d2b79b598653
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Aug 11 13:47:14 2005 +0000

    Updated Albanian translation.
    
    2005-08-11  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     | 1110 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 537 insertions(+), 577 deletions(-)

commit 5c8cc30d7c74fc3626dfc020adb67bb3a9ebb549
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 11 11:39:01 2005 +0000

    Updated Portuguese translation.
    
    2005-08-11  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 965 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 488 insertions(+), 481 deletions(-)

commit 220e7600f02904a268d50f84a8bcb41b4363c60a
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Thu Aug 11 09:03:59 2005 +0000

    Updated Polish translation by GNOME PL Team.
    
    2005-08-11  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog | 4 ++++
 po/pl.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit a0eab0770fd5ad74e7b791cfdfa84b2d9bb0350c
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Aug 11 05:08:18 2005 +0000

    Updated Slovak translation.
    
    2005-08-11  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 963 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 487 insertions(+), 480 deletions(-)

commit 00abcfee7d6793ff8a118bdfc0fb08ae45906a3c
Author: Funda Wang <fwang@src.gnome.org>
Date:   Thu Aug 11 04:34:38 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog | 4 ++++
 po/zh_CN.po  | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 201649284e1a78832e25370b51d592cd58383cd3
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Wed Aug 10 17:18:50 2005 +0000

    Updated Thai translation.
    
    2005-08-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.

 po/ChangeLog |  4 ++++
 po/th.po     | 42 +++++++++++++++++++++++-------------------
 2 files changed, 27 insertions(+), 19 deletions(-)

commit 03d529a198f6e6b95b430d63fdeea38c794aa584
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Aug 10 08:40:31 2005 +0000

    Spelling and capitalization fixes (closes bug #301133)
    
    
    2005-08-10  Adam Weinberger  <adamw@gnome.org>
    
        * backends/evoldap-backend.c: Spelling and capitalization
          fixes (closes bug #301133)

 ChangeLog                  | 5 +++++
 backends/evoldap-backend.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 0aa72fb642e9fbcea7c16f2b7cb3261510e7466f
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Mon Aug 8 03:32:56 2005 +0000

     updated nepali translation

 po/ChangeLog |    4 +
 po/ne.po     | 1069 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 540 insertions(+), 533 deletions(-)

commit a6faa17177f39ddce926893c52865ff29d2cc06d
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Tue Aug 2 10:56:48 2005 +0000

    updtd by rranjan@redhat.com

 po/hi.po | 1084 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 536 insertions(+), 548 deletions(-)

commit 6a6ffbb8fbd2f96893f294eddf35d21bfa697536
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Jul 31 07:51:53 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |   4 +
 po/zh_CN.po  | 959 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 485 insertions(+), 478 deletions(-)

commit 0dcfd52ba3dcb55f174ebd41a60f5ecc81866133
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Thu Jul 28 16:58:52 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    4 +
 po/fi.po     | 1017 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 514 insertions(+), 507 deletions(-)

commit 02ce83121a2aa06c2f28ea166a819ff2123e52a0
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Thu Jul 28 15:39:07 2005 +0000

    Bulk changes to Finnish strings

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 0f635e42f37626215aad07d9e2307cc1406ce2af
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Tue Jul 26 15:31:04 2005 +0000

    Updated German translation.
    
    2005-07-26  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     | 1009 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 509 insertions(+), 504 deletions(-)

commit a9f72989fbbf68337dbcc5e6bc2dbf41f1405087
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Jul 26 08:17:27 2005 +0000

    Updated Polish translation by GNOME PL Team.
    
    2005-07-26  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     | 1013 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 513 insertions(+), 504 deletions(-)

commit 1faecde92cda013631583457cc6aa22e297d807f
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Jul 26 06:47:08 2005 +0000

    Translation updated by Tino Meinen.
    
    2005-07-26  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 +
 po/nl.po     | 1049 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 518 insertions(+), 535 deletions(-)

commit 44028ae7fdeffcd7225e741c077c60495f06f1ab
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Jul 26 01:07:30 2005 +0000

    Fix one format string mismatch, mark other one as fuzzy.
    
    2005-07-26  Miloslav Trmac  <mitr@volny.cz>
    
            * zh_CN.po: Fix one format string mismatch, mark other one as fuzzy.

 po/ChangeLog | 4 ++++
 po/zh_CN.po  | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit ed390e2f1071d19c3ff20997a6355d9b80cb99b2
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jul 25 16:18:14 2005 +0000

    post-release bump to 2.11.91.
    
    2005-07-25  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.11.91.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 2f4d2362cdee878d046d3c67053bdc9c56723f74
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jul 25 16:13:00 2005 +0000

    Version 2.11.90.
    
    2005-07-25  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.11.90.

 ChangeLog                           |    4 +
 NEWS                                |   37 ++
 configure.in                        |    2 +-
 doc/gconf/tmpl/gconf-backend.sgml   |    3 +
 doc/gconf/tmpl/gconf-changeset.sgml |    3 +
 doc/gconf/tmpl/gconf-client.sgml    |    3 +
 doc/gconf/tmpl/gconf-engine.sgml    |    3 +
 doc/gconf/tmpl/gconf-error.sgml     |    3 +
 doc/gconf/tmpl/gconf-internals.sgml |    3 +
 doc/gconf/tmpl/gconf-listeners.sgml |    3 +
 doc/gconf/tmpl/gconf-locale.sgml    |    3 +
 doc/gconf/tmpl/gconf-schema.sgml    |    3 +
 doc/gconf/tmpl/gconf-sources.sgml   |    3 +
 doc/gconf/tmpl/gconf-value.sgml     |    3 +
 doc/gconf/tmpl/gconf.sgml           |    3 +
 po/am.po                            |  318 +++++-----
 po/ar.po                            |  318 +++++-----
 po/az.po                            |  318 +++++-----
 po/be.po                            |  318 +++++-----
 po/bg.po                            |  955 +++++++++++++++--------------
 po/bn.po                            |  318 +++++-----
 po/bs.po                            |  318 +++++-----
 po/ca.po                            | 1084 +++++++++++++++++----------------
 po/cs.po                            |  318 +++++-----
 po/cy.po                            |  318 +++++-----
 po/da.po                            |  955 +++++++++++++++--------------
 po/de.po                            |  318 +++++-----
 po/el.po                            |  318 +++++-----
 po/en_CA.po                         |  318 +++++-----
 po/en_GB.po                         |  318 +++++-----
 po/es.po                            |  318 +++++-----
 po/et.po                            |  955 +++++++++++++++--------------
 po/eu.po                            | 1052 ++++++++++++++++----------------
 po/fa.po                            | 1123 +++++++++++++++++-----------------
 po/fi.po                            |  318 +++++-----
 po/fr.po                            |  318 +++++-----
 po/ga.po                            |  318 +++++-----
 po/gl.po                            | 1013 ++++++++++++++++---------------
 po/gu.po                            | 1061 +++++++++++++++++----------------
 po/he.po                            |  971 +++++++++++++++---------------
 po/hi.po                            | 1045 ++++++++++++++++----------------
 po/hr.po                            |  318 +++++-----
 po/hu.po                            |  318 +++++-----
 po/id.po                            |  957 +++++++++++++++--------------
 po/it.po                            |  318 +++++-----
 po/ja.po                            |  955 +++++++++++++++--------------
 po/ko.po                            |  318 +++++-----
 po/lt.po                            |  959 +++++++++++++++--------------
 po/lv.po                            |  318 +++++-----
 po/mk.po                            | 1108 +++++++++++++++++-----------------
 po/ml.po                            |  318 +++++-----
 po/mn.po                            |  318 +++++-----
 po/ms.po                            |  318 +++++-----
 po/nb.po                            |  955 +++++++++++++++--------------
 po/ne.po                            |  318 +++++-----
 po/nl.po                            |  318 +++++-----
 po/nn.po                            |  318 +++++-----
 po/no.po                            |  955 +++++++++++++++--------------
 po/pa.po                            | 1049 ++++++++++++++++----------------
 po/pl.po                            |  318 +++++-----
 po/pt.po                            |  963 +++++++++++++++---------------
 po/pt_BR.po                         |  318 +++++-----
 po/ro.po                            |  318 +++++-----
 po/ru.po                            |  318 +++++-----
 po/rw.po                            |  318 +++++-----
 po/sk.po                            |  955 +++++++++++++++--------------
 po/sl.po                            |  318 +++++-----
 po/sq.po                            | 1100 ++++++++++++++++++----------------
 po/sr.po                            |  962 +++++++++++++++---------------
 po/sr@Latn.po                       | 1048 ++++++++++++++++----------------
 po/sv.po                            |  955 +++++++++++++++--------------
 po/ta.po                            |  318 +++++-----
 po/th.po                            |  241 ++++----
 po/tr.po                            |  318 +++++-----
 po/uk.po                            |  318 +++++-----
 po/vi.po                            | 1127 +++++++++++++++++------------------
 po/xh.po                            |  318 +++++-----
 po/yi.po                            |  318 +++++-----
 po/zh_CN.po                         |  963 +++++++++++++++---------------
 po/zh_TW.po                         |  955 +++++++++++++++--------------
 80 files changed, 19498 insertions(+), 19086 deletions(-)

commit 6094518c07fd89b5e3ad8c7e4eaa77221ccafb0d
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Jul 25 05:58:37 2005 +0000

    Minor spelling fixes in Thai translation.
    
    2005-07-25  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Minor spelling fixes in Thai translation.

 po/ChangeLog | 4 ++++
 po/th.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 1372d2b4c924b72fc73147c5537ac45d7728fb2f
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Jul 25 05:42:50 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-07-25  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 +
 po/bg.po     | 1086 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 510 insertions(+), 581 deletions(-)

commit 664a7111aa252b8e172c37ca7317ddae876102f7
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Jul 24 17:55:41 2005 +0000

    Updated Portuguese translation.
    
    2005-07-24  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     | 1015 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 514 insertions(+), 505 deletions(-)

commit d47299fc4f0cbede9365171b7079bbbf19c6586d
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Fri Jul 22 11:42:32 2005 +0000

    Updated Translations

 po/ChangeLog |    4 +
 po/gu.po     | 1126 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 546 insertions(+), 584 deletions(-)

commit 6bd06fa121bcb540038ab798fb6896cbf91de92c
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Thu Jul 21 16:32:21 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-07-21  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +++
 po/et.po     | 105 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 60 insertions(+), 49 deletions(-)

commit 533b9e49399a6ff8ea13320152f44ef4fa049f40
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Thu Jul 21 11:38:32 2005 +0000

    Merged from gnome-2.10

 po/vi.po | 1127 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 564 insertions(+), 563 deletions(-)

commit 2a6bf66f17853639a937abeaef492bc7be47b43f
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Wed Jul 20 16:29:56 2005 +0000

    done

 po/mk.po | 260 +++++++++++++++++++++------------------------------------------
 1 file changed, 85 insertions(+), 175 deletions(-)

commit e6e19877ff0364a18f561028ff76319baca19240
Author: Yair Hershkovitz <yairhr@gmail.com>
Date:   Wed Jul 20 00:26:11 2005 +0000

    Added Hebrew translation
    
    2005-07-20  Yair Hershkovitz  <yairhr@gmail.com>
    
        * he.po: Added Hebrew translation

 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/he.po     | 2459 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2464 insertions(+), 1 deletion(-)

commit a3f422b065b439e6d26c006a33b23c4d4c7ec881
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Jul 17 17:38:44 2005 +0000

    Updated Lithuanian translation.
    
    2005-07-17  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     | 1011 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 510 insertions(+), 505 deletions(-)

commit 431c58fbd62e98ae72841ac1ef5c89c006a44c71
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Sat Jul 16 16:10:02 2005 +0000

    Updated Albanian translation.
    
    2005-07-16  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     | 1142 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 553 insertions(+), 593 deletions(-)

commit 2b4c18870960718b2356de393697efc5eb5d6277
Author: Aivars Kalvans <aivars.kalvans@inbox.lv>
Date:   Thu Jul 14 17:30:49 2005 +0000

    Reduce number g_string_append_c() calls (bug#309760)
    
    2005-07-14  Aivars Kalvans <aivars.kalvans@inbox.lv>
    
        Reduce number g_string_append_c() calls (bug#309760)
    
        * configure.in: flockfile is not used anymore
        * gconf/gconf.c (gconf_escape_key): join two
        g_string_append_c() and g_string_append_printf() call
        * gconf/gconfd.c (read_line): use fgets() instead of getc_unlocked()
        to read a line

 ChangeLog      | 10 +++++++++
 configure.in   |  2 +-
 gconf/gconf.c  |  4 +---
 gconf/gconfd.c | 66 +++++++++++++++++++++++-----------------------------------
 4 files changed, 38 insertions(+), 44 deletions(-)

commit 8803ec4b2221aef32c0601d55586a2581a8c2d7b
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Thu Jul 14 09:10:53 2005 +0000

    ima ushe

 po/mk.po | 1134 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 566 insertions(+), 568 deletions(-)

commit 81975f1b856b2a277ca728a45f81b78c1ea4bbde
Author: Roozbeh Pournader <roozbeh@farsiweb.info>
Date:   Wed Jul 13 15:41:24 2005 +0000

    Updated Persian translation by Elnaz Sarbar <elnaz@farsiweb.info> and
    
    2005-07-13  Roozbeh Pournader  <roozbeh@farsiweb.info>
    
        * fa.po: Updated Persian translation by Elnaz Sarbar
        <elnaz@farsiweb.info> and Meelad Zakaria <meelad@farsiweb.info>.

 po/ChangeLog |    5 +
 po/fa.po     | 1305 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 672 insertions(+), 638 deletions(-)

commit 53e500e8ec42b0ec32c944b5ed85f0904793093e
Author: Gustavo J. A. M. Carneiro <gjc@src.gnome.org>
Date:   Wed Jul 13 13:18:23 2005 +0000

    fix typo, g_entry_unref should be gconf_entry_unref

 ChangeLog            | 5 +++++
 gconf/gconf-client.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit d6a328a8963a166e7af458fb8ddaed1dd6819443
Author: Aivars Kalvans <aivars.kalvans@inbox.lv>
Date:   Wed Jul 13 12:40:27 2005 +0000

    unref GConfEntry after notifying client. Fixes bug #158756
    
    2005-07-13  Aivars Kalvans <aivars.kalvans@inbox.lv>
    
        * gconf/gconf-client.c (gconf_client_notify): unref GConfEntry
        after notifying client. Fixes bug #158756

 ChangeLog            | 5 +++++
 gconf/gconf-client.c | 1 +
 2 files changed, 6 insertions(+)

commit c52ab94b4a0b3a91520755490729aa4ccdd5f8d5
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Mon Jul 11 10:06:46 2005 +0000

    updated by rranjan@redhat.com

 po/hi.po | 251 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 119 insertions(+), 132 deletions(-)

commit 55814d072d03af42cbdd7af7b982ab7053facfc7
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Jul 9 09:46:36 2005 +0000

    Updated Serbian translation.

 po/ChangeLog  |    8 +-
 po/sr.po      | 1015 ++++++++++++++++++++++++++--------------------------
 po/sr@Latn.po | 1102 ++++++++++++++++++++++++++++-----------------------------
 3 files changed, 1062 insertions(+), 1063 deletions(-)

commit 1f98b820980e32a510aa323ea2b6edeb9bd165e9
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Fri Jul 8 04:10:56 2005 +0000

    update by amanpreetalam@yahoo.com

 po/pa.po | 1111 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 541 insertions(+), 570 deletions(-)

commit df30464c0b800227906de9a8875ed27b222074e1
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Jul 6 21:22:04 2005 +0000

    Updated Galician translation by Ignacio Casal Quinteiro
    
    2004-07-06  Christian Rose  <menthos@menthos.com>
    
        * gl.po: Updated Galician translation by
        Ignacio Casal Quinteiro <nacho.resa@gmail.com>.

 po/ChangeLog |    5 +
 po/gl.po     | 1775 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 796 insertions(+), 984 deletions(-)

commit 2aac48fd26a814b59d6635d111e8cc4be8b0b078
Author: Hendrik Richter <hendi@gnome-de.org>
Date:   Mon Jul 4 15:41:11 2005 +0000

    Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.
    
    2005-07-04  Hendrik Richter  <hendi@gnome-de.org>
    
        * de.po: Fixed German translation by
        Jens Seidel <jensseidel@users.sf.net>.

 po/ChangeLog |  5 +++++
 po/de.po     | 21 +++++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

commit 2be382ff57d3d5ac77e33070356f6e3bc34c1d67
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Jul 1 12:46:48 2005 +0000

    Updated Traditional Chinese translation.
    
    2005-07-01  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_TW.po: Updated Traditional Chinese translation.

 po/ChangeLog |  4 ++++
 po/zh_TW.po  | 33 ++++++++++++---------------------
 2 files changed, 16 insertions(+), 21 deletions(-)

commit 55cfdb65d07d2359bca1ffcd1c0c6b34b4c14cc1
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Fri Jun 24 03:28:49 2005 +0000

    fix language team reference

 po/ChangeLog |   4 +
 po/zh_TW.po  | 957 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 484 insertions(+), 477 deletions(-)

commit 9ef795794ef9c7423a913c55cc7312c706f6af1a
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jun 21 07:03:55 2005 +0000

    require glib 2.7.0
    
    2005-06-21  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: require glib 2.7.0
    
    2005-06-21  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Marcus Meissner <meissner@suse.de> in
            bug #308448
    
            * gconf/gconf-changeset.h,
              gconf/gconf-client.h: use G_GNUC_NULL_TERMINATED for
            gconf_(client|engine)_change_set_from_current()

 ChangeLog               | 13 +++++++++++++
 configure.in            |  2 +-
 gconf/gconf-changeset.h |  2 +-
 gconf/gconf-client.h    |  2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

commit 9f88f4176162b60bcd235f50b8286c047f075bcc
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Jun 20 21:01:25 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-06-21  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     | 1327 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 732 insertions(+), 599 deletions(-)

commit db9e857446dc26f2c709bf0bbca60bf58a066613
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Jun 19 06:31:03 2005 +0000

    Updated Thai translation.
    
    2005-06-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * th.po: Updated Thai translation.

 po/ChangeLog |  4 +++
 po/th.po     | 83 ++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 48 insertions(+), 39 deletions(-)

commit 107156ec1a3e75fe4632c64d93ce1c58c1fcad71
Author: Aivars Kalvans <aivars.kalvans@inbox.lv>
Date:   Sat Jun 18 16:48:07 2005 +0000

    free ->address Fixes bug #307887
    
    2005-06-18  Aivars Kalvans <aivars.kalvans@inbox.lv>
    
        * gconf/gconf-sources.c (gconf_source_free): free ->address
        Fixes bug #307887

 ChangeLog             | 5 +++++
 gconf/gconf-sources.c | 3 +++
 2 files changed, 8 insertions(+)

commit 9dc7d8413a496543121fa0b74d5a188fd3052394
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Fri Jun 17 06:53:14 2005 +0000

    - fixed some typos in previous commit.

 po/th.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e5a9401346f4a6bab8b53b4ea59c00c97abecb22
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Jun 17 06:51:47 2005 +0000

    Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.
    
    2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
        * configure.in: Added 'th' (Thai) to ALL_LINGUAS.
        * po/th.po: Added Thai translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/th.po     | 2410 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2419 insertions(+), 1 deletion(-)

commit 39d83247c3a8ed4fcbf60e81ba9e251a28515db3
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Jun 15 09:07:34 2005 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     | 1356 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 610 insertions(+), 750 deletions(-)

commit dab776174f315f5a30e5c61af7836e16cceb93dd
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Tue Jun 14 09:12:09 2005 +0000

    updated by rranajn

 po/hi.po | 1666 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 803 insertions(+), 863 deletions(-)

commit ccb7ce0f09a6ddb36765d2519a6df57e2e5d2a50
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jun 13 16:50:35 2005 +0000

    Fixes bug #306937 - gconfd-2 not shutting down when its no longer in use.
    
    2005-06-13  Mark McLoughlin  <mark@skynet.ie>
    
            Fixes bug #306937 - gconfd-2 not shutting down when its
            no longer in use.
    
            * gconf/gconfd.c: (no_databases_in_use): account for the
            fact that the default database is on the global list of
            databases now too.

 ChangeLog      |  9 +++++++++
 gconf/gconfd.c | 11 +++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit be294b5841f2bf4461a29a881d4a4865c6d93af3
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Jun 12 06:54:11 2005 +0000

    Updated Slovak translation.
    
    2005-06-12  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 995 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 503 insertions(+), 496 deletions(-)

commit dca40796a59929ae97f39344e01cfccb37f5eb4c
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Jun 10 05:57:27 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-06-10  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     | 1092 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 487 insertions(+), 609 deletions(-)

commit 0aa1de43b6d5cc31982dc56a8829535a65f5aa4a
Author: Tor Lillqvist <tml@novell.com>
Date:   Thu Jun 9 23:53:02 2005 +0000

    Require GLib 2.6.0 so we can use the "gstdio wrappers".
    
    2005-06-08  Tor Lillqvist  <tml@novell.com>
    
        * configure.in: Require GLib 2.6.0 so we can use the "gstdio
        wrappers".
    
        * backends/*.c
        * gconf/*.c: Use gstdio wrappers and gdir for better support of
        non-ASCII pathnames on Windows. Use g_strerror() consistently in
        error messages, as g_printerr() etc want UTF-8.
    
        * gconf/Makefile.am: Append EXEEXT to gconfd's name.
    
        * gconf/gconf-internals.h: Use functions instead of variables to
        access the run-time pathnames on Win32. This enables us to have a
        cleaner DllMain(). Add underscore prefix to the internal
        Win32-only functions.
    
        * gconf/dllmain.c (DllMain): Use minimalistic DllMain() that only
        stores the handle to the DLL.
        (setup): Do the real work here instead.
        (_gconf_win32_get_locale_dir, etc): Functions to return the
        run-time pathnames.
    
        * gconf/gconf-internals.c (_gconf_win32_get_home_dir):
        As g_get_home_dir() has now been fixed to never return NULL on
        Windows, we don't have to bother checking that here.

 ChangeLog                   |  27 +++++++
 backends/gconf-merge-tree.c |   2 +-
 backends/markup-backend.c   |  34 ++++----
 backends/markup-tree.c      |  54 +++++++------
 backends/xml-backend.c      |  34 ++++----
 backends/xml-dir.c          |  81 ++++++++++---------
 configure.in                |   2 +-
 gconf/Makefile.am           |   2 +-
 gconf/dllmain.c             | 186 ++++++++++++++++++++++++++++----------------
 gconf/gconf-internals.c     |  75 ++++++++----------
 gconf/gconf-internals.h     |  28 ++++---
 gconf/gconf-sanity-check.c  |   6 +-
 gconf/gconfd.c              |  54 ++++++-------
 gconf/gconftool.c           |  16 ++--
 14 files changed, 326 insertions(+), 275 deletions(-)

commit 33dda1668fa561301313c66e6af97e1eb3566859
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Wed Jun 8 12:27:08 2005 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog | 4 ++++
 po/da.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 343e52e52ff7c6072ae0c705027c75de153f21c5
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Wed Jun 8 11:30:20 2005 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/da.po | 1014 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 508 insertions(+), 506 deletions(-)

commit 8d3c7bb97c91a27e6fcafab993fd31661167769c
Author: Christian Rose <menthos@menthos.com>
Date:   Tue May 31 15:15:37 2005 +0000

    Updated Swedish translation.
    
    2005-05-31  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     | 1026 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 526 insertions(+), 504 deletions(-)

commit 423a82ae63f4480c2a63897652bda8c29740dcf7
Author: Funda Wang <fwang@src.gnome.org>
Date:   Mon May 30 02:15:55 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 +
 po/zh_CN.po  | 1140 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 574 insertions(+), 570 deletions(-)

commit e1f98fa12361cbe2565e9d3e7d688e5fc8c16cb2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 25 18:05:13 2005 +0000

    Update Update
    
    2005-05-25  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Update
        * no.po: Update

 po/ChangeLog |    5 +
 po/nb.po     | 1011 +++++++++++++++++++++++++++++-----------------------------
 po/no.po     | 1011 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 1015 insertions(+), 1012 deletions(-)

commit 082b11d9239a1f3026c9a5193c98a4d9316f1023
Author: Iaki Larraaga <dooteo@euskalgnu.org>
Date:   Sat May 21 10:12:31 2005 +0000

    Updated Basque translation.
    
    2005-05-21  Iaki Larraaga  <dooteo@euskalgnu.org>
    
            * eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     | 1220 +++++++++++++++++++++++++---------------------------------
 2 files changed, 537 insertions(+), 687 deletions(-)

commit fdd6e7008b08e18c889f19369b3d158033e57cc5
Author: Mohammad DAMT <mdamt@gnome.org>
Date:   Wed May 18 23:31:10 2005 +0000

    Updated Indonesian translation
    
    2005-05-19  Mohammad DAMT  <mdamt@gnome.org>
    
      * id.po: Updated Indonesian translation

 po/ChangeLog |    4 +
 po/id.po     | 1329 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 673 insertions(+), 660 deletions(-)

commit ec169a3d3edfa125d64e852295448e95a7619617
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Wed May 18 12:18:02 2005 +0000

    Updated Japanese translation for v2.11.1.
    
    2005-05-18  Takeshi AIHANA <aihana@gnome.gr.jp>
        * ja.po: Updated Japanese translation for v2.11.1.

 po/ChangeLog |    4 +
 po/ja.po     | 1017 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 511 insertions(+), 510 deletions(-)

commit c8ae67f226ac275c6e2795f2091c386c7508ef7f
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue May 17 13:51:18 2005 +0000

    post-release bump to 2.11.2.
    
    2005-05-17  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.11.2.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 7047a5428f9af75271ea04ad605ff1c74864c8b8
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue May 17 13:47:40 2005 +0000

    Version 2.11.1.
    
    2005-05-17  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.11.1.

 ChangeLog     |    4 +
 NEWS          |   31 ++
 po/am.po      |  686 ++++++++++++++------------
 po/ar.po      |  689 ++++++++++++++------------
 po/az.po      |  691 ++++++++++++++------------
 po/be.po      |  700 ++++++++++++++------------
 po/bg.po      |  690 ++++++++++++++------------
 po/bn.po      |  686 ++++++++++++++------------
 po/bs.po      |  688 ++++++++++++++------------
 po/ca.po      |  690 ++++++++++++++------------
 po/cs.po      |  963 ++++++++++++++++++------------------
 po/cy.po      |   74 ++-
 po/da.po      |  689 ++++++++++++++------------
 po/de.po      |  688 ++++++++++++++------------
 po/el.po      |  703 ++++++++++++++------------
 po/en_CA.po   |  963 ++++++++++++++++++------------------
 po/en_GB.po   | 1518 ++++++++++++++++++++++++++++++++-------------------------
 po/es.po      |  973 ++++++++++++++++++------------------
 po/et.po      | 1064 ++++++++++++++++++++++------------------
 po/eu.po      | 1021 ++++++++++++++++++++------------------
 po/fa.po      |  807 +++++++++++++++++-------------
 po/fi.po      |  689 ++++++++++++++------------
 po/fr.po      |  691 ++++++++++++++------------
 po/ga.po      |  686 ++++++++++++++------------
 po/gl.po      |  688 ++++++++++++++------------
 po/gu.po      |  690 ++++++++++++++------------
 po/hi.po      |  688 ++++++++++++++------------
 po/hr.po      |  689 ++++++++++++++------------
 po/hu.po      | 1112 ++++++++++++++++++++++--------------------
 po/id.po      |  686 ++++++++++++++------------
 po/it.po      |  690 ++++++++++++++------------
 po/ja.po      |  690 ++++++++++++++------------
 po/ko.po      |  689 ++++++++++++++------------
 po/lt.po      |  690 ++++++++++++++------------
 po/lv.po      |  686 ++++++++++++++------------
 po/mk.po      |  688 ++++++++++++++------------
 po/ml.po      |  688 ++++++++++++++------------
 po/mn.po      |  688 ++++++++++++++------------
 po/ms.po      |  686 ++++++++++++++------------
 po/nb.po      |  689 ++++++++++++++------------
 po/ne.po      |  688 ++++++++++++++------------
 po/nl.po      |  690 ++++++++++++++------------
 po/nn.po      |  689 ++++++++++++++------------
 po/no.po      |  689 ++++++++++++++------------
 po/pa.po      |  688 ++++++++++++++------------
 po/pl.po      |  688 ++++++++++++++------------
 po/pt.po      |  688 ++++++++++++++------------
 po/pt_BR.po   |  689 ++++++++++++++------------
 po/ro.po      |  689 ++++++++++++++------------
 po/ru.po      |  690 ++++++++++++++------------
 po/rw.po      |  105 +++-
 po/sk.po      |  109 ++++-
 po/sl.po      |  687 ++++++++++++++------------
 po/sq.po      | 1139 ++++++++++++++++++++++++-------------------
 po/sr.po      |  689 ++++++++++++++------------
 po/sr@Latn.po |  690 ++++++++++++++------------
 po/sv.po      |  692 ++++++++++++++------------
 po/ta.po      |  689 ++++++++++++++------------
 po/tr.po      |  689 ++++++++++++++------------
 po/uk.po      |  690 ++++++++++++++------------
 po/vi.po      |  686 ++++++++++++++------------
 po/xh.po      |  691 ++++++++++++++------------
 po/yi.po      |  683 ++++++++++++++------------
 po/zh_CN.po   |  688 ++++++++++++++------------
 po/zh_TW.po   |  688 ++++++++++++++------------
 65 files changed, 24821 insertions(+), 20203 deletions(-)

commit 9012c7e2b1c866ac925bffc0011a84e74859c847
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Tue May 17 10:57:02 2005 +0000

    another minor tweak

 backends/README.evoldap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 897988ce9666e4c3d018105e96841511557884ad
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue May 17 10:48:48 2005 +0000

    update.
    
    2005-05-17  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/README.evoldap: update.

 ChangeLog               |  4 +++
 backends/README.evoldap | 68 ++++++++++++++++++++++++++-----------------------
 2 files changed, 40 insertions(+), 32 deletions(-)

commit 39a8af7754c578f3621f136ea50b2fc3ce62d8f3
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue May 17 10:40:25 2005 +0000

    Re-work a bit so it now supports putting the addressbook, calendar and
    
    2005-05-17  Mark McLoughlin  <mark@skynet.ie>
    
            Re-work a bit so it now supports putting the addressbook,
            calendar and task sources in LDAP.
    
            * backends/evoldap-backend.c:
            (get_evolution_uid), (get_variable): renamed the $(ACCOUNT_UID)
            variable to $(EVOLUTION_UID)
            (parse_conf_file): upd to lookup the new templates.
            (subst_variables_into_template): allow substituing into
            any template.
            (build_value_from_entries): split out; constructs a list value
            by munging the LDAP entries with a template.
            (lookup_values_from_ldap): lookup the addressbook, calendar
            and tasks sources too.
            (query_value), (all_entries), (all_subdirs),
            (dir_exists): upd. to handle addressbook, calendar and tasks.
            (destroy_source): free new stuff.
    
            * backends/evoldap.conf: change the format slightly to add
            templates for addressbook, calendar and tasks.
    
            * backends/evoldap.schema: add new schema.

 ChangeLog                  |  24 ++++
 backends/evoldap-backend.c | 299 ++++++++++++++++++++++++++++++++++++---------
 backends/evoldap.conf      | 104 ++++++++++------
 backends/evoldap.schema    |  55 +++++++++
 4 files changed, 387 insertions(+), 95 deletions(-)

commit 0cfaf794e03c8127efbeaf01d13d20a0a8fd460c
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Thu May 12 16:00:39 2005 +0000

    Updated Greek Translation

 po/ChangeLog |  4 ++++
 po/el.po     | 14 +++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit f5b7ef18ee51d5d33864ff7723629780b2417716
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon May 9 07:38:06 2005 +0000

    Update to use GNOME OIDs as assigned by Jochen Friedrich <jochen@scram.de>
    
    2005-05-09  Mark McLoughlin  <mark@skynet.ie>
    
            Update to use GNOME OIDs as assigned by
            Jochen Friedrich <jochen@scram.de>
    
            * backends/evoldap.schema: use GNOME OIDs.

 ChangeLog               |  7 +++++++
 backends/evoldap.schema | 15 ++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

commit dcea5369ff5eda2efced0563a7eacc2f0f902a2c
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri May 6 12:44:07 2005 +0000

    Small fix for previous commit.
    
    2005-05-06  Mark McLoughlin  <mark@skynet.ie>
    
            Small fix for previous commit.
    
            * gconf/gconfd.c: (gconfd_notify_other_listeners):
            Don't try and free a NULL GConfValue.

 ChangeLog      | 7 +++++++
 gconf/gconfd.c | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 5621bd6afa22fabd9809be0684ee429f0a7ed314
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri May 6 11:36:27 2005 +0000

    Fix for crasher. Based on patch from Josselin Mouette <joss@debian.org> in
    
    2005-05-06  Mark McLoughlin  <mark@skynet.ie>
    
            Fix for crasher. Based on patch from Josselin Mouette <joss@debian.org>
            in bug #158917
    
            * gconf/gconfd.c: (gconfd_notify_other_listeners): if the
            value is unset, create an InvalidVal ConfigValue.

 ChangeLog      |  8 ++++++++
 gconf/gconfd.c | 10 +++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit fbb8247008346bbc45011a4d81d6b03ca2942b0a
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Apr 30 14:43:22 2005 +0000

    Updated Czech translation.
    
    2005-04-30  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     | 1005 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 544 insertions(+), 465 deletions(-)

commit e1289ed60778e79d5461d09105c3791c90f66760
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Thu Apr 28 02:12:23 2005 +0000

    Updated Welsh translation.

 po/ChangeLog |   4 +
 po/cy.po     | 700 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 394 insertions(+), 310 deletions(-)

commit f91d0cfc953d3cd7c09f63f6cb6890e3fcb45df3
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Apr 27 22:09:04 2005 +0000

    Hungarian translation updated.
    
    2005-04-28  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Hungarian translation updated.

 po/ChangeLog |   4 +
 po/hu.po     | 926 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 567 insertions(+), 363 deletions(-)

commit 41da20c47bb4f66764abf7b34f83da21c9d5f9a4
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Apr 27 10:22:42 2005 +0000

    link the evoldap backend with libxml.
    
    2005-04-27  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/Makefile.am: link the evoldap backend with libxml.

 ChangeLog            | 4 ++++
 backends/Makefile.am | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 364e65a610b2c1dbb66b2a7847e7f7a13ff895e7
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Apr 27 00:13:40 2005 +0000

    Hungarian translation updated.
    
    2005-04-27  Gabor Kelemen  <kelemeng@gnome.hu>
    
        * hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     | 1014 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 552 insertions(+), 466 deletions(-)

commit 793b91fc9d4d89d11b538deba75241c470426a5d
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 25 17:00:19 2005 +0000

    Pointed out by Gustavo Carneiro <gjc@inescporto.pt> in bug #300804
    
    2005-04-25  Mark McLoughlin  <mark@skynet.ie>
    
            Pointed out by Gustavo Carneiro <gjc@inescporto.pt> in
            bug #300804
    
            * gconf/gconf-enum-types.[ch]: run "make regenerate-built-sources"
            so that we get GCONF_TYPE_UNSET_FLAGS.
    
            * gconf/gconf-error.h,
              gconf/gconf-value.h: remove unneccessary glib-mkenums options
            from C comment.
    
            * gconf/regenerate-enum-footer.sh,
              gconf/regenerate-enum-header.sh: tweak the arguments to glib-mkenums
            so that we get the same output that we were getting before and the
            command line is a wee bit more readable.

 ChangeLog                       | 17 +++++++++++++++++
 gconf/gconf-enum-types.c        | 14 ++++++++++++++
 gconf/gconf-enum-types.h        |  3 +++
 gconf/gconf-error.h             |  2 +-
 gconf/gconf-value.h             |  2 +-
 gconf/regenerate-enum-footer.sh |  8 +++++++-
 gconf/regenerate-enum-header.sh |  7 ++++++-
 7 files changed, 49 insertions(+), 4 deletions(-)

commit 9a6d1a6526927d23388aebbc1fbac0517b20f22f
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Apr 25 09:45:06 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-04-25  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |  4 ++++
 po/et.po     | 21 ++++++++++++---------
 2 files changed, 16 insertions(+), 9 deletions(-)

commit e9273f0675d87524610e5de76855c1ac172ad134
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Apr 23 16:03:36 2005 +0000

    Updated Spanish translation.
    
    2005-04-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     | 1020 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 554 insertions(+), 470 deletions(-)

commit b20e79991a91b3d47fbe168f054bf7f9a3abf63f
Author: David Lodge <dave@cirt.net>
Date:   Tue Apr 19 19:05:21 2005 +0000

    Updated British English translation.
    
    2005-04-18  David Lodge  <dave@cirt.net>
    
        * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 +
 po/en_GB.po  | 1574 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 730 insertions(+), 848 deletions(-)

commit 88c0588bb9f75bf69c395f4660b8f29dc7314516
Author: Adam Weinberger <adamw@gnome.org>
Date:   Tue Apr 19 01:06:11 2005 +0000

    Updated Canadian English translation.
    
    2005-04-18  Adam Weinberger  <adamw@gnome.org>
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |  4 ++++
 po/en_CA.po  | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 78 insertions(+), 4 deletions(-)

commit e47abe2356b6d1b0c5e6dbc23c7416e4408337a4
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 18 13:49:36 2005 +0000

    Add Evolution mail account LDAP backend.
    
    2005-04-18  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/evoldap-backend.c, backends/evoldap.conf,
              backends/evoldap.schema, backends/README.evoldap:
            Add Evolution mail account LDAP backend.
    
            * configure.in, backends/Makefile.am: build the backend
            if we can find the openldap library and header.

 ChangeLog                  |   9 +
 backends/Makefile.am       |  23 +-
 backends/README.evoldap    | 191 ++++++++++
 backends/evoldap-backend.c | 851 +++++++++++++++++++++++++++++++++++++++++++++
 backends/evoldap.conf      |  53 +++
 backends/evoldap.schema    |  27 ++
 configure.in               |   7 +
 po/ChangeLog               |   4 +
 po/POTFILES.in             |   1 +
 9 files changed, 1165 insertions(+), 1 deletion(-)

commit becb1c5675d02f340f72e1b9c8caf00af2c89427
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue Apr 12 08:15:03 2005 +0000

    Updated Albanian translation.
    
    2005-04-12  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     | 1094 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 532 insertions(+), 566 deletions(-)

commit 55519224bb0278bd46ca8abfa86cce9cf2d97260
Author: Iaki Larraaga <dooteo@euskalgnu.org>
Date:   Mon Apr 11 18:57:27 2005 +0000

    Updated Basque translation.
    
    2005-04-11  Iaki Larraaga  <dooteo@euskalgnu.org>
    
            * eu.po:  Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     | 1126 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 574 insertions(+), 556 deletions(-)

commit 8cc2162f589ed42b4a29d4cadfc067144f7ef91d
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Fri Apr 8 00:52:57 2005 +0000

    Updated British English translation

 ChangeLog   |   4 +
 po/en_GB.po | 627 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 321 insertions(+), 310 deletions(-)

commit fcac0069cbc447c72e4ae3e5cdd332700f58e8e3
Author: Roozbeh Pournader <roozbeh@farsiweb.info>
Date:   Wed Apr 6 14:32:45 2005 +0000

    Updated Persian translation by Elnaz Sarbar <elnaz@farsiweb.info>.
    
    2005-04-06  Roozbeh Pournader  <roozbeh@farsiweb.info>
    
        * fa.po: Updated Persian translation by
          Elnaz Sarbar <elnaz@farsiweb.info>.

 po/ChangeLog |   5 +
 po/fa.po     | 655 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 343 insertions(+), 317 deletions(-)

commit 455c85d8f557f785187801fd16a6227ad7f789f7
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 4 08:30:59 2005 +0000

    Patch from Stepan Kasal <kasal@ucw.cz>
    
    2005-04-04  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Stepan Kasal  <kasal@ucw.cz>
    
            * gconf-2.m4.in (AM_GCONF_SOURCE_2): Use "--enable-schemas-install",
            not "--disable-schemas-install", in the error message; one has to
            give "--enable-schemas-install=foo" to get here, the form
            "--disable-schemas-install=*" is refused immediately by the init
            code of the configure script.

 ChangeLog     | 10 ++++++++++
 gconf-2.m4.in |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 310ae882f229b29686524059fa7c4db8757479a1
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Apr 1 06:17:48 2005 +0000

    Updated Slovak translation.
    
    2005-04-01  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 622 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 317 insertions(+), 309 deletions(-)

commit b2a8bd669c9eaa8cab468a8ef7daf24ed8aa2e55
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Thu Mar 31 09:07:52 2005 +0000

    Updated Czech translation.
    
    2005-03-31  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |   4 +
 po/cs.po     | 631 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 323 insertions(+), 312 deletions(-)

commit 97a6eb7a832310981d635de812a2dda7d1a38f45
Author: Steven Michael Murphy <smurphy@src.gnome.org>
Date:   Thu Mar 31 06:11:22 2005 +0000

    Added new Language, Kinyarwanda, to this package.
    
    
    Added new Language, Kinyarwanda, to this package.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/rw.po     | 2472 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2481 insertions(+), 1 deletion(-)

commit 48fa52cf9a4c8ca8b3e38588bc836f752e74d80f
Author: Tor Lillqvist <tml@novell.com>
Date:   Sun Mar 27 19:40:37 2005 +0000

    Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
    
    2005-03-27  Tor Lillqvist  <tml@novell.com>
    
        * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
        after all, and in fact necessary with HEAD libtool.

 ChangeLog    | 5 +++++
 configure.in | 1 +
 2 files changed, 6 insertions(+)

commit 1eed05f9d12dd5d5e58cfa69ab371ad66cafe811
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sat Mar 26 07:06:27 2005 +0000

    Updated Canadian English translation.
    
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |   4 +
 po/en_CA.po  | 951 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 484 insertions(+), 471 deletions(-)

commit 6114716c479e0cd3f4f356b8b79dd68b48fb1b7b
Author: Tor Lillqvist <tml@novell.com>
Date:   Wed Mar 23 15:29:56 2005 +0000

    Nah, stat() isn't useful for permission checking on Win32. Bypass for now
    
    2005-03-23  Tor Lillqvist  <tml@novell.com>
    
        * gconf/gconfd.c (test_safe_tmp_dir): Nah, stat() isn't useful for
        permission checking on Win32. Bypass for now on Win32.

 ChangeLog      |  5 +++++
 gconf/gconfd.c | 18 ++++++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

commit f61e560a20ecd4ce1864de633c7088d46062d0a2
Author: Tor Lillqvist <tml@novell.com>
Date:   Fri Mar 18 15:08:10 2005 +0000

    Port to Windows:
    
    2005-03-18  Tor Lillqvist  <tml@novell.com>
    
        Port to Windows:
    
        * gconf-zip.in: New file, script to build zipfile-based
        distribution for Windows.
    
        * Makefile.am
        * configure.in: Distribute and expand it.
    
        * configure.in: Check for Win32, Define automake conditional
        OS_WIN32. Force shared library (DLL) build on Windows. Check for
        some more headers and functions.
    
        * */*.c: Conditionalize on HAVE_SYSLOG_H, HAVE_SYS_WAIT_H,
        HAVE_GETUID, HAVE_FSYNC, HAVE_FCHMOD, HAVE_SIGACTION, F_GETFD,
        FD_CLOEXEC, F_SETLK, SIGBUS, SIGPIPE, SIGHUP, SIGUSR1, and ELOOP.
    
        * backends/Makefile.am: Explicitly link with INTLLIBS.
    
        * backends/markup-tree.c (save_tree): Can't rename or remove open
        files on Win32.
    
        * backends/xml-backend.c: Don't use G_MODULE_EXPORT on Win32. If
        we use it, only the functions thus marked will be exported, and
        xml-test uses also other ones. Instead rely on the auto-export
        feature.
    
        * gconf/Makefile.am: Pass -DPREFIX=$(prefix). Include dllmain.c
        on Win32.
    
        * gconf/dllmain.c: New file. Used for installation location
        independence.
        (DllMain) DLL entry point. Automatically called when the DLL is
        attached to a process. Deduce the run-time installation location
        and construct run-time pathnames.
        (gconf_win32_replace_prefix): New funcion. Replaces a
        configure-time prefix in a pathname with the corresponding
        end-user run-time installation prefix.
    
        * gconf/gconf-internals.c (gconf_win32_get_home_dir): New
        function, returns the home directory with forward
        slashes. Guaranteed to return non-NULL, unlike GLib's
        g_get_home_dir().
        (get_variable, gconf_get_daemon_dir): Use gconf_win32_get_home_dir().
        (gconf_load_source_path): Use gconf_win32_replace_prefix().
        (create_new_locked_file, open_empty_locked_file,
        gconf_release_lock): Use _sopen() to open file with locking on
        Win32.
        (close_fd_func): Not used on Win32, where there is no FD_CLOEXEC,
        and a gspawn child setup function is run in the parent process
        anyway.
    
        * gconf/gconf-internals.h: mkdir() takes only one parameter on
        Win32. S_IRWX{U,G,O} aren't in mingw's sys/stat.h. Use run-time
        installation prefix instead of configure-time. Redefine the
        GCONF_*DIR macros to refer to the variables from the dllmain.c
        file. Use NUL: on Windows instead of /dev/null.
    
        * gconf/gconf-sanity-check.c
        * gconf/gconftool.c: Use POPT_AUTOHELP.
    
        * gconf/gconf.c: Use g_get_current_time() instead of gettimeofday().
    
        * gconf/gconfd.c (gconf_server_load, get_log_names): Use
        gconf_win32_get_home_dir().
        (signal_handler): If we don't HAVE_SIGACTION, use signal(), and
        re-arm the signal handler.
        (test_safe_tmp_dir): Can't open() a directory on Win32.
        (get_log_names): Use g_build_filename() instead of
        gconf_concat_dir_and_key() on all platforms.

 ChangeLog                  |  72 ++++++++++++++++++++
 Makefile.am                |   1 +
 backends/Makefile.am       |   4 +-
 backends/markup-tree.c     |  29 +++++++-
 backends/xml-backend.c     |  13 +++-
 backends/xml-dir.c         |  23 ++++++-
 configure.in               |  29 +++++++-
 gconf-zip.in               |  35 ++++++++++
 gconf/Makefile.am          |   8 ++-
 gconf/dllmain.c            | 119 +++++++++++++++++++++++++++++++++
 gconf/gconf-internals.c    | 161 ++++++++++++++++++++++++++++++++++++++++++---
 gconf/gconf-internals.h    |  50 +++++++++++++-
 gconf/gconf-sanity-check.c |  18 ++---
 gconf/gconf.c              |  10 ++-
 gconf/gconfd.c             |  84 +++++++++++++++++++----
 gconf/gconftool.c          |  15 ++---
 16 files changed, 615 insertions(+), 56 deletions(-)

commit 91599b920972d7d6fa9fec07959b2ce2dc0932fd
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Mar 17 05:14:21 2005 +0000

    Updated Canadian English translation.
    
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog | 4 ++++
 po/en_CA.po  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit b8f3b21f19470dc1873cd9790be61f967dc9e0f8
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 14 16:31:05 2005 +0000

    remove - we don't use anything from it anymore. Fixes bug #153049
    
    2005-03-14  Mark McLoughlin  <mark@skynet.ie>
    
            * acinclude.m4: remove - we don't use anything from
            it anymore. Fixes bug #153049

 ChangeLog    |   5 +
 acinclude.m4 | 339 -----------------------------------------------------------
 2 files changed, 5 insertions(+), 339 deletions(-)

commit 322d5282da000265072a2a9ed152835be73016cb
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 14 15:35:22 2005 +0000

    bump version to 2.11.1 after branching.
    
    2005-03-14  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: bump version to 2.11.1 after branching.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 919d7a32ea672120d680c4590d8b7b29f5660b6a
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Tue Mar 8 16:02:56 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-03-08  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 489 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 223 insertions(+), 270 deletions(-)

commit 18aa332ad500345e612fb910e412e4c577c068ca
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 7 11:34:36 2005 +0000

    post-release bump to 2.10.1.
    
    2005-03-07  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.10.1.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit b87dad9099e0344f04f52763ddc50e3542ec3ad4
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 7 11:31:00 2005 +0000

    Version 2.10.0.
    
    2005-03-07  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.10.0.

 ChangeLog    |   4 +
 NEWS         |  12 +
 configure.in |   2 +-
 po/et.po     | 441 ++++++++++++++++------------
 po/lt.po     |  77 +++--
 po/nl.po     |  17 +-
 po/pa.po     | 129 ++++----
 po/ro.po     |  78 +++--
 po/uk.po     |  10 +-
 po/xh.po     | 946 +++++++++++++++++++++++++++++++++++++++--------------------
 10 files changed, 1059 insertions(+), 657 deletions(-)

commit a6cb5917c2b6a2a64542d58034b0d173abfe72e4
Author: Dan Damian <dand@src.gnome.org>
Date:   Sat Mar 5 16:00:59 2005 +0000

    Updated Romanian translation by Mişu Moldovan <dumol@go.ro>.
    
            * ro.po: Updated Romanian translation by         Mişu Moldovan <dumol@go.ro>.

 po/ChangeLog |   5 ++
 po/ro.po     | 159 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 77 insertions(+), 87 deletions(-)

commit 339ebe67b13cc5035a65f4896b7fd84f1c988e81
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Fri Mar 4 10:47:23 2005 +0000

    Updated Lithuanian translation by Gintautas Miliauskas.
    
    2005-03-04  Žygimantas Beručka  <uid0@akl.lt>
    
            * lt.po: Updated Lithuanian translation by Gintautas Miliauskas.

 po/ChangeLog |   4 ++
 po/lt.po     | 186 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 86 insertions(+), 104 deletions(-)

commit 681d0b324dbbc26055d564a763da8a9269ac4869
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Feb 28 01:19:00 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-02-28  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |  4 ++++
 po/nl.po     | 52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 30 insertions(+), 26 deletions(-)

commit 7110a0890882553e623dc3abb9b2b282784c9c63
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Feb 27 19:19:14 2005 +0000

    Translation updated by Reinout van Schouwen.
    
    2005-02-27  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |  4 ++++
 po/nl.po     | 50 +++++++++++++++++++++++++-------------------------
 2 files changed, 29 insertions(+), 25 deletions(-)

commit 7a513f2d575f998abf8d0386fd0b915d13aa3870
Author: Adi Attar <aattar@cvs.gnome.org>
Date:   Wed Feb 16 16:19:10 2005 +0000

    Added Xhosa translation. Added "xh" to ALL_LINGUAS.
    
    2005-02-16  Adi Attar  <aattar@cvs.gnome.org>
    
        * xh.po: Added Xhosa translation.
        * configure.in: Added "xh" to ALL_LINGUAS.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/xh.po     | 2218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2227 insertions(+), 1 deletion(-)

commit 35225a85615ac4fc80cc90dfc238ffc6e12d662c
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Feb 16 05:29:26 2005 +0000

    updated by amanpreetalam@yahoo.com

 po/pa.po | 299 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 139 insertions(+), 160 deletions(-)

commit c468a0ed1350e8768b49201a76968a81d225f32e
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Feb 11 07:16:39 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-02-11  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |   4 +
 po/et.po     | 462 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 209 insertions(+), 257 deletions(-)

commit e53dd537d34352b66fe42cbf820068433388525d
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Wed Feb 9 09:41:22 2005 +0000

    Ukrainian translation update.
    
    2005-02-09  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
        * Ukrainian translation update.

 po/ChangeLog |  4 ++++
 po/uk.po     | 35 ++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 19 deletions(-)

commit de37536828f10a82d87d907a7ae84ec291399a95
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Feb 7 17:29:22 2005 +0000

    post-release bump to 2.9.92.
    
    2005-02-07  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.9.92.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 91626eef152acd105adff178614a16727664154a
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Feb 7 17:24:15 2005 +0000

    Version 2.9.91.
    
    2005-02-07  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.9.91.

 ChangeLog     |   4 +
 NEWS          |  18 +++
 configure.in  |   2 +-
 po/am.po      |   8 +-
 po/ar.po      |   8 +-
 po/az.po      |   8 +-
 po/be.po      |   8 +-
 po/bg.po      |   8 +-
 po/bn.po      |   8 +-
 po/bs.po      |   8 +-
 po/ca.po      |   8 +-
 po/cs.po      |   8 +-
 po/cy.po      |   8 +-
 po/da.po      |   8 +-
 po/de.po      |   8 +-
 po/el.po      |   8 +-
 po/en_CA.po   |   8 +-
 po/en_GB.po   |   8 +-
 po/es.po      |   8 +-
 po/et.po      | 441 ++++++++++++++++++++++++++++++++--------------------------
 po/eu.po      |   8 +-
 po/fa.po      |   8 +-
 po/fi.po      | 310 +++++++++++++++++++----------------------
 po/fr.po      |   8 +-
 po/ga.po      |   8 +-
 po/gl.po      |   8 +-
 po/gu.po      |   8 +-
 po/hi.po      |   8 +-
 po/hr.po      |   8 +-
 po/hu.po      |   8 +-
 po/id.po      |   8 +-
 po/it.po      |   8 +-
 po/ja.po      |   8 +-
 po/ko.po      |   8 +-
 po/lt.po      |   8 +-
 po/lv.po      |   8 +-
 po/mk.po      |   8 +-
 po/ml.po      |   8 +-
 po/mn.po      |   8 +-
 po/ms.po      |   8 +-
 po/nb.po      |   8 +-
 po/ne.po      |   8 +-
 po/nl.po      |   8 +-
 po/nn.po      |   8 +-
 po/no.po      |   8 +-
 po/pa.po      |   8 +-
 po/pl.po      |   8 +-
 po/pt.po      |   8 +-
 po/pt_BR.po   |   8 +-
 po/ro.po      |   8 +-
 po/ru.po      |   8 +-
 po/sk.po      |   6 +-
 po/sl.po      |   8 +-
 po/sq.po      |   8 +-
 po/sr.po      |   8 +-
 po/sr@Latn.po |   8 +-
 po/sv.po      |   8 +-
 po/ta.po      |   8 +-
 po/tr.po      |   8 +-
 po/uk.po      |   8 +-
 po/vi.po      |   8 +-
 po/yi.po      |   8 +-
 po/zh_CN.po   |   8 +-
 po/zh_TW.po   |   8 +-
 64 files changed, 649 insertions(+), 596 deletions(-)

commit 6e880c81a01b19b53c5457db1f65c86313b32fc6
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sun Feb 6 22:28:21 2005 +0000

    Fix bug #154005 - "preload breaks saved state", caused by a bug in the way
    
    2005-02-06  Mark McLoughlin  <mark@skynet.ie>
    
            Fix bug #154005 - "preload breaks saved state", caused
            by a bug in the way the listeners tree was constructed.
    
            * gconf/gconf-listeners.c:
            (ltable_entry_new): take a list of path elements
            and index to the entry and construct the full
            path for that entry.
            (ltable_insert): update for above so that we
            don't pass use the wrong path for full_name.

 ChangeLog               | 12 ++++++++++++
 gconf/gconf-listeners.c | 37 +++++++++++++++++++++++++++++--------
 2 files changed, 41 insertions(+), 8 deletions(-)

commit db7947fb6c013e256c1f153ed9262cea0cd38954
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Fri Feb 4 10:12:53 2005 +0000

    Updated Finnish translation.
    
    2005-02-04  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
            * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 348 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 172 insertions(+), 180 deletions(-)

commit 8c8c05d22564654d1e273f1289d94beaf4623a9b
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sat Jan 29 14:51:42 2005 +0000

    Added et to ALL_LINGUAS.
    
    2005-01-29  Priit Laes  <plaes@cvs.gnome.org>
    
        * configure.in: Added et to ALL_LINGUAS.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b5954ea30f4bba5af221d1a83ec629ac7f2edcb4
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sat Jan 29 14:51:40 2005 +0000

    Translation added.
    
    2005-01-29  Priit Laes  <plaes@cvs.gnome.org>
    
        * et.po: Translation added.

 po/ChangeLog |    4 +
 po/et.po     | 2189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2193 insertions(+)

commit 20f38b99312949f4520478ea4049c1c6697fbc3b
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jan 18 10:44:17 2005 +0000

    Fixes problem where a path file which only includes another path file
    
    2005-01-18  Mark McLoughlin  <mark@skynet.ie>
    
            Fixes problem where a path file which only includes
            another path file wouldn't work.
    
            * gconf/gconf-internals.c: (gconf_load_source_path):
            assign the return value of g_slist_concat() to something.

 ChangeLog               | 8 ++++++++
 gconf/gconf-internals.c | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 87eaeabccbfe9f9f8ab709e29079ead4133779c5
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jan 17 10:11:10 2005 +0000

    Fix double free with gconf_client_clear_cache()
    
    2005-01-17  Mark McLoughlin  <mark@skynet.ie>
    
            Fix double free with gconf_client_clear_cache()
    
            * gconf/gconf-client.c: (clear_cache_foreach): don't
            free the key explicitly - the key is owned by the
            GConfEntry.

 ChangeLog            | 8 ++++++++
 gconf/gconf-client.c | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 0934fe1ac979255bfaeae31ac5316419c5dae315
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Jan 16 17:32:36 2005 +0000

    Updated Slovak translation.
    
    2005-01-16  Marcel Telka  <marcel@telka.sk>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 ++
 po/sk.po     | 169 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 79 insertions(+), 94 deletions(-)

commit 5fee01b005bfeb3a1f29beba73c224192eadafbb
Author: Vincent Untz <vincent@vuntz.net>
Date:   Wed Jan 12 12:54:13 2005 +0000

    add sanity check
    
    2005-01-12  Vincent Untz  <vincent@vuntz.net>
    
        * gconf-value.c: (gconf_value_validate): add sanity check

 ChangeLog           | 4 ++++
 gconf/gconf-value.c | 2 ++
 2 files changed, 6 insertions(+)

commit 33209d3977b6b92a7163a585495530c2ae02f803
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Dec 12 17:49:48 2004 +0000

    Updated Bulgarian translation
    
    2004-12-12  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation

 po/ChangeLog |  4 +++
 po/bg.po     | 97 +++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 58 insertions(+), 43 deletions(-)

commit a7cd57d61d29aecaab592dbd2815aa4ca61f76fd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Nov 30 07:04:53 2004 +0000

    post-release bump to 2.9.3.
    
    2004-11-30  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.9.3.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 76790ec0abe72d1469cf1ed3c7b0fb6e322eb66e
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Nov 30 07:03:02 2004 +0000

    Version 2.9.2.
    
    2004-11-30  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.9.2.

 ChangeLog     |   4 +
 NEWS          |  13 ++++
 configure.in  |   2 +-
 po/am.po      |  10 +--
 po/ar.po      |  10 +--
 po/az.po      |  10 +--
 po/be.po      |  10 +--
 po/bg.po      |  10 +--
 po/bn.po      |  10 +--
 po/bs.po      |  10 +--
 po/ca.po      |  10 +--
 po/cs.po      |  10 +--
 po/cy.po      |  10 +--
 po/da.po      |  10 +--
 po/de.po      |  10 +--
 po/el.po      |  10 +--
 po/en_CA.po   |  10 +--
 po/en_GB.po   |  10 +--
 po/es.po      |  10 +--
 po/eu.po      |  10 +--
 po/fa.po      |  10 +--
 po/fi.po      |  10 +--
 po/fr.po      |  10 +--
 po/ga.po      |  10 +--
 po/gl.po      |  10 +--
 po/gu.po      | 121 +++++++++++++++++++-----------
 po/hi.po      |  10 +--
 po/hr.po      |  10 +--
 po/hu.po      |  10 +--
 po/id.po      |  10 +--
 po/it.po      |  10 +--
 po/ja.po      |  10 +--
 po/ko.po      |  10 +--
 po/lt.po      |  10 +--
 po/lv.po      |  10 +--
 po/mk.po      |  10 +--
 po/ml.po      |  10 +--
 po/mn.po      |  10 +--
 po/ms.po      |  10 +--
 po/nb.po      |  10 +--
 po/ne.po      |  10 +--
 po/nl.po      |  10 +--
 po/nn.po      |  10 +--
 po/no.po      |  10 +--
 po/pa.po      | 233 +++++++++++++++++++++++++++++++---------------------------
 po/pl.po      |  10 +--
 po/pt.po      |  10 +--
 po/pt_BR.po   |  10 +--
 po/ro.po      |  10 +--
 po/ru.po      |  10 +--
 po/sk.po      |  10 +--
 po/sl.po      |  10 +--
 po/sq.po      |  10 +--
 po/sr.po      |  10 +--
 po/sr@Latn.po |  10 +--
 po/sv.po      |  10 +--
 po/ta.po      |  10 +--
 po/tr.po      |  10 +--
 po/uk.po      |  10 +--
 po/vi.po      |  10 +--
 po/yi.po      |  10 +--
 po/zh_CN.po   |  10 +--
 po/zh_TW.po   |  10 +--
 63 files changed, 509 insertions(+), 444 deletions(-)

commit 5d1373baa326865033cb30cf251faffdeef9174d
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Tue Nov 16 17:30:48 2004 +0000

    add a title/name instead of [Insert name here]
    
    Tue Nov 16 12:24:26 2004  Jonathan Blandford  <jrb@redhat.com>
    
            * doc/gconf/gconf-docs.sgml: add a title/name instead of [Insert
            name here]

 ChangeLog                 |  5 +++++
 doc/gconf/gconf-docs.sgml | 24 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

commit ab1b8f64d6a6bc12f17c662a32235e0a4831a7bd
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Thu Nov 4 05:59:15 2004 +0000

    Oper RCST

 po/pa.po | 486 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 241 insertions(+), 245 deletions(-)

commit d763e2fe66d953cde9bc9ab12bbf813bf69f1019
Author: Fernando Herrera de las Heras <fherrera@src.gnome.org>
Date:   Tue Nov 2 18:29:41 2004 +0000

    Read the schema file until a matching locale is found and the C one. This
    
            * backends/markup-tree.c: (markup_entry_get_value): Read the schema
            file until a matching locale is found and the C one. This solves
            bug #152175 when current locale is before the C.

 ChangeLog              | 8 +++++++-
 backends/markup-tree.c | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 2ef2d4e473434b6c4b6fdaf6787097f05446657e
Author: Fernando Herrera de las Heras <fherrera@src.gnome.org>
Date:   Tue Nov 2 18:27:45 2004 +0000

    Get schema_name also if we got a value from a previous source. Fix #131011
    
            * gconf/gconf-sources.c: (gconf_sources_all_entries): Get schema_name
            also if we got a value from a previous source. Fix #131011

 ChangeLog             |  5 +++++
 gconf/gconf-sources.c | 13 +++++++++++++
 2 files changed, 18 insertions(+)

commit a5a40820db48d48ac51241926744f2582e7618d9
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Oct 26 13:41:44 2004 +0000

    ankit@redhat.com * Changed some wrong rendered characters

 po/gu.po | 269 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 119 insertions(+), 150 deletions(-)

commit 8e0dd9ec7ecd28770b12e7f4299dc25c2cca9452
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Tue Oct 19 15:30:37 2004 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog | 4 ++++
 po/ko.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit a11b50b993716a3cd71cb9d6a1243ac2007e710a
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Oct 12 16:54:27 2004 +0000

    post-release bump to 2.8.2.
    
    2004-10-12  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.8.2.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit c8e7db339965d671e595f32c313654a06d3666e7
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Oct 12 16:52:48 2004 +0000

    Version 2.8.1.
    
    2004-10-12  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.8.1.

 ChangeLog     |   4 +
 NEWS          |  16 ++++
 po/am.po      | 156 +++++++++++++++++-----------------
 po/ar.po      | 156 +++++++++++++++++-----------------
 po/az.po      | 156 +++++++++++++++++-----------------
 po/be.po      | 156 +++++++++++++++++-----------------
 po/bg.po      | 156 +++++++++++++++++-----------------
 po/bn.po      | 156 +++++++++++++++++-----------------
 po/bs.po      | 156 +++++++++++++++++-----------------
 po/ca.po      | 156 +++++++++++++++++-----------------
 po/cs.po      | 156 +++++++++++++++++-----------------
 po/cy.po      | 156 +++++++++++++++++-----------------
 po/da.po      | 156 +++++++++++++++++-----------------
 po/de.po      | 156 +++++++++++++++++-----------------
 po/el.po      | 156 +++++++++++++++++-----------------
 po/en_CA.po   | 156 +++++++++++++++++-----------------
 po/en_GB.po   | 156 +++++++++++++++++-----------------
 po/es.po      | 156 +++++++++++++++++-----------------
 po/eu.po      | 156 +++++++++++++++++-----------------
 po/fa.po      | 156 +++++++++++++++++-----------------
 po/fi.po      | 156 +++++++++++++++++-----------------
 po/fr.po      |   2 +-
 po/ga.po      | 156 +++++++++++++++++-----------------
 po/gl.po      | 156 +++++++++++++++++-----------------
 po/gu.po      | 156 +++++++++++++++++-----------------
 po/hi.po      | 156 +++++++++++++++++-----------------
 po/hr.po      | 156 +++++++++++++++++-----------------
 po/hu.po      | 156 +++++++++++++++++-----------------
 po/id.po      | 156 +++++++++++++++++-----------------
 po/it.po      | 164 ++++++++++++++++++------------------
 po/ja.po      | 156 +++++++++++++++++-----------------
 po/ko.po      | 156 +++++++++++++++++-----------------
 po/lt.po      | 170 ++++++++++++++++++-------------------
 po/lv.po      | 156 +++++++++++++++++-----------------
 po/mk.po      | 156 +++++++++++++++++-----------------
 po/ml.po      | 156 +++++++++++++++++-----------------
 po/mn.po      | 156 +++++++++++++++++-----------------
 po/ms.po      | 156 +++++++++++++++++-----------------
 po/nb.po      | 156 +++++++++++++++++-----------------
 po/ne.po      | 156 +++++++++++++++++-----------------
 po/nl.po      | 156 +++++++++++++++++-----------------
 po/nn.po      | 156 +++++++++++++++++-----------------
 po/no.po      | 156 +++++++++++++++++-----------------
 po/pa.po      | 156 +++++++++++++++++-----------------
 po/pl.po      | 156 +++++++++++++++++-----------------
 po/pt.po      | 156 +++++++++++++++++-----------------
 po/pt_BR.po   | 156 +++++++++++++++++-----------------
 po/ro.po      | 156 +++++++++++++++++-----------------
 po/ru.po      | 156 +++++++++++++++++-----------------
 po/sk.po      | 156 +++++++++++++++++-----------------
 po/sl.po      | 156 +++++++++++++++++-----------------
 po/sq.po      | 156 +++++++++++++++++-----------------
 po/sr.po      | 156 +++++++++++++++++-----------------
 po/sr@Latn.po | 156 +++++++++++++++++-----------------
 po/sv.po      | 156 +++++++++++++++++-----------------
 po/ta.po      | 156 +++++++++++++++++-----------------
 po/tr.po      | 156 +++++++++++++++++-----------------
 po/uk.po      | 156 +++++++++++++++++-----------------
 po/vi.po      | 156 +++++++++++++++++-----------------
 po/yi.po      | 156 +++++++++++++++++-----------------
 po/zh_CN.po   | 156 +++++++++++++++++-----------------
 po/zh_TW.po   | 262 +++++++++++++++++++++++++++++-----------------------------
 62 files changed, 4688 insertions(+), 4666 deletions(-)

commit 257992d373ef618bedcc58763814639a0557aa00
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Oct 10 12:54:38 2004 +0000

    Updated French translation.

 po/ChangeLog |   4 +
 po/fr.po     | 292 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 150 insertions(+), 146 deletions(-)

commit 22199f64aa1109c60bcee13dee762723ace62cb7
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Oct 4 15:56:23 2004 +0000

    GConf part of fix for gconf-editor spewing warnings on startup. See bug
    
    2004-10-04  Mark McLoughlin  <mark@skynet.ie>
    
            GConf part of fix for gconf-editor spewing warnings
            on startup. See bug #144833.
    
            * backends/markup-backend.c: (resolve_address): if the
            toplevel directory isn't writable, mark the whole source
            as non-writable.

 ChangeLog                 | 9 +++++++++
 backends/markup-backend.c | 2 ++
 2 files changed, 11 insertions(+)

commit 870868fb31131b7db7fa5ef83001887f1d4aaaf1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Sep 30 06:45:02 2004 +0000

    Fix pipe misuse reported by valgrind. Suggested fix
    
    2004-09-30  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_activate_server):
        Fix pipe misuse reported by valgrind. Suggested fix

 ChangeLog               | 6 ++++++
 gconf/gconf-internals.c | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 175d898b8a53ca7e7fddc2a32dfbfb179b42d0dd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Sep 28 09:12:02 2004 +0000

    Plug a leak. Plug a couple of leaks. Ref bug #153929. Still one to go.
    
    2004-09-28  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-sanity-check.c: (main): Plug a leak.
        * gconf/gconfd.c: (main): Plug a couple of leaks.
        Ref bug #153929. Still one to go.

 ChangeLog                  | 6 ++++++
 gconf/gconf-sanity-check.c | 1 +
 gconf/gconfd.c             | 3 +++
 3 files changed, 10 insertions(+)

commit bb56e552f29eff1cc0d69defd4b8bcc7c553bb74
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Sep 28 06:46:31 2004 +0000

    Leak identified by Kjartan in bug #153891.
    
    2004-09-28  Mark McLoughlin  <mark@skynet.ie>
    
            Leak identified by Kjartan in bug #153891.
    
            * gconf/gconfd.c: (gconf_server_load_sources):
            Plug leak.
    
            * gconf/gconf-internals.c:
            (gconf_load_source_path): remove some crufty code,
            don't unneccessarily copy strings.

 ChangeLog               | 11 +++++++++++
 gconf/gconf-internals.c | 17 +++++------------
 gconf/gconfd.c          |  2 +-
 3 files changed, 17 insertions(+), 13 deletions(-)

commit 077890e95e6dc54d9476460f6b69385402f0f0cc
Author: Mikael Hallendal <hallski@src.gnome.org>
Date:   Mon Sep 20 08:28:34 2004 +0000

    file gconfd.conf was initially added on branch gconf-dbus-2-6.

commit 2bd2a55cc99aad58d9e51200fc3042ed122188f3
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Sep 19 20:44:18 2004 +0000

    Updated Italian translation.

 po/ChangeLog |  4 ++++
 po/it.po     | 18 ++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 662ec490125ad052934b4d8fcfec5db5fd8bbeab
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Sat Sep 18 13:54:18 2004 +0000

    Updated Lithuanian translation.
    
    2004-09-18  Žygimantas Beručka  <uid0@akl.lt>
    
        * lt.po: Updated Lithuanian translation.

 po/ChangeLog |  4 ++++
 po/lt.po     | 63 ++++++++++++++++++++++++++++--------------------------------
 2 files changed, 33 insertions(+), 34 deletions(-)

commit 4ed2f038d4f0a72d7e980da683d7ffa1d18a7893
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Sat Sep 18 05:59:15 2004 +0000

    Updated traditional Chinese translation by GNOME HK Team
    
        * zh_TW.po: Updated traditional Chinese translation by GNOME HK Team

 po/ChangeLog |    4 +
 po/zh_TW.po  | 1185 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 548 insertions(+), 641 deletions(-)

commit 8a8606a3243737ccff33e7e656d5024e975029e4
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Sep 14 20:16:30 2004 +0000

    post-release bump to 2.8.1.
    
    2004-09-14  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.8.1.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 51acca32d54d8ae00d5a4324de588ccace69fc0f
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Sep 14 19:58:09 2004 +0000

    Version 2.8.0.1.
    
    2004-09-13  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.8.0.1.
    
    2004-09-14  Mark McLoughlin  <mark@skynet.ie>
    
            * autogen.sh: use automake 1.7 and run gtkdocize.
    
            * configure.in: check for glib-genmarshal and use
            GTK_DOC_CHECK.
    
            * Makefile.am: add --enable-gtk-doc to
            DISTCHECK_CONFIGURE_FLAGS.
    
            * gconf/Makefile.am: re-do how the marshallers
            are generated.
    
            * doc/gconf/Makefile.am: use gtk-doc.make.
    
            * doc/gconf/gconf.sgml: tweak to validate.
    
            * backends/Makefile.am: make xml-test link
            against the backend rather than rebuilding
            the sources.
    
            * gconf-2.m4.in: rename from gconf.m4.in.

 ChangeLog             |  27 ++++++++++
 Makefile.am           |  18 +++++--
 NEWS                  |   8 +++
 autogen.sh            |  24 ++++++---
 backends/Makefile.am  |   7 ++-
 configure.in          |  63 ++---------------------
 doc/gconf/Makefile.am | 137 ++------------------------------------------------
 doc/gconf/gconf.sgml  |   6 +--
 gconf.m4.in           |  40 ---------------
 gconf/Makefile.am     |  35 ++++---------
 10 files changed, 93 insertions(+), 272 deletions(-)

commit b580082063c1eb544d9c8c4499afdeba4ff35e69
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Mon Sep 13 16:11:40 2004 +0000

    hush

 .cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 8f423b81701878de1466d238dfb06b424013f318
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Sep 13 16:10:54 2004 +0000

    post-release bump to 2.8.1.
    
    2004-09-13  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.8.1.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 5cf2eca49866c190aa11f5f50140359176a8e383
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Sep 13 16:04:40 2004 +0000

    Version 2.8.0.
    
    2004-09-13  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.8.0.

 ChangeLog    |   4 +
 NEWS         |  17 ++
 configure.in |   2 +-
 po/ar.po     | 668 +++++++++++++++++++++++++++++++----------------------------
 po/bs.po     | 117 +++++++----
 po/cs.po     |   2 +-
 po/cy.po     |  25 ++-
 po/el.po     |   2 +-
 po/it.po     |  17 +-
 po/ms.po     | 539 +++++++++++++++++++++++++++--------------------
 po/pt_BR.po  |  42 ++--
 po/ro.po     | 288 ++++++++++++++------------
 po/tr.po     |  26 +--
 po/vi.po     | 168 +++++++--------
 14 files changed, 1072 insertions(+), 845 deletions(-)

commit c1090b538453f92b0fbac3366a619beb089f5e74
Author: Amila Akagić <aakagic@src.gnome.org>
Date:   Sun Sep 12 20:56:25 2004 +0000

    2004-09-12 Akagic Amila <bono@linux.org.ba> * bs.po: Updated Bosnian translation.

 po/ChangeLog |   4 ++
 po/bs.po     | 143 ++++++++++++++++++++---------------------------------------
 2 files changed, 53 insertions(+), 94 deletions(-)

commit 50aa86b69afc0d53c44416c0e2a5e5a17adca996
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Sun Sep 12 03:20:41 2004 +0000

    Updated Welsh translation.

 po/ChangeLog |   4 ++
 po/cy.po     | 129 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 69 insertions(+), 64 deletions(-)

commit 9d6fffb9131497da9b48e9d0220d89398609ec12
Author: Hasbullah Bin Pit <sebol@my-penguin.org>
Date:   Sat Sep 11 17:42:15 2004 +0000

    Updated Malay translation.
    
    2004-09-12  Hasbullah Bin Pit <sebol@my-penguin.org>
    
            * ms.po: Updated Malay translation.

 po/ChangeLog |   4 +
 po/ms.po     | 809 +++++++++++++++++++++++++----------------------------------
 2 files changed, 352 insertions(+), 461 deletions(-)

commit 5bc4bb6263e5cc11b2d8bda9de69e934f7ce48c4
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Thu Sep 9 18:16:34 2004 +0000

    Updated Turkish Translation
    
        * tr.po: Updated Turkish Translation

 po/ChangeLog |   4 +
 po/tr.po     | 259 +++++++++++++++++++++--------------------------------------
 2 files changed, 94 insertions(+), 169 deletions(-)

commit cee022ac8f0f57546b3c81b1e2bb4132ebad39f7
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Tue Sep 7 04:54:22 2004 +0000

    Updated vi.po

 po/vi.po | 168 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 83 insertions(+), 85 deletions(-)

commit e5bb5b2596038043a7bbd3b2782593d7a7b8ca75
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Sep 6 21:01:29 2004 +0000

    2004-09-06  Alessio Frusciante
    
        * it.po: Updated Italian translation.

 po/ChangeLog |   4 ++
 po/it.po     | 126 ++++++++++++++++++++++++-----------------------------------
 2 files changed, 55 insertions(+), 75 deletions(-)

commit 07e90021aed3668b2d3adfcd685704a5ea2cab20
Author: Mugurel Tudor <mugurelu@go.ro>
Date:   Mon Sep 6 12:47:26 2004 +0000

    Updated Romanian translation by Misu Moldovan <dumol@go.ro>
    
    2004-09-06  Mugurel Tudor  <mugurelu@go.ro>
    
        * ro.po: Updated Romanian translation
        by Misu Moldovan <dumol@go.ro>

 po/ChangeLog |    5 +
 po/ro.po     | 1287 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 691 insertions(+), 601 deletions(-)

commit 3ad392f332f3f32ad8f74aec87f6a661f6751ba2
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Sep 5 22:06:28 2004 +0000

    Updating pt_BR translation

 po/ChangeLog |   4 ++
 po/pt_BR.po  | 165 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 79 insertions(+), 90 deletions(-)

commit 001a0dfab8a2c0f8724bca5e8c44967d32973124
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Sep 5 15:09:40 2004 +0000

    Updated Czech translation.
    
    2004-09-05  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog | 4 ++++
 po/cs.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 5a6b05e5777af7a8c847aef262232fe55e456c4a
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Sep 4 14:45:24 2004 +0000

    Updated Greek Translation.

 po/ChangeLog |   4 ++
 po/el.po     | 155 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 73 insertions(+), 86 deletions(-)

commit 30d366db2d08caf352d6e570c30ebf89640802d7
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Tue Aug 31 21:31:56 2004 +0000

    Updated Spanish translation.
    
    2004-08-31  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog | 4 ++++
 po/es.po     | 7 ++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 19e956f5d308a5942fc4375eeedf8ad2e6a92883
Author: Arafat Medini <lumina@silverpen.de>
Date:   Mon Aug 30 22:35:36 2004 +0000

    Updated Arabic Translation
    
    
    2004-08-31  Arafat Medini  <lumina@silverpen.de>
    
        * ar.po: Updated Arabic Translation

 po/ChangeLog |   4 +
 po/ar.po     | 858 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 379 insertions(+), 483 deletions(-)

commit 907a144c100f64316b02151b6b4ede83de6a0bd4
Author: Hasbullah Bin Pit <sebol@my-penguin.org>
Date:   Mon Aug 30 14:56:30 2004 +0000

    Updated Malay translation.
    
    2004-08-30  Hasbullah Bin Pit <sebol@my-penguin.org>
    
            * ms.po: Updated Malay translation.

 po/ChangeLog |   4 +
 po/ms.po     | 274 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 129 insertions(+), 149 deletions(-)

commit 0fe9a0cd0d2e428b88d704d5d1f9f9eaf032b704
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 30 08:49:09 2004 +0000

    post-release bump to 2.7.93.
    
    2004-08-30  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.93.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 9ef6e4b8128f9f380dbd37b9fdb271e82514cc09
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 30 08:46:17 2004 +0000

    Version 2.7.92.
    
    2004-08-30  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.92.

 ChangeLog     |    4 +
 NEWS          |   19 ++
 po/am.po      |  114 +++----
 po/ar.po      |  114 +++----
 po/az.po      |  114 +++----
 po/be.po      |  114 +++----
 po/bg.po      |  114 +++----
 po/bn.po      |  114 +++----
 po/bs.po      |  114 +++----
 po/ca.po      |  148 ++++----
 po/cs.po      |  114 +++----
 po/cy.po      |  114 +++----
 po/da.po      |  114 +++----
 po/de.po      |  114 +++----
 po/el.po      |  114 +++----
 po/en_CA.po   |  114 +++----
 po/en_GB.po   |  114 +++----
 po/es.po      |  114 +++----
 po/eu.po      |  114 +++----
 po/fa.po      |  114 +++----
 po/fi.po      |  114 +++----
 po/fr.po      |  114 +++----
 po/ga.po      |  114 +++----
 po/gl.po      |  114 +++----
 po/gu.po      |  114 +++----
 po/hi.po      |  114 +++----
 po/hr.po      |  114 +++----
 po/hu.po      |  114 +++----
 po/id.po      |  114 +++----
 po/it.po      |  114 +++----
 po/ja.po      |  114 +++----
 po/ko.po      |  114 +++----
 po/lt.po      |  114 +++----
 po/lv.po      |  114 +++----
 po/mk.po      |  114 +++----
 po/ml.po      |  114 +++----
 po/mn.po      |  114 +++----
 po/ms.po      |  114 +++----
 po/nb.po      |  114 +++----
 po/ne.po      | 1063 ++++++++++++++++++++++++++++++++-------------------------
 po/nl.po      |  136 ++++----
 po/nn.po      |  114 +++----
 po/no.po      |  114 +++----
 po/pa.po      |  251 +++++++-------
 po/pl.po      |  114 +++----
 po/pt.po      |  114 +++----
 po/pt_BR.po   |  114 +++----
 po/ro.po      |  114 +++----
 po/ru.po      |  114 +++----
 po/sk.po      |  114 +++----
 po/sl.po      |  114 +++----
 po/sq.po      |  150 ++++----
 po/sr.po      |  114 +++----
 po/sr@Latn.po |  114 +++----
 po/sv.po      |  114 +++----
 po/ta.po      |  212 +++++++-----
 po/tr.po      |  114 +++----
 po/uk.po      |  117 +++----
 po/vi.po      |  114 +++----
 po/yi.po      |  114 +++----
 po/zh_CN.po   |  114 +++----
 po/zh_TW.po   |  114 +++----
 62 files changed, 4183 insertions(+), 3959 deletions(-)

commit 1e98227e7ea654283032381dafe1d75e85df65c8
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 30 07:37:39 2004 +0000

    Fix problem with schemas install. Bug #151334.
    
    2004-08-30  Mark McLoughlin  <mark@skynet.ie>
    
            Fix problem with schemas install. Bug #151334.
    
            * gconf/gconftool.c: (process_locale_info): install the
            global default in the C locale only.

 ChangeLog         | 7 +++++++
 gconf/gconftool.c | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit f7e7979162fd89ed3c9ad0fdc40366929171968b
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 30 07:12:33 2004 +0000

    Lots of debugging info from Mickey Stein <yekkim@pacbell.net> narrowed
    
    2004-08-30  Mark McLoughlin  <mark@skynet.ie>
    
            Lots of debugging info from Mickey Stein <yekkim@pacbell.net>
            narrowed this one down in bug #150779.
    
            * gconf/gconfd.c: (drop_old_databases): don't drop the default
            database here, we do that later. Hangover from the fact that
            the default database didn't use to be on db_list.

 ChangeLog      | 9 +++++++++
 gconf/gconfd.c | 6 ++++++
 2 files changed, 15 insertions(+)

commit ea922726a32cd8386e9badd948ec05c58b450457
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 30 06:47:16 2004 +0000

    Patch from Josselin Mouette <joss@debian.org> in bug #148028
    
    2004-08-30  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Josselin Mouette <joss@debian.org> in bug #148028
    
            * gconf/gconfd.c: (periodic_cleanup_timeout): save and reload
            ~/.gconfd/saved_state so we don't drop listeners when reloading
            the database.

 ChangeLog      | 8 ++++++++
 gconf/gconfd.c | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit bd6fb67ed520f47d7c9393a6f03af95a0164b4e9
Author: Pawan Chitrakar <pawan@nplinux.org>
Date:   Sun Aug 29 04:33:01 2004 +0000

    Updated Nepali Translation
    
    2004-08-29  Pawan Chitrakar  <pawan@nplinux.org>
    
        * ne.po: Updated Nepali Translation

 po/ChangeLog |    4 +
 po/ne.po     | 4438 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 2220 insertions(+), 2222 deletions(-)

commit e3e40fd29dee712124256efe8050d054c6f37a9c
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Aug 27 09:28:58 2004 +0000

    don't explicitly install the global default in a schema for every locale
    
    2004-08-27  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c: (process_locale_info): don't explicitly
            install the global default in a schema for every locale since
            we happily fall back to the C locale anyway. Fixes bug #131488.

 ChangeLog         | 6 ++++++
 gconf/gconftool.c | 3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 53d24f54145824957adec8a560d5d977be1a80a9
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Aug 26 13:09:39 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-08-26  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |  4 ++++
 po/nl.po     | 40 +++++++++++++++-------------------------
 2 files changed, 19 insertions(+), 25 deletions(-)

commit 529df7834cd9b5d280b13ae227db89cd9bd12781
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Aug 25 21:20:43 2004 +0000

    don't abort if we find no local schema to match any locales - there may
    
    2004-08-25  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/markup-tree.c: (markup_entry_get_value): don't
            abort if we find no local schema to match any locales - there
            may not be a "C" local schema at all. See bug #147522 for a
            test case from Caio Begotti <caio1982@gmail.com >

 ChangeLog              |  7 +++++++
 backends/markup-tree.c | 10 ++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 8fd2113c8ee29358c49ae848fc791bde26af8d2d
Author: Pawan Chitrakar <pawan@nplinux.org>
Date:   Tue Aug 24 10:17:08 2004 +0000

    Updated Nepali Translation
    
    2004-08-24  Pawan Chitrakar  <pawan@nplinux.org>
    
        * ne.po: Updated Nepali Translation

 po/ChangeLog |    4 +
 po/ne.po     | 4544 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 2222 insertions(+), 2326 deletions(-)

commit b8a0c022378b4af784618b2ddb0a1f49b6694352
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sat Aug 21 14:27:49 2004 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 ++
 po/ca.po     | 147 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 70 insertions(+), 81 deletions(-)

commit 88834abaf441662ac1cdddf56ba50276381731f2
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Sat Aug 21 07:32:27 2004 +0000

    Updated Ukrainian translation.
    
    2004-08-21  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
        * Updated Ukrainian translation.

 po/ChangeLog |  4 ++++
 po/uk.po     | 27 ++++++++++++---------------
 2 files changed, 16 insertions(+), 15 deletions(-)

commit 6d80b8dff9c2d1debf184674e4166a14862f85b1
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Aug 20 16:44:45 2004 +0000

    Updated Albanian translation.
    
    2004-08-20  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |   4 +++
 po/sq.po     | 108 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 58 insertions(+), 54 deletions(-)

commit 7c81b2fc18921ef4f4431479ca75d9d74b1efa66
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Fri Aug 20 16:26:14 2004 +0000

    Updated Hungarian translation.
    
    2004-08-20  Laszlo Dvornik  <dvornik@gnome.hu>
    
        * hu.po: Updated Hungarian translation.

 po/ChangeLog |  4 ++++
 po/hu.po     | 46 ++++++++++++++++++++++++----------------------
 2 files changed, 28 insertions(+), 22 deletions(-)

commit 92061799ebcdb6f748a80ca5b516d480d0189ff0
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Fri Aug 20 11:05:00 2004 +0000

    check

 po/pa.po | 356 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 160 insertions(+), 196 deletions(-)

commit 638794c7a4d164d82eb528dad9eb658861d7da96
Author: N Jayaradha <njaya@src.gnome.org>
Date:   Fri Aug 20 06:33:13 2004 +0000

    yet to proof read

 po/ta.po | 122 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 43 insertions(+), 79 deletions(-)

commit 527c9171afd3fd29eafa444407f8454f1e79fb2b
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Aug 19 11:51:55 2004 +0000

    post-release bump to 2.7.92.
    
    2004-08-19  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.92.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit d2c597a0e3b35f915a7c8b42c0e77a871fc69899
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Aug 19 11:43:42 2004 +0000

    Version 2.7.91.1.
    
    2004-08-19  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.91.1.

 ChangeLog     |   4 +
 NEWS          |  16 ++
 configure.in  |   2 +-
 po/am.po      | 108 +++++-----
 po/ar.po      | 108 +++++-----
 po/az.po      | 108 +++++-----
 po/be.po      | 108 +++++-----
 po/bg.po      | 108 +++++-----
 po/bn.po      | 108 +++++-----
 po/bs.po      | 662 +++++++++++++++++++++++++++++++---------------------------
 po/ca.po      | 108 +++++-----
 po/cs.po      | 108 +++++-----
 po/cy.po      | 108 +++++-----
 po/da.po      | 108 +++++-----
 po/de.po      | 108 +++++-----
 po/el.po      | 108 +++++-----
 po/en_CA.po   | 108 +++++-----
 po/en_GB.po   | 108 +++++-----
 po/es.po      | 108 +++++-----
 po/eu.po      | 108 +++++-----
 po/fa.po      | 108 +++++-----
 po/fi.po      | 120 ++++++-----
 po/fr.po      | 108 +++++-----
 po/ga.po      | 108 +++++-----
 po/gl.po      | 108 +++++-----
 po/gu.po      | 108 +++++-----
 po/hi.po      | 108 +++++-----
 po/hr.po      | 108 +++++-----
 po/hu.po      | 108 +++++-----
 po/id.po      | 108 +++++-----
 po/it.po      | 108 +++++-----
 po/ja.po      | 108 +++++-----
 po/ko.po      | 108 +++++-----
 po/lt.po      | 108 +++++-----
 po/lv.po      | 108 +++++-----
 po/mk.po      | 108 +++++-----
 po/ml.po      | 108 +++++-----
 po/mn.po      | 108 +++++-----
 po/ms.po      | 108 +++++-----
 po/nb.po      | 108 +++++-----
 po/ne.po      | 108 +++++-----
 po/nl.po      | 108 +++++-----
 po/nn.po      | 108 +++++-----
 po/no.po      | 108 +++++-----
 po/pa.po      | 108 +++++-----
 po/pl.po      | 108 +++++-----
 po/pt.po      | 108 +++++-----
 po/pt_BR.po   | 108 +++++-----
 po/ro.po      | 108 +++++-----
 po/ru.po      | 108 +++++-----
 po/sk.po      | 108 +++++-----
 po/sl.po      | 108 +++++-----
 po/sq.po      | 108 +++++-----
 po/sr.po      | 108 +++++-----
 po/sr@Latn.po | 108 +++++-----
 po/sv.po      | 108 +++++-----
 po/ta.po      | 108 +++++-----
 po/tr.po      | 108 +++++-----
 po/uk.po      | 108 +++++-----
 po/vi.po      | 108 +++++-----
 po/yi.po      | 108 +++++-----
 po/zh_CN.po   | 108 +++++-----
 po/zh_TW.po   | 108 +++++-----
 63 files changed, 3570 insertions(+), 3498 deletions(-)

commit 2dc7f99881c9b04725374f38b1edcd13fb2ca33d
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Aug 19 11:03:12 2004 +0000

    Revert the patch to make use of the merge-subtree feature at specific
    
    2004-08-19  Mark McLoughlin  <mark@skynet.ie>
    
            Revert the patch to make use of the merge-subtree feature at
            specific points in the tree. Not clear that it solves the
            problems we thought it solved. Patch archived in bug #138498
    
            * backends/markup-tree.[ch]:
            (markup_tree_get): remove try_merge flag.
            (markup_dir_sync): don't try and save as a merged subtree.
    
            * backends/markup-backend.c: (resolve_address), (ms_new):
            Remove the "nomerge" backend flag.
    
            * backends/gconf-merge-tree.c:
            (recursively_load_subtree): add back.
            (merge_tree): upd. for markup_tree_get() change.

 ChangeLog                   |  17 ++++++++
 backends/gconf-merge-tree.c |  22 +++++++++-
 backends/markup-backend.c   |  18 +-------
 backends/markup-tree.c      | 104 +-------------------------------------------
 backends/markup-tree.h      |   3 +-
 5 files changed, 42 insertions(+), 122 deletions(-)

commit bf00576738a9794e534c8750f885d2ed4a0f6913
Author: Pauli Virtanen <pvirtane@src.gnome.org>
Date:   Wed Aug 18 22:27:28 2004 +0000

    Updated Finnish translation.
    
    * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 255 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 130 insertions(+), 129 deletions(-)

commit dd3424426da004ebce94845f3c1bdc5c0079cba5
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Aug 18 10:51:59 2004 +0000

    Updated Albanian translation.
    
    2004-08-18  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog | 4 ++++
 po/sq.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit e7d64a0c3e5227d6ac81323254df9a0b4732270d
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Aug 17 13:32:21 2004 +0000

    2004-08-17 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |  4 ++++
 po/ja.po     | 42 ++++++++++++++++--------------------------
 2 files changed, 20 insertions(+), 26 deletions(-)

commit 72208853d7adf1c40910c0e19d1552fe0a08a39b
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Tue Aug 17 12:50:21 2004 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog |  4 ++++
 po/da.po     | 33 ++++++++++++++++-----------------
 2 files changed, 20 insertions(+), 17 deletions(-)

commit 92c89802f3535b9257c78ed85dcd2e6b4b520b35
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Aug 16 16:53:13 2004 +0000

    Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan Hadžiavdić
    
    2004-08-16  Christian Rose  <menthos@menthos.com>
    
        * configure.in: Added "bs" to ALL_LINGUAS.
        * po/bs.po: Added Bosnian translation by
        Kenan Hadžiavdić <kenanh@frisurf.no>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bs.po     | 2384 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2394 insertions(+), 1 deletion(-)

commit de817d7e8f199f7d05b1dd797cd6ebd0d02c8ed9
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 16 14:41:57 2004 +0000

    post-release bump to 2.7.92.
    
    2004-08-16  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.92.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit c972f6a97551f0913e91cc929f30481495c010f5
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Aug 16 14:38:34 2004 +0000

    Version 2.7.91.
    
    2004-08-16  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.91.

 ChangeLog     |    4 +
 NEWS          |   32 ++
 po/am.po      |  372 +++++++++++----------
 po/ar.po      |  381 ++++++++++-----------
 po/az.po      |  381 ++++++++++-----------
 po/be.po      |  381 ++++++++++-----------
 po/bg.po      |  390 +++++++++++-----------
 po/bn.po      |  380 ++++++++++-----------
 po/ca.po      |  381 ++++++++++-----------
 po/cs.po      |  358 ++++++++++----------
 po/cy.po      |  381 ++++++++++-----------
 po/da.po      |  388 ++++++++++-----------
 po/de.po      |    2 +-
 po/el.po      |  381 ++++++++++-----------
 po/en_CA.po   |  354 ++++++++++----------
 po/en_GB.po   |  356 ++++++++++----------
 po/es.po      |  508 +++++++++++++++-------------
 po/eu.po      |  381 ++++++++++-----------
 po/fa.po      |  375 +++++++++++----------
 po/fi.po      |  381 ++++++++++-----------
 po/fr.po      |  381 ++++++++++-----------
 po/ga.po      |  372 +++++++++++----------
 po/gl.po      |  381 ++++++++++-----------
 po/gu.po      |  454 +++++++++++++------------
 po/hi.po      |  389 ++++++++++-----------
 po/hr.po      |  381 ++++++++++-----------
 po/hu.po      |  380 ++++++++++-----------
 po/id.po      |  381 ++++++++++-----------
 po/it.po      |  381 ++++++++++-----------
 po/ja.po      |  388 ++++++++++-----------
 po/ko.po      |  358 ++++++++++----------
 po/lt.po      |  388 ++++++++++-----------
 po/lv.po      |  379 ++++++++++-----------
 po/mk.po      |  381 ++++++++++-----------
 po/ml.po      |  372 +++++++++++----------
 po/mn.po      | 1040 ++++++++++++++++++++++++++++++++++-----------------------
 po/ms.po      |  383 ++++++++++-----------
 po/nb.po      |   17 +-
 po/ne.po      |  388 ++++++++++-----------
 po/nl.po      |  388 ++++++++++-----------
 po/nn.po      |  476 ++++++++++++++------------
 po/no.po      |   17 +-
 po/pa.po      |  388 ++++++++++-----------
 po/pl.po      |  354 ++++++++++----------
 po/pt.po      |    2 +-
 po/pt_BR.po   |  381 ++++++++++-----------
 po/ro.po      |  380 ++++++++++-----------
 po/ru.po      |    2 +-
 po/sk.po      |  381 ++++++++++-----------
 po/sl.po      |  381 ++++++++++-----------
 po/sq.po      |  515 +++++++++++++++-------------
 po/sr.po      |  354 ++++++++++----------
 po/sr@Latn.po |  438 ++++++++++++------------
 po/sv.po      |    2 +-
 po/ta.po      |  477 ++++++++++++++------------
 po/tr.po      |  381 ++++++++++-----------
 po/uk.po      |  388 ++++++++++-----------
 po/vi.po      |  379 ++++++++++-----------
 po/yi.po      |  372 +++++++++++----------
 po/zh_CN.po   |  358 ++++++++++----------
 po/zh_TW.po   |  379 ++++++++++-----------
 61 files changed, 11041 insertions(+), 10313 deletions(-)

commit 4bdc7a8339e112fe37ca966d1782506ee593b7e0
Author: N Jayaradha <njaya@src.gnome.org>
Date:   Mon Aug 16 07:15:48 2004 +0000

    yet to proof read

 po/ta.po | 109 +++++++++++++++++++++++----------------------------------------
 1 file changed, 40 insertions(+), 69 deletions(-)

commit d9728ecc29b6b1783919db0cc1241cb628251e96
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Aug 13 20:30:19 2004 +0000

    Updated Portuguese translation.
    
    2004-08-13  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 389 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 202 insertions(+), 191 deletions(-)

commit b5ff1fc9e08e36d734fb6ee7d5e45d01126efbb3
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Fri Aug 13 19:46:09 2004 +0000

    Unified po headers for Finnish Team

 po/ChangeLog | 4 ++++
 po/fi.po     | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit bba35eb36d9a7e63e85307cd4f9590100351aa07
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Fri Aug 13 15:51:06 2004 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 384 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 196 insertions(+), 192 deletions(-)

commit 98b0ab4417cdd9b3a9a168662c54598c3c66e9be
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Aug 12 09:29:28 2004 +0000

    Updated. Updated.
    
    2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Updated.
        * no.po: Updated.

 po/ChangeLog |   5 +
 po/nb.po     | 388 +++++++++++++++++++++++++++++------------------------------
 po/no.po     | 388 +++++++++++++++++++++++++++++------------------------------
 3 files changed, 393 insertions(+), 388 deletions(-)

commit 808992fbf448fb899e9edda5211135ed0cfe1673
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Aug 11 09:54:51 2004 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ru.po | 391 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 199 insertions(+), 192 deletions(-)

commit 18696bbf185e8b4c0fcb2121fe3480537f1291f8
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Wed Aug 11 08:21:05 2004 +0000

    Updated Norwegian Nynorsk translation.
    
    2004-08-11  Åsmund Skjæveland <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |   4 +
 po/nn.po     | 287 +++++++++++++++++++++--------------------------------------
 2 files changed, 104 insertions(+), 187 deletions(-)

commit 8bb2ff0efca308b502d23d410aea7e3fd34d694d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 11 08:00:37 2004 +0000

    Use NULL in place of 0. Added nb to ALL_LINGUAS. ANSI parameter list
    
    2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/xml-cache.c: (cache_clean): Use NULL in place of 0.
        * configure.in: Added nb to ALL_LINGUAS.
        * gconf/gconf-internals.c: (gconf_invalid_corba_value): ANSI
        parameter list warning.
        * gconf/gconf-sanity-check.c: (ensure_gtk): NULL vs. 0
        * gconf/gconfd.c: (main): Same. Closes bug #149843.

 ChangeLog                  |  9 +++++++++
 backends/xml-cache.c       |  2 +-
 configure.in               |  2 +-
 gconf/gconf-internals.c    |  2 +-
 gconf/gconf-sanity-check.c |  2 +-
 gconf/gconfd.c             | 18 +++++++++---------
 6 files changed, 22 insertions(+), 13 deletions(-)

commit 126f55d4da71604a35427a8855dcd561010f6989
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 11 08:00:21 2004 +0000

    Correctly named Norwegian bokmål translation.
    
    2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nb.po: Correctly named Norwegian bokmål translation.

 po/ChangeLog |    4 +
 po/nb.po     | 2404 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2408 insertions(+)

commit 6dc3af73a40ebade9e0fa940aa43e5cb4e1f527e
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Aug 10 17:33:42 2004 +0000

    Updated Swedish translation.
    
    2004-08-10  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 388 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 202 insertions(+), 190 deletions(-)

commit b66bce487187ae8a1c8aa07fcf6cc813ac2b7386
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Aug 10 15:34:23 2004 +0000

    set the umask for --makefile-install-mode so we always install the schemas
    
    2004-08-10  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c: (main): set the umask for
            --makefile-install-mode so we always install the
            schemas with the correct permissions. bug #145041.

 ChangeLog         |  6 ++++++
 gconf/gconftool.c | 12 ++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit 1c954e2e08f90cd46bf43fc7f03330f6352a25ac
Author: David Lodge <dave@cirt.net>
Date:   Mon Aug 9 19:05:30 2004 +0000

    Updated British English translation.
    
    2004-08-09  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |  4 ++++
 po/en_GB.po  | 56 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 38 insertions(+), 22 deletions(-)

commit a7838bf71b338764a8ad01af5b6f82d1c2466815
Author: Funda Wang <fwang@src.gnome.org>
Date:   Mon Aug 9 14:59:06 2004 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |   4 +
 po/zh_CN.po  | 297 ++++++++---------------------------------------------------
 2 files changed, 40 insertions(+), 261 deletions(-)

commit 2199dd272ea7526ad11011c7a9b1a49276808785
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Aug 9 10:01:50 2004 +0000

    ankit@redhat.com 09/08/04

 po/gu.po | 45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

commit 65c416d1a0a1702e98d59a11f1c3fd80cab1ca1b
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Mon Aug 9 09:12:23 2004 +0000

    Updated Polish translation by GNOME PL Team.
    
    2004-08-09  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |  4 ++++
 po/pl.po     | 30 +++++++++++++++++++-----------
 2 files changed, 23 insertions(+), 11 deletions(-)

commit 633564a6d74c032ee5855ecfd5130870cee3d041
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Aug 9 06:53:09 2004 +0000

    Added Gujarati & Panjabi

 po/ChangeLog | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 29abb13db5edc5ce9b24e86abc654e8b45061c5b
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Sun Aug 8 22:17:23 2004 +0000

    Updated Mongolian translation.

 po/ChangeLog |   4 +
 po/mn.po     | 612 +++++++++++++++++++++++------------------------------------
 2 files changed, 237 insertions(+), 379 deletions(-)

commit 9c7f49a59eecdaa475201a9274ede6349e40f5b0
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Aug 8 19:10:15 2004 +0000

    Updated Spanish translation.
    
    2004-08-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |   4 ++
 po/es.po     | 175 +++++++++++++++++++++++------------------------------------
 2 files changed, 72 insertions(+), 107 deletions(-)

commit e0ec62e5fae2a72176e8ad720a6dc4f3b84390bd
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sun Aug 8 12:31:34 2004 +0000

    Updated Korean translation

 po/ChangeLog |  4 ++++
 po/ko.po     | 32 ++++++++++++++++++--------------
 2 files changed, 22 insertions(+), 14 deletions(-)

commit be9bfcf1e9ab67d3262b80230f381194c1483105
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sat Aug 7 21:15:40 2004 +0000

    Updated Canadian English translation.
    
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |  4 ++++
 po/en_CA.po  | 43 +++++++++++++++++++++++++------------------
 2 files changed, 29 insertions(+), 18 deletions(-)

commit 7e5740b0f1c36b4859a9d27d90c7020901d97dc5
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Aug 7 15:42:57 2004 +0000

    Updated Czech translation.
    
    2004-08-07  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |  4 ++++
 po/cs.po     | 32 +++++++++++++++++---------------
 2 files changed, 21 insertions(+), 15 deletions(-)

commit d3fd43f3f357af2b239b6038e6901fc5c877caf6
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Sat Aug 7 13:58:17 2004 +0000

    Updated Albanian translation.
    
    2004-08-07  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |   4 ++
 po/sq.po     | 177 ++++++++++++++++++++++-------------------------------------
 2 files changed, 69 insertions(+), 112 deletions(-)

commit e62f3d716930fd95c7e9d9a83519800585c41f27
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Aug 7 09:20:25 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |  4 ++++
 po/sr.po      | 35 +++++++++++++++++++----------------
 po/sr@Latn.po | 35 +++++++++++++++++++----------------
 3 files changed, 42 insertions(+), 32 deletions(-)

commit 227d926a72191cd1e611988b3fbb85559f109bc3
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Sat Aug 7 09:16:42 2004 +0000

    Fixes bug #149518.
    
    2004-08-07  Danilo Šegan  <dsegan@gmx.net>
    
            Fixes bug #149518.
    
            * gconf/gconftool.c (options): s/dir/directory/ s/standard out/standard output/.
            * gconf/gconfd.c (main): s/fd/file descriptor/.
            * gconf/gconf-sources.c (gconf_sources_new_from_addresses): s/config/configuration/.
            * backends/markup-tree.c (parse_value_element): s/car_type/first-element/.

 ChangeLog              | 9 +++++++++
 backends/markup-tree.c | 2 +-
 gconf/gconf-sources.c  | 4 ++--
 gconf/gconfd.c         | 2 +-
 gconf/gconftool.c      | 6 +++---
 5 files changed, 16 insertions(+), 7 deletions(-)

commit a0f9c1db4efb8d4ddadc78c06df0bd5324e1e9d3
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Aug 6 18:00:55 2004 +0000

    Updated Serbian translations.

 po/ChangeLog  |  4 +++
 po/sr.po      |  8 +++---
 po/sr@Latn.po | 92 ++++++++++++++++++++++++++++-------------------------------
 3 files changed, 51 insertions(+), 53 deletions(-)

commit f22ccddeb1cb14d523e51d687f7c7c6a225c2314
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Fri Aug 6 08:40:36 2004 +0000

    Updated Mongolian translation.

 po/ChangeLog |   4 +
 po/mn.po     | 370 ++++++++++++++++++++++-------------------------------------
 2 files changed, 139 insertions(+), 235 deletions(-)

commit ef4993272f959f38f41033e4d14e6f31857737ea
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Thu Aug 5 12:06:46 2004 +0000

    Updated German translation.

 po/ChangeLog | 4 ++++
 po/de.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit d0e42a8a7dd90249e05275b4791d0a2fbc57bda6
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Thu Aug 5 05:12:47 2004 +0000

    ankit@redhat.com 05/08/04

 po/gu.po | 240 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 95 insertions(+), 145 deletions(-)

commit d0ca01ffbff892dba58afff114524c319b56a3a1
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Aug 4 04:24:27 2004 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |   5 +++
 po/ru.po     | 126 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 70 insertions(+), 61 deletions(-)

commit 3af9bc9454ea982c6592ad0420e7107584871812
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Aug 3 14:18:41 2004 +0000

    post-release bump to 2.7.91.
    
    2004-08-03  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.91.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit a441f7dfa8e984826fdebc91329bbd74554be4f3
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Aug 3 14:16:03 2004 +0000

    Version 2.7.90.
    
    2004-08-03  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.90.

 ChangeLog                           |   4 +
 NEWS                                |  27 +++
 configure.in                        |   2 +-
 doc/gconf/tmpl/gconf-internals.sgml |   9 -
 doc/gconf/tmpl/gconf-unused.sgml    |   8 +
 po/am.po                            |  64 +++----
 po/ar.po                            |  64 +++----
 po/az.po                            |  64 +++----
 po/be.po                            |  64 +++----
 po/bg.po                            |  77 ++++-----
 po/bn.po                            |  64 +++----
 po/ca.po                            |  64 +++----
 po/cs.po                            |  64 +++----
 po/cy.po                            |  64 +++----
 po/da.po                            |  64 +++----
 po/de.po                            |  64 +++----
 po/el.po                            |  64 +++----
 po/en_CA.po                         |  65 ++++---
 po/en_GB.po                         |  64 +++----
 po/es.po                            | 200 +++++++++++++---------
 po/eu.po                            |  64 +++----
 po/fa.po                            |  64 +++----
 po/fi.po                            |  64 +++----
 po/fr.po                            |  64 +++----
 po/ga.po                            |  64 +++----
 po/gl.po                            |  64 +++----
 po/gu.po                            |  64 +++----
 po/hi.po                            |  64 +++----
 po/hr.po                            |  64 +++----
 po/hu.po                            |  64 +++----
 po/id.po                            |  64 +++----
 po/it.po                            |  64 +++----
 po/ja.po                            |  64 +++----
 po/ko.po                            |  64 +++----
 po/lt.po                            |  66 ++++----
 po/lv.po                            |  64 +++----
 po/mk.po                            |  64 +++----
 po/ml.po                            |  64 +++----
 po/mn.po                            |  64 +++----
 po/ms.po                            |  64 +++----
 po/ne.po                            |  64 +++----
 po/nl.po                            | 329 ++++++++++++++++++------------------
 po/nn.po                            |  64 +++----
 po/no.po                            |  72 ++++----
 po/pa.po                            | 178 +++++++++++--------
 po/pl.po                            |  64 +++----
 po/pt.po                            |  66 ++++----
 po/pt_BR.po                         |  64 +++----
 po/ro.po                            |  64 +++----
 po/ru.po                            |  64 +++----
 po/sk.po                            |  64 +++----
 po/sl.po                            |  64 +++----
 po/sq.po                            |  65 ++++---
 po/sr.po                            |  64 +++----
 po/sr@Latn.po                       |  64 +++----
 po/sv.po                            |  64 +++----
 po/ta.po                            |  64 +++----
 po/tr.po                            |  64 +++----
 po/uk.po                            |  16 +-
 po/vi.po                            |  64 +++----
 po/yi.po                            |  64 +++----
 po/zh_CN.po                         |  64 +++----
 po/zh_TW.po                         |  64 +++----
 63 files changed, 2182 insertions(+), 2074 deletions(-)

commit 35eff5f1d1c23f05315a3a397f9e9cef4a9bbc48
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Tue Aug 3 10:22:27 2004 +0000

    Updated Ukrainian translation.
    
    2004-08-03  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
        * Updated Ukrainian translation.

 po/ChangeLog |   4 ++
 po/uk.po     | 135 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 70 insertions(+), 69 deletions(-)

commit 42a8c8ab2908b84b33d3e7ed16cccb0e63251316
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Aug 3 09:42:55 2004 +0000

    Patch from Carlos Daniel Ruvalcaba Valenzuela <clsdaniel@yahoo.com.mx> in
    
    2004-08-03  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Carlos Daniel Ruvalcaba Valenzuela <clsdaniel@yahoo.com.mx>
            in bug #148973.
    
            * gconf/gconf-internals.[ch]: (gconf_escape_percents): remove unused
            (and internal) function.

 ChangeLog               |  8 ++++++++
 gconf/gconf-internals.c | 44 --------------------------------------------
 gconf/gconf-internals.h |  3 ---
 3 files changed, 8 insertions(+), 47 deletions(-)

commit 93896dff79eaabe9d19c62a4d5ab22633134f32c
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Aug 2 16:42:12 2004 +0000

    Updated Canadian English translation.
    
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |  4 ++++
 po/en_CA.po  | 12 +++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

commit a7c2679107710e2578d324eb7532a9440b3859db
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jul 31 09:32:06 2004 +0000

    Updated Norwegian translation.
    
    2004-07-31  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |  4 ++++
 po/no.po     | 21 +++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)

commit 270b5e24de2731c436f765730ad8b1e88140e094
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jul 29 21:13:12 2004 +0000

    Updated Norwegian translation.
    
    2004-07-29  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |  4 ++++
 po/no.po     | 65 +++++++++++++++++++++++++++++-------------------------------
 2 files changed, 35 insertions(+), 34 deletions(-)

commit b4e56cca9602793bf04489ad6347ad4e509d7eac
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Jul 28 16:59:54 2004 +0000

    Updated Albanian translation.
    
    2004-07-28  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog | 4 ++++
 po/sq.po     | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 8a85f75009315624c2512c6d566c872e8ce0c836
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jul 27 19:10:02 2004 +0000

    Updated Bulgarian translation by Rostislav "zbrox" Raykov
    
    2004-07-27  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Rostislav "zbrox" Raykov <zbrox@i-space.org>

 po/ChangeLog |  5 +++++
 po/bg.po     | 37 ++++++++++++++++++++++---------------
 2 files changed, 27 insertions(+), 15 deletions(-)

commit 88d805a54696a7eefe0ef223a709c976c630e919
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Tue Jul 27 14:58:49 2004 +0000

    Updated Lithuanian translation.
    
    2004-07-27  Žygimantas Beručka  <uid0@akl.lt>
    
        * lt.po: Updated Lithuanian translation.

 po/ChangeLog |   4 ++
 po/lt.po     | 121 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 65 insertions(+), 60 deletions(-)

commit f3004ce4388a2e43e6dac5bde005ba163f8a945a
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Mon Jul 26 13:56:43 2004 +0000

    Updated Korean translation.

 po/ChangeLog |  4 ++++
 po/ko.po     | 11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit d79988fe104a8942b278dc9a01962badd1390d3a
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Thu Jul 22 06:10:33 2004 +0000

    up

 po/pa.po | 373 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 174 insertions(+), 199 deletions(-)

commit d3c9b91d591e988371675d91f9229d393c8ede02
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Jul 21 21:45:29 2004 +0000

    Updated Portuguese translation.
    
    2004-07-21  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |  4 ++++
 po/pt.po     | 12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 4e967d484e135342f627633b0c9e14996a2f963f
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Wed Jul 21 11:09:01 2004 +0000

    updated hindi translation

 po/ChangeLog |   4 +
 po/hi.po     | 890 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 476 insertions(+), 418 deletions(-)

commit 3818b78f1cb702c5225dbefe826b9509cd8615ba
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Tue Jul 20 12:35:10 2004 +0000

    Updated Hungarian translation.
    
    2004-07-20  Laszlo Dvornik  <dvornik@gnome.hu>
    
        * hu.po: Updated Hungarian translation.

 po/ChangeLog |   4 +
 po/hu.po     | 370 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 181 insertions(+), 193 deletions(-)

commit afbaa836b7df99ac4be8359b23b42fa510e63fbc
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Thu Jul 15 19:12:48 2004 +0000

    Updated Polish translation by GNOME PL Team.
    
    2004-07-15  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog | 4 ++++
 po/pl.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 83cbd542808eaea37e5ed75cace61c9fb1ebfd12
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Tue Jul 13 10:57:54 2004 +0000

    13/7/04 aman <amanlinux@netscape.net> modify

 po/pa.po | 894 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 440 insertions(+), 454 deletions(-)

commit c31ebb70e949ed0b13b2534762fa3ad10f20ba94
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat Jul 10 13:46:58 2004 +0000

    Translation updated by Daniel van Eeden.
    
    2004-07-10  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Daniel van Eeden.

 po/ChangeLog |   4 +
 po/nl.po     | 269 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 139 insertions(+), 134 deletions(-)

commit a0e163ff76c9bf99002c4b35bc75375dda5be93b
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jul 10 13:29:21 2004 +0000

    Updated Swedish translation.
    
    2004-07-10  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   6 ++-
 po/sv.po     | 151 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 90 insertions(+), 67 deletions(-)

commit 08d96bd870beff84e7d5a55c53e3c58497315ed5
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Sat Jul 10 04:30:09 2004 +0000

    2004-07-10 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |  4 ++++
 po/ja.po     | 11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 9b1b503e1bd73395c6086dc5caba710a7d2a61cb
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Jul 9 05:52:20 2004 +0000

    Patch from Kai Willadsen <kaiw@itee.uq.edu.au> in bug #120349.
    
    2004-07-09  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Kai Willadsen <kaiw@itee.uq.edu.au> in
            bug #120349.
    
            * doc/gconf/gconf.sgml,
              doc/gconf/tmpl/gconf-client.sgml,
              doc/gconf/tmpl/gconf.sgml,
              doc/intro-article.sgml,
              gconf/gconf-client.h,
              gconf/gconf-listeners.h: bring the docs up to
            date with the patch that we're using GObject instead
            of GtkObject.

 ChangeLog                        | 14 ++++++++++++++
 doc/gconf/gconf.sgml             |  4 ++--
 doc/gconf/tmpl/gconf-client.sgml |  6 +++---
 doc/gconf/tmpl/gconf.sgml        |  4 ++--
 doc/intro-article.sgml           | 14 ++++----------
 gconf/gconf-client.h             |  2 +-
 gconf/gconf-listeners.h          |  2 +-
 7 files changed, 27 insertions(+), 19 deletions(-)

commit f1cdcc4df9f2440234b7471b6be93db3bfafb1f7
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Jul 7 22:25:06 2004 +0000

    Updated Spanish translation
    
    2004-07-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation

 po/ChangeLog |   4 ++
 po/es.po     | 145 +++++++++++++++++++++--------------------------------------
 2 files changed, 55 insertions(+), 94 deletions(-)

commit e2b0f9eec305cca540c550ad29db8cf9d02e9472
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Jul 7 13:17:32 2004 +0000

    post-release bump to 2.7.4.
    
    2004-07-07  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.4.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 7e140c0da1d175f3791076c93d8eaaeab6d57281
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Jul 7 13:12:03 2004 +0000

    Version 2.7.3.1.
    
    2004-07-07  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.3.1.

 ChangeLog     |    4 +
 NEWS          |   15 +
 configure.in  |    2 +-
 po/am.po      |  264 ++-
 po/ar.po      |  267 ++--
 po/az.po      |  267 ++--
 po/be.po      |  269 ++--
 po/bg.po      | 4966 +++++++++++++++++++++++++++++----------------------------
 po/bn.po      |  264 ++-
 po/ca.po      |  267 ++--
 po/cs.po      |  267 ++--
 po/cy.po      |  267 ++--
 po/da.po      |  267 ++--
 po/de.po      |  268 ++--
 po/el.po      |  269 ++--
 po/en_CA.po   |  267 ++--
 po/en_GB.po   |  267 ++--
 po/es.po      |  267 ++--
 po/eu.po      |  269 ++--
 po/fa.po      |  264 ++-
 po/fi.po      |  267 ++--
 po/fr.po      |  267 ++--
 po/ga.po      |  264 ++-
 po/gl.po      |  269 ++--
 po/gu.po      |  267 ++--
 po/hi.po      |  264 ++-
 po/hr.po      |  267 ++--
 po/hu.po      |  264 ++-
 po/id.po      |  267 ++--
 po/it.po      |  267 ++--
 po/ja.po      |  267 ++--
 po/ko.po      |  267 ++--
 po/lt.po      |  267 ++--
 po/lv.po      |  269 ++--
 po/mk.po      |  267 ++--
 po/ml.po      |  264 ++-
 po/mn.po      |  267 ++--
 po/ms.po      |  269 ++--
 po/ne.po      |  267 ++--
 po/nl.po      |  267 ++--
 po/nn.po      |  267 ++--
 po/no.po      |  267 ++--
 po/pa.po      |  267 ++--
 po/pl.po      |  267 ++--
 po/pt.po      |  267 ++--
 po/pt_BR.po   |  268 ++--
 po/ro.po      |  264 ++-
 po/ru.po      |  267 ++--
 po/sk.po      |  267 ++--
 po/sl.po      |  267 ++--
 po/sq.po      |  407 ++---
 po/sr.po      |  267 ++--
 po/sr@Latn.po |  267 ++--
 po/sv.po      |  267 ++--
 po/ta.po      |  267 ++--
 po/tr.po      |  267 ++--
 po/uk.po      |  267 ++--
 po/vi.po      |  269 ++--
 po/yi.po      |  264 ++-
 po/zh_CN.po   |  267 ++--
 po/zh_TW.po   |  269 ++--
 61 files changed, 10189 insertions(+), 10148 deletions(-)

commit 36263c47af8800a54aaa18104b7da931430e27e5
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Jul 7 13:00:18 2004 +0000

    one character fix to make the schema actually be applied.
    
    2004-07-07  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c: (process_key_list): one character
            fix to make the schema actually be applied.

 ChangeLog         | 5 +++++
 gconf/gconftool.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 275e2dfd557bf5c4ac261350f59c2d35ed878156
Author: Fernando Herrera de las Heras <fherrera@src.gnome.org>
Date:   Wed Jul 7 12:53:11 2004 +0000

    Removed outdated comment.
    
            * gconf/default.path.in: Removed outdated comment.

 ChangeLog             | 4 ++++
 gconf/default.path.in | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 2aa12c5ca18eb56dd7d83c795f33665249a19c7a
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Jul 7 12:51:31 2004 +0000

    merge with do_makefile_install() by adding a "unload" flag.
    
    2004-07-07  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c: (do_makefile_uninstall): merge with
            do_makefile_install() by adding a "unload" flag.

 ChangeLog         |  5 +++++
 gconf/gconftool.c | 43 +++++--------------------------------------
 2 files changed, 10 insertions(+), 38 deletions(-)

commit a8b7cd5a8b101c2139227a4a06a355867186e6bf
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Wed Jul 7 02:15:31 2004 +0000

    Updated British English translationi

 po/ChangeLog | 4 ++++
 po/en_GB.po  | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 7bcded70efad548a22d5d9aeca3488ae8bf1d56f
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue Jul 6 18:34:39 2004 +0000

    Updated Albanian translation.
    
    2004-07-06  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Updated Albanian translation.

 po/ChangeLog |   4 ++
 po/sq.po     | 150 +++++++++++++++++++++--------------------------------------
 2 files changed, 56 insertions(+), 98 deletions(-)

commit 98859f903470060e96da2fbc0e156ec09957d07c
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Jul 6 12:05:20 2004 +0000

    Updated Czech translation.
    
    2004-07-06  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog | 4 ++++
 po/cs.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit a72b9459a8bf91c429986449f86a21f084e8c0e1
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Tue Jul 6 11:59:10 2004 +0000

    Fixed format string in translation (neccessary for gettext 0.14.x).

 po/mn.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4713f2064c390bc289c8d4516bc547a377d45fa0
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Tue Jul 6 11:54:56 2004 +0000

    Typo in translated format string (s,%a,%s,).

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 12f374addb7e824c88d3bbbd230c492b70d29a09
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jul 6 06:45:00 2004 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2004-07-06  Alexander Shopov  <ash@contact.bg>
    
        * bg.po: Updated Bulgarian translation by
        Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     | 4966 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 2463 insertions(+), 2508 deletions(-)

commit f808ed198595353f3bceb52ff446da3035a39b6b
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jul 5 16:23:49 2004 +0000

    post-release bump to 2.7.4.
    
    2004-07-05  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.4.

 ChangeLog    | 6 ++++++
 configure.in | 2 +-
 po/ChangeLog | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit e22b833e39f090bae418afb685bd6eddee2db2dd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jul 5 16:19:54 2004 +0000

    Version 2.7.3.
    
    2004-07-05  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.3.

 ChangeLog     |    4 +
 NEWS          |   20 +
 configure.in  |    2 +-
 po/am.po      |  562 +++----
 po/ar.po      |  562 +++----
 po/az.po      |  562 +++----
 po/be.po      |  562 +++----
 po/bg.po      |  562 +++----
 po/bn.po      |  562 +++----
 po/ca.po      |  562 +++----
 po/cs.po      |   92 +-
 po/cy.po      |  562 +++----
 po/da.po      |   92 +-
 po/de.po      |   92 +-
 po/el.po      |  562 +++----
 po/en_CA.po   |  562 +++----
 po/en_GB.po   |  562 +++----
 po/es.po      |  562 +++----
 po/eu.po      |  562 +++----
 po/fa.po      |  562 +++----
 po/fi.po      |  562 +++----
 po/fr.po      |  562 +++----
 po/ga.po      |  562 +++----
 po/gl.po      |  562 +++----
 po/gu.po      |  562 +++----
 po/hi.po      |  562 +++----
 po/hr.po      |  562 +++----
 po/hu.po      |  562 +++----
 po/id.po      |  562 +++----
 po/it.po      |  562 +++----
 po/ja.po      |  562 +++----
 po/ko.po      |  562 +++----
 po/lt.po      |  562 +++----
 po/lv.po      |  562 +++----
 po/mk.po      |  562 +++----
 po/ml.po      |  562 +++----
 po/mn.po      |  562 +++----
 po/ms.po      |  562 +++----
 po/ne.po      | 4505 +++++++++++++++++++++++++++++----------------------------
 po/nl.po      |  110 +-
 po/nn.po      |  562 +++----
 po/no.po      |  562 +++----
 po/pa.po      |  562 +++----
 po/pl.po      |  554 +++----
 po/pt.po      |  566 ++++----
 po/pt_BR.po   |  562 +++----
 po/ro.po      |  562 +++----
 po/ru.po      |  562 +++----
 po/sk.po      |  562 +++----
 po/sl.po      |  562 +++----
 po/sq.po      |  234 +--
 po/sr.po      |  562 +++----
 po/sr@Latn.po |  562 +++----
 po/sv.po      |  562 +++----
 po/ta.po      |  562 +++----
 po/tr.po      |  562 +++----
 po/uk.po      |  562 +++----
 po/vi.po      |  562 +++----
 po/yi.po      |  562 +++----
 po/zh_CN.po   |  562 +++----
 po/zh_TW.po   |  562 +++----
 61 files changed, 17510 insertions(+), 16861 deletions(-)

commit 1bf44ac03251ef7029a9661e9a236342fda6e5ca
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jul 5 15:51:34 2004 +0000

    Patch from Josselin Mouette <joss@debian.org> to handle SIGHUP by
    
    2004-07-05  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Josselin Mouette <joss@debian.org> to handle
            SIGHUP by reloading all databases. Intended to be used
            in package's postinst scripts to get all running gconfds
            to reload schemas.
    
            * gconf/gconfd.c:
            (signal_handler): handle SIGHUP by setting flag.
            (periodic_cleanup_timeout): reload all databases when
            the reload flag is set.

 ChangeLog      | 12 ++++++++++++
 gconf/gconfd.c | 24 +++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletion(-)

commit 52d714f0bb39fd3cc2217542ea7ab4cc6bd4f84f
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Sun Jul 4 19:18:17 2004 +0000

    fixed fatal error

 po/da.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit cd73e4796238de084fa37589056089d3a1c18f81
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Sun Jul 4 19:17:04 2004 +0000

    Translated untranslated strings and fuzzy strings
    
            * da.po: Translated untranslated strings and fuzzy strings

 po/ChangeLog |   4 +
 po/da.po     | 627 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 321 insertions(+), 310 deletions(-)

commit c7d1f3f7014c79dd371eb0bf899cf5cef683bd8d
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Jul 4 16:08:14 2004 +0000

    Translation updated by Tino Meinen.
    
    2004-07-04  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |   4 +
 po/nl.po     | 649 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 331 insertions(+), 322 deletions(-)

commit 42b091a700e4a5059bb3f2514d1d9e2ff25501da
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sun Jul 4 15:48:52 2004 +0000

    Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517 to add a
    
    2004-07-04  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517
            to add a --sysconfsubdir configure argument which allows the
            sub-directory GConf uses under $sysconfdir to be change.
    
            * configure.in: add --sysconfsubdir argument and subst $sysgconfdir
            which contains the full sysconf path GConf uses.
    
            * Makefile.am,
              examples/Makefile.am,
              gconf/Makefile.am,
              gconf/default.path.in,
              gconf/gconftool.c,
              standard-schemas/Makefile.am,
              wrappers/cxx/Makefile.am: use $sysgconfdir.

 ChangeLog                    | 17 +++++++++++++++++
 Makefile.am                  |  8 ++++----
 configure.in                 | 24 +++++++++++++++++-------
 examples/Makefile.am         |  2 +-
 gconf/Makefile.am            |  8 ++++----
 gconf/default.path.in        |  8 ++++----
 gconf/gconftool.c            |  2 +-
 standard-schemas/Makefile.am |  2 +-
 wrappers/cxx/Makefile.am     |  2 +-
 9 files changed, 50 insertions(+), 23 deletions(-)

commit 79ee75c1830af170b5cf56e30d8fc4f9584c4273
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jul 4 15:43:39 2004 +0000

    Updated Czech translation.
    
    2004-07-04  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |   4 +
 po/cs.po     | 514 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 263 insertions(+), 255 deletions(-)

commit 2f88b6fff5ac9c7beac01d8d1c8507228edb9da4
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Sat Jul 3 17:38:04 2004 +0000

    Translation updated.
    
    2004-07-03  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Translation updated.

 po/ChangeLog |   4 +
 po/sq.po     | 587 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 273 insertions(+), 318 deletions(-)

commit d090910df6c8657e24a222ea85d786c8360ea8f8
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sat Jul 3 07:09:14 2004 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 510 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 262 insertions(+), 252 deletions(-)

commit 8f0b53000ea14ff38941cd0833e1c90c34a396b9
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Jul 2 19:42:43 2004 +0000

    Fixup some bugs with the merge files support which was causing unset
    
    2004-07-02  Mark McLoughlin  <mark@skynet.ie>
    
            Fixup some bugs with the merge files support which was
            causing unset entries not to be completely wiped out.
    
            * backends/markup-tree.c:
            (clean_old_local_schemas): rename.
            (clean_old_local_schemas_recurse): if we're saving as a subtree,
            recurse down the tree.
            (delete_useless_subdirs): ignore the some_subdir_needs_sync and
            entries_need_save flags on the subdir - they're irrelevant if
            there's no entries or subdirs. Also, check whether the subdir
            is in a subtree file rather than current dir.
            (delete_useless_subdirs_recurse): correctly recurse over subdirs.
            (delete_useless_entries_recurse): implement recursively deleting
            entries too.
            (recursively_load_subtree): set the not_in_filesytem flag if we're
            going to be saving as a subtree.
            (markup_dir_sync): recusively clean schemas and delete entries
            if we're saving as a subtree.

 ChangeLog              |  21 ++++++++++
 backends/markup-tree.c | 101 ++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 95 insertions(+), 27 deletions(-)

commit 53698f1bc44dc75bf40764a389644fe6be3ef281
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Jul 2 19:33:25 2004 +0000

    Based on a patch to add --unload option from Julio M. Merino Vidal
    
    2004-07-02  Mark McLoughlin  <mark@skynet.ie>
    
            Based on a patch to add --unload option from
            Julio M. Merino Vidal <jmmv@menta.net> in bug #130129.
    
            * gconf/gconftool.c:
            (main): add --unload option.
            (do_load_file): add an 'unload' flag.
            (set_values), (process_entry),
            (process_key_list), (hash_install_foreach), (process_schema),
            (process_list): pass the flag about and unset/unassociate
            things as appropriate.
            (do_makefile_uninstall): pass the unload flag to do_load_file().

 ChangeLog         |  14 +++++
 gconf/gconftool.c | 183 ++++++++++++++++++++++++++++--------------------------
 2 files changed, 110 insertions(+), 87 deletions(-)

commit ece2f42e7ce342b793aca86a2d8c975e72fbb4d5
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Jul 2 07:55:20 2004 +0000

    Fix for bug #145141.
    
    2004-07-02  Mark McLoughlin  <mark@skynet.ie>
    
            Fix for bug #145141.
    
            * backends/markup-tree.c: (load_subdirs): recognise
            subdirs which don't contain a %gconf.xml file but do
            contain a %gconf-tree.xml file.

 ChangeLog              | 8 ++++++++
 backends/markup-tree.c | 8 ++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 9dd2380b6f5880fc57d3dba53e28ce226239f3c2
Author: Pawan Chitrakar <pawan@nplinux.org>
Date:   Thu Jul 1 06:06:10 2004 +0000

    Added Nepali translation by KU
    
    2004-07-01  Pawan Chitrakar  <pawan@nplinux.org>
    
        * ne.po: Added Nepali translation by KU
    
        * configure.in: Added "ne" Nepali in ALL_LINGUAS

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ne.po     | 2192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2201 insertions(+), 1 deletion(-)

commit a279923afc8265df3710a0f136373bebefee75d2
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Mon Jun 28 15:06:26 2004 +0000

    Translation updated.
    
    2004-06-28  Laurent Dhima  <laurenti@alblinux.net>
    
        * sq.po: Translation updated.

 po/ChangeLog |   4 ++
 po/sq.po     | 175 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 95 insertions(+), 84 deletions(-)

commit 0c7aa9fa67e21132963315c7754de4a5fd7cd742
Author: Ross Burton <rburton@src.gnome.org>
Date:   Sun Jun 27 19:51:45 2004 +0000

    Add FAQ and DTD to distribution

 ChangeLog       | 4 ++++
 doc/Makefile.am | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit cdad0ebfafa6c8a4f1bb5a3a8fdb163df486b355
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jun 22 15:04:16 2004 +0000

    fix tiny typo which was causing /schemas/apps to be saved as one gigantic
    
    2004-06-22  Mark McLoughlin  <mark@skynet.ie>
    
        * backends/markup-tree.c: fix tiny typo which was causing
        /schemas/apps to be saved as one gigantic file.

 ChangeLog              | 5 +++++
 backends/markup-tree.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 2bb792de417e79185dcbd3d8f3255d64c2aeee18
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jun 22 11:43:47 2004 +0000

    Fix for bug #138498 - turn on "subtree-in-a-file" for the subdirectories
    
    2004-06-21  Mark McLoughlin  <mark@skynet.ie>
    
            Fix for bug #138498 - turn on "subtree-in-a-file" for the
            subdirectories of the following directories:
    
                /apps/evolution",
                /apps/panel/profiles",
                /apps
                /desktop/gnome
                /system
                /schemas/apps
                /schemas/desktop/gnome
                /schemas/system
                /schemas
                /
    
            You can turn this of by passing the "nomerge" flag to the
            backend - e.g. xml:readwrite,nomerge:$(HOME)/.gconf
    
            * backends/markup-tree.[ch]:
            (markup_tree_get): pass in the nomerge path.
            (markup_dir_build_file_path),
            (markup_dir_build_dir_path): simple wrappers for build_path().
            (load_subtree), (load_entries), (load_subdirs),
            (delete_useless_subdirs): upd. for above change.
            (recursively_load_subtree): impl. recursively loading the tree
            below a given dir.
            (should_save_as_subtree): logic to figure out which dirs should
            be saved as merged files.
            (markup_dir_sync): save the dir in a merged file if neccessary.
            (markup_dir_build_path): allow building a non-filesystem path.
            (parse_tree), (save_tree): upd.
            (write_dir): set the "not_in_filesystem" flag.
    
            * backends/markup-backend.c:
            (resolve_address), (ms_new): parse and use the "nomerge" flag.
    
            * backends/gconf-merge-tree.c: (merge_tree): upd.

 ChangeLog                   |  39 +++++++++++
 backends/gconf-merge-tree.c |  25 +-------
 backends/markup-backend.c   |  21 +++++-
 backends/markup-tree.c      | 153 ++++++++++++++++++++++++++++++++++++++++----
 backends/markup-tree.h      |   3 +-
 5 files changed, 201 insertions(+), 40 deletions(-)

commit 28d07e279a98eb0e2bae93fe3fe732344e539347
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jun 21 10:22:39 2004 +0000

    don't free the default database twice. Its on the databases list now so it
    
    2004-06-21  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconfd.c: (shutdown_databases): don't free the
            default database twice. Its on the databases list now
            so it doesn't need to freed explicitly.

 ChangeLog      | 6 ++++++
 gconf/gconfd.c | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 898f512adcfbdc5ae31206e454fdfdc0ecbd438b
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jun 21 08:08:37 2004 +0000

    Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com> in bug #144502.
    
    2004-06-21  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com>
            in bug #144502.
    
            * doc/gconf/tmpl/gconf-client.sgml: warn the g_type_init()
            must be called before using GConfClient.

 ChangeLog                        | 8 ++++++++
 doc/gconf/tmpl/gconf-client.sgml | 4 ++++
 2 files changed, 12 insertions(+)

commit c559784d89eb9be906378940db4294adfe81f913
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Jun 18 00:32:32 2004 +0000

    Updated Portuguese translation.
    
    2004-06-18  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 ++
 po/pt.po     | 121 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 65 insertions(+), 60 deletions(-)

commit 68efc12e4b7c6d537f0cdcf30259cdaf8b9be877
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jun 14 16:12:36 2004 +0000

    Hmm, forgot to actually commit this:
    
    2004-06-12  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Julio M. Merino Vidal <jmmv@menta.net>
            in bug #134247.
    
            * doc/gconf/Makefile.am: don't create a directory if
            its not needed.

 doc/gconf/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 2f39cfaf8ef5bad0b7115f5623f16ecb00f86c25
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jun 13 14:51:23 2004 +0000

    Updated Korean translation.
    
    2004-06-13  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |   4 ++
 po/ko.po     | 128 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 60 insertions(+), 72 deletions(-)

commit 510e80d08c7893c342e6aabf22daf5765d032ca6
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sat Jun 12 08:48:04 2004 +0000

    Patch from Daniel Elstner <daniel.elstner@gmx.net> in bug #143679.
    
    2004-06-12  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Daniel Elstner <daniel.elstner@gmx.net>
            in bug #143679.
    
            * gconf.m4.in (AM_GCONF_SOURCE_2): Use $(sysconfdir)/gconf/schemas
            as the default value of GCONF_SCHEMA_FILE_DIR, without the trailing
            slash.  Also get rid of the pointless else branch.

 ChangeLog     | 9 +++++++++
 gconf-2.m4.in | 4 +---
 gconf.m4.in   | 4 +---
 3 files changed, 11 insertions(+), 6 deletions(-)

commit 9e3148cbf8a19ee285658dfa264e9896a171dcf4
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sat Jun 12 08:43:06 2004 +0000

    Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134247.
    
    2004-06-12  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Julio M. Merino Vidal <jmmv@menta.net>
            in bug #134247.
    
            * doc/gconf/Makefile.am: don't create a directory if
            its not needed.

 ChangeLog | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 49a81b978dd53a772c20e374e87e59d65a56a1d6
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sat Jun 12 08:23:58 2004 +0000

    Patch from Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar> in bug
    
    2004-06-12  Mark McLoughlin  <mark@skynet.ie>
    
            Patch from Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar>
            in bug #122958 to change the encoding logic so as to produce
            shorter encoded keys when encoding non-ascii characters. Does
            not require changes to the decoder.
    
            * gconf/gconf.c: (gconf_escape_key): use a shorter encoding
            for non-ascii characters.

 ChangeLog     | 10 ++++++++++
 gconf/gconf.c |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 90cb651a33600736defd2134d0eb3314c948ef8a
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Sat Jun 12 07:39:15 2004 +0000

    64-bit fix from Joe Marcus Clarke <marcus@freebsd.org>
    
    2004-06-12  Mark McLoughlin  <mark@skynet.ie>
    
            64-bit fix from Joe Marcus Clarke <marcus@freebsd.org>
    
            * backends/markup-tree.c: (parse_tree): the length
            returned from g_file_get_contents() is a gsize
            not an int.

 ChangeLog              | 8 ++++++++
 backends/markup-tree.c | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 44172feb26a8c85a734e71a42731dbcc9e00de48
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Thu Jun 10 09:17:19 2004 +0000

    Updated German translation.

 po/ChangeLog |   4 ++
 po/de.po     | 144 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 71 insertions(+), 77 deletions(-)

commit fb09488d5fe673cfd7a1d73c19df3becb785642b
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Wed Jun 9 07:30:25 2004 +0000

    Updated Polish translation by GNOME PL Team.
    
    2004-06-09  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |   4 ++
 po/pl.po     | 140 +++++++++++++++++++++++++----------------------------------
 2 files changed, 62 insertions(+), 82 deletions(-)

commit ea5a22ce501c816c7ff6476ad3c39b5639e63598
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jun 9 07:06:49 2004 +0000

    Plug a small leak. Fixes bug #143941.
    
    2004-06-09  Kjartan Maraas  <kmaraas@gnome.org>
    
        * gconf/gconf-internals.c: (gconf_activate_server):
        Plug a small leak. Fixes bug #143941.

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 1 +
 2 files changed, 6 insertions(+)

commit 5d081828912ab6a6ba6b2769fd55fe3e84dbe26c
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Jun 1 16:53:55 2004 +0000

    2004-06-02 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |   4 ++
 po/ja.po     | 151 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 73 insertions(+), 82 deletions(-)

commit 4a48a135029f507c8f469c06f7218bb9eb839929
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon May 31 13:33:34 2004 +0000

    post-release bump to 2.7.2.
    
    2004-05-31  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.7.2.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit f5d7aa54da93297da8b1c4d81649a4c36c235d79
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Mon May 31 13:27:08 2004 +0000

    version markers

 ChangeLog    | 2 ++
 po/ChangeLog | 2 ++
 2 files changed, 4 insertions(+)

commit ac4fa484623c28a339b9c81f3cc1da940e1980e3
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon May 31 13:21:52 2004 +0000

    Version 2.7.1.
    
    2004-05-31  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.7.1.

 ChangeLog     |    4 +
 NEWS          |   58 +++
 po/am.po      |  912 +++++++++++++++++++++++++++-------------------
 po/ar.po      |  928 ++++++++++++++++++++++++++++-------------------
 po/az.po      |  933 ++++++++++++++++++++++++++++-------------------
 po/be.po      |  971 +++++++++++++++++++++++++++++--------------------
 po/bg.po      |  935 ++++++++++++++++++++++++++++-------------------
 po/bn.po      |  924 ++++++++++++++++++++++++++++-------------------
 po/ca.po      |  915 +++++++++++++++++++++++++++-------------------
 po/cs.po      |   40 +-
 po/cy.po      |  939 ++++++++++++++++++++++++++++-------------------
 po/da.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/de.po      |  942 +++++++++++++++++++++++++++++-------------------
 po/el.po      |  959 +++++++++++++++++++++++++++++-------------------
 po/en_CA.po   |   43 ++-
 po/en_GB.po   |   40 +-
 po/es.po      |  162 ++++++---
 po/eu.po      |  345 +++++++++++++-----
 po/fa.po      |  917 +++++++++++++++++++++++++++-------------------
 po/fi.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/fr.po      |   14 +-
 po/ga.po      |  915 +++++++++++++++++++++++++++-------------------
 po/gl.po      |  927 ++++++++++++++++++++++++++++-------------------
 po/gu.po      |  980 +++++++++++++++++++++++++++++--------------------
 po/hi.po      |  922 ++++++++++++++++++++++++++++-------------------
 po/hr.po      |  960 ++++++++++++++++++++++++++++--------------------
 po/hu.po      |  924 ++++++++++++++++++++++++++++-------------------
 po/id.po      |  933 ++++++++++++++++++++++++++++-------------------
 po/it.po      |  939 ++++++++++++++++++++++++++++-------------------
 po/ja.po      |  933 ++++++++++++++++++++++++++++-------------------
 po/ko.po      |  932 ++++++++++++++++++++++++++++-------------------
 po/lt.po      |  936 ++++++++++++++++++++++++++++-------------------
 po/lv.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/mk.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/ml.po      |  917 +++++++++++++++++++++++++++-------------------
 po/mn.po      |  931 ++++++++++++++++++++++++++++-------------------
 po/ms.po      |  928 ++++++++++++++++++++++++++++-------------------
 po/nl.po      |  932 ++++++++++++++++++++++++++++-------------------
 po/nn.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/no.po      |    4 +-
 po/pa.po      |  929 ++++++++++++++++++++++++++++-------------------
 po/pl.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/pt.po      |  934 ++++++++++++++++++++++++++++-------------------
 po/pt_BR.po   |  933 ++++++++++++++++++++++++++++-------------------
 po/ro.po      |  922 ++++++++++++++++++++++++++++-------------------
 po/ru.po      |  979 ++++++++++++++++++++++++++++---------------------
 po/sk.po      |  935 ++++++++++++++++++++++++++++-------------------
 po/sl.po      |  932 ++++++++++++++++++++++++++++-------------------
 po/sq.po      |  156 +++++---
 po/sr.po      |   26 +-
 po/sr@Latn.po |  110 +++---
 po/sv.po      |  929 ++++++++++++++++++++++++++++-------------------
 po/ta.po      |    2 +-
 po/tr.po      | 1122 +++++++++++++++++++++++++++++++++++----------------------
 po/uk.po      |   25 +-
 po/vi.po      |  930 ++++++++++++++++++++++++++++-------------------
 po/yi.po      |  912 +++++++++++++++++++++++++++-------------------
 po/zh_CN.po   |    7 +-
 po/zh_TW.po   |  930 ++++++++++++++++++++++++++++-------------------
 59 files changed, 25526 insertions(+), 16785 deletions(-)

commit 68f79ad4f4c1ec6ee0f4e1c99f8c0e7bbcc36d7b
Author: Dinesh Nadarajah <dinesh_list@sbcglobal.net>
Date:   Sat May 29 20:50:20 2004 +0000

    *ta.po: Updated Tamil Translation
    
    
    
    2004-05-29  Dinesh Nadarajah <dinesh_list@sbcglobal.net>
    
            *ta.po: Updated Tamil Translation

 po/ChangeLog |    4 +
 po/ta.po     | 1584 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 959 insertions(+), 629 deletions(-)

commit 0999f6162873725eb01b0bd087ec0f28415d1ac8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 26 22:29:52 2004 +0000

    Updated Norwegian translation.
    
    2004-05-27  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 921 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 554 insertions(+), 371 deletions(-)

commit 5c2a2d3f878ed51f54fd65234d142957662716b3
Author: Funda Wang <fwang@src.gnome.org>
Date:   Tue May 18 00:04:25 2004 +0000

    update

 po/zh_CN.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8f11830c1d0e1a1d2a7be9641a4ef3d87e98fc70
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun May 16 21:59:49 2004 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |   4 +
 po/zh_CN.po  | 942 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 567 insertions(+), 379 deletions(-)

commit e2c7fd2c126f45dff70699aebe691b52a3a071b0
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat May 8 10:06:10 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit a3d0f3c1eb412067d9ee1bf3a7665d0d1f3857d2
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat May 8 10:04:25 2004 +0000

    Updated

 po/sq.po | 1068 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 601 insertions(+), 467 deletions(-)

commit 54d485da8992e994f139d147107d4d38829a64a2
Author: Morten Welinder <terra@gnome.org>
Date:   Tue May 4 15:53:05 2004 +0000

    Delete stray ";" aka null statement. (Valid only in C99 where it had no
    
    2004-05-04  Morten Welinder  <terra@gnome.org>
    
        * gconf/gconf-internals.c (gconf_activate_server): Delete stray
        ";" aka null statement.  (Valid only in C99 where it had no
        effect.)

 ChangeLog               | 6 ++++++
 gconf/gconf-internals.c | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

commit d95a01707207108b492a069ed8fc036001aa248a
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Apr 30 09:37:33 2004 +0000

    Updated Ukrainian translation

 po/ChangeLog |   4 +
 po/uk.po     | 970 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 578 insertions(+), 396 deletions(-)

commit 2b901c8acf6b478356c6e5cd3cbdfaa5cc66cc6e
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Thu Apr 29 00:18:10 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 +
 po/sr.po      |  945 +++++++++++++++++++++++++++++++---------------------
 po/sr@Latn.po | 1028 ++++++++++++++++++++++++++++++++++-----------------------
 3 files changed, 1179 insertions(+), 798 deletions(-)

commit d972e08c9c5a89546aabdb2369e8128e9f5a07a0
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Tue Apr 27 11:17:04 2004 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 ++
 po/ca.po     | 197 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 106 insertions(+), 95 deletions(-)

commit 09954dca617fa6dc8af33e51c9702688a3472e71
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Apr 24 16:58:20 2004 +0000

    Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     | 1437 ++++++++++++++++++++++------------------------------------
 2 files changed, 557 insertions(+), 884 deletions(-)

commit 11604d0fd2079b5db33765576b30bdaec427b2bb
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Apr 24 13:13:11 2004 +0000

    Updated Spanish translation.
    
    2004-04-24  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     | 1081 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 620 insertions(+), 465 deletions(-)

commit 027004f23c5d0698280457952bad24a2ac834ffe
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Apr 23 11:27:43 2004 +0000

    return NULL and the last error if we failed to resolve any of the
    
    2004-04-23  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-sources.c: (gconf_sources_new_from_addresses): return
            NULL and the last error if we failed to resolve any of the addresses.

 ChangeLog             |  5 ++++
 gconf/gconf-sources.c | 66 ++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 49 insertions(+), 22 deletions(-)

commit 1485dc88e576cb5535fab9c568629b0a334626ad
Author: Richard Hult <richard@imendio.com>
Date:   Wed Apr 21 17:46:04 2004 +0000

    Init modified_sources to NULL since we access it later. Fixes random
    
    2004-04-21  Richard Hult  <richard@imendio.com>
    
        * gconf/gconf-database.c (gconf_database_unset): Init
        modified_sources to NULL since we access it later. Fixes random
        crashes.

 ChangeLog              | 6 ++++++
 gconf/gconf-database.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 92db1a36f1bda378e412ee2312d1df900dee1bb7
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Apr 20 18:41:09 2004 +0000

    Updated Czech translation.
    
    2004-04-20  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |   4 +
 po/cs.po     | 328 ++++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 241 insertions(+), 91 deletions(-)

commit ef5776b80e7006cd38d45c3db3ac6c206a5a93d1
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Tue Apr 20 17:00:51 2004 +0000

    Updated Canadian English translation.
    
    
        * en_CA.po: Updated Canadian English translation.

 po/ChangeLog |   4 +
 po/en_CA.po  | 317 ++++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 230 insertions(+), 91 deletions(-)

commit a2a1fb7a71fb82c007d36100d89c72902b0b8631
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Mon Apr 19 22:25:53 2004 +0000

    Updated British English translation

 po/ChangeLog |   4 +
 po/en_GB.po  | 295 ++++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 223 insertions(+), 76 deletions(-)

commit 0a8292749770cb569b1ffd8b3d30949796861ebb
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Mon Apr 19 11:05:26 2004 +0000

    revert intentional typo which was for testing

 configure.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 54f462e18b9045df46822f3e703e051d7afde544
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 11:01:27 2004 +0000

    Based on a patch from Julio Merino <jmmv@hispabsd.org> in bug #102825
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            Based on a patch from Julio Merino <jmmv@hispabsd.org>
            in bug #102825
    
            * configure.in: add a --enable-gtk=yes/no/auto (defaults to auto)

 ChangeLog    |  7 +++++++
 configure.in | 25 ++++++++++++++++++++-----
 2 files changed, 27 insertions(+), 5 deletions(-)

commit 70fcea6336aa60339bf122671f10843fb1701e8c
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 10:17:01 2004 +0000

    Patch Elijah Newren <bugsqueesher@yahoo.com> in bug #138009
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            Patch Elijah Newren <bugsqueesher@yahoo.com> in bug #138009
    
            * examples/basic-gconf-app.c: (config_entry_commit):
            return a boolean so we don't crash.

 ChangeLog                  | 7 +++++++
 examples/basic-gconf-app.c | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 094c2796acfa99b944b79f398ea4380c6ed070cd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 10:05:47 2004 +0000

    Based on a patch from Ryan Lovett <ryan@ocf.berkeley.edu> in bug #95198.
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            Based on a patch from Ryan Lovett <ryan@ocf.berkeley.edu>
            in bug #95198.
    
            * backends/markup-backend.c: (resolve_address):
              backends/xml-backend.c: (resolve_address): check to see
            if the dir exists before trying to create it rather than
            relying on EEXIST from mkdir.

 ChangeLog                 | 10 ++++++++++
 backends/markup-backend.c | 36 ++++++++++++++++--------------------
 backends/xml-backend.c    | 36 ++++++++++++++++--------------------
 3 files changed, 42 insertions(+), 40 deletions(-)

commit 3c9ef4baa6c46f57418de13847f5040eaa868cb3
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 08:56:00 2004 +0000

    remove last remenants of the BDB backend.
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/dir-utils.[ch],
              backends/val-encode.[ch]: remove last remenants
            of the BDB backend.

 ChangeLog             |   6 +
 backends/dir-utils.c  | 220 -------------------------
 backends/dir-utils.h  |  34 ----
 backends/val-encode.c | 444 --------------------------------------------------
 backends/val-encode.h |  39 -----
 5 files changed, 6 insertions(+), 737 deletions(-)

commit 27809f1bfadeab208d24c943c2e4144e3953e078
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 08:55:06 2004 +0000

    remove backends/dir-utils.c. Bug #131352.
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            * POTFILES.in: remove backends/dir-utils.c.
            Bug #131352.

 po/ChangeLog   | 5 +++++
 po/POTFILES.in | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

commit dcbe303977bc2f934748050cdee3db9f7fd259f8
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 08:51:00 2004 +0000

    translate the markup backend files. Bug #135822.
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            * POTFILES.in,
              POTFILES.skip: translate the markup backend
            files. Bug #135822.

 po/ChangeLog     | 6 ++++++
 po/POTFILES.in   | 3 +++
 po/POTFILES.skip | 5 -----
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 7bc10c4c618cf08a22217c7414365ae3baee321c
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 19 07:38:49 2004 +0000

    Tracked down by Gustavo Giráldez <gustavo.giraldez@gmx.net> in bug
    
    2004-04-19  Mark McLoughlin  <mark@skynet.ie>
    
            Tracked down by Gustavo Giráldez  <gustavo.giraldez@gmx.net>
            in bug #139170
    
            * gconf/gconfd.c: (logfile_save): don't save default_db explicitly
            since its now stored in the same list as the other dbs - but do
            make sure that it gets saved as "def" rather than using its full
            address list.

 ChangeLog      | 10 ++++++++++
 gconf/gconfd.c | 11 ++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

commit 8a20a9310e88cb896bea6f115f5d567aa6c5ca3a
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Fri Apr 16 22:19:46 2004 +0000

    Updated British English translation

 po/ChangeLog |   4 +
 po/en_GB.po  | 701 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 380 insertions(+), 325 deletions(-)

commit c285286ffe0bfba7b2a29a527410de42e453c2c2
Author: Colin Walters <walters@redhat.com>
Date:   Fri Apr 16 20:36:12 2004 +0000

    Move temporary directory creation into daemon code, so that we play better
    
    2004-04-16  Colin Walters  <walters@redhat.com>
    
        * gconf/gconf-internals.c (gconf_activate_server): Move temporary
        directory creation into daemon code, so that we play better with
        SELinux.  Patch reviewed by (and several improvements suggested by)
        Mark McLoughlin <mark@skynet.ie>.

 ChangeLog               |  7 +++++
 gconf/gconf-internals.c | 70 ++++++++++++++++++++++++++++---------------------
 2 files changed, 47 insertions(+), 30 deletions(-)

commit 88a64ec218b906c5cff7418c3a58a8477fe4865d
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Apr 16 15:05:42 2004 +0000

    Updated Czech translation.
    
    2004-04-16  Miloslav Trmac  <mitr@volny.cz>
    
        * cs.po: Updated Czech translation.

 po/ChangeLog |   4 +
 po/cs.po     | 689 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 373 insertions(+), 320 deletions(-)

commit a8aea10909e905407818ddf200ff45d5e4b5c1d1
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Wed Apr 14 09:04:31 2004 +0000

    Fixed a typo in Italian translation.

 po/ChangeLog | 4 ++++
 po/it.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 73e8448f8830c66280ee2bdcf6813277868a78ad
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Apr 13 18:23:44 2004 +0000

    Fix pointed out by Frédéric L. W. Meunier <1@pervalidus.net>.
    
    2004-04-13  Mark McLoughlin  <mark@skynet.ie>
    
            Fix pointed out by Frédéric L. W. Meunier <1@pervalidus.net>.
    
            * gconf.m4.in: add quotes around AM_GCONF_SOURCE_2 to
            quell autoconf's rudeness.

 ChangeLog     | 7 +++++++
 gconf-2.m4.in | 2 +-
 gconf.m4.in   | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 533637ce8e76f1a73fa13ae6e55c80ac1b7eb516
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Apr 8 14:59:38 2004 +0000

    added gujarati translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/gu.po     | 2200 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2210 insertions(+), 1 deletion(-)

commit c0e75aaeb752a8f5f5ce09890011d8c9fc93eda3
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Apr 8 06:14:35 2004 +0000

    Added en_CA to ALL_LINGUAS. Added Canadian English translation.
    
    
        * configure.in: Added en_CA to ALL_LINGUAS.
        * po/en_CA.po: Added Canadian English translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_CA.po  | 2244 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2253 insertions(+), 1 deletion(-)

commit 90159a4c2bdbb81a7ddbc89d2502f6836c3e5585
Author: Iñaki Larrañaga <dooteo@euskalgnu.org>
Date:   Mon Apr 5 19:23:51 2004 +0000

    Updated Basque translation.
    
    2004-04-05  Iñaki Larrañaga  <dooteo@euskalgnu.org>
    
        * eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     | 1568 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 847 insertions(+), 725 deletions(-)

commit bf4fdafaf69416155744b7f61f321dbb21c90282
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Apr 5 19:14:51 2004 +0000

    Revert the --dump behaviour change (not dumping schema defaults) and add a
    
    2004-04-05  Mark McLoughlin  <mark@skynet.ie>
    
            Revert the --dump behaviour change (not dumping schema defaults)
            and add a --ignore-schema-defaults argument which applies to
            all arguments which get the value of a key.
    
            * gconf/gconftool.c:
            (main): check that --ignore-schema-defaults is being used with
            an option which gets a value.
            (list_pairs_in_dir), (dump_entries_in_dir):
            respect --ignore-schema-defaults.
            (get_maybe_without_default): helper function.
            (do_get), (do_get_type), (do_get_list_size), (do_get_list_element):
            respect --ignore-schema-defaults.

 ChangeLog         | 15 +++++++++++++++
 gconf/gconftool.c | 50 ++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 57 insertions(+), 8 deletions(-)

commit d523317dd363e97702d5a2e0742b21eb4d5f7817
Author: Samel Jn Gunnarsson <sammi@techattack.nu>
Date:   Sat Apr 3 21:00:41 2004 +0000

    Updated Icelandic translation.
    
    2004-04-03  Samel Jn Gunnarsson  <sammi@techattack.nu>
    
        * is.po: Updated Icelandic translation.

 po/ChangeLog |   4 +
 po/is.po     | 655 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 353 insertions(+), 306 deletions(-)

commit c2b0739b59f81ffef53559d6e754f9ee3ab2c81c
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri Apr 2 18:02:14 2004 +0000

    handle an <entry> with only a <schema_name> correctly.
    
    2004-04-02  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c: (set_values), (process_entry): handle
            an <entry> with only a <schema_name> correctly.

 ChangeLog         |  5 +++++
 gconf/gconftool.c | 29 +++++++++++++++--------------
 2 files changed, 20 insertions(+), 14 deletions(-)

commit 7d69f63db13a27a98db621205e191ddb4ad39978
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Apr 1 14:44:22 2004 +0000

    don't dump the value if its the schema default.
    
    2004-04-01  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c: (dump_entries_in_dir): don't dump
            the value if its the schema default.

 ChangeLog         | 5 +++++
 gconf/gconftool.c | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit c0f4964311d4ae917e9caef27ee4333a253797b5
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Apr 1 13:40:29 2004 +0000

    fix the position of the local-defaults.path include. Bug #137578.
    
    2004-04-01  Mark McLoughlin  <mark@skynet.ie>
    
        * gconf/default.path.in: fix the position of the
        local-defaults.path include. Bug #137578.

 ChangeLog             |  5 +++++
 gconf/default.path.in | 10 +++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 18d0fa8bcdbf9caa8fca5d901e5c01786c36d7bf
Author: Thomas Vander Stichele <thomasvs@src.gnome.org>
Date:   Thu Apr 1 09:17:15 2004 +0000

    fix ignores

 doc/gconf/.cvsignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 61a2cebb695464cb916e9d05b3f7d0ef250fede8
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Mar 31 09:09:14 2004 +0000

    Fix last remaining obvious issue I'm seeing with the previous patches.
    
    2004-03-31  Mark McLoughlin  <mark@skynet.ie>
    
            Fix last remaining obvious issue I'm seeing with the previous
            patches. gconfd was crashing when removing objects from the
            panel.
    
            * gconf/gconf-database.c: (gconf_database_recursive_unset):
            Don't try and propogate a NULL error.
    
            * gconf/gconf-sources.c:
            (gconf_sources_unset_value): create modified_sources when
            they it doesn't exist.
            (prepend_unset_notify): add a couple of assertions.
            (recursive_unset_helper): unset modified_sources between
            unsets so that we don't append to the same source list.

 ChangeLog              | 16 ++++++++++++++++
 gconf/gconf-database.c | 11 ++++++-----
 gconf/gconf-sources.c  |  7 ++++++-
 3 files changed, 28 insertions(+), 6 deletions(-)

commit 31acbdb9bac29623cacf09cd1121e831efe3933b
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 17:01:47 2004 +0000

    Return TRUE if the vtable is okay.
    
    2004-03-30  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-backend.c: (gconf_backend_verify_vtable):
            Return TRUE if the vtable is okay.

 ChangeLog             | 5 +++++
 gconf/gconf-backend.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 98909a0cd7f8890c33952cf51a733cc8b07defa1
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Tue Mar 30 15:49:09 2004 +0000

    *** empty log message ***

 po/hr.po | 298 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 202 insertions(+), 96 deletions(-)

commit 13cd51a1b19dc981e4e434d403d52fbbf07c1d81
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:44:11 2004 +0000

    add some documentation for set_notify_func().
    
    2004-03-30  Mark McLoughlin  <mark@skynet.ie>
    
            * doc/gconf/tmpl/gconf-backend.sgml: add some documentation
            for set_notify_func().

 ChangeLog                         |  5 +++++
 doc/gconf/tmpl/gconf-backend.sgml | 17 +++++++++++++++++
 2 files changed, 22 insertions(+)

commit f97451a065be4ce25915616635ece932bf3d5358
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:32:05 2004 +0000

    upd. for the fact we have a copy of the vtale now rather than a pointer to
    
    2004-03-30  Mark McLoughlin  <mark@skynet.ie>
    
            * tests/testbackend.c: (foreach_recursive), (sync_and_clear),
            (check_unset), (set_value), (get_value): upd. for the fact
            we have a copy of the vtale now rather than a pointer to it.

 ChangeLog           |  6 ++++++
 tests/testbackend.c | 34 +++++++++++++++++-----------------
 2 files changed, 23 insertions(+), 17 deletions(-)

commit 884d83268a8b71ad95b42f94d8de854b2b1abd36
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:30:22 2004 +0000

    Seems to have gotten lost along the way
    
    2004-03-30  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-backend.h: actually add the vtable_size
            vtable member.

 ChangeLog             | 5 +++++
 gconf/gconf-backend.h | 5 ++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit c0190553e489428137ef089c4a0297587ecb30fd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:24:54 2004 +0000

    remove - no hash table here.
    
    2004-03-29  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-database.c:
            (safe_g_hash_table_insert): remove - no hash table here.

 ChangeLog              |  5 +++++
 gconf/gconf-database.c | 22 ----------------------
 2 files changed, 5 insertions(+), 22 deletions(-)

commit 3d720f4a0c00af31c1d53fc4aa45d6d6580c433e
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:19:08 2004 +0000

    add gconf_engine_get_for_addresses() and
    
    2004-03-29  Mark McLoughlin  <mark@skynet.ie>
    
        * gconf/gconf-engine.h: add gconf_engine_get_for_addresses()
        and gconf_engine_get_local_for_addresses().
    
        * gconf/gconf.c:
        (gconf_engine_connect): implement setting up a database from
        an arbitrary stack of sources.
        (register_engine): use the concatenation of addresses for the key.
        (unregister_engine): free the persistent address and address list on
        unregistering.
        (lookup_engine): use the concatenation of addresses for the key.
        (gconf_engine_get_local_for_addresses): add.
        (gconf_engine_get_for_address): update for register_engine change.
        (gconf_engine_get_for_addresses): impl support for remote composite dbs.
        (update_listener): update for the fact that listeners are now saved using
        the persistent name.
    
        * gconf/GConfX.idl: extend the ConfigServer interface
        by adding ConfigServer2 inherting from ConfigServer.
        Add ConfigServer2::get_database_for_addresses().
    
        * gconf/gconf-backend.c:
        (gconf_address_valid), (gconf_get_backend): check the backend
        address doesn't contain any special characters.
    
        * gconf/gconf-database.[ch]:
        (source_notify_cb): don't notify unless this change could
        actually cause a change for the client.
        (gconf_database_notify_listeners): impl. notifying "other"
        listeners - clients listening on other stacks which contains
        any of the modified sources.
        (gconf_database_set), (gconf_database_unset): keep track of
        the sources modified by the change and update for the
        notify_listeners change.
        (gconf_database_recursive_unset): ditto and upd. for the
        change in the listeners list returned by
        gconf_sources_recursive_unset().
        (gconf_database_get_persistent_name): make the persistent
        name a concatenation of the individual addresses instead
        of the first address.
    
        * gconf/gconf-internals.[ch]:
        (gconf_address_list_get_persistent_name): impl method similar
        to gconf_database_get_persistent_name, except concatenate
        the addresses from a GSList.
        (gconf_persistent_name_get_address_list): do the reverse.
        (gconf_address_list_free): free the list of strings.
    
        * gconf/gconf-sources.[ch]:
        (gconf_sources_new_from_source): allow creating an empty source
        list.
        (gconf_sources_set_value),
        (gconf_sources_unset_value): return the sources modified by
        the change.
        (prepend_unset_notify), (recursive_unset_helper),
        (gconf_sources_recursive_unset): return a list of GConfUnsetNotifys
        which contains both the key and the modified source.
        (get_address_resource): copy and paste of gconf_address_resource
        except it doesn't dup the return value.
        (gconf_sources_is_affected): figure out if a change to a particular
        key in one source affects the key with a particular stack of sources.
    
        * gconf/gconfd.[ch]: impl ConfigServer2 inheritance.
        (gconfd_get_database): upd for obtain_database change.
        (gconfd_get_composite_database): implement.
        (init_databases): rename dbs_by_address to dbs_by_addresses.
        (set_default_database): register the default db like the others.
        (register_database): use the persistent name as the key.
        (unregister_database): ditto.
        (lookup_database): ditto.
        (obtain_database): use a list of addresses, not a single one.
        (gconfd_notify_other_listeners): impl notifying listeners
        on GConfDatabases other than the one which was changed.
        (listener_logentry_restore_and_destroy_foreach): restore by
        splitting the address list string.
    
        * gconf/gconftool.c: (main): enable --config-source without
        --direct as it works better now. Also allow --config-source
        to be an address list.

 ChangeLog                         |  81 +++++++++++++++
 doc/gconf/tmpl/gconf-backend.sgml |   1 +
 doc/gconf/tmpl/gconf-sources.sgml |   2 +
 gconf/GConfX.idl                  |   5 +
 gconf/gconf-backend.c             |  52 ++++++++++
 gconf/gconf-database.c            | 188 +++++++++++++++++++++++------------
 gconf/gconf-database.h            |   5 +-
 gconf/gconf-engine.h              |   7 +-
 gconf/gconf-internals.c           |  76 ++++++++++++++
 gconf/gconf-internals.h           |   6 ++
 gconf/gconf-sources.c             | 173 +++++++++++++++++++++++++++++---
 gconf/gconf-sources.h             |  14 ++-
 gconf/gconf.c                     | 185 +++++++++++++++++++++++++++++-----
 gconf/gconfd.c                    | 203 ++++++++++++++++++++++++++++++--------
 gconf/gconfd.h                    |   4 +
 gconf/gconftool.c                 |  16 +--
 16 files changed, 858 insertions(+), 160 deletions(-)

commit 1a465a26caba587e6ee3d18ba2e85af4eeae3385
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:08:27 2004 +0000

    initialize the set_notify_func vtable member.
    
    2004-03-29  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/markup-backend.c,
              backends/xml-backend.c: initialize the set_notify_func
            vtable member.
    
    2004-03-29  Mark McLoughlin  <mark@skynet.ie>
    
            Re-work the notifications-from-backends patch so that the
            backend doesn't have to keep track of a callback per
            listener as suggested by Cyrille.
    
            * gconf/gconf-backend.h: add a set_notify_func() member to
            the vtable and remove the callback arg from add_listener().
    
            * gconf/gconf-database.c:
            (gconf_database_new): set the notification callback here.
            (gconf_database_readd_listener): upd.
    
            * gconf/gconf-sources.[ch]:
            (gconf_source_set_notify_func): add.
            (gconf_source_add_listener): upd.
            (gconf_sources_set_notify_func): add.
            (gconf_sources_add_listener): upd.
    
    2004-03-26  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-database.c: (source_notify_cb): don't leak
            the schema name.
    
            * gconf/gconf-sources.c:
            (gconf_sources_add_listener),
            (gconf_sources_remove_listener): fix mistake pointed out
            by Cyrille.

 ChangeLog                 | 35 +++++++++++++++++++++++++
 backends/markup-backend.c |  5 ++--
 backends/xml-backend.c    |  5 ++--
 gconf/gconf-backend.h     |  8 +++---
 gconf/gconf-database.c    | 19 +++++++-------
 gconf/gconf-sources.c     | 66 +++++++++++++++++++++++++++--------------------
 gconf/gconf-sources.h     |  7 ++---
 7 files changed, 98 insertions(+), 47 deletions(-)

commit d22d6a90652e397dda32682ac1ea305a81854024
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:06:19 2004 +0000

    Allow backends to notify the daemon of changes to entries. Based on a
    
    2004-03-25  Mark McLoughlin  <mark@skynet.ie>
    
            Allow backends to notify the daemon of changes to entries.
            Based on a patch from Cyrille Moureaux <Cyrille.Moureaux@Sun.COM>
            in bug #07692.
    
            * gconf/gconf-backend.h: add add_listener() and
            remove_listener() members to the vtable.
    
            * gconf/gconf-database.c:
            (source_notify_cb): re-compute the value and notify
            listeners when the backend reports the key has changed.
            (gconf_database_readd_listener),
            (gconf_database_remove_listener): add/remove backend
            listeners.
    
            * gconf/gconf-sources.[c]:
            (gconf_source_add_listener),
            (gconf_source_remove_listener),
            (gconf_sources_add_listener),
            (gconf_sources_remove_listener): impl. the glue.
    
            * doc/gconf/tmpl/gconf-backend.sgml: update the backend
            documentation.
    
            * backends/markup-backend.c,
              backends/xml-backend.c: set the add_listener() and
            remove_listener() members to NULL.

 ChangeLog                         | 29 +++++++++++++++
 backends/markup-backend.c         |  4 +-
 backends/xml-backend.c            |  4 +-
 doc/gconf/tmpl/gconf-backend.sgml | 74 ++++++++++++++++++++++++++++++++++++-
 gconf/gconf-backend.h             |  9 +++++
 gconf/gconf-database.c            | 62 +++++++++++++++++++++++++++++++
 gconf/gconf-sources.c             | 77 +++++++++++++++++++++++++++++++++++++++
 gconf/gconf-sources.h             | 20 ++++++----
 8 files changed, 269 insertions(+), 10 deletions(-)

commit 2c1e925f7540c6e35d4a44e86f58d4f0794c21b1
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:04:18 2004 +0000

    add a vtable_size member to the vtable.
    
    2004-03-24  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-backend.h: add a vtable_size member to
            the vtable.
    
            * gconf/gconf-backend.c:
            (gconf_backend_verify_vtable): impl. copying handling
            mismatches in vtable sizes and also refuse to use the
            backend if any of the functions we require are NULL.
            (gconf_get_backend): fixup error handling a bit.
    
            * gconf/gconf-sources.c: update to take into account
            that the we have a copy of the vtable now rather than
            just a pointer to it.
    
            * doc/gconf/tmpl/gconf-backend.sgml: upd.
    
            * backends/markup-backend.c,
              backends/xml-backend.c: add sizeof (GConfBackendVTable) to
            the vtable.

 ChangeLog                         | 21 +++++++++++
 backends/markup-backend.c         |  1 +
 backends/xml-backend.c            |  1 +
 doc/gconf/tmpl/gconf-backend.sgml |  1 +
 gconf/gconf-backend.c             | 77 ++++++++++++++++++++++++++++++++++++---
 gconf/gconf-backend.h             |  3 --
 gconf/gconf-sources.c             | 34 ++++++++---------
 7 files changed, 112 insertions(+), 26 deletions(-)

commit 10091b5d8e4da3e44c8982eb6d44955bf4ae2fc6
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 15:01:06 2004 +0000

    don't convert the value into a string and then do nothing with it.
    
    2004-03-24  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-database.c: (impl_ConfigDatabase_set): don't
            convert the value into a string and then do nothing with it.

 ChangeLog              |  5 +++++
 gconf/gconf-database.c | 16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit b227dafa39c971c474a99a887c1db9183b7a4572
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 30 14:45:35 2004 +0000

    bump to 2.7.1. 2.6.x development is on the gnome-2-6 branch now.
    
    2004-03-30  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: bump to 2.7.1. 2.6.x development is on
            the gnome-2-6 branch now.

 ChangeLog    | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 750df964280a822d409d2a9790706d437ec5f63e
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Mon Mar 29 16:44:10 2004 +0000

    *** empty log message ***

 po/ChangeLog | 4 ++++
 po/hr.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 3ced9405e9db73cedc14bc34a26a31c780993624
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sun Mar 28 20:30:11 2004 +0000

    *** empty log message ***

 po/hr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d11ca07f83921b29d98ab05f15162aa4202e4164
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Mar 24 14:19:41 2004 +0000

    kill the message-of-doom.
    
    2004-03-24  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: kill the message-of-doom.

 ChangeLog    | 4 ++++
 configure.in | 5 -----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 1f8e2840a3dccd3d57eada7e5409153aeb67df52
Author: Fixed wrong translation for gconftool-2. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Mar 23 10:59:34 2004 +0000

    2004-03-23 Fixed wrong translation for gconftool-2. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |   4 ++
 po/ja.po     | 120 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 65 insertions(+), 59 deletions(-)

commit bc3f11658ba0c9119c4f6db27758d3ab6161e38a
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Mon Mar 22 21:50:13 2004 +0000

    *** empty log message ***

 po/hr.po | 297 +++++++++++++++++++++------------------------------------------
 1 file changed, 96 insertions(+), 201 deletions(-)

commit ca7a7cca67f2ca8c73e7d9170a9d872509d1dc91
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Mon Mar 22 16:47:34 2004 +0000

    CVS_SILENT

 po/tr.po | 488 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 250 insertions(+), 238 deletions(-)

commit 1dc5b07511e6f38363ad9f48fd8ac0ff305b7718
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Mon Mar 22 16:41:41 2004 +0000

    Updated Turkish Translation

 po/ChangeLog |   4 +
 po/tr.po     | 646 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 303 insertions(+), 347 deletions(-)

commit 9c171cd12a66bd57df1c0f879d623bd5ce8811ac
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Mon Mar 22 10:56:28 2004 +0000

    added punjabi translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/pa.po     | 2171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2181 insertions(+), 1 deletion(-)

commit 17385817f8447b5287de99f67a0079f584457f61
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 22 10:16:38 2004 +0000

    post-release bump to 2.6.1.
    
    2004-03-22  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: post-release bump to 2.6.1.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 5aa0431132635556c07d14dabcde50ee1f02a8bd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Mar 22 09:54:25 2004 +0000

    Version 2.6.0
    
    2004-03-22  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.6.0

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/be.po     | 134 +++++++---
 po/cy.po     |   4 +-
 po/de.po     |   4 +-
 po/el.po     | 819 ++++++++++++++++++++++++++++++++++++++++-------------------
 po/en_GB.po  |   4 +-
 po/ga.po     |   2 +-
 po/hr.po     | 295 ++++++++++++++-------
 po/ja.po     |   4 +-
 po/nl.po     |   7 +-
 po/pt_BR.po  | 213 ++++++++++------
 po/sk.po     | 106 +++++---
 po/sq.po     |  22 +-
 po/ta.po     | 338 ++++++++++++++----------
 po/uk.po     |   4 +-
 po/zh_CN.po  |   4 +-
 17 files changed, 1284 insertions(+), 682 deletions(-)

commit fd238c975d3e657fe5b0ddef2b2553da9d81ba03
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sun Mar 21 17:23:13 2004 +0000

    *** empty log message ***

 po/hr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b866bf1fe6c9ea92f1d35ed10665261e274aed4e
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Mar 21 16:09:38 2004 +0000

    Translation updated by Daniel van Eeden.
    
    2004-03-21  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Daniel van Eeden.

 po/ChangeLog |  4 ++++
 po/nl.po     | 19 ++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 4d21879ab7ee147c0b11f7b0c3c7e9d8e45cc15f
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sun Mar 21 08:18:40 2004 +0000

    *** empty log message ***

 po/ChangeLog | 4 ++++
 po/hr.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 38a4ee873d8682d96e100cc105996731b246b049
Author: Wang Jian <lark@src.gnome.org>
Date:   Sat Mar 20 14:00:59 2004 +0000

    *** empty log message ***

 po/zh_CN.po | 247 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 119 insertions(+), 128 deletions(-)

commit 530214cfeac4559c0363b9ae5ca2c98f9269ea36
Author: Telsa Gwynne <telsa@src.gnome.org>
Date:   Sat Mar 20 10:20:00 2004 +0000

    Typo-fixing.

 po/ChangeLog |  6 +++++-
 po/cy.po     | 29 +++++++++++++++--------------
 2 files changed, 20 insertions(+), 15 deletions(-)

commit b5014d4fc9a8321743c2647dc1704b0bdb8c7411
Author: Ross Burton <rburton@src.gnome.org>
Date:   Thu Mar 18 16:17:43 2004 +0000

    Added a FAQ

 ChangeLog   |   6 +++
 doc/FAQ.txt | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 148 insertions(+)

commit 5605e9f57b37e644358663a9b03d62a69c4cf53c
Author: Gareth Owen <gowen72@yahoo.com>
Date:   Wed Mar 17 02:28:34 2004 +0000

    Added en_GB to ALL_LINGUAS Added British translations
    
    2004-03-16  Gareth Owen  <gowen72@yahoo.com>
    
        * configure.in: Added en_GB to ALL_LINGUAS
        * po/en_GB.po: Added British translations

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_GB.po  | 2196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2205 insertions(+), 1 deletion(-)

commit a24a75b5eeae73d8baf855e0f09284272015eae7
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Tue Mar 16 13:58:21 2004 +0000

    Updated Ukrainian translation.
    
    2004-03-16  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
        * Updated Ukrainian translation.

 po/ChangeLog |   4 ++
 po/uk.po     | 129 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 72 insertions(+), 61 deletions(-)

commit f9b47d6e2d8874e76bda270352e888889e604673
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Tue Mar 16 13:28:26 2004 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     | 1164 ++++++++++++++--------------------------------------------
 2 files changed, 285 insertions(+), 883 deletions(-)

commit 30a86b65e7fb817c0abfb55b98837c9c794ee5cb
Author: Gustavo Noronha Silva <gns@src.gnome.org>
Date:   Mon Mar 15 18:41:09 2004 +0000

    updated translation, by Medina - debian <afmedina@uol.com.br>
    
        * pt_BR.po: updated translation, by
          Medina - debian <afmedina@uol.com.br>

 po/ChangeLog |   5 +
 po/pt_BR.po  | 446 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 206 insertions(+), 245 deletions(-)

commit f4fa1c01cf54f38ca37e88326d60d5b38460f59c
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sun Mar 14 21:50:53 2004 +0000

    *** empty log message ***

 po/hr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d20dd23b23badc24f1f7110227fd7b85c7483e2e
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sat Mar 13 11:13:28 2004 +0000

    *** empty log message ***

 po/ChangeLog |   4 +
 po/hr.po     | 343 +++++++++++++++++++++--------------------------------------
 2 files changed, 123 insertions(+), 224 deletions(-)

commit 6d633f90ca9a17afb2e8c943a498303f71733f1a
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Thu Mar 11 16:44:33 2004 +0000

    Updated Welsh translation from Rhys Jones.

 po/ChangeLog |   4 ++
 po/cy.po     | 202 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 106 insertions(+), 100 deletions(-)

commit a1765d8be36432c3a5ad41c63440c110040bf84d
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Mar 9 16:54:28 2004 +0000

    Updated Slovak translation.
    
    2004-03-09  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 ++
 po/sk.po     | 163 ++++++++++++++++++++++-------------------------------------
 2 files changed, 64 insertions(+), 103 deletions(-)

commit e9ceae587d5389332c579247e59da8d5499f202b
Author: Alastair McKinstry <alastairmck@src.gnome.org>
Date:   Mon Mar 8 21:50:03 2004 +0000

    Updated Irish translation

 po/ChangeLog |  4 +++
 po/ga.po     | 97 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 54 insertions(+), 47 deletions(-)

commit 00b3f21c6929a6e36f3e1d11d7b103be8171849a
Author: Ales Nyakhaychyk <alesnk@src.gnome.org>
Date:   Mon Mar 8 12:50:12 2004 +0000

    Updated Belarusian translation.

 po/ChangeLog |   4 +
 po/be.po     | 240 ++++++++++++++---------------------------------------------
 2 files changed, 58 insertions(+), 186 deletions(-)

commit 5687c74e5256898e49f0cfbf7e548a0ed5363099
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Mar 7 06:42:56 2004 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |  4 ++++
 po/zh_CN.po  | 44 +++++++++++++++++++++++---------------------
 2 files changed, 27 insertions(+), 21 deletions(-)

commit c362ace5e14e6bb109ebfa21d871054bef9ded77
Author: Dinesh Nadarajah <dinesh_list@sbcglobal.net>
Date:   Wed Mar 3 00:32:16 2004 +0000

    Started Tamil Translation.
    
    
    2004-03-02 Dinesh Nadarajah <dinesh_list@sbcglobal.net>
    
            * ta.po: Started Tamil Translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ta.po     | 1989 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1998 insertions(+), 1 deletion(-)

commit 165cccdd1600451e4ef56bb6716dd6f879751324
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Mar 1 13:18:30 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit df80378e2a044be20f7b864aa90deb5de4277881
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Mar 1 13:17:23 2004 +0000

    Updated

 po/sq.po | 76 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

commit 78a73116b7d85aadc4a59d03614a22473e91e9c6
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Thu Feb 26 15:14:18 2004 +0000

    2004-02-26 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |  4 ++++
 po/ja.po     | 76 +++++++++++++++++++++++++++---------------------------------
 2 files changed, 38 insertions(+), 42 deletions(-)

commit 9c76bbf2d62ba46a81d9abc92852a92af66792da
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Thu Feb 26 15:09:43 2004 +0000

    Updated German translation.

 po/ChangeLog |  4 ++++
 po/de.po     | 14 +++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 2f88dbdada86410e83ca5fdb616cf8ae876fc0eb
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Feb 24 16:24:48 2004 +0000

    Version 2.5.90.
    
    2004-02-24  Mark McLoughlin  <mark@skynet.ie>
    
            * configure.in: Version 2.5.90.

 ChangeLog     |   4 +
 configure.in  |   2 +-
 po/am.po      |  31 ++++-
 po/ar.po      |   6 +-
 po/az.po      | 121 +++++++++++------
 po/be.po      |  33 ++++-
 po/bg.po      |  31 ++++-
 po/bn.po      |  18 ++-
 po/ca.po      |  36 ++++-
 po/cs.po      |  27 +++-
 po/cy.po      |  31 ++++-
 po/da.po      |   4 +-
 po/de.po      |   5 +-
 po/el.po      | 125 ++++++++++++------
 po/es.po      |   4 +-
 po/eu.po      |  31 ++++-
 po/fa.po      |   4 +-
 po/fi.po      |   4 +-
 po/fr.po      |   4 +-
 po/ga.po      |   7 +-
 po/gl.po      |  35 ++++-
 po/hi.po      |   4 +-
 po/hr.po      | 306 +++++++++++++++++++++++++++----------------
 po/hu.po      |  31 ++++-
 po/id.po      |  31 ++++-
 po/it.po      |  64 ++++++---
 po/ja.po      |  31 ++++-
 po/ko.po      |  14 +-
 po/lt.po      |   4 +-
 po/lv.po      |  31 ++++-
 po/mk.po      |  31 ++++-
 po/ml.po      |  31 ++++-
 po/mn.po      | 110 ++++++++++------
 po/ms.po      |  31 ++++-
 po/nl.po      |  47 +++----
 po/nn.po      | 104 ++++++++++-----
 po/no.po      |   4 +-
 po/pl.po      |   4 +-
 po/pt.po      |   7 +-
 po/pt_BR.po   |  31 ++++-
 po/ro.po      |  35 ++++-
 po/ru.po      |   4 +-
 po/sk.po      |  31 ++++-
 po/sl.po      | 412 +++++++++++++++++++++++++++++++---------------------------
 po/sq.po      |   4 +-
 po/sr.po      |   4 +-
 po/sr@Latn.po |  85 ++++++------
 po/sv.po      |   2 +-
 po/tr.po      |  34 ++++-
 po/uk.po      |  61 ++++++---
 po/vi.po      |  31 ++++-
 po/yi.po      |  31 ++++-
 po/zh_CN.po   |  31 ++++-
 po/zh_TW.po   |  31 ++++-
 54 files changed, 1599 insertions(+), 676 deletions(-)

commit 6cb79de84a27f3237eb3a2e14b41b6ed2ef57c1d
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Feb 24 12:55:17 2004 +0000

    Fixed Albanian translation
    
    * sq.po: Fixed Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit a4ee93f0adb3fea80f7849924995f1932bac607c
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Feb 24 12:52:55 2004 +0000

    Updated

 po/sq.po | 174 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 116 insertions(+), 58 deletions(-)

commit 609d4a41cb581d3209ae8acac27c93f554f1e377
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Tue Feb 24 12:00:25 2004 +0000

    Updated Hindi translation

 po/ChangeLog |  4 ++++
 po/hi.po     | 29 ++++++++++++++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)

commit 5809d2ae853b68bcf9b11f029f622575b46c3c05
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Feb 23 21:42:32 2004 +0000

    Updated Italian translation.

 po/ChangeLog |   4 ++
 po/it.po     | 203 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 100 insertions(+), 107 deletions(-)

commit 9bc901bfff7a7920d9dddc3dc7d4e6624d68bfa8
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Fri Feb 20 01:02:57 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 2cc01763259afcdde597d01f09f4d340a4582c05
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Fri Feb 20 01:01:48 2004 +0000

    Updated

 po/sq.po | 301 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 122 insertions(+), 179 deletions(-)

commit 45ee4652c4e2ebc4830ce11a299e3ef696283718
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Feb 16 22:31:43 2004 +0000

    Updated Italian translation.

 po/ChangeLog |  4 ++++
 po/it.po     | 50 +++++++++++++++++++-------------------------------
 2 files changed, 23 insertions(+), 31 deletions(-)

commit 802063732379ccdca822c834538df2cf51a2ce3c
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Feb 12 13:13:38 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit d45d7b20f26bb4d3a072cbfc37139477eaa1fed9
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Feb 12 13:12:29 2004 +0000

    Updated

 po/sq.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 8d426635ae1cef821c94423e29ff67946038cd8e
Author: Arafat Medini <lumina@silverpen.de>
Date:   Wed Feb 11 21:36:05 2004 +0000

    Updated Arabic translation.
    
    
    2004-02-11  Arafat Medini  <lumina@silverpen.de>
    
            * ar.po: Updated Arabic translation.

 po/ChangeLog |   4 ++
 po/ar.po     | 177 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 105 insertions(+), 76 deletions(-)

commit 8b3f01fef9b5dcb66cadae9599177c9af4e49ede
Author: Ole Laursen <olau@hardworking.dk>
Date:   Tue Feb 10 20:52:02 2004 +0000

    Updated Danish translation.
    
    2004-02-10  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |  4 ++++
 po/da.po     | 49 ++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 11 deletions(-)

commit f06a58d1249a2c80d84553874b5f16c465dcf837
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Mon Feb 9 16:45:51 2004 +0000

    Updated Ukrainian translation
    
    2004-02-09  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
        * Updated Ukrainian translation

 po/ChangeLog |   4 ++
 po/uk.po     | 201 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 105 insertions(+), 100 deletions(-)

commit 816e802169f5fe11322814a8495f54dbf03ba92e
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Thu Feb 5 22:06:34 2004 +0000

    Updated Finnish translation.
    
    2004-02-05  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |  4 ++++
 po/fi.po     | 58 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 48 insertions(+), 14 deletions(-)

commit 80f7d0e3a84df89fea3c9f53765747df4cf510d2
Author: Mətin Əmirov <metin@karegen.com>
Date:   Thu Feb 5 21:14:24 2004 +0000

    Translation updated.
    
    2004-02-05  Mətin Əmirov  <metin@karegen.com>
    
        * az.po: Translation updated.

 po/ChangeLog |   4 ++
 po/az.po     | 228 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 116 insertions(+), 116 deletions(-)

commit 654d26a0ae78f862658b7aebd8e6b791a55347f4
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Tue Feb 3 17:04:41 2004 +0000

    Updated the Greek translation

 po/el.po | 199 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 93 insertions(+), 106 deletions(-)

commit 1a7bdd120ff40aa10b4c5c974bd630fdd158f69c
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Mon Feb 2 12:50:41 2004 +0000

    *** empty log message ***

 ChangeLog    |  4 ++++
 configure.in |  2 +-
 po/ChangeLog |  4 ++++
 po/hr.po     | 23 ++++++++---------------
 4 files changed, 17 insertions(+), 16 deletions(-)

commit 0676456136b2bc4504b951c0e0b9bbbe0d05fc5c
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Jan 31 16:20:53 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit d945b48e1410662e80f7a0e772011686cdb26ad5
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Jan 31 16:19:16 2004 +0000

    Updated

 po/sq.po | 146 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 95 insertions(+), 51 deletions(-)

commit 176871294b8e5e28a70bfadfeb7e6bb1a3244c72
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Thu Jan 29 18:46:52 2004 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |  4 ++++
 po/ko.po     | 30 ++++++++++++++----------------
 2 files changed, 18 insertions(+), 16 deletions(-)

commit d8bea2f03b32f514e86795a08fc00fe4de84f445
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed Jan 28 10:49:47 2004 +0000

    Fixed Czech translation

 po/ChangeLog |  4 ++++
 po/cs.po     | 36 +++++++++---------------------------
 2 files changed, 13 insertions(+), 27 deletions(-)

commit d734ea71d77be5ffcd6d406228ed5fc8ea96c13f
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Jan 27 03:53:34 2004 +0000

    Translation updated by Daniel van Eeden.
    
    2004-01-27  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Daniel van Eeden.

 po/ChangeLog |   4 ++
 po/nl.po     | 162 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 84 insertions(+), 82 deletions(-)

commit 149302abfcabe6f0fc3b18700592b87934cd0173
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Mon Jan 26 20:40:00 2004 +0000

    Updated Slovenian translation

 po/sl.po | 380 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 189 insertions(+), 191 deletions(-)

commit 6e8243c06f75e3957858d8ee2815b9b685a54ca7
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Jan 21 13:43:39 2004 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |  5 +++++
 po/ru.po     | 60 ++++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 49 insertions(+), 16 deletions(-)

commit 215e8f4e03805c7f9760866a27951415b2891b84
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Jan 19 18:39:16 2004 +0000

    Translation updated by Reinout van Schouwen.
    
    2004-01-19  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Reinout van Schouwen.

 po/ChangeLog |   4 +
 po/nl.po     | 811 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 540 insertions(+), 275 deletions(-)

commit 69380d36c90d6eada2889866553aca9bdadc0b6a
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Jan 15 23:19:35 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 4092735c97a553df148fa8c6cf073bbe46c4ae0a
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Jan 15 23:18:00 2004 +0000

    Updated

 po/sq.po | 231 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 102 insertions(+), 129 deletions(-)

commit f74015f1481c1e74591fe3c424e13c5e1e5eaac3
Author: Alastair McKinstry <alastairmck@src.gnome.org>
Date:   Tue Jan 13 21:37:08 2004 +0000

    Updated Irish translation

 po/ChangeLog |  4 +++
 po/ga.po     | 95 +++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 63 insertions(+), 36 deletions(-)

commit 0635f6f6d60cfe0d7f1b3ef3b4bd1b4f79e4e37c
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Tue Jan 13 20:57:40 2004 +0000

    Updated Italian translation.

 po/ChangeLog |   4 ++
 po/it.po     | 146 ++++++++++++++++++++++++-----------------------------------
 2 files changed, 63 insertions(+), 87 deletions(-)

commit ed512cb2777fef3a20a0ab9d69bbbb675030b77c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 13 20:04:51 2004 +0000

    Updated Norwegian translation.
    
    2004-01-13  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |  6 +++++-
 po/no.po     | 38 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 41 insertions(+), 3 deletions(-)

commit e53f1282a7b102eb12aed06ba075b19fca828c39
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Fri Jan 9 21:08:45 2004 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |  4 ++++
 po/ko.po     | 70 +++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 47 insertions(+), 27 deletions(-)

commit dfa139511af333f54ffeded0f1d872ed6264c02d
Author: Arafat Medini <arafatmedini@src.gnome.org>
Date:   Fri Jan 9 20:56:32 2004 +0000

    2004.01.09 Arafat Medini <lumina@silverpen.de>
    
    
    2004.01.09  Arafat Medini <lumina@silverpen.de>
    
            * ar.po: Updated Arabic translation

 po/ChangeLog |  4 ++++
 po/ar.po     | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 6ba9cb5fba77baf20f16304a0ef7e05cf4a6b469
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Wed Jan 7 00:06:47 2004 +0000

    Updated Mongolian translation.

 po/ChangeLog |   4 ++
 po/mn.po     | 176 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 91 insertions(+), 89 deletions(-)

commit 9b5526df67537935d270b200bfbf2b23cab16438
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Jan 5 23:59:58 2004 +0000

    Updated Swedish translation.
    
    2004-01-06  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 47 +++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 43 insertions(+), 8 deletions(-)

commit 77705f45eb7054b934fd2db0f45eac98b00c7931
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Sun Jan 4 13:31:33 2004 +0000

    Updated Norwegian Nynorsk translation.
    
    2004-01-04  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |  4 ++++
 po/nn.po     | 60 ++++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 52 insertions(+), 12 deletions(-)

commit 5888c6b9484d332586a97a495e7fc126064a15ec
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jan 3 22:00:45 2004 +0000

    Updated Spanish translation.
    
    2004-01-03  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |  4 ++++
 po/es.po     | 15 +++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

commit 615560702cf549ceceee86019e7cf58bb3152135
Author: Roozbeh Pournader <roozbeh@sharif.edu>
Date:   Sat Jan 3 15:46:44 2004 +0000

    Updated Persian translation.
    
    2004-01-03  Roozbeh Pournader  <roozbeh@sharif.edu>
    
        * fa.po: Updated Persian translation.

 po/ChangeLog |  4 ++++
 po/fa.po     | 31 +++++++++++++++++++++++++++++--
 2 files changed, 33 insertions(+), 2 deletions(-)

commit 85e27185943c34ecffb97f61b92ceb1ece5da624
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Fri Jan 2 20:09:58 2004 +0000

    Updated French translation.

 po/ChangeLog |  4 ++++
 po/fr.po     | 53 ++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 46 insertions(+), 11 deletions(-)

commit 8811b987a1504d9edd67a813954264cf00a36a29
Author: Taneem Ahmed <taneem@bengalinux.org>
Date:   Fri Jan 2 06:41:36 2004 +0000

    Updated Bangla (Bengali) translation.
    
    2004-01-02  Taneem Ahmed  <taneem@bengalinux.org>
    
        * bn.po: Updated Bangla (Bengali) translation.

 po/ChangeLog |   4 +
 po/bn.po     | 253 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 140 insertions(+), 117 deletions(-)

commit 4ad550f9efc9437480319ce4ca122b54cb85ca86
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Jan 1 19:13:58 2004 +0000

    Updated Spanish translation.
    
    2004-01-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po:Updated Spanish translation.

 po/ChangeLog |  4 ++++
 po/es.po     | 31 +++++++++++++++++++++++++++++--
 2 files changed, 33 insertions(+), 2 deletions(-)

commit 0512e8aeb2de3bb31a41b8ed2bdae65bce0ba9d4
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Thu Jan 1 10:26:48 2004 +0000

    *** empty log message ***

 po/hr.po | 49 +++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 45 insertions(+), 4 deletions(-)

commit 81638861b074397330dc3a621fc662b2285d14c9
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Thu Jan 1 00:09:12 2004 +0000

    *** empty log message ***

 po/hr.po | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

commit 50f5f84c7ee0a1eaaf0b81483bdc6a0eb0add4b1
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Dec 31 12:03:50 2003 +0000

    Translation updated by Daniel van Eeden.
    
    2003-12-31  Vincent van Adrighem  <adrighem@gnome.org>
    
        * nl.po: Translation updated by Daniel van Eeden.

 po/ChangeLog |   4 +
 po/nl.po     | 842 ++++++++++++++++++++---------------------------------------
 2 files changed, 288 insertions(+), 558 deletions(-)

commit c72b47cd80e08f7d1f18d97939019d400acfb2d2
Author: Zygimantas Berucka <uid0@tuxfamily.org>
Date:   Wed Dec 31 08:34:42 2003 +0000

    Updated Lithuanian translation by Tomas Kuliavas.
    
    2003-12-31  Zygimantas Berucka  <uid0@tuxfamily.org>
    
    * lt.po: Updated Lithuanian translation by Tomas Kuliavas.

 po/ChangeLog |   4 +
 po/lt.po     | 387 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 206 insertions(+), 185 deletions(-)

commit 49e21dc9593e2021e0c00a0134266bd9d292ffde
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue Dec 30 21:08:48 2003 +0000

    Update Czech translation

 po/ChangeLog |  4 ++++
 po/cs.po     | 38 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 40 insertions(+), 2 deletions(-)

commit f4a0058f8025c37bf82f2bb9db49a98a3c8aceed
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 30 11:43:58 2003 +0000

    Updated Serbian translation.

 po/ChangeLog  |   4 ++
 po/sr.po      |  38 ++++++++++++++++++-
 po/sr@Latn.po | 119 ++++++++++++++++++++++++++++++++++++----------------------
 3 files changed, 114 insertions(+), 47 deletions(-)

commit 3e4632add8fba425c07b309fae727336fc253ad5
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Dec 30 09:42:32 2003 +0000

    Updated Polish translation by GNOME PL Team.
    
    2003-12-30  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |  4 ++++
 po/pl.po     | 36 +++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 1 deletion(-)

commit f9ecb1a12a9782156065afde12de1ae8f681dfe3
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Dec 30 06:23:55 2003 +0000

    Updated Portuguese translation.
    
    2003-12-30  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated Portuguese translation.

 po/ChangeLog |  4 ++++
 po/pt.po     | 40 +++++++++++++++++++++++++++++++++++++---
 2 files changed, 41 insertions(+), 3 deletions(-)

commit 8712a2c358909ea6d40b71e8ca5b88e9f4552211
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Mon Dec 29 11:48:36 2003 +0000

    Updated German translation/POTFILES.in.

 po/ChangeLog   |   5 +++
 po/POTFILES.in |   1 +
 po/de.po       | 110 +++++++++++++++++++++++++++------------------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

commit 39b94ea2e0714042ae44cf2e3851f9e9278565f1
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Mon Dec 29 11:22:37 2003 +0000

    Updated Norwegian Nynorsk translation.
    
    2003-12-29  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |   4 ++
 po/nn.po     | 141 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 79 insertions(+), 66 deletions(-)

commit d5e607b66adc162bba21c5ca277622ac03de3c84
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Sun Dec 28 20:46:42 2003 +0000

    intltool-update *

 po/tr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 912deb2f8d855bbf6f23b8e0739f7896fa140496
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Dec 28 20:14:35 2003 +0000

    Updated Croatian translation by Robert Sedak <robert.sedak@sk.tel.hr>.
    
    2003-12-28  Christian Rose  <menthos@menthos.com>
    
        * hr.po: Updated Croatian translation by
        Robert Sedak <robert.sedak@sk.tel.hr>.

 po/ChangeLog |  5 +++++
 po/hr.po     | 37 +++++++++++++++++++++++++------------
 2 files changed, 30 insertions(+), 12 deletions(-)

commit 289b002feec1c2e87826781e33c940d402844e72
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Fri Dec 26 23:30:38 2003 +0000

    Updated Norwegian Nynorsk translation.
    
    2003-12-27  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |   4 +
 po/nn.po     | 305 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 162 insertions(+), 147 deletions(-)

commit bcd3a86b3aca5ba2ab5814026b770292cd602da7
Author: Arafat Medini <lumina@silverpen.de>
Date:   Sat Dec 20 10:34:29 2003 +0000

    Updated Arabic translation
    
    
    2003-12-20  Arafat Medini <lumina@silverpen.de>
    
        * ar.po: Updated Arabic translation

 po/ChangeLog |   4 +
 po/ar.po     | 742 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 374 insertions(+), 372 deletions(-)

commit e273d8f164b11956175e2e55a93b261cdfc57c82
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Dec 15 03:24:01 2003 +0000

    2.5.1
    
    2003-12-14  Havoc Pennington  <hp@redhat.com>
    
            * configure.in: 2.5.1

 ChangeLog     |   4 +
 Makefile.am   |   2 +-
 NEWS          |   9 ++
 configure.in  |   2 +-
 po/am.po      | 360 ++++++++++++++++++++++++++---------------------------
 po/ar.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/az.po      | 380 ++++++++++++++++++++++++++++----------------------------
 po/be.po      | 387 ++++++++++++++++++++++++++++-----------------------------
 po/bg.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/bn.po      | 367 ++++++++++++++++++++++++++----------------------------
 po/ca.po      | 108 +++++++++++-----
 po/cs.po      | 182 ++++++++++++++++++++-------
 po/cy.po      | 380 ++++++++++++++++++++++++++++----------------------------
 po/da.po      |   2 +-
 po/de.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/el.po      | 383 ++++++++++++++++++++++++++++----------------------------
 po/es.po      |  10 +-
 po/eu.po      | 383 ++++++++++++++++++++++++++++----------------------------
 po/fa.po      | 366 ++++++++++++++++++++++++++----------------------------
 po/fi.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/fr.po      |   2 +-
 po/ga.po      | 366 ++++++++++++++++++++++++++----------------------------
 po/gl.po      | 378 +++++++++++++++++++++++++++----------------------------
 po/hi.po      | 374 +++++++++++++++++++++++++++----------------------------
 po/hu.po      | 363 ++++++++++++++++++++++++++---------------------------
 po/id.po      | 380 ++++++++++++++++++++++++++++----------------------------
 po/it.po      | 380 ++++++++++++++++++++++++++++----------------------------
 po/ja.po      | 228 +++++++++++++++++-----------------
 po/ko.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/lt.po      | 392 ++++++++++++++++++++++++++++++----------------------------
 po/lv.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/mk.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/ml.po      | 367 +++++++++++++++++++++++++++---------------------------
 po/mn.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/ms.po      | 372 +++++++++++++++++++++++++++----------------------------
 po/nl.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/nn.po      | 170 +++++++++++++++----------
 po/no.po      |  18 ++-
 po/pl.po      |   2 +-
 po/pt.po      |   2 +-
 po/pt_BR.po   | 353 ++++++++++++++++++++++++++--------------------------
 po/ro.po      | 372 +++++++++++++++++++++++++++----------------------------
 po/ru.po      | 380 ++++++++++++++++++++++++++++----------------------------
 po/sk.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/sl.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/sq.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/sr.po      | 233 +++++++++++++++++-----------------
 po/sr@Latn.po | 310 ++++++++++++++++++++++++----------------------
 po/sv.po      | 219 ++++++++++++++++----------------
 po/tr.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/uk.po      |   2 +-
 po/vi.po      | 381 ++++++++++++++++++++++++++++----------------------------
 po/yi.po      | 357 ++++++++++++++++++++++++++--------------------------
 po/zh_CN.po   | 379 ++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po   | 375 +++++++++++++++++++++++++++----------------------------
 55 files changed, 7806 insertions(+), 7627 deletions(-)

commit 940f2131f30857688a1683f2b3911e4922fe1350
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Dec 13 11:20:16 2003 +0000

    Updated Spanish translation
    
    2003-12-13  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
        * es.po: Updated Spanish translation

 po/ChangeLog |   4 +
 po/es.po     | 575 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 322 insertions(+), 257 deletions(-)

commit 8dc052c03d7749366c0db682a45030b680d6a8d9
Author: Richard Hult <rhult@src.gnome.org>
Date:   Thu Dec 4 23:43:08 2003 +0000

    file README.dbus was initially added on branch gconf-dbus.

commit e9d70318150565bead2321a594137dc6ce37063c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Dec 4 22:13:44 2003 +0000

    Updated and revised Portuguese translation.
    
    2003-12-04  Duarte Loreto <happyguy_pt@hotmail.com>
    
        * pt.po: Updated and revised Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     | 1016 +++++++++++++++++++++++++---------------------------------
 2 files changed, 447 insertions(+), 573 deletions(-)

commit 5478103c79320f5714a6c8b6f94e0833b2f79434
Author: Ross Burton <rburton@src.gnome.org>
Date:   Wed Dec 3 14:22:50 2003 +0000

    Remove a lame newline

 ChangeLog                 | 4 ++++
 doc/gconf/tmpl/gconf.sgml | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 8acecb0bfd6bdbddd17aa2aec6a2a6022dfcc9bb
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Mon Dec 1 14:26:31 2003 +0000

    Updated Norwegian Nynorsk translation.
    
    2003-12-01  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |   4 +
 po/nn.po     | 485 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 262 insertions(+), 227 deletions(-)

commit 6196102d7bee23ca162967de142feb4d5d30c34c
Author: Richard Hult <rhult@src.gnome.org>
Date:   Fri Nov 28 00:48:51 2003 +0000

    file gconf.service.in was initially added on branch gconf-dbus.

commit 5e308fed0c4d6fb2873b069a7f54026c57e4d430
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Nov 27 20:18:57 2003 +0000

    Updated Norwegian translation.
    
    2003-11-27  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 390 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 188 insertions(+), 206 deletions(-)

commit bdb26a33cdcb091188b14e383a6efe615b93483d
Author: Mikael Hallendal <hallski@src.gnome.org>
Date:   Tue Nov 25 16:17:31 2003 +0000

    file gconf-database-dbus.c was initially added on branch gconf-dbus.

commit 4f86d86e50da5516bd9a35a6164dca1b05f589e1
Author: Mikael Hallendal <hallski@src.gnome.org>
Date:   Tue Nov 25 16:17:31 2003 +0000

    file gconf-database-dbus.h was initially added on branch gconf-dbus.

commit bd185fcfec483ee56f7c62fcffde83f80ec4f300
Author: Richard Hult <rhult@src.gnome.org>
Date:   Mon Nov 24 10:02:16 2003 +0000

    file gconf-corba-utils.c was initially added on branch gconf-dbus.

commit 3bd369424ee0e2a36ed17a6dd031dd26b16d8010
Author: Richard Hult <rhult@src.gnome.org>
Date:   Mon Nov 24 10:02:16 2003 +0000

    file gconf-corba-utils.h was initially added on branch gconf-dbus.

commit 107207a80e137c475eadcb4f4bc3d0a9405e1272
Author: Richard Hult <rhult@src.gnome.org>
Date:   Mon Nov 24 10:02:16 2003 +0000

    file gconf-dbus-utils.c was initially added on branch gconf-dbus.

commit bfe2e520eb6e5063d5577adffda8b5ec2434b23c
Author: Richard Hult <rhult@src.gnome.org>
Date:   Mon Nov 24 10:02:16 2003 +0000

    file gconf-dbus-utils.h was initially added on branch gconf-dbus.

commit 0dbcbfd479b60b5561ced2967a0e515e231a8251
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Nov 22 10:34:32 2003 +0000

    Updated French translation.

 po/ChangeLog |   4 +
 po/fr.po     | 431 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 220 insertions(+), 215 deletions(-)

commit 3614440b6f2254e3514bc62b07eeb1ec5c1b194a
Author: Ole Laursen <olau@hardworking.dk>
Date:   Thu Nov 20 20:37:43 2003 +0000

    Updated Danish translation.
    
    2003-11-20  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   4 +
 po/da.po     | 466 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 233 insertions(+), 237 deletions(-)

commit 688f524cf580cde187c4d1d419b64cd81ef1d35d
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Wed Nov 19 09:52:48 2003 +0000

    Updated Norwegian Nynorsk translation.
    
    2003-11-19  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |  4 ++++
 po/nn.po     | 35 ++++++++++++++++++++---------------
 2 files changed, 24 insertions(+), 15 deletions(-)

commit e841e776fb596cbaaf11dacce05b3ac968c9512f
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue Nov 18 20:10:56 2003 +0000

    Update Czech translation

 po/ChangeLog |   4 +
 po/cs.po     | 881 +++++++++++++++++++++++++----------------------------------
 2 files changed, 381 insertions(+), 504 deletions(-)

commit d2e2b63cd78a85762732f45ecb32b9a64cc46541
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Thu Nov 13 15:09:17 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 +
 po/ca.po     | 582 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 261 insertions(+), 325 deletions(-)

commit 6eec52df9cba0ee0e80b7d18d56e214d3a239756
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Wed Nov 12 11:38:41 2003 +0000

    Updated Polish translation.
    
    2003-11-12  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation.

 po/ChangeLog |   4 +
 po/pl.po     | 388 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 196 insertions(+), 196 deletions(-)

commit e3eb09ea26009c96a4ba5ce6294b2117560d6238
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Mon Nov 10 17:59:38 2003 +0000

    croatian translations updated

 po/hr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e9f443c0c9b22658abbc1b94d66e4e8679090f9c
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Mon Nov 10 16:24:56 2003 +0000

    croatian translation update

 po/hr.po | 671 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 385 insertions(+), 286 deletions(-)

commit 70509c066dcd60ac1099391ca86113b2f88c23fa
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Fri Nov 7 18:09:25 2003 +0000

    croatian translations added

 po/hr.po | 2011 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2011 insertions(+)

commit bfc76c8dc7aa04f360d9c07b0e26a6acd69a9844
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Tue Nov 4 22:42:05 2003 +0000

    register GConfChangeSet as a boxed type.
    
    Tue Nov  4 17:17:07 2003  Jonathan Blandford  <jrb@redhat.com>
    
            * gconf/gconf-changeset.h: register GConfChangeSet as a boxed type.

 ChangeLog               |  6 +++++-
 gconf/gconf-changeset.c | 13 +++++++++++++
 gconf/gconf-changeset.h |  3 +++
 3 files changed, 21 insertions(+), 1 deletion(-)

commit 1e1597d1c1dc018cee87700895a4910520da9319
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Tue Nov 4 08:26:34 2003 +0000

    Updateed Ukrainian translator

 po/uk.po | 374 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 178 insertions(+), 196 deletions(-)

commit e18110bbbe46bb4dca14372253f6f40c59e95657
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Mon Nov 3 09:52:29 2003 +0000

    Updated Norwegian Nynorsk translation.
    
    2003-11-03  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
        * nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |   4 +
 po/nn.po     | 569 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 284 insertions(+), 289 deletions(-)

commit 47c93537f14f11f59e86c1e0bd16eaed7c2aaf69
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 3 00:19:33 2003 +0000

    ascii-ize various people's names; Emacs can't handle UTF-8, sadly
    
    2003-11-02  Havoc Pennington  <hp@pobox.com>
    
            * ChangeLog: ascii-ize various people's names; Emacs can't handle
        UTF-8, sadly
    
        * backends/Makefile.am: cut over to the new backend implementation
    
        * configure.in: change to 2.5.0, add "this is the unstable
        branch" warning.

 ChangeLog            | 18 ++++++++++++++----
 backends/Makefile.am | 16 ++++++++--------
 configure.in         |  8 ++++++--
 3 files changed, 28 insertions(+), 14 deletions(-)

commit 43a0d895cb952b67d598829a8c1aa5111cb280ae
Author: Yukihiro Nakai <nakai@src.gnome.org>
Date:   Wed Oct 29 10:35:14 2003 +0000

    Minor fix.

 po/ChangeLog | 4 ++++
 po/ja.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e761906708604931f3764553ff45bed71f340a6d
Author: Ghee Teo <ghee.teo@sun.com>
Date:   Tue Oct 28 14:31:51 2003 +0000

    added hooks for paths to preserve local configuration gconf values as in
    
    2003-10-28  Ghee Teo  <ghee.teo@sun.com>
    
        * gconf/default.path.in: added hooks for paths to preserve
          local configuration gconf values as in bug #107481.

 ChangeLog             |  5 +++++
 gconf/default.path.in | 12 ++++++++++++
 2 files changed, 17 insertions(+)

commit 746d1f0e7ebf14dda87cc0b134dc913375d2c023
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Oct 28 14:15:47 2003 +0000

    include locale.h - patch from Damien Carbery <damien.carbery@sun.com> in
    
    2003-10-28  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/gconf-merge-tree.c: include locale.h - patch
            from Damien Carbery <damien.carbery@sun.com> in bug #125688.

 ChangeLog                   | 5 +++++
 backends/gconf-merge-tree.c | 3 +++
 2 files changed, 8 insertions(+)

commit 0208d86dcb43f46001b470038fe1723ef9fb8940
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:   Mon Oct 27 18:12:56 2003 +0000

    hush puppies

 backends/.cvsignore | 2 ++
 gconf/.cvsignore    | 9 +++++----
 tests/.cvsignore    | 1 +
 3 files changed, 8 insertions(+), 4 deletions(-)

commit 2a4def5732f18cf59f40adfe9bcc7add7b39af69
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Oct 27 18:11:21 2003 +0000

    Patch to allow a single XML file to represent an arbitrary GConf tree
    
    2003-10-27  Mark McLoughlin  <mark@skynet.ie>
    
            Patch to allow a single XML file to represent an arbitrary
            GConf tree rather than a single directory. Also fixes
            many little bugs with the markup backend. See bug #116948.
    
            * backends/Makefile.am: install the markup backend and
            build gconf-merge-tree.
    
            * backends/markup-tree.c: if a %gconf-tree.xml file exists
            in a given directory, load that and ignore any %gconf.xml
            files in the directory and any sub-directories. Also,
            fix many little buglets to make this work compatibly with
            the XML backend.
    
            * gconf/gconftool.c:
            (recurse_subdir_dump), (do_dump_values): sort the directories
            before dumping.
            (print_schema_in_xml): don't add extra whitespace to schema
            descriptions.
            (print_value_in_xml): dump " " strings as empty strings.
            (compare_entries), (dump_entries_in_dir): dump entries
            sorted by the key name.
    
            * backends/markup-backend.c: (cleanup_timeout): fixup.
    
            * backends/gconf-merge-tree.c: utility to merge a GConf
            tree into a single markup backend %gconf-tree.xml file.
            Doing this to a tree means that any changes you make
            to that tree using the markup backend will not be reflected
            if you go back to the XML backend.
    
            * tests/testbackend.c: include stdio.h to fix warnings.

 ChangeLog                   |  34 ++
 backends/Makefile.am        |   7 +-
 backends/gconf-merge-tree.c | 135 +++++++
 backends/markup-backend.c   |   4 +-
 backends/markup-tree.c      | 948 ++++++++++++++++++++++++++++----------------
 gconf/gconftool.c           |  42 +-
 tests/testbackend.c         |   1 +
 7 files changed, 819 insertions(+), 352 deletions(-)

commit 5ec74b78bc5fd3396411b85c2074badcfc7edebe
Author: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>
Date:   Mon Oct 27 15:49:02 2003 +0000

    Updated Japanese translation.
    
    2003-10-28  KAMAGASAKO Masatoshi  <emerald@gnome.gr.jp>
    
        * ja.po: Updated Japanese translation.

 po/ChangeLog |   4 ++
 po/ja.po     | 183 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 93 insertions(+), 94 deletions(-)

commit 2981346c4d255e1dc7cfc200dcc239e91aa287f6
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Oct 23 22:49:31 2003 +0000

    Updated Swedish translation.
    
    2003-10-24  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 ++
 po/sv.po     | 164 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 84 insertions(+), 84 deletions(-)

commit 3aa787af781b0920c31612f8abeb3ed07c3c3b60
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Thu Oct 23 19:13:08 2003 +0000

    Updated Serbian translation.
    
    2003-10-23  Danilo Šegan  <dsegan@gmx.net>
    
        * sr.po, sr@Latn.po: Updated Serbian translation.

 po/ChangeLog  |   4 +
 po/sr.po      | 183 ++++++++++++++++++++---------------------
 po/sr@Latn.po | 257 +++++++++++++++++++++++++++-------------------------------
 3 files changed, 210 insertions(+), 234 deletions(-)

commit 6530ba865b7aa7c998e826163db5359f28b988cc
Author: Matthias Clasen <maclas@gmx.de>
Date:   Wed Oct 22 21:05:14 2003 +0000

    Use gtk-doc in xml mode. (#111791)
    
    Wed Oct 22 22:59:47 2003  Matthias Clasen  <maclas@gmx.de>
    
        * doc/gcnf/Makefile.am:
        * doc/gconf/gconf.sgml:
        * doc/gconf/tmpl/gconf-backend.sgml:
        * doc/gconf/tmpl/gconf-client.sgml:
        * doc/gconf/tmpl/gconf-engine.sgml:
        * doc/gconf/tmpl/gconf.sgml: Use gtk-doc in xml mode.  (#111791)

 ChangeLog                         |  9 +++++++
 doc/gconf/Makefile.am             | 10 ++++----
 doc/gconf/gconf.sgml              | 54 ++++++++++++++++++++-------------------
 doc/gconf/tmpl/gconf-backend.sgml |  4 +--
 doc/gconf/tmpl/gconf-client.sgml  | 42 +++---------------------------
 doc/gconf/tmpl/gconf-engine.sgml  |  2 +-
 doc/gconf/tmpl/gconf-unused.sgml  | 34 ++++++++++++++++++++++++
 doc/gconf/tmpl/gconf.sgml         |  8 +++---
 8 files changed, 87 insertions(+), 76 deletions(-)

commit b2c50813c1e498204af318ede731e78ae7d5855b
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Oct 22 21:03:09 2003 +0000

    use g_string_new (NULL) rather than g_string_new ("") #106974 Morten
    
    2003-10-22  Havoc Pennington  <hp@redhat.com>
    
            * gconf/gconf.c, gconf/gconfd.c: use g_string_new (NULL)
        rather than g_string_new ("") #106974 Morten Welinder
    
        * gconf/gconfd.c (gconf_main): change cleanup/exit timeout to 30
        seconds, bug #97361
    
        * backends/xml-cache.c (cache_clean): whack string that needed
        ngettext, as it was dumb debug spew. #123866 Danilo Segan
    
        * gconf/gconf.c (gconf_handle_corba_exception): fix to avoid
        passing arbitrary data as printf format, #123556 Dan Winship
    
        * backends/markup-backend.c (resolve_address): remove unused
        variables, #122734 Kjartan Maraas
    
            * gconf.spec.in: remove, not maintained
    
        * gconf/gconf-error.c (gconf_error_new_valist): don't put a
        newline in error messages, bug #111845 Morten Welinder
    
            * throughout: s/dir/directory/ bug #111822 Christian Rose
    
        * gconf/gconfd.c (gconf_server_load_sources): avoid string
        concatenation with #defines, confuses gettext, #111821
        Christian Rose
    
        * gconf/gconfd.h: fix gconf_get_poa() declaration, #110186
        Morten Welinder
    
        * gconf/gconf-internals.c (read_current_server_and_set_warning):
        fix a warning, bug #110179
    
        * gconf/gconfd.c (test_safe_tmp_dir): fix warning

 ChangeLog                 |  36 ++++++++++++++
 backends/markup-backend.c |   7 ++-
 backends/xml-backend.c    |   6 +--
 backends/xml-cache.c      |   5 +-
 configure.in              |   1 -
 doc/rationales.txt        |   2 +
 gconf.spec.in             | 118 ----------------------------------------------
 gconf/gconf-client.c      |   6 +--
 gconf/gconf-database.c    |   8 ++--
 gconf/gconf-error.c       |   2 +-
 gconf/gconf-internals.c   |   2 +-
 gconf/gconf.c             |   6 +--
 gconf/gconfd.c            |  15 +++---
 gconf/gconfd.h            |   2 +-
 gconf/gconftool.c         |   8 ++--
 15 files changed, 71 insertions(+), 153 deletions(-)

commit 6ce73134090156556dc7be6a9a8d8d153115ae49
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Oct 22 18:31:49 2003 +0000

    patch from Ray Strode to avoid breaking the schema name cache, bug #94412
    
    2003-10-22  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-client.c: patch from Ray Strode to avoid breaking
        the schema name cache, bug #94412
    
        * doc/rationales.txt: add file to track bugzilla numbers to refer
        to later

 ChangeLog            |  8 ++++++++
 doc/rationales.txt   |  3 +++
 gconf/gconf-client.c | 16 +++++++++++-----
 3 files changed, 22 insertions(+), 5 deletions(-)

commit 6066b6dd8cec07ad4d1f1bb831c27a968497d0cc
Author: Vincent Untz <vincent@vuntz.net>
Date:   Wed Oct 22 00:11:16 2003 +0000

    don't mark "%s" as translatable. Fix bug #84893.
    
    2003-10-22  Vincent Untz  <vincent@vuntz.net>
    
        * backends/xml-dir.c (dir_load_doc): don't mark "%s" as translatable.
        Fix bug #84893.

 ChangeLog          | 5 +++++
 backends/xml-dir.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit e33c7ae8e4a364fa6afd029037937ae0d7262947
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Fri Oct 17 20:07:12 2003 +0000

    Updated Spanish translation by Yelitza Louze <ylouze@redhat.com>
    
    2003-10-17  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Yelitza Louze <ylouze@redhat.com>

 po/ChangeLog |   5 ++
 po/es.po     | 235 +++++++++++++++++++++--------------------------------------
 2 files changed, 88 insertions(+), 152 deletions(-)

commit 6e2d50f64321c118eacda97fcd2ecb564551a663
Author: Ross Burton <rburton@src.gnome.org>
Date:   Thu Oct 9 14:48:05 2003 +0000

    Added a basic gconftool-2 man page

 ChangeLog         |   6 +++
 doc/Makefile.am   |   5 ++-
 doc/gconftool-2.1 | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 134 insertions(+), 1 deletion(-)

commit f283e984543a11d93e029f3bacb769f0b9e388ec
Author: Žygimantas Beručka <uid0@tuxfamily.org>
Date:   Tue Oct 7 11:52:27 2003 +0000

    Added "lt" to ALL_LINGUAS. Added Lithuanian translation by Tomas Kuliavas.
    
    2003-10-07  Žygimantas Beručka  <uid0@tuxfamily.org>
    
    * configure.in: Added "lt" to ALL_LINGUAS.
    * po/lt.po: Added Lithuanian translation by Tomas Kuliavas.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/lt.po     | 2229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2239 insertions(+), 1 deletion(-)

commit 0200997ab67953046229832985b26660cef9d306
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Mon Sep 29 16:15:27 2003 +0000

    Applied revision by Augusta Marques da Silva <augusta.marques@gmx.net>.
    
    2003-09-29  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>
    
            * pt_BR.po: Applied revision by Augusta Marques da Silva
            <augusta.marques@gmx.net>.

 po/ChangeLog |   5 ++
 po/pt_BR.po  | 243 ++++++++++++++++++++++-------------------------------------
 2 files changed, 93 insertions(+), 155 deletions(-)

commit 97bb6eee414fd467eb1f3b4cd41b269959588886
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 27 05:03:45 2003 +0000

    fix crash calling this with --direct (local source), the list contains
    
    2003-09-26  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (gconf_engine_all_dirs): fix crash calling this
        with --direct (local source), the list contains strings not
        GConfEntry

 ChangeLog     |  6 ++++++
 gconf/gconf.c | 21 ++++++++++++++++++++-
 2 files changed, 26 insertions(+), 1 deletion(-)

commit 6050bea6ab453403446bf746a663e93dab37872d
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Sep 26 07:30:49 2003 +0000

    Updated Ukrainian translation

 po/ChangeLog |   4 +
 po/uk.po     | 459 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 221 insertions(+), 242 deletions(-)

commit 419c993111f789123bf73c5536ea6e059fddaecb
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Wed Sep 10 19:31:33 2003 +0000

    Rerelease 2.4.0.1 to fix glib-gettext problem.
    
    Wed Sep 10 15:23:17 2003  Jonathan Blandford  <jrb@redhat.com>
    
        * configure.in: Rerelease 2.4.0.1 to fix glib-gettext problem.

 ChangeLog     |   4 +++
 configure.in  |   2 +-
 po/am.po      |   2 +-
 po/ar.po      |   2 +-
 po/az.po      |   2 +-
 po/be.po      |   2 +-
 po/bg.po      |   2 +-
 po/bn.po      |   2 +-
 po/ca.po      |   2 +-
 po/cs.po      |   2 +-
 po/cy.po      |   2 +-
 po/da.po      |   2 +-
 po/de.po      |   2 +-
 po/el.po      |   2 +-
 po/es.po      |   2 +-
 po/eu.po      |   2 +-
 po/fa.po      |   2 +-
 po/fi.po      |   2 +-
 po/fr.po      |   2 +-
 po/ga.po      |   2 +-
 po/gl.po      |   2 +-
 po/hi.po      |   2 +-
 po/hu.po      |   2 +-
 po/id.po      |   2 +-
 po/it.po      |   2 +-
 po/ja.po      |   2 +-
 po/ko.po      |   2 +-
 po/lv.po      |   2 +-
 po/mk.po      |   2 +-
 po/ml.po      |   2 +-
 po/mn.po      |   2 +-
 po/ms.po      |   2 +-
 po/nl.po      |   2 +-
 po/nn.po      |   2 +-
 po/no.po      |   2 +-
 po/pl.po      |   2 +-
 po/pt.po      |   2 +-
 po/pt_BR.po   |   2 +-
 po/ro.po      |   2 +-
 po/ru.po      |   2 +-
 po/sk.po      | 107 +++++++++++++++++++++++++++++++++++++---------------------
 po/sl.po      |   2 +-
 po/sq.po      |   2 +-
 po/sr.po      |   2 +-
 po/sr@Latn.po |   2 +-
 po/sv.po      |   2 +-
 po/tr.po      |   2 +-
 po/uk.po      |   2 +-
 po/vi.po      |   2 +-
 po/yi.po      |   2 +-
 po/zh_CN.po   |   2 +-
 po/zh_TW.po   |   2 +-
 52 files changed, 122 insertions(+), 89 deletions(-)

commit 28954d69f074941f0ceceb26242e7ab38d2d23ce
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Sep 9 15:52:38 2003 +0000

    Updated Slovak translation.
    
    2003-09-09  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 286 ++++++++++++++++++++++++-----------------------------------
 2 files changed, 119 insertions(+), 171 deletions(-)

commit 0d132456d5d8a01fd1a77412c2e04dc79027d1d8
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Sep 8 22:20:58 2003 +0000

    2.4.0
    
    2003-09-08  Havoc Pennington  <hp@redhat.com>
    
        * configure.in: 2.4.0

 ChangeLog     |   4 +
 NEWS          |  17 ++
 configure.in  |   2 +-
 po/am.po      | 759 ++++++++++++++++++++++++++++-------------------
 po/ar.po      | 931 +++++++++++++++++++++++++++++++++++----------------------
 po/az.po      | 932 ++++++++++++++++++++++++++++++++++++----------------------
 po/be.po      | 375 ++++++++++++-----------
 po/bg.po      | 481 ++++++++++++++++--------------
 po/bn.po      |   4 +-
 po/ca.po      | 264 ++++++++---------
 po/cs.po      | 296 +++++++++----------
 po/cy.po      |  48 +--
 po/da.po      | 296 +++++++++----------
 po/de.po      | 311 ++++++++++----------
 po/el.po      |   4 +-
 po/es.po      | 158 ++++++----
 po/eu.po      | 477 ++++++++++++++++--------------
 po/fa.po      | 455 ++++++++++++++--------------
 po/fi.po      |   4 +-
 po/fr.po      | 296 +++++++++----------
 po/ga.po      | 455 ++++++++++++++--------------
 po/gl.po      | 477 ++++++++++++++++--------------
 po/hi.po      |  51 ++--
 po/hu.po      | 365 +++++++++++------------
 po/id.po      | 344 +++++++++++-----------
 po/it.po      | 336 ++++++++++-----------
 po/ja.po      | 307 ++++++++++---------
 po/ko.po      | 305 +++++++++----------
 po/lv.po      | 478 ++++++++++++++++--------------
 po/mk.po      | 824 ++++++++++++++++++++++++++-------------------------
 po/ml.po      | 351 +++++++++++-----------
 po/mn.po      | 389 +++++++++++++-----------
 po/ms.po      | 463 +++++++++++++++--------------
 po/nl.po      |   4 +-
 po/nn.po      | 457 ++++++++++++++--------------
 po/no.po      |  30 +-
 po/pl.po      | 296 +++++++++----------
 po/pt.po      | 294 +++++++++---------
 po/pt_BR.po   | 264 ++++++++---------
 po/ro.po      | 455 ++++++++++++++--------------
 po/ru.po      | 294 +++++++++---------
 po/sk.po      | 479 ++++++++++++++++--------------
 po/sl.po      |   5 +-
 po/sq.po      | 420 ++++++++++++++++----------
 po/sr.po      | 294 +++++++++---------
 po/sr@Latn.po | 370 +++++++++++------------
 po/sv.po      | 294 +++++++++---------
 po/tr.po      | 478 ++++++++++++++++--------------
 po/uk.po      | 479 ++++++++++++++++--------------
 po/vi.po      | 479 ++++++++++++++++--------------
 po/yi.po      | 455 ++++++++++++++--------------
 po/zh_CN.po   | 275 +++++++++--------
 po/zh_TW.po   | 476 ++++++++++++++++--------------
 53 files changed, 9577 insertions(+), 8280 deletions(-)

commit 17bd99a45575ab7b4d26b544abffb5259df7ecd8
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Sun Sep 7 18:49:02 2003 +0000

    Dutch translation updated by Tino Meinen.
    
    2003-09-07  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
        * nl.po: Dutch translation updated by Tino Meinen.

 po/ChangeLog |  4 ++++
 po/nl.po     | 27 ++++++++++++++-------------
 2 files changed, 18 insertions(+), 13 deletions(-)

commit 0fcf9e2e92d1604da31c7091db0a37a6fe4768f0
Author: Taneem Ahmed <taneem@bengalinux.org>
Date:   Fri Sep 5 07:03:57 2003 +0000

    Added "bn" to ALL_LINGUAS. Added Bangla translation by Mahmudur Rahman of
    
    2003-09-05  Taneem Ahmed  <taneem@bengalinux.org>
    
        * configure.in: Added "bn" to ALL_LINGUAS.
        * po/bn.po: Added Bangla translation by Mahmudur Rahman
        of Ankur group <gnome-translation@bengalinux.org>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bn.po     | 2091 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2101 insertions(+), 1 deletion(-)

commit eb016ffb9e4442414960599e619dceca592a1e38
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Wed Sep 3 10:22:12 2003 +0000

    Updated the Greek translation

 po/ChangeLog |   4 +
 po/el.po     | 642 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 352 insertions(+), 294 deletions(-)

commit 8f5e34d1825d5a73a32808b3036897b2a3b4b66c
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Sat Aug 30 22:52:59 2003 +0000

    Updated Welsh translation.

 po/ChangeLog |   4 +
 po/cy.po     | 479 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 246 insertions(+), 237 deletions(-)

commit 1a022282c1d7558f676e9e7a793e5716ac31ebff
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Aug 30 15:01:58 2003 +0000

    Updated

 po/sq.po | 327 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 187 insertions(+), 140 deletions(-)

commit 32a365035ffa37e7628227e58958b0945ccb1d3e
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Aug 30 12:22:29 2003 +0000

    Added "sq" to ALL_LINGUAS
    
    * configure.in: Added "sq" to ALL_LINGUAS

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit dba6591fbbb71e7f7dba1410d03d867d43765a88
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Aug 30 12:19:47 2003 +0000

    Added Albanian translation
    
    * sq.po: Added Albanian translation

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 5602e462bdafd57f8d35e6a93385e2eea039539f
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Aug 30 12:17:53 2003 +0000

    Added Albanian file
    
    * sq.po: Added Albanian file

 po/sq.po | 2114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2114 insertions(+)

commit 9886c0ddf83ce9ca150337b03c04901069086190
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Thu Aug 28 14:25:30 2003 +0000

    Revision of Spanish translation by Francisco Javier F. Serrador
    
    2003-08-28  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Revision of Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |   5 +
 po/es.po     | 317 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 162 insertions(+), 160 deletions(-)

commit 50e551c2fafd6435bd6790cf3d1d0a23d3b98e3e
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Tue Aug 26 22:51:54 2003 +0000

    Dutch translation updated by Kees van den Broek.
    
    2003-08-27  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
        * nl.po: Dutch translation updated by Kees van den Broek.

 po/ChangeLog |   4 +
 po/nl.po     | 264 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 136 insertions(+), 132 deletions(-)

commit 02cebcd05fb7b9901f89234f580a80429b33f32a
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Mon Aug 25 13:21:30 2003 +0000

    Updated Hindi translation

 po/ChangeLog |   4 +
 po/hi.po     | 375 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 189 insertions(+), 190 deletions(-)

commit 7934592488bcd74511e471a8dff1e2cb561f335e
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Aug 24 19:46:25 2003 +0000

    Updated Slovenian translation

 po/sl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 295af638e30cdf22ef15137a4d97f187e817c578
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Aug 24 19:45:53 2003 +0000

    Updated Slovenian translation

 po/sl.po | 418 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 220 insertions(+), 198 deletions(-)

commit c64703a0f9f81204a6e4b02d1f331380b10ed785
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Sun Aug 24 17:06:31 2003 +0000

    Updated Finnish translation.
    
    2003-08-24  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 345 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 179 insertions(+), 170 deletions(-)

commit 57fca7cb00de7cfb980a99443eb10c94c6e42bd8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Aug 21 19:37:40 2003 +0000

    Update Norwegian translation.
    
    2003-08-21  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Update Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 607 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 299 insertions(+), 312 deletions(-)

commit 0e88b87196a5a1578e17e064f61c60d25f4920e5
Author: Richard Allen <ra@src.gnome.org>
Date:   Wed Aug 20 16:51:16 2003 +0000

    *** empty log message ***

 po/is.po | 125 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 69 insertions(+), 56 deletions(-)

commit f5dd909fea82cf808a9e4f5760c00f697f727bbf
Author: Richard Allen <ra@src.gnome.org>
Date:   Wed Aug 20 13:10:30 2003 +0000

    *** empty log message ***

 po/is.po | 215 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 112 insertions(+), 103 deletions(-)

commit cc43b0e04e684cdaef5a87fc654ace3c9765b6eb
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Wed Aug 20 10:33:18 2003 +0000

    Updated MN translation.2003-08-20

 po/ChangeLog |   4 +
 po/mn.po     | 717 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 362 insertions(+), 359 deletions(-)

commit 3d16baeb0d99b09f56889bd24fa70794e26e91a3
Author: Richard Allen <ra@src.gnome.org>
Date:   Mon Aug 18 21:38:02 2003 +0000

    *** empty log message ***

 po/is.po | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit b641d92baca5e608ed12019cb86a6cb6886fe098
Author: Richard Allen <ra@src.gnome.org>
Date:   Mon Aug 18 17:51:22 2003 +0000

    Added is.po.  Needs Lots of work.

 po/ChangeLog |    4 +
 po/is.po     | 2037 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2041 insertions(+)

commit 9ea5f5ecbc818b5c95e8b0592e1eb0e6bb1c7246
Author: Muktha <muktha.narayan@wipro.com>
Date:   Mon Aug 18 12:26:07 2003 +0000

    Print usage message when no options are passed to gconftool-2. Fixes
    
    2003-08-18  Muktha  <muktha.narayan@wipro.com>
    
            * gconf/gconftool.c (main) : Print usage message when no options are
            passed to gconftool-2. Fixes #70316.

 ChangeLog         | 5 +++++
 gconf/gconftool.c | 6 ++++++
 2 files changed, 11 insertions(+)

commit 2d6a67b034b72bbdb513a9c25ba934fe61222179
Author: Metin Amiroff <metin@karegen.com>
Date:   Mon Aug 18 09:08:42 2003 +0000

    Updated Azerbaijani translation.
    
    2003-08-18  Metin Amiroff <metin@karegen.com>
    
        * az.po: Updated Azerbaijani translation.

 po/ChangeLog |   4 +
 po/az.po     | 610 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 312 insertions(+), 302 deletions(-)

commit d29c168d2bfe7e1dd769711fb13f627ff65f6f17
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Sat Aug 16 16:44:21 2003 +0000

    Updated Finnish translation.
    
    2003-08-16  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 370 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 180 insertions(+), 194 deletions(-)

commit 58ed1c55e2fac4550f777a06c457a3319a9a0978
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Fri Aug 15 00:46:37 2003 +0000

    Updated Brazilian Portuguese translation.
    
    2003-08-14  Evandro Fernandes Giovanini  <evandrofg@ig.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |   4 +
 po/pt_BR.po  | 375 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 192 insertions(+), 187 deletions(-)

commit 64c03351c48da5b551300ce43c4ae5e3af994c45
Author: Christophe Fergeau <teuf@gnome.org>
Date:   Mon Aug 11 20:09:52 2003 +0000

    Update API documentation (in particular the gconf_client doc). Fixes
    
    2003-08-11  Christophe Fergeau  <teuf@gnome.org>
    
        * doc/gconf/tmpl/gconf-client.sgml:
        * doc/gconf/tmpl/gconf.sgml: Update API documentation (in particular
        the gconf_client doc). Fixes #89348.

 ChangeLog                        |   6 +
 doc/gconf/tmpl/gconf-client.sgml | 375 ++++++++++++++++++++++++++++++---------
 doc/gconf/tmpl/gconf.sgml        |  65 ++++---
 3 files changed, 325 insertions(+), 121 deletions(-)

commit df3fe3b29037fe08164882ffa5c9e5c925196c47
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date:   Mon Aug 11 17:04:01 2003 +0000

    use g_print/g_printerr instead of printf/fprintf(strerr). It fixes UTF-8
    
        * gconf/gconf-client.c: (gconf_client_real_unreturned_error),
        (gconf_client_real_error), (cache_pairs_in_dir):
        * gconf/gconf-internals.c: (gconf_log):
        * gconf/gconf-listeners.c: (ltable_insert), (ltable_remove),
        (spew_func), (ltable_spew):
        * gconf/gconfd.c: (main):
        * gconf/gconftool.c: (main), (recurse_subdir_list),
        (do_recursive_list), (do_dump_values), (list_pairs_in_dir),
        (print_schema_in_xml), (print_pair_in_xml), (print_list_in_xml),
        (print_value_in_xml), (dump_entries_in_dir), (do_dir_exists),
        (do_spawn_daemon), (do_get), (read_value_type), (do_set),
        (do_get_type), (do_get_list_size), (do_get_list_element),
        (do_schema_info), (do_associate_schema), (do_dissociate_schema),
        (do_set_schema), (do_all_entries), (do_unset),
        (do_recursive_unset), (do_all_subdirs), (get_list_value_from_xml),
        (get_pair_value_from_xml), (get_schema_values_from_xml),
        (get_values_from_xml), (set_values), (fill_default_from_string),
        (extract_global_info), (process_locale_info), (process_key_list),
        (get_schema_from_xml), (hash_install_foreach),
        (hash_uninstall_foreach), (process_schema), (process_list),
        (do_load_file), (do_makefile_install), (do_makefile_uninstall),
        (check_err), (key_breakage), (do_break_key), (do_break_directory),
        (do_get_default_source):
        * gconf/gnome-testclient.c: (notify_func), (main):
        * gconf/testclient.c: (main), (notify_func):
        use g_print/g_printerr instead of printf/fprintf(strerr). It
        fixes UTF-8 being displayed on command line with non-UTF-8 locales.

 ChangeLog                |  30 +++
 gconf/gconf-client.c     |  12 +-
 gconf/gconf-internals.c  |   4 +-
 gconf/gconf-listeners.c  |  16 +-
 gconf/gconfd.c           |   2 +-
 gconf/gconftool.c        | 531 ++++++++++++++++++++++++-----------------------
 gconf/gnome-testclient.c |   6 +-
 gconf/testclient.c       |   6 +-
 8 files changed, 320 insertions(+), 287 deletions(-)

commit 950a993b5a14c055462a2690e83e0f4cf7b14f74
Author: Wang Jian <lark@src.gnome.org>
Date:   Sat Aug 9 11:02:53 2003 +0000

    *** empty log message ***

 po/ChangeLog |   5 +
 po/zh_CN.po  | 680 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 342 insertions(+), 343 deletions(-)

commit 43d6082a7154faa3a103e1268920c48f457a1990
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Sat Aug 9 09:06:09 2003 +0000

    Added Hindi translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/hi.po     | 2038 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2047 insertions(+), 1 deletion(-)

commit 87de0ec18fbd9182a39d9c74c84a6e444fbcfeb6
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Mon Aug 4 12:58:14 2003 +0000

    Dutch translation updated by Vincent van Adrighem.
    
    2003-08-04  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
        * nl.po: Dutch translation updated by Vincent van Adrighem.

 po/ChangeLog |   4 +
 po/nl.po     | 351 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 181 insertions(+), 174 deletions(-)

commit 6a95a2e161ef01bc95cf4a38d31fcfd9970cba5f
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Fri Aug 1 13:26:39 2003 +0000

    Updated Spanish translation by Francisco Javier F. Serrador
    
    2003-08-01  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |   5 +
 po/es.po     | 405 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 216 insertions(+), 194 deletions(-)

commit 2f9134f409f237e7fcc0b714d2b9847691313b85
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Thu Jul 31 11:28:29 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 +
 po/ca.po     | 393 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 211 insertions(+), 186 deletions(-)

commit 09e8ff81c0f7470cfc46ed523e04889efc383eef
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Thu Jul 31 04:31:30 2003 +0000

    be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.

 po/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit 819a182c209afabd8b89af7e29938c26f659cec9
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Tue Jul 29 04:32:48 2003 +0000

    be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.

 po/ChangeLog |   5 +
 po/be.po     | 378 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 194 insertions(+), 189 deletions(-)

commit 1967f7a4937a4c1a01621a642eb520b3660fedf5
Author: Jeffrey Stedfast <fejj@ximian.com>
Date:   Mon Jul 28 17:27:09 2003 +0000

    Fixes bug #108574
    
    2003-03-16  Jeffrey Stedfast  <fejj@ximian.com>
    
        Fixes bug #108574
    
        * backends/xml-dir.c (gconf_xml_doc_dump): Replacement for
        xmlDocDump() which is not reliable. While we're at it, also dump
        formatted xml.
        (dir_sync): Call the new gconf_xml_doc_dump() rather than
        xmlDocDump() because we don't want to risk losing user settings.

 ChangeLog          | 10 ++++++++++
 backends/xml-dir.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 55 insertions(+), 1 deletion(-)

commit d99141785753041bf16ea11d8cfe63aab678470a
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Jul 28 09:32:47 2003 +0000

    Updated Italian translation.

 po/ChangeLog |   4 +
 po/it.po     | 716 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 396 insertions(+), 324 deletions(-)

commit 9c33a7dfdbf7a0390cfd56a1baddce7cde047490
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Jul 27 22:36:10 2003 +0000

    Updated Danish translation.
    
    2003-07-28  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   4 +
 po/da.po     | 322 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 166 insertions(+), 160 deletions(-)

commit 9105a39e5de829d8b5cac7a445174301996ffa8c
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Fri Jul 25 04:19:28 2003 +0000

    be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.

 po/ChangeLog |   5 +
 po/be.po     | 514 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 285 insertions(+), 234 deletions(-)

commit de76e44787ddf12d996f2f3a49aba30f7dc3c526
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Tue Jul 22 11:12:26 2003 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 525 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 297 insertions(+), 232 deletions(-)

commit 7e8bd3a69dd34444fb601523bb09a53535251f14
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 20 13:15:34 2003 +0000

    Updated Korean translation.
    
    2003-07-20  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |   4 +
 po/ko.po     | 430 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 226 insertions(+), 208 deletions(-)

commit 47707a357d7090263b3b0d5ac6729bfd869b188c
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Jul 20 09:29:42 2003 +0000

    Updated French translation.

 po/ChangeLog |   4 +
 po/fr.po     | 461 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 253 insertions(+), 212 deletions(-)

commit 63b3073e5f7df7e80ca36aad1c0eef16bf3b126f
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jul 19 17:31:05 2003 +0000

    doc fixes from Samuel Stringham #117830
    
    2003-07-19  Havoc Pennington  <hp@pobox.com>
    
        * doc/gconf/gconf.sgml: doc fixes from Samuel Stringham
        #117830

 ChangeLog            |  5 +++++
 doc/gconf/gconf.sgml | 41 +++++++++++++++++------------------------
 2 files changed, 22 insertions(+), 24 deletions(-)

commit 8f0241e49ce6b0f419bf1d85f0ff9eb127da5df8
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Jul 17 20:27:16 2003 +0000

    do a suggest_sync after do_recursive_unset() (which shouldn't be necessary
    
    2003-07-17  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconftool.c (do_recursive_unset): do a suggest_sync after
        do_recursive_unset() (which shouldn't be necessary except that we
        suck). Patch from Greg Hudson #117713
    
        * gconf/gconf-value.h: flags can't be 0, patch from
        Greg Hudson, #117712

 ChangeLog           | 9 +++++++++
 gconf/gconf-value.h | 2 +-
 gconf/gconftool.c   | 2 ++
 3 files changed, 12 insertions(+), 1 deletion(-)

commit 327544ddac56fba73eb1459d48c729e4946a10f9
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Jul 16 23:25:20 2003 +0000

    Updated Portuguese translation.
    
    2003-07-17  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 327 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 169 insertions(+), 162 deletions(-)

commit f838985d2b23bd403f5193413c14f93d048a9987
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed Jul 16 19:15:59 2003 +0000

    Update Czech translation

 po/ChangeLog |   4 +
 po/cs.po     | 304 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 148 insertions(+), 160 deletions(-)

commit f979f60513f52b938f5d82cb15f2a4f58e4a4995
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Jul 16 04:54:15 2003 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |   5 +
 po/ru.po     | 324 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 168 insertions(+), 161 deletions(-)

commit 6daa41d9547c160e947f97b84248e964592a81bd
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Jul 15 22:48:52 2003 +0000

    Updated Polish translation.
    
    2003-07-16  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation.

 po/ChangeLog |   4 +
 po/pl.po     | 278 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 135 insertions(+), 147 deletions(-)

commit cc83c35bcfd913cbf5026335be7df5cf598d4e47
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Jul 15 09:52:18 2003 +0000

    Updated Swedish translation.
    
    2003-07-15  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 321 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 165 insertions(+), 160 deletions(-)

commit 9452df70b1c9e8b3648fc2074b8cba573f73affb
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Mon Jul 14 05:01:31 2003 +0000

    Updated Serbian translation by Serbian team (Prevod.org).
    
    2003-07-14  Danilo Šegan  <dsegan@gmx.net>
    
        * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team
        (Prevod.org).

 po/ChangeLog  |   5 +
 po/sr.po      | 576 +++++++++++++++++++++---------------------
 po/sr@Latn.po | 800 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 698 insertions(+), 683 deletions(-)

commit 3d390851e45ca2a0b3e6386ca1b6ef1f13506ecb
Author: Szabolcs Ban <bansz@src.gnome.org>
Date:   Fri Jul 11 11:06:15 2003 +0000

    Unification of terminology and hotkeys

 po/hu.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 53adff0974e9e38109577e8cf82d881d999a2357
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Mon Jul 7 14:25:46 2003 +0000

    the subdir list contains full paths, so don't append it to the full path.
    
    2003-07-07  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-client.c:
            (recurse_subdir_list): the subdir list contains full
            paths, so don't append it to the full path. Fixes
            recursive preloading.
            (gconf_client_preload): don't get (and leak) the list
            of subdirs if we're only doing onelevel preloading.

 ChangeLog            |  9 +++++++++
 gconf/gconf-client.c | 17 ++++-------------
 2 files changed, 13 insertions(+), 13 deletions(-)

commit 81f3b49fa1bd736450f304b1a8f2d494aef7bd56
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Mon Jun 30 14:31:39 2003 +0000

    Updated Spanish translation by Francisco Javier F. Serrador
    
    2003-06-30 Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |   5 ++
 po/es.po     | 188 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 97 insertions(+), 96 deletions(-)

commit 40474578b41e9bdb3ef1259d6f0ed427f553f5f3
Author: Dafydd Harries <daf@parnassus.ath.cx>
Date:   Sat Jun 28 21:55:27 2003 +0000

    Updated Welsh translation.
    
    
    2003-06-28  Dafydd Harries <daf@parnassus.ath.cx>
    
        * cy.po: Updated Welsh translation.

 po/ChangeLog |    4 +
 po/cy.po     | 1222 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 725 insertions(+), 501 deletions(-)

commit a2198b0c68ed503dd9d31df2e49a1d3f580b1d46
Author: Dafydd Harries <daf@parnassus.ath.cx>
Date:   Sat Jun 28 04:58:16 2003 +0000

    Slight extra option tweaking.
    
    
    2003-06-28  Dafydd Harries  <daf@parnassus.ath.cx>
    
        * gconf/gconftool.c (main): Slight extra option tweaking.

 ChangeLog         | 4 ++++
 gconf/gconftool.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 684b65e0683996deb6c6aa9cf5294f55acd1ede3
Author: updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Sat Jun 28 00:09:52 2003 +0000

    2003-06-28 updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |   4 +
 po/ja.po     | 451 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 241 insertions(+), 214 deletions(-)

commit f896cbb5282f8d829d5acbef44e0297bd7baf1e1
Author: Dafydd Harries <daf@parnassus.ath.cx>
Date:   Fri Jun 27 00:26:04 2003 +0000

    Tidied up "--foo option must be used by itself" messages.
    
    
    2003-06-26  Dafydd Harries  <daf@parnassus.ath.cx>
    
        * gconf/gonftool.c (main): Tidied up "--foo option must be used by
        itself" messages.

 ChangeLog         |  5 +++++
 gconf/gconftool.c | 21 ++++++++++++++-------
 2 files changed, 19 insertions(+), 7 deletions(-)

commit 2f7b86549986337054cf54f5a0ca5b8f7ed4815d
Author: Ross Golder <rossg@src.gnome.org>
Date:   Thu Jun 26 23:09:02 2003 +0000

    Patches #116040 and #116042.

 ChangeLog         | 13 +++++++++++++
 gconf/gconftool.c |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)

commit f9fe4bbc37f402e4736f83e316d6f837148ef4c7
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Thu Jun 26 19:57:47 2003 +0000

    Updated Polish translation.
    
    2003-26-06  Artur Flinta  <aflinta@cvs.gnome.org>
    
        * pl.po: Updated Polish translation.

 po/ChangeLog |   4 +
 po/pl.po     | 576 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 299 insertions(+), 281 deletions(-)

commit 2bba4be7e590a89942550a36c507e9c15b90770f
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Thu Jun 26 00:36:05 2003 +0000

    Mark wrong entry as fuzzy (msgfmt check failed).
    
        * az.po, ja.po, nl.po: Mark wrong entry as fuzzy (msgfmt check failed).

 po/ChangeLog | 4 ++++
 po/az.po     | 4 ++--
 po/ja.po     | 4 ++--
 po/nl.po     | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

commit 9be9a332b81617dfa62a1e636d095967f6b00a3d
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Thu Jun 26 00:33:36 2003 +0000

    Added "am" "mk" to ALL_LINGUAS.
    
    2003-06-26  Abel Cheung  <maddog@linux.org.hk>
    
        * configure.in: Added "am" "mk" to ALL_LINGUAS.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit cdf0fad0a4a89ec3776464482c0fc74cabeb47d9
Author: Mohammad DAMT <mdamt@bisnisweb.com>
Date:   Tue Jun 24 04:45:07 2003 +0000

    Updated Indonesian translation
    
    2003-06-24  Mohammad DAMT  <mdamt@bisnisweb.com>
    
        * id.po: Updated Indonesian translation

 po/ChangeLog |   4 +
 po/id.po     | 459 +++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 295 insertions(+), 168 deletions(-)

commit 8d2fc701074644ff82b23bd1b03292aadef825b6
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Jun 23 21:31:35 2003 +0000

    update
    
    2003-06-23  Havoc Pennington  <hp@redhat.com>
    
        * NEWS: update
    
        * configure.in: 2.3.3

 ChangeLog    |  6 ++++++
 NEWS         | 14 ++++++++++++++
 configure.in |  2 +-
 3 files changed, 21 insertions(+), 1 deletion(-)

commit 529da283cdce7e45f43476f85ebb4304c2663bfc
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Jun 23 21:24:08 2003 +0000

    fix

 po/az.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 922fb5cc978422d471fadfeb93047a1205e04cd9
Author: Metin Amiroff <metin@karegen.com>
Date:   Sun Jun 22 16:41:44 2003 +0000

    Updated Azerbaijani translation.
    
    2003-06-22  Metin Amiroff <metin@karegen.com>
    
        * az.po: Updated Azerbaijani translation.

 po/ChangeLog |   4 +
 po/az.po     | 782 +++++++++++++++++++++--------------------------------------
 2 files changed, 277 insertions(+), 509 deletions(-)

commit 599dab51edc3b1c93bc364a12780a5c0073f6e57
Author: James M. Cape <jcape@ignore-your.tv>
Date:   Sun Jun 22 15:13:48 2003 +0000

    Fix for GCC 3.3 warning (fixes #115722).
    
    2003-06-22  James M. Cape  <jcape@ignore-your.tv>
    
        * gconf/gconf-database.c: Fix for GCC 3.3 warning (fixes #115722).

 ChangeLog              |  4 ++++
 gconf/gconf-database.c | 11 +++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 4c17902dff5144e3cfe52ecf42e25b6e53367c48
Author: Mohammad DAMT <mdamt@bisnisweb.com>
Date:   Fri Jun 20 10:11:29 2003 +0000

    Updated Indonesian translation
    
    2003-06-20  Mohammad DAMT  <mdamt@bisnisweb.com>
    
        * id.po: Updated Indonesian translation

 po/ChangeLog |   4 +
 po/id.po     | 608 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 332 insertions(+), 280 deletions(-)

commit efc98a2f8249fa3d51d691fb55399738cb26e750
Author: Andras Timar <timar@gnome.hu>
Date:   Fri Jun 20 09:05:32 2003 +0000

    Fixed some spelling mistakes and mistranslations.
    
    2003-06-20  Andras Timar  <timar@gnome.hu>
    
        * hu.po: Fixed some spelling mistakes and mistranslations.

 po/ChangeLog |   4 +
 po/hu.po     | 526 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 269 insertions(+), 261 deletions(-)

commit cbd8e48fe9a95dc7b084942480969e74024bca84
Author: Mohammad DAMT <mdamt@bisnisweb.com>
Date:   Thu Jun 19 04:13:04 2003 +0000

    Added Indonesian translation Added "id" to ALL_LINGUAS
    
    2003-06-18  Mohammad DAMT  <mdamt@bisnisweb.com>
    
        * po/id.po: Added Indonesian translation
        * configure.in: Added "id" to ALL_LINGUAS

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/id.po     | 2073 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2083 insertions(+), 1 deletion(-)

commit fc0b8489146ce95a291e84be9c8b5e61f608494f
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Jun 18 14:50:46 2003 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |   5 +
 po/ru.po     | 722 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 331 insertions(+), 396 deletions(-)

commit e4a68063670f9830a5feef5a61bab39b3a9f9cda
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Wed Jun 18 13:12:51 2003 +0000

    added Macedonian translation

 po/mk.po | 1524 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 954 insertions(+), 570 deletions(-)

commit 4d16d7b2dd41e9fe100c9d83d3d96de25e9b1b87
Author: Rodrigo Moya <rodrigo@ximian.com>
Date:   Wed Jun 18 10:39:40 2003 +0000

    Fixes #73323
    
    2003-06-18  Rodrigo Moya <rodrigo@ximian.com>
    
        Fixes #73323
    
        * gconf/gconf-sources.h: moved GConfUnsetFlags enum...
    
        * gconf/gconf-value.h: ...to here.
    
        * gconf/gconf-client.[ch] (gconf_client_recursive_unset):
        implemented new function for calling the unrecursive_unset
        method on the engine.

 ChangeLog             | 12 ++++++++++++
 gconf/gconf-client.c  | 24 +++++++++++++++++++++++-
 gconf/gconf-client.h  |  5 +++++
 gconf/gconf-sources.h |  6 ------
 gconf/gconf-value.h   |  5 +++++
 5 files changed, 45 insertions(+), 7 deletions(-)

commit 87fe8fb5d3263d363704352d2f98588a8853063b
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Tue Jun 17 19:19:19 2003 +0000

    Updated Spanish translation by Francisco Javier F. Serrador
    
    2003-06-17  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |   5 +
 po/es.po     | 740 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 378 insertions(+), 367 deletions(-)

commit 6b41d1b6455f3a03c7de67554bc203e54a24e89f
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Tue Jun 17 18:20:07 2003 +0000

    Updated Finnish translation.
    
    2003-06-17  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 626 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 334 insertions(+), 296 deletions(-)

commit 59e59a15b81c4116a197f65ec7ad6d90e860f476
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Jun 15 09:07:00 2003 +0000

    Updated Slovenian translation

 po/sl.po | 501 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 261 insertions(+), 240 deletions(-)

commit ab9d65da9bfaafb23c9a05c3e064dd7a756d8503
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Fri Jun 13 13:16:36 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 +
 po/ca.po     | 544 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 289 insertions(+), 259 deletions(-)

commit 5d4c69253e9bd7c6e22b58527d9ef8922eb5f306
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Jun 12 14:49:31 2003 +0000

    Added Malayalam translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ml.po     | 2087 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2097 insertions(+), 1 deletion(-)

commit 04677f8d618e5f6501432123994d30b3b6f2d511
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Sun Jun 8 11:28:11 2003 +0000

    Dutch translation updated by Daniel van Eeden.
    
    2003-06-08  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
        * nl.po: Dutch translation updated by Daniel van Eeden.

 po/ChangeLog |   4 +
 po/nl.po     | 530 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 294 insertions(+), 240 deletions(-)

commit 97d33f32276c4a3b914c00ef131ccd398313063a
Author: Michael Meeks <michael@ximian.com>
Date:   Fri Jun 6 05:21:17 2003 +0000

    remove the explicit linc module.
    
    2003-06-06  Michael Meeks  <michael@ximian.com>
    
        * configure.in: remove the explicit linc module.

 ChangeLog                       | 4 ++++
 configure.in                    | 2 +-
 doc/gconf/tmpl/gconf-value.sgml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

commit d501c7a0b473b6bae5f0d7e4ecac40f23e71253b
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Jun 4 04:15:54 2003 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |   5 ++
 po/ru.po     | 213 +++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 184 insertions(+), 34 deletions(-)

commit 26026e6329a20bd8d1e63f4f450dd959dca8ac79
Author: Dafydd Harries <daf@parnassus.ath.cx>
Date:   Tue Jun 3 23:15:25 2003 +0000

    Welsh: corrections, more translations.
    
    2003-06-03  Dafydd Harries  <daf@parnassus.ath.cx>
    
        * cy.po: Welsh: corrections, more translations.

 po/ChangeLog |  4 ++++
 po/cy.po     | 76 +++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 49 insertions(+), 31 deletions(-)

commit b0b7b1a635539fc5f437f6700030495a5d8ee045
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Mon Jun 2 23:25:43 2003 +0000

    More Welsh.

 po/ChangeLog |   4 +
 po/cy.po     | 274 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 157 insertions(+), 121 deletions(-)

commit 9c701f47780a238ecd7331599c8a174a2fd2e322
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Mon Jun 2 12:25:50 2003 +0000

    More Welsh from Chris M. Jackson <chris@www.linux.org.uk>

 po/ChangeLog |   5 ++
 po/cy.po     | 165 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 91 insertions(+), 79 deletions(-)

commit f3aa8300f47c6badafb3de860490c091442c9110
Author: Michael Meeks <michael@ximian.com>
Date:   Sat May 31 15:31:36 2003 +0000

    include <stdio.h>
    
    2003-05-31  Michael Meeks  <michael@ximian.com>
    
        * backends/markup-tree.c: include <stdio.h>

 ChangeLog              | 4 ++++
 backends/markup-tree.c | 1 +
 2 files changed, 5 insertions(+)

commit 1a9e077b6ae0851a918a2f55333387d4e3191824
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Wed May 28 15:05:03 2003 +0000

    Updated Brazilian Portuguese translation done by David Barzilay
    
    2003-05-28  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation done by David
            Barzilay <barzilay@redhat.com>.

 po/ChangeLog |   5 +
 po/pt_BR.po  | 569 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 314 insertions(+), 260 deletions(-)

commit 8470389833dfc7295bbb040bbb1bebd5e286b652
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed May 21 08:38:53 2003 +0000

    Update Czech translation

 po/ChangeLog |  4 ++++
 po/cs.po     | 29 +++++++++++++----------------
 2 files changed, 17 insertions(+), 16 deletions(-)

commit 50708832cf99aa1221afdc8748bf642925fd3acc
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue May 20 13:10:25 2003 +0000

    Update Czech translation

 po/ChangeLog |   4 +
 po/cs.po     | 484 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 264 insertions(+), 224 deletions(-)

commit c735b3ed20c6100ccd04fe54bdb13389eadc57e8
Author: Christian Rose <menthos@menthos.com>
Date:   Tue May 20 09:55:26 2003 +0000

    Updated Swedish translation.
    
    2003-05-20  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 393 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 218 insertions(+), 179 deletions(-)

commit b193b2c043162638f70d1792ac0c89742dc6cfff
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue May 20 00:16:21 2003 +0000

    Updated Portuguese translation.
    
    2003-05-20  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 437 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 243 insertions(+), 198 deletions(-)

commit 689cf712833d1da14a92e7158c655a02fca4eab6
Author: Ole Laursen <olau@hardworking.dk>
Date:   Mon May 19 18:48:25 2003 +0000

    Updated Danish translation.
    
    2003-05-19  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   6 +-
 po/da.po     | 535 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 291 insertions(+), 250 deletions(-)

commit 6ce19559ea0cefc4f428387858f3e5f0085dc225
Author: Ross Burton <rburton@src.gnome.org>
Date:   Mon May 19 15:24:48 2003 +0000

    Implement schema uninstall, closing #104487

 ChangeLog         |   5 ++
 gconf/gconftool.c | 138 +++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 132 insertions(+), 11 deletions(-)

commit aaef83be7ce4c89ddf3aea35ca6b19da40a18e00
Author: Arafat Medini <lumina@silverpen.de>
Date:   Mon May 19 15:22:32 2003 +0000

    *ar.po: Updated Arabic translation by Arabeyes <doc@arabeyes.org>
    
    
    2003-05-19 Arafat Medini <lumina@silverpen.de>
    
        *ar.po: Updated Arabic translation
        by Arabeyes <doc@arabeyes.org>

 po/ChangeLog |    5 +
 po/ar.po     | 1983 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 882 insertions(+), 1106 deletions(-)

commit 374addae4fcbc77b7efeeb0c512021a1cb6e8837
Author: Telsa Gwynne <telsa@src.gnome.org>
Date:   Mon May 19 15:02:54 2003 +0000

    Start of Welsh translation from Chris M. Jackson

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/cy.po     | 1966 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1976 insertions(+), 1 deletion(-)

commit 2cc166a6d37bc24de1293cd13e4fee995c33d320
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Fri May 16 04:18:55 2003 +0000

    be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.

 po/ChangeLog |   5 +
 po/be.po     | 423 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 204 insertions(+), 224 deletions(-)

commit 16044e36f23a20328ee7eba9662d725f321ff946
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Fri May 9 15:12:48 2003 +0000

    escape the string text before outputting it in the XML.
    
    2003-05-09  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconftool.c:
            (print_value_in_xml): escape the string text before
            outputting it in the XML.
            (dump_entries_in_dir): ouput the keyname relative to
            the base directory rather than the current directory.

 ChangeLog         |  8 ++++++++
 gconf/gconftool.c | 22 ++++++++++++----------
 2 files changed, 20 insertions(+), 10 deletions(-)

commit 4228285a49a90bc4b663b034b5faf721ed339e1b
Author: Ross Burton <rburton@src.gnome.org>
Date:   Thu May 8 21:42:20 2003 +0000

    Add API to fire notify event

 ChangeLog            |  5 +++++
 gconf/gconf-client.c | 17 +++++++++++++++++
 gconf/gconf-client.h |  1 +
 3 files changed, 23 insertions(+)

commit bdf684128cdb68aac7f876892d9d0e5d40fae4fa
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Wed May 7 14:12:37 2003 +0000

    Added "sr" and "sr@Latn" to ALL_LINGUAS.
    
    2003-05-05  Danilo Šegan  <dsegan@gmx.net>
    
        * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
    
        * po/sr.po, po/sr@Latn.po: Added Serbian translation by
        http://Prevod.org/.

 ChangeLog     |    8 +-
 configure.in  |    2 +-
 po/ChangeLog  |    5 +
 po/sr.po      | 2222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr@Latn.po | 2228 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 4462 insertions(+), 3 deletions(-)

commit e198cfeffcb583b31fdb28925bf1cbb42bdf4a52
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon May 5 21:47:15 2003 +0000

    Updated Portuguese translation.
    
    2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 ++
 po/pt.po     | 164 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 86 insertions(+), 82 deletions(-)

commit 427d1776c4ebdc15618f2b2f63517150eb4cdb75
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Mon May 5 14:11:15 2003 +0000

    Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     | 1050 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 551 insertions(+), 503 deletions(-)

commit be06b23ebddf1c9159357291e1f8b093665a76ae
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun May 4 15:44:32 2003 +0000

    Updated French translation.

 po/ChangeLog |   4 ++
 po/fr.po     | 126 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 73 insertions(+), 57 deletions(-)

commit b589ab565a97d0a8f1de927b2c6a1f67844912f4
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat May 3 16:54:32 2003 +0000

    2.3.2
    
    2003-05-03  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: 2.3.2
    
        * NEWS: update

 ChangeLog    |   6 +
 NEWS         |  16 ++
 configure.in |   2 +-
 po/ar.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/az.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/be.po     | 472 ++++++++++++++++++++++++++++++++++-------------------------
 po/bg.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/ca.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/cs.po     |   2 +-
 po/da.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/de.po     | 465 +++++++++++++++++++++++++++++++++-------------------------
 po/el.po     | 470 +++++++++++++++++++++++++++++++++-------------------------
 po/es.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/eu.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/fa.po     | 458 ++++++++++++++++++++++++++++++++-------------------------
 po/fi.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/fr.po     |   2 +-
 po/ga.po     | 457 ++++++++++++++++++++++++++++++++-------------------------
 po/gl.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/hu.po     | 457 ++++++++++++++++++++++++++++++++-------------------------
 po/it.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/ja.po     |  58 ++++----
 po/ko.po     |  56 +++++--
 po/lv.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/mn.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/ms.po     | 461 ++++++++++++++++++++++++++++++++-------------------------
 po/nl.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/nn.po     | 461 ++++++++++++++++++++++++++++++++-------------------------
 po/no.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/pl.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/pt.po     | 465 +++++++++++++++++++++++++++++++++-------------------------
 po/pt_BR.po  | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/ro.po     | 457 ++++++++++++++++++++++++++++++++-------------------------
 po/ru.po     |  58 ++++----
 po/sk.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/sl.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/sv.po     |   2 +-
 po/tr.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/uk.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/vi.po     | 464 +++++++++++++++++++++++++++++++++-------------------------
 po/yi.po     | 457 ++++++++++++++++++++++++++++++++-------------------------
 po/zh_CN.po  | 469 +++++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po  | 464 +++++++++++++++++++++++++++++++++-------------------------
 43 files changed, 9047 insertions(+), 6912 deletions(-)

commit 9b0179b7fe1c2a36317618555072d0b7857be2d8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu May 1 14:21:42 2003 +0000

    Updated Korean translation.
    
    2003-05-01  Changwoo Ryu  <cwryu@debian.org>
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |   4 +
 po/ko.po     | 685 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 359 insertions(+), 330 deletions(-)

commit daad9aedfa6461476626ca7a08c10ab43f49b4c6
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed Apr 30 18:58:59 2003 +0000

    Update Czech translation

 po/ChangeLog |   4 +
 po/cs.po     | 574 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 315 insertions(+), 263 deletions(-)

commit 869c666d100a1f492a81917d42d0e1b754afad8d
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Apr 29 09:09:28 2003 +0000

    Updated Swedish translation.
    
    2003-04-29  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 569 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 327 insertions(+), 246 deletions(-)

commit 83181d663f2b24d79eaa85a23c215c0ab3744ad3
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Apr 27 12:50:14 2003 +0000

    Updated French translation.

 po/ChangeLog |   4 +
 po/fr.po     | 660 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 367 insertions(+), 297 deletions(-)

commit 9806aeb383b1c11a0a10245792fa31eca4b4fbe4
Author: Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
Date:   Sat Apr 26 07:21:10 2003 +0000

    call AC_LIBTOOL_WIN32_DLL.
    
    
    
    2003-04-26  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>
    
        * configure.in: call AC_LIBTOOL_WIN32_DLL.
    
        * backends/Makefile.am: add -no-undefined to *_la_LDFLAGS.
        add $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la to *_la_LIBADD.
    
        * gconf/Makefile.am (libgconf_2_la_LDFLAGS): add -no-undefined.
    
        * gconf/gconfd.c (main): use g_strdup_printf() instead of strlen() +
        g_malloc() + g_snprintf().

 ChangeLog            | 12 ++++++++++++
 backends/Makefile.am |  8 ++++----
 configure.in         |  1 +
 gconf/Makefile.am    |  2 +-
 gconf/gconfd.c       |  5 +----
 5 files changed, 19 insertions(+), 9 deletions(-)

commit 3e2750f2fbf690ec22cc435f81d5b4959e194dc3
Author: Muktha <muktha.narayan@wipro.com>
Date:   Wed Apr 23 05:12:13 2003 +0000

    gconf/gconfd.c When reading the saved_state file, gconfd will not log
    
    03-04-23  Muktha <muktha.narayan@wipro.com>
           * gconf/gconfd.c
           When reading the saved_state file, gconfd will not log message if
           the saved_state file is not present. Fixes bug #110944.

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit f08fa7c60a75a56efe026b707651a575b7fcaecb
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Thu Apr 10 13:14:37 2003 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |   5 +
 po/ru.po     | 929 ++++++++++++++++++++---------------------------------------
 2 files changed, 315 insertions(+), 619 deletions(-)

commit baad8ed97deace06f47b0301f8fda15c66fb7c3e
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Tue Apr 8 08:24:46 2003 +0000

    file gconf-corba.c was initially added on branch gconf-anders-hacking.

commit 198a9a26a1c1aa2626b6abbdf7202a1cd95fd71d
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Tue Apr 8 08:24:46 2003 +0000

    file gconf-corba.h was initially added on branch gconf-anders-hacking.

commit 65c22a9bb91066eb93de4afa5e80be03b2c79d65
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Apr 1 15:53:36 2003 +0000

    Fix bug.
    
    2003-04-01  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Fix bug.

 po/ChangeLog | 4 ++++
 po/sv.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 155317614838489e26fcc81fa0d2dcad69e313c0
Author: updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Thu Mar 27 15:21:52 2003 +0000

    2003-03-27 updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |   4 +
 po/ja.po     | 643 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 353 insertions(+), 294 deletions(-)

commit cec37f6423d006530e0f64077b4a3eaee30f85bb
Author: Brian Cameron <brian.cameron@sun.com>
Date:   Thu Mar 27 11:16:18 2003 +0000

    gconf/gconf-sanity-check.c Updated text of the lock question to more clear
    
    2003-03-27  Brian Cameron <brian.cameron@sun.com>
    
        * gconf/gconf-sanity-check.c
        Updated text of the lock question to more clear text that was
        approved by the docs team.  Havoc reviewed/approved this
        change.

 ChangeLog                  |  7 +++++++
 gconf/gconf-sanity-check.c | 21 +++++++++++----------
 2 files changed, 18 insertions(+), 10 deletions(-)

commit db7f642c17416907dcd8defa61962e66b5a0cdca
Author: Ross Burton <rburton@src.gnome.org>
Date:   Thu Mar 27 10:14:47 2003 +0000

    The Apply Patches Mission: Added more introspection commands to gconftool, wrapped headers for C++, make gcong_entry_copy, _ref and _unref public

 ChangeLog                       |  25 ++++
 doc/gconf/tmpl/gconf-value.sgml |   4 +-
 gconf/gconf-client.h            |   1 +
 gconf/gconf-internals.h         |   3 -
 gconf/gconf-schema.h            |  10 +-
 gconf/gconf-value.h             |  14 +++
 gconf/gconftool.c               | 254 +++++++++++++++++++++++++++++++++++++++-
 7 files changed, 301 insertions(+), 10 deletions(-)

commit c34d0a3f87b9789176cafe03f046570c457032b7
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Mar 27 04:00:41 2003 +0000

    we need giop_tmpdir_init(), linc_get_tmpdir() isn't helpful. Revert to
    
    2003-03-26  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c (gconf_get_daemon_dir): we need
        giop_tmpdir_init(), linc_get_tmpdir() isn't helpful. Revert to
        /tmp/gconfd-foo for now.

 ChangeLog               |  6 ++++++
 gconf/gconf-internals.c | 20 ++++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)

commit 4d7d8199853e6fd1e65946b2515110fe8a1ebd3d
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Mar 27 03:35:00 2003 +0000

    call linc_set_tmpdir() to maybe make it work
    
    2003-03-26  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c (gconf_get_daemon_dir): call
        linc_set_tmpdir() to maybe make it work

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 7 +++++++
 2 files changed, 12 insertions(+)

commit 3bd1f627f137dcc9a24231aab57e4f14578ee11a
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Mar 27 02:00:39 2003 +0000

    2.3.1

 po/POTFILES.in |    1 -
 po/ar.po       |  653 +++++++++++++++++------------
 po/az.po       | 1260 ++++++++++++++++++++++++++++++++++++--------------------
 po/be.po       |  754 +++++++++++++++++++--------------
 po/bg.po       |  658 +++++++++++++++++------------
 po/ca.po       |  663 ++++++++++++++++-------------
 po/cs.po       |  657 +++++++++++++++++------------
 po/da.po       |  660 +++++++++++++++++------------
 po/de.po       |  672 +++++++++++++++++-------------
 po/el.po       |  695 ++++++++++++++++++-------------
 po/es.po       |  664 +++++++++++++++++------------
 po/eu.po       |  660 +++++++++++++++++------------
 po/fa.po       |  646 +++++++++++++++++------------
 po/fi.po       |  658 +++++++++++++++++------------
 po/fr.po       |  662 ++++++++++++++++-------------
 po/ga.po       |  619 ++++++++++++++++------------
 po/gl.po       |  661 +++++++++++++++++------------
 po/hu.po       |  637 ++++++++++++++++------------
 po/it.po       |  664 +++++++++++++++++------------
 po/ja.po       |  660 +++++++++++++++++------------
 po/ko.po       |  660 +++++++++++++++++------------
 po/lv.po       |  658 +++++++++++++++++------------
 po/mn.po       |  899 +++++++++++++++++++++++-----------------
 po/ms.po       |  657 +++++++++++++++++------------
 po/nl.po       |  658 +++++++++++++++++------------
 po/nn.po       |  644 +++++++++++++++++------------
 po/no.po       |  658 +++++++++++++++++------------
 po/pl.po       |  661 +++++++++++++++++------------
 po/pt.po       |  661 +++++++++++++++++------------
 po/pt_BR.po    |  658 +++++++++++++++++------------
 po/ro.po       |  637 ++++++++++++++++------------
 po/ru.po       |  697 ++++++++++++++++++-------------
 po/sk.po       |  658 +++++++++++++++++------------
 po/sl.po       |  667 +++++++++++++++++-------------
 po/sv.po       |  661 ++++++++++++++++-------------
 po/tr.po       |  740 +++++++++++++++++++--------------
 po/uk.po       | 1236 ++++++++++++++++++++++++++++++++++--------------------
 po/vi.po       |  659 +++++++++++++++++------------
 po/yi.po       |  601 +++++++++++++++------------
 po/zh_CN.po    |  661 +++++++++++++++++------------
 po/zh_TW.po    |  660 +++++++++++++++++------------
 41 files changed, 16484 insertions(+), 11411 deletions(-)

commit 43981b0de9a9688f0de9adf01df1884d1d73b5f8
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Mar 27 01:41:15 2003 +0000

    bump to 2.3.1
    
    2003-03-26  Havoc Pennington  <hp@redhat.com>
    
        * configure.in: bump to 2.3.1
    
        Apply "local locks" patch with linc_get_tmpdir modification from
        Michael, and the default changed to local locks. Now to
        get global locks you must set GCONF_GLOBAL_LOCKS=1.
    
        * gconf/gconf-internals.c (gconf_log): convert to locale encoding
        to pass stuff to syslog

 ChangeLog                         |  11 +++
 backends/markup-backend.c         | 125 ++++++++++++++++++++-----
 backends/xml-backend.c            | 123 +++++++++++++++++++++----
 configure.in                      |   2 +-
 doc/gconf/tmpl/gconf-backend.sgml |   1 +
 gconf/gconf-backend.c             |  10 ++
 gconf/gconf-backend.h             |   5 +
 gconf/gconf-internals.c           |  54 ++++++++++-
 gconf/gconf-internals.h           |   4 +
 gconf/gconf-sanity-check.c        | 188 ++++++++++++++++++++++++++++++++------
 gconf/gconfd.c                    |  64 ++++++++++++-
 11 files changed, 512 insertions(+), 75 deletions(-)

commit d54423f1b82daf867d5f9a6f050f99b749f7bbea
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Mar 26 21:21:51 2003 +0000

    Added "yi" to ALL_LINGUAS. Added Yiddish translation by Raphael Finkel
    
    2003-03-26  Christian Rose  <menthos@menthos.com>
    
        * configure.in: Added "yi" to ALL_LINGUAS.
        * po/yi.po: Added Yiddish translation by
        Raphael Finkel <raphael@cs.uky.edu>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/yi.po     | 1871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1881 insertions(+), 1 deletion(-)

commit 32de5548e9c431b4b8eb8029a980bddc1515f59e
Author: Roozbeh Pournader <roozbeh@sharif.edu>
Date:   Mon Mar 17 12:40:32 2003 +0000

    Updated Persian translation.
    
    2003-03-17  Roozbeh Pournader  <roozbeh@sharif.edu>
    
        * fa.po: Updated Persian translation.

 po/ChangeLog |   4 ++
 po/fa.po     | 132 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 64 insertions(+), 72 deletions(-)

commit f835b0ef539fc6992c84da5950881659a5d9421d
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Sun Mar 16 17:45:58 2003 +0000

    file gconfd.service.in was initially added on branch gconf-anders-hacking.

commit e4591a0515a9099b6dbb40544b2316ef30bbd2bd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Mar 13 20:24:57 2003 +0000

    Basically the same patch as the previous one .. but for the markup
    
    2003-03-14  Mark McLoughlin  <mark@skynet.ie>
    
            Basically the same patch as the previous one .. but
            for the markup backend.
    
            * backends/markup-backend.c:
            (resolve_address): update.
            (clear_cache): use markup_tree_rebuild() instead of
            re-creating the tree.
            (ms_new): remove the read_only arg and s/markup_tree_new/
            markup_tree_get/
            (ms_destroy): s/markup_tree_free/markup_tree_unref/
    
            * backends/markup-tree.[ch]:
            (markup_tree_get), (markup_tree_unref): rename these
            from new()/free() and share caches for sources with
            the same root directory.
            (markup_tree_rebuild): impl.
            (markup_dir_needs_sync): we don't keep the read_only
            flag per-tree anymore so don't check it here.

 ChangeLog                 | 21 ++++++++++++++++
 backends/markup-backend.c | 23 ++++++-----------
 backends/markup-tree.c    | 64 ++++++++++++++++++++++++++++++++++++-----------
 backends/markup-tree.h    |  8 +++---
 4 files changed, 82 insertions(+), 34 deletions(-)

commit c1fb45668f6024c8d5c82b5f11db6eaf8bceb352
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Thu Mar 13 20:19:17 2003 +0000

    Use the same cache for multiple sources with the same root directory.
    
    2002-07-16  Mark McLoughlin  <mark@skynet.ie>
    
            Use the same cache for multiple sources with the same
            root directory.
    
            * backends/xml-cache.[ch]:
            (cache_get): rename from cache_new and return and existing
            cache for this root dir if one exists. Also use g_free
            as a key destroy handler for the nonexistant hash instead
            of doing it manually.
            (cache_unref): rename from cache_destroy and only destroy
            when refcount drops to zero.
            (cache_set_nonexistent), (cache_destroy_nonexistant_foreach):
            don't free the key here.
    
            * backends/xml-backend.c:
            (xs_new): s/cache_new/cache_get/
            (xs_destroy): s/cache_destroy/cache_unref/.
    
    2003-03-14  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/Makefile.am: kill unused bdb SOURCES.

 ChangeLog              | 23 +++++++++++++++++
 backends/Makefile.am   |  2 --
 backends/xml-backend.c |  4 +--
 backends/xml-cache.c   | 70 +++++++++++++++++++++++++++-----------------------
 backends/xml-cache.h   |  4 +--
 5 files changed, 65 insertions(+), 38 deletions(-)

commit ab70fcd479a36ecb703d03d223fbe25e5ae58456
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Thu Mar 13 19:19:50 2003 +0000

    file dbus-glue.c was initially added on branch gconf-anders-hacking.

commit a05a1f04ef1a70bf58e25f787eab34a6268df18a
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Thu Mar 13 19:19:50 2003 +0000

    file dbus-glue.h was initially added on branch gconf-anders-hacking.

commit cf47dd4f8251c093b3393a69a3a322f36f150723
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Mar 12 20:11:45 2003 +0000

    Implement --load and --dump options for gconftool. e.g.: gconftool-2
    
    2003-03-13  Mark McLoughlin  <mark@skynet.ie>
    
            Implement --load and --dump options for gconftool. e.g.:
            gconftool-2 --dump /apps/metacity > metacity.dump
            gconftool-2 --config-source blah --load metacity.dump
            or
            gconftool-2 -load metacity.dump /apps/other_metacity
    
            * gconf/gconftool.c:
            (recurse_subdir_dump), (do_dump_values),
            (print_schema_in_xml), (print_pair_in_xml),
            (print_list_in_xml), (print_value_in_xml), (get_key_relative),
            (dump_entries_in_dir): impl dumping to XML.
            (get_list_value_from_xml), (get_car_cdr_value),
            (get_pair_value_from_xml), (get_schema_values_from_xml),
            (get_values_from_xml), (get_first_value_from_xml), (set_values):
            impl loading entries from XML.
            (hash_listify_foreach), (process_entry), (fill_default_from_string),
            (extract_global_info), (process_locale_info), (get_schema_from_xml),
            (hash_install_foreach), (process_schema), (process_list),
            (do_load_file), (do_makefile_install): munge the entries loading
            code with schemas loading code.

 ChangeLog         |   23 ++
 gconf/gconftool.c | 1146 +++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 1043 insertions(+), 126 deletions(-)

commit 1ed6ba088aca012ceed840a56752f614e13d1c49
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Wed Mar 12 00:24:53 2003 +0000

    Whoops

 gconf/gconf.c | 669 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 326 insertions(+), 343 deletions(-)

commit d06fe9767076bda47292a107b6af07f7521fe893
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Wed Mar 12 00:22:16 2003 +0000

    More stuff

 gconf/gconf.c | 469 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 239 insertions(+), 230 deletions(-)

commit e5b54d7bdedcd9c3a4d9263e0b744a3e0a1b7906
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Tue Mar 11 02:49:14 2003 +0000

    More stuff

 gconf/gconf.c | 214 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 111 insertions(+), 103 deletions(-)

commit f0d604a7e778f0f37491d3cd505031f997a84836
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Tue Mar 11 02:49:14 2003 +0000

    file simple-test.c was initially added on branch gconf-anders-hacking.

commit ff896c38d2f51cb1c71b525092adcb1d121efb8d
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 10 23:23:32 2003 +0000

    file gconf-dbus.c was initially added on branch gconf-anders-hacking.

commit 371d1bb76d208f2fc78fd3fc9f234f0656058d14
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 10 23:23:32 2003 +0000

    file gconf-dbus.h was initially added on branch gconf-anders-hacking.

commit 579869c3c448eccb3a920e3d6d33e737c0d57708
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 10 20:11:57 2003 +0000

    file gconfd-dbus.c was initially added on branch gconf-anders-hacking.

commit 8fd868054dfc3149f016b19155df57919fff81a9
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 10 20:11:57 2003 +0000

    file gconfd-dbus.h was initially added on branch gconf-anders-hacking.

commit 74b523cdb78d9be1f286d7c2ddab07ba4ba82c69
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Mar 6 03:26:01 2003 +0000

    remove BDB backend
    
    2003-03-05  Havoc Pennington  <hp@pobox.com>
    
        * backends/Makefile.am: remove BDB backend
    
        * configure.in: remove BDB backend support

 ChangeLog              |    6 +
 backends/Makefile.am   |   17 +-
 backends/README.bdb    |   56 ---
 backends/bdb-backend.c |  587 ------------------------
 backends/bdb.c         | 1179 ------------------------------------------------
 backends/bdb.h         |  189 --------
 configure.in           |   75 ---
 7 files changed, 8 insertions(+), 2101 deletions(-)

commit eb558377c4c0ea2d2fa7ecdb72229f2c80c2bfca
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Mar 4 06:34:11 2003 +0000

    Fixes weird bug where a directory appears to not exist when you create
    
    2003-03-04  Mark McLoughlin  <mark@skynet.ie>
    
            Fixes weird bug where a directory appears to not exist when
            you create subdirectories of it.
    
            * backends/xml-cache.c:
            (cache_lookup): use unset_nonexistent.
            (cache_unset_nonexistent): unset the existent flag not
            only on this directory but all parent directories.

 ChangeLog            | 10 ++++++++++
 backends/xml-cache.c | 36 +++++++++++++++++++++++++++++-------
 2 files changed, 39 insertions(+), 7 deletions(-)

commit cedd5279f17e3ab1cf65cef1fbcfb8fa444af53e
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 3 22:49:45 2003 +0000

    file gconf-database-corba.c was initially added on branch gconf-anders-hacking.

commit 9d6fdaf0fca395d8dcbeee232576445b395e9700
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 3 22:49:45 2003 +0000

    file gconf-database-corba.h was initially added on branch gconf-anders-hacking.

commit 0b11bd7070d8ac39cb667064906502b9a1aca7a5
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 3 22:49:45 2003 +0000

    file gconfd-corba.c was initially added on branch gconf-anders-hacking.

commit ff8f9872e87596c68ff46146344ffbafc0c58ed5
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 3 22:49:45 2003 +0000

    file gconfd-corba.h was initially added on branch gconf-anders-hacking.

commit a1690c14b0e2b19569a07a1fc6321bb76d1aea45
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Feb 25 20:01:48 2003 +0000

    change version to 2.3.0 for unstable

 ChangeLog    | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit ede2eabcb1d557b96764008fb4a541105fe6f4c9
Author: Roozbeh Pournader <roozbeh@sharif.edu>
Date:   Sat Feb 22 14:49:51 2003 +0000

    Added "fa" to ALL_LINGUAS. Added Persian translation.
    
    2003-02-22  Roozbeh Pournader  <roozbeh@sharif.edu>
    
        * configure.in: Added "fa" to ALL_LINGUAS.
        * po/fa.po: Added Persian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/fa.po     | 1871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1880 insertions(+), 1 deletion(-)

commit d1066344b797e5b079b0cc91fe965f7dab7de5b1
Author: Metin Amiroff <metin@karegen.com>
Date:   Fri Feb 21 09:32:24 2003 +0000

    Updated Azerbaijani translation.
    
    2003-02-19  Metin Amiroff  <metin@karegen.com>
    
        * az.po: Updated Azerbaijani translation.

 po/ChangeLog |   4 +
 po/az.po     | 757 ++++++++++++++++++++---------------------------------------
 2 files changed, 264 insertions(+), 497 deletions(-)

commit 6586405bcbe3cb7aa20355d9687d0709665b754c
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Thu Feb 20 05:22:49 2003 +0000

    be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.

 po/ChangeLog |   5 +
 po/be.po     | 335 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 161 insertions(+), 179 deletions(-)

commit a9e6c82033fa615640c6d7f03d9c02450944fc30
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Feb 12 04:49:37 2003 +0000

    don't rely on caller passing in a valid GError** in assertions.
    
    2003-02-12  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf.c: (gconf_engine_set),
            (gconf_engine_associate_schema): don't rely on
            caller passing in a valid GError** in assertions.

 ChangeLog     | 6 ++++++
 gconf/gconf.c | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 588a0d2dd6d85f53bcb6bcda95e970a2f1daeb39
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Wed Feb 12 02:52:31 2003 +0000

    set the schema name even when the key is set.
    
    2003-02-12  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/xml-dir.c: (listify_foreach): set the schema
            name even when the key is set.

 ChangeLog          | 5 +++++
 backends/xml-dir.c | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f2dd669a7a58bf3138c15f1304babec31743a282
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Fri Feb 7 17:16:16 2003 +0000

    TUpdate

 po/ChangeLog |  4 +++
 po/tr.po     | 89 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 49 insertions(+), 44 deletions(-)

commit 613bfb20aad4d63fd04e7c4a49ef4b0abc8d2de6
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Sat Feb 1 22:49:04 2003 +0000

    Take over

 po/ChangeLog |   4 ++
 po/tr.po     | 197 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 103 insertions(+), 98 deletions(-)

commit f0bbe9715a225dc3075c2494aa627737f1114d9e
Author: He Qiangqiang <carton@linux.net.cn>
Date:   Wed Jan 29 14:40:27 2003 +0000

    Updated Simplified Chinese translation by Xiong Jiang
    
    2003-01-29  He Qiangqiang  <carton@linux.net.cn>
    
            * zh_CN.po: Updated Simplified Chinese translation by
            Xiong Jiang <jxiong@offtopic.org>.

 po/ChangeLog |  5 ++++
 po/zh_CN.po  | 78 ++++++++++++++++++++++++++++--------------------------------
 2 files changed, 42 insertions(+), 41 deletions(-)

commit 66d4cbb26b1ca24320cf75ba8b47024a3b84af24
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Jan 27 17:31:38 2003 +0000

    Updated Ukrainian translation

 po/ChangeLog |   4 ++
 po/uk.po     | 180 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 94 insertions(+), 90 deletions(-)

commit 08ee44275f4c3055b15f0246f4198475becf96c9
Author: Gustavo Noronha Silva <gns@src.gnome.org>
Date:   Sat Jan 25 03:14:55 2003 +0000

    translation update

 po/ChangeLog |  5 +++++
 po/pt_BR.po  | 36 ++++++++++++++++++------------------
 2 files changed, 23 insertions(+), 18 deletions(-)

commit 4841a2c5cb5fe7574a5b2a17171c72f7ace3f12c
Author: Ross Burton <rburton@src.gnome.org>
Date:   Fri Jan 24 15:03:05 2003 +0000

    More comments in the schema DTD

 ChangeLog         |  4 ++++
 doc/gconf-1.0.dtd | 23 ++++++++++++++++++++---
 2 files changed, 24 insertions(+), 3 deletions(-)

commit 989bf359efd175bd34843c38509b46620df2737e
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Jan 21 22:08:47 2003 +0000

    Added "mn" to ALL_LINGUAS. Added Mongolian translation by Sanlig Badral
    
    2003-01-21  Christian Rose  <menthos@menthos.com>
    
        * configure.in: Added "mn" to ALL_LINGUAS.
        * po/mn.po: Added Mongolian translation by
        Sanlig Badral <badral@chinggis.com>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/mn.po     | 1993 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2003 insertions(+), 1 deletion(-)

commit 5efafab08cc0740d5e196e1922367002ddffb1d9
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Tue Jan 21 09:07:01 2003 +0000

    Updated Ukrainian translation

 po/ChangeLog | 4 ++++
 po/uk.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2a09ed9825849d1e290d43ec9b9629cb43ee3678
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Tue Jan 21 08:47:47 2003 +0000

    Updated Ukrainian translation

 po/uk.po | 701 +++++++++++++++++++++------------------------------------------
 1 file changed, 229 insertions(+), 472 deletions(-)

commit 9de03a45e7235829e19f221e48cbe33cf4d38d6c
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Mon Jan 20 13:47:17 2003 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 276 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 142 insertions(+), 138 deletions(-)

commit 8263ecdbf00998b2c9f77765464d0f74a1030e59
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Jan 20 00:58:06 2003 +0000

    Some fixes for problems catched in translation review.
    
    2003-01-20  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Some fixes for problems catched in translation review.

 po/ChangeLog |  4 ++++
 po/sv.po     | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 747e67f0c2ab0bf933ba20b465dcd11af55cb1c8
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Tue Jan 14 23:24:47 2003 +0000

    Updated Bulgarian translation by Alexander Shopov <al_shopov@yahoo.com>.
    
    2002-01-14  Yanko Kaneti <yaneti@declera.com>
    
        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <al_shopov@yahoo.com>.

 po/ChangeLog |   5 +
 po/bg.po     | 879 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 451 insertions(+), 433 deletions(-)

commit 7993606091fb818b48ed8c67c8fd78d2f4e76e0b
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Tue Jan 14 18:39:07 2003 +0000

    Updated Slovenian translation

 po/sl.po | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit dc96362d1ce95b52028b54e16bf7bebe060d9188
Author: Daniel Yacob <yacob@src.gnome.org>
Date:   Tue Jan 14 16:56:18 2003 +0000

    Updating Amharic translation.

 po/ChangeLog | 4 ++++
 po/am.po     | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit bf71f0a8d845244ce8f92ad8818aa969204a58a1
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jan 12 18:09:29 2003 +0000

    2.1.90
    
    2003-01-12  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: 2.1.90

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ar.po     |   99 +++--
 po/az.po     |   99 +++--
 po/be.po     |  501 ++++++++++++----------
 po/bg.po     |   99 +++--
 po/ca.po     |   58 ++-
 po/cs.po     |    2 +-
 po/da.po     |    5 +-
 po/de.po     |    2 +-
 po/el.po     |  105 +++--
 po/es.po     |  122 ++++--
 po/eu.po     |   99 +++--
 po/fi.po     |    3 +-
 po/fr.po     |    2 +-
 po/ga.po     |   85 ++--
 po/gl.po     |   99 +++--
 po/hu.po     |   96 +++--
 po/it.po     |    5 +-
 po/ja.po     |   99 +++--
 po/ko.po     |   99 +++--
 po/lv.po     | 1300 ++++++++++++++++++++++++----------------------------------
 po/ms.po     |    2 +-
 po/nl.po     |    2 +-
 po/nn.po     |   98 +++--
 po/no.po     |    5 +-
 po/pl.po     |  842 ++++++++++++++++++-------------------
 po/pt.po     |   99 +++--
 po/pt_BR.po  |   99 +++--
 po/ro.po     |   96 +++--
 po/ru.po     |  131 +++---
 po/sk.po     |   91 ++--
 po/sl.po     |   12 +-
 po/sv.po     |    2 +-
 po/tr.po     |   99 +++--
 po/uk.po     |   99 +++--
 po/vi.po     |  102 +++--
 po/zh_CN.po  |  958 ++++++++++++++++---------------------------
 po/zh_TW.po  |   99 +++--
 39 files changed, 3076 insertions(+), 2745 deletions(-)

commit f16a22ed6b42b82126bdd4d312b51ff0a01312a7
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Thu Jan 9 10:33:20 2003 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |   5 +
 po/ru.po     | 493 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 271 insertions(+), 227 deletions(-)

commit ee2146cf6bb5038ec1efa65a656eca1fc4148d1f
Author: Daniel Yacob <yacob@src.gnome.org>
Date:   Tue Jan 7 16:02:58 2003 +0000

    Updated Amharic translation.

 po/ChangeLog |  4 +++
 po/am.po     | 92 +++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 64 insertions(+), 32 deletions(-)

commit f7addaa95b98e0eeb843c9672a36d7bf0c5160a6
Author: Germán Poo Caamaño <gpoo@ubiobio.cl>
Date:   Tue Jan 7 12:36:37 2003 +0000

    Updated Spanish translation.
    
    2003-01-07  Germán Poo Caamaño <gpoo@ubiobio.cl>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |   4 ++
 po/es.po     | 200 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 95 insertions(+), 109 deletions(-)

commit cbb343dae80146697beb51a3bf6057861bf46a66
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Jan 3 12:33:41 2003 +0000

    Dutch translation updated by Tino Meinen.
    
    2003-01-03  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
        * nl.po: Dutch translation updated by Tino Meinen.

 po/ChangeLog |   4 +
 po/nl.po     | 238 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 134 insertions(+), 108 deletions(-)

commit 279d71128cf94f3036c54eea934ef1140d977579
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Wed Jan 1 23:58:05 2003 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |   5 +
 po/pl.po     | 898 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 471 insertions(+), 432 deletions(-)

commit f2eebf5a57ffb3c2cd608205556e939f286ae939
Author: Jose Maria Celorio <chema@src.gnome.org>
Date:   Sat Dec 28 09:05:33 2002 +0000

    shut cvs up

 .cvsignore    | 1 +
 configure.in  | 2 +-
 po/.cvsignore | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

commit b78524c192f906d81db5ddfe0d1d3cc25196cdb8
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Wed Dec 25 11:31:17 2002 +0000

    Added Macedonian translation

 po/mk.po | 1861 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1861 insertions(+)

commit e907a28134065fda6ee6c0b759071b90513e62ca
Author: Peteris Krisjanis <peterisk@src.gnome.org>
Date:   Sun Dec 22 17:51:05 2002 +0000

    2002-12-22  Artis Trops <hornet@navigator.lv> * lv.po: Updated Latvian translation.

 po/ChangeLog |    4 +
 po/lv.po     | 1361 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 815 insertions(+), 550 deletions(-)

commit 1a0e79cc00bc87e34b9b9149dfce06b53ee95140
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Dec 15 17:05:37 2002 +0000

    Updated French translation.

 po/ChangeLog |   4 +++
 po/fr.po     | 115 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 81 insertions(+), 38 deletions(-)

commit 73a9940df27bb739f7959b68d7514a93094ba8ae
Author: Daniel Yacob <yacob@src.gnome.org>
Date:   Sat Dec 14 04:31:27 2002 +0000

    really.

 po/am.po | 1847 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1847 insertions(+)

commit 9c66c3aab6820b2149c9e79363961c265884734e
Author: Daniel Yacob <yacob@src.gnome.org>
Date:   Sat Dec 14 04:31:14 2002 +0000

    Adding Amharic translation.

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit 6cbbccca1b9ee2f626fa43f9ebe0b8f02e833390
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Dec 10 17:59:45 2002 +0000

    Updated Slovak translation.
    
    2002-12-10  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 ++
 po/sk.po     | 205 +++++++++++++++++++++++++----------------------------------
 2 files changed, 92 insertions(+), 117 deletions(-)

commit 1e3c2bfec436dcdb8e0ec1d4b62d7daf855a0d6a
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Dec 4 06:01:48 2002 +0000

    fix a logic error causing us to deref a null pointer, reported by Brian
    
    2002-12-04  Havoc Pennington  <hp@pobox.com>
    
        * backends/markup-tree.c (markup_entry_get_value): fix
        a logic error causing us to deref a null pointer, reported
        by  Brian Alexander Quistorff

 ChangeLog              | 6 ++++++
 backends/markup-tree.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 6ec145d018319145c5cbadb688ffb37821efaf6f
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Dec 2 10:28:26 2002 +0000

    Updated the Greek translation

 po/ChangeLog |   4 +
 po/el.po     | 601 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 367 insertions(+), 238 deletions(-)

commit 87ce67dd00854cd782bcd6d25d0b2380d49b5163
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Sun Dec 1 21:19:22 2002 +0000

    Updated Finnish translation.
    
    2002-12-01  Pauli Virtanen <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 530 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 279 insertions(+), 255 deletions(-)

commit 2f991a8ab4cc0aa119ad725c734a06f89fc25f41
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sun Dec 1 18:33:14 2002 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 ++
 po/ca.po     | 177 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 96 insertions(+), 85 deletions(-)

commit 75b2677e394df286da2c7eba81f90241e69a5b4b
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Dec 1 17:13:27 2002 +0000

    Updated Danish translation.
    
    2002-12-01  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |  4 +++
 po/da.po     | 99 +++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 69 insertions(+), 34 deletions(-)

commit 646af772f5d7224ad65896a69c91643d8c1b44d4
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Tue Nov 26 02:08:56 2002 +0000

    Massive copy-paste from stable branch.
    
    2002-11-25 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
    
        * nl.po: Massive copy-paste from stable branch.

 po/ChangeLog | 70 ++++++++++++++++++++++++++++++++----------------------------
 po/nl.po     |  2 +-
 2 files changed, 38 insertions(+), 34 deletions(-)

commit 768e89861bef62daba27fc3bf728a2ea5d479d59
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Tue Nov 26 00:22:47 2002 +0000

    Updated Slovenian translation

 po/sl.po | 100 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 65 insertions(+), 35 deletions(-)

commit b24ef2424b20821b2921c935c70090d0d9819bae
Author: Michal Bukovjan <mbukovjan@src.gnome.org>
Date:   Mon Nov 25 21:38:49 2002 +0000

    Updated Czech translation.

 po/cs.po | 377 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 235 insertions(+), 142 deletions(-)

commit df6efcec3ee5b919e075bda3d3d2cdbedc480ba4
Author: Hasbullah Bin Pit <sebol@ikhlas.com>
Date:   Mon Nov 25 17:46:33 2002 +0000

    Updated Malay Translation.
    
    2002-11-25  Hasbullah Bin Pit <sebol@ikhlas.com>
    
            * ms.po: Updated Malay Translation.

 po/ChangeLog |    4 +
 po/ms.po     | 1067 +++++++++++++++++++++++-----------------------------------
 2 files changed, 433 insertions(+), 638 deletions(-)

commit 91343b5e73bf4abde2860af8f859d6c1d8741811
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Mon Nov 25 06:58:36 2002 +0000

    Convert all to UTF-8.
    
    2002-11-25  Yanko Kaneti  <yaneti@declera.com>
    
        * *.po: Convert all to UTF-8.

 po/ChangeLog |    4 +
 po/el.po     |  712 ++++++++++++++++-----------------
 po/eu.po     |    4 +-
 po/ga.po     |   24 +-
 po/gl.po     |  476 +++++++++++-----------
 po/hu.po     |  206 +++++-----
 po/lv.po     | 1267 ++++++++++++++++++++++++----------------------------------
 po/ro.po     |  264 ++++++------
 po/ru.po     |    2 +-
 po/tr.po     |  806 ++++++++++++++++++-------------------
 po/uk.po     |    2 +-
 11 files changed, 1773 insertions(+), 1994 deletions(-)

commit df4a072d3a415ac893d81367f3be63f0539f57dc
Author: Dan Mills <thunder@ximian.com>
Date:   Fri Nov 22 21:42:43 2002 +0000

    fix gtk-doc version check.
    
    2002-11-22  Dan Mills  <thunder@ximian.com>
    
        * configure.in: fix gtk-doc version check.

 ChangeLog    |  4 ++++
 configure.in | 22 +++++++++++++++-------
 2 files changed, 19 insertions(+), 7 deletions(-)

commit 8845dfb57fcc954aaed7253da607eaa68ee4d816
Author: Christopher R. Gabriel <cgabriel@src.gnome.org>
Date:   Thu Nov 21 10:59:19 2002 +0000

    updated italian translation

 po/ChangeLog |   4 +
 po/it.po     | 846 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 546 insertions(+), 304 deletions(-)

commit 8b404731a56b449a6669339998d1a93e6fbb6760
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Sat Nov 9 05:12:01 2002 +0000

    be.po: Updated Belarusian translation from Belarusian team <i18n@infonet.by>.

 po/ChangeLog |   10 +
 po/be.po     | 2375 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2385 insertions(+)

commit 3b7b857ef13146971b96fac963d0fbab2946cc66
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Sat Nov 9 04:59:09 2002 +0000

    configure.in: Added Belarusian (be) to ALL_LINGUAS.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2d27bb9cd2b69a0e42e497ad2d9bdc4c6aeb4412
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Nov 2 15:36:36 2002 +0000

    fix using the wrong type (value->type not value->list_type) in an error
    
    2002-11-02  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c
        (gconf_value_list_to_primitive_list_destructive): fix using the
        wrong type (value->type not value->list_type) in an error message,
        #96210

 ChangeLog               | 7 +++++++
 gconf/gconf-internals.c | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit f563d4247399fbe41e0f50ae5021e674d6740dfd
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu Oct 24 14:39:08 2002 +0000

    Convert to UTF-8

 po/nn.po | 134 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 67 insertions(+), 67 deletions(-)

commit d2dae73f308f83d35b1aaefbd38d99572b014c1a
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Oct 18 06:25:33 2002 +0000

    patch from Benn Vosseteig fixing a crash with a long path to $HOME
    
    2002-10-18  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c (subst_variables): patch from
        Benn Vosseteig fixing a crash with a long path to $HOME

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 831e944b3cc0df82b94621d50151cd42a2f65ebc
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Mon Sep 30 02:08:37 2002 +0000

    Some additions to match the full range of schema elements curently
    
    2002-09-30  Yanko Kaneti <yaneti@declera.com>
    
        * doc/gconf/gconf.sgml:
            * doc/gconf-1.0.dtd: Some additions to match the full range of schema
            elements curently accepted by gconftool. Supposedly complete now.

 ChangeLog            | 6 ++++++
 doc/gconf-1.0.dtd    | 8 +++++++-
 doc/gconf/gconf.sgml | 8 +++++++-
 3 files changed, 20 insertions(+), 2 deletions(-)

commit ea48272845cfc55cfd09acbf42d1481bdce431e6
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Sep 21 11:35:19 2002 +0000

    Updated Swedish translation.
    
    2002-09-21  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |  4 +++
 po/sv.po     | 98 ++++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 69 insertions(+), 33 deletions(-)

commit 79f451bbade3902400ae34b3dc3000c7a79a1883
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Sep 20 19:24:50 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-09-20  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |  4 +++
 po/no.po     | 92 ++++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 66 insertions(+), 30 deletions(-)

commit 6ea28100348ef1c26a461ed7d4d55db2a27b27f2
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Fri Sep 20 19:07:08 2002 +0000

    updated Vietnamese file

 po/ChangeLog |   4 ++
 po/vi.po     | 177 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 96 insertions(+), 85 deletions(-)

commit 818645e856670d6d1162698473b8c3f8fcf3b3fa
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Fri Sep 20 11:42:40 2002 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 833 +++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 582 insertions(+), 255 deletions(-)

commit b839e3a1b988ef6d9fc9c03b1dd16a37105e5185
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Thu Sep 19 04:40:15 2002 +0000

    change the gconf-1.0.dtd install location to $(datadir)/sgml/gconf which
    
    2002-09-18  Yanko Kaneti <yaneti@declera.com>
    
            * doc/Makefile.am: change the gconf-1.0.dtd install location to
            $(datadir)/sgml/gconf which sounds more standards compliant.

 ChangeLog       | 5 +++++
 doc/Makefile.am | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 2c9028991dafb0336d5004c281e0640a9c8af2f7
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Sep 19 02:54:37 2002 +0000

    add FIXME about GCONF_LOCAL_LOCKS
    
    2002-09-18  Havoc Pennington  <hp@pobox.com>
    
        * backends/markup-backend.c (resolve_address): add FIXME about
        GCONF_LOCAL_LOCKS

 ChangeLog                 | 5 +++++
 backends/markup-backend.c | 5 +++++
 2 files changed, 10 insertions(+)

commit 632ec2a009a12ab5f1b6172f4f2de9112ee787a9
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Sep 19 02:49:09 2002 +0000

    Merge gconf-markup-hacking branch
    
    2002-09-18  Havoc Pennington  <hp@pobox.com>
    
            Merge gconf-markup-hacking branch
    
        * tests/testbackend.c: add a test for backends
    
        * gconf/gconftool.c (extract_global_info): add more error
        checking, adding more error strings
    
        * gconf/gconf-schema.c (gconf_schema_validate): do some more
        validation with error strings that couldn't be added to stable
        branch
    
        * backends/xml-dir.c: fix quoting in error string
    
        * backends/xml-backend.c (resolve_address): fix quoting in error
        string
    
        * backends/markup-tree.c: make it work
    
        * backends/markup-backend.c: make it work
    
        * backends/Makefile.am (libgconfbackend_markup_la_SOURCES): add
        markup-backend.c

 ChangeLog                 |   25 +
 backends/Makefile.am      |    1 +
 backends/markup-backend.c |  632 +++++++++++++--------
 backends/markup-tree.c    | 1344 +++++++++++++++++++++++++++++++++++++++++----
 backends/markup-tree.h    |   32 +-
 backends/xml-backend.c    |    6 +-
 backends/xml-dir.c        |    4 +-
 gconf/gconf-schema.c      |   19 +
 gconf/gconftool.c         |   19 +
 tests/Makefile.am         |    6 +-
 tests/testbackend.c       | 1329 ++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 3040 insertions(+), 377 deletions(-)

commit 5f5feaba26d700aeb3213907c36044dba16e6800
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Thu Sep 19 02:33:58 2002 +0000

    Introduce --disable-schemas-install and the GCONF_SCHEMAS_INSTALL
    
    2002-09-18  Yanko Kaneti <yaneti@declera.com>
    
            * gconf.m4.in: Introduce --disable-schemas-install and the
            GCONF_SCHEMAS_INSTALL conditional, which allows disabling
            the schemas installation given the package decides to support it.
    
        * doc/Makefile.am:
            * doc/gconf/gconf.sgml:
        * doc/gconf-1.0.dtd (ADDED): formal dtd for the schema files.
        Not yet complete. Installed in $(pkgdatadir)/xml/gconf/ for now.

 ChangeLog            | 11 +++++++++++
 doc/Makefile.am      |  8 +++++++-
 doc/gconf-1.0.dtd    | 22 ++++++++++++++++++++++
 doc/gconf/gconf.sgml |  5 +++--
 gconf-2.m4.in        |  9 +++++++++
 gconf.m4.in          |  9 +++++++++
 6 files changed, 61 insertions(+), 3 deletions(-)

commit e64c2c0ef3c3b64d62781e386d8f5da0fcdb0f05
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Sep 19 02:19:48 2002 +0000

    bump to 2.1.0, to get in sync with gnome and allow identifying HEAD
    
    2002-09-18  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: bump to 2.1.0, to get in sync with gnome and allow
        identifying HEAD

 ChangeLog    | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit c9890fda66390fad14516f815ab9d33e686590d7
Author: Hasbullah Bin Pit <sebol@ikhlas.com>
Date:   Mon Sep 16 17:39:46 2002 +0000

    Updated Malay Translation.
    
    2002-09-16  Hasbullah Bin Pit <sebol@ikhlas.com>
    
            * ms.po: Updated Malay Translation.

 po/ChangeLog |   4 +
 po/ms.po     | 966 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 602 insertions(+), 368 deletions(-)

commit 39ddd9da83ecc058cd05b3136038e2512736fb13
Author: jacob berkman <jacob@ximian.com>
Date:   Mon Sep 9 20:13:47 2002 +0000

    rename GConf.idl to GConfX.idl in order to build on non-case-sensitive
    
    2002-09-09  jacob berkman  <jacob@ximian.com>
    
        * gconf/GConf.idl:
        * gconf/GConfX.idl:
        * gconf/Makefile.am:
        * gconf/gconf-database.h:
        * gconf/gconf-internals.h:
        * gconf/gconf.c:
        * gconf/gconfd.c:
        * gconf/gconfd.h: rename GConf.idl to GConfX.idl in order to build
        on non-case-sensitive file systems

 ChangeLog               |  12 +++
 gconf/GConf.idl         | 263 ------------------------------------------------
 gconf/Makefile.am       |   8 +-
 gconf/gconf-database.h  |   2 +-
 gconf/gconf-internals.h |   2 +-
 gconf/gconf.c           |   2 +-
 gconf/gconfd.c          |   2 +-
 gconf/gconfd.h          |   2 +-
 8 files changed, 21 insertions(+), 272 deletions(-)

commit 4793795f4f8a3c46de6ab2140412850d58270b6e
Author: Peteris Krisjanis <peterisk@src.gnome.org>
Date:   Fri Sep 6 14:24:50 2002 +0000

    2002-09-06  Peteris Krisjanis <peteris.krisjanis@os.lv> * configure.in: Added Latvian (lv) to ALL_LINGUAS

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit f2fa20c88afe3cb511be2adfafd6a46404d6c1cf
Author: Peteris Krisjanis <peterisk@src.gnome.org>
Date:   Fri Sep 6 14:24:02 2002 +0000

    2002-09-06  Peteris Krisjanis <peteris.krisjanis@os.lv> Added Latvian (lv) to ALL_LINGUAS

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e4ecb69c796961a48759794fec754c8a2c149a53
Author: Peteris Krisjanis <peterisk@src.gnome.org>
Date:   Fri Sep 6 14:20:44 2002 +0000

    2002-09-06  Peteris Krisjanis <peteris.krisjanis@os.lv> * lv.po: Added Latvian translation by Artis Trops

 po/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit 2709f4d605cbc0b1e8b51f103d73441390342472
Author: Peteris Krisjanis <peterisk@src.gnome.org>
Date:   Fri Sep 6 14:15:54 2002 +0000

    2002-09-06  Peteris Krisjanis <peteris.krisjanis@os.lv> Updated Latvian translation by Artis Trops

 po/lv.po | 2215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2215 insertions(+)

commit bb53c879ec7049a52767a7c5402e58c5b51879d5
Author: He Qiangqiang <carton@linux.net.cn>
Date:   Wed Sep 4 10:01:56 2002 +0000

    Updated Simplified Chinese translation by Sun G11n
    
    2002-09-04  He Qiangqiang  <carton@linux.net.cn>
    
        * zh_CN.po: Updated Simplified Chinese translation by
        Sun G11n <gnome_int_l10n@ireland.sun.com>.

 po/ChangeLog |   5 +
 po/zh_CN.po  | 942 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 749 insertions(+), 198 deletions(-)

commit 89d9a26bf9674270681c363cd8ba4bab41d88b1a
Author: Stanislav Brabec <utx@src.gnome.org>
Date:   Thu Aug 22 19:28:06 2002 +0000

    Small fix of last commit. Changed e-mail in ChangeLog.

 po/ChangeLog |  2 +-
 po/cs.po     | 34 +++++++++++++++++-----------------
 2 files changed, 18 insertions(+), 18 deletions(-)

commit 164caa9952bf1e5cde6b51e9ae05fbdc770fc02d
Author: Stanislav Brabec <utx@src.gnome.org>
Date:   Wed Aug 21 23:11:45 2002 +0000

    Updated Czech translation.

 po/ChangeLog |   5 +
 po/cs.po     | 946 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 508 insertions(+), 443 deletions(-)

commit 54e11b4880a06e47cf054382ba656f99a390d314
Author: Isam Bayazidi <isam@src.gnome.org>
Date:   Sun Aug 18 09:30:38 2002 +0000

    Arabic Translation

 po/ar.po | 400 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 215 insertions(+), 185 deletions(-)

commit 47f583018b87ea516a75b1027bcd68c7d2ac42a7
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sat Aug 17 22:10:30 2002 +0000

    Fixed German translation.

 po/ChangeLog |   4 +
 po/de.po     | 782 +++++++++++++++++------------------------------------------
 2 files changed, 233 insertions(+), 553 deletions(-)

commit 956773cf97959fb28fb4526b3de35c0d98584929
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Aug 13 00:36:42 2002 +0000

    Fixed Swedish translation.
    
    2002-08-13  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Fixed Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 24 ++++++++++++------------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit 6d7e7351ac114756bf42d1f0cdf20db84bbbd275
Author: Nam SungHyun <namsh@src.gnome.org>
Date:   Tue Aug 6 08:26:49 2002 +0000

    updated to 1.2.1

 po/ko.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f3f40f01a5d163833670dd7b7144ea681615695e
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Aug 4 18:29:00 2002 +0000

    1.2.1

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/ar.po     | 131 +++++------
 po/az.po     | 131 +++++------
 po/bg.po     | 103 ++++-----
 po/ca.po     | 147 ++++++------
 po/cs.po     | 131 +++++------
 po/da.po     | 143 ++++++------
 po/de.po     | 103 ++++-----
 po/el.po     | 131 +++++------
 po/es.po     | 147 ++++++------
 po/eu.po     | 131 +++++------
 po/fi.po     | 145 ++++++------
 po/fr.po     |  36 +--
 po/ga.po     | 131 +++++------
 po/gl.po     | 131 +++++------
 po/hu.po     | 131 +++++------
 po/it.po     | 131 +++++------
 po/ja.po     | 131 +++++------
 po/ko.po     |  36 +--
 po/ms.po     | 149 ++++++------
 po/nl.po     | 145 ++++++------
 po/nn.po     | 131 +++++------
 po/no.po     | 143 ++++++------
 po/pl.po     | 147 ++++++------
 po/pt.po     | 111 +++++----
 po/pt_BR.po  | 147 ++++++------
 po/ro.po     | 131 +++++------
 po/ru.po     | 147 ++++++------
 po/sk.po     | 144 ++++++------
 po/sl.po     | 147 ++++++------
 po/sv.po     |  36 +--
 po/tr.po     | 131 +++++------
 po/uk.po     | 745 ++++++++++++++++++++++++++++++++++++++---------------------
 po/vi.po     | 237 ++++++++++---------
 po/zh_CN.po  | 131 +++++------
 po/zh_TW.po  | 143 ++++++------
 37 files changed, 2565 insertions(+), 2576 deletions(-)

commit e8da0ad46f56001cbce17e008c1d1769a1ea7148
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Aug 4 17:44:16 2002 +0000

    fixme comment

 gconf/gconf-internals.c | 1 +
 1 file changed, 1 insertion(+)

commit 54ac7db5849d64f01ee311af3a46e69a6a63b5b3
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Mon Jul 29 20:49:21 2002 +0000

    Committed updated translation.

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit a507100d2c1486c680545ec8a2cb6b4d3e76f637
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Jul 27 23:41:07 2002 +0000

    Updated rench translation.

 po/ChangeLog |   5 +
 po/fr.po     | 584 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 300 insertions(+), 289 deletions(-)

commit 8041935855cceb9497b42b5a90eae0db36919717
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jul 27 16:58:51 2002 +0000

    Updated Swedish translation and merged the changes from Sun that made
    
    2002-07-27  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation and merged the changes
        from Sun that made sense.

 po/ChangeLog |   5 ++
 po/sv.po     | 174 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 91 insertions(+), 88 deletions(-)

commit 9ed6d240219e40e161d3c0fca8232bb99708ec3a
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Fri Jul 26 18:05:18 2002 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |   4 ++
 po/ko.po     | 128 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 64 insertions(+), 68 deletions(-)

commit 6cbab4a32fba57e33e2db6245ef3d85d8583c7b2
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sun Jul 21 11:36:00 2002 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |  4 ++++
 po/ko.po     | 72 +++++++++++++++++++++++++++---------------------------------
 2 files changed, 36 insertions(+), 40 deletions(-)

commit abc7513224e5322992b7cfce07e7cb5deb974709
Author: Brian Cameron <bcameron@src.gnome.org>
Date:   Fri Jul 12 14:15:57 2002 +0000

    gconf/gconfd.c Removed reference to gnome_segv2 since it was not used.
    
        * gconf/gconfd.c
        Removed reference to gnome_segv2 since it was not used.

 ChangeLog      |  7 +++++-
 gconf/gconfd.c | 76 ----------------------------------------------------------
 2 files changed, 6 insertions(+), 77 deletions(-)

commit 497ce4591a41dc65699aa3aae640ce448c464ed2
Author: Brian Cameron <bcameron@src.gnome.org>
Date:   Thu Jul 11 10:44:19 2002 +0000

    gconf-2.0.pc.in gconf.spec.in gconf/Makefile.am gconf/gconfd.c
    
        * gconf-2.0.pc.in
        * gconf.spec.in
        * gconf/Makefile.am
        * gconf/gconfd.c
        * gconf/gconf-internals
        Now install gconfd-2 and gconf-sanity-check-2 in libexec

 ChangeLog               | 9 +++++++++
 gconf-2.0.pc.in         | 1 +
 gconf.spec.in           | 2 +-
 gconf/Makefile.am       | 4 +++-
 gconf/gconf-internals.c | 2 +-
 gconf/gconfd.c          | 4 ++--
 6 files changed, 17 insertions(+), 5 deletions(-)

commit 851bb987f194e06f1031b47db13d2ce0ca36ffbd
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jul 9 00:10:19 2002 +0000

    fix silly with addresses list.
    
    2002-07-09  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconfd.c: (obtain_database): fix
            silly with addresses list.

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 4acf2f2352a41ac6f87aa98f964f1f95915a5020
Author: Manuel Borchers <webmaster@matronix.de>
Date:   Mon Jul 8 11:20:07 2002 +0000

    Updated German translation.
    
    2002-07-08  Manuel Borchers  <webmaster@matronix.de>
    
            * de.po: Updated German translation.

 po/ChangeLog |   4 ++
 po/de.po     | 122 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 66 insertions(+), 60 deletions(-)

commit 8f60f74013a69de5b483cc4bd5cba59a4f135f93
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jul 5 03:31:56 2002 +0000

    close our FILE* when we're done. Reported by Michael.
    
    2002-07-04  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c (logfile_read): close our FILE* when we're done.
        Reported by Michael.

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 2 ++
 2 files changed, 7 insertions(+)

commit 1a5acf1a51d052b9703aaf6d5983d16603aa98a8
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Wed Jul 3 23:26:30 2002 +0000

    Added Bulgarian (bg).
    
    2002-07-03  Yanko Kaneti <yaneti@declera.com>
    
       * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
    
    po/
    
       * bg.po (added): Bulgarian translation by
       Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bg.po     | 2023 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2033 insertions(+), 1 deletion(-)

commit 17d8b52d1aa36df4f6663d8f3d753a138f5b44e0
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Tue Jul 2 08:03:38 2002 +0000

    Updated Ukrainian translation

 po/uk.po | 621 ++++++++++++++++++++-------------------------------------------
 1 file changed, 199 insertions(+), 422 deletions(-)

commit 1bc51724eee7a49b6f281caad0cb979f6ba9dcbc
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Mon Jun 24 17:48:13 2002 +0000

    Updated traditional Chinese translation from Ben Wu <hpwu@redhat.com>
    
    2002-06-25  Abel Cheung  <maddog@linux.org.hk>
    
        * zh_TW.po: Updated traditional Chinese translation from
        Ben Wu <hpwu@redhat.com>

 po/ChangeLog |   5 ++
 po/zh_TW.po  | 161 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 93 insertions(+), 73 deletions(-)

commit 3e255dfc435c36bde16cea21d5393834e220e4ef
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Mon Jun 24 17:01:07 2002 +0000

    Remove glib-gettextize generated file. Remove non-existant files, add
    
    2002-06-25  Abel Cheung  <maddog@linux.org.hk>
    
        * Makefile.in.in: Remove glib-gettextize generated file.
        * POTFILES.skip: Remove non-existant files, add server.in files
        which needn't be translated.

 po/ChangeLog      |   6 ++
 po/Makefile.in.in | 243 ------------------------------------------------------
 po/POTFILES.skip  |   8 +-
 3 files changed, 10 insertions(+), 247 deletions(-)

commit 61a4004f6dd3b4ecc8d326142d2d735e4b791ad4
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Wed Jun 19 22:40:25 2002 +0000

    Updated French translation.

 po/ChangeLog |   4 +
 po/fr.po     | 588 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 298 insertions(+), 294 deletions(-)

commit 092a3f225091e9e4294e8eb86613170017945ae0
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Jun 17 02:42:54 2002 +0000

    don't propagate nonexistent errors, fixes a warning.
    
    2002-06-16  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-sources.c (gconf_sources_recursive_unset): don't
        propagate nonexistent errors, fixes a warning.

 ChangeLog             | 5 +++++
 gconf/gconf-sources.c | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 0c99201aadf8742bbf11fb3d8b5a83cc680cff32
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Jun 15 18:16:04 2002 +0000

    Updated Portuguese translation.
    
    2002-06-15  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |  4 +++
 po/pt.po     | 86 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 47 insertions(+), 43 deletions(-)

commit c4f4967c645624856c3ede0bdc24e2b896449e08
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sat Jun 15 16:03:01 2002 +0000

    Updated Slovenian translation

 po/sl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dcf344ecf5aaa3ad7deef470fe72b394950c0c31
Author: Hidetoshi Tajima <tajima@src.gnome.org>
Date:   Fri Jun 14 20:29:42 2002 +0000

    include <locale.h> for setlocale.
    
        * gconf/gconfd.c: include <locale.h> for setlocale.

 ChangeLog      | 4 ++++
 gconf/gconfd.c | 1 +
 2 files changed, 5 insertions(+)

commit efd4d77f8593d6ff88793dd614e552c79203ac0f
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Thu Jun 13 05:48:22 2002 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog | 4 ++++
 po/ko.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit d8f540edf69085e924485960b9fe5dd343189a7d
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Wed Jun 12 16:11:24 2002 +0000

    updated Vietnamese file

 po/ChangeLog |   4 ++
 po/vi.po     | 126 +++++++++++++++++++++++------------------------------------
 2 files changed, 53 insertions(+), 77 deletions(-)

commit 585e82744670f1febb757c30007c9e216f47de9e
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Jun 12 02:47:23 2002 +0000

    version 1.2.0
    
    2002-06-11  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: version 1.2.0
    
        * README, NEWS, AUTHORS: update

 AUTHORS      |   1 +
 ChangeLog    |   6 +
 NEWS         |   2 +-
 README       |  13 +-
 configure.in |   2 +-
 po/da.po     |   2 +-
 po/es.po     | 303 +++++++++++++---------
 po/fi.po     | 276 +++++++++-----------
 po/ms.po     |   2 +-
 po/nl.po     |   2 +-
 po/no.po     |   2 +-
 po/pl.po     | 834 +++++++++++++++++++++++++++++------------------------------
 po/pt_BR.po  | 109 ++++++--
 po/ru.po     |   2 +-
 po/sk.po     |  81 ++++--
 po/sl.po     |   2 +-
 po/sv.po     |   2 +-
 po/uk.po     | 623 ++++++++++++++++++++++++++++++--------------
 18 files changed, 1316 insertions(+), 948 deletions(-)

commit fab5a30f4dd561b58d4dd41824e7b69fc4fb42d2
Author: Gustavo Noronha Silva <gns@src.gnome.org>
Date:   Tue Jun 11 06:26:13 2002 +0000

    error fixes

 po/pt_BR.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 89b8277f62cafdd7ff0749d476a05bb187892475
Author: Gustavo Noronha Silva <gns@src.gnome.org>
Date:   Tue Jun 11 06:23:46 2002 +0000

    updating translation, encoding as UTF-8

 po/pt_BR.po | 616 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 301 insertions(+), 315 deletions(-)

commit a9426dbeeaf942d96d0c6644fd07e969805484f9
Author: Hasbullah Bin Pit <sebol@ikhlas.com>
Date:   Mon Jun 10 21:35:13 2002 +0000

    Updated Malay Translation.
    
    2002-06-10  Hasbullah Bin Pit <sebol@ikhlas.com>
    
    * ms.po: Updated Malay Translation.

 po/ChangeLog |   4 ++
 po/ms.po     | 122 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 60 insertions(+), 66 deletions(-)

commit 4a422a84b3b0ff17bc31eaec212586e82f7535a7
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Jun 9 19:56:33 2002 +0000

    Updated Slovenian translation

 po/sl.po | 462 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 233 insertions(+), 229 deletions(-)

commit 8943c841490e5452e799ad59a7d1f168ebd24135
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Fri Jun 7 20:50:21 2002 +0000

    Updated Slovenian translation

 po/sl.po | 122 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 65 insertions(+), 57 deletions(-)

commit 755eb4c8d380bcfee0ba2590695a753b7b8644d4
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Fri Jun 7 19:58:54 2002 +0000

    Updated Slovenian translation

 po/sl.po | 528 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 258 insertions(+), 270 deletions(-)

commit ec6325f33f014ec5bee04bc78e1ef7649ca19690
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Jun 7 18:03:21 2002 +0000

    Dutch translation updated by Tino Meinen.
    
    2002-06-07 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
        * nl.po: Dutch translation updated by Tino Meinen.

 po/ChangeLog |   4 +
 po/nl.po     | 295 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 151 insertions(+), 148 deletions(-)

commit 5a59faf852b1589ea74cf8b055e1c3bd9bd4c16c
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Thu Jun 6 06:25:44 2002 +0000

    Updated Ukrainian translation

 po/uk.po | 181 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 86 insertions(+), 95 deletions(-)

commit d7bfe771e322b246903c4d78a7ce3266f9f5f39b
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Thu Jun 6 05:57:01 2002 +0000

    Updated Ukrainian translation

 po/uk.po | 67 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

commit f80215ccb032b1e94a9c4bdd6cec202ec73abd1f
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Jun 5 09:39:40 2002 +0000

    Updated Ukrainian translation

 po/uk.po | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit bcc3e0fab813859b9fae79bd45cf482883eb6773
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Jun 5 05:53:05 2002 +0000

    Updated Ukrainian translation

 po/uk.po | 576 +++++++++++++++++++++------------------------------------------
 1 file changed, 187 insertions(+), 389 deletions(-)

commit c19dc52a786fb67c0c5734b6beb9757a638da072
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Tue Jun 4 16:00:33 2002 +0000

    ru.po: Updated Russian translation.

 po/ChangeLog |  4 ++++
 po/ru.po     | 16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit e46506c90b5b9bdab2132c7342c56107e34d1ca6
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Tue Jun 4 14:04:21 2002 +0000

    Updated Catalan translation.

 po/ChangeLog |   4 +
 po/ca.po     | 698 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 353 insertions(+), 349 deletions(-)

commit 201d89b062c51abc36395d45951b2a574e62be9e
Author: Ole Laursen <olau@hardworking.dk>
Date:   Tue Jun 4 10:17:35 2002 +0000

    Updated Danish translation.
    
    2002-06-04  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog | 4 ++++
 po/da.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 6add463c47a1240e3dcbf2471bb7f7fbb13e30fa
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Jun 4 08:24:17 2002 +0000

    Updated Slovak translation.
    
    2002-06-04  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |  4 +++
 po/sk.po     | 91 +++++++++++++++++++++++-------------------------------------
 2 files changed, 38 insertions(+), 57 deletions(-)

commit 132d32f842f76af6505623344b8ca2a003d85a11
Author: Germn Poo Caamao <gpoo@ubiobio.cl>
Date:   Mon Jun 3 23:23:07 2002 +0000

    Updated Spanish translation.
    
    2002-06-03  Germn Poo Caamao <gpoo@ubiobio.cl>
    
        * es.po: Updated Spanish translation.

 po/ChangeLog |   4 +
 po/es.po     | 620 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 297 insertions(+), 327 deletions(-)

commit 08422d30c774dfde37115ff164c4922d85edfff6
Author: Carlos Perell Marn <carlos@gnome-db.org>
Date:   Mon Jun 3 19:06:28 2002 +0000

    Finished the translation.
    
    2002-06-03  Carlos Perell Marn <carlos@gnome-db.org>
    
        * es.po: Finished the translation.

 po/ChangeLog | 4 ++++
 po/es.po     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 3de8c9959f32f7b7024ad626463c0f86fadb2f3a
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Mon Jun 3 16:43:33 2002 +0000

    Updated Finnish translation.
    
    2002-06-03  Pauli Virtanen <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 337 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 170 insertions(+), 171 deletions(-)

commit 4484344d8feb70aeb663f54a39912bb158cec6b9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jun 3 14:52:59 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-06-03  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog | 4 ++++
 po/no.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 80f57c8d7cdfff66b3adb1d7f5524338daf4d893
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Mon Jun 3 14:47:16 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |   5 +
 po/pl.po     | 854 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 432 insertions(+), 427 deletions(-)

commit 4f417791202cf0f3fcad132fb87f7a2265462161
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Jun 3 09:24:06 2002 +0000

    Updated Swedish translation.
    
    2002-06-03  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog | 4 ++++
 po/sv.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 7ce8d365de250d6d21f3daac1f313c1b263fc280
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Jun 3 02:42:54 2002 +0000

    1.1.11 distcheck

 po/ar.po    |  462 ++++++++++++------------
 po/az.po    |  462 ++++++++++++------------
 po/ca.po    |  717 ++++++++++++++++++-------------------
 po/cs.po    |  462 ++++++++++++------------
 po/da.po    |  462 ++++++++++++------------
 po/de.po    |  462 ++++++++++++------------
 po/el.po    |  462 ++++++++++++------------
 po/es.po    |  462 ++++++++++++------------
 po/eu.po    |  462 ++++++++++++------------
 po/fi.po    |  462 ++++++++++++------------
 po/fr.po    |  462 ++++++++++++------------
 po/ga.po    |  462 ++++++++++++------------
 po/gl.po    |  462 ++++++++++++------------
 po/hu.po    |  462 ++++++++++++------------
 po/it.po    |  462 ++++++++++++------------
 po/ja.po    |  462 ++++++++++++------------
 po/ko.po    |  462 ++++++++++++------------
 po/ms.po    |  462 ++++++++++++------------
 po/nl.po    |  462 ++++++++++++------------
 po/nn.po    |  462 ++++++++++++------------
 po/no.po    |  462 ++++++++++++------------
 po/pl.po    |  462 ++++++++++++------------
 po/pt.po    |  462 ++++++++++++------------
 po/pt_BR.po |  462 ++++++++++++------------
 po/ro.po    |  462 ++++++++++++------------
 po/ru.po    |  462 ++++++++++++------------
 po/sk.po    |  462 ++++++++++++------------
 po/sl.po    |  528 +++++++++++++--------------
 po/sv.po    |  462 ++++++++++++------------
 po/tr.po    |  462 ++++++++++++------------
 po/uk.po    | 1139 ++++++++++++++++++++++-------------------------------------
 po/vi.po    |  970 +++++++++++++++++++++++++++-----------------------
 po/zh_CN.po |  462 ++++++++++++------------
 po/zh_TW.po |  462 ++++++++++++------------
 34 files changed, 8579 insertions(+), 8635 deletions(-)

commit 272b115b57bf99cb344edf69f0b43f6f5c3e3011
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Jun 3 02:36:26 2002 +0000

    add --version argument, #79555, involves a help string but it should be OK
    
    2002-06-02  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconftool.c: add --version argument, #79555, involves a
        help string but it should be OK if this string isn't translated.
    
        * gconf/gconf-client.c (gconf_client_get): add some
        g_return_if_fail, #74984
        (gconf_client_key_is_writable): handle NULL entry,
        #75503
    
        * gconf/gconfd.c (gconf_handle_segv): disable bug-buddy for now,
        too much recursion danger.
    
        * gconf/gconf-internals.c, gconf/gconfd.c: replace isspace() with
        g_ascii_isspace, bug #70945
    
        * gconf/gconf-value.c (gconf_value_new): init i18n here
    
        * gconf/gconf.c (gconf_engine_blank): init i18n here
    
        * gconf/gconftool.c (main): init i18n here, call textdomain
    
        * gconf/gconfd.c (main): init i18n here, and call setlocale and
        textdomain
    
        * gconf/gconf-internals.c (_gconf_init_i18n): function to call
        from various places
        (gconf_orb_get): init i18n here
    
        * configure.in: require ORBit 2.4.0, linc 0.5.0,
    
        bump version to 1.1.11
    
        fix setting of gconflocaledir (there was a typo,
        gtklocaledir instead of gconflocaledir)
    
        check for bind_textdomain_codeset
    
        * backends/Makefile.am (noinst_LTLIBRARIES): make markup lib
        noinst for now, until we merge back the gconf-markup-hacking
        branch post-string-freeze

 ChangeLog                        | 42 ++++++++++++++++++++++++++++++++++++++++
 backends/Makefile.am             |  3 ++-
 configure.in                     |  9 ++++++---
 doc/gconf/tmpl/gconf-schema.sgml | 13 -------------
 doc/gconf/tmpl/gconf-value.sgml  | 12 +-----------
 gconf/gconf-client.c             | 17 ++++++++++++----
 gconf/gconf-internals.c          | 26 ++++++++++++++++++-------
 gconf/gconf-internals.h          |  2 ++
 gconf/gconf-value.c              |  9 ++++++++-
 gconf/gconf.c                    |  2 ++
 gconf/gconfd.c                   | 18 +++++++++++------
 gconf/gconftool.c                | 18 +++++++++++++++++
 12 files changed, 125 insertions(+), 46 deletions(-)

commit 7f6ce54de0886bf6656d9197730b25633f29c8c0
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Sun Jun 2 13:40:43 2002 +0000

    Updated Catalan file

 po/ChangeLog |    5 +
 po/ar.po     |    2 +-
 po/ca.po     | 1157 +++++++++++++++++++++++++++++++++-------------------------
 3 files changed, 661 insertions(+), 503 deletions(-)

commit 121d0c3e4c73322f5adaf7702656cc5f324bf704
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jun 2 05:49:08 2002 +0000

    avoid zombie directory cruft by aggressively redoing the resync anytime we
    
    2002-06-02  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-cache.c (cache_sync): avoid zombie directory cruft by
        aggressively redoing the resync anytime we delete a subdir, which
        might enable a parent dir to also be deleted.

 ChangeLog            |  6 ++++++
 backends/xml-cache.c | 16 +++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

commit b3d85e303a917c36e92976b5867cdc5589b74d84
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jun 2 05:26:26 2002 +0000

    don't leave a dir marked nonexistent after creating it
    
    2002-06-02  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-cache.c (cache_lookup): don't leave a dir marked
        nonexistent after creating it
        (cache_set_nonexistent): remove hash entry _before_ freeing
        the current key. Should fix assorted "gconf loses my settings"
        kind of bugs.
    
        * backends/xml-dir.c (dir_sync): don't try to delete the root dir,
        should fix some warnings.

 ChangeLog            | 11 +++++++++++
 backends/xml-cache.c |  4 +++-
 backends/xml-dir.c   | 13 ++++++++-----
 3 files changed, 22 insertions(+), 6 deletions(-)

commit 037705723e715da5eb23589d0b340aae3c2c3080
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jun 1 19:29:59 2002 +0000

    Updated Swedish translation.
    
    2002-06-01  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit b8e843ba388f75b5224f1dab5aaa8be9da4716e4
Author: Carlos Perell Marn <carlos@gnome-db.org>
Date:   Sat Jun 1 14:11:47 2002 +0000

    Recoded as UTF-8
    
    2002-06-01  Carlos Perell Marn <carlos@gnome-db.org>
    
        * es.po: Recoded as UTF-8

 po/ChangeLog |   4 +
 po/es.po     | 590 ++++++++++++++++++++++-------------------------------------
 2 files changed, 219 insertions(+), 375 deletions(-)

commit 5e7422caaa994b43c09f58a439a37745f3bf7c61
Author: Isam Bayazidi <isam@src.gnome.org>
Date:   Fri May 31 20:40:46 2002 +0000

    adding a no accelerator PO

 po/ar.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f390d6ee899ed3e445239bb362da9c84e8d76df5
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Tue May 28 11:14:36 2002 +0000

    Updating spanish translations

 po/ChangeLog |  4 ++++
 po/es.po     | 48 ++++++++++++++++++++++++++++++++++++------------
 2 files changed, 40 insertions(+), 12 deletions(-)

commit e9a2a8a9aab2527199e600cef375844c20a1ab86
Author: Hasbullah Bin Pit <sebol@ikhlas.com>
Date:   Mon May 27 19:26:55 2002 +0000

    Added Malay (ms)to ALL_LINGUAS. Added Malay Translation.
    
    2002-05-27  Hasbullah Bin Pit <sebol@ikhlas.com>
    
            * configure.in: Added Malay (ms)to ALL_LINGUAS.
            * po/ms.po: Added Malay Translation.

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ms.po     | 1914 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1924 insertions(+), 1 deletion(-)

commit ebc4f77a8e006e11792b32eda2280e75ac60393b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon May 27 05:22:13 2002 +0000

    skip the markup-backend for translation for now

 po/POTFILES.skip | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit a751a6ea18b96a593859a8df9f95418feef18cf0
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon May 27 05:06:31 2002 +0000

    implement all the tree reading stuff, need to implement
    
    2002-05-27  Havoc Pennington  <hp@pobox.com>
    
        * backends/markup-tree.c: implement all the tree reading stuff,
        need to implement modification/writing and implement
        markup-backend.c. (Backend is totally unused and unusable
        until post-GNOME2, don't worry.)
    
        * gconf/gconf-internals.h (gconf_value_set_string_nocopy):
        new function

 ChangeLog               |   10 +
 backends/Makefile.am    |   10 +-
 backends/markup-tree.c  | 1850 +++++++++++++++++++++++++++++++++++++++++------
 backends/markup-tree.h  |   38 +-
 gconf/gconf-internals.h |    3 +
 gconf/gconf-value.c     |   13 +-
 6 files changed, 1669 insertions(+), 255 deletions(-)

commit 682a3bd9776f1c732a338303f5d6273094343c7a
Author: Isam Bayazidi <isam@src.gnome.org>
Date:   Sun May 26 22:53:13 2002 +0000

    adding Arabic file

 po/ar.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e28617abfa04909a2a5f41e349dd74ec21b771e1
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun May 26 19:39:48 2002 +0000

    sync some initial noncompiling hacking

 backends/markup-backend.c | 727 ++++++++++++++++++++++++++++++++++
 backends/markup-tree.c    | 989 ++++++++++++++++++++++++++++++++++++++++++++++
 backends/markup-tree.h    |  58 +++
 3 files changed, 1774 insertions(+)

commit cd9327cfcddb91775dd62a235f1fa971b94c9aba
Author: Isam Bayazidi <isam@src.gnome.org>
Date:   Fri May 24 22:12:38 2002 +0000

    - adding Arabic translation file

 configure.in |   2 +-
 po/ar.po     | 106 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 54 insertions(+), 54 deletions(-)

commit 4d700d8451ad80b3d0b59e3d08347d4e5e97fbbe
Author: Isam Bayazidi <isam@src.gnome.org>
Date:   Thu May 23 22:11:18 2002 +0000

    - updating Arabic translation

 po/ar.po | 1968 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1968 insertions(+)

commit 74dd4cb7e1685a2dae051fc00feba28cf1b45fa1
Author: Vlad Harchev <hvv@src.gnome.org>
Date:   Sun May 19 04:24:23 2002 +0000

    ru.po: updated russian translation from Dmitry G. Mastrukov <dmitry@taurussoft.org>

 po/ChangeLog |  5 +++++
 po/ru.po     | 59 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 35 insertions(+), 29 deletions(-)

commit 3e8d1d50b90168d99d417282376a9299b78582bd
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu May 16 20:50:58 2002 +0000

    Update

 po/no.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5fd417d1f6995d4da84fb84f52a8e99dd72abf6f
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Wed May 15 10:16:43 2002 +0000

    Added Vietnamese file

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/vi.po     | 1937 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1946 insertions(+), 1 deletion(-)

commit a1fc35486a40b9b76290a9500223a11abd846735
Author: Shivaram U <shivaram.upadhyayula@wipro.com>
Date:   Sat May 11 06:37:46 2002 +0000

    Honouring CFLAGS and LDFLAGS passed by the user Ensures successful 64bit
    
    2002-05-10  Shivaram U  <shivaram.upadhyayula@wipro.com>
    
        * doc/gconf/Makefile.am: Honouring CFLAGS and LDFLAGS passed by the user
        Ensures successful 64bit build on Solaris.

 ChangeLog             | 5 +++++
 doc/gconf/Makefile.am | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 6d5bc65d1476adc5a1ad3de396c6ed2c9ffb60ed
Author: Valek Frob <frob@src.gnome.org>
Date:   Fri May 10 14:57:29 2002 +0000

    Updated russian translation.

 po/ChangeLog |  4 +++
 po/ru.po     | 95 ++++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 64 insertions(+), 35 deletions(-)

commit 403eb9f139ecc17deefbcbeb1a8c2eaf8b6c8565
Author: Michael Meeks <michael@ximian.com>
Date:   Thu May 9 15:41:33 2002 +0000

    ensure we don't print a NULL.
    
    2002-05-09  Michael Meeks <michael@ximian.com>
    
            * backends/xml-entry.c (entry_get_value): ensure we
            don't print a NULL.

 ChangeLog            | 5 +++++
 backends/xml-entry.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit ce85e0a900faf43208c90fad0b2854f982c4df43
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Sat May 4 17:18:37 2002 +0000

    Remove this.

 gconf-editor/.cvsignore | 4 ----
 1 file changed, 4 deletions(-)

commit a06625127539a7619ee4ce864b5ddf2a890c5ad6
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed May 1 20:57:34 2002 +0000

    Updated Ukrainian translation

 po/uk.po | 969 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 625 insertions(+), 344 deletions(-)

commit 7684ee28ed99c2c21f2272aaf3ef2cf7ceeabfed
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Wed May 1 15:14:16 2002 +0000

    Updated French translation.

 po/ChangeLog |   4 ++
 po/fr.po     | 156 ++++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 109 insertions(+), 51 deletions(-)

commit 07da60477a36a11812c4306ae42993dc5642f232
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Tue Apr 30 12:02:13 2002 +0000

    Updated Slovenian translation

 po/sl.po | 122 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 57 insertions(+), 65 deletions(-)

commit 3c66d73312af392112a9c20e69ae7608a43121b2
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Mon Apr 29 20:37:09 2002 +0000

    Added Basque file

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/eu.po     | 2063 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2072 insertions(+), 1 deletion(-)

commit d9595f53df670741225a46632c80a40030b24fd9
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Apr 29 11:16:39 2002 +0000

    Small update

 po/no.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 57ccda882005b6ad6818fc6d9a1915e0fdd576d5
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Apr 29 05:39:51 2002 +0000

    1.1.10
    
    2002-04-29  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: 1.1.10

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/az.po     |  770 ++++++-----
 po/ca.po     |  757 +++++-----
 po/cs.po     |  743 +++++-----
 po/da.po     |  106 +-
 po/de.po     |  877 ++++++------
 po/el.po     |  773 ++++++-----
 po/es.po     |  788 ++++++-----
 po/fi.po     |  106 +-
 po/fr.po     |    2 +-
 po/ga.po     |  747 +++++-----
 po/gl.po     |  755 +++++-----
 po/hu.po     |  746 +++++-----
 po/it.po     |  742 +++++-----
 po/ja.po     |  782 ++++++-----
 po/ko.po     |  110 +-
 po/nl.po     |  782 +++++++----
 po/nn.po     |  749 +++++-----
 po/no.po     |  106 +-
 po/pl.po     |  832 +++++------
 po/pt.po     |    2 +-
 po/pt_BR.po  |  772 ++++++-----
 po/ro.po     |  749 +++++-----
 po/ru.po     | 4344 ++++++++++++++++++++++++++++++++--------------------------
 po/sk.po     |  185 +--
 po/sl.po     |  122 +-
 po/sv.po     |  106 +-
 po/tr.po     |  772 ++++++-----
 po/uk.po     |  759 +++++-----
 po/zh_CN.po  |  746 +++++-----
 po/zh_TW.po  | 1020 ++++++++------
 32 files changed, 11486 insertions(+), 9370 deletions(-)

commit 9f8a039c156966f32768c0b0f2a4d77f8a6bebc1
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Apr 29 01:01:21 2002 +0000

    Converted Portuguese translation to UTF-8.
    
    2002-04-29  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Converted Portuguese translation to UTF-8.

 po/ChangeLog |   4 +
 po/pt.po     | 644 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 326 insertions(+), 322 deletions(-)

commit e32dac2e41cdaa431f99c17a6c105d62659122b3
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sun Apr 28 20:07:42 2002 +0000

    Updated French translation.

 po/ChangeLog |  10 +-
 po/fr.po     | 800 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 447 insertions(+), 363 deletions(-)

commit b38f7af2af5912b71a77e5b7c5db9fd019871d76
Author: Christophe Fergeau <cfergeau@src.gnome.org>
Date:   Sun Apr 28 19:47:58 2002 +0000

    Fixed msgfmt'ing of fr.po

 po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc05379f1c19d1f0c345ca68fedb84962a33688f
Author: Christophe Fergeau <cfergeau@src.gnome.org>
Date:   Sun Apr 28 19:45:44 2002 +0000

    Converted fr.po to UTF-8

 po/ChangeLog |   4 +
 po/fr.po     | 882 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 445 insertions(+), 441 deletions(-)

commit 8753c2dae812a4006ef2935e0faaed96d5d00cee
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Apr 27 15:25:14 2002 +0000

    make the internal functions static
    
    2002-04-26  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-changeset.c: make the internal functions static
    
        * gconf/gconf-internals.c (byte_type): make static
        (get_hostname): remove
    
        * gconf/gconfd.c (add_client): set the maximum connection buffer
        to a reasonable-size value in order to handle locked-up clients.
    
        * backends/xml-entry.c (node_set_schema_value): opacity fixes
    
        * gconf/gconftool.c (list_pairs_in_dir): opacity fixes
    
        * gconf/gconf.c: opacity fixes
        (gconf_engine_get_for_address): remove the g_warning about using
        this function; the change notification is a bit broken but maybe
        it's still useful.
    
        * gconf/gconf-sources.c: opacity fixes
    
        * gconf/gconf-database.c: namespace fixes
    
        * gconf/gconf-internals.h: namespace some things
    
        * gconf/gconf-internals.c: opacity fixes
        (fill_corba_schema_from_gconf_schema):
        make static
        (corba_schema_from_gconf_schema): make static
    
        * gconf/gconf-schema.c: do groundwork to make GConfSchema opaque,
        and fix some lack of spaces before parens
    
        * gconf/gconf-value.c: do groundwork to make GConfEntry mostly
        opaque (implement with GConfRealEntry)

 ChangeLog                           |  38 ++++++-
 backends/xml-entry.c                |  30 +++---
 doc/gconf/tmpl/gconf-internals.sgml |  44 --------
 doc/gconf/tmpl/gconf-schema.sgml    |   2 +-
 doc/gconf/tmpl/gconf-unused.sgml    |  39 +++++++
 doc/gconf/tmpl/gconf-value.sgml     |   1 -
 examples/basic-gconf-app.c          |   6 +-
 examples/simple-view.c              |   6 +-
 gconf/gconf-changeset.c             |   8 +-
 gconf/gconf-client.c                |   2 +-
 gconf/gconf-database.c              |  36 ++++---
 gconf/gconf-internals.c             |  99 ++++++-----------
 gconf/gconf-internals.h             |  22 ++--
 gconf/gconf-schema.c                | 210 ++++++++++++++++++++++--------------
 gconf/gconf-schema.h                |  16 ---
 gconf/gconf-sources.c               |  48 +++++----
 gconf/gconf-value.c                 | 136 ++++++++++++++---------
 gconf/gconf-value.h                 |  27 -----
 gconf/gconf.c                       |  25 ++---
 gconf/gconfd.c                      |   9 ++
 gconf/gconftool.c                   |   6 +-
 21 files changed, 426 insertions(+), 384 deletions(-)

commit b50855d390b0556c99b546be680fafe6f89eebd4
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Tue Apr 23 12:58:39 2002 +0000

    Updated Slovenian translation

 po/sl.po | 821 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 434 insertions(+), 387 deletions(-)

commit 6dee4835f1de556454f49da6304209b31f0d7cab
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Apr 22 08:46:46 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-04-22  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 842 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 427 insertions(+), 419 deletions(-)

commit 8de6977dd26e6940bbdb6fa1741096a384969225
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Sun Apr 21 07:34:04 2002 +0000

    Add missing file

 po/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit a99365e05dd5ebe4b4bc4566dd5891bae10f270c
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Thu Apr 18 22:21:24 2002 +0000

    Oops, forgot this file

 po/zh_TW.po | 1785 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1785 insertions(+)

commit f5cdcfe3680d7300e26b77e9c6cdd73f6b9e20e8
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Thu Apr 18 22:21:05 2002 +0000

    New traditional Chinese translation from Ben Wu <hpwu@redhat.com>
    
    2002-04-19  Abel Cheung  <maddog@linux.org.hk>
    
        * zh_TW.po: New traditional Chinese translation from
        Ben Wu <hpwu@redhat.com>

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 po/ChangeLog | 5 +++++
 3 files changed, 10 insertions(+), 1 deletion(-)

commit 6693d673aa9f9fdfa11fe8cd60c1dda622f5d9e5
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Wed Apr 17 23:42:57 2002 +0000

    Dutch translation updated by Ronald Hummelink.
    
    2002-04-18 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
    * nl.po: Dutch translation updated by Ronald Hummelink.

 po/ChangeLog |    4 +
 po/nl.po     | 1324 ++++++++++++++++++++++++----------------------------------
 2 files changed, 558 insertions(+), 770 deletions(-)

commit 63d79cb53b769af421bd4d8901efc1dbee0de401
Author: jacob berkman <jacob@ximian.com>
Date:   Wed Apr 10 18:10:53 2002 +0000

    g_File_get_contents() takes gsize, not int
    
    2002-04-10  jacob berkman  <jacob@ximian.com>
    
        * backends/xml-dir.c (my_xml_parse_file): g_File_get_contents()
        takes gsize, not int

 ChangeLog          | 5 +++++
 backends/xml-dir.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 3f171e3d021fbb397e6c31295e6e167ab038c441
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Wed Apr 10 14:16:18 2002 +0000

    Updated Slovak translation.
    
    2002-04-10  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 944 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 471 insertions(+), 477 deletions(-)

commit e51d4cdad176c564f212d3940250ac37ed76e0b0
Author: Valek Frob <frob@src.gnome.org>
Date:   Tue Apr 9 06:38:48 2002 +0000

    Updated russian translation from Dmitry Mastrukov.

 po/ChangeLog |    4 +
 po/ru.po     | 3792 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1949 insertions(+), 1847 deletions(-)

commit 244119a703bf895e6d37c7cc780de0c4c0feb0ba
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sat Apr 6 14:35:07 2002 +0000

    Updated Danish translation.
    
    2002-04-06  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   4 +
 po/da.po     | 842 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 444 insertions(+), 402 deletions(-)

commit f426bde68e657135d944c7ff237d3a9151de34f5
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Fri Apr 5 19:47:25 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |    5 +
 po/pl.po     | 1050 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 532 insertions(+), 523 deletions(-)

commit d008b2007614ae2b663961cf5604edfb4871303d
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Tue Apr 2 21:32:28 2002 +0000

    Updated Finnish Translation.
    
    2002-04-03  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish Translation.

 po/ChangeLog |   4 +
 po/fi.po     | 856 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 447 insertions(+), 413 deletions(-)

commit 27788782962c00600b847be95a38e8e2f7dd65c0
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Apr 1 23:26:19 2002 +0000

    Updated Portuguese translation.
    
    2002-04-01  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 882 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 450 insertions(+), 436 deletions(-)

commit dd5af5c757d676d1854c640f99eab1144553bbee
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Mon Apr 1 03:45:31 2002 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |   4 +
 po/ko.po     | 847 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 429 insertions(+), 422 deletions(-)

commit 1b9f7914f0ae9e109f257436c2599549d20d1517
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Mar 30 12:37:21 2002 +0000

    Updated Swedish translation.
    
    2002-03-30  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 869 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 446 insertions(+), 427 deletions(-)

commit f7315e5a41f1a501ea6b6d41fcb56b5038f0b9db
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Mar 29 06:27:13 2002 +0000

    1.1.9
    
    2002-03-29  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: 1.1.9
    
        * gconf/gconf-client.c (gconf_client_get_string): clean up some
        weird cruft
    
        * gconf/gconf-internals.c (primitive_value): steal the schema,
        avoids a copy.
    
        * gconf/gconf-value.h, gconf/gconf-value.c: Hide private fields,
        suggested by Michael. But then make them public again
        for now due to libgnome/eel being broken.
    
        * configure.in (PKGCONFIG_MODULES): require the right versions of
        various things

 ChangeLog               |   17 +
 configure.in            |    6 +-
 gconf/gconf-client.c    |   18 +-
 gconf/gconf-internals.c |   26 +-
 gconf/gconf-internals.h |    4 +
 gconf/gconf-sources.c   |    6 +-
 gconf/gconf-value.c     |  284 +++++++++----
 gconf/gconf-value.h     |    7 +-
 gconf/gconf.c           |   15 +-
 po/POTFILES.in          |    2 -
 po/da.po                |  628 ++++++++++++++--------------
 po/de.po                |  650 +++++++++++++++--------------
 po/es.po                |   68 +--
 po/fi.po                |  642 +++++++++++++++--------------
 po/ko.po                |  815 ++++++++++++++++++------------------
 po/nl.po                |  445 ++++++++++----------
 po/no.po                |  810 ++++++++++++++++++------------------
 po/pl.po                | 1050 +++++++++++++++++++++++------------------------
 po/pt.po                |  852 +++++++++++++++++++-------------------
 po/ru.po                |   27 +-
 po/sk.po                |  917 +++++++++++++++++++++--------------------
 po/sl.po                |  291 +++++++------
 po/sv.po                |  843 +++++++++++++++++++------------------
 po/zh_CN.po             |  191 ++++-----
 tests/testaddress.c     |    2 +-
 tests/testchangeset.c   |    4 +-
 tests/testdirlist.c     |    6 +-
 tests/testschemas.c     |    2 +-
 28 files changed, 4358 insertions(+), 4270 deletions(-)

commit 15fd7b87b7dc5fa83dcb740cc82e26faed272402
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Thu Mar 28 19:17:25 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |  5 +++++
 po/pl.po     | 41 ++++++++++++++++++++++-------------------
 2 files changed, 27 insertions(+), 19 deletions(-)

commit 34bcc22a252024fbe4786c10ac7c371e603fc487
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Thu Mar 28 13:46:39 2002 +0000

    Updated Korean translation.
    
        * ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     | 1603 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 879 insertions(+), 728 deletions(-)

commit 376031860e0a555fa966000e59177dc0394c8c25
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Mar 28 01:22:03 2002 +0000

    Updated Portuguese translation.
    
    2002-03-28  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 641 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 369 insertions(+), 276 deletions(-)

commit 0ae813f08f71e5078d09c8cdd226aaee584f1021
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Mar 26 23:07:47 2002 +0000

    Updated Swedish translation.
    
    2002-03-27  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 281 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 156 insertions(+), 129 deletions(-)

commit e7266037678742511740099e107124c69f5c200b
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Mar 26 13:07:09 2002 +0000

    Updated Slovak translation.
    
    2002-03-26  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 597 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 334 insertions(+), 267 deletions(-)

commit 3f4d55fae509921e51ad10e33b9152e41982ed5f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Mar 26 08:31:22 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-03-26  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 256 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 138 insertions(+), 122 deletions(-)

commit 86c3913bc02ac5bfa1100f49833d28f7fd4db6ff
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Mar 24 06:13:53 2002 +0000

    save a bit more data about the errors that occurred for the error message,
    
    2002-03-24  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c (gconf_activate_server): save a bit more
        data about the errors that occurred for the error message,
        and shorten the message in favor of a link to the new
        gconf web page.

 ChangeLog               |  7 ++++
 gconf/gconf-internals.c | 89 ++++++++++++++++++++++++++++++++++++-------------
 gconf/gconf-internals.h |  3 +-
 3 files changed, 74 insertions(+), 25 deletions(-)

commit 7dcdd7c506ee6fb0b764be78083d70b74a54b686
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Mar 24 01:50:16 2002 +0000

    change exit timeout to 2 minutes
    
    2002-03-23  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c (gconf_main): change exit timeout to 2 minutes

 ChangeLog      | 4 ++++
 gconf/gconfd.c | 6 +-----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 5a126fbc7957cb91872c76b800a764264d41da0a
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Mar 22 16:28:37 2002 +0000

    change "returning exception" message to DEBUG priority
    
    2002-03-22  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c (gconf_set_exception): change "returning
        exception" message to DEBUG priority

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 1884626ca828a27ab23a5436ee2253ecfc13e869
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Fri Mar 22 15:09:21 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |  5 +++++
 po/pl.po     | 14 ++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

commit b63f7c33702f491ceefef6fd6c69734b44165b07
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Mar 22 01:08:48 2002 +0000

    remove the -G_MAXFLOAT test, since it didn't work and probably shouldn't
    
    2002-03-20  Havoc Pennington  <hp@pobox.com>
    
        * tests/testpersistence.c: remove the -G_MAXFLOAT test, since
        it didn't work and probably shouldn't
    
        * gconf/gconf-internals.c (gconf_double_to_string): use
        g_ascii_dtostr()
        (gconf_string_to_double): use g_ascii_strtod()

 ChangeLog               |  9 +++++++++
 gconf/gconf-internals.c | 46 +++++++++++++++-------------------------------
 tests/runtests.sh       |  6 +++---
 tests/testgconf.c       |  8 +++++++-
 tests/testpersistence.c |  7 ++++++-
 5 files changed, 40 insertions(+), 36 deletions(-)

commit a6a4de38707fe921840bbc09b43089cd76c7ae4d
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Mar 21 23:55:09 2002 +0000

    fuck, Martin apparently deleted -Wall last March.
    
    2002-03-21  Havoc Pennington  <hp@redhat.com>
    
        * configure.in: fuck, Martin apparently deleted -Wall last March.
    
        * gconf/gconftool.c (main): don't pass unused arg to do_get_default_source
    
        * backends/xml-test.c: include all headers we use
    
        * backends/xml-backend.c (remove_dir): fix unused variable
    
        * backends/xml-dir.c (dir_rescan_subdirs): return a value in all
        cases
    
        * gconf/gconf-sanity-check.c (check_gconf): remove unused variables
    
        * gconf/gconfd.c: include sys/wait.h
    
        * gconf/gconf-client.c: remove unused function

 ChangeLog                        | 19 +++++++++++++++++
 backends/xml-backend.c           |  2 --
 backends/xml-dir.c               |  2 +-
 backends/xml-test.c              |  1 +
 configure.in                     |  2 +-
 doc/gconf/tmpl/gconf-schema.sgml | 45 ++++++++++++++++++++++++++++++++--------
 gconf/gconf-client.c             | 16 --------------
 gconf/gconf-sanity-check.c       |  4 ----
 gconf/gconfd.c                   |  1 +
 gconf/gconftool.c                |  8 +++----
 10 files changed, 63 insertions(+), 37 deletions(-)

commit 1d30a54161d52ca5ff7e57e864aea5746a511587
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Mar 21 23:33:48 2002 +0000

    be sure we use only NODE elements as a fallback, and that we always use a
    
    2002-03-21  Havoc Pennington  <hp@redhat.com>
    
        * backends/xml-entry.c (schema_node_extract_value): be sure
        we use only NODE elements as a fallback, and that we
        always use a NODE if possible
        (schema_node_extract_value): fix bug that would fail to fall back
        to a less-well-matched locale value if a better matched locale had
        no value. Should fix Galeon. And the world rejoiced! Assuming
        it actually fixes it. ;-)

 ChangeLog            | 10 ++++++++++
 backends/xml-entry.c | 29 ++++++++++++++++++-----------
 2 files changed, 28 insertions(+), 11 deletions(-)

commit a8efbfeb2529173ee44cdc26afde00898887ca96
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Mar 21 16:30:52 2002 +0000

    move schema accessors to be functions not macros.
    
    2002-03-21  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-schema.c: move schema accessors to be functions not
        macros.

 ChangeLog            |  5 ++++
 gconf/gconf-schema.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-schema.h | 18 ++++++-------
 3 files changed, 86 insertions(+), 9 deletions(-)

commit c315b182289771fe21736ec553e3d3c0a3adba38
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Mar 20 23:12:38 2002 +0000

    don't call gconf_value_get_int on a bool. WTF.
    
    2002-03-20  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-internals.c
        (gconf_value_list_to_primitive_list_destructive): don't call
        gconf_value_get_int on a bool. WTF.
    
        * gconf/gconfd.c (main): enable the signal handler for USR1
    
        * backends/xml-dir.c (dir_load_doc): do our own file reading, only
        use libxml to parse, so we can return an error on I/O problems
        (as opposed to the current behavior, nuking the file contents,
        which only makes sense for corrupt files)

 ChangeLog               | 13 ++++++++
 backends/xml-dir.c      | 83 ++++++++++++++++++++++++++++++++++++++++++++-----
 backends/xml-entry.c    |  4 +++
 gconf/gconf-internals.c |  5 ++-
 gconf/gconfd.c          |  5 ++-
 tests/runtests.sh       |  4 +--
 6 files changed, 103 insertions(+), 11 deletions(-)

commit 55ee87fa405861647a336003692af44cca3be9ff
Author: Pauli Virtanen <pauli.virtanen@hut.fi>
Date:   Wed Mar 20 20:41:32 2002 +0000

    Updated Finnish translation.
    
    2002-03-20  Pauli Virtanen  <pauli.virtanen@hut.fi>
    
        * fi.po: Updated Finnish translation.

 po/ChangeLog |   4 +
 po/fi.po     | 585 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 326 insertions(+), 263 deletions(-)

commit b2bdd37e27d6fa84e97e7ed599ee034872ee2ad5
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Wed Mar 20 19:24:50 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |  5 +++++
 po/pl.po     | 45 ++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 43 insertions(+), 7 deletions(-)

commit eb4089ef63a462bb78efca1505086e58877e8f0e
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Mar 20 19:08:30 2002 +0000

    change all the "getters" to be functions not macros, so we can add
    
    2002-03-20  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-value.c: change all the "getters" to be functions
        not macros, so we can add g_return_if_fail and be typesafe and
        generally suck less. Suggested most recently by Jody.

 ChangeLog                       |   6 ++
 doc/gconf/tmpl/gconf-value.sgml |  80 +++++++++++++++++-----
 gconf/gconf-sanity-check.c      |   2 +-
 gconf/gconf-value.c             | 148 ++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-value.h             |  55 ++++++++-------
 gconf/gconfd.c                  |   6 +-
 6 files changed, 253 insertions(+), 44 deletions(-)

commit 9801c9685c8853ae6a0439026663841a6c8dddba
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Mar 20 03:57:13 2002 +0000

    fix bad assertion reported by lunarbard on #gnome
    
    2002-03-19  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-cache.c (dircmp): fix bad assertion reported
        by lunarbard on #gnome

 ChangeLog            |  5 +++++
 backends/xml-cache.c | 15 +++++----------
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 6f99eca891204976bf45811996c730ff2c4f7bfd
Author: Ole Laursen <olau@hardworking.dk>
Date:   Tue Mar 19 19:25:33 2002 +0000

    Updated Danish translation.
    
    2002-03-19  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   4 +
 po/da.po     | 344 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 192 insertions(+), 156 deletions(-)

commit 630e24db457cac1026fa475f52e3cfdb71491fe6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Mar 17 20:56:23 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-03-17  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 ++
 po/no.po     | 117 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 95 insertions(+), 26 deletions(-)

commit d61ff87cd34123f54ad45fb55d048efb9cacf766
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Mar 17 14:37:23 2002 +0000

    Updated Swedish translation.
    
    2002-03-17  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 446 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 250 insertions(+), 200 deletions(-)

commit 087fba5e2d768fe066337a2940b259b15b83aada
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Sat Mar 16 16:37:12 2002 +0000

    Updated German translation.

 po/ChangeLog |  4 ++++
 po/de.po     | 53 +++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 45 insertions(+), 12 deletions(-)

commit 93689ecc14b392be0fe730a26ef85b278bc50b49
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Mar 15 01:29:27 2002 +0000

    beef up the sanity checker to detect stuck locks, missing config files,
    
    2002-03-14  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-sanity-check.c (check_gconf): beef up the sanity
        checker to detect stuck locks, missing config files, and other
        screwups.

 ChangeLog                       |  6 ++++
 doc/gconf/tmpl/gconf-value.sgml |  6 ++--
 gconf/gconf-sanity-check.c      | 77 +++++++++++++++++++++++++++++++++++++++--
 3 files changed, 84 insertions(+), 5 deletions(-)

commit d7c393a3af5393aba745292aae6bd3d803dff8e8
Author: Valek Frob <frob@src.gnome.org>
Date:   Wed Mar 13 19:13:44 2002 +0000

    Updated russian translation.

 po/ChangeLog |   4 +++
 po/ru.po     | 100 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 51 insertions(+), 53 deletions(-)

commit 92f315fa3cf154cfbbd9b578e1779ee948f51685
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Mar 12 16:30:31 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-03-12  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 584 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 291 insertions(+), 297 deletions(-)

commit 652bbd8b61036b18e3eebaa4e84a32b00d4967fe
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Mon Mar 11 22:54:36 2002 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 369 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 208 insertions(+), 165 deletions(-)

commit 760c1bae2284f3511db7d19d1972440ffe246ca3
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Mon Mar 11 15:01:11 2002 +0000

    Remove unused files.

 gconf-editor/Makefile.am    |  15 ----
 gconf-editor/app.c          | 180 --------------------------------------------
 gconf-editor/app.h          |  29 -------
 gconf-editor/gconf-editor.c | 127 -------------------------------
 gconf-editor/menus.c        | 168 -----------------------------------------
 gconf-editor/menus.h        |  30 --------
 6 files changed, 549 deletions(-)

commit a668de52e1ba09c34e36559c4a902506689c8c9c
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Mar 10 22:39:18 2002 +0000

    add missing file

 backends/xml-test.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

commit ea4c62e39fa4c4ac16841a375abf2723ab4c4fdb
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Mar 10 22:23:48 2002 +0000

    fix obnoxious typo (s/mi/this_mi/), also needed to fix bug reported by
    
    2002-03-10  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-sources.c (gconf_sources_query_metainfo): fix
        obnoxious typo (s/mi/this_mi/), also needed to fix bug
        reported by Kristian.
    
        * backends/xml-backend.c (query_metainfo): make key relative prior
        to looking up metainfo. Fixes bug where schema defaults would
        mysteriously get lost in some cases, reported by Kristian
        Rietveld.
    
    2002-03-07  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-test.c: test program for XML backend code
    
        * configure.in: add a "minimum" debug mode and compile with it
        by default.
    
        * gconf/gconftool.c (main): call setlocale()
    
        * tests/runtests.sh: run tests in various locales
    
        * gconf/gconf-value.h: add more padding to GConfEntry
    
        * gconf/gconf-internals.c (gconf_CORBA_Object_equal):
        (gconf_CORBA_Object_hash): remove stupid inlining of these
        functions

 ChangeLog               | 28 ++++++++++++++++++++++++++++
 backends/Makefile.am    |  5 +++++
 backends/xml-backend.c  |  9 ++++++++-
 backends/xml-cache.c    | 11 +++++++++++
 backends/xml-cache.h    |  3 +++
 backends/xml-dir.c      | 10 ++++++++++
 backends/xml-dir.h      |  2 ++
 backends/xml-entry.c    | 11 ++++++++++-
 backends/xml-entry.h    |  2 ++
 configure.in            | 10 +++++++---
 gconf/gconf-internals.c | 34 ++++++++++++++++++++++++++++++++++
 gconf/gconf-internals.h | 32 ++++----------------------------
 gconf/gconf-sources.c   |  4 ++--
 gconf/gconf-value.h     |  6 ++++--
 gconf/gconfd.c          |  7 +++++++
 gconf/gconftool.c       |  3 +++
 tests/runtests.sh       | 26 +++++++++++++++-----------
 tests/testaddress.c     |  1 +
 tests/testchangeset.c   |  3 +++
 tests/testdirlist.c     |  3 +++
 tests/testencode.c      |  1 +
 tests/testgconf.c       |  3 +++
 tests/testpersistence.c |  3 +++
 tests/testschemas.c     |  3 +++
 tests/testunique.c      |  1 +
 25 files changed, 173 insertions(+), 48 deletions(-)

commit 110d3e7e66aa5103bdf48eea693ed6d8228a65a6
Author: jacob berkman <jacob@ximian.com>
Date:   Sat Mar 9 00:10:45 2002 +0000

    fix pl.po (again)
    
    2002-03-08  jacob berkman  <jacob@ximian.com>
    
        * fix pl.po (again)

 po/ChangeLog | 4 ++++
 po/pl.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ce7b0fab15cf1edf36f84c41a67ba0daa622c0bf
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Mar 8 21:56:32 2002 +0000

    Dutch translation updated by Ronald Hummelink.
    
    2002-03-08 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
    * nl.po: Dutch translation updated by Ronald Hummelink.

 po/nl.po | 840 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 553 insertions(+), 287 deletions(-)

commit 987caa7c1980ba2fa8bf99318c3591f995d3f945
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Fri Mar 8 20:42:53 2002 +0000

    Updated Slovenian translation

 po/sl.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 51 insertions(+), 16 deletions(-)

commit 574559b71915bdef2f2d1720d0e5002d3b83d5fa
Author: Ole Laursen <olau@hardworking.dk>
Date:   Fri Mar 8 20:26:52 2002 +0000

    Updated Danish translation.
    
    2002-03-08  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |  4 ++++
 po/da.po     | 60 ++++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 48 insertions(+), 16 deletions(-)

commit 1a4be06f07cb29f7a0528d89ea7c1a2a8a535736
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Fri Mar 8 18:57:01 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |  5 +++++
 po/pl.po     | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 56 insertions(+), 15 deletions(-)

commit 67c68581919499140aadf6e4b4feed4ea9c68f9e
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Thu Mar 7 20:51:47 2002 +0000

    Massive translation update from a joint translation attempt.
    
    2002-03-07 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
    * nl.po: Massive translation update from a joint translation attempt.
      Gathering.tweakers.net, a dutch forum with lots of nice people.

 po/nl.po | 1070 ++++++++++++++++----------------------------------------------
 1 file changed, 269 insertions(+), 801 deletions(-)

commit e02d1f7ec7af0fed75a6629b2ecfc796adfa8c72
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Thu Mar 7 13:23:49 2002 +0000

    Updated Slovak translation.
    
    2002-03-07  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |  4 ++++
 po/sk.po     | 71 ++++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 56 insertions(+), 19 deletions(-)

commit 2e031b037e41e299a575d7614d8ee9c73c7cd829
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Mar 7 12:55:23 2002 +0000

    Added missing files (fix #73740). Added files that should be skipped (fix
    
    2002-03-07  Christian Rose  <menthos@menthos.com>
    
        * POTFILES.in: Added missing files (fix #73740).
        * POTFILES.skip: Added files that should be skipped (fix #73740).

 po/ChangeLog     | 5 +++++
 po/POTFILES.in   | 3 +++
 po/POTFILES.skip | 4 ++++
 3 files changed, 12 insertions(+)

commit 2666ec68823d694025821f9af4834127ef80bd49
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Mar 7 01:31:46 2002 +0000

    Removed these scripts. They are obsoleted by intltool.
    
    2002-03-07  Christian Rose  <menthos@menthos.com>
    
        * update.pl, update.sh: Removed these scripts. They are obsoleted
        by intltool.

 po/ChangeLog |   5 ++
 po/update.pl | 166 -----------------------------------------------------------
 po/update.sh |   8 ---
 3 files changed, 5 insertions(+), 174 deletions(-)

commit 85df45b730b1bd72960512813d8be1e099ecf258
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Tue Mar 5 13:57:23 2002 +0000

    Updated German translation.

 po/ChangeLog |   4 ++
 po/de.po     | 177 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 117 insertions(+), 64 deletions(-)

commit a5ec5bc57d53f1adce9e915bb363b57eb6779e51
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Tue Mar 5 13:56:36 2002 +0000

    Updated German translation.

 po/de.po | 412 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 182 insertions(+), 230 deletions(-)

commit f39db62d400bd43911afd5caede40e1f4a3a1a1b
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Mar 4 22:56:09 2002 +0000

    Updated Portuguese translation.
    
    2002-03-04  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 ++
 po/pt.po     | 190 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 104 insertions(+), 90 deletions(-)

commit 49861324613795f42593adca60df592551ba879b
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Mon Mar 4 10:51:55 2002 +0000

    Updated Spanish translation.

 po/ChangeLog |   4 +++
 po/es.po     | 105 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 59 insertions(+), 50 deletions(-)

commit 56c83fd714bb9201cbe337b2dbfbfa2e84be663c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Mar 4 00:52:02 2002 +0000

    Updated Portuguese translation.
    
    2002-03-04  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog | 4 ++++
 po/pt.po     | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit b3a531a556021eb472e0e4ade7bea71d388a4fba
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Mar 3 00:57:10 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-03-03  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 498 ++++++++++++-----------------------------------------------
 2 files changed, 107 insertions(+), 395 deletions(-)

commit d2dedff22c63a34fac95ec816cd6498e0916a42a
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Fri Mar 1 13:29:27 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |  5 +++++
 po/pl.po     | 53 +++++++++++++++++++++++++++--------------------------
 2 files changed, 32 insertions(+), 26 deletions(-)

commit 1b660a045642f6845712635cc8efd57e4deb9710
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Fri Mar 1 09:54:47 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/pl.po | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit a57e74d549193539f3489d1201fc78db043a1655
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Thu Feb 28 23:38:52 2002 +0000

    Updated Slovenian translation

 po/sl.po | 699 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 366 insertions(+), 333 deletions(-)

commit 42972d1884f3638c06da8f16398d6c5a09c2ab9b
Author: jacob berkman <jacob@ximian.com>
Date:   Thu Feb 28 20:06:51 2002 +0000

    fix build - correct some broken newlines.
    
    2002-02-28  jacob berkman  <jacob@ximian.com>
    
        * pl.po: fix build - correct some broken newlines.

 po/ChangeLog |  4 ++++
 po/pl.po     | 13 +++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 8a7d753fe9bfe6f735698425327a7e222d9bc0ea
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Thu Feb 28 16:31:38 2002 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |   5 +
 po/pl.po     | 876 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 455 insertions(+), 426 deletions(-)

commit 345aa158e125720fe7826b6449c9091a5e357ebf
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Thu Feb 28 12:22:11 2002 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 751 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 369 insertions(+), 386 deletions(-)

commit 48b12b74ee8e1eb4eb617e405dc081c2963d93d4
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Feb 28 11:33:01 2002 +0000

    Fixed Swedish translation.
    
    2002-02-28  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Fixed Swedish translation.

 po/ChangeLog |   4 ++
 po/sv.po     | 177 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 83 insertions(+), 98 deletions(-)

commit a74e1ad9f66e65adf9aceb41a0486dd944efc687
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Thu Feb 28 10:15:23 2002 +0000

    Updated Slovak translation.
    
    2002-02-28  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     | 1013 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 503 insertions(+), 514 deletions(-)

commit 43abd9d54467e76989bb53701d70e03453afcf61
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Feb 28 01:45:56 2002 +0000

    Updated Swedish translation.
    
    2002-02-28  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 326 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 198 insertions(+), 132 deletions(-)

commit 6a4d90948bc14c4da152654d8134381bd782be90
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Feb 26 16:43:45 2002 +0000

    protect notify callback with a reference count around the entry, for
    
    2002-02-26  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-client.c (notify_one_entry): protect notify callback
        with a reference count around the entry, for reentrancy. Reported
        by Rodrigo Moya and Alex Larsson.
    
        * gconf/gconf-value.c (gconf_entry_unref, gconf_entry_ref): new
        internal (for now) functions
        (gconf_entry_free): just call gconf_entry_unref

 ChangeLog                       | 10 ++++++++++
 doc/gconf/tmpl/gconf-value.sgml |  1 +
 gconf/gconf-client.c            |  6 ++++++
 gconf/gconf-internals.h         |  3 ++-
 gconf/gconf-value.c             | 36 +++++++++++++++++++++++++++++-------
 gconf/gconf-value.h             |  1 +
 6 files changed, 49 insertions(+), 8 deletions(-)

commit 383a42a9a8234d14f1abda4d5aa93c599bcfc827
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Tue Feb 26 00:32:14 2002 +0000

    Updated Slovenian translation

 po/sl.po | 72 ++++++++++++++++++++++------------------------------------------
 1 file changed, 24 insertions(+), 48 deletions(-)

commit 2e9f7450e2a10f6bc6aff2aae0d18666026b3b04
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sat Feb 23 12:59:56 2002 +0000

    Updated Danish translation.
    
    2002-02-23  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   4 ++
 po/da.po     | 188 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 103 insertions(+), 89 deletions(-)

commit aad71231d91d4ce2b77509bc76cca23012f66d2e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Feb 21 23:28:54 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-02-22  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog | 4 ++++
 po/no.po     | 9 +++------
 2 files changed, 7 insertions(+), 6 deletions(-)

commit a384042465c32801670e8fc5f38865b4920303ff
Author: Wang Jian <lark@src.gnome.org>
Date:   Sun Feb 17 09:44:44 2002 +0000

    *** empty log message ***

 po/zh_CN.po | 554 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 282 insertions(+), 272 deletions(-)

commit 4998100d6a52c7944aa41ec254f23f24dbd46b99
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Sat Feb 16 06:48:29 2002 +0000

    fix typo in reading args.
    
    Sat Feb 16 01:27:29 2002  Jonathan Blandford  <jrb@redhat.com>
    
        * gconf/gconftool.c (read_value_type): fix typo in reading args.

 ChangeLog         | 4 ++++
 gconf/gconftool.c | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 1bf3edded461110071163bff5605130375436ccb
Author: Dave Camp <dave@ximian.com>
Date:   Fri Feb 15 04:28:42 2002 +0000

    Use g_ascii_strcasecmp instead of g_strcasecmp. Replace g_main_* with
    
    2002-02-14  Dave Camp  <dave@ximian.com>
    
        * gconf/gconf.c: (gconf_string_to_enum): Use g_ascii_strcasecmp
        instead of g_strcasecmp.
        * gconf/gconfd.c: (gconf_main), (gconf_main_quit): Replace
        g_main_* with g_main_loop_*.
        * examples/simple-controller.c: (main): Use g_signal_connect
        instead of gtk_signal_connect.
        * examples/simple-view.c: (key_changed_callback): Use
        gtk_label_set_text instead of gtk_label_set.

 ChangeLog                    | 11 +++++++++++
 examples/simple-controller.c |  6 +++---
 examples/simple-view.c       |  8 ++++----
 gconf/gconf.c                |  2 +-
 gconf/gconfd.c               |  8 ++++----
 5 files changed, 23 insertions(+), 12 deletions(-)

commit 4a71edc8757b30461814585a4f02a7cc7b6aab41
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Feb 12 05:30:30 2002 +0000

    version 1.1.8
    
    2002-02-12  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: version 1.1.8

 ChangeLog    |   4 +
 configure.in |   6 +-
 po/az.po     |  96 +++----
 po/ca.po     |  96 +++----
 po/cs.po     |  96 +++----
 po/da.po     |  98 ++++----
 po/de.po     |  96 +++----
 po/el.po     |  96 +++----
 po/es.po     |  96 +++----
 po/fi.po     |   2 +-
 po/fr.po     |  96 +++----
 po/ga.po     |  96 +++----
 po/gl.po     |  96 +++----
 po/hu.po     |  96 +++----
 po/it.po     |  96 +++----
 po/ja.po     |  98 ++++----
 po/ko.po     |  96 +++----
 po/nl.po     |  96 +++----
 po/nn.po     |  96 +++----
 po/no.po     |  98 ++++----
 po/pl.po     | 796 ++++++++++++++++++++++++++++++-----------------------------
 po/pt.po     |  98 ++++----
 po/pt_BR.po  |  96 +++----
 po/ro.po     |  96 +++----
 po/ru.po     |  96 +++----
 po/sk.po     |  98 ++++----
 po/sl.po     |  96 +++----
 po/sv.po     |  96 +++----
 po/tr.po     |  96 +++----
 po/uk.po     |  96 +++----
 po/zh_CN.po  |  96 +++----
 31 files changed, 1763 insertions(+), 1647 deletions(-)

commit 308895b780876900456211e75b18b6df4a3724f2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Feb 12 00:56:17 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-02-12  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 476 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 242 insertions(+), 238 deletions(-)

commit 30c60c57934cb9ac93dc741646d2d2fcd6c07657
Author: Takeshi Aihana <aihana@src.gnome.org>
Date:   Mon Feb 11 16:36:21 2002 +0000

    02/11/02 updated ja.po as UTF-8 encoding. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |   40 +-
 po/ja.po     | 1230 ++++++++++++++++++++++------------------------------------
 2 files changed, 486 insertions(+), 784 deletions(-)

commit ef553839ad8a3dc89b42f724b6559edc570a0afd
Author: Jody Goldberg <jody@gnome.org>
Date:   Mon Feb 11 02:31:29 2002 +0000

    Include libxml/globals to get xmlFree Without it we call a NULL function
    
    2002-02-10  Jody Goldberg <jody@gnome.org>
    
        * gconf/gconftool.c : Include libxml/globals to get xmlFree
          Without it we call a NULL function pointer.
        * backends/xml-entry.c : ditto.

 ChangeLog            | 6 ++++++
 backends/xml-entry.c | 2 +-
 gconf/gconftool.c    | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 62f519e163edb36e33c773c1a00ffefa6991b86b
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Feb 11 00:56:36 2002 +0000

    run gnome_segv if DISPLAY is set. Why not. may turn it off for production.
    
    2002-02-10  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c (signal_handler): run gnome_segv if DISPLAY is
        set. Why not. may turn it off for production.

 ChangeLog      |  5 ++++
 gconf/gconf.c  |  1 -
 gconf/gconfd.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 86 insertions(+), 5 deletions(-)

commit d15a92187652b7c881c5d357143318ea7829e43c
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Feb 11 00:34:14 2002 +0000

    put name of function in the warning (gconf_engine_associate_schema):
    
    2002-02-10  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (CHECK_OWNER_USE): put name of function in the
        warning
        (gconf_engine_associate_schema): remove warning from this
        function, it has no GConfClient equivalent and won't mangle the
        cache

 ChangeLog     | 8 ++++++++
 gconf/gconf.c | 4 +---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit d0e9d4303c2896d1d7978a70f966e4b6c471463a
Author: Zbigniew Chyla <cyba@gnome.pl>
Date:   Sun Feb 10 22:56:23 2002 +0000

    Added Polish translation by GNOME PL Team <translators@gnome.pl>.
    
    2002-02-10  Zbigniew Chyla  <cyba@gnome.pl>
    
        * pl.po: Added Polish translation by
        GNOME PL Team <translators@gnome.pl>.

 po/ChangeLog |    5 +
 po/pl.po     | 1941 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1946 insertions(+)

commit 0d22bd112ea9d841326500e2551bada2f17f6c6f
Author: Zbigniew Chyla <cyba@gnome.pl>
Date:   Sun Feb 10 22:54:31 2002 +0000

    Added pl (Polish).
    
    2002-02-10  Zbigniew Chyla  <cyba@gnome.pl>
    
        * configure.in (ALL_LINGUAS): Added pl (Polish).

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit f7e463dc1ae18bc069b7cac3b8621c3ba219e8f2
Author: Pauli Virtanen <ptvirtan@cc.hut.fi>
Date:   Sat Feb 9 21:45:04 2002 +0000

    Updated Finnish translation and converted it to UTF-8.
    
    2002-02-09  Pauli Virtanen  <ptvirtan@cc.hut.fi>
    
        * fi.po: Updated Finnish translation and converted it to UTF-8.

 po/ChangeLog |   4 +
 po/fi.po     | 964 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 431 insertions(+), 537 deletions(-)

commit 7e653dea113466fd1ef5846cafaf027ce7976323
Author: jacob berkman <jacob@ximian.com>
Date:   Fri Feb 8 16:35:52 2002 +0000

    revert some stuff i didn't mean to commit yesterday. Fixes problems when
    
    2002-02-08  jacob berkman  <jacob@ximian.com>
    
        * gconf.m4.in: revert some stuff i didn't mean to commit
        yesterday.  Fixes problems when building with DESTDIR set.

 ChangeLog     | 5 +++++
 gconf-2.m4.in | 4 ++--
 gconf.m4.in   | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

commit 755223bc4f8735e3f43183d0364d8cfd8c6b02d8
Author: jacob berkman <jacob@ximian.com>
Date:   Thu Feb 7 21:13:57 2002 +0000

    don't install gconftool symlink
    
    2002-02-07  jacob berkman  <jacob@ximian.com>
    
        * gconf/Makefile.am (install-exec-local): don't install gconftool
        symlink
    
        * gconf.m4.in (AM_GCONF_SOURCE_2): call gconftool-2 rather than
        gconftool

 ChangeLog         |  8 ++++++++
 gconf-2.m4.in     | 12 ++++++------
 gconf.m4.in       | 12 ++++++------
 gconf/Makefile.am |  3 ---
 4 files changed, 20 insertions(+), 15 deletions(-)

commit c137d5342080c33195d1474066dce2a3d7fd1579
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Feb 6 00:34:23 2002 +0000

    add gconf-sanity-check-2 app, which either exits sucessfully and does
    
    2002-02-05  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-sanity-check.c (main): add gconf-sanity-check-2 app,
        which either exits sucessfully and does nothing, or pops up a
        dialog explaining a gconf problem and exits with a failure code.
        Could be placed in gnome-session, or at least we can tell users
        to run it as a diagnostic tool.
    
        Only catches very simple problems so far.
    
        * configure.in: define XML_AND_GTK_CFLAGS

 ChangeLog                  |  12 +++
 configure.in               |   8 +-
 gconf/Makefile.am          |  15 ++-
 gconf/gconf-sanity-check.c | 223 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 255 insertions(+), 3 deletions(-)

commit b39a8f429360c7e3d543c00aa03dbe5db1fea705
Author: Michael Meeks <michael@ximian.com>
Date:   Tue Feb 5 20:53:59 2002 +0000

    move (gconf_debug_shutdown) out of the internals guard - doh.
    
    2002-02-05  Michael Meeks  <michael@ximian.com>
    
        * gconf/gconf.h: move (gconf_debug_shutdown) out of
        the internals guard - doh.
    
        * gconf/gconf-client.c (gconf_client_get_default):
        ensure we still own the reference we keep around.

 ChangeLog            | 8 ++++++++
 gconf/gconf-client.c | 3 +--
 gconf/gconf.h        | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

commit 179d301377ef22eb3557e4d299d2fa5ee246c092
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Feb 4 23:23:14 2002 +0000

    give up and check stupid enum sources in to CVS and require manual
    
    2002-02-04  Havoc Pennington  <hp@redhat.com>
    
        * gconf/Makefile.am (regenerate-built-sources): give up and check
        stupid enum sources in to CVS and require manual rebuild.
    
        * configure.in: bump to 1.1.7, do library versioning.
        Default bdb backend to disabled, since I don't think
        it's being actively used/tested.
    
        * autogen.sh: use automake-1.4 aclocal-1.4 if found

 ChangeLog                |  11 +
 autogen.sh               |  18 +-
 configure.in             |  10 +-
 gconf/Makefile.am        |  21 +-
 gconf/gconf-enum-types.c |  96 ++++++
 gconf/gconf-enum-types.h |  34 ++
 po/az.po                 | 675 ++++++++++++++++++++-----------------
 po/ca.po                 | 662 ++++++++++++++++++++----------------
 po/cs.po                 | 658 ++++++++++++++++++++----------------
 po/da.po                 |   2 +-
 po/de.po                 | 704 +++++++++++++++++++++------------------
 po/el.po                 | 680 ++++++++++++++++++++-----------------
 po/es.po                 | 674 ++++++++++++++++++++-----------------
 po/fi.po                 | 674 ++++++++++++++++++++-----------------
 po/fr.po                 | 679 ++++++++++++++++++++-----------------
 po/ga.po                 | 652 ++++++++++++++++++++----------------
 po/gl.po                 | 670 +++++++++++++++++++++----------------
 po/hu.po                 | 663 ++++++++++++++++++++----------------
 po/it.po                 | 652 ++++++++++++++++++++----------------
 po/ja.po                 |   6 +-
 po/ko.po                 | 664 +++++++++++++++++++-----------------
 po/nl.po                 | 675 ++++++++++++++++++++-----------------
 po/nn.po                 | 849 +++++++++++++++++++++++++----------------------
 po/no.po                 | 373 ++++++++++-----------
 po/pt.po                 |  59 ++--
 po/pt_BR.po              | 674 ++++++++++++++++++++-----------------
 po/ro.po                 | 669 +++++++++++++++++++++----------------
 po/ru.po                 | 664 +++++++++++++++++++-----------------
 po/sk.po                 |  81 +++--
 po/sl.po                 | 166 +++++----
 po/sv.po                 |  98 +++---
 po/tr.po                 | 676 ++++++++++++++++++++-----------------
 po/uk.po                 | 666 +++++++++++++++++++++----------------
 po/zh_CN.po              | 660 ++++++++++++++++++++----------------
 34 files changed, 8480 insertions(+), 6735 deletions(-)

commit 870e3ac05f6ed21a987c0302698e3fa4184120b1
Author: jacob berkman <jacob@ximian.com>
Date:   Sat Feb 2 14:37:10 2002 +0000

    re-enable explicit dependency on built sources, as it doesn't build
    
    2002-02-02  jacob berkman  <jacob@ximian.com>
    
        * gconf/Makefile.am: re-enable explicit dependency on built
        sources, as it doesn't build otherwise.

 ChangeLog         | 5 +++++
 gconf/Makefile.am | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 13a4f372c97cd97bd2993cedaef24bbcd86dfaa4
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Feb 2 03:34:53 2002 +0000

    include the *.sh scripts
    
    2002-02-01  Havoc Pennington  <hp@pobox.com>
    
        * gconf/Makefile.am: include the *.sh scripts
    
        * gconf/regenerate-enum-footer.sh: fix screwup that broke build

 ChangeLog                       | 6 ++++++
 gconf/Makefile.am               | 6 +++---
 gconf/regenerate-enum-footer.sh | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

commit bf653dd60fd374784d8728b7c5283e0826d0f428
Author: Havoc Pennington <hp@redhat.com>
Date:   Sat Feb 2 01:08:59 2002 +0000

    move the complicated enum rules into small shell scripts
    
    2002-02-01  Havoc Pennington  <hp@redhat.com>
    
        * gconf/Makefile.am: move the complicated enum rules into small
        shell scripts (regenerate-enum-*.sh), rename CORBA_SOURCES to
        CORBA_SOURCECODE

 ChangeLog                       |  6 ++++++
 gconf/Makefile.am               | 39 +++++++++++----------------------------
 gconf/regenerate-enum-footer.sh | 20 ++++++++++++++++++++
 gconf/regenerate-enum-header.sh | 20 ++++++++++++++++++++
 po/Makefile.in.in               | 27 ++++-----------------------
 5 files changed, 61 insertions(+), 51 deletions(-)

commit b55692bebfb3fe806e989a51a9f0d567cbdbeb12
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Feb 2 00:50:02 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-02-02  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 ++
 po/no.po     | 121 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 69 insertions(+), 56 deletions(-)

commit 5a5b3a8499b586abbdd6b8fc038bee0628777d64
Author: Ole Laursen <olau@hardworking.dk>
Date:   Thu Jan 31 20:37:27 2002 +0000

    Updated Danish translation.
    
    2002-01-31  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |   4 ++
 po/da.po     | 151 +++++++++++++++++++----------------------------------------
 2 files changed, 53 insertions(+), 102 deletions(-)

commit 990062696ab603d16381bdc9e77998b586f3536e
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Jan 31 00:29:43 2002 +0000

    Updated Portuguese translation.
    
    2002-01-30  Duarte Loreto  <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |   4 +
 po/pt.po     | 764 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 415 insertions(+), 353 deletions(-)

commit cc435f9d8f590596d78cd069eef014c5d23903c0
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Wed Jan 30 14:21:54 2002 +0000

    Updated Slovak translation.
    
    2002-01-30  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 ++
 po/sk.po     | 122 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 63 insertions(+), 63 deletions(-)

commit 48e5cd92509a186ae041f227b71c940b91b89739
Author: Takayuki KUSANO <kusano@src.gnome.org>
Date:   Tue Jan 29 14:15:16 2002 +0000

    Updated Japanese translation (merged from stable branch).
    
        * ja.po: Updated Japanese translation (merged from stable branch).

 po/ChangeLog |   4 +
 po/ja.po     | 712 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 399 insertions(+), 317 deletions(-)

commit cb6c403869ca6e99abebc4425beac1eb51776951
Author: Michael Meeks <michael@ximian.com>
Date:   Tue Jan 29 10:06:25 2002 +0000

    warning cleans. (impl_ConfigDatabase3_add_listener_with_properties): init
    
    2002-01-28  Michael Meeks  <michael@ximian.com>
    
        * gconf/gconf-database.c: warning cleans.
        (impl_ConfigDatabase3_add_listener_with_properties):
        init name.
        (gconf_database_add_listener): right args for format.
    
        * gconf/gconf-client.c: warning cleans.
    
        * gconf/gconf-internals.c (gconf_orb_release):
        return shutdown status.
    
        * gconf/gconf.c (gconf_detach_config_server):
        privatize again, and split out ORB shutdown into
        (gconf_debug_shutdown): here.
    
    2002-01-25  Michael Meeks  <michael@ximian.com>
    
        * gconf/gconf.c (try_to_contact_server): release the
        server reference, if it's to a duff object.
        (gconf_get_config_listener): strip local 'listener',
        since we have a static module global for that.
        (gconf_detach_config_server): release the listener.
        (gconf_get_config_listener): release the poa & manager
        references.
    
        * tests/testgconf.c (main): add
        gconf_detach_config_server
    
        * gconf/gconf-internals.c
        (gconf_orb_get): remove bonobo activation
        worries, kill bogus fiddling with the default
        context.
        (gconf_orb_release): impl.
    
        * gconf/gconf.c (gconf_detach_config_server):
        publicise & destroy engines_by_cb.
        (database_rec_release): impl.
        (gconf_engine_set_database): use g_hash_table_new_full
        (gconf_engine_detach): just remove from the hash.
        (try_to_contact_server): release the server reference,
        if it's to a duff object.

 ChangeLog               | 43 ++++++++++++++++++++++
 gconf/gconf-client.c    |  6 ++--
 gconf/gconf-database.c  | 12 +++++--
 gconf/gconf-internals.c | 70 +++++++++++++++++++-----------------
 gconf/gconf-internals.h |  2 +-
 gconf/gconf.c           | 95 +++++++++++++++++++++++++++++++++++--------------
 gconf/gconf.h           |  4 +--
 tests/testaddress.c     |  4 ++-
 tests/testencode.c      |  2 ++
 tests/testgconf.c       | 10 ++++--
 tests/testpersistence.c |  4 ++-
 tests/testschemas.c     |  4 ++-
 12 files changed, 180 insertions(+), 76 deletions(-)

commit 48a29b1a9f4a265de1b665c8640ac6b6a3cc9fa8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 28 22:40:07 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-01-28  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |  4 ++++
 po/no.po     | 38 +++++++++++++++++++++++++++-----------
 2 files changed, 31 insertions(+), 11 deletions(-)

commit 3709324ddc1df23fe2488aeea374a5f3264cbf5e
Author: Ross Golder <rossg@src.gnome.org>
Date:   Mon Jan 28 15:39:44 2002 +0000

    Updated popt URL

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 74ac0c24d749e4f1794a06f1152aa35a86315607
Author: Roy-Magne Mo <rmo@src.gnome.org>
Date:   Mon Jan 28 04:15:45 2002 +0000

    Updated Norwegian nynorsk translation

 po/ChangeLog |    4 +
 po/nn.po     | 1169 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 552 insertions(+), 621 deletions(-)

commit 2c5f15a7af49a24e4b4bb29588a5a5f3ac2ead86
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Jan 28 02:24:55 2002 +0000

    Converted to UTF-8.
    
    2002-01-28  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Converted to UTF-8.

 po/ChangeLog |   4 +
 po/sv.po     | 834 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 421 insertions(+), 417 deletions(-)

commit a434e96b7819aad7558d43a5f51f5c03ba1773f4
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jan 27 05:17:20 2002 +0000

    don't use BUILT_SOURCES, might fix annoying build problems (CLEANFILES):
    
    2002-01-27  Havoc Pennington  <hp@pobox.com>
    
        * gconf/Makefile.am: don't use BUILT_SOURCES, might fix annoying
        build problems
        (CLEANFILES): put stamp files in CLEANFILES
        (s-enum-types-h): make enum stamps depend on Makefile

 ChangeLog         |  7 +++++++
 gconf/Makefile.am | 17 +++++++++++------
 po/Makefile.in.in |  9 +++++++--
 3 files changed, 25 insertions(+), 8 deletions(-)

commit f3b9c26e0f06dc12c040e04decfac8de6f16d9a3
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sat Jan 26 22:35:47 2002 +0000

    Updated Slovenian translation

 po/sl.po | 734 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 417 insertions(+), 317 deletions(-)

commit 7cd072026a4ad0787a07f6d8607bb81dcff98e5f
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sat Jan 26 19:59:26 2002 +0000

    Updated Slovenian translation

 po/sl.po | 62 +++++++++++++++++++-------------------------------------------
 1 file changed, 19 insertions(+), 43 deletions(-)

commit 145ad7b6ae338c19fc38869911c9bc85d41a8efb
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jan 26 13:07:08 2002 +0000

    Updated Norwegian (bokml) translation.
    
    2002-01-26  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 778 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 411 insertions(+), 371 deletions(-)

commit 6a03dcd78d97c5753b8090ff99ce8ee31c923c5c
Author: Ole Laursen <olau@hardworking.dk>
Date:   Thu Jan 24 18:57:53 2002 +0000

    Updated Danish translation.
    
    2002-01-24  Ole Laursen  <olau@hardworking.dk>
    
        * da.po: Updated Danish translation.

 po/ChangeLog |    6 +-
 po/da.po     | 1165 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 640 insertions(+), 531 deletions(-)

commit 8daf05fb80fc71bf4401bebda6e13a0309a1e8dc
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Jan 23 19:56:25 2002 +0000

    add gconf-enum-types.h/gconf-enum-types.c files, thanks to Johan Dahlin
    
    2002-01-20  Havoc Pennington  <hp@pobox.com>
    
        * gconf/Makefile.am: add gconf-enum-types.h/gconf-enum-types.c
        files, thanks to Johan Dahlin
    
        * gconf-2.0.pc.in (Libs): oops, we had Requires: bonobo-activation
        still

 ChangeLog            |  8 ++++++++
 gconf-2.0.pc.in      |  2 +-
 gconf/Makefile.am    | 45 ++++++++++++++++++++++++++++++++++++++++++---
 gconf/gconf-client.h |  4 ++--
 gconf/gconf-error.h  |  2 +-
 gconf/gconf-value.h  |  2 +-
 gconf/gconf.h        |  1 +
 7 files changed, 56 insertions(+), 8 deletions(-)

commit f37e18fcbaa3a99d7f7de539df7616db73cebfda
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Jan 22 13:12:52 2002 +0000

    Updated Slovak translation.
    
    2002-01-22  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 605 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 323 insertions(+), 286 deletions(-)

commit f0d63dbe8a47f0f22e6d5c79def5d1684ddf998c
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Jan 17 04:03:40 2002 +0000

    Updated Swedish translation.
    
    2002-01-17  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 684 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 362 insertions(+), 326 deletions(-)

commit 2097487eb5b8bf82c6b993a033f348202514e581
Author: Anders Carlsson <andersca@gnu.org>
Date:   Wed Jan 16 23:27:27 2002 +0000

    Plug a leak.
    
    2002-01-16  Anders Carlsson  <andersca@gnu.org>
    
        * gconf/gconf-client.c (gconf_client_get_full): Plug a leak.

 ChangeLog            |  4 ++++
 gconf/gconf-client.c | 13 ++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

commit e4932714a7a2175f8572bc3154a1eb97c4f34685
Author: jacob berkman <jacob@ximian.com>
Date:   Tue Jan 15 03:29:59 2002 +0000

    remove some removed files
    
    2002-01-14  jacob berkman  <jacob@ximian.com>
    
        * POTFILES.in: remove some removed files

 po/ChangeLog   | 4 ++++
 po/POTFILES.in | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

commit febff96c79fdbc1cd91804376c11a7b4fc1bf0b1
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Jan 15 02:01:07 2002 +0000

    fix to handle root dir
    
    2002-01-14  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (gconf_key_is_below): fix to handle root dir
    
        * gconf/gconftool.c (main): add --unapply-schema mode
    
        * gconf/gconf-database.c (impl_ConfigDatabase_set_schema): allow
        unset schema if we get an empty schema name
    
        * gconf/gconf.c (gconf_engine_associate_schema): allow NULL
        schema name to unset the schema
    
        * gconf/gconftool.c (do_recursive_unset): use new
        gconf_engine_recursive_unset internal function to do the unset
    
        * backends/xml-cache.c, backends/xml-dir.c: rearrange things
        to try and make directories auto-disappear when empty
    
        * backends/xml-backend.c (remove_dir): make this do nothing
    
        * backends/xml-dir.c (dir_all_subdirs): cache subdir names in the
        directory so we can cheaply check if we have subdirectories
    
        * gconf/gconf-sources.c (gconf_sources_set_value): enhance the
        other giant error message
    
        * gconf/gconf-internals.c (gconf_activate_server): improve error
        message to cover stale locks and explain how to active TCP for
        ORBit
    
        * gconf/gconf-sources.c (gconf_sources_recursive_unset): implement
    
        * gconf/gconf.c (gconf_key_check): handle NULL key
    
        * gconf/gconf-sources.c (gconf_sources_set_schema): allow NULL
        schema name
    
        * gconf/GConf.idl: add flags to recursive_unset
    
        * gconf/gconf.c (gconf_engine_recursive_unset): Add this internal
        API to use in gconftool etc.

 ChangeLog               |  42 ++++++
 backends/xml-backend.c  |  60 +++++----
 backends/xml-cache.c    | 343 +++++++++++++++++++++++-------------------------
 backends/xml-cache.h    |  13 +-
 backends/xml-dir.c      | 300 ++++++++++++++++++++++++++++--------------
 backends/xml-dir.h      |  20 +--
 gconf/GConf.idl         |   7 +-
 gconf/GConfX.idl        |   7 +-
 gconf/gconf-client.c    |   4 +-
 gconf/gconf-database.c  | 173 +++++++++++++++++++-----
 gconf/gconf-database.h  |   5 +
 gconf/gconf-internals.c |   4 +-
 gconf/gconf-internals.h |   7 +-
 gconf/gconf-sources.c   | 194 ++++++++++++++++++++++++---
 gconf/gconf-sources.h   |  12 ++
 gconf/gconf.c           | 153 +++++++++++++++++----
 gconf/gconftool.c       | 157 ++++++++++------------
 17 files changed, 1014 insertions(+), 487 deletions(-)

commit 2458681b80578e823a2d0b2f799a8a240a01016c
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Jan 14 19:41:24 2002 +0000

    fix segfault on missing entry
    
    2002-01-14  Havoc Pennington  <hp@redhat.com>
        * gconf/gconf-client.c (gconf_client_get_full): fix segfault on
        missing entry

 ChangeLog            | 5 +++++
 gconf/gconf-client.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit c1da807297c31708c33b2343e5efaf55c7b1b625
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jan 13 04:41:02 2002 +0000

    remove unused variable, fix from Markus Bertheau
    
    2002-01-12  Havoc Pennington  <hp@pobox.com>
    
        * examples/basic-gconf-app.c (main): remove unused variable,
        fix from  Markus Bertheau
    
        * gconf/gconf-client.c (get): fix to always store the same
        semantic thing in the cache, regardless of whether
        user wanted the schema default (always pass use_default = TRUE
        to GConfEngine)
        (gconf_client_key_is_writable): avoid pointless copies if
        possible, to make this fast
    
        * gconf/gconf-schema.h: add padding to GConfSchema
    
        * gconf/gconf-value.h: add padding to GConfEntry
    
        * gconf/gconf-value.c (gconf_entry_equal): new internal function
    
        * gconf/gconf-client.c: queue notifies to an idle handler, replace
        CacheEntry with GConfEntry
    
        * gconf/gconf-client.h (struct _GConfClientClass): add padding
        (struct _GConfClient): add padding

 ChangeLog                        |  28 ++
 doc/gconf/tmpl/gconf-schema.sgml |   4 +
 doc/gconf/tmpl/gconf-value.sgml  |   5 +
 examples/basic-gconf-app.c       |   1 -
 gconf/gconf-client.c             | 811 ++++++++++++++++++++-------------------
 gconf/gconf-client.h             |   9 +
 gconf/gconf-internals.h          |   2 +
 gconf/gconf-schema.h             |   4 +
 gconf/gconf-value.c              |  44 ++-
 gconf/gconf-value.h              |   5 +
 gconf/gconf.c                    |   3 +-
 tests/testgconf.c                |  11 +
 12 files changed, 516 insertions(+), 411 deletions(-)

commit 85e7e12563415e065dedd30e5ff3522719869cac
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Jan 13 04:33:57 2002 +0000

    Sorted and added missing files. Updated Swedish translation.
    
    2002-01-13  Christian Rose  <menthos@menthos.com>
    
        * POTFILES.in: Sorted and added missing files.
        * sv.po: Updated Swedish translation.

 po/ChangeLog   |   5 +
 po/POTFILES.in |   8 +-
 po/sv.po       | 592 ++++++++++++++++++++++++++++++++-------------------------
 3 files changed, 343 insertions(+), 262 deletions(-)

commit 28d0dc85da5977faa1b36e591f30a57e5f2bab70
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Fri Jan 11 13:41:30 2002 +0000

    Updated Slovak translation.
    
    2002-01-11  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 591 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 298 insertions(+), 297 deletions(-)

commit 3c30ac160d06fe32bad55ed9e2cf0152509fbffb
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 11 04:05:01 2002 +0000

    version to 1.1.6 (GCONF_REVISION): increment
    
    2002-01-10  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: version to 1.1.6
        (GCONF_REVISION): increment

 ChangeLog    |   5 +
 configure.in |   4 +-
 po/az.po     | 125 ++++++++-----
 po/ca.po     |   8 +-
 po/cs.po     |   8 +-
 po/da.po     |   8 +-
 po/de.po     | 489 +++++++++++++++++++++++--------------------------
 po/el.po     |   8 +-
 po/es.po     |   8 +-
 po/fi.po     |   8 +-
 po/fr.po     |   8 +-
 po/ga.po     |   8 +-
 po/gl.po     |   8 +-
 po/hu.po     |   8 +-
 po/it.po     |   8 +-
 po/ja.po     |   8 +-
 po/ko.po     |   8 +-
 po/nl.po     |   8 +-
 po/nn.po     |   8 +-
 po/no.po     | 589 ++++++++++++++++++++++++++++++-----------------------------
 po/pt.po     | 484 ++++++++++++++++++++++++------------------------
 po/pt_BR.po  |   8 +-
 po/ro.po     |   8 +-
 po/ru.po     |   8 +-
 po/sk.po     | 541 ++++++++++++++++++++++++++++--------------------------
 po/sl.po     |   8 +-
 po/sv.po     | 462 +++++++++++++++++++++++-----------------------
 po/tr.po     |  97 +++++-----
 po/uk.po     |   8 +-
 po/zh_CN.po  |   8 +-
 30 files changed, 1491 insertions(+), 1473 deletions(-)

commit 3b0fd22c20d27f6cd3f34ef0e4accb0d70044d0a
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Wed Jan 9 21:40:47 2002 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 455 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 259 insertions(+), 200 deletions(-)

commit ec704bb34610fb228efacd98bd5000f4e9354843
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jan 8 12:25:18 2002 +0000

    kill unused subdir_cache. (dir_sync): move incorrect assertion.
    
    2002-01-08  Mark McLoughlin  <mark@skynet.ie>
    
            * backends/xml-dir.c:
            (struct _Dir): kill unused subdir_cache.
            (dir_sync): move incorrect assertion.

 ChangeLog          | 6 ++++++
 backends/xml-dir.c | 7 +++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 5571430a6603c2b9d4ef3b99850c257b9b49cf74
Author: Mark McLoughlin <mark@skynet.ie>
Date:   Tue Jan 8 12:14:23 2002 +0000

    no need to explicitly activate CORBA objects, the RootPOA has the
    
    2002-01-07  Mark McLoughlin  <mark@skynet.ie>
    
            * gconf/gconf-database.c: (gconf_database_new):
            * gconf/gconf.c: (gconf_get_config_listener):
            * gconf/gconfd.c: (main): no need to explicitly activate CORBA objects,
            the RootPOA has the IMPLICIT_ACTIVATION policy.

 ChangeLog              | 7 +++++++
 gconf/gconf-database.c | 8 --------
 gconf/gconf.c          | 5 -----
 gconf/gconfd.c         | 3 ---
 4 files changed, 7 insertions(+), 16 deletions(-)

commit c8f99a7dd5b794ec1ad4521a25b6004e4241bc18
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Sun Jan 6 21:48:04 2002 +0000

    Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     | 1314 +++++++++++++++++++++++-----------------------------------
 2 files changed, 528 insertions(+), 790 deletions(-)

commit e90b25c289caa0e154e1b7515ebf2987c3d01805
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jan 5 20:21:34 2002 +0000

    return bool for whether the value in the cache changed
    
    2002-01-05  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-client.c (gconf_client_cache): return bool for
        whether the value in the cache changed
        (notify_from_server_callback): short-circuit notification if a
        value hasn't actually changed. would be better to do this
        server-side, but that's a bit complicated for now.
    
        * gconf/gconf-value.c (gconf_value_compare): new function,
        internal for now to avoid API addition
    
        * gconf/gconf-client.c (cache_entry_list_destructively): new
        static function
        (gconf_client_all_entries): cache the requested entries, if
        we are monitoring the dir we get the values from.
    
        * gconf/gconf-value.c (gconf_entry_copy): new function, internal
        for now to avoid API addition

 ChangeLog               |  28 ++++
 gconf/gconf-client.c    | 383 ++++++++++++++++++++++++++++++++++--------------
 gconf/gconf-internals.h |   5 +
 gconf/gconf-value.c     | 225 ++++++++++++++++++++++++++++
 4 files changed, 530 insertions(+), 111 deletions(-)

commit a6589aa725ffe1407b8217a4b41861873b93cc1e
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 4 23:09:38 2002 +0000

    allow preloading directories that are below directories being monitored,
    
    2002-01-04  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-client.c (gconf_client_preload): allow preloading
        directories that are below directories being monitored, not just
        the exact directory being monitored.

 ChangeLog            |  6 ++++++
 gconf/gconf-client.c | 34 ++++++++++++++++++++++++++++++++--
 2 files changed, 38 insertions(+), 2 deletions(-)

commit cad1daf4465b11ae8613a13592f947a8509e0929
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 4 17:52:33 2002 +0000

    support storing names of clients and new ConfigDatabase3
    
    2002-01-04  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-database.c: support storing names of clients
        and new ConfigDatabase3
        (client_alive_predicate): fix backward predicate; we were removing
        all live clients, and keeping all dead clients. Doh! Doh! Doh!
    
        * gconf/gconf.c (gconf_engine_notify_add): use
        add_listener_with_properties if available to send name of client
        to the server
    
        * gconf/GConf.idl: put in ConfigDatabase3 with a couple of new
        methods, just to make this file more horrible

 ChangeLog              |  14 +++++
 TODO                   |   6 +++
 gconf/GConf.idl        |  20 +++++++
 gconf/GConfX.idl       |  20 +++++++
 gconf/gconf-database.c | 138 ++++++++++++++++++++++++++++++++++++-------------
 gconf/gconf-database.h |   4 +-
 gconf/gconf.c          |  37 +++++++++++--
 gconf/gconfd.c         |  12 ++---
 8 files changed, 202 insertions(+), 49 deletions(-)

commit 099e8e129488696808f4819a70e0f4cec4d5259d
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 4 06:05:03 2002 +0000

    if GCONF_DEBUG_OUTPUT is set, enable gconf_log_debug_messages
    
    2002-01-04  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c (main): if GCONF_DEBUG_OUTPUT is set,
        enable gconf_log_debug_messages

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 4 ++++
 2 files changed, 9 insertions(+)

commit 0d1719a89dd71c6a01d69479d3ca597f1befdbaf
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jan 3 20:50:53 2002 +0000

    honor GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to do nothing for
    
    2002-01-03  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconftool.c (main): honor
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to do nothing for
        --makefile-install-mode
    
        * backends/xml-cache.c (cache_sync): fill in the error if we
        return a failure code.

 ChangeLog            | 11 ++++++++++-
 backends/xml-cache.c |  6 ++++++
 gconf/gconftool.c    |  7 +++++++
 3 files changed, 23 insertions(+), 1 deletion(-)

commit 3c391c29c10f20a077bb9ee7673fdce39f133af6
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jan 3 20:17:28 2002 +0000

    Add quotes to GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' so that
    
    2002-01-03  Havoc Pennington  <hp@pobox.com>
    
        * gconf.m4.in: Add quotes to
        GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' so that "make
        install sysconfdir=/foo" will work. May break some conceivable
        usage of this variable.

 gconf-2.m4.in | 2 +-
 gconf.m4.in   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit cbc65512ba1cb335b73285a13abb4bfe7c3e8c21
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jan 3 20:15:42 2002 +0000

    Add quotes to GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' so that
    
    2002-01-03  Havoc Pennington  <hp@pobox.com>
    
        * gconf.m4: Add quotes to
        GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' so that "make
        install sysconfdir=/foo" will work. May break some conceivable
        usage of this variable.

 ChangeLog                        |  7 +++++++
 doc/gconf/tmpl/gconf-client.sgml | 34 ++++++++++++++++++++++++++++++++++
 doc/gconf/tmpl/gconf-unused.sgml | 34 ----------------------------------
 3 files changed, 41 insertions(+), 34 deletions(-)

commit a147173ce032caa1d431333c3870396cecb0c852
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Wed Dec 26 19:26:40 2001 +0000

    Updated charset.

 po/ChangeLog | 4 ++++
 po/tr.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 74cce77b20a578b569dd415890164ffd5c772ae5
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Tue Dec 25 12:25:02 2001 +0000

    Updated.

 po/ChangeLog |   4 +++
 po/tr.po     | 101 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 58 insertions(+), 47 deletions(-)

commit 7301615b126c0653cb6d4e6014d9b8bb3b21e479
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Dec 22 02:58:11 2001 +0000

    Added portuguese (pt) to ALL_LINGUAS
    
    2001-12-22  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * configure.in: Added portuguese (pt) to ALL_LINGUAS

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/pt.po     | 1937 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1946 insertions(+), 1 deletion(-)

commit 2046a3c47fa1b3e8e950457f21ab1cdfbfb9e601
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Dec 19 21:04:31 2001 +0000

    Updated Swedish translation. Added *.pot.
    
    2001-12-19  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.
        * .cvsignore: Added *.pot.

 po/.cvsignore | 11 +++++------
 po/ChangeLog  |  5 +++++
 po/sv.po      |  6 +++---
 3 files changed, 13 insertions(+), 9 deletions(-)

commit e217d624f15264bc02f6c4582cca934f494c0fc4
Author: Vasif Ismailoglu MD <vasif@src.gnome.org>
Date:   Wed Dec 19 19:06:01 2001 +0000

    routine update

 po/az.po | 660 +++++++++++++--------------------------------------------------
 1 file changed, 136 insertions(+), 524 deletions(-)

commit 0a7d8540654313b0482f705e68b4470165511a9b
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Dec 18 17:38:26 2001 +0000

    reference count the listeners, make a copy of listener lists and ref all
    
    2001-12-17  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-listeners.c: reference count the listeners, make a
        copy of listener lists and ref all listeners prior to doing the
        notifies, to minimize reentrancy screwups.

 ChangeLog                        |  6 ++++
 doc/gconf/tmpl/gconf-client.sgml | 34 ------------------
 doc/gconf/tmpl/gconf-unused.sgml | 34 ++++++++++++++++++
 gconf/gconf-listeners.c          | 78 ++++++++++++++++++++++++++++------------
 4 files changed, 96 insertions(+), 56 deletions(-)

commit fd89d95772c41e6c1b7e32073c992166319939a9
Author: Josh Barrow <carbamide@src.gnome.org>
Date:   Mon Dec 17 20:11:30 2001 +0000

    Changed one instance of GLIB_DISABLE_DEPRECATED to G_DISABLE_DEPRECATED
    
    
    Changed one instance of GLIB_DISABLE_DEPRECATED to G_DISABLE_DEPRECATED

 ChangeLog                  | 5 +++++
 examples/basic-gconf-app.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 6d3c7eec2a2253504d7349d3dbfe3798714aeebc
Author: Darin Adler <darin@src.gnome.org>
Date:   Mon Dec 17 19:57:22 2001 +0000

    Update.
    
        * doc/gconf/.cvsignore:
        * examples/.cvsignore:
        Update.

 ChangeLog            |  6 ++++++
 doc/gconf/.cvsignore | 16 ++++++++++++++++
 examples/.cvsignore  |  1 +
 3 files changed, 23 insertions(+)

commit 1fac52cee0623af407b9566411f24905eda28719
Author: Darin Adler <darin@src.gnome.org>
Date:   Mon Dec 17 19:56:40 2001 +0000

    Update for glib-gettextize.
    
        * .cvsignore: Update for glib-gettextize.

 po/.cvsignore | 4 +++-
 po/ChangeLog  | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 5e6e7c6cdf5c7241b65d2c072bfbf2f3ceed0142
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Dec 15 14:30:25 2001 +0000

    Updated Swedish translation.
    
    2001-12-15  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 237 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 141 insertions(+), 100 deletions(-)

commit 8f1317a1d1a077553b6f9341b0dcbadecddb75d2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Dec 13 19:29:52 2001 +0000

    Updated Norwegian (bokml) translation.
    
    2001-12-13  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +
 po/no.po     | 552 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 292 insertions(+), 264 deletions(-)

commit d69b5187b356fb0959c92764602db337a7c29acb
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Thu Dec 13 13:16:05 2001 +0000

    Updated Slovak translation.
    
    2001-12-13  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 253 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 123 insertions(+), 134 deletions(-)

commit 676f64e7fa768f227e2ea55ccc743b5a3dea1bb8
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 11 23:30:39 2001 +0000

    fix this fix spelling in log message
    
    2001-12-11  Havoc Pennington  <hp@redhat.com>
        * gconf/gconfd.c (drop_old_clients): fix this
        * gconf/gconf-database.c (client_alive_predicate): fix spelling in
        log message

 ChangeLog              | 7 +++++++
 gconf/gconf-database.c | 2 +-
 gconf/gconfd.c         | 7 ++++---
 3 files changed, 12 insertions(+), 4 deletions(-)

commit 99ff7c390182677ff916506aa8f8848ef87427a5
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 11 20:39:31 2001 +0000

    use CORBA_Object_non_existent() instead of ConfigListener_ping use
    
    2001-12-11  Havoc Pennington  <hp@redhat.com>
        * gconf/gconfd.c (drop_old_clients): use
        CORBA_Object_non_existent() instead of ConfigListener_ping
        * gconf/gconf-database.c (client_alive_predicate): use
        CORBA_Object_non_existent() instead of ConfigListener_ping

 ChangeLog              |  8 ++++++++
 gconf/gconf-database.c | 16 ++++++++++------
 gconf/gconfd.c         | 14 +++++++++++---
 3 files changed, 29 insertions(+), 9 deletions(-)

commit a38d50b87918d8ba3abc5bc1687cfff555d848cf
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Dec 11 20:28:23 2001 +0000

    formatting

 gconf/gconftool.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 524b3f75f47f942aa7ad6e68aa148f06b4dc2df6
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 11 20:26:41 2001 +0000

    change to not start gconfd immediately, so we can avoid starting it if
    
    2001-12-11  Havoc Pennington  <hp@redhat.com>
        * gconf/gconf.c (gconf_engine_get_default): change to not start
        gconfd immediately, so we can avoid starting it if
        we're just going to shut it down, and just generally do
        things lazily.
        (gconf_shutdown_daemon): ignore NO_SERVER error code
        * backends/xml-dir.c (dir_get_value): always get schema name, not
        just if value is unset
        * gconf/gconfd.c (main): don't free logname since there are atexit
        handlers for now
        * gconf/gconf-sources.c (gconf_sources_query_value): don't look
        for a default value for the schema. Useless and adds a bit of
        inefficiency.
        * gconf/gconfd.c (main): set log handler for GLib
        (log_handler): mask extra flags out of log level
        * gconf/gconf-sources.c (gconf_sources_query_value): Fix this so
        Gergo's bug doesn't happen; hope no other semantic gets broken.
        * tests/testschemas.c: do some unbreaking, and put in a test that
        exposes Gergo's bug (failure to read schema name if a key is set)
        * tests/*: put in a big comment saying don't use these as example
        code since they are ugly-ass and broken.

 gconf/gconf-sources.c   | 130 ++++++++++------
 gconf/gconf.c           |  68 ++++----
 gconf/gconfd.c          |  13 +-
 tests/testaddress.c     |  26 ++++
 tests/testchangeset.c   |  26 ++++
 tests/testdirlist.c     |  26 ++++
 tests/testgconf.c       |  27 ++++
 tests/testpersistence.c |  27 ++++
 tests/testschemas.c     | 406 ++++++++++++++++++++++++++++++++++++++----------
 9 files changed, 587 insertions(+), 162 deletions(-)

commit 04652930e5afc19ee216542253f41dcf6e6e2fc5
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 11 20:26:28 2001 +0000

    change to not start gconfd immediately, so we can avoid starting it if
    
    2001-12-11  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf.c (gconf_engine_get_default): change to not start
        gconfd immediately, so we can avoid starting it if
        we're just going to shut it down, and just generally do
        things lazily.
        (gconf_shutdown_daemon): ignore NO_SERVER error code
        * backends/xml-dir.c (dir_get_value): always get schema name, not
        just if value is unset
        * gconf/gconfd.c (main): don't free logname since there are atexit
        handlers for now
        * gconf/gconf-sources.c (gconf_sources_query_value): don't look
        for a default value for the schema. Useless and adds a bit of
        inefficiency.
        * gconf/gconfd.c (main): set log handler for GLib
        (log_handler): mask extra flags out of log level
        * gconf/gconf-sources.c (gconf_sources_query_value): Fix this so
        Gergo's bug doesn't happen; hope no other semantic gets broken.
        * tests/testschemas.c: do some unbreaking, and put in a test that
        exposes Gergo's bug (failure to read schema name if a key is set)
        * tests/*: put in a big comment saying don't use these as example
        code since they are ugly-ass and broken.

 ChangeLog          | 30 ++++++++++++++++++++++++++++++
 backends/xml-dir.c |  9 +++------
 2 files changed, 33 insertions(+), 6 deletions(-)

commit 277ff639ded286b59e0f7aef5bf702864089401b
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Dec 11 14:45:58 2001 +0000

    Updated Slovak translation.
    
    2001-12-11  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 365 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 205 insertions(+), 164 deletions(-)

commit 65a15fdc2b77f84069a1985b29b899a02c88b6b1
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Mon Dec 10 04:32:23 2001 +0000

    Just when I think I understand the depths of the bogosity of autoconf,
    
    Sun Dec  9 18:22:50 2001  Jonathan Blandford  <jrb@redhat.com>
    
        * gconf.m4.in: Just when I think I understand the depths of the
        bogosity of autoconf, something else comes up to impress me.

 ChangeLog     | 5 +++++
 gconf-2.m4.in | 2 +-
 gconf.m4.in   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 67057f536757eaa440fd7c91493046f22d8db9ef
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Dec 9 22:41:45 2001 +0000

    for fuck's sake - we've been reading the config source backward forever -
    
    2001-12-09  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c (gconf_load_source_path): for fuck's
        sake - we've been reading the config source backward forever -
        this has never fricking worked. Dammit.
    
        * gconf/gconf-sources.c (gconf_sources_set_value): make huge error
        message even more so
        (gconf_sources_new_from_addresses): add debug log about config
        source writability

 ChangeLog               | 11 +++++++++
 gconf/gconf-internals.c |  2 +-
 gconf/gconf-sources.c   | 62 ++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 68 insertions(+), 7 deletions(-)

commit 254a5a1a75ec4299a03f560618525b42a9cd9d3e
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Dec 9 04:35:54 2001 +0000

    put better docs in comment

 gconf-2.m4.in | 6 +++++-
 gconf.m4.in   | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 3a7b58cc07f2d901a5d245f38ec439e720e78b8c
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Dec 9 01:18:34 2001 +0000

    fix some warnings
    
    2001-12-08  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-client.c: fix some warnings
    
        * gconf/gconf-internals.h: try to fix gettext issues

 ChangeLog               |  6 ++++++
 gconf/gconf-client.c    | 51 +++++++++++++++++++++++++------------------------
 gconf/gconf-internals.h | 25 ++++++------------------
 3 files changed, 38 insertions(+), 44 deletions(-)

commit 5b47feadfe299556aaeb5913d89beb63394bcb24
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Dec 8 20:25:33 2001 +0000

    take const arg
    
    2001-12-08  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-value.c (gconf_value_validate): take const arg
    
        * gconf/gconf.c: add internal API to check that GConfEngine isn't
        being used "underneath" its owning GConfClient, thus causing
        cache inconsistencies. Bad hack, yay.
    
        * gconf/gconf-client.c: Use new internal GConfEngine "exclusive
        owner" API
        (gconf_client_real_unreturned_error):
        silently ignore GCONF_ERROR_OVERRIDDEN, because if the system
        is "locked down" most apps will probably call gconf_client_set
        anyway.
    
        * gconf/gconf-client.h: fix comment to be accurate about how
        overlaps are handled

 ChangeLog                        |  18 ++++
 doc/gconf/gconf.sgml             |   7 +-
 doc/gconf/tmpl/gconf-client.sgml |  13 ++-
 gconf/gconf-client.c             | 223 ++++++++++++++++++++++++++++-----------
 gconf/gconf-client.h             |   2 +-
 gconf/gconf-internals.h          |  11 +-
 gconf/gconf-value.c              |   4 +-
 gconf/gconf.c                    |  76 ++++++++++++-
 8 files changed, 280 insertions(+), 74 deletions(-)

commit b19b409adc18da43fde0323ce752958c2287482c
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Dec 8 16:51:57 2001 +0000

    Updated Swedish translation.
    
    2001-12-08  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 255 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 138 insertions(+), 121 deletions(-)

commit 3b0592333d762cb622266ca0791c22ec500311a1
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Dec 7 04:49:43 2001 +0000

    disable deprecated

 examples/basic-gconf-app.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 1622d021b599cc3ea16179f81e51a7bf00a3b3af
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Dec 7 04:42:43 2001 +0000

    fix up check for gettext to do glib-gettext instead
    
    2001-12-06  Havoc Pennington  <hp@pobox.com>
    
        * autogen.sh: fix up check for gettext to do glib-gettext instead
    
        * configure.in: add gtk-doc checks and remove --docs-only
        since I don't think --docs-only works and don't see how it could.
    
        * doc/gconf/Makefile.am: make makefile use snazzy canonical
        gtk-doc makefile from gtk
    
        * doc/gconf/gconf.sgml: make it reflect current reality a bit
        more.
    
        * examples/basic-gconf-app.c: Update the example
    
        * examples/complex-gconf-app.c: Move the old basic-gconf-app.c
        into here.
    
        * gconf/gconf-listeners.c (gconf_listeners_remove): remove
        g_return_if_fail on 0 ID, since that will probably end up
        happening from time to time

 ChangeLog                           |  22 +
 autogen.sh                          |   8 +-
 configure.in                        |  54 ++-
 doc/gconf/Makefile.am               | 192 +++++++--
 doc/gconf/gconf-overrides.txt       |   0
 doc/gconf/gconf.sgml                | 156 ++-----
 doc/gconf/tmpl/gconf-client.sgml    |  26 +-
 doc/gconf/tmpl/gconf-internals.sgml |   2 +
 doc/gconf/tmpl/gconf-sources.sgml   |   1 +
 doc/gconf/tmpl/gconf-unused.sgml    | 174 ++++----
 examples/Makefile.am                |   6 +-
 examples/basic-gconf-app.c          | 811 ++++++++++++++----------------------
 examples/complex-gconf-app.c        | 688 ++++++++++++++++++++++++++++++
 gconf/gconf-listeners.c             |  10 +-
 14 files changed, 1373 insertions(+), 777 deletions(-)

commit 0bfea60355648ed04251df842a9d9ee0f8756e82
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 4 22:17:09 2001 +0000

    improve error
    
    2001-12-04  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-internals.c (open_empty_locked_file): improve error
    
        * gconf/gconftool.c (main): complain about using --config-source
        but not --direct
    
        * backends/xml-backend.c (resolve_address): don't try to lock
        readonly sources; fixes the case where users install to a prefix
        that they can write to, was causing problems for people using
        build scripts.
    
        * gconf/gconfd.c (gconf_set_exception): add missing value to case
        statement so we don't crash
    
        * examples/basic-gconf-app.c: update comment to say that the
        example isn't really right anymore
    
        * gconf/gconftool.c (process_schema_list): make sure we have an
        element instead of a text node before we try to process it; kills
        a bunch of irritating warnings.
    
        * Makefile.am (SUBDIRS): remove standard-schemas subdir, should
        have long ago

 ChangeLog                  | 25 +++++++++++++++++++++++
 Makefile.am                |  2 +-
 backends/xml-backend.c     | 50 ++++++++++++++++++++++++++++++++++++----------
 configure.in               |  1 -
 examples/basic-gconf-app.c | 16 +++++++++++++++
 gconf/gconf-backend.c      |  5 +++++
 gconf/gconf-error.h        |  2 +-
 gconf/gconf-internals.c    |  2 +-
 gconf/gconfd.c             | 12 ++++++++++-
 gconf/gconftool.c          | 21 +++++++++++++------
 10 files changed, 114 insertions(+), 22 deletions(-)

commit eb60990202cc3b25413008a52e257b73d7055744
Author: jacob berkman <jacob@ximian.com>
Date:   Tue Dec 4 21:52:23 2001 +0000

    add an explicit dependency on the built files
    
    2001-12-04  jacob berkman  <jacob@ximian.com>
    
        * gconf/Makefile.am: add an explicit dependency on the built files

 ChangeLog         | 4 ++++
 gconf/Makefile.am | 2 ++
 2 files changed, 6 insertions(+)

commit 5f02248c5221bd3c31c27378e5deb213aa021d5a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Dec 4 09:28:27 2001 +0000

    Updated Norwegian (bokml) translation. Added gconf-schema.c.
    
    2001-12-04  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.
        * POTFILES.in: Added gconf-schema.c.

 po/ChangeLog   | 5 +++++
 po/POTFILES.in | 1 +
 po/no.po       | 9 +++++++--
 3 files changed, 13 insertions(+), 2 deletions(-)

commit ccf3484e902ed1da1389043ecb200d31ebd2fa39
Author: Laszlo Peter <laca@ireland.sun.com>
Date:   Mon Dec 3 15:45:49 2001 +0000

    oops, s/ulong_t/gulong/
    
    2001-12-03  Laszlo Peter  <laca@ireland.sun.com>
    
            * gconf/gconf-internals.c: oops, s/ulong_t/gulong/

 ChangeLog               | 6 +++++-
 gconf/gconf-internals.c | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 3ec28ee31c16cd30bbf04433823d70cbfcd90aec
Author: Laszlo Peter <laca@ireland.sun.com>
Date:   Mon Dec 3 15:15:03 2001 +0000

    fix memory alignment problem on Solaris.
    
    2001-12-02  Laszlo Peter  <laca@ireland.sun.com>
    
         * gconf/gconf-internals.c (get_hostname): fix memory alignment
         problem on Solaris.

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 9 +++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit d6b0cbb1b22cd60374eb6552b950ec9cd1329746
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Dec 2 19:53:36 2001 +0000

    Updated Swedish translation.
    
    2001-12-02  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 1cf2e0acc108809e4082aeab9633a315943d4595
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Dec 2 18:58:35 2001 +0000

    put casts in the accessor macros, so they can accept void pointers. Doh.
    
    2001-12-02  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-value.h: put casts in the accessor macros, so they
        can accept void pointers. Doh.

 ChangeLog           |  5 +++++
 gconf/gconf-value.h | 34 +++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

commit b65542db57d4febd57022fb4c3c1ebf54230f861
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Nov 26 19:51:25 2001 +0000

    po files updated by distcheck

 po/az.po    |  8 +++----
 po/ca.po    |  8 +++----
 po/cs.po    |  8 +++----
 po/da.po    |  8 +++----
 po/de.po    |  8 +++----
 po/el.po    |  8 +++----
 po/es.po    | 11 +++++----
 po/fi.po    |  8 +++----
 po/fr.po    |  8 +++----
 po/ga.po    |  8 +++----
 po/gl.po    |  8 +++----
 po/hu.po    |  8 +++----
 po/it.po    |  8 +++----
 po/ja.po    |  8 +++----
 po/ko.po    |  8 +++----
 po/nl.po    |  8 +++----
 po/nn.po    |  8 +++----
 po/no.po    | 44 +++++++++++++++++++++++++---------
 po/pt_BR.po | 15 +++++++-----
 po/ro.po    |  8 +++----
 po/ru.po    |  8 +++----
 po/sk.po    | 78 +++++++++++++++++++++++++++++++++++++++----------------------
 po/sl.po    | 68 ++++++++++++++++++++++++++++++++++++-----------------
 po/sv.po    |  8 +++----
 po/tr.po    | 70 +++++++++++++++++++++++++++++++++---------------------
 po/uk.po    |  8 +++----
 po/zh_CN.po |  8 +++----
 27 files changed, 273 insertions(+), 181 deletions(-)

commit 480158be3b04ad1385bb9e85a70ba3647fe83d10
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Nov 26 19:48:54 2001 +0000

    version to 1.1.5
    
    2001-11-26  Havoc Pennington  <hp@redhat.com>
    
        * configure.in: version to 1.1.5

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 90e6cfc4711bd130bf842c0eaf96fbf10048e81d
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Nov 25 02:19:29 2001 +0000

    Updated Slovenian translation

 po/sl.po | 68 +++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 31 insertions(+), 37 deletions(-)

commit 01a9b9ae707d7905cc51d776eb8f1a15ba2a928b
Author: Owen Taylor <otaylor@redhat.com>
Date:   Tue Nov 20 20:38:25 2001 +0000

    Remove extraneous gobject/* includes.
    
    Tue Nov 20 15:37:58 2001  Owen Taylor  <otaylor@redhat.com>
    
            * gconf/gconf-client.c: Remove extraneous gobject/* includes.

 ChangeLog            | 4 ++++
 gconf/gconf-client.c | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 9bbf65d7d388b914b98f66789269e716497fc0f2
Author: Miles Lane <miles@megapathdsl.net>
Date:   Sun Nov 18 10:10:51 2001 +0000

    replace include of gobject/gobject.h with glib-object.h, due to a change
    
    2001-11-18  Miles Lane  <miles@megapathdsl.net>
    
        * gconf/gconf-client.h: replace include of gobject/gobject.h
        with glib-object.h, due to a change in gobject/gobject.h
        that forces an #error for all direct includes.
        This checkin was approved by Havoc.

 ChangeLog            | 7 +++++++
 gconf/gconf-client.h | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit dd426c62f9f93923772474bfbe328eef62d523e9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Nov 14 14:57:49 2001 +0000

    Updated Norwegian (bokml) translation.
    
    2001-11-14  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +++
 po/no.po     | 109 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 57 insertions(+), 56 deletions(-)

commit 1ea829bf4ea64077186ab4cbea3518c296b959d7
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Sun Nov 11 11:18:49 2001 +0000

    Updated Slovak translation.
    
    2001-11-11  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |  4 +++
 po/sk.po     | 90 ++++++++++++++++++++++--------------------------------------
 2 files changed, 37 insertions(+), 57 deletions(-)

commit 4e5112e3c9ef6bcc74a551783deb5cae8008bc7a
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Fri Nov 9 00:39:22 2001 +0000

    Updated Brazilian Portuguese translation.
    
    2001-11-08  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
    
    * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |  4 ++++
 po/pt_BR.po  | 27 ++++++++++++---------------
 2 files changed, 16 insertions(+), 15 deletions(-)

commit 036a426219d5ffaf772d75d17fa565d878f48785
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Wed Nov 7 23:41:00 2001 +0000

    Updated Spanish translation.

 po/ChangeLog |  4 ++++
 po/es.po     | 17 +++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit 300ea44ad84916c7c2296167a6cbd607ed70a588
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Wed Nov 7 14:40:29 2001 +0000

    Updated.

 po/ChangeLog |   4 +
 po/tr.po     | 770 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 377 insertions(+), 397 deletions(-)

commit a1ba00e2ac93f3b78b07637241ee1a2cd6d317a4
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Tue Nov 6 18:25:41 2001 +0000

    Update..

 po/ChangeLog |    4 +
 po/tr.po     | 1033 +++++++++++++++++++++++++---------------------------------
 2 files changed, 457 insertions(+), 580 deletions(-)

commit d54436fa69ff69ecbdac45e48b5d49ba3ac8a890
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Fri Nov 2 00:21:56 2001 +0000

    Updated Slovenian translation

 po/sl.po | 45 ++++++++++++++++++---------------------------
 1 file changed, 18 insertions(+), 27 deletions(-)

commit fcdc46222aecc7e1cd0a8dd249fe75431de758c6
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Nov 1 05:30:57 2001 +0000

    sync po after make distcheck

 po/az.po    |  967 ++++++++++++++++++++++++++++++-------------------------
 po/ca.po    |  946 ++++++++++++++++++++++++++++-------------------------
 po/cs.po    |  795 +++++++++++++++++++++++----------------------
 po/da.po    |  833 +++++++++++++++++++++++++----------------------
 po/de.po    |  963 +++++++++++++++++++++++++++++-------------------------
 po/el.po    | 1036 ++++++++++++++++++++++++++++++++---------------------------
 po/es.po    |  312 ++++++++++--------
 po/fi.po    |  965 ++++++++++++++++++++++++++++++-------------------------
 po/fr.po    |  461 ++++++++++++++------------
 po/ga.po    |  761 ++++++++++++++++++++++---------------------
 po/gl.po    |  977 ++++++++++++++++++++++++++++++-------------------------
 po/hu.po    |  798 +++++++++++++++++++++++----------------------
 po/it.po    |  757 ++++++++++++++++++++++---------------------
 po/ja.po    |  967 ++++++++++++++++++++++++++++++-------------------------
 po/ko.po    |  822 ++++++++++++++++++++++++-----------------------
 po/nl.po    |  970 ++++++++++++++++++++++++++++++-------------------------
 po/nn.po    |  853 +++++++++++++++++++++++++-----------------------
 po/no.po    |  963 +++++++++++++++++++++++++++++-------------------------
 po/pt_BR.po |  342 +++++++++++---------
 po/ro.po    |  863 +++++++++++++++++++++++++------------------------
 po/ru.po    |  316 ++++++++++--------
 po/sk.po    |  373 +++++++++++----------
 po/sl.po    |  981 ++++++++++++++++++++++++++++++-------------------------
 po/sv.po    |  474 ++++++++++++++-------------
 po/tr.po    |  975 ++++++++++++++++++++++++++++++-------------------------
 po/uk.po    |  878 ++++++++++++++++++++++++++------------------------
 po/zh_CN.po |  798 ++++++++++++++++++++++-----------------------
 27 files changed, 11300 insertions(+), 9846 deletions(-)

commit 7d8ce0d5c476b66565a380a5aacae4fd54e244d3
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 1 05:23:43 2001 +0000

    bump version to 1.1.4, and set revision to 1
    
    2001-10-31  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: bump version to 1.1.4, and set revision to 1
    
        * doc/gconf/Makefile.am: fix this
    
        * doc/gconf/gconf.types: update

 ChangeLog             |  4 +++
 doc/gconf/Makefile.am |  6 ++--
 doc/gconf/gconf.types |  3 +-
 po/Makefile.in.in     | 83 ++++++++++++++++++++++++++++-----------------------
 4 files changed, 54 insertions(+), 42 deletions(-)

commit 7493a9a8105063d1fc4ff7b65e6a845dcf0576bc
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 1 04:57:31 2001 +0000

    bump version to 1.1.4, and set revision to 1
    
    2001-10-31  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: bump version to 1.1.4, and set revision to 1

 ChangeLog    | 4 ++++
 configure.in | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 0ce855a56fdc5a42e43dbc2bb9332a2d556d1219
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 1 02:28:18 2001 +0000

    add --recursive-unset command line option
    
    2001-10-31  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconftool.c: add --recursive-unset command line option

 ChangeLog         |   4 ++
 gconf/gconftool.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 133 insertions(+)

commit aad41602641b2aba2c47d76992b8c605576ffc22
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Wed Oct 31 16:09:55 2001 +0000

    Plug leak.
    
    * gconf/gconf-internals.c (gconf_activate_server): Plug leak.

 ChangeLog               | 4 ++++
 gconf/gconf-internals.c | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit ce79a1f139f92b99314d88f3ba0d694b52251134
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date:   Tue Oct 30 16:17:18 2001 +0000

    add missing headers to remove some warnings.
    
    * backends/val-encode.c: add missing headers to remove
    some warnings.

 ChangeLog             | 5 +++++
 backends/val-encode.c | 5 +++++
 2 files changed, 10 insertions(+)

commit df6f16b9a159e51d89ed5ca6fddc513201568e0e
Author: Jacob Berkman <jberkman@src.gnome.org>
Date:   Mon Oct 29 17:17:17 2001 +0000

    Add glib-gettextize and GETTEXT_PACKAGE support throughout.  please see ChangeLog, gnome-2-0-list@, or gnome-hackers@ for details

 ChangeLog                   | 10 ++++++++++
 autogen.sh                  |  8 ++++++++
 configure.in                |  4 ++--
 gconf-editor/gconf-editor.c |  4 ++--
 4 files changed, 22 insertions(+), 4 deletions(-)

commit ab5a511bd8fb3e72422ea111e7bd521b7df04785
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Mon Oct 29 16:49:50 2001 +0000

    More complete probing of db3.

 ChangeLog    |  5 +++++
 configure.in | 11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

commit e6b94863c6d48b1177109c3fb0b929103b2d0946
Author: Ross Golder <ross@golder.org>
Date:   Tue Oct 16 18:29:12 2001 +0000

    updated installation paths
    
    2001-10-16  Ross Golder  <ross@golder.org>
    
        * gconf.spec.in: updated installation paths

 ChangeLog     | 8 ++++----
 gconf.spec.in | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 965f491ad6fb645110aef0985d360c1d52ee32f4
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Oct 15 23:09:17 2001 +0000

    don't create config daemon for --get-default-source (main): shut down
    
    2001-10-15  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconftool.c (main): don't create config daemon for
        --get-default-source
        (main): shut down daemon in makefile install mode

 ChangeLog         |  6 ++++++
 gconf/gconftool.c | 23 +++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

commit 6fcb8a0e9c49e73377b10a77aeb62328f3f3de6f
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Oct 15 18:00:48 2001 +0000

    remove generated file from CVS

 doc/gconf/gconf-decl.txt | 4065 ----------------------------------------------
 1 file changed, 4065 deletions(-)

commit 90cdd590bc3fefe91add74ff689acadc5429fa44
Author: Ross Golder <rossg@src.gnome.org>
Date:   Sun Oct 14 20:02:24 2001 +0000

    Updated gconf.spec.in installation paths

 ChangeLog     |  4 ++++
 gconf.spec.in | 34 +++++++++++++++++-----------------
 2 files changed, 21 insertions(+), 17 deletions(-)

commit 02fd0aff4ce6d649c52b3f902b8ab45bc29e0181
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Oct 14 19:46:19 2001 +0000

    Updated Swedish translation.
    
    2001-10-14  Christian Rose  <menthos@menthos.com>
    
        * sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     | 1150 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 603 insertions(+), 551 deletions(-)

commit d953dd3784be6260159ea1b26ed1f07b9259c529
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Oct 14 17:34:55 2001 +0000

    oops, bump GCONF_AGE too so we get the right soname

 ChangeLog    | 2 +-
 configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 34e1d991e4f9d3318ed2824d05ae4b13f3e44732
Author: Havoc Pennington <hp@redhat.com>
Date:   Sun Oct 14 17:29:08 2001 +0000

    bump version, increment GCONF_CURRENT due to API additions
    
    2001-10-14  Havoc Pennington  <hp@redhat.com>
    
        * configure.in: bump version, increment GCONF_CURRENT
        due to API additions

 ChangeLog    | 7 ++++++-
 configure.in | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 268a72814a8555c071f8721eca342c82e2d1fbeb
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Sun Oct 14 00:03:38 2001 +0000

    Updated Brazilian Portuguese translation.
    
    2001-10-13  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
    
    * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |   4 +
 po/pt_BR.po  | 764 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 362 insertions(+), 406 deletions(-)

commit 0faec43522e89f333342dd3293464ee4c4740b2d
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Sat Oct 13 21:46:03 2001 +0000

    Updated Spanish translation.

 po/ChangeLog |   4 +
 po/es.po     | 247 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 152 insertions(+), 99 deletions(-)

commit c35ccb1e41587ba969108e0becd409b35e47a3e8
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Sat Oct 13 16:54:42 2001 +0000

    More updates.
    
    2001-10-13  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: More updates.

 po/ChangeLog |   4 ++
 po/sk.po     | 175 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 106 insertions(+), 73 deletions(-)

commit 366d33f6ae0e162a166379c02689777d118d0784
Author: Jaka Mocnik <jaka@gnu.org>
Date:   Sat Oct 13 15:45:09 2001 +0000

    allow for db3 headers/includes installed in a strange location. add
    
    2001-10-13  Jaka Mocnik  <jaka@gnu.org>
    
            * configure.in: allow for db3 headers/includes installed in a
            strange location.
            * backends/Makefile.am: add BDB_CFLAGS to INCLUDES.

 ChangeLog            |  6 ++++++
 backends/Makefile.am |  2 +-
 configure.in         | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 61 insertions(+), 3 deletions(-)

commit 1cca7f1f1ba9e2ec82c684d002207b207ac2a6b2
Author: Valek Frob <frob@src.gnome.org>
Date:   Sat Oct 13 11:27:17 2001 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 726 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 345 insertions(+), 385 deletions(-)

commit 51b176c0f69b10cbeed19c829328065172f11fce
Author: Havoc Pennington <hp@redhat.com>
Date:   Sat Oct 13 00:16:14 2001 +0000

    Merge from stable.
    
    2001-10-12  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * gconf/gconf.c (gconf_engine_set): check UTF-8 validity here,
        instead of at the higher levels
    
        * gconf/gconf-value.c (gconf_value_validate): new internal function

 ChangeLog               |  9 +++++++++
 gconf/gconf-internals.h |  8 ++++++--
 gconf/gconf-value.c     | 29 +++++++++++++++++++++++++++++
 gconf/gconf.c           | 14 +++-----------
 4 files changed, 47 insertions(+), 13 deletions(-)

commit 4d837029eebbb84488974ecc9286e21f1a6e4762
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Oct 12 23:56:55 2001 +0000

    Merge from stable.
    
    2001-10-12  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * tests/testschemas.c (check_schema_storage): add some UTF-8
    
        * tests/testpersistence.c: UTF-8 test
    
        * tests/testgconf.c: add a UTF-8 test
    
        * gconf/gconf.c: UTF-8 checks, and some indentation
    
        * gconf/gconf-schema.c: UTF-8 checks
    
        * gconf/gconf-value.c: add some UTF-8 robustness

 ChangeLog               | 16 ++++++++
 gconf/gconf-changeset.c |  7 ++--
 gconf/gconf-internals.c | 98 +++++++++++++++++++++++++++++++++++++++++++------
 gconf/gconf-internals.h | 10 +++--
 gconf/gconf-schema.c    | 49 ++++++++++++++++++++++++-
 gconf/gconf-value.c     | 32 ++++++++++++++--
 gconf/gconf.c           | 64 +++++++++++++++++++++++---------
 tests/testgconf.c       |  1 +
 tests/testpersistence.c |  1 +
 tests/testschemas.c     |  3 +-
 10 files changed, 239 insertions(+), 42 deletions(-)

commit b11b62281e95be1268f8f2c7054ca487c80c8809
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Oct 12 20:17:13 2001 +0000

    Merging from stable.
    
    2001-10-12  Havoc Pennington  <hp@redhat.com>
    
            Merging from stable.
    
        * backends/xml-entry.c (entry_unset_value): don't translate "%s"
    
        * backends/xml-cache.c (cache_sync_foreach): printf string screwup
    
        * backends/xml-backend.c (query_value): fix printf string derived
        from untrusted data
        (query_value): ditto
    
        * configure.in: ensure we find the right bdb headers, if we find
        the library, error if not. Reported by Samuel Stringham
    
        * gconf/gconf-internals.c (gconf_double_to_string): use g_snprintf
        not plain snprintf for Solaris 2.5.1 friendliness
    
        * doc/gconf/tmpl/gconf-value.sgml: fix docs to mention that pairs
        contain only primitive types; pointed out by Gregory Merchan
    
        * configure.in (BDB_CFLAGS): patch from Nils Philippsen to detect
        DB 3.1 if available.

 ChangeLog                       | 24 ++++++++++++++++++++++++
 backends/xml-backend.c          |  4 ++--
 backends/xml-cache.c            |  2 +-
 backends/xml-entry.c            |  2 +-
 configure.in                    |  2 +-
 doc/gconf/tmpl/gconf-value.sgml |  4 +++-
 gconf/gconf-error.c             |  1 +
 gconf/gconf-internals.c         |  4 ++--
 8 files changed, 35 insertions(+), 8 deletions(-)

commit 4e9aa23c49a2059c32de9604a8eccc0a97c997c2
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Fri Oct 12 16:42:21 2001 +0000

    Updated Slovak translation.
    
    2001-10-12  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 701 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 308 insertions(+), 397 deletions(-)

commit d60a041aea1ebfa9b188372e60116e3baf01c05e
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Fri Oct 12 07:33:21 2001 +0000

    Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     | 1117 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 611 insertions(+), 510 deletions(-)

commit e5fa266db0d471b63b5530b0964f089a6e8f9bb4
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Oct 11 20:43:18 2001 +0000

    add test for the key escaper/unescaper thingy
    
    2001-10-11  Havoc Pennington  <hp@redhat.com>
    
        * tests/testgconf.c (check_utils): add test for the key
        escaper/unescaper thingy
    
        * gconf/gconf.c (gconf_escape_key): new function
        (gconf_unescape_key): new function

 ChangeLog         |  13 ++++++
 gconf/gconf.c     | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf.h     |   6 +++
 tests/testgconf.c |  48 ++++++++++++++++++++
 4 files changed, 194 insertions(+), 1 deletion(-)

commit 09139ec824be334d63a435034ce479d60fbc611d
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Oct 10 21:15:29 2001 +0000

    fix to reflect bizarre behavior of xmlSaveFile() (it tries to unescape the
    
    2001-10-10  Havoc Pennington  <hp@redhat.com>
    
        * backends/xml-dir.c (dir_sync): fix to reflect bizarre behavior
        of xmlSaveFile() (it tries to unescape the filename as a URI,
        resulting in mangling my filename!)

 ChangeLog          |  6 ++++++
 backends/xml-dir.c | 48 +++++++++++++++++++++++++++++++++++-------------
 2 files changed, 41 insertions(+), 13 deletions(-)

commit 614882dec3c9af10a939ed9eceb36c9bc4c1887b
Author: Keld Jørn Simonsen <keld@src.gnome.org>
Date:   Sun Oct 7 19:06:44 2001 +0000

    Some new translations, and some updates
    Modified Files:
    encompass/po/da.po gconf/po/da.po gnome-pilot/po/da.po
    xpdf/po/da.po
    Added Files:
    gnomba/po/da.po gnome-print-admin/po/da.po
    gnome-spell/po/da.po nautilus-gtkhtml/po/da.po reef/po/da.po
    ximian-utils/po/da.po

 po/da.po | 1290 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 615 insertions(+), 675 deletions(-)

commit 30b9df6ec5254e20b6225718e2ea8d0e74462a7f
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Oct 4 19:21:08 2001 +0000

    do wack-ass juju to avoid .nfs23344534543 files appearing in the lock
    
    2001-10-04  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-internals.c (gconf_release_lock): do wack-ass juju
        to avoid .nfs23344534543 files appearing in the lock directory
        and causing warnings.

 ChangeLog               |  6 +++
 gconf/gconf-internals.c | 97 +++++++++++++++++++++++++++++++++++++++----------
 gconf/gconfd.c          |  2 +-
 3 files changed, 84 insertions(+), 21 deletions(-)

commit 3bca44d39adbb623e6101bc2b46c54e864d7714a
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Oct 4 18:48:22 2001 +0000

    remove an extra warning
    
    2001-10-04  Havoc Pennington  <hp@redhat.com>
    
        * backends/xml-dir.c (dir_fill_cache_from_doc): remove an
        extra warning

 ChangeLog          | 5 +++++
 backends/xml-dir.c | 8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit a46353dcf241afa560cb9c35215723fedd4b8a04
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Oct 4 18:40:26 2001 +0000

    include strerror in the error message on lock failure
    
    2001-10-04  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf-internals.c (open_empty_locked_file): include
        strerror in the error message on lock failure

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit e3f89ddaa4badeba2a6ea569ad8bc3ed42d9dc5a
Author: Michael Meeks <michael@ximian.com>
Date:   Sun Sep 30 23:27:18 2001 +0000

    fix deprecated guard.
    
    2001-10-01  Michael Meeks  <michael@ximian.com>
    
        * gconf/gconf.h: fix deprecated guard.
    
        * gconf/gconf.c (ctable_remove_by_client_id): remove unused.

 ChangeLog     |  6 ++++++
 gconf/gconf.c | 14 --------------
 2 files changed, 6 insertions(+), 14 deletions(-)

commit b84ec3f1a3ecc12f1583e16a9e5e47ba20a229ca
Author: Carlos Perell Marn <carlos@gnome-db.org>
Date:   Sat Sep 29 18:48:03 2001 +0000

    closed a comment.
    
    2001-09-29  Carlos Perell Marn <carlos@gnome-db.org>
    
        * gconf/gconf.h (GCONF_DISABLE_DEPRECATED): closed a comment.

 ChangeLog     | 4 ++++
 gconf/gconf.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 36bcc3665168f50f9f260e0641951b9ac5c133fb
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Fri Sep 28 21:31:27 2001 +0000

    Updated Spanish translation.

 po/ChangeLog |   4 +
 po/es.po     | 735 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 390 insertions(+), 349 deletions(-)

commit 7ad97d1e249c4f2d5a59882d71181bb8c2aa7ecf
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Sep 28 18:31:48 2001 +0000

    fix write_byte_fd to always be initialized
    
    2001-09-28  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconfd.c (main): fix write_byte_fd to always be initialized
    
        * gconf/gconf-internals.c (gconf_get_current_lock_holder): read
        IOR file, not directory it's inside
    
    2001-09-26  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf.h: mark gconf_init() deprecated
    
        * gconf/Makefile.am (INCLUDES): libxml cflags
    
        * gconf/gconf.c (gconf_init): make this a no-op, instead init on
        demand.
    
            Merge from stable
    
        * gconf.m4.in: patch from Yanko Kaneti to have AM_GCONF_SOURCE
        define a GCONF_SCHEMA_FILE_DIR variable for the directory where
        schema files should be installed
    
        * gconf/Makefile.am (install-data-local): don't install oafinfo
    
        * configure.in: don't generate oafinfo
    
        * gconf/gconftool.c (main): remove error message about running
        gconfd while installing schemas, instead we'll fail to get a lock.
    
        * gconf/gconfd.c (main): redirect stdin/out/err to /dev/null
        instead of just closing them, saves ORBit some confusion
    
        * backends/xml-cache.c (cache_clean): change the "items remain in
        cache" message to DEBUG level
    
        * gconf/gconf-internals.c (gconf_get_lock_or_current_holder):
        rearrange locking to just use fcntl()
    
        * gconf/gconf.c (gconf_engine_connect): fix error message in
        default daemon case
    
        * gconf/gconfd.c (gconf_main): reduce exit-after-unused timeout to
        2 minutes
    
        * gconf/Makefile.am (INCLUDES): add -DGCONF_BINDIR
    
        * gconf/gconf-internals.c: delete nanosleep junk

 ChangeLog                    |  48 +++
 backends/xml-cache.c         |   8 +-
 configure.in                 |   3 +-
 gconf-2.m4.in                |  26 +-
 gconf.m4.in                  |  26 +-
 gconf/Makefile.am            |  35 +-
 gconf/gconf-database.c       |   3 +-
 gconf/gconf-internals.c      | 933 ++++++++++++++++++++++++++++---------------
 gconf/gconf-internals.h      |  11 +-
 gconf/gconf-locale.c         |   1 +
 gconf/gconf-sources.c        |   2 +-
 gconf/gconf.c                | 125 ++----
 gconf/gconf.h                |  12 +-
 gconf/gconfd.c               | 137 ++-----
 gconf/gconftool.c            |  11 -
 tests/testactivationraces.sh |  28 ++
 16 files changed, 842 insertions(+), 567 deletions(-)

commit 59446e32f33e23b2c1395a9567455b9319e8162d
Author: Valek Frob <frob@src.gnome.org>
Date:   Fri Sep 28 13:32:33 2001 +0000

    Updated russian translation.

 po/ChangeLog |  4 +++
 po/ru.po     | 79 ++++++++++++------------------------------------------------
 2 files changed, 19 insertions(+), 64 deletions(-)

commit 94e9c2f575d869812f0a0fd69a9417097929e5b3
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Sep 27 17:59:49 2001 +0000

    srcdir != builddir fixage
    
    2001-09-27  Havoc Pennington  <hp@redhat.com>
    
        * backends/Makefile.am (INCLUDES): srcdir != builddir fixage
    
        * configure.in: increment version for release
        (ORBIT_IDL): look for orbit-idl-2 using pkg-config

 ChangeLog            |    5 +-
 backends/Makefile.am |    2 +-
 configure.in         |    4 +-
 po/az.po             | 1692 ++++++++++++++++++++++++++------------------------
 po/ca.po             | 1116 +++++++++++++++++----------------
 po/cs.po             | 1058 ++++++++++++++++---------------
 po/da.po             | 1168 +++++++++++++++++-----------------
 po/de.po             | 1384 +++++++++++++++++++++++------------------
 po/el.po             | 1228 ++++++++++++++++++------------------
 po/es.po             |    2 +-
 po/fi.po             | 1165 +++++++++++++++++-----------------
 po/fr.po             | 1423 +++++++++++++++++++++++-------------------
 po/ga.po             | 1011 +++++++++++++++---------------
 po/gl.po             |   10 +-
 po/hu.po             | 1059 ++++++++++++++++---------------
 po/it.po             | 1018 +++++++++++++++---------------
 po/ja.po             | 1482 +++++++++++++++++++++++--------------------
 po/ko.po             | 1088 ++++++++++++++++----------------
 po/nl.po             | 1381 ++++++++++++++++++++++------------------
 po/nn.po             | 1095 ++++++++++++++++----------------
 po/no.po             |    2 +-
 po/pt_BR.po          |   84 ++-
 po/ro.po             | 1069 ++++++++++++++++---------------
 po/ru.po             | 1144 +++++++++++++++++-----------------
 po/sk.po             |  100 +--
 po/sl.po             |   49 +-
 po/sv.po             | 1394 ++++++++++++++++++++++-------------------
 po/tr.po             |  689 ++++++++++----------
 po/uk.po             | 1144 +++++++++++++++++-----------------
 po/zh_CN.po          |   46 +-
 30 files changed, 12439 insertions(+), 11673 deletions(-)

commit 127649091e7b86769e8b16276d52c86795de2416
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Sep 27 17:49:17 2001 +0000

    look for orbit-idl-2 using pkg-config
    
    2001-09-27  Havoc Pennington  <hp@redhat.com>
    
        * configure.in (ORBIT_IDL): look for orbit-idl-2 using pkg-config

 ChangeLog    | 4 ++++
 configure.in | 6 +-----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 96169423e79f25b6d8e653bd467e9e140264665c
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Thu Sep 20 11:41:28 2001 +0000

    Update

 po/ChangeLog |   4 +
 po/tr.po     | 653 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 338 insertions(+), 319 deletions(-)

commit 6f1896c7f184c37a2faf06aa72cc63cbc6722690
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Wed Sep 19 22:26:29 2001 +0000

    Updated Spanish translation

 po/ChangeLog |   4 +
 po/es.po     | 505 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 265 insertions(+), 244 deletions(-)

commit 6e4a84d85e5c3bf88ae251eecc4f22ee95defaa7
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Sep 19 19:14:05 2001 +0000

    look for orbit-idl-2 not orbit-idl, add option to explicitly
    
    2001-09-17  Havoc Pennington  <hp@redhat.com>
    
            * configure.in: look for orbit-idl-2 not orbit-idl,
            add option to explicitly enable/disable bdb backend

 ChangeLog    |  5 +++++
 configure.in | 17 ++++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)

commit c019eb5aefb94e8b62dd78f17e1cb82a1b63cacf
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Sep 19 14:47:33 2001 +0000

    Updated Norwegian (bokml) translation.
    
    2001-09-19  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |   4 +++
 po/no.po     | 113 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 67 insertions(+), 50 deletions(-)

commit 662ccd01079923f6e232eb3510660db84724f42c
Author: Wang Jian <lark@src.gnome.org>
Date:   Wed Sep 19 12:29:28 2001 +0000

    *** empty log message ***

 po/ChangeLog |   4 ++
 po/zh_CN.po  | 118 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 64 insertions(+), 58 deletions(-)

commit 3de492ad6fcaa48626b63b603555d8e0921fa275
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Tue Sep 18 23:24:39 2001 +0000

    Updated Brazilian Portuguese translation.
    
    2001-09-18  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
    
    * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |    4 +
 po/pt_BR.po  | 1125 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 531 insertions(+), 598 deletions(-)

commit 563f67e72b1376b1ff32195263dcd8ce2e1dbae8
Author: Wang Jian <lark@src.gnome.org>
Date:   Sat Sep 8 15:46:06 2001 +0000

    *** empty log message ***

 ChangeLog          |    4 +
 configure.in       |    2 +-
 po/ChangeLog       |    4 +
 po/zh_CN.GB2312.po | 1595 ------------------------------------------------
 po/zh_CN.po        | 1711 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1720 insertions(+), 1596 deletions(-)

commit 00c555f220c019909afef5629b85929695fdfa88
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Mon Sep 3 13:49:04 2001 +0000

    Updated Slovak translation.
    
    2001-09-03  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     | 1244 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 590 insertions(+), 658 deletions(-)

commit 941ff1425e14302dce62db4c2ff43d288731b95d
Author: Yanko Kaneti <yaneti@src.gnome.org>
Date:   Tue Aug 28 23:18:06 2001 +0000

    revert my previous change until i figure what was supposed to go in
    as i was obviously confused

 ChangeLog            |  9 -------
 doc/gconf/gconf.sgml | 71 +++++++++++++++++++---------------------------------
 gconf-2.m4.in        | 22 +++++++---------
 gconf.m4.in          | 22 +++++++---------
 4 files changed, 44 insertions(+), 80 deletions(-)

commit 6cdf3a98ff62bf0e5e6ef38d6717c6a5b6fc3538
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Tue Aug 28 13:29:17 2001 +0000

    Merge from stable.
    
    2001-08-28  Yanko Kaneti  <yaneti@declera.com>
    
       Merge from stable.
    
       * gconf.m4.in: add --with-gconf-schema-dir -> GCONF_SCHEMA_FILE_DIR
       to the AM_GCONF_SOURCE macro.
    
       * doc/gconf/gconf.sgml: update the docs wrt the above change.

 ChangeLog            |  9 +++++++
 doc/gconf/gconf.sgml | 71 +++++++++++++++++++++++++++++++++-------------------
 gconf-2.m4.in        | 22 +++++++++-------
 gconf.m4.in          | 22 +++++++++-------
 4 files changed, 80 insertions(+), 44 deletions(-)

commit 454d537602eff895b1ed507d5e3be764f7f14fef
Author: Darin Adler <darin@src.gnome.org>
Date:   Sun Aug 26 05:21:02 2001 +0000

    Got rid of extra unneeded -I directives.
    
        * backends/Makefile.am:
        * examples/Makefile.am:
        * gconf-editor/Makefile.am:
        * tests/Makefile.am:
        * wrappers/guile/Makefile.am:
        Got rid of extra unneeded -I directives.
    
        * examples/basic-gconf-app.c:
        * examples/simple-controller.c:
        * examples/simple-view.c:
        Changed includes to use the normal <gconf/*> format, because
        that is both better for examples, and works fine when building
        gconf too, without any special -I trickery.

 ChangeLog                    | 16 ++++++++++++++++
 backends/Makefile.am         |  2 +-
 examples/Makefile.am         |  2 +-
 examples/basic-gconf-app.c   |  3 +--
 examples/simple-controller.c |  3 +--
 examples/simple-view.c       |  3 +--
 gconf-editor/Makefile.am     |  2 +-
 tests/Makefile.am            |  5 ++---
 wrappers/guile/Makefile.am   |  2 +-
 9 files changed, 25 insertions(+), 13 deletions(-)

commit 739a42053b10357a3f403eac832a8dd61fca49b0
Author: Jesus Bravo Alvarez <jesusb@src.gnome.org>
Date:   Sun Aug 19 13:25:02 2001 +0000

    Added Galician translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/gl.po     | 1862 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1871 insertions(+), 1 deletion(-)

commit d84fa04513373244d7e6994ea733eb55fb53b6b3
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sat Aug 18 17:42:50 2001 +0000

    Updated Slovenian translation

 po/sl.po | 619 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 318 insertions(+), 301 deletions(-)

commit 096dbe4261dd2989ac5f2b35c732287d330aa477
Author: Maciej Stachowiak <mstachow@src.gnome.org>
Date:   Fri Aug 17 22:14:46 2001 +0000

    Handle rename for ParseFailed exception.
    
        * gconf/gconf-internals.c: (gconf_handle_oaf_exception): Handle
        rename for ParseFailed exception.

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit a0f80447f71c9538f797aa6f8693a91f79c74ed5
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Thu Aug 16 17:10:05 2001 +0000

    Updated Slovenian translation

 po/sl.po | 1244 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 538 insertions(+), 706 deletions(-)

commit b59bc99e1b56a581a2e7b2cf83c2d6b458359eea
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Aug 15 21:54:22 2001 +0000

    Merge from stable.
    
    2001-08-15  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * backends/xml-backend.c (x_shutdown): ditto
        (resolve_address): ditto
    
        * backends/bdb-backend.c (vtable_bdb_shutdown): ditto
        (vtable_bdb_resolve_address): ditto
    
        * gconf/gconf-internals.c (gconf_load_source_path): ditto
    
        * gconf/gconfd.c (gconf_server_load_sources): change to DEBUG
        level
    
        * backends/xml-backend.c (g_module_check_init): change a log
        message to DEBUG level

 ChangeLog               | 18 ++++++++++++++++++
 backends/bdb-backend.c  |  4 ++--
 backends/xml-backend.c  |  6 +++---
 gconf/gconf-internals.c |  2 +-
 gconf/gconfd.c          |  2 +-
 5 files changed, 25 insertions(+), 7 deletions(-)

commit 1aca1417d63a086298d23228dc745d852e137907
Author: Michael Meeks <michael@src.gnome.org>
Date:   Tue Aug 14 18:04:06 2001 +0000

    hush.

 gconf/.cvsignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e7b5d7079d009ad3bc171ececfab22a3f0393140
Author: Michael Meeks <michael@ximian.com>
Date:   Tue Aug 14 18:03:46 2001 +0000

    depend on bonobo-activation >= 0.9.1
    
    2001-08-14  Michael Meeks  <michael@ximian.com>
    
        * configure.in: depend on bonobo-activation >= 0.9.1
    
        * gconf/Makefile.am: Update to install GNOME_Config.server.
    
        * configure.in: update to GNOME_Config.server
    
        * gconf/Makefile.am (-DIID): rename to GNOME_Config_Daemon
        to fit with the bonobo namespace guidelines.
    
        * gconf/GNOME_Config.server.in: update & indent.

 ChangeLog                    | 10 +++++++++-
 configure.in                 |  4 ++--
 gconf/GNOME_Config.server.in |  8 ++++----
 gconf/Makefile.am            |  8 ++++----
 gconf/gconfd.server.in       |  2 +-
 5 files changed, 20 insertions(+), 12 deletions(-)

commit 82f14eae8f86c9ab10bc4cef07af9197bcfb371c
Author: Michael Meeks <michael@ximian.com>
Date:   Tue Aug 14 14:06:14 2001 +0000

    rename to GNOME_Config_Daemon to fit with the bonobo namespace guidelines.
    
    2001-08-13  Michael Meeks  <michael@ximian.com>
    
        * gconf/Makefile.am (-DIID): rename to GNOME_Config_Daemon
        to fit with the bonobo namespace guidelines.

 ChangeLog      |  5 +++++
 gconf/gconfd.c | 23 ++++++++++++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)

commit aa28752373aca436f8c7eb986232c529ab927dbd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 14 11:13:52 2001 +0000

    Updated Norwegian (bokml) translation.
    
    2001-07-14  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian (bokml) translation.

 po/ChangeLog |    4 +
 po/no.po     | 1307 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 694 insertions(+), 617 deletions(-)

commit b7e15bd0fc0d136be8badadde720907a1b052e69
Author: Marco Pesenti Gritti <mpeseng@tin.it>
Date:   Mon Aug 13 23:51:46 2001 +0000

    small explanation about AM_GCONF_SOURCE_2 macro
    
    2001-08-13  Marco Pesenti Gritti  <mpeseng@tin.it>
    
            * doc/gconf/gconf.sgml: small explanation about
            AM_GCONF_SOURCE_2 macro

 ChangeLog            |  5 +++++
 doc/gconf/gconf.sgml | 26 ++++++++++++++++++++++++--
 2 files changed, 29 insertions(+), 2 deletions(-)

commit ea13012af29844a09b2341117eb491ce2131655f
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Aug 13 20:48:54 2001 +0000

    Merge from stable.
    
    2001-08-13  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * gconf/gconf-internals.c (gconf_load_source_path): patch from
        Adam Spiers to honor variables in include lines
    
        * gconf/gconf-database.c (notify_listeners_cb):
        indentation/whitespace changes
    
        * backends/xml-entry.c (entry_fill_from_node): Only print a
        warning if there's no schema name. Avoids spurious warnings
        on nodes that only have a schema name.

 ChangeLog               | 14 ++++++++++++++
 backends/xml-entry.c    | 10 ++++++----
 gconf/gconf-database.c  | 10 +++++-----
 gconf/gconf-internals.c | 28 +++++++++++++++-------------
 4 files changed, 40 insertions(+), 22 deletions(-)

commit 30dea9409a10999177d05dedd37e17884d605afb
Author: Michael Meeks <michael@ximian.com>
Date:   Mon Aug 13 15:04:16 2001 +0000

    remove nano_sleep; it's unused.
    
    2001-08-13  Michael Meeks  <michael@ximian.com>
    
        * gconf/gconf-internals.c: remove nano_sleep; it's unused.
    
        * configure.in: remove nanosleep check.

 ChangeLog               |  6 ++++++
 configure.in            |  1 -
 gconf/gconf-internals.c | 25 -------------------------
 3 files changed, 6 insertions(+), 26 deletions(-)

commit 7e18d8200f894db898e7e5887ed158fcdae6aa29
Author: Marco Pesenti Gritti <mpeseng@tin.it>
Date:   Sat Aug 11 20:00:13 2001 +0000

    remove the chmod on gconf-config, the file has been removed rename
    
    2001-08-07  Marco Pesenti Gritti  <mpeseng@tin.it>
    
            * configure.in: remove the chmod on gconf-config,
            the file has been removed
            * gconf.m4.in: rename AM_GCONF_SOURCE to AM_GCONF_SOURCE_2
            to not break parallel installs

 ChangeLog     | 7 +++++++
 configure.in  | 3 +--
 gconf-2.m4.in | 2 +-
 gconf.m4.in   | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

commit e16baab58a63694b83bfcc79aea74f947ac1080e
Author: Marco Pesenti Gritti <mpeseng@tin.it>
Date:   Wed Aug 8 18:38:42 2001 +0000

    remove duplicate macro
    
    2001-08-07  Marco Pesenti Gritti  <mpeseng@tin.it>
    
            * gconf/gconf.m4.in: remove duplicate macro

 ChangeLog     |  4 ++++
 gconf-2.m4.in | 18 ------------------
 gconf.m4.in   | 18 ------------------
 3 files changed, 4 insertions(+), 36 deletions(-)

commit 7efa44851994c93ceaff32b575f4894c4f6b2a45
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Wed Aug 8 09:56:17 2001 +0000

    Update

 po/ChangeLog |    4 +
 po/tr.po     | 1223 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 575 insertions(+), 652 deletions(-)

commit cba3488abd6a9e5cae6ce2b1bda5373c820ef0da
Author: Marco Pesenti Gritti <mpeseng@tin.it>
Date:   Tue Aug 7 20:56:49 2001 +0000

    New file. GCONF_SCHEMA_CONFIG_SOURCE macro add gconf.m4 to AC_OUTPUT add
    
    2001-08-07  Marco Pesenti Gritti  <mpeseng@tin.it>
    
            * gconf/gconf.m4.in: New file. GCONF_SCHEMA_CONFIG_SOURCE macro
            * configure.in: add gconf.m4 to AC_OUTPUT
            * Makefile.am: add gconf.m4 to EXTRA_DIST and install-data-local
            Setup a default gconf source on make install.
            * galeon.spec.in: Distribute also the path file and
            the directories for the default source.
            * gconf/Makefile.am: install the default path as "path" instead
            of "path.example". Add GCONF_ETCDIR define.
            * gconf/gconftool.c: Add --get-default-source option.

 ChangeLog         | 12 ++++++++++++
 Makefile.am       | 15 ++++++++-------
 configure.in      |  1 +
 gconf-2.m4.in     | 35 +++++++++++++++++++++++++++++++++++
 gconf.m4.in       | 35 +++++++++++++++++++++++++++++++++++
 gconf.spec.in     |  4 +++-
 gconf/Makefile.am |  3 ++-
 gconf/gconftool.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 150 insertions(+), 9 deletions(-)

commit d9f4b7ba73c280e87218cf4724c44801b90bf73e
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Sun Aug 5 10:52:13 2001 +0000

    Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     | 1157 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 553 insertions(+), 608 deletions(-)

commit a9053f8301a96e3aaa2bd50f3b25731fb17dea7c
Author: Martin Baulig <baulig@suse.de>
Date:   Fri Aug 3 17:22:11 2001 +0000

    Renamed -> gconfd.server.in.
    
    2001-08-03  Martin Baulig  <baulig@suse.de>
    
        * gconf/gconfd.oafinfo.in: Renamed -> gconfd.server.in.
    
        * Makefile.am: Install gconfd.server into the correct dir
        for bonobo-activation.

 ChangeLog                    | 7 +++++++
 configure.in                 | 2 +-
 gconf/.cvsignore             | 2 +-
 gconf/GNOME_Config.server.in | 5 +++++
 gconf/Makefile.am            | 4 ++--
 gconf/gconfd.oafinfo.in      | 5 -----
 gconf/gconfd.server.in       | 5 +++++
 7 files changed, 21 insertions(+), 9 deletions(-)

commit 8b11176fc0d788627fdbbda5f2554deb058cb3a9
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Thu Aug 2 17:30:49 2001 +0000

    Enable simplified Chinese translation.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit b5a33b330e1f543d777bafa70cb1d8d6ed551ac6
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Aug 2 05:31:07 2001 +0000

    version 1.1.1
    
    2001-08-02  Havoc Pennington  <hp@pobox.com>
    
        * configure.in: version 1.1.1
    
        * autogen.sh: don't search for subdirs to autogen, that's just
        annoying if you have a make dist directory laying around

 ChangeLog      |    7 +
 autogen.sh     |    2 +-
 configure.in   |    2 +-
 po/ChangeLog   |   10 +-
 po/POTFILES.in |    1 -
 po/az.po       | 1151 ++++++++++++++++++++++++++-------------------------
 po/cs.po       |  896 +++++++++++++++++++++++-----------------
 po/da.po       |  779 +++++++++++++++++++++--------------
 po/de.po       |  506 ++++++++++++-----------
 po/el.po       |  844 +++++++++++++++++++++++---------------
 po/es.po       |  821 +++++++++++++++++++++++--------------
 po/fi.po       |  603 +++++++++++++++++----------
 po/fr.po       | 1159 ++++++++++++++++++++++++++--------------------------
 po/hu.po       |  723 +++++++++++++++++++-------------
 po/it.po       |  709 +++++++++++++++++++-------------
 po/ja.po       |  970 ++++++++++++++++++++++---------------------
 po/nl.po       |  720 +++++++++++++++++---------------
 po/nn.po       |  918 ++++++++++++++++++++++++-----------------
 po/no.po       | 1084 +++++++++++++++++++++++++-----------------------
 po/pt_BR.po    |  782 +++++++++++++++++++++--------------
 po/ro.po       |  895 +++++++++++++++++++++++-----------------
 po/ru.po       |  790 +++++++++++++++++++++--------------
 po/sk.po       | 1043 ++++++++++++++++++++++++++++-------------------
 po/sl.po       | 1244 ++++++++++++++++++++++++++++++++------------------------
 po/sv.po       | 1000 +++++++++++++++++++++++----------------------
 po/tr.po       |  925 ++++++++++++++++++++++++-----------------
 po/uk.po       |  789 +++++++++++++++++++++--------------
 27 files changed, 11132 insertions(+), 8241 deletions(-)

commit d2664445e5b3f5cbf1b40f9fb2281b9072aae487
Author: Michael Meeks <michael@ximian.com>
Date:   Wed Aug 1 16:18:49 2001 +0000

    port to bonobo-activation from oaf.
    
    2001-08-01  Michael Meeks  <michael@ximian.com>
    
        * port to bonobo-activation from oaf.

 ChangeLog               |  4 ++++
 configure.in            |  2 +-
 gconf-2.0.pc.in         |  2 +-
 gconf/gconf-database.c  |  4 ++--
 gconf/gconf-internals.c | 22 +++++++++----------
 gconf/gconf-sources.c   |  2 +-
 gconf/gconf.c           | 19 ++++++++--------
 gconf/gconfd.c          | 58 ++++++++++++++++++++++++-------------------------
 8 files changed, 58 insertions(+), 55 deletions(-)

commit 9ba02560dc479d225a33c9b90c73acaf845694d4
Author: Yanko Kaneti <yaneti@declera.com>
Date:   Sat Jul 28 04:57:05 2001 +0000

    s/all-pairs/all-entries/ in the error messages
    
    2001-07-28  Yanko Kaneti  <yaneti@declera.com>
    
       * gconf/gconftool.c (main): s/all-pairs/all-entries/ in the error
       messages

 ChangeLog         | 5 +++++
 gconf/gconftool.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit d8f9a07654ddf30f279822106044933dadea46bd
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Fri Jul 27 22:05:13 2001 +0000

    Updated Slovenian translation

 po/sl.po | 714 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 422 insertions(+), 292 deletions(-)

commit e4c9316943d9ea85dbc97619a405c8fa30c382c6
Author: Darin Adler <darin@src.gnome.org>
Date:   Tue Jul 24 19:26:17 2001 +0000

    Set BUILD_INCLUDED_LIBINTL for compatibility with newer versions of
    
        * acinclude.m4: Set BUILD_INCLUDED_LIBINTL for compatibility
        with newer versions of gettext.

 ChangeLog    | 7 +++++++
 acinclude.m4 | 2 ++
 2 files changed, 9 insertions(+)

commit a6e8bc6c8bed05c2143b1748a4bff9fda2b21447
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Jul 24 03:05:14 2001 +0000

    Merge from stable.
    
    2001-07-23  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * gconf/gconfd.c (main): don't warn about failure to create
        ~/.gconfd if EEXIST
    
        * gconf/gconf.c (gconf_engine_all_entries): convert empty string
        to NULL
    
        * gconf/gconf-database.c
        (impl_ConfigDatabase2_all_entries_with_schema_name): don't give
        ORBit any NULL strings in the array, avoids a core dump
    
        * gconf/gconftool.c (list_pairs_in_dir): put a newline after the
        error message

 ChangeLog              | 17 +++++++++++++++++
 gconf/gconf-database.c |  2 ++
 gconf/gconf.c          |  6 +++++-
 gconf/gconfd.c         |  4 ++--
 gconf/gconftool.c      |  2 +-
 5 files changed, 27 insertions(+), 4 deletions(-)

commit afaaf2398fd7bdd124348f19525f94424ecd0034
Author: Martin Baulig <martin@src.gnome.org>
Date:   Mon Jul 23 22:40:11 2001 +0000

    *** empty log message ***

 gconf/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 1d9c50cced7fb20acf7ee84e1c0e1a993d77f2b4
Author: Havoc Pennington <hp@redhat.com>
Date:   Sun Jul 22 18:37:58 2001 +0000

    Merge from stable.
    
    2001-07-16  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * gconf/gconfd.c (main): add super-lame hack to
        pass currently-running gconfd to oafd if oafd has lamely leaked it
        due to lame-assness
    
        * gconf/gconf-internals.c (gconf_get_lock): fix leak of object
        reference belonging to server that held the lock
        (gconf_get_lock_or_current_holder): add function to get current
        owner of a lock
    
        * gconf/GConf.idl: add subclass of ConfigDatabase for some
        exciting new hacky functions.
    
        So an extensible IDL interface would probably have simply passed
        XML messages. But then what's the point of an IDL interface, if
        it's just going to be parse_string() get_string()?  Hmm. Cosmic
        question. ;-)
    
        * gconf/gconf.c (try_to_contact_server): make the error on
        OAF-did-not-set-exception really, really verbose, and explicitly
        say "do not file a GConf bug report." But with fixed OAF this
        shouldn't happen anymore anyhow.
    
        * gconf/gconf-sources.c (gconf_sources_set_value): lengthy verbose
        error message about possible causes of lack of a config database.
        But my lame-ass hack above should keep this from happening so
        much.

 ChangeLog               |  32 +++++-
 gconf/GConf.idl         |  26 ++++-
 gconf/GConfX.idl        |  26 ++++-
 gconf/gconf-database.c  | 176 +++++++++++++++++++++++++++++++-
 gconf/gconf-database.h  |   3 +-
 gconf/gconf-internals.c |  50 ++++++---
 gconf/gconf-internals.h |   4 +-
 gconf/gconf-sources.c   |  29 ++++--
 gconf/gconf-sources.h   |   3 +-
 gconf/gconf-value.c     |   2 +
 gconf/gconf.c           | 142 ++++++++++++++++++++------
 gconf/gconfd.c          |  89 ++++++++++++++--
 gconf/gconftool.c       | 263 ++++++++++++++++++++++++++++++++++++++++++++++--
 13 files changed, 773 insertions(+), 72 deletions(-)

commit 30a18b42a7b69afb23a78bff17c51e0fc758dd5a
Author: Anders Carlsson <andersca@gnome.org>
Date:   Wed Jul 18 08:02:35 2001 +0000

    Remove gconf-config and gconf.m4 from AC_OUTPUT
    
    2001-07-18  Anders Carlsson  <andersca@gnome.org>
    
        * configure.in: Remove gconf-config and gconf.m4 from AC_OUTPUT

 ChangeLog    | 4 ++++
 configure.in | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

commit df465539838e7040e6eb12f526850461b2b036d9
Author: Anders Carlsson <andersca@gnome.org>
Date:   Tue Jul 17 20:13:06 2001 +0000

    Remove gconf-config and gconf.m4 from EXTRA_DIST and do not try to install
    
    2001-07-17  Anders Carlsson  <andersca@gnome.org>
    
        * Makefile.am: Remove gconf-config and gconf.m4 from EXTRA_DIST
        and do not try to install them.
    
        * gconf.m4.in: Remove this file.
    
        * gconf-config.in: Remove this file.

 ChangeLog       |   9 +++
 Makefile.am     |  16 +---
 gconf-2.m4.in   |  66 -----------------
 gconf-config.in | 225 --------------------------------------------------------
 gconf.m4.in     |  66 -----------------
 5 files changed, 10 insertions(+), 372 deletions(-)

commit 239e6f7e629b8a754567d269b6cde4139d457544
Author: Darin Adler <darin@src.gnome.org>
Date:   Tue Jul 17 17:21:46 2001 +0000

    Let CORBA generate the ID instead of providing one ourselves.
    
        * gconf/gconf.c: (gconf_postinit):
        Let CORBA generate the ID instead of providing one ourselves.

 ChangeLog     | 5 +++++
 gconf/gconf.c | 5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit c8f01ffcd0760b594d86c6b4325caf85d3b1ce45
Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
Date:   Tue Jul 17 13:16:43 2001 +0000

    Updated Slovak translation.
    
    2001-07-17  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 366 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 189 insertions(+), 181 deletions(-)

commit 36f7af0060e2ebc38cb9ec3688a6cbce88f440b1
Author: Laszlo Peter <laca@ireland.sun.com>
Date:   Tue Jul 17 11:37:39 2001 +0000

    remove the -Wno-unused flag; not portable.
    
    2001-07-17  Laszlo Peter  <laca@ireland.sun.com>
    
         * gconf/Makefile.am: remove the -Wno-unused flag; not portable.

 ChangeLog         | 4 ++++
 gconf/Makefile.am | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 9d867846e6e95a2e7a237e44c101e94ada5c0b95
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jul 14 19:58:59 2001 +0000

    Added "nn" to ALL_LINGUAS.
    
    2001-07-14  Kjartan Maraas  <kmaraas@gnome.org>
    
        * configure.in: Added "nn" to ALL_LINGUAS.

 ChangeLog    | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 8a1d22791821e6b78ee4e0be86e082cde2034757
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jul 14 19:53:44 2001 +0000

    Added Norwegian (nynorsk) translation.
    
    2001-07-14  Kjartan Maraas  <kmaraas@gnome.org>
    
        * nn.po: Added Norwegian (nynorsk) translation.

 po/ChangeLog |    4 +
 po/nn.po     | 1660 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1664 insertions(+)

commit 8066dc0a97e1d82801e0169555d9333e6b755584
Author: Darin Adler <darin@src.gnome.org>
Date:   Fri Jul 13 22:07:37 2001 +0000

        Fix a bunch of warnings.
    
        * backends/bdb-backend.c: (vtable_bdb_set_value): Add const.
        * backends/bdb.c: (bdb_put_value): Add const.
        * backends/bdb.h: Add const.
        * backends/val-encode.c: (bdb_serialize_value): Add const.
        * backends/val-encode.h: Add const.
        * backends/xml-backend.c: (set_value): Add const.
        * backends/xml-dir.c: (dir_set_value): Add const.
        * backends/xml-dir.h: Add const.
        * backends/xml-entry.h: Add const.
        * gconf/gconf-backend.c: (gconf_get_backend): Add const.
        * gconf/gconf-backend.h: Add const.
        * gconf/gconf-internals.c: (fill_corba_value_from_gconf_value),
        (corba_value_from_gconf_value),
        (fill_corba_schema_from_gconf_schema),
        (corba_schema_from_gconf_schema): Add const.
        * gconf/gconf-internals.h: Add const.
        * gconf/gconf-sources.c: (gconf_source_set_value),
        (gconf_sources_set_value): Add const.
        * gconf/gconf-sources.h: Add const.
        * gconf/gconf.c: (gconf_engine_set): Add const.
        * gconf/gconf.h: Add const.
    
        * gconf/gconf-value.h:
        * gconf/gconf-value.c: (gconf_value_set_list): Remove const,
        because const GSList * doesn't do anything useful.
    
        * backends/xml-entry.c: (entry_get_value), (entry_set_value),
        (entry_sync_if_needed), (entry_fill_from_node): Got rid of
        unused GValue * parameter to entry_sync_if_needed. Also, add
        const in one place.
    
        * gconf/gconftool.c: (main): Add cast.

 ChangeLog               | 37 +++++++++++++++++++++++++++++++++++++
 backends/bdb-backend.c  |  4 ++--
 backends/bdb.c          |  2 +-
 backends/bdb.h          |  2 +-
 backends/val-encode.c   |  4 ++--
 backends/val-encode.h   |  2 +-
 backends/xml-backend.c  |  4 ++--
 backends/xml-dir.c      |  2 +-
 backends/xml-dir.h      |  2 +-
 backends/xml-entry.c    | 12 ++++++------
 backends/xml-entry.h    |  2 +-
 gconf/gconf-backend.c   |  2 +-
 gconf/gconf-backend.h   |  2 +-
 gconf/gconf-internals.c |  8 ++++----
 gconf/gconf-internals.h |  8 ++++----
 gconf/gconf-sources.c   |  4 ++--
 gconf/gconf-sources.h   |  2 +-
 gconf/gconf-value.c     |  2 +-
 gconf/gconf-value.h     |  2 +-
 gconf/gconf.c           |  2 +-
 gconf/gconf.h           |  2 +-
 gconf/gconftool.c       |  4 ++--
 22 files changed, 74 insertions(+), 37 deletions(-)

commit 973c63b1431002cb96d91fa220842a8f4ffeef3e
Author: Peter Williams <peter@beta.newton.cx>
Date:   Fri Jul 13 14:49:50 2001 +0000

    s,uint32_t,guint32,g
    
    2001-07-07  Peter Williams  <peter@beta.newton.cx>
    
        * backends/bdb*: s,uint32_t,guint32,g

 ChangeLog              |  4 ++++
 backends/bdb-backend.c |  4 ++++
 backends/bdb.c         | 40 ++++++++++++++++++++--------------------
 backends/bdb.h         |  4 ++--
 4 files changed, 30 insertions(+), 22 deletions(-)

commit 418efe3ba618e0c177f7b4710a8ecd290ed26f5a
Author: Michael Meeks <michael@ximian.com>
Date:   Thu Jul 12 08:19:36 2001 +0000

    add stamps so we can clean & make.
    
    2001-07-11  Michael Meeks  <michael@ximian.com>
    
        * gconf/Makefile.am (CLEANFILES): add stamps so we can
        clean & make.

 ChangeLog         | 5 +++++
 configure.in      | 4 ++--
 gconf/Makefile.am | 4 +++-
 3 files changed, 10 insertions(+), 3 deletions(-)

commit 14037fe75517a53fb531ccc300d42ec853efd059
Author: Michael Meeks <michael@ximian.com>
Date:   Wed Jul 4 12:37:47 2001 +0000

    add ORBIT_IDL check.
    
    2001-07-03  Michael Meeks  <michael@ximian.com>
    
        * configure.in: add ORBIT_IDL check.
    
        * misc. string.h includes.

 ChangeLog            | 4 ++++
 backends/xml-entry.c | 1 +
 configure.in         | 3 +++
 gconf/Makefile.am    | 4 ++--
 gconf/gconf-client.c | 2 ++
 gconf/gconftool.c    | 1 +
 6 files changed, 13 insertions(+), 2 deletions(-)

commit 4363ac776856578962c548651f0a5208a60ec8b7
Author: Carlos Perell Marn <carlos@gnome-db.org>
Date:   Mon Jul 2 19:06:43 2001 +0000

    /s/g_signal_newc/g_signal_new to reflect the changes at glib2 module. Now
    
    2001-07-02  Carlos Perell Marn <carlos@gnome-db.org>
    
        * gconf/gconf-client.c: /s/g_signal_newc/g_signal_new to reflect
        the changes at glib2 module. Now It compiles.

 ChangeLog            |  5 +++++
 gconf/gconf-client.c | 42 +++++++++++++++++++++---------------------
 2 files changed, 26 insertions(+), 21 deletions(-)

commit 74a81b6547a117d9f14072d35e86c6fc712938a7
Author: Laszlo Peter <laca@ireland.sun.com>
Date:   Fri Jun 29 15:13:07 2001 +0000

    Fix the marshaller rules to avoid looping.
    
    2001-06-29  Laszlo Peter  <laca@ireland.sun.com>
    
        * gconf/Makefile.am: Fix the marshaller rules to avoid looping.

 ChangeLog         |  4 ++++
 gconf/Makefile.am | 16 ++++++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)

commit dd8352309d1b28cd863f6dd6e6801413e9f7bb6f
Author: Peter Williams <peterw@ximian.com>
Date:   Wed Jun 20 16:09:50 2001 +0000

    Save flags to aclocal -- life easier when configure.in changes.
    
    2001-06-20  Peter Williams  <peterw@ximian.com>
    
            * configure.in (ACLOCAL): Save flags to aclocal -- life
            easier when configure.in changes.

 ChangeLog    | 5 +++++
 configure.in | 3 +++
 2 files changed, 8 insertions(+)

commit 1ba75bb08c0a59dcdf1c76ea95bc483177a63c78
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Jun 15 19:53:19 2001 +0000

    remove library versioning for no-longer-existing gconf-gtk lib and Guile
    
    2001-06-15  Havoc Pennington  <hp@redhat.com>
    
        * configure.in: remove library versioning for
        no-longer-existing gconf-gtk lib and Guile wrapper

 ChangeLog    |  5 +++++
 configure.in | 20 --------------------
 2 files changed, 5 insertions(+), 20 deletions(-)

commit a99ffbcc08162cb392d9cdbcd55aa04e0bffcb78
Author: Peter Williams <peterw@ximian.com>
Date:   Fri Jun 1 21:30:00 2001 +0000

    Check if DB3 headers are in db3/db.h as well.
    
    2001-06-01  Peter Williams  <peterw@ximian.com>
    
           * configure.in: Check if DB3 headers are in db3/db.h as well.
    
           * acconfig.h: Add HAVE_DB3_DB_H
    
           * backends/bdb.c: #include config.h to get HAVE_DB3_DB_H
    
           * backends/bdb.h: Include the proper db.h

 ChangeLog      | 10 ++++++++++
 acconfig.h     |  1 +
 backends/bdb.c |  1 +
 backends/bdb.h |  4 ++++
 configure.in   |  2 ++
 5 files changed, 18 insertions(+)

commit ec955ea1057189aebbb9f4d8402e25baac728c2a
Author: Stano Visnovsky <stano@src.gnome.org>
Date:   Fri Jun 1 15:15:25 2001 +0000

    Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
    
        * sk.po: Updated Slovak translation.

 po/ChangeLog |   4 +
 po/sk.po     | 652 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 339 insertions(+), 317 deletions(-)

commit 5ed46c38a567a769c4cacf1024671b42156b54d3
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Wed May 30 15:08:43 2001 +0000

    Updated french translation.

 po/ChangeLog |   4 +
 po/fr.po     | 525 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 266 insertions(+), 263 deletions(-)

commit 4c3a88aea89affcb26ac4efda80e6f6b782d7840
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 22 14:54:30 2001 +0000

    Updated Norwegian translation.
    
    2001-05-22  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 568 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 294 insertions(+), 278 deletions(-)

commit 9d3c4cd7b18c8135b0259ec6eca0cae4103074c7
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Mon May 21 17:12:45 2001 +0000

    fixed headers

 po/ChangeLog |   4 +
 po/cs.po     | 881 +++++++++++++++++++++++++----------------------------------
 po/ro.po     | 637 +++++++++++++++++++++---------------------
 3 files changed, 713 insertions(+), 809 deletions(-)

commit e24f255ef910fb3f604cb3eb4e893e0516e88a41
Author: Tomas O'Connor <tomaso@src.gnome.org>
Date:   Fri May 11 15:33:00 2001 +0000

    Change gconf_value_new_from_string from a private to a public API.

 ChangeLog               | 5 +++++
 gconf/gconf-internals.h | 4 ----
 gconf/gconf-value.h     | 5 +++++
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 008857b35d310df250d1016fc9c72f65b1dbb23a
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri May 11 14:57:44 2001 +0000

    Merge from stable.
    
    2001-05-11  Havoc Pennington  <hp@redhat.com>
    
           Merge from stable.
    
        * gconf/gconfd.c (signal_handler): on SIGUSR1, enable/disable
        debug spew.
    
        * gconf/gconf-internals.c (gconf_log): use a runtime variable to
        decide whether to log debug messages
    
        * gconf/gconf-database.c, gconf/gconfd.c, gconf/gconf-internals.c:
        Change some GCL_WARNING to GCL_DEBUG to chill out logging of
        fairly normal events

 ChangeLog               | 14 ++++++++++++++
 gconf/gconf-database.c  |  6 +++---
 gconf/gconf-internals.c |  7 ++++---
 gconf/gconf-internals.h |  2 ++
 gconf/gconfd.c          |  7 ++++++-
 5 files changed, 29 insertions(+), 7 deletions(-)

commit e5bd4077d2d862edb810029cc09b83e90efae542
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed May 9 23:40:18 2001 +0000

    remove testgconfclient from build, should now be made nongraphical and
    
    2001-05-09  Havoc Pennington  <hp@redhat.com>
    
        * gconf/Makefile.am: remove testgconfclient from build, should
        now be made nongraphical and stuck in tests/
    
        * Makefile.am (SUBDIRS): remove "wrappers" from subdirs
    
        * configure.in: remove Guile cruft, fix up pkg-config usage
    
        * acinclude.m4: Use the pkg-config macros, remove gnome-common
        dependency. Requires CVS pkg-config, need a pkg-config release.
            (Since OAF doesn't build against ORBit1 anyway, I figured why not
        check this in too...)

 ChangeLog            |  14 ++++
 Makefile.am          |   2 +-
 acinclude.m4         | 188 ---------------------------------------------------
 backends/Makefile.am |   6 +-
 configure.in         |  44 ++++--------
 examples/Makefile.am |   5 +-
 gconf/Makefile.am    |  24 ++-----
 tests/Makefile.am    |   4 +-
 8 files changed, 40 insertions(+), 247 deletions(-)

commit f276b40eca4206294fb4887b95d3a6c7ffe2daa2
Author: Murray Cumming <murrayc@src.gnome.org>
Date:   Sat Apr 28 20:28:54 2001 +0000

    added const to some function args.

 ChangeLog            |  8 ++++++++
 gconf/gconf-client.c |  4 ++--
 gconf/gconf-client.h |  4 ++--
 gconf/gconf-schema.c |  4 ++--
 gconf/gconf-schema.h |  4 ++--
 gconf/gconf-value.c  | 16 ++++++++--------
 gconf/gconf-value.h  | 16 ++++++++--------
 gconf/gconf.c        |  2 +-
 gconf/gconf.h        |  2 +-
 9 files changed, 34 insertions(+), 26 deletions(-)

commit 53e80a002124dc3f30ceeed6a8c901488b596572
Author: Michael Meeks <michael@ximian.com>
Date:   Tue Apr 17 18:06:04 2001 +0000

    don't distribute built sources.
    
    2001-04-17  Michael Meeks  <michael@ximian.com>
    
        * gconf/Makefile.am (dist-hook): don't distribute built
        sources.

 ChangeLog         | 5 +++++
 gconf/Makefile.am | 3 +++
 2 files changed, 8 insertions(+)

commit 29acb8695af2313fa092c7f0eb8cc1959f55366e
Author: George Lebl <jirka@5z.com>
Date:   Wed Apr 11 15:08:20 2001 +0000

    If unreffing the default engine set the default_engine pointer to NULL
    
    Wed Apr 11 08:07:11 2001  George Lebl <jirka@5z.com>
    
        * gconf/gconf.c (gconf_engine_unref): If unreffing the default engine
          set the default_engine pointer to NULL

 ChangeLog     | 5 +++++
 gconf/gconf.c | 5 ++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 0833f4913bc5c0c95b10319f623ef130b47ac17a
Author: Federico Mena Quintero <federico@ximian.com>
Date:   Mon Apr 2 17:41:53 2001 +0000

    "sourceforge.net", not "sourceforce.net".
    
    2001-04-02  Federico Mena Quintero  <federico@ximian.com>
    
        * acinclude.m4: "sourceforge.net", not "sourceforce.net".

 ChangeLog    | 4 ++++
 acinclude.m4 | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4e2d7f4249221fd138e6c6d3a2b71d63eb67f9de
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Thu Mar 29 15:44:54 2001 +0000

    Ignore

 po/.cvsignore | 2 ++
 po/ChangeLog  | 4 ++++
 2 files changed, 6 insertions(+)

commit b94ced0208ea7e7cade4ee34a9455712ea5f3926
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Mar 25 13:04:44 2001 +0000

    Updated Slovenian translation

 po/sl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f5d66f6171cbcebdb067019cfe97f3be64e840c9
Author: Anders Carlsson <andersca@src.gnome.org>
Date:   Sat Mar 24 03:31:15 2001 +0000

    Small fix.

 ChangeLog    | 4 ++++
 configure.in | 1 +
 2 files changed, 5 insertions(+)

commit 68819bd16db9cee6005ce5a8b542f46ad1db708c
Author: Martin Baulig <martin@src.gnome.org>
Date:   Fri Mar 23 22:52:30 2001 +0000

    file gconf.pc.in was initially added on branch gconf-1-0.

commit 597919c71495f105eb6bf704948e92a11da2d32c
Author: Martin Baulig <martin@src.gnome.org>
Date:   Fri Mar 23 22:52:30 2001 +0000

    file gconfgtk.pc.in was initially added on branch gconf-1-0.

commit dbe08948cf483e054c7726b0e63f55da26471bc1
Author: Martin Baulig <martin@src.gnome.org>
Date:   Fri Mar 23 21:59:42 2001 +0000

    Don't case GConfClient to GtkObject.

 gconf/testgconfclient.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ff2428bba28c666844f37e090ea071d254c5500e
Author: Martin Baulig <martin@src.gnome.org>
Date:   Fri Mar 23 11:45:53 2001 +0000

    Added CLEANFILES.

 gconf/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

commit b75ca8e4e8b9d4b31ddd4c4a28f6ee2fa1891b89
Author: Marius Andreiana <mandreiana@src.gnome.org>
Date:   Fri Mar 23 11:23:55 2001 +0000

    Added ro (Romanian) translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ro.po     | 1605 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1615 insertions(+), 1 deletion(-)

commit 927cdcb0bdb597b76336e37709e25d95a14dda97
Author: Martin Baulig <martin@src.gnome.org>
Date:   Fri Mar 23 11:15:13 2001 +0000

    *** empty log message ***

 gconf/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 49847eb062aae17c8c9a2b8d1b1eca18cb721f6a
Author: Martin Baulig <martin@src.gnome.org>
Date:   Fri Mar 23 11:14:24 2001 +0000

    Removed wrappers/gtk/Makefile.

 configure.in | 1 -
 1 file changed, 1 deletion(-)

commit 125211d5b4338ce963b03f174382473116d505cb
Author: Martin Baulig <baulig@suse.de>
Date:   Fri Mar 23 11:13:34 2001 +0000

    Removed. Removed. Removed.
    
    2001-03-18  Martin Baulig  <baulig@suse.de>
    
        * gconf/gthreadpool.[ch]: Removed.
        * gconf/gconf-glib-private.h: Removed.
        * gconf/gconf-glib-public.h: Removed.
    
        * gconf/gconf-client.[ch]: Moved here from wrappers/gtk/
        and migrated to use GObject.
    
        * gconf/testgconfclient.c: Moved here from wrappers/gtk/.
    
        * gconf/gconf-internals.h
        (gconf_CORBA_Object_hash, gconf_CORBA_Object_equal):
        New static inline functions.
    
        * gconf/gconfmarshal.list: New file.
    
        * gconf/gconftool.c: Use libxml 2.
    
        * backends/xml-backend.c, backends/xml-cache.h,
        backends/xml-dir.c, backends/xml-dir.h,
        backends/xml-entry.c, backends/xml-entry.h: Use libxml 2.
    
        * wrappers/gtk/*: Moved to gconf/.

 ChangeLog                      |   25 +
 backends/gthreadpool.c         |  435 --------
 backends/gthreadpool.h         |   66 --
 backends/xml-backend.c         |    7 +-
 backends/xml-cache.h           |    2 +-
 backends/xml-dir.c             |   22 +-
 backends/xml-dir.h             |    2 +-
 backends/xml-entry.c           |   26 +-
 backends/xml-entry.h           |    2 +-
 examples/Makefile.am           |    4 +-
 examples/basic-gconf-app.c     |   14 +-
 gconf/.cvsignore               |    7 +-
 gconf/Makefile.am              |   75 +-
 gconf/gconf-client.c           |  135 +--
 gconf/gconf-client.h           |   17 +-
 gconf/gconf-database.h         |    1 -
 gconf/gconf-error.h            |    2 -
 gconf/gconf-glib-private.h     |   38 -
 gconf/gconf-glib-public.h      |   79 --
 gconf/gconf-internals.c        |    2 +-
 gconf/gconf-internals.h        |   29 +
 gconf/gconf.c                  |    4 +-
 gconf/gconfd.c                 |    7 +-
 gconf/gconfmarshal.list        |    2 +
 gconf/gconftool.c              |   23 +-
 po/POTFILES.in                 |    2 +-
 tests/Makefile.am              |    4 +-
 wrappers/Makefile.am           |    8 -
 wrappers/gtk/.cvsignore        |    7 -
 wrappers/gtk/Makefile.am       |   23 -
 wrappers/gtk/gconf-client.c    | 2145 ----------------------------------------
 wrappers/gtk/gconf-client.h    |  380 -------
 wrappers/gtk/testgconfclient.c |  322 ------
 33 files changed, 253 insertions(+), 3664 deletions(-)

commit d3f528d383c338c11271203e208ba17faf0a907c
Author: Martin Baulig <baulig@suse.de>
Date:   Fri Mar 23 11:12:38 2001 +0000

    We're now on the GNOME 2.0 platform.
    
    2001-03-18  Martin Baulig  <baulig@suse.de>
    
        We're now on the GNOME 2.0 platform.
    
        * configure.in: Set MAJOR_VERSION to 2, use pkg-config to
        check for stuff; GTK+ is now optional and only used for
        the examples; depend on ORBit2.
    
        * acinclude.m4: Add the contents of
        gnome-common/macros2/gnome-pkgconfig.m4 here.
    
        * Makefile.am: Install gconf-2.0.pc.
    
        * gconf-2.0.pc.in: New file.

 .cvsignore      |   1 +
 ChangeLog       |  15 +++++
 Makefile.am     |   6 +-
 acinclude.m4    | 187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in    |  71 +++++++++++++--------
 gconf-2.0.pc.in |  12 ++++
 6 files changed, 264 insertions(+), 28 deletions(-)

commit f18ebdddb57efd5340c38b93208202b3ad8ec7ae
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Sat Mar 17 15:31:30 2001 +0000

    cp stable HEAD

 po/ChangeLog |    4 +
 po/tr.po     | 1592 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 736 insertions(+), 860 deletions(-)

commit 8d3dfe8d6124721e883b972c50e0fdd898045031
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Thu Mar 15 11:01:10 2001 +0000

    Updated Azeri file synched po fiels with stable branch
    
    Updated Azeri file
    synched po fiels with stable branch

 configure.in |    2 +-
 po/ChangeLog |    6 +
 po/az.po     | 1508 +++++++++++++++++++++++++++++-------------------------
 po/hu.po     | 1602 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/it.po     | 1595 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 4033 insertions(+), 680 deletions(-)

commit 19ad0a1c05d4ec14d198d0e8605f9a6c4e4eddaa
Author: Wang Jian <lark@src.gnome.org>
Date:   Wed Mar 14 13:35:02 2001 +0000

    *** empty log message ***

 po/zh_CN.GB2312.po | 1595 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1595 insertions(+)

commit affc435fc0d5297aefbb73e086c50e289b1edcf0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Mar 13 11:02:04 2001 +0000

    Merge from branch. Use xmlFree(). Merge from branch. Use xmlFree() and
    
    2001-03-13  Kjartan Maraas  <kmaraas@gnome.org>
    
        * backends/xml-entry.c: Merge from branch. Use xmlFree().
        * gconf/gconftool.c: Merge from branch. Use xmlFree() and
        don't free until after referencing stuff.

 ChangeLog            |  6 ++++++
 backends/xml-entry.c | 41 +++++++++++++++++++++--------------------
 gconf/gconftool.c    | 23 ++++++++++++-----------
 3 files changed, 39 insertions(+), 31 deletions(-)

commit d97945c2830e28b0d7f1856efab2d00a5e02c835
Author: Timur Bakeyev <timur@gnu.org>
Date:   Mon Mar 12 01:08:18 2001 +0000

    Made warning printing a bit nicer.
    
    
    2001-03-12  Timur Bakeyev  <timur@gnu.org>
    
        * Makefile.am: Made warning printing a bit nicer.

 ChangeLog   |  4 ++++
 Makefile.am | 18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 6dc144156f0832fd41f203e9e82f1a78e95938cf
Author: Hector Garcia <hectorg@src.gnome.org>
Date:   Sat Mar 10 17:58:08 2001 +0000

    Added Spanish Translation.

 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/es.po     | 1708 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1713 insertions(+), 1 deletion(-)

commit 7cc36ab2227123ac7aa42ead758eca1cd071f32b
Author: Takuro Kitame <kitame@src.gnome.org>
Date:   Thu Mar 8 07:20:00 2001 +0000

    update ja.po

 po/ChangeLog |   4 +
 po/ja.po     | 457 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 250 insertions(+), 211 deletions(-)

commit 677d2d6823cbebcd7c833d398edecf8081b12f96
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Mar 7 00:14:29 2001 +0000

    Merge from stable.
    
    2001-03-06  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * gconf/gconfd.c (gconf_main): change the periodic timeout to 15
        minutes, to be a bit more aggressive about cleanup.
        (open_append_handle): add a timeout to close the
        saved_state filehandle after a short time, to avoid keeping
        descriptors open.
        (gconfd_need_log_cleanup): new internal function used to control
        whether the periodic cleanup function needs to save a log file

 ChangeLog              | 12 ++++++++
 gconf/gconf-database.c | 31 +++++++++++--------
 gconf/gconfd.c         | 81 +++++++++++++++++++++++++++++++++++++++++++-------
 gconf/gconfd.h         |  2 ++
 4 files changed, 103 insertions(+), 23 deletions(-)

commit c76256e5de1bcab3171d94f6803684321cb0fb91
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Thu Mar 1 23:02:32 2001 +0000

    Updated Slovenian translation

 po/sl.po | 461 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 244 insertions(+), 217 deletions(-)

commit 2268efc195f61041f7229c191c369246a3df4c7a
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Feb 27 18:32:44 2001 +0000

    %define prefix %{_prefix} instead of @prefix@
    
    2001-02-27  Havoc Pennington  <hp@redhat.com>
    
        * gconf.spec.in: %define prefix %{_prefix} instead of @prefix@

 ChangeLog     | 4 ++++
 gconf.spec.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ada0f53758eaa97c5de773e2b1d3cd2b0211296f
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Feb 27 18:27:36 2001 +0000

    Merge from stable.
    
    2001-02-27  Havoc Pennington  <hp@redhat.com>
    
            Merge from stable.
    
        * gconf/gconfd.c (main): Close stdin/stdout/stderr. Also, set the
        log handler, so we don't need stdout/stderr to see GLib messages,
        they go to syslog.
    
        * gconf/Makefile.am (INCLUDES): set the log domain
    
        * gconf/gconftool.c (recurse_subdir_list): the list contains full
        directory paths to start with, fix from Colm
    
        * gconf/gconfd.c (register_database): bugfix from Colm
    
        * gconf/gconf.c (lookup_engine): fix from Colm to check that we
        have an engines hash
        (gconf_engine_get_for_address): improve warning message, fix from
        Colm
        (gconf_engine_remove_dir): new function from Colm, this was
        implemented on the server side but somehow never exported.
    
        * gconf/gconf-database.c (gconf_database_get_persistent_name): Fix
        from Colm to handle the case of empty databases (no sources).

 ChangeLog              |  25 ++++++++
 NEWS                   | 169 +------------------------------------------------
 README                 |  17 +++--
 configure.in           |   2 +-
 gconf/Makefile.am      |   1 +
 gconf/gconf-database.c |   8 ++-
 gconf/gconf.c          |  60 +++++++++++++++++-
 gconf/gconf.h          |   3 +
 gconf/gconfd.c         |  65 ++++++++++++++++---
 gconf/gconftool.c      |   6 +-
 10 files changed, 162 insertions(+), 194 deletions(-)

commit a03d3b5b4fe03cccdc4d4008b7c9cbc73ab3394b
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Feb 18 19:36:32 2001 +0000

    Updated Slovenian translation

 po/sl.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit d817f3cb3fc13fe97ab549819e7cb7a50fb050d3
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Fri Feb 16 21:37:54 2001 +0000

    Updated Slovenian translation

 po/sl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 78fc9fc41a5863406d5ba6861c6737fa0c6a25bc
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Feb 15 11:55:48 2001 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 256 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 133 insertions(+), 127 deletions(-)

commit 599ec3544360ecbe5ad4003bb5db3cb54c38ca3b
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Tue Feb 13 10:54:39 2001 +0000

    Updated French translation, again.

 po/fr.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit cf8a42c0d3bccda02fa19d430ac5f6cc61fe9adb
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Mon Feb 12 22:19:19 2001 +0000

    Added sl translation

 configure.in |    2 +-
 po/sl.po     | 1686 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1687 insertions(+), 1 deletion(-)

commit 67ceeefb92049bbc51897cc512a862ed0fe68c0b
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Mon Feb 12 11:33:47 2001 +0000

    Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     | 1336 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 678 insertions(+), 662 deletions(-)

commit c68eb93e446309b21df7fcd8b9181cd3e89d9509
Author: Martin Norback <mback@src.gnome.org>
Date:   Fri Feb 9 13:32:45 2001 +0000

    *** empty log message ***

 po/ChangeLog | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit f590a8c59783408efb7fe09ab3a1e100cdee27e5
Author: Martin Norback <mback@src.gnome.org>
Date:   Fri Feb 9 13:32:06 2001 +0000

    Updated Swedish translation.

 po/ChangeLog |  6 ++++++
 po/sv.po     | 35 ++++++++++++++++++++---------------
 2 files changed, 26 insertions(+), 15 deletions(-)

commit 6ecb074cd27c0face4acaa6008a4e0137cb18587
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Feb 5 21:17:52 2001 +0000

    File permissions fixes, problem pointed out by Steve Fox.
    
    2001-02-05  Havoc Pennington  <hp@redhat.com>
    
            File permissions fixes, problem pointed out by Steve Fox.
    
        * backends/xml-dir.c (dir_sync): chmod() the XML file after
        xmlSaveFile creates it
    
        * gconf/gconfd.c (main): following Stevens advice for daemons, we
        were calling umask(0), change to umask(022). We need a predictable
        umask, but a safer one would be good since this is a per-user
        daemon not a system daemon.
    
        * backends/dir-utils.c (mode_t_to_mode): make this more portable,
        for paranoia
    
        * backends/xml-dir.c (dir_load): We were getting directory
        permissions from the %gconf.xml file, instead of from the XML root
        directory. Fix.

 ChangeLog            | 19 +++++++++++++++++++
 backends/dir-utils.c | 32 ++++++++++++++++++++++++++------
 backends/xml-dir.c   | 18 +++++++++++++++++-
 gconf/gconfd.c       |  2 +-
 4 files changed, 63 insertions(+), 8 deletions(-)

commit 8783c5529ebf1d5a4aa6816e3422b03d53e3f8a5
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Feb 5 13:02:53 2001 +0000

    Updated Ukrainian translation

 po/uk.po | 99 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 49 deletions(-)

commit 3523d6daa35e0df6ed22efef22ce0df78a6a5e4f
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Feb 3 19:50:33 2001 +0000

    Updated Greek translation

 po/ChangeLog |    6 +-
 po/el.po     | 1415 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 649 insertions(+), 772 deletions(-)

commit 423dc0b4b290fcc4676e2d4fb802e9c070408965
Author: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
Date:   Mon Jan 29 12:04:13 2001 +0000

    Updated Brazilian Portuguese translation.
    
    2001-01-29  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>
    
    * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |   8 +-
 po/pt_BR.po  | 626 ++++++++++++++++++++---------------------------------------
 2 files changed, 213 insertions(+), 421 deletions(-)

commit 12af6446cce28d4a498542bc6bc46833d021f3c4
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Sat Jan 27 12:36:05 2001 +0000

    Added Azeri file

 configure.in |    2 +-
 po/ChangeLog |    6 +
 po/az.po     | 1884 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/fr.po     |    1 -
 po/tr.po     |    4 +-
 5 files changed, 1893 insertions(+), 4 deletions(-)

commit 899e3592c92fd27e60b54dc1e9f27a9ca0b86cfd
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Jan 26 15:20:04 2001 +0000

    Updated Ukrainian translation

 po/uk.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit c457a14be4cdf292af8f5e3f00a57506f627d128
Author: Martin Norback <mback@src.gnome.org>
Date:   Wed Jan 24 16:04:32 2001 +0000

    Updated sv

 po/ChangeLog |   4 ++
 po/sv.po     | 229 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 122 insertions(+), 111 deletions(-)

commit 13b328c720c1742f34dd7d862966ca2846b2407c
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Jan 24 15:57:08 2001 +0000

    Updated Ukrainian translation

 po/uk.po | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit b8b0884fab7be65ed6d4350d864b0434bf5e7024
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Jan 24 15:23:32 2001 +0000

    Updated Ukrainian translation

 po/uk.po | 230 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 116 insertions(+), 114 deletions(-)

commit e57b5afdbff767f9670cd0dc1764c3b1ddd42cbe
Author: Stano Visnovsky <stano@src.gnome.org>
Date:   Wed Jan 24 10:26:52 2001 +0000

    Updated Slovak translation

 po/ChangeLog |   4 +
 po/sk.po     | 339 +++++++++++++++++++++++++----------------------------------
 2 files changed, 145 insertions(+), 198 deletions(-)

commit 25df812ebaa3c3657350b78140886ec55b185c52
Author: Stano Visnovsky <stano@src.gnome.org>
Date:   Tue Jan 23 16:13:52 2001 +0000

    configure.in: Added sk to ALL_LINGUAS

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 98418636a424d91625c8df8ba961d3c18d636be1
Author: Stano Visnovsky <stano@src.gnome.org>
Date:   Tue Jan 23 16:11:44 2001 +0000

    Added initial Slovak translation

 po/ChangeLog |    4 +
 po/sk.po     | 1728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1732 insertions(+)

commit e9ed8c876a5a3529dffb9ef81680567b5d640372
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Mon Jan 22 05:08:59 2001 +0000

    Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.po
    
    Updates
    evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.po
    gimp/po/da.po gimp/po-plug-ins/da.po gnome-vfs/po/da.po
    gnumeric/po/da.po helix-setup-tools/po/da.po nautilus/po/da.po
    gnome-i18n/extra-po/gtm/da.po

 po/da.po | 394 +++++++++++++++++----------------------------------------------
 1 file changed, 105 insertions(+), 289 deletions(-)

commit 5853be36ff5ea82d8b3d8781adaafd7b3a9bbe07
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jan 21 18:48:35 2001 +0000

    change version to 1.1
    
    2001-01-21  Havoc Pennington  <hp@pobox.com>
    
            * configure.in: change version to 1.1
    
            Sync from stable
    
        * backends/xml-entry.c (schema_subnode_extract_data): don't warn
        about <local_schema> with no locale field, because that's normal
        for the default case
        (schema_node_extract_value): use <local_schema> with no locale
        if it exists and we don't find anything better
    
        * tests/testschemas.c (check_schema_use): fix indentation and mem
        leaks
    
        * gconf/gconftool.c (do_get): print default value from schema

 ChangeLog              |  17 +++++
 backends/xml-entry.c   |  11 +++-
 configure.in           |   2 +-
 gconf/gconf-database.c |  10 ++-
 gconf/gconf.c          |   2 +-
 gconf/gconftool.c      |   9 ++-
 tests/testschemas.c    | 174 +++++++++++++++++++++++++++----------------------
 7 files changed, 140 insertions(+), 85 deletions(-)

commit cec42bdfa882ee5cf1ea56be0e82127c3229e8d2
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Tue Jan 16 09:55:35 2001 +0000

    Updated Ukrainian translation

 po/uk.po | 43 +++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 20 deletions(-)

commit 1afffb1ec0113aa1f50b5e40afde7a6c91a33869
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Jan 15 16:09:37 2001 +0000

    Updated Ukrainian translation

 po/uk.po | 47 +++++++++++++++++++++++++++--------------------
 1 file changed, 27 insertions(+), 20 deletions(-)

commit a2f0926492d53545b466c8db21ab49598103e884
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Thu Jan 4 17:00:58 2001 +0000

    Updating some pt_BR translations

 po/pt_BR.po | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit deb044c2290bf652ea24901002bb855b1974910c
Author: Rebecca Schulman <rebecka@eazel.com>
Date:   Mon Dec 18 23:25:50 2000 +0000

    Added a return value to a g_slist_append that would cause a segfault in
    
    2000-12-19  Rebecca Schulman  <rebecka@eazel.com>
    
        * gconf/gconfd.c: (gconf_server_load_sources):
        Added a return value to a g_slist_append that would
        cause a segfault in some cases.

 ChangeLog      | 6 ++++++
 gconf/gconfd.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 341bbb3cd0f17e9efbdb3ed0cc8eff98120f9c89
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Dec 18 10:41:55 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 460da60c2b4d1c45c31eddda296cf82207e6d2c7
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Dec 18 10:29:58 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

commit f847aee9193e043949d50c3ba63cad53c2531686
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Dec 18 09:32:53 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

commit 41b959e4ffe231035deebd46aabc4ef7f345557b
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Dec 18 09:24:38 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit c52161345bdb6b7cc9a6a5f46106f2819dba62c1
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Mon Dec 18 09:20:57 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 179 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 103 insertions(+), 76 deletions(-)

commit f1938da73abc6cf8d17f467fe1b5c4b459ffa86b
Author: jjranta <jjranta@src.gnome.org>
Date:   Fri Dec 15 20:50:27 2000 +0000

    Updated Finnish translation.

 po/ChangeLog |   4 ++
 po/fi.po     | 212 ++++++++++-------------------------------------------------
 2 files changed, 38 insertions(+), 178 deletions(-)

commit 238394c26ebe65201b90eb8f285489fe4b1f5a38
Author: Valek Frob <frob@src.gnome.org>
Date:   Fri Dec 15 09:17:10 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 ++
 po/ru.po     | 177 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 106 insertions(+), 75 deletions(-)

commit 8bdaa035f2b85d76c4c947a9ef928975d82586cc
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Thu Dec 14 14:52:01 2000 +0000

    Translations from keld
    achtung/po/da.po balsa/po/da.po bonobo/po/da.po
    bug-buddy/po/da.po control-center-HEAD/po/da.po ee/po/da.po
    evolution/po/da.po galeon/po/da.po gconf/po/da.po
    gdm2/po/da.po gernel/po/da.po gfloppy/po/da.po gimp/po/da.po
    gimp/po-plug-ins/da.po glade/po/da.po gnome-chess/po/da.po
    gnome-core/po/da.po gnome-db/po/da.po gnome-games/po/da.po
    gnome-iconedit/po/da.po gnome-libs-HEAD/po/da.po
    gnome-libs/po/da.po gnome-lokkit/po/da.po gnome-pilot/po/da.po
    gnome-utils/po/da.po gnome-vfs/po/da.po gnopo/po/da.po
    gnorpm/po/da.po gnumeric/po/da.po gtk+/po/da.po
    guppi3/po/da.po helix-setup-tools/po/da.po libgtop/po/da.po
    magicdev/po/da.po mc/po/da.po memprof/po/da.po pan/po/da.po
    rp3/po/da.po xpdf/po/da.po

 po/da.po | 138 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 70 insertions(+), 68 deletions(-)

commit 8a9fae0be78bdfac2b85419fbf325cd43770aa35
Author: Christian Rose <menthos@src.gnome.org>
Date:   Thu Dec 14 12:21:55 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 ++
 po/sv.po     | 151 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 81 insertions(+), 74 deletions(-)

commit 4f812586211ddecf79aed11244afb3e5ae743ea5
Author: Colm Smyth <colm@src.gnome.org>
Date:   Tue Dec 12 16:52:45 2000 +0000

    The -f flag has no effect with ln -s; need to rm before attempting to
    
    * gconf/Makefile.am:
      The -f flag has no effect with ln -s; need to rm before
      attempting to create the link
    
    * gconf/gconfd.c gconf/gconf-sources.c gconf/gconf-internals.c
      gconf/gconf-sources .h gconf/gconf-internals.h:  Changed
      gconf_load_source_path() to return a GSList and changed
      client code (primarily gconf_sources_new_from_addresses()) to
      take a GSList; this is in preparation for dynamically
      altering the set of active addreses by including addresses
      inside a gconf database (/gconf/partition key).

 gconf/Makefile.am       |  2 +-
 gconf/gconf-internals.c | 43 ++++++-------------------------------------
 gconf/gconf-internals.h |  2 +-
 gconf/gconf-sources.c   | 12 ++++++------
 gconf/gconf-sources.h   |  2 +-
 gconf/gconfd.c          | 20 +++++++-------------
 6 files changed, 22 insertions(+), 59 deletions(-)

commit 2ea59ee3040f7473cd06ec492612875881ac9d32
Author: Christian Rose <menthos@src.gnome.org>
Date:   Mon Dec 11 23:35:50 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 481 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 232 insertions(+), 253 deletions(-)

commit 9986b5e0613f3fb23ce659afd77aa6db85d340da
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Sun Dec 10 07:14:23 2000 +0000

    Updates from Keld achtung/po/da.po balsa/po/da.po bonobo/po/da.po
    
    Updates from Keld
    achtung/po/da.po balsa/po/da.po bonobo/po/da.po
    bug-buddy/po/da.po control-center-HEAD/po/da.po
    control-center/po/da.po dia/po/da.po dr-genius/po/da.po
    ee/po/da.po eog/po/da.po evolution/po/da.po gal/po/da.po
    galeon/po/da.po gconf/po/da.po gdm2/po/da.po
    Tag: gedit-1-0
    gedit/po/da.po
    No tag
    gernel/po/da.po gfax/po/da.po gfloppy/po/da.po ggv/po/da.po
    ghex/po/da.po gimp/po/da.po gimp/po-libgimp/da.po
    gimp/po-plug-ins/da.po gimp/po-script-fu/da.po glade/po/da.po
    gnome-applets/po/da.po gnome-chess/po/da.po
    gnome-core/po/da.po gnome-db/po/da.po gnome-games/po/da.po
    gnome-iconedit/po/da.po gnome-libs-HEAD/po/da.po
    gnome-libs/po/da.po gnome-lokkit/po/da.po gnome-media/po/da.po
    gnome-pilot/po/da.po gnome-pim/po/da.po gnome-print/po/da.po
    gnome-utils/po/da.po gnome-vfs/po/da.po gnomeicu/po/da.po
    gnopo/po/da.po gnorpm/po/da.po gnumeric/po/da.po
    gphoto/po/da.po gtk+/po/da.po gtkhtml/po/da.po
    gtranslator/po/da.po guppi3/po/da.po gxsnmp/po/da.po
    helix-setup-tools/po/da.po libgda/po/da.po libgtop/po/da.po
    magicdev/po/da.po mc/po/da.po memprof/po/da.po oaf/po/da.po
    pan/po/da.po pong/po/da.po
    Tag: v_1_0_x
    pybliographer/po/da.po
    No tag
    rp3/po/da.po sodipodi/po/da.po xpdf/po/da.po

 po/da.po | 470 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 223 insertions(+), 247 deletions(-)

commit c5b8d03939cc52940ecf4ee4c78738d9b8104415
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Dec 5 12:16:48 2000 +0000

    Updated Norwegian translation.
    
    2000-12-05  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog   |   4 +
 po/POTFILES.in |   2 +
 po/no.po       | 470 +++++++++++++++++++++++++++------------------------------
 3 files changed, 229 insertions(+), 247 deletions(-)

commit b7b3177ecdbe32c6a5ec72b67deff3b16332b061
Author: Rodrigo Moya <rodrigo@src.gnome.org>
Date:   Fri Dec 1 12:25:02 2000 +0000

    Fixed soname (libgconf10 -> libgconf11)

 debian/changelog | 2 +-
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 65053280b87a95b3a2777225b7fa54d586e3a9f8
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Dec 1 10:54:08 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 55bfc2a213ead8b51d6f891e4ea7ad13378e31bc
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Dec 1 10:47:01 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 141448125edd5152156870a821e567d0b10b7e02
Author: George Lebl <jirka@5z.com>
Date:   Fri Dec 1 09:01:25 2000 +0000

    When inserting "C" into a list, dup it first to avoid a possible crash
    
    Fri Dec 01 00:54:33 2000  George Lebl <jirka@5z.com>
    
        * gconf/gconf-locale.c (gconf_split_locale):  When inserting "C"
          into a list, dup it first to avoid a possible crash later.

 ChangeLog            | 5 +++++
 gconf/gconf-locale.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit d034c6ce75f8918887229f198ada3de5b0b51654
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Nov 30 21:45:05 2000 +0000

    Fix dereference of NULL GError**
    
    2000-11-30  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf.c (gconf_engine_unset): Fix dereference of NULL GError**

 ChangeLog     | 4 ++++
 gconf/gconf.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit a1893e4beeb2a7f650763cabbbcf4aa61325214d
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Tue Nov 28 09:52:08 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 504 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 171 insertions(+), 333 deletions(-)

commit e5ba94909ccf1950c7a6a053654cbb6baca2b2dc
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Nov 21 03:51:05 2000 +0000

    Fix "make scan" to actually work, so you can build the docs
    
    2000-11-20  Havoc Pennington  <hp@redhat.com>
    
        * doc/gconf/Makefile.am: Fix "make scan" to actually work, so
        you can build the docs

 ChangeLog                        |    5 +
 doc/gconf/Makefile.am            |    6 +-
 doc/gconf/gconf-decl.txt         | 5233 ++++++++++++++++++--------------------
 doc/gconf/tmpl/gconf-client.sgml |   17 +-
 doc/gconf/tmpl/gconf-error.sgml  |    1 +
 doc/gconf/tmpl/gconf-unused.sgml |  144 +-
 6 files changed, 2627 insertions(+), 2779 deletions(-)

commit 73afa799f9aa99b948f24483a4b4318bcfdbd015
Author: Almer S. Tigelaar <almer1@dds.nl>
Date:   Sun Nov 19 18:26:34 2000 +0000

    Updated Dutch translation.
    
    2000-11-19  Almer S. Tigelaar  <almer1@dds.nl>
    
        * nl.po: Updated Dutch translation.

 po/ChangeLog |   4 +
 po/nl.po     | 772 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 421 insertions(+), 355 deletions(-)

commit 2ebfad54e4e766dccabec91fd0cfb91e0dc805a5
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 12 05:01:16 2000 +0000

    Add this function
    
    2000-11-11  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-value.c (gconf_entry_set_is_writable): Add this
    function

 ChangeLog           | 5 +++++
 gconf/gconf-value.c | 7 +++++++
 gconf/gconf-value.h | 3 ++-
 3 files changed, 14 insertions(+), 1 deletion(-)

commit 3cafe1f783f4c9c14630b4c8bc2cff0170e89472
Author: Takayuki KUSANO <kusano@src.gnome.org>
Date:   Thu Nov 9 16:47:24 2000 +0000

    Updated Japanese translation from Takeshi Aihana
    
        * ja.po: Updated Japanese translation from
        Takeshi Aihana <aihana@muc.biglobe.ne.jp>.

 po/ChangeLog |   5 +
 po/ja.po     | 752 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 355 insertions(+), 402 deletions(-)

commit 0c39fa214456b0c4fb2e974298887cfb4d1db81b
Author: Valek Frob <frob@src.gnome.org>
Date:   Wed Nov 8 16:53:22 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 258 +++++++++--------------------------------------------------
 2 files changed, 43 insertions(+), 219 deletions(-)

commit ffd8498e8770ee90e8b2bfc7812986250bbfc3e9
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Wed Nov 8 14:04:04 2000 +0000

    updating pt_BR

 po/pt_BR.po | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 7652aa6734e89875413bcdc7194dbe4832017b5d
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Wed Nov 8 12:37:18 2000 +0000

    Automatically updating some pt_BR and Spanish translatios (sendpos.sh script)
    
    any problem: ricardo@conectiva.com.br
    
    thanks.

 po/pt_BR.po | 209 +++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 130 insertions(+), 79 deletions(-)

commit d33e4b8e98b7dbc55b513ef7a7596ae4dd577c0f
Author: jjranta <jjranta@src.gnome.org>
Date:   Wed Nov 8 10:55:25 2000 +0000

    Updated Finnish translation.

 po/ChangeLog |    4 +
 po/fi.po     | 1186 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 601 insertions(+), 589 deletions(-)

commit cd3d41d0e72ebaffa320d88c5cebd1618c8409f2
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 5 21:10:14 2000 +0000

    Remove the GMarkup and Unicode stuff, turned out to be unnecessary. Left
    
    2000-11-05  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-glib.c, gconf/gconf-glib-private.h: Remove the
    GMarkup and Unicode stuff, turned out to be unnecessary.
    Left only GError.

 ChangeLog                  |     6 +
 gconf/gconf-glib-private.h |   309 --
 gconf/gconf-glib.c         | 10562 -------------------------------------------
 3 files changed, 6 insertions(+), 10871 deletions(-)

commit f5ae63ca77ff17a252147d59c8e448b524b1b223
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 5 18:09:48 2000 +0000

    fix strtoul error checking
    
    2000-11-05  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (parse_listener_entry): fix strtoul error
    checking
    
    * gconf/gconf-internals.c (gconf_string_to_gulong): Fix error
    checking on strtoul

 ChangeLog               | 8 ++++++++
 gconf/gconf-internals.c | 5 +++--
 gconf/gconfd.c          | 2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

commit 174d87ee2c9264632c1c0365e8d41b5f978d1f2a
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 5 17:44:57 2000 +0000

    Sync from GLib, should fix one very minor memory leak in GConf
    
    2000-11-05  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-glib.c (g_propagate_error): Sync from GLib,
    should fix one very minor memory leak in GConf

 ChangeLog          |  5 +++++
 gconf/gconf-glib.c | 22 ++++++++++++++--------
 2 files changed, 19 insertions(+), 8 deletions(-)

commit 732363c22b868d68c79fd6035b293223c36f22f5
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Sat Nov 4 14:46:06 2000 +0000

    Translations from Keld
    gconf/po/da.po gedit/po/da.po glade/po/da.po
    gnome-chess/po/da.po gnome-core/po/da.po gnome-pilot/po/da.po
    gnome-vfs/po/da.po gnorpm/po/da.po gtkhtml/po/da.po
    mc/po/da.po nautilus/po/da.po

 po/da.po | 442 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 225 insertions(+), 217 deletions(-)

commit 1c50ee0348ec58fa9b60c89927445a8886732492
Author: Christian Rose <menthos@src.gnome.org>
Date:   Fri Nov 3 23:39:48 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 450 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 234 insertions(+), 220 deletions(-)

commit 9d3f4b6b5af18b40da2d0945d75c0ed00dbe586f
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Fri Nov 3 06:50:59 2000 +0000

    - added #include <sys/param.h> (MAXPATHLEN was not defined).

 backends/bdb-backend.c | 1 +
 1 file changed, 1 insertion(+)

commit 14e3fc64727cacfa54209b05f343f8fdb2a73735
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Nov 2 15:27:51 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 459 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 235 insertions(+), 228 deletions(-)

commit 37e6934789416a44742a04b7a026f941e95850a0
Author: Almer S. Tigelaar <almer1@dds.nl>
Date:   Tue Oct 31 19:15:40 2000 +0000

    Add 'nl' to ALL_LINGUAS
    
    2000-10-31  Almer S. Tigelaar  <almer1@dds.nl>
    
        * configure.in: Add 'nl' to ALL_LINGUAS
    
    2000-10-31  Almer S. Tigelaar  <almer1@dds.nl>
    
        * nl.po: Update Dutch translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/nl.po     | 1819 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1828 insertions(+), 1 deletion(-)

commit b07a0b83e4417e335436f4e03753896d5382f674
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Mon Oct 30 13:07:16 2000 +0000

    Updating some pt_BR translations. (Update-Gnome.sh script)
     any problem ricardo@conectiva.com.br please

 po/pt_BR.po | 440 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 215 insertions(+), 225 deletions(-)

commit 90cf7523f2ba4705a83f46d01e54b842df1625f8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Oct 29 22:10:52 2000 +0000

    Updated Norwegian translation.
    
    2000-10-29  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 431 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 212 insertions(+), 223 deletions(-)

commit 265b4663ef1a8d2d40db971c0b160f1b3b2b0686
Author: Kai Lahmann <kail@src.gnome.org>
Date:   Sat Oct 28 14:19:53 2000 +0000

    Updated German translation

 po/ChangeLog |   4 +
 po/de.po     | 506 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 250 insertions(+), 260 deletions(-)

commit 554e6be22c87a27198c708c581b2c1a380d12b51
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Oct 27 00:58:54 2000 +0000

    Bump version to 0.11
    
    2000-10-26  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: Bump version to 0.11

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/da.po     | 422 +++++++++++++++++++++++++++++--------------------------
 po/fr.po     | 453 +++++++++++++++++++++++++++++------------------------------
 po/ja.po     | 418 ++++++++++++++++++++++++++++--------------------------
 po/no.po     | 429 ++++++++++++++++++++++++++++---------------------------
 po/pt_BR.po  | 416 ++++++++++++++++++++++++++++--------------------------
 po/sv.po     | 446 ++++++++++++++++++++++++++++------------------------------
 8 files changed, 1317 insertions(+), 1273 deletions(-)

commit 0337a70c9848a2bcbd0b2724184197a325a87581
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Thu Oct 26 20:06:22 2000 +0000

    updating some pt_BR <ricardo@conectiva.com.br>
    
    any problem, just tell me, and i reverse the commit.

 po/pt_BR.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 565350654adf924a99a211075edd7b142283311f
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Oct 26 02:03:03 2000 +0000

    remove get_nocopy, since it can't be implemented since we don't cache
    
    2000-10-25  Havoc Pennington  <hp@pobox.com>
    
    * wrappers/gtk/gconf-client.c: remove get_nocopy, since it can't
    be implemented since we don't cache everything. Oops.

 ChangeLog                   |  5 ++++
 gconf/gconf-client.c        | 66 +++++++++++++++++++++------------------------
 wrappers/gtk/gconf-client.c | 66 +++++++++++++++++++++------------------------
 3 files changed, 65 insertions(+), 72 deletions(-)

commit 6a5a682c439bd39cc7727da289afdbe58bc912d0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Oct 24 22:46:47 2000 +0000

    Updated Norwegian translation.
    
    2000-10-25  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |  4 ++++
 po/no.po     | 13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 858e05f60cccdb8252327921bc574182f1020390
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Tue Oct 24 19:16:42 2000 +0000

    updating pt_BR translations

 po/pt_BR.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit aa3b9a4864dfc71a9bf81540b4005cae60c70875
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Sat Oct 21 01:25:20 2000 +0000

    Translations from Keld
    dia/po/da.po gconf/po/da.po gedit/po/da.po glade/po/da.po
    pan/po/da.po

 po/da.po | 432 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 204 insertions(+), 228 deletions(-)

commit e789eee618d316622e6bb96b556b83912934f50c
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Thu Oct 19 18:50:46 2000 +0000

    updating pt_BR translation

 po/pt_BR.po | 386 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 207 insertions(+), 179 deletions(-)

commit 6910f5ba9ab2d4edc502dabcdc6328c84b9e85a8
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Thu Oct 19 13:56:04 2000 +0000

    Updating pt_BR translations...

 po/pt_BR.po | 533 ++++++++++++++++++++++++++----------------------------------
 1 file changed, 234 insertions(+), 299 deletions(-)

commit 83b09f089b409dc87c0dcc3b7d77d66cf6da2dd9
Author: Christian Rose <menthos@src.gnome.org>
Date:   Thu Oct 19 12:38:27 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit f9432f6d6f3beeac7bd49428664c2ee4849c3b58
Author: Rodrigo Moya <rodrigo@src.gnome.org>
Date:   Thu Oct 19 11:34:28 2000 +0000

    First working debian/ dir from CVS

 debian/changelog           |  75 +++++++++++++++++++++++++++++++++
 debian/control             |  22 ++++++++++
 debian/copyright           |  13 ++++++
 debian/docs                |   3 ++
 debian/libgconf10.files    |   8 ++++
 debian/libgconf10.postinst |   7 ++++
 debian/rules               | 102 +++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 230 insertions(+)

commit 074a696e8bbdbb9a72300a655ae0248000d5b7c2
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 17 05:18:20 2000 +0000

    implement default error handler that prints to stderr
    
    2000-10-16  Havoc Pennington  <hp@pobox.com>
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_real_unreturned_error): implement default error
    handler that prints to stderr
    (gconf_client_key_is_writable): hmm, this function didn't compile
    very cleanly
    
    * wrappers/gtk/gconf-client.h: Remove the ParentWindowFunc
    concept. Two reasons: a) it was really hard for users to implement
    such a thing, and if they did then implementing an error dialog
    function was pretty trivial also b) decided to make the default
    error handler use fprintf(stderr) since GConfClient is going to
    move into the main GConf library and thus not depend on GTK.
    
    So, this is mild API breakage (but hopefully no one was using the
    feature anyway).

 ChangeLog                   | 18 ++++++++++++++++++
 TODO                        |  2 --
 gconf/gconf-client.c        | 31 ++++++++++++++++---------------
 gconf/gconf-client.h        | 18 ++----------------
 wrappers/gtk/gconf-client.c | 31 ++++++++++++++++---------------
 wrappers/gtk/gconf-client.h | 18 ++----------------
 6 files changed, 54 insertions(+), 64 deletions(-)

commit 1330890f3074897b6c705cc5f1716ebbed3861fa
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Oct 13 13:19:01 2000 +0000

    Updated Norwegian translation.
    
    2000-10-13  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 424 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 208 insertions(+), 220 deletions(-)

commit 42062177980972cbb6ea54fdaece923b005039c5
Author: Christian Rose <menthos@src.gnome.org>
Date:   Wed Oct 11 20:39:15 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 7f20c28d68a538917a233c222b3aab08e608c251
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Tue Oct 10 12:47:16 2000 +0000

    Updated French translation and some minors fixes.

 ChangeLog            |   6 +
 backends/Makefile.am |   2 +
 gconf/gconf-glib.c   |   2 +-
 po/ChangeLog         |   4 +
 po/fr.po             | 615 +++++++++++++++++++++++++++++++--------------------
 5 files changed, 388 insertions(+), 241 deletions(-)

commit f8b3a5c913c93f68ac71e802af58012d777189ff
Author: Akira Tagoh <tagoh@src.gnome.org>
Date:   Tue Oct 10 12:14:46 2000 +0000

    Updated Japanese translation from Takeshi Aihana.
    
    * ja.po: Updated Japanese translation from Takeshi Aihana.

 po/ChangeLog |   4 +
 po/ja.po     | 789 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 408 insertions(+), 385 deletions(-)

commit 5c922ae8c156ee469742ee3ee7f6a0b88e36e989
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 10 04:30:18 2000 +0000

    fix segfault when pair contains unset car or cdr (gconf_value_set_car):
    
    2000-10-10  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-value.c (gconf_value_to_string): fix segfault when
    pair contains unset car or cdr
    (gconf_value_set_car): allow setting car or cdr of a pair to
    NULL. I'm not sure if this is the normal thing in the code
    right now, but, hmm.
    
    * gconf/gconf-sources.c (gconf_sources_all_entries): fix
    cut-and-paste error resulting in NULL pointer dereference.

 ChangeLog             | 11 +++++++++++
 gconf/gconf-sources.c | 14 +++++++-------
 gconf/gconf-value.c   | 17 +++++++++--------
 gconf/gconftool.c     |  4 ++--
 4 files changed, 29 insertions(+), 17 deletions(-)

commit 5d5917df782a742850078ca5845430245fa2d8ae
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Mon Oct 9 15:44:27 2000 +0000

    Updating pt_BR translations

 po/pt_BR.po | 533 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 299 insertions(+), 234 deletions(-)

commit 64faef1d7c2b035f8b34083b9c3d66ee5b9c2ab1
Author: Christian Rose <menthos@src.gnome.org>
Date:   Mon Oct 9 13:35:02 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 437 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 227 insertions(+), 214 deletions(-)

commit fa5106c10e818cd00f693a93059d5190eda5a6ff
Author: Colm Smyth <colm@src.gnome.org>
Date:   Mon Oct 9 12:02:37 2000 +0000

    Record commit of BerkeleyDb backend and changes to make GConf compile with
    ISO C compiler

 ChangeLog | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 76441cffab41064f877bfec8187127cdd0b7b5d1
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Oct 8 19:51:32 2000 +0000

    gconfd should now exit when not in use.
    
    2000-10-08  Havoc Pennington  <hp@pobox.com>
    
            gconfd should now exit when not in use.
    
        * gconf/gconf-database.c (gconf_database_drop_dead_listeners):
        function to drop any listeners with dead clients.
    
        * gconf/gconfd.c (drop_old_databases): before checking
        whether the listener count is 0, clean up listeners belonging
        to dead clients.
    
        * gconf/gconf-listeners.c (gconf_listeners_remove_if): New
        function removes listeners matching some predicate
        (ltable_remove): fix some indentation

 ChangeLog               |  15 +++++++
 gconf/gconf-database.c  |  43 ++++++++++++++++--
 gconf/gconf-database.h  |   2 +
 gconf/gconf-listeners.c | 115 ++++++++++++++++++++++++++++++++++++++++--------
 gconf/gconf-listeners.h |  23 +++++++---
 gconf/gconfd.c          |   5 +++
 6 files changed, 175 insertions(+), 28 deletions(-)

commit fba6910e4768ea07417d4c0e64901aeb7290b4f3
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Oct 8 19:06:11 2000 +0000

    version to 0.10
    
    2000-10-08  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: version to 0.10

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/da.po     | 399 ++++++++++++------------
 po/de.po     | 492 +++++++++++++++--------------
 po/no.po     | 415 +++++++++++++------------
 po/ru.po     | 378 +++++++++++------------
 po/sv.po     | 437 +++++++++++++-------------
 po/uk.po     | 996 ++++++++++++++++++++++++++++++++++++++---------------------
 8 files changed, 1708 insertions(+), 1415 deletions(-)

commit 88d7d16affcb26d06652e8c3903a3f94f19da548
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Oct 8 18:03:53 2000 +0000

    reindent one line

 gconf/gconf-client.c        | 4 ++--
 wrappers/gtk/gconf-client.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 3aaa8fe2a847b6a8ab76cb12f9c4d00c8368d302
Author: Christian Rose <menthos@src.gnome.org>
Date:   Sun Oct 8 13:03:52 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 276 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 144 insertions(+), 136 deletions(-)

commit 1f5c948d3b6df6e2dace74b3a3b8ff1cb719b1e8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 7 20:58:50 2000 +0000

    Updated Norwegian translation.
    
    2000-10-07  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 ++
 po/no.po     | 200 +++++++++++++++++++++++------------------------------------
 2 files changed, 83 insertions(+), 121 deletions(-)

commit 4c9af130eafbb7994ac987ff2e568ac87501956d
Author: Kai Lahmann <kail@src.gnome.org>
Date:   Sat Oct 7 15:28:02 2000 +0000

    Updated German translation

 po/ChangeLog |   4 +
 po/de.po     | 314 +++++++++++++++++++++++++----------------------------------
 2 files changed, 136 insertions(+), 182 deletions(-)

commit 6abc892e80b7562523866216170d6ac55921593d
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Oct 7 02:37:04 2000 +0000

    indentation/formatting
    
    2000-10-06  Havoc Pennington  <hp@pobox.com>
    
    * wrappers/gtk/gconf-client.c: indentation/formatting
    
    * gconf/gconfd.c (parse_listener_entry): extra paranoia error
    check. Also, make log messages level DEBUG, not WARNING.

 ChangeLog                   |  7 +++++
 gconf/gconf-client.c        | 46 +++++++++++++++--------------
 gconf/gconfd.c              | 71 ++++++++++++++++++++++++++++-----------------
 wrappers/gtk/gconf-client.c | 46 +++++++++++++++--------------
 4 files changed, 100 insertions(+), 70 deletions(-)

commit f1fe3e5e2f491e6e59cbf8ad86f29830741768b1
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Oct 7 01:31:18 2000 +0000

    check for flockfile. Check for BDB, but don't make it fatal; do an
    
    2000-10-06  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: check for flockfile.
    Check for BDB, but don't make it fatal; do an AM_CONDITIONAL and
    don't build the BDB backend if it's not found.
    
    * gconf/gconfd.c (main): unregister with OAF after all shutdown is
    complete.
    (signal_handler): do the full, clean shutdown on SIGTERM; should
    reduce the damage caused by those pesky killall gconfd scripts ;-)
    Try to do the same on FPE and PIPE, though it's not likely to
    work, it doesn't hurt to try.
    (logfile_read): rewrite the logfile reading code; somewhat more
    robust, possibly.
    
    * gconf/gconf-database.c, gconf/gconfd.c: Make all CORBA
    implementation return immediately with an error if we're currently
    shutting down. We'd just unregister with OAF, or deactivate our
    objects, but then another gconfd would start up before we finish
    cleaning up our stuff and introduce a mess of race
    conditions. Instead clients will automatically retry lots of times
    if they get the IN_SHUTDOWN error. Actually this possibly
    shouldn't even happen, since we aren't normally in the main loop
    once we start to shut down, I don't think - not sure.
    
    * gconf/gconfd.c (gconf_set_exception): add ConfigInShutdown
    
    * gconf/GConf.idl: add ConfigInShutdown error
    
    * gconf/gconf.c (corba_errno_to_gconf_errno): add ConfigInShutdown
    
    * gconf/gconf-error.h: two error codes had the same integer value.
    Also, add GCONF_ERROR_IN_SHUTDOWN
    
    * gconf/gconfd.c (gconfd_in_shutdown): Add a flag
    to indicate we're shutting down; all operations will
    return an error at that point.
    
    * gconf/gconf.c (gconf_server_broken): treat ConfigInShutdown
    as a broken server.

 ChangeLog              |  41 ++++++++
 backends/Makefile.am   |  11 ++-
 configure.in           |  16 +++-
 gconf/GConf.idl        |   2 +-
 gconf/GConfX.idl       |   2 +-
 gconf/gconf-database.c |  66 +++++++++++--
 gconf/gconf-error.h    |   3 +-
 gconf/gconf.c          |  14 +++
 gconf/gconfd.c         | 251 +++++++++++++++++++++++++++++++++++++------------
 gconf/gconfd.h         |   2 +
 10 files changed, 330 insertions(+), 78 deletions(-)

commit 60429892faaeac8164c65fe9b12cf6fde57f38cb
Author: Colm Smyth <colm@src.gnome.org>
Date:   Fri Oct 6 17:26:26 2000 +0000

    commit of BerkeleyDB backend changes to bring source into compliance with
    
        * commit of BerkeleyDB backend
        * changes to bring source into compliance with ISO C

 backends/Makefile.am    |    7 +
 backends/README.bdb     |   56 +++
 backends/bdb-backend.c  |  582 +++++++++++++++++++++++
 backends/bdb.c          | 1178 +++++++++++++++++++++++++++++++++++++++++++++++
 backends/bdb.h          |  185 ++++++++
 backends/dir-utils.c    |  200 ++++++++
 backends/dir-utils.h    |   34 ++
 backends/val-encode.c   |  439 ++++++++++++++++++
 backends/val-encode.h   |   39 ++
 backends/xml-cache.c    |    7 +-
 configure.in            |   10 +
 gconf/gconf-database.c  |    3 +-
 gconf/gconf-sources.c   |    5 +-
 gconf/gconfd.c          |    3 +-
 tests/testchangeset.c   |  101 ++--
 tests/testencode.c      |    2 +-
 tests/testgconf.c       |  128 +++--
 tests/testlisteners.c   |    4 +-
 tests/testpersistence.c |  109 ++---
 tests/testschemas.c     |  109 ++++-
 20 files changed, 3033 insertions(+), 168 deletions(-)

commit b473271dc4a4b9ee56c64940ad64ae13414e552e
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Oct 6 12:42:04 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 1082 ++++++++++++++++++++++----------------------------------------
 1 file changed, 386 insertions(+), 696 deletions(-)

commit 5bc2d4957e531a755cada89fa0207aa04dbc1b58
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Wed Oct 4 01:43:31 2000 +0000

    /etc/etc is not a dir

 ChangeLog     | 5 +++++
 gconf.spec.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 14ebb42e9dd8c14d9b25fd8355ebff5a00168355
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Wed Oct 4 00:08:00 2000 +0000

    updated the specfile so it had globs that worked
    http://tinderbox.eazel.com

 ChangeLog     |  6 ++++++
 gconf.spec.in | 13 +++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 9d923f4d318eabc42937bd7423b7d0077a922877
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Oct 3 21:20:40 2000 +0000

    Updated Norwegian translation.
    
    2000-10-03  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 359 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 208 insertions(+), 155 deletions(-)

commit 99cc2d2cc853adee9495c9d0d6c8d555c253e35d
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Oct 3 19:14:25 2000 +0000

    set invalid FILE* to NULL afterward, avoid segfaults.
    
    2000-10-03  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconfd.c (close_append_handle): set invalid FILE* to
        NULL afterward, avoid segfaults.
    
        * Makefile.am: add install-schemas target here which recurses
        into standard-schemas and runs install-schemas
    
        * standard-schemas/Makefile.am (install-schemas): Move schema
        installation to a special target install-schemas which must be
        run manually _after_ make install. This should resolve problems
        people are having with RPMs and such. However it means spec files
        have to explicitly add a 'make install-schemas'

 ChangeLog                    | 14 ++++++++++++++
 Makefile.am                  |  2 ++
 gconf/gconfd.c               |  2 ++
 standard-schemas/Makefile.am |  6 +++++-
 4 files changed, 23 insertions(+), 1 deletion(-)

commit 26425fc792e67f9f25fcc50e91d984c319886f5f
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Sun Oct 1 15:24:20 2000 +0000

    Translations from keld
    gconf/po/da.po gfax/po/da.po gnome-applets/po/da.po
    gnome-chess/po/da.po gnome-libs/po/da.po gtranslator/po/da.po
    pan/po/da.po

 po/da.po | 400 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 225 insertions(+), 175 deletions(-)

commit 0fb135f9a4de259cfb18d6d62a8116a6e746e7de
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 30 01:03:15 2000 +0000

    don't spew warnings here for now. (invalidate_cached_values): no spew
    
    2000-09-29  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (drop_all_caches): don't spew warnings here for
    now.
    (invalidate_cached_values): no spew
    (update_listener): remove more spew

 ChangeLog     |  7 +++++++
 gconf/gconf.c | 21 ++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

commit 707e24b424cf6a8122defc29d48c926402c6db52
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 30 00:58:01 2000 +0000

    we were overwriting the hash key before trying to remove the old server ID
    
    2000-09-29  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (ctable_reinstall): we were overwriting the hash
    key before trying to remove the old server ID from the hash, so
    the removal failed, leading to an assertion failure later (this
    hopefully fixes one of the bugs reported by Ramiro, if not then
    I'll keep looking)

 ChangeLog     |  8 ++++++++
 gconf/gconf.c | 35 ++++++++++++++++++++---------------
 2 files changed, 28 insertions(+), 15 deletions(-)

commit 8cfa0654c75e72b7f2b4c52abed9fc18c9969eba
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Thu Sep 28 18:51:13 2000 +0000

    Translations from Keld
    gconf/po/da.po gimp/po-plug-ins/da.po gnome-core/po/da.po
    gnome-db/po/da.po gnome-libs/po/da.po gnome-print/po/da.po
    pan/po/da.po

 po/da.po | 121 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 56 insertions(+), 65 deletions(-)

commit 4b25310df30b168074f333e64c6af32be9da0dd2
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Sep 28 11:47:15 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 397 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 218 insertions(+), 183 deletions(-)

commit 757c07e5f8af5147c40ae4462e0bec25c073350d
Author: Christian Rose <menthos@src.gnome.org>
Date:   Tue Sep 26 09:21:02 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 260 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 146 insertions(+), 118 deletions(-)

commit a886a036bac0cb3f7c97bed0de2647730b546ad9
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Sep 26 04:06:11 2000 +0000

    fix a static initialization with non-const value
    
    2000-09-26  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-locale.c (gconf_locale_cache_expire): fix a
    static initialization with non-const value

 ChangeLog            | 5 +++++
 gconf/gconf-locale.c | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 00c7965697bc7d4074ff4ca2525f8b9d8a937823
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Sep 26 04:03:09 2000 +0000

    Bug fixes and portability issues reported by Colm Smyth
    
    2000-09-25  Havoc Pennington  <hp@pobox.com>
    
            Bug fixes and portability issues reported by Colm Smyth
    
        * gconf/gconf-sources.c (gconf_sources_query_value): fix NULL
        pointer dereference
    
                * s/__FUNCTION__/G_GNUC_FUNCTION/g;
    
                * configure.in: Add check for GCC before using -Wall (can't
                believe no one has _ever_ tried building GConf without gcc,
                but it appears so...)
    
                * gconf/gconftool.c: use N_ not _ with static strings.
    
                * tests/testschemas.c: Don't include locale.h
    
                * gconf/gconf-internals.h: Remove some of the #defines from
                the non-ENABLE_NLS case.

 ChangeLog                  | 20 ++++++++++++++++++++
 configure.in               | 24 ++++++++++++++++++++++--
 gconf/gconf-glib.c         |  2 +-
 gconf/gconf-internals.c    | 12 ++++++------
 gconf/gconf-internals.h    |  3 ---
 gconf/gconf-sources.c      |  3 ++-
 gconf/gconf.c              |  2 +-
 gconf/gconftool.c          |  2 +-
 tests/testschemas.c        |  1 -
 wrappers/guile/scm-gconf.c |  2 +-
 10 files changed, 54 insertions(+), 17 deletions(-)

commit bdca5191bc7e10e6569881ce0945e9751ba7d03e
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Mon Sep 25 09:09:03 2000 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 390 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 232 insertions(+), 162 deletions(-)

commit a6f2e03dc3f9f2419daaf9ffcdb1c4a9efed07fa
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Sep 25 03:37:33 2000 +0000

    Put release notes for 0.9 in here.
    
    2000-09-24  Havoc Pennington  <hp@pobox.com>
    
            * NEWS: Put release notes for 0.9 in here.

 ChangeLog |   4 +
 NEWS      | 169 ++++++++++++++++++++++++++++++++++++++-
 po/de.po  | 270 ++++++++++++++++++++++++++++++++++++--------------------------
 po/no.po  | 236 ++++++++++++++++++++++++++++--------------------------
 4 files changed, 453 insertions(+), 226 deletions(-)

commit e16273e871004c75342206b6d62c604a2af4b667
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Sep 25 03:10:16 2000 +0000

    With debugging turned on, use obscenely short timeout for periodic
    
    2000-09-24  Havoc Pennington  <hp@pobox.com>
    
            * gconf/gconfd.c (gconf_main): With debugging turned on, use
                obscenely short timeout for periodic cleanups, to ensure bugs
                        get triggered.
    
                                * gconf/gconf-database.c
    (impl_ConfigDatabase_all_dirs): Set
            _release to TRUE for sequences
                (impl_ConfigDatabase_all_entries): ditto
    
                        * gconf/gconfd.c (half_hour_timeout): exit only if
    client count is
            0 after dropping all dead clients.
    
                        * gconf/gconf-database.c
    (impl_ConfigDatabase_all_dirs): Don't
            put memory in the out param if we set an exception
                (impl_ConfigDatabase_all_entries): Ditto
    
                        * backends/xml-dir.c (dir_all_subdirs): Fix a memory leak
    
                                * gconf/gconfd.c: Implement client list logging
    
                                        * gconf/gconf.c: Add self to the
    server's client list
            whenever we get a new server objref

 ChangeLog               |  24 +++
 backends/xml-backend.c  |   4 +-
 backends/xml-dir.c      |  18 ++-
 gconf/GConf.idl         |   5 +-
 gconf/GConfX.idl        |   5 +-
 gconf/gconf-database.c  |  51 +++---
 gconf/gconf-internals.c |   4 +-
 gconf/gconf-internals.h |   1 -
 gconf/gconf-sources.c   |   6 +-
 gconf/gconf.c           |  17 +-
 gconf/gconfd.c          | 402 ++++++++++++++++++++++++++++++++++++++++--------
 11 files changed, 430 insertions(+), 107 deletions(-)

commit f780f26956779b5d44ed390006510a7acf396925
Author: Christian Rose <menthos@src.gnome.org>
Date:   Mon Sep 25 00:18:26 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +++
 po/sv.po     | 108 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 73 insertions(+), 39 deletions(-)

commit 778e3da2276a092512290711a55a8d75e045c5f9
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Sep 24 16:53:47 2000 +0000

    sync to home

 gconf/gconfd.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 71 insertions(+), 7 deletions(-)

commit fd7e4b5f90f66a3003b4fee84f983aee9dc2436c
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 23 19:50:02 2000 +0000

    Implement add/remove client methods; still need to log these to disk, and
    
    2000-09-23  Havoc Pennington  <hp@pobox.com>
    
            * gconf/gconfd.c: Implement add/remove client methods;
                still need to log these to disk, and on restart tell the
                        logged clients to drop their caches.
    
                                * gconf/GConf.idl: Add methods on
    ConfigServer to maintain
            a list of active clients; this allows us to invalidate client
                caches on daemon restart.

 ChangeLog        |  10 +++++
 TODO             |   2 +-
 gconf/GConf.idl  |   5 ++-
 gconf/GConfX.idl |   5 ++-
 gconf/gconfd.c   | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 131 insertions(+), 5 deletions(-)

commit 7de3226bf5f1d66f868935db2761d20f833fbe87
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 22 02:18:30 2000 +0000

    remove intl/Makefile
    
    2000-09-21  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: remove intl/Makefile
    
    * Makefile.am: remove intl subdir

 ChangeLog    | 6 ++++++
 Makefile.am  | 2 +-
 configure.in | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 746967fe9ec77cdb389c6c241dba1a6dd1ca9bed
Author: Matthias Warkus <mawarkus@src.gnome.org>
Date:   Wed Sep 20 12:39:32 2000 +0000

    Various fixes.

 po/ChangeLog |   4 ++
 po/de.po     | 154 ++++++++++++++++++++++++-----------------------------------
 2 files changed, 66 insertions(+), 92 deletions(-)

commit fef78e0379f5fe87f9f2678978d07073f578aad4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Sep 19 21:09:04 2000 +0000

    Updated Norwegian translation.
    
    2000-09-19  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 267 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 124 insertions(+), 147 deletions(-)

commit bfada7428916dc9c008c7704ec696b47732b6906
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Tue Sep 19 20:43:38 2000 +0000

    Updated German translation.

 po/ChangeLog |   4 +
 po/de.po     | 315 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 150 insertions(+), 169 deletions(-)

commit 9da4857cd8edbfc2358b04d68f42a44d4a492f9d
Author: Christian Rose <menthos@src.gnome.org>
Date:   Tue Sep 19 17:36:01 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 ++
 po/sv.po     | 213 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 115 insertions(+), 102 deletions(-)

commit de9f819e2c6bea79c395995097aef4b928e938c9
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Sep 18 03:12:45 2000 +0000

    Update to reflect IDL change
    
    2000-09-17  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c: Update to reflect IDL change
    
    * gconf/GConf.idl: Change invalidate_cached_values() to take
    multiple keys to invalidate; better efficiency that way

 ChangeLog        |  7 +++++++
 gconf/GConf.idl  | 10 ++++++----
 gconf/GConfX.idl | 10 ++++++----
 gconf/gconf.c    | 14 +++++++-------
 4 files changed, 26 insertions(+), 15 deletions(-)

commit 3a86cb20091cf319b336301c2a419595535e3bc6
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Sep 18 03:02:46 2000 +0000

    Add new methods on ConfigDatabase
    
    2000-09-17  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-database.c: Add new methods on ConfigDatabase
    
    * gconf/gconf.c: Add new methods on ConfigListener, but they
    do nothing at the moment
    
    * gconf/GConf.idl: Add some methods to ConfigListener to tell
    clients when they need to drop cached values Add batch_lookup()
    and batch_change() methods to ConfigDatabase so we can implement
    them later

 ChangeLog              | 15 +++++++++--
 gconf/GConf.idl        | 23 ++++++++++++++++-
 gconf/GConfX.idl       | 23 ++++++++++++++++-
 gconf/gconf-database.c | 28 ++++++++++++++++++++
 gconf/gconf.c          | 69 +++++++++++++++++++++++++++++++++++++-------------
 5 files changed, 136 insertions(+), 22 deletions(-)

commit ef7cc963ba244ef688cc54ebdaa95bb9b9d4684b
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Sep 17 01:57:43 2000 +0000

    And actually implement it here. Doh.
    
    2000-09-16  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_engine_key_is_writable): And actually
    implement it here. Doh.
    
    * wrappers/gtk/gconf-client.c (gconf_client_key_is_writable): Gee,
    forgot to actually implement this function after implementing all
    the backend work for it...
    
    * gconf/gconf.c (corba_errno_to_gconf_errno): add
    NO_WRITABLE_DATABASE handling here also
    
    * gconf/gconfd.c (gconf_set_exception): handle
    NO_WRITABLE_DATABASE error
    
    * gconf/GConf.idl: Add NoWritableDatabase to error type enum
    
    * wrappers/gtk/testgconfclient.c (entry_attached_to): Update
    to properly handle writability
    
    * examples/simple-controller.c (main): set entry sensitivity
    properly
    
    * examples/basic-gconf-app.c (main): Remove ref/sink and destroy,
    just use plain refcounting
    (create_config_entry): Set entry sensitivity according to key
    writability
    
    * wrappers/gtk/gconf-client.c (gconf_client_finalize): Move all
    cleanup to finalize, remove destroy handler

 ChangeLog                      | 32 +++++++++++++++++++
 examples/basic-gconf-app.c     | 34 +++++++++-----------
 examples/simple-controller.c   |  5 +++
 gconf/GConf.idl                |  3 +-
 gconf/GConfX.idl               |  3 +-
 gconf/gconf-client.c           | 70 ++++++++++++++++++++++++++----------------
 gconf/gconf.c                  | 18 +++++++++--
 gconf/gconfd.c                 |  4 +++
 gconf/testgconfclient.c        |  5 +++
 wrappers/gtk/gconf-client.c    | 70 ++++++++++++++++++++++++++----------------
 wrappers/gtk/testgconfclient.c |  5 +++
 11 files changed, 174 insertions(+), 75 deletions(-)

commit b780e8386cc3632992b70d6232bc8e63d64154f8
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Sep 17 00:55:03 2000 +0000

    Update some docs
    
    2000-09-16  Havoc Pennington  <hp@pobox.com>
    
    * doc/gconf/tmpl/gconf-value.sgml: Update some docs
    
    * wrappers/gtk/gconf-client.c (notify_listeners_callback): Update
    to reflect new callback signature for GConfClientNotifyFunc
    
    * gconf/gconf-sources.c (gconf_sources_set_value): Make it an
    error to if we try to write a value for a non-writable source.
    This is new; it used to silently fail.
    
    * gconf/gconf-database.c (gconf_database_notify_listeners): Add
    is_writable here
    
    * gconf/GConf.idl: Add writable flag to notification
    
    * gconf/gconf.h: Update GConfNotifyFunc to have fewer args, and
    a GConfEntry is just passed in (since I was going to have
    to add an is_writable arg, and passing in a GConfEntry
    gives us future extensibility against this sort of thing)
    BREAKS USER CODE, many apologies.
    
    * wrappers/gtk/gconf-client.c (gconf_client_get_entry): Update
    to reflect GConfEngine changes
    
    * gconf/gconf.c (gconf_engine_all_entries): Get the writability
    stuff
    (gconf_engine_get_full): rename to gconf_value_get_entry
    and return an entry; drop the is_default argument.
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Implement
    finding out if a value is writable
    (gconf_sources_all_entries): Implement setting is_writable
    flag on the entries
    
    * gconf/gconf-value.c (gconf_entry_new_nocopy): Default to
    the entry being writable
    
    * gconf/gconf-database.c: Change to match IDL changes
    
    * gconf/GConf.idl (lookup_with_locale): Add out param for
    writability
    (all_entries): Add out param for writability
    
    * gconf/gconf-value.h: Add is_writable field to GConfEntry
    (gconf_entry_get_is_writable): Add this
    
    * wrappers/gtk/gconf-client.c (gconf_client_key_is_writable): Add
    the matching stub here
    
    * gconf/gconf.c (gconf_engine_key_is_writable): Go ahead and add
    this function so we can implement it later, but it always returns
    TRUE at the moment.
    
    * gconf/gconf-changeset.c (gconf_change_set_set_user_data,
    gconf_change_set_get_user_data): Add user data for language
    bindings
    
    * gconf/gconf.c (gconf_engine_set_user_data,
    gconf_engine_get_user_data): Add user data for language
    bindings

 ChangeLog                           |   62 +
 TODO                                |    5 +-
 doc/gconf/gconf-decl.txt            | 3361 +++++++++++++++++++----------------
 doc/gconf/gconf-sections.txt        |   10 +-
 doc/gconf/tmpl/gconf-client.sgml    |    7 +-
 doc/gconf/tmpl/gconf-engine.sgml    |   16 +-
 doc/gconf/tmpl/gconf-error.sgml     |    1 +
 doc/gconf/tmpl/gconf-internals.sgml |   17 +
 doc/gconf/tmpl/gconf-sources.sgml   |    2 +
 doc/gconf/tmpl/gconf-unused.sgml    |   20 +
 doc/gconf/tmpl/gconf-value.sgml     |   27 +-
 doc/gconf/tmpl/gconf.sgml           |    9 +-
 examples/basic-gconf-app.c          |   11 +-
 examples/simple-view.c              |   11 +-
 gconf/GConf.idl                     |   10 +-
 gconf/GConfX.idl                    |   10 +-
 gconf/gconf-changeset.c             |   22 +
 gconf/gconf-changeset.h             |    9 +
 gconf/gconf-client.c                |  173 +-
 gconf/gconf-client.h                |   31 +-
 gconf/gconf-database.c              |   73 +-
 gconf/gconf-database.h              |    5 +-
 gconf/gconf-engine.h                |    9 +
 gconf/gconf-error.c                 |    5 +-
 gconf/gconf-error.h                 |    3 +-
 gconf/gconf-glib-public.h           |    6 +
 gconf/gconf-glib.c                  |   28 +
 gconf/gconf-sources.c               |  104 +-
 gconf/gconf-sources.h               |    2 +
 gconf/gconf-value.c                 |    1 +
 gconf/gconf-value.h                 |    4 +-
 gconf/gconf.c                       |  173 +-
 gconf/gconf.h                       |   27 +-
 gconf/testgconfclient.c             |    7 +-
 wrappers/gtk/gconf-client.c         |  173 +-
 wrappers/gtk/gconf-client.h         |   31 +-
 wrappers/gtk/testgconfclient.c      |    7 +-
 37 files changed, 2639 insertions(+), 1833 deletions(-)

commit 06f8e406e040119173f0bf919719c8ce402c0838
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Sep 15 19:58:10 2000 +0000

    s/gconf_concat_key_and_dir/gconf_concat_dir_and_key/g
    
    2000-09-15  Havoc Pennington  <hp@redhat.com>
    
        * s/gconf_concat_key_and_dir/gconf_concat_dir_and_key/g

 ChangeLog                           | 4 ++++
 backends/xml-backend.c              | 2 +-
 backends/xml-cache.c                | 2 +-
 backends/xml-dir.c                  | 4 ++--
 doc/gconf/gconf-decl.txt            | 2 +-
 doc/gconf/gconf-sections.txt        | 2 +-
 doc/gconf/tmpl/gconf-internals.sgml | 2 +-
 gconf/gconf-client.c                | 2 +-
 gconf/gconf-internals.c             | 2 +-
 gconf/gconf.c                       | 6 +++---
 gconf/gconf.h                       | 2 +-
 gconf/gconfd.c                      | 4 ++--
 gconf/gconftool.c                   | 4 ++--
 tests/testdirlist.c                 | 6 +++---
 wrappers/gtk/gconf-client.c         | 2 +-
 15 files changed, 25 insertions(+), 21 deletions(-)

commit 2d47cb0679b9cb7798e9d394680c100855428e56
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 15 04:30:25 2000 +0000

    Update to return fully qualified name in GConfEntry
    
    2000-09-14  Havoc Pennington  <hp@pobox.com>
    
            * gconf/gconf.c (gconf_engine_all_dirs): Update to
                return fully qualified name in GConfEntry
                        (gconf_engine_all_entries): missed the local case
                                earlier when adapting it to use
    fully-qualified name
    
            * acinclude.m4: Add never-use-included-gettext macro
    
                * configure.in: Bump version to 0.9

 ChangeLog           |   11 +
 Makefile.am         |    4 +-
 acinclude.m4        |  338 ++++++++++++++++
 configure.in        |   12 +-
 gconf/gconf.c       |   25 +-
 po/Makefile.in.in   |   26 +-
 po/ca.po            | 1025 +++++++++++++++++++++++++++++++-----------------
 po/cs.po            |  964 +++++++++++++++++++++++++++++----------------
 po/da.po            |  858 ++++++++++++++++++++++------------------
 po/de.po            |  842 ++++++++++++++++++++++------------------
 po/el.po            | 1079 +++++++++++++++++++++++++++++++++------------------
 po/fi.po            | 1021 +++++++++++++++++++++++++++++++-----------------
 po/fr.po            | 1000 ++++++++++++++++++++++++++++++-----------------
 po/ga.po            |  956 +++++++++++++++++++++++++++++----------------
 po/ja.po            | 1025 +++++++++++++++++++++++++++++++-----------------
 po/ko.po            |  806 +++++++++++++++++++++-----------------
 po/no.po            |  702 ++++++++++++++++-----------------
 po/pt_BR.po         | 1061 +++++++++++++++++++++++++++++++++-----------------
 po/ru.po            |  832 ++++++++++++++++++++++-----------------
 po/sv.po            |  156 ++++----
 po/tr.po            | 1023 +++++++++++++++++++++++++++++++-----------------
 po/uk.po            |  996 +++++++++++++++++++++++++++++++----------------
 tests/testdirlist.c |   11 +-
 23 files changed, 9360 insertions(+), 5413 deletions(-)

commit 5b8d7a001907c6ebd770adca7ac2d331319a7430
Author: Darin Adler <darin@src.gnome.org>
Date:   Thu Sep 14 22:53:33 2000 +0000

    Fixed code that set up file mode to always be 0600 to instead inherit from
    
        * backends/xml-dir.c: (dir_load): Fixed code that set up file mode
        to always be 0600 to instead inherit from parent directory as
        intended.
    
        * gconf/gconf-sources.c: (gconf_sources_new_from_addresses):
        Removed unused variable.
        * tests/.cvsignore: Added some generated files.

 ChangeLog             | 11 ++++++++++-
 backends/xml-dir.c    |  2 +-
 gconf/gconf-sources.c |  1 -
 tests/.cvsignore      | 16 +++++++++++++---
 4 files changed, 24 insertions(+), 6 deletions(-)

commit ef5f1b86ad6033f690a7bb5a6bafb320773476b7
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Sep 13 17:56:31 2000 +0000

    todo update

 TODO | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

commit 2eff8e053f3539a212137effe0cf0e99962fe2e1
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Sep 13 17:49:44 2000 +0000

    s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;
    
    2000-09-13  Havoc Pennington  <hp@redhat.com>
    
        * More renaming:
    
        s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;
        s/gconf_meta_info_mod_user/gconf_meta_info_get_mod_user/g;
        s/gconf_meta_info_mod_time/gconf_meta_info_mod_time/g;
    
        s/gconf_entry_key/gconf_entry_get_key/g;
        s/gconf_entry_value/gconf_entry_get_value/g;
        s/gconf_entry_schema_name/gconf_entry_get_schema_name/g;
        s/gconf_entry_is_default/gconf_entry_get_is_default/g;
    
        s/gconf_value_string/gconf_value_get_string/g;
        s/gconf_value_int/gconf_value_get_int/g;
        s/gconf_value_float/gconf_value_get_float/g;
        s/gconf_value_list_type/gconf_value_get_list_type/g;
        s/gconf_value_list/gconf_value_get_list/g;
        s/gconf_value_car/gconf_value_get_car/g;
        s/gconf_value_cdr/gconf_value_get_cdr/g;
        s/gconf_value_bool/gconf_value_get_bool/g;
        s/gconf_value_schema/gconf_value_get_schema/g;
    
        s/gconf_schema_type/gconf_schema_get_type/g;
        s/gconf_schema_list_type/gconf_schema_get_list_type/g;
        s/gconf_schema_car_type/gconf_schema_get_car_type/g;
        s/gconf_schema_cdr_type/gconf_schema_get_cdr_type/g;
        s/gconf_schema_locale/gconf_schema_get_locale/g;
        s/gconf_schema_short_desc/gconf_schema_get_short_desc/g;
        s/gconf_schema_long_desc/gconf_schema_get_long_desc/g;
        s/gconf_schema_owner/gconf_schema_get_owner/g;
        s/gconf_schema_default_value/gconf_schema_get_default_value/g;

 ChangeLog                        | 33 ++++++++++++++
 backends/xml-entry.c             | 20 ++++-----
 doc/gconf/gconf-decl.txt         | 96 ++++++++++++++++++++--------------------
 doc/gconf/gconf-sections.txt     | 48 ++++++++++----------
 doc/gconf/gconf.sgml             | 18 ++++----
 doc/gconf/tmpl/gconf-schema.sgml | 18 ++++----
 doc/gconf/tmpl/gconf-value.sgml  | 36 +++++++--------
 doc/intro-article.sgml           |  2 +-
 examples/basic-gconf-app.c       |  8 ++--
 examples/simple-view.c           |  2 +-
 gconf/gconf-client.c             | 14 +++---
 gconf/gconf-database.c           |  2 +-
 gconf/gconf-internals.c          | 88 ++++++++++++++++++------------------
 gconf/gconf-schema.h             | 18 ++++----
 gconf/gconf-sources.c            | 38 ++++++++--------
 gconf/gconf-value.c              | 24 +++++-----
 gconf/gconf-value.h              | 30 ++++++-------
 gconf/gconf.c                    | 12 ++---
 gconf/gconftool.c                | 24 +++++-----
 gconf/gnome-testclient.c         |  4 +-
 gconf/testgconfclient.c          |  2 +-
 tests/testschemas.c              | 40 ++++++++---------
 wrappers/gtk/gconf-client.c      | 14 +++---
 wrappers/gtk/testgconfclient.c   |  2 +-
 wrappers/guile/scm-gconf.c       | 12 ++---
 25 files changed, 319 insertions(+), 286 deletions(-)

commit d1e883b56f142baa06145265b3ad7de4cf2d943d
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Sep 13 16:37:36 2000 +0000

    Put full key in GConfEntry (but we only get the relative key over the
    
    2000-09-13  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf.c (gconf_engine_all_entries): Put full key in
        GConfEntry (but we only get the relative key over the
        CORBA wire)
    
        * wrappers/gtk/gconf-client.c (cache_pairs_in_dir): Change to
        reflect fact that GConfEntry now contains full key
    
        * gconf/gconftool.c (list_pairs_in_dir): Change to reflect full
        key in GConfEntry
    
        * doc/gconf/tmpl/gconf-value.sgml: updated GConfEntry docs on this
        matter.

 ChangeLog                       | 15 +++++++++++++++
 TODO                            | 26 +++++++++++++++-----------
 doc/gconf/tmpl/gconf-value.sgml | 25 ++++++++++++-------------
 gconf/gconf-backend.h           |  5 ++++-
 gconf/gconf-client.c            |  9 ++-------
 gconf/gconf.c                   |  2 +-
 gconf/gconftool.c               |  4 +++-
 wrappers/gtk/gconf-client.c     |  9 ++-------
 8 files changed, 54 insertions(+), 41 deletions(-)

commit 34b0d193836cdab76e47934174585a4a5b1b8a6e
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Wed Sep 13 14:36:52 2000 +0000

    updating pt_BR translations

 po/pt_BR.po | 102 +++++++++++++++++++++++++-----------------------------------
 1 file changed, 42 insertions(+), 60 deletions(-)

commit 2b9be491a1d01b40083baf27321c8b19bbea7157
Author: Christian Rose <menthos@src.gnome.org>
Date:   Tue Sep 12 21:20:07 2000 +0000

    Updated Swedish translation.

 po/sv.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 50c635eab508cbe3f0e7736006198859d8c86f4a
Author: Christian Rose <menthos@src.gnome.org>
Date:   Tue Sep 12 18:33:23 2000 +0000

    Updated Swedish translation.

 po/sv.po | 44 +++++++++++++++++++-------------------------
 1 file changed, 19 insertions(+), 25 deletions(-)

commit 8badfff2b6c2e5a1d9dcc7f65657dd95d4fe9176
Author: Christian Rose <menthos@src.gnome.org>
Date:   Tue Sep 12 16:43:20 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 879 ++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 513 insertions(+), 370 deletions(-)

commit 16c7bcf0113a2b927c5b392ef797532e98246bdb
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Sep 11 21:58:49 2000 +0000

    Actually use gettext. Involves checking in configure.in, linking to it in
    
    2000-09-11  Havoc Pennington  <hp@redhat.com>
    
        * Actually use gettext. Involves checking in configure.in, linking
        to it in Makefile.am, making _() do the right thing.
    
        I have gettext in libc instead of -lintl though, so I'm not going
        to see Makefile bugs - maybe someone can check on it.

 ChangeLog                |  8 ++++++++
 TODO                     | 13 -------------
 acconfig.h               |  1 +
 backends/xml-backend.c   | 14 --------------
 backends/xml-cache.c     | 15 ---------------
 backends/xml-dir.c       | 14 --------------
 backends/xml-entry.c     | 14 --------------
 configure.in             |  9 +++++++++
 examples/Makefile.am     |  2 +-
 gconf-config.in          |  2 +-
 gconf/Makefile.am        |  7 ++++---
 gconf/gconf-backend.c    | 15 ---------------
 gconf/gconf-database.c   | 16 ----------------
 gconf/gconf-error.c      | 16 +---------------
 gconf/gconf-glib.c       |  4 +---
 gconf/gconf-internals.c  | 15 ---------------
 gconf/gconf-internals.h  | 21 +++++++++++++++++++++
 gconf/gconf-sources.c    | 15 ---------------
 gconf/gconf-value.c      | 14 --------------
 gconf/gconf.c            | 15 ---------------
 gconf/gconfd.c           | 16 ----------------
 gconf/gconftool.c        | 14 --------------
 po/Makefile.in.in        | 26 ++++++++++++++------------
 tests/Makefile.am        |  2 +-
 wrappers/gtk/Makefile.am |  6 +++---
 25 files changed, 65 insertions(+), 229 deletions(-)

commit 7332883604e505f102df46f7f9ed1d0068f0e0c5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 11 08:03:26 2000 +0000

    Updated Norwegian translation.
    
    2000-09-11  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 ++
 po/no.po     | 149 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 85 insertions(+), 68 deletions(-)

commit 36d57edb9a59ba4db0de10e4def03c9c0f4d0762
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Sep 11 02:43:09 2000 +0000

    New function (gconf_entry_set_value): New function
    
    2000-09-10  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-value.c (gconf_entry_new): New function
    (gconf_entry_set_value): New function

 ChangeLog           |  5 +++++
 gconf/gconf-value.c | 17 +++++++++++++++++
 gconf/gconf-value.h |  5 ++++-
 3 files changed, 26 insertions(+), 1 deletion(-)

commit fd458b49302bd37c9b08e092a7cc3c6779d6a928
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Sep 11 02:11:09 2000 +0000

    #!/usr/bin/perl -pi.bak
    
    2000-09-10  Havoc Pennington  <hp@pobox.com>
    
    * Another rename fest:
    
    #!/usr/bin/perl -pi.bak
    
    ## note that this regexp could affect non-GConf stuff
    s/writeable/writable/g;
    
    s/gconf_meta_info_destroy/gconf_meta_info_free/g;
    s/gconf_database_destroy/gconf_database_free/g;
    s/gconf_source_destroy/gconf_source_free/g;
    s/gconf_sources_destroy/gconf_sources_free/g;
    s/gconf_locale_cache_destroy/gconf_locale_cache_free/g;

 ChangeLog                         | 15 +++++++++++++++
 backends/xml-backend.c            | 18 +++++++++---------
 doc/gconf/gconf-decl.txt          | 14 +++++++-------
 doc/gconf/gconf-sections.txt      |  8 ++++----
 doc/gconf/gconf.sgml              |  6 +++---
 doc/gconf/tmpl/gconf-backend.sgml |  8 ++++----
 doc/gconf/tmpl/gconf-locale.sgml  |  2 +-
 doc/gconf/tmpl/gconf-sources.sgml |  4 ++--
 doc/gconf/tmpl/gconf-value.sgml   |  2 +-
 doc/gconf/tmpl/gconf.sgml         |  2 +-
 gconf/gconf-backend.h             |  2 +-
 gconf/gconf-database.c            |  6 +++---
 gconf/gconf-database.h            |  2 +-
 gconf/gconf-locale.c              |  2 +-
 gconf/gconf-locale.h              |  2 +-
 gconf/gconf-sources.c             | 38 +++++++++++++++++++-------------------
 gconf/gconf-sources.h             |  6 +++---
 gconf/gconf-value.c               |  2 +-
 gconf/gconf-value.h               |  2 +-
 gconf/gconf.c                     |  2 +-
 gconf/gconfd.c                    | 16 ++++++++--------
 21 files changed, 87 insertions(+), 72 deletions(-)

commit 628595905fa3b43e71854a0f29e1427e34407192
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Sep 10 23:05:29 2000 +0000

    Note about envisioneering

 TODO | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 4de229adc00b44b637eaa758dc46e35b9368a2a2
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Sep 10 04:58:18 2000 +0000

    don't use GCONF_INTERNAL_VALUE_TYPE_VALID
    
    2000-09-10  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-value.c (gconf_value_new): don't use
    GCONF_INTERNAL_VALUE_TYPE_VALID
    
    * gconf/gconf-internals.h, gconf/gconf-error.h:
    (gconf_error_new)
    (gconf_set_error)
    (gconf_compose_errors):
    Move these to gconf-internals.h, now they aren't needed due
    to GError
    
    * gconf/gconf.c: Get rid of GConfEnginePrivate, just define struct
    _GConfEngine in the private .c file, like a sane person.
    
    * gconf/gconf-value.h: remove GCONF_INTERNAL_VALUE_TYPE_VALID
    
    * gconf/gconf.h: #ifdef the GNOME module system and popt stuff for
    GNOME 1.4. This stuff is tied to GNOME 2.0 and still unstable in
    that respect; should not be used before GNOME 2.0
    (gconf_get_string): forgot to rename this earlier

 ChangeLog               |  13 ++
 TODO                    |  10 +-
 gconf/gconf-engine.h    |   4 -
 gconf/gconf-error.h     |  10 --
 gconf/gconf-internals.h | 127 ++++++++++-------
 gconf/gconf-value.c     |   2 +-
 gconf/gconf.c           | 372 +++++++++++++++++++++++-------------------------
 7 files changed, 276 insertions(+), 262 deletions(-)

commit 79f8a4997146a56afba7690ec9411db7a4b11b1b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Sep 10 04:19:32 2000 +0000

    TODO updates, indentation, comment fixes

 ChangeLog                    |  9 ++++++++
 TODO                         | 20 ++++++++++++++++
 doc/gconf/gconf-decl.txt     |  2 +-
 doc/gconf/gconf-sections.txt |  2 +-
 doc/gconf/tmpl/gconf.sgml    |  4 ++--
 doc/intro-article.sgml       |  2 +-
 gconf/gconf-changeset.h      |  6 +++--
 gconf/gconf-schema.h         | 54 +++++++++++++++++++++++++++-----------------
 gconf/gconf-value.h          | 11 ++++-----
 gconf/gconf.c                |  2 +-
 gconf/gconf.h                | 54 ++++++++++++++++++++++++++------------------
 tests/testchangeset.c        |  2 +-
 tests/testgconf.c            |  4 ++--
 tests/testpersistence.c      |  4 ++--
 14 files changed, 114 insertions(+), 62 deletions(-)

commit 6dc53bf2ed99f31a39b56b28027c90d96aa7d786
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Sep 10 04:02:26 2000 +0000

    change a comment

 TODO           | 1 -
 gconf/gconfd.c | 7 ++-----
 2 files changed, 2 insertions(+), 6 deletions(-)

commit 71febd36cf2d356f0d294a86cc79760e469a01d0
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Sep 10 01:25:14 2000 +0000

    Update TODO to reflect what is TODO for 1.4

 TODO | 88 ++++++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 47 insertions(+), 41 deletions(-)

commit ee28d8cd10df89e93acfa0f3bd33d28c6d3afaf5
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 9 23:28:14 2000 +0000

    Convert one_hour_timeout to half_hour_timeout() to more agressively prune
    
    2000-09-09  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (half_hour_timeout): Convert one_hour_timeout to
    half_hour_timeout() to more agressively prune resources. In the
    half hour timeout, if we have no connected listeners on any
    database, shut down gconfd. (We might want to make the timeout
    length configurable; and for laptops people might not want any
    timeouts at all, since it will wake up their laptop.)
    (fast_cleanup): Remove comment about getting incoming connections
    after shutting things down; this is no longer a problem because
    we deactivate databases in the POA

 ChangeLog               | 12 ++++++++++++
 TODO                    |  4 +++-
 gconf/gconf-listeners.h |  1 -
 gconf/gconfd.c          | 30 +++++++++++++++++++++++++-----
 4 files changed, 40 insertions(+), 7 deletions(-)

commit df702668d3fb86b0b22b5261ff720d96a0b6791f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Sep 9 21:38:44 2000 +0000

    Updated Norwegian translation.
    
    2000-09-09  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 273 +++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 194 insertions(+), 83 deletions(-)

commit 66d6febf5e1ab0e6b18553d8d023ee9bda76aeef
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 9 18:42:43 2000 +0000

    Move gconf-backend.h here, I don't see why it was in the public headers
    
    2000-09-09  Havoc Pennington  <hp@pobox.com>
    
    * gconf/Makefile.am (libgconf_1_la_SOURCES): Move gconf-backend.h
    here, I don't see why it was in the public headers
    
    
    Throughout, rename a bunch of stuff:
    
    #!/usr/bin/perl -pi.bak
    
    s/gconf_notify_add/gconf_engine_notify_add/g;
    s/gconf_notify_remove/gconf_engine_notify_remove/g;
    s/gconf_get_without_default/gconf_engine_get_without_default/g;
    s/gconf_get_full/gconf_engine_get_full/g;
    s/gconf_get_with_locale/gconf_engine_get_with_locale/g;
    s/gconf_get_default_from_schema/gconf_engine_get_default_from_schema/g;
    s/gconf_unset/gconf_engine_unset/g;
    s/gconf_associate_schema/gconf_engine_associate_schema/g;
    s/gconf_all_entries/gconf_engine_all_entries/g;
    s/gconf_all_dirs/gconf_engine_all_dirs/g;
    s/gconf_suggest_sync/gconf_engine_suggest_sync/g;
    s/gconf_dir_exists/gconf_engine_dir_exists/g;
    s/gconf_get_float/gconf_engine_get_float/g;
    s/gconf_get_int/gconf_engine_get_int/g;
    s/gconf_get_bool/gconf_engine_get_bool/g;
    s/gconf_get_schema/gconf_engine_get_schema/g;
    s/gconf_get_list/gconf_engine_get_list/g;
    s/gconf_get_pair/gconf_engine_get_pair/g;
    s/gconf_set_float/gconf_engine_set_float/g;
    s/gconf_set_int/gconf_engine_set_int/g;
    s/gconf_set_string/gconf_engine_set_string/g;
    s/gconf_set_bool/gconf_engine_set_bool/g;
    s/gconf_set_schema/gconf_engine_set_schema/g;
    s/gconf_set_list/gconf_engine_set_list/g;
    s/gconf_set_pair/gconf_engine_set_pair/g;
    
    s/gconf_commit_change_set/gconf_engine_commit_change_set/g;
    s/gconf_create_reverse_change_set/gconf_engine_reverse_change_set/g;
    s/gconf_create_change_set_from_currentv/gconf_engine_change_set_from_currentv/g;
    s/gconf_create_change_set_from_current/gconf_engine_change_set_from_current/g;
    
    s/gconf_schema_destroy/gconf_schema_free/g;
    s/gconf_value_destroy/gconf_value_free/g;
    s/gconf_listeners_destroy/gconf_listeners_free/g;
    s/gconf_entry_destroy/gconf_entry_free/g;
    
    s/gconf_client_create_change_set_from_current/gconf_client_change_set_from_current/g;
    s/gconf_client_create_change_set_from_currentv/gconf_client_change_set_from_currentv/g;
    s/gconf_client_create_reverse_change_set/gconf_client_reverse_change_set/g;
    
    ## These require some care, since they can be the prefix for unrelated stuff.
    s/gconf_get /gconf_engine_get /g;
    s/gconf_set /gconf_engine_set /g;
    
    s/gconf_get\(/gconf_engine_get (/g;
    s/gconf_set\(/gconf_engine_set (/g;

 ChangeLog                           |  64 +++++++++-
 TODO                                |   3 +
 backends/xml-entry.c                |  24 ++--
 doc/gconf/gconf-decl.txt            |  72 ++++++------
 doc/gconf/gconf-sections.txt        |  72 ++++++------
 doc/gconf/gconf.sgml                |  16 +--
 doc/gconf/tmpl/gconf-changeset.sgml |  14 +--
 doc/gconf/tmpl/gconf-client.sgml    |  14 +--
 doc/gconf/tmpl/gconf-listeners.sgml |   2 +-
 doc/gconf/tmpl/gconf-schema.sgml    |   2 +-
 doc/gconf/tmpl/gconf-value.sgml     |   4 +-
 doc/gconf/tmpl/gconf.sgml           | 108 ++++++++---------
 doc/intro-article.sgml              |   4 +-
 examples/basic-gconf-app.c          |   6 +-
 gconf/Makefile.am                   |   2 +-
 gconf/gconf-changeset.c             |  24 ++--
 gconf/gconf-changeset.h             |  18 +--
 gconf/gconf-client.c                |  76 ++++++------
 gconf/gconf-client.h                |   8 +-
 gconf/gconf-database.c              |  12 +-
 gconf/gconf-internals.c             |  16 +--
 gconf/gconf-listeners.c             |   2 +-
 gconf/gconf-listeners.h             |  32 +++--
 gconf/gconf-schema.c                |   8 +-
 gconf/gconf-schema.h                |   2 +-
 gconf/gconf-sources.c               |  14 +--
 gconf/gconf-value.c                 |  58 ++++-----
 gconf/gconf-value.h                 |   4 +-
 gconf/gconf.c                       | 100 ++++++++--------
 gconf/gconf.h                       | 228 ++++++++++++++++++------------------
 gconf/gconftool.c                   |  88 +++++++-------
 gconf/gnome-testclient.c            |   8 +-
 gconf/testclient.c                  |   4 +-
 tests/testchangeset.c               |   6 +-
 tests/testdirlist.c                 |  10 +-
 tests/testgconf.c                   |  36 +++---
 tests/testlisteners.c               |   4 +-
 tests/testpersistence.c             |  36 +++---
 tests/testschemas.c                 |  22 ++--
 wrappers/gtk/gconf-client.c         |  76 ++++++------
 wrappers/gtk/gconf-client.h         |   8 +-
 wrappers/guile/scm-gconf.c          |   4 +-
 42 files changed, 685 insertions(+), 626 deletions(-)

commit 09ce14ba906251f33302a3d5073ddbb8bfdb36b9
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 9 16:48:04 2000 +0000

    immediately log the addition or removal to the saved state file, which is
    
    2000-09-09  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-database.c (gconf_database_add_listener)
    (gconf_database_remove_listener): immediately log the addition
    or removal to the saved state file, which is now in a streaming
    format
    (gconf_database_get_persistent_name): abstraction for getting
    the address of the database, of "def" if it's the default one
    (gconf_database_log_listeners_to_string): replaces conversion
    from database to markup node; no longer using GMarkup here
    
    * gconf/gconf-listeners.c (gconf_listeners_get_data):
    new function to get listener data for a connection ID
    
    * gconf/gconfd.c (one_hour_timeout): save the logfile
    in the timeout, to compress it since we have just been appending
    over the last hour
    (logfile_read, logfile_save): rewrite to use new format, not the
    GMarkup format
    
    * gconf/gconf-internals.c (gconf_object_to_string): Add
    this function

 ChangeLog               |  23 ++
 TODO                    |   6 +
 gconf/gconf-database.c  | 147 +++++++---
 gconf/gconf-database.h  |  13 +-
 gconf/gconf-internals.c |  28 ++
 gconf/gconf-internals.h |   3 +
 gconf/gconf-listeners.c |  63 +++++
 gconf/gconf-listeners.h |   5 +
 gconf/gconfd.c          | 704 ++++++++++++++++++++++++++++++++++++------------
 gconf/gconfd.h          |  12 +-
 10 files changed, 786 insertions(+), 218 deletions(-)

commit 4876fb2f8b7a04f797007d57c4c7b3599fbc21ac
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Sat Sep 9 00:06:02 2000 +0000

    Translations from Keld
    bonobo/po/da.po dia/po/da.po dr-genius/po/da.po eog/po/da.po
    gconf/po/da.po gdict/po/da.po gdm2/po/da.po gfax/po/da.po
    gimp/po/da.po gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
    gnome-applets/po/da.po gnome-chess/po/da.po gnome-db/po/da.po
    gnome-iconedit/po/da.po gnome-lokkit/po/da.po
    gnome-media/po/da.po gnome-pilot/po/da.po gnomeicu/po/da.po
    gnop/po/da.po gphoto/po/da.po gtkhtml/po/da.po gxsnmp/po/da.po
    libgtop/po/da.po
    mc/po/da.po oaf/po/da.po rp3/po/da.po sodipodi/po/da.po

 po/da.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit cb23d1d4b8a3af42265f855e6d5b0ab05be2b204
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Fri Sep 8 23:33:25 2000 +0000

    Translations from Keld
    bonobo/po/da.po gconf/po/da.po gimp/po-plug-ins/da.po
    gnumeric/po/da.po pan/po/da.po

 po/da.po | 502 +++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 375 insertions(+), 127 deletions(-)

commit 4c054d1a1abf0ab9ca0c84d95926b766a56b1a24
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Fri Sep 8 20:27:24 2000 +0000

    Small update

 po/no.po | 57 ++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 42 insertions(+), 15 deletions(-)

commit 7b2efb97bcd02ef113de47d034accaca5a53e92a
Author: Christian Meyer <chrisime@src.gnome.org>
Date:   Fri Sep 8 17:25:48 2000 +0000

    Updated German translation for GConf

 po/ChangeLog |   4 +
 po/de.po     | 516 ++++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 395 insertions(+), 125 deletions(-)

commit 9fd5bb16049f956d83c4afbaab34b9ac60c1d32e
Author: Nam SungHyun <namsh@src.gnome.org>
Date:   Wed Sep 6 12:36:50 2000 +0000

    Korean translation by Chideok Hwang <hwang@mizi.co.kr>

 configure.in     |    2 +-
 po/ko.po         | 1652 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/.cvsignore |    2 +
 3 files changed, 1655 insertions(+), 1 deletion(-)

commit 930803c2cfb0ad3f3293492f113e19180087bb99
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Sep 5 00:55:26 2000 +0000

    fixes to doc build

 ChangeLog                           |    4 +
 doc/gconf/Makefile.am               |    2 +-
 doc/gconf/gconf-decl.txt            | 7605 ++++++++++++-----------------------
 doc/gconf/gconf-sections.txt        |   28 +-
 doc/gconf/tmpl/gconf-client.sgml    |   32 +-
 doc/gconf/tmpl/gconf-engine.sgml    |   20 +-
 doc/gconf/tmpl/gconf-error.sgml     |   49 -
 doc/gconf/tmpl/gconf-internals.sgml |    2 +
 doc/gconf/tmpl/gconf-listeners.sgml |    1 -
 doc/gconf/tmpl/gconf-schema.sgml    |   54 +
 doc/gconf/tmpl/gconf-unused.sgml    |   48 +
 doc/gconf/tmpl/gconf-value.sgml     |   43 +
 po/Makefile.in.in                   |   26 +-
 13 files changed, 2693 insertions(+), 5221 deletions(-)

commit 9a4f4841f7fa8340e56319ecb89bafa294201c33
Author: Christian Rose <menthos@src.gnome.org>
Date:   Mon Sep 4 21:44:29 2000 +0000

    Updated Swedish translation.

 po/sv.po | 137 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 68 insertions(+), 69 deletions(-)

commit 688d0e053e54192c5e98982a7b8a99d23dbf57a7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 4 10:44:48 2000 +0000

    Updated Norwegian translation.
    
    2000-09-04  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 ++
 po/no.po     | 170 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 89 insertions(+), 85 deletions(-)

commit 0030a0dc3dad923e1a1522c129e096a454e64a11
Author: Christian Rose <menthos@src.gnome.org>
Date:   Sun Sep 3 23:31:28 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +
 po/sv.po     | 891 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 574 insertions(+), 321 deletions(-)

commit 41aa32a871bab22a32636f8b682a09dc478a3b41
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Sep 1 15:32:34 2000 +0000

    Note about how to reimplement logfile

 TODO | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 7d1dd516403c7d4d83382f20f8fc70ad4eba64b1
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Aug 31 21:25:08 2000 +0000

    Massive rename from GConfError to GError
    
    2000-08-31  Havoc Pennington  <hp@redhat.com>
    
        * Massive rename from GConfError to GError
    
        * gconf/gconf-error.h, gconf/gconf-error.c: Remove
        redundant-with-GError stuff; add GCONF_ERROR domain
        macro

 ChangeLog                           |   8 +
 backends/xml-backend.c              |  80 ++---
 backends/xml-cache.c                |  20 +-
 backends/xml-cache.h                |   6 +-
 backends/xml-dir.c                  |  32 +-
 backends/xml-dir.h                  |  20 +-
 backends/xml-entry.c                |  42 +--
 backends/xml-entry.h                |   2 +-
 doc/gconf/gconf-decl.txt            | 584 ++++++++++++++++++------------------
 doc/gconf/gconf-sections.txt        |   8 +-
 doc/gconf/gconf.sgml                |  34 +--
 doc/gconf/tmpl/gconf-changeset.sgml |   2 +-
 doc/gconf/tmpl/gconf-client.sgml    |  64 ++--
 doc/gconf/tmpl/gconf-engine.sgml    |   2 +-
 doc/gconf/tmpl/gconf-error.sgml     |  60 ++--
 doc/gconf/tmpl/gconf-orbit.sgml     |   2 +-
 doc/gconf/tmpl/gconf-unused.sgml    |   2 +-
 doc/gconf/tmpl/gconf.sgml           |  60 ++--
 doc/intro-article.sgml              |   4 +-
 examples/basic-gconf-app.c          |   6 +-
 gconf-editor/gconf-editor.c         |   6 +-
 gconf/gconf-backend.c               |  10 +-
 gconf/gconf-backend.h               |  36 +--
 gconf/gconf-changeset.c             |  28 +-
 gconf/gconf-changeset.h             |   8 +-
 gconf/gconf-client.c                | 166 +++++-----
 gconf/gconf-client.h                |  74 ++---
 gconf/gconf-database.c              |  76 ++---
 gconf/gconf-database.h              |  24 +-
 gconf/gconf-engine.h                |   4 +-
 gconf/gconf-error.c                 | 111 +++----
 gconf/gconf-error.h                 |  36 +--
 gconf/gconf-internals.c             |  16 +-
 gconf/gconf-internals.h             |  28 +-
 gconf/gconf-listeners.c             |   1 +
 gconf/gconf-sources.c               |  98 +++---
 gconf/gconf-sources.h               |  26 +-
 gconf/gconf-value.c                 |   6 +-
 gconf/gconf.c                       | 144 ++++-----
 gconf/gconf.h                       |  60 ++--
 gconf/gconfd.c                      |  30 +-
 gconf/gconfd.h                      |   2 +-
 gconf/gconftool.c                   | 120 ++++----
 gconf/testgconfclient.c             |   4 +-
 tests/testchangeset.c               |  22 +-
 tests/testdirlist.c                 |  18 +-
 tests/testencode.c                  |   6 +-
 tests/testgconf.c                   |  94 +++---
 tests/testpersistence.c             |  94 +++---
 tests/testschemas.c                 |  40 +--
 wrappers/gtk/gconf-client.c         | 166 +++++-----
 wrappers/gtk/gconf-client.h         |  74 ++---
 wrappers/gtk/testgconfclient.c      |   4 +-
 wrappers/guile/gconf-guile.c        |   6 +-
 wrappers/guile/scm-gconf.c          |   6 +-
 55 files changed, 1322 insertions(+), 1360 deletions(-)

commit 614209474275cdbb84ef7870a5d217e65cebb411
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Aug 31 13:40:33 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 342 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 301 insertions(+), 45 deletions(-)

commit bdcd8300b72162b671bbeede3b0ee0894da0c124
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Aug 30 22:58:03 2000 +0000

    use gconf_string_to_gulong instead of atoi for reading a ulong out of the
    
    2000-08-30  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconfd.c (restore_listener): use gconf_string_to_gulong
        instead of atoi for reading a ulong out of the log file
    
        * gconf/gconf.c (gconf_engine_get_default): assign to the
        default_engine variable, so we don't keep creating new default
        engines.
    
        * gconf/gconf-listeners.c (ltable_next_cnxn): Start "uniqueness
        bits" at a different location depending on pid

 ChangeLog               | 12 ++++++++++++
 gconf/gconf-glib.c      |  2 +-
 gconf/gconf-listeners.c | 11 +++++++++++
 gconf/gconf.c           |  6 ++++--
 gconf/gconfd.c          |  2 +-
 5 files changed, 29 insertions(+), 4 deletions(-)

commit 8caf3908db78901e98609ed58094a1de2f982c25
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Aug 30 21:53:21 2000 +0000

    Change client to new system (use object references to ConfigDatabase
    
    2000-08-30  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconf.c: Change client to new system (use object
        references to ConfigDatabase instead of the integer context ID).
    
        * gconf/gconf-backend.c: Fix path to uninstalled modules, and
        put the whole uninstalled modules thing in GCONF_ENABLE_DEBUG
    
        * gconf/gconf-database.c: add some missing includes, and fix
        a typo bug
    
        * gconf/gconfd.c: CORBA_Object_duplicate() the ConfigDatabase
        objrefs before passing them back out to ORBit. Remove
        some bogus assertions.
    
        * TODO: Updates, added notes from Colm

 ChangeLog              |  17 ++
 TODO                   |  13 +-
 gconf/GConf.idl        |   1 +
 gconf/GConfX.idl       |   1 +
 gconf/Makefile.am      |   2 +-
 gconf/gconf-backend.c  |   6 +-
 gconf/gconf-database.c |   7 +-
 gconf/gconf-engine.h   |   5 +-
 gconf/gconf.c          | 657 ++++++++++++++++++++++++++++---------------------
 gconf/gconfd.c         |  30 ++-
 po/Makefile.in.in      |  26 +-
 11 files changed, 451 insertions(+), 314 deletions(-)

commit 5deb5e173b0d77a18837941fe79e00d2ac0890ec
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 30 18:40:09 2000 +0000

    Updated Norwegian translation. Added missing files in build.
    
    2000-08-30  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.
        * POTFILES.in: Added missing files in build.

 po/ChangeLog   |   5 +
 po/POTFILES.in |   2 +
 po/no.po       | 450 +++++++++++++++++++++++++++++++++++++++++++--------------
 3 files changed, 346 insertions(+), 111 deletions(-)

commit 021c47a66c20fa423e97d33fa34d0adaa02dcb99
Author: Valek Frob <frob@src.gnome.org>
Date:   Wed Aug 30 15:42:49 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 ++
 po/ru.po     | 184 +++++++++++++++++++++++++----------------------------------
 2 files changed, 81 insertions(+), 107 deletions(-)

commit 30460ee4fb076d56e217c374e5906e75dc29780a
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Aug 30 04:48:19 2000 +0000

    Completed the server-side implementation of the new system where a
    
    2000-08-30  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c, gconf/gconf-database.h, gconf/gconf-database.c,
    gconf/gconfd.h: Completed the server-side implementation of
    the new system where a ConfigServer_Context becomes
    a ConfigDatabase object. Client side doesn't even compile
    yet. Will get it compiling in the morning.

 ChangeLog              |    8 +
 gconf/GConf.idl        |   81 ++-
 gconf/GConfX.idl       |   81 ++-
 gconf/Makefile.am      |    3 +
 gconf/gconf-database.c | 1216 +++++++++++++++++++++++++++++++
 gconf/gconf-database.h |  132 ++++
 gconf/gconfd.c         | 1844 +++++-------------------------------------------
 gconf/gconfd.h         |   46 ++
 8 files changed, 1684 insertions(+), 1727 deletions(-)

commit 75a654720c6ca08dea04e517b6a5a70115529e10
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Aug 30 01:43:17 2000 +0000

    Add logfile load/save; not really working yet.
    
    2000-08-29  Havoc Pennington  <hp@redhat.com>
    
        * gconf/gconfd.c: Add logfile load/save; not really working
        yet.
    
        * gconf/gconf.c: Remove reinstall-listeners stuff and implement
        update_listeners() from the server. Most of this is about to get
        removed again when I fix context ID's to be object references
        instead.
    
        * gconf/gconf-listeners.c: #include <string.h>,
        store full key name on tree nodes, add connection ID to
        foreach callback
    
        * gconf/GConf.idl: Add update_listener method on ConfigListener,
        so the daemon can tell a client that a listener's ID has changed
    
        * gconf/gconf-glib-public.h,
        gconf/gconf-glib-private.h,
        gconf/gconf-glib.c: Put in gmarkup.[hc], gunicode stuff,
        and gerror.[hc] from GLib 2.0. The Unicode char tables are
        causing big bloat; may be able to get rid of them
        before GNOME 1.4 if we are lucky.

 ChangeLog                  |  24 +++
 TODO                       |  12 +-
 gconf/GConf.idl            |   9 +
 gconf/GConfX.idl           |   9 +
 gconf/gconf-glib-private.h | 309 +++++++++++++++++++++++++++++++++
 gconf/gconf-listeners.c    |  37 +++-
 gconf/gconf-listeners.h    |   1 +
 gconf/gconf.c              | 275 ++++++++++++-----------------
 gconf/gconfd.c             | 420 ++++++++++++++++++++++++++++++++++++++++++++-
 9 files changed, 910 insertions(+), 186 deletions(-)

commit 1d61a2c81b7a5eb59479d4593adb8bfeaf76a1a0
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Aug 30 01:20:00 2000 +0000

    Put in gmarkup.[hc], gunicode stuff, and gerror.[hc] from GLib 2.0. The
    
    
        * gconf/gconf-glib-public.h,
        gconf/gconf-glib-private.h,
        gconf/gconf-glib.c: Put in gmarkup.[hc], gunicode stuff,
        and gerror.[hc] from GLib 2.0. The Unicode char tables are
        causing big bloat; may be able to get rid of them
        before GNOME 1.4 if we are lucky.

 gconf/gconf-glib.c | 10559 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 10559 insertions(+)

commit 71ea5b81c311f16375c0574696bb5e4af90bd6ef
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Aug 29 21:17:00 2000 +0000

    Shut up CVS

 .cvsignore       | 2 ++
 gconf/.cvsignore | 3 +++
 2 files changed, 5 insertions(+)

commit 16a3976378b415b31d903c11b8b7fab7a7090723
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Aug 27 18:04:36 2000 +0000

    Place to put cut-and-paste code from GLib 2.0
    
    2000-08-27  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-glib-public.h,
    gconf/gconf-glib-private.h,
    gconf/gconf-glib.c: Place to put cut-and-paste code from
    GLib 2.0
    
    * gconf/gconf.c (notify): Only print warnings on bogus notifies
    if debugging is enabled; without debugging, silently ignore
    the notifies, it just means gconfd got confused.
    
    2000-08-26  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-listeners.c (gconf_listeners_foreach): Add a foreach
    function, will use that to dump the daemon's listener table to
    a file.

 ChangeLog                  |  17 ++++++
 TODO                       |   9 +++
 gconf/Makefile.am          |   3 +
 gconf/gconf-glib-private.h |  38 ++++++++++++
 gconf/gconf-glib-public.h  |  73 ++++++++++++++++++++++
 gconf/gconf-glib.c         | 147 +++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-listeners.c    |  61 ++++++++++++++++++-
 gconf/gconf-listeners.h    |   8 +++
 gconf/gconf.c              |  10 ++-
 9 files changed, 363 insertions(+), 3 deletions(-)

commit a52bc83c0ecef2ec6f1ecc311a8de17d23697142
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Aug 26 23:59:29 2000 +0000

    Created a TODO file
    
    2000-08-26  Havoc Pennington  <hp@pobox.com>
    
    * TODO: Created a TODO file

 ChangeLog |  4 ++++
 TODO      | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

commit dd48ffb4d503ff2a40ff28815852101c349f458c
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Mon Aug 21 16:02:48 2000 +0000

    - fix for DESTDIR style install.

 doc/gconf/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a73f4740e5ef991edf138b7d9603a7f7396fdc02
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Sat Aug 19 22:19:32 2000 +0000

    Translations from Keld
    gconf/po/da.po

 po/da.po | 96 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

commit b49d7a257ad92753e4b17e9cedef786628a9228e
Author: Havoc Pennington <hp@redhat.com>
Date:   Sat Aug 19 20:42:33 2000 +0000

    French updates from Christophe Merlet
    
    2000-08-19  Havoc Pennington  <hp@redhat.com>
    
        * fr.po: French updates from Christophe Merlet

 po/ChangeLog |    4 +
 po/ca.po     |  880 ++++++++++++++++++++++++++++++-------------
 po/cs.po     |  821 +++++++++++++++++++++++++++++-----------
 po/da.po     | 1003 +++++++++++++++++++++++++++++-------------------
 po/de.po     | 1116 ++++++++++++++++++++++++++++++------------------------
 po/el.po     |  944 ++++++++++++++++++++++++++++++++--------------
 po/fi.po     |  877 +++++++++++++++++++++++++++++-------------
 po/fr.po     | 1194 ++++++++++++++++++++++++++++++++++++++++++----------------
 po/ga.po     |  778 +++++++++++++++++++++++++++++---------
 po/ja.po     | 1017 ++++++++++++++++++++++++++++++-------------------
 po/no.po     | 1102 ++++++++++++++++++++++++++++++-----------------------
 po/pt_BR.po  | 1007 ++++++++++++++++++++++++++++++-------------------
 po/ru.po     |   40 +-
 po/sv.po     |  876 +++++++++++++++++++++++++++++-------------
 po/tr.po     | 1118 ++++++++++++++++++++++++++++++------------------------
 po/uk.po     |  850 +++++++++++++++++++++++++++++------------
 16 files changed, 9020 insertions(+), 4607 deletions(-)

commit 36cd339a263f1a72c72b83e39e1bf5c521b855f4
Author: Valek Frob <frob@src.gnome.org>
Date:   Fri Aug 11 12:14:22 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 965 +++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 618 insertions(+), 351 deletions(-)

commit 28932e35f101d456b118b3e99393d74647170a26
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Thu Aug 10 06:17:13 2000 +0000

    OK I messed up my config stuff

 gconf.spec.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit a235c123d9e57e14fec91c3b44b7bb793f0d996c
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Aug 10 05:26:57 2000 +0000

    0.8
    
    2000-08-09  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: 0.8
    
    * fixes from Ralph Loader for DESTDIR support (hopefully
    got them all in)
    
    * gconf.spec: fix description (the G is just a G, doesn't stand
    for anything)

 ChangeLog                    |   10 +
 Makefile.am                  |    8 +-
 NEWS                         |    4 +-
 README                       |    3 +-
 configure.in                 |    4 +-
 doc/gconf/Makefile.am        |    6 +-
 gconf/Makefile.am            |   10 +-
 po/ca.po                     |  511 ++++++-------------
 po/cs.po                     |  474 ++++--------------
 po/da.po                     |  638 ++++++++++--------------
 po/de.po                     | 1122 ++++++++++++++++++------------------------
 po/el.po                     |  554 ++++++---------------
 po/fi.po                     |  510 ++++++-------------
 po/fr.po                     |  431 +++-------------
 po/ga.po                     |  431 +++-------------
 po/ja.po                     |  659 +++++++++++--------------
 po/no.po                     | 1091 ++++++++++++++++++----------------------
 po/pt_BR.po                  |  656 +++++++++++-------------
 po/ru.po                     |  953 +++++++++++++----------------------
 po/sv.po                     |  509 ++++++-------------
 po/tr.po                     | 1120 ++++++++++++++++++-----------------------
 po/uk.po                     |  497 +++++--------------
 standard-schemas/Makefile.am |    2 +-
 23 files changed, 3618 insertions(+), 6585 deletions(-)

commit 8ed7b6a17ebf1bb7f88c48997445d2fb8f416b50
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Thu Aug 10 05:00:31 2000 +0000

    sysconfdir OK added to the install line

 gconf.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 32e8d3966a24b3b5cce7c6cd03dd4fa0f9c1f1f9
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Thu Aug 10 04:52:05 2000 +0000

    OK added sysconfdir for real

 gconf.spec.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit b9216914928b195793cfa8b3e00b27e7280c83c7
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Thu Aug 10 04:47:47 2000 +0000

    OK added a sysconfdir

 gconf.spec.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit ffdbd50daddb0b15ec6953459c4c4e17abc991d2
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Thu Aug 10 01:54:56 2000 +0000

    more stuff using the notoriously buggs gen.spec

 ChangeLog     |  4 ++++
 gconf.spec.in | 38 +++++++++++++++++++++++---------------
 2 files changed, 27 insertions(+), 15 deletions(-)

commit f29f239facff40a41d676f928f79f557e091041a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 8 08:08:19 2000 +0000

    Updated Norwegian translation.
    
    2000-08-08  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 447 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 290 insertions(+), 161 deletions(-)

commit 8dd6e99d411d738eb05be70593d070e018cf6cca
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Tue Aug 8 00:41:13 2000 +0000

    added a top_ and some beautification so rpm builds would work.

 ChangeLog         |  5 +++++
 gconf/Makefile.am | 22 +++++++++++++++++-----
 2 files changed, 22 insertions(+), 5 deletions(-)

commit 5011ad51e514145d6f69734aa1a1961ac4505ff8
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Fri Aug 4 14:25:44 2000 +0000

    Updated the tr.po for GConf

 po/ChangeLog |   4 +
 po/tr.po     | 472 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 309 insertions(+), 167 deletions(-)

commit f463c17e3b51f0856d449e15e87189dbaeb83006
Author: Alastair McKinstry <alastairmck@src.gnome.org>
Date:   Thu Aug 3 20:34:55 2000 +0000

    Further Irish translation

 po/ChangeLog | 4 ++++
 po/ga.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 7fe68bb66c0e7216f1c37ee9e9a225ba66e32448
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Aug 3 18:19:17 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 484 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 296 insertions(+), 192 deletions(-)

commit 84a1ea4d9bf60a59f5284fe3a90e1964591a8bab
Author: Kai Lahmann <kail@src.gnome.org>
Date:   Thu Aug 3 14:32:28 2000 +0000

    Updated German translation

 po/ChangeLog |   4 +
 po/de.po     | 491 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 320 insertions(+), 175 deletions(-)

commit 5c33a08761e7032823c2956d3ee92a45fc81a3d7
Author: George Lebl <jirka@5z.com>
Date:   Thu Aug 3 01:17:00 2000 +0000

    Set the list_type and car_type and cdr_type from the schema. Unset these
    
    Wed Aug 02 18:11:37 2000  George Lebl <jirka@5z.com>
    
        * backends/xml-entry.c (node_set_schema_value) (node_unset_value)
          (schema_node_extract_value):  Set the list_type and car_type and
          cdr_type from the schema.  Unset these on clear.  Also get these
          on extraction.
    
        * gconf/GConf.idl:  Add value_list_type, value_car_type,
          value_cdr_type to the ConfigSchema struct
    
        * gconf/gconf-internals.c (fill_corba_schema_from_gconf_schema)
          (gconf_schema_from_corba_schema) (corba_type_from_gconf_type)
          (gconf_type_from_corba_type) (gconf_string_to_double)
          (gconf_double_to_string) (gconf_unquote_string_inplace)
          (gconf_value_decode) (gconf_value_encode):  When passing schema
          to/from corba, pass the list_type and car/cdr_type fields as well.
          When converting to/from doubles guard the printf/scanf with
          setlocale(LC_NUMERIC, "C").  When encoding/decoding the lists
          encode their type, for schemas encode/decode the list/car/cdr_type
    
        * gconf/gconf-internals.h:  For gconf_value_new_list_from_string
          and gconf_value_new_pair_from_string add an GConfError field
    
        * gconf/gconf-schema.[ch] (gconf_schema_new) (gconf_schema_copy):
          Add the list/car/cdr_type fields to the schema structure and
          support it when creating and copying.  Also add accessors for
          these fields.
    
        * gconf/gconf-value.c (escape_string)
          (gconf_value_new_list_from_string)
          (gconf_value_new_pair_from_string)
          (gconf_value_to_string):  Implement the list and pair_from_string
          functions.  In to_string escape the characters that would cause
          problems.
    
        * gconf/gconf.c (gconf_unique_key): use GPOINTER_TO_UINT to
          avoid warning on alpha
    
        * gconf/gconftool.c (do_get) (do_set) (do_set_schema)
          (fill_default_from_string) (extract_global_info)
          (process_locale_info) (process_schema):  Add support for
          setting lists and pairs by supporting the list/car/cdr_type.
          Add these to setting schemas as well.  Also add support for
          these in reading/setting schemas from .schema files and support
          defaults of lists/pairs using this information.
    
    
    Hmmm, ok the changes are big, but the changelog entry is a bit rediculously
    long.  But at least it's detailed somewhat.
    -George

 ChangeLog               |  46 ++++++
 backends/xml-entry.c    |  52 +++++++
 gconf/GConf.idl         |   3 +
 gconf/GConfX.idl        |   3 +
 gconf/gconf-internals.c | 145 ++++++++++-------
 gconf/gconf-internals.h |   6 +-
 gconf/gconf-schema.c    |  24 +++
 gconf/gconf-schema.h    |   9 ++
 gconf/gconf-value.c     | 350 ++++++++++++++++++++++++++++++++++++++---
 gconf/gconf.c           |   6 +-
 gconf/gconftool.c       | 405 +++++++++++++++++++++++++++++++++++++++++-------
 11 files changed, 914 insertions(+), 135 deletions(-)

commit accd5beeba0ce12fba2d7265f7059d4bc76e9a2b
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Wed Aug 2 14:46:13 2000 +0000

    updated pt_BR translation

 po/pt_BR.po | 70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

commit 36959c18d7905b6343961bbe561538d30ef1315a
Author: Takayuki KUSANO <kusano@src.gnome.org>
Date:   Wed Aug 2 09:16:38 2000 +0000

    Update from Takeshi Aihana.
    
        * ja.po: Update from Takeshi Aihana.

 po/ChangeLog |   4 +
 po/ja.po     | 275 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 148 insertions(+), 131 deletions(-)

commit 7cf1e8283b6e87537a716333241a254df6b9c701
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Jul 28 00:07:09 2000 +0000

    fixes

 ChangeLog             | 7 +++++++
 backends/Makefile.am  | 2 +-
 configure.in          | 6 +++---
 gconf/Makefile.am     | 1 +
 gconf/gconf-backend.c | 2 +-
 po/ca.po              | 2 +-
 po/cs.po              | 2 +-
 po/da.po              | 2 +-
 po/de.po              | 2 +-
 po/el.po              | 2 +-
 po/fi.po              | 2 +-
 po/fr.po              | 2 +-
 po/ga.po              | 2 +-
 po/ja.po              | 2 +-
 po/no.po              | 2 +-
 po/pt_BR.po           | 2 +-
 po/ru.po              | 2 +-
 po/sv.po              | 2 +-
 po/tr.po              | 2 +-
 po/uk.po              | 2 +-
 20 files changed, 28 insertions(+), 20 deletions(-)

commit caeb846fb4712f52f09bceca77598d72f9b56a2f
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 27 18:17:25 2000 +0000

    Release 0.6

 configure.in             |  10 +-
 gconf/Makefile.am        |  18 +-
 po/ca.po                 | 436 +++++++++++++++++++++++-----
 po/cs.po                 | 570 ++++++++++++++++++++++++++----------
 po/da.po                 | 177 ++++++------
 po/de.po                 |  16 +-
 po/el.po                 | 609 +++++++++++++++++++++++++++++----------
 po/fi.po                 | 558 ++++++++++++++++++++++++++++--------
 po/fr.po                 | 545 +++++++++++++++++++++++++++--------
 po/ga.po                 | 545 +++++++++++++++++++++++++++--------
 po/ja.po                 | 733 +++++++++++++++++++++++++++++++++++------------
 po/no.po                 |  20 +-
 po/pt_BR.po              | 150 +++++-----
 po/ru.po                 |  28 +-
 po/sv.po                 | 549 +++++++++++++++++++++++++++--------
 po/tr.po                 |  40 +--
 po/uk.po                 | 547 +++++++++++++++++++++++++++--------
 wrappers/gtk/Makefile.am |   8 +-
 18 files changed, 4188 insertions(+), 1371 deletions(-)

commit 5b27e0695fe8ee5880611887feb6876bda39eb1a
Author: George Lebl <jirka@5z.com>
Date:   Wed Jul 26 19:45:06 2000 +0000

    Make sure that the segment above is a complete directory and not just
    
    Wed Jul 26 12:40:45 2000  George Lebl <jirka@5z.com>
    
        * gconf/gconf.c (gconf_key_is_below):  Make sure that the segment
          above is a complete directory and not just partial directory.
          so that /foo is not taken as above /foobar/blah

 ChangeLog     |  6 ++++++
 gconf/gconf.c | 13 ++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

commit 7d313b732060fa91066a8b5c74be55cd17346662
Author: Kai Lahmann <kail@src.gnome.org>
Date:   Wed Jul 26 14:26:25 2000 +0000

    Updated German translation

 po/de.po | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit 3a2904475ff3442d1a5c36922a768a0f0da2f4b4
Author: George Lebl <jirka@5z.com>
Date:   Wed Jul 26 06:52:52 2000 +0000

    || doesn't mean && :). It would consider as an above directory every
    
    Tue Jul 25 23:48:24 2000  George Lebl <jirka@5z.com>
    
        * wrappers/gtk/gconf-client.c:  || doesn't mean && :).  It would
          consider as an above directory every directory that had a notify_id

 ChangeLog                   | 5 +++++
 gconf/gconf-client.c        | 5 ++---
 wrappers/gtk/gconf-client.c | 5 ++---
 3 files changed, 9 insertions(+), 6 deletions(-)

commit e9ca74667fa151cd3df3d9892f1a7daec9f30379
Author: James Henstridge <james@daa.com.au>
Date:   Tue Jul 25 14:44:33 2000 +0000

    make relative symlinks rather than absolute path symlinks. Again to help
    
    2000-07-25  James Henstridge  <james@daa.com.au>
    
        * Makefile.am, gconf/Makefile.am: make relative symlinks rather than
        absolute path symlinks.  Again to help packagers.
    
        * configure.in (GCONF_CONFIG_SOURCE): don't use
        EXPANDED_SYSCONFDIR hack.  Instead just escape the dollar sign in
        ${sysconfdir}.  This fixes build root installs used when building
        packages.

 ChangeLog         | 10 ++++++++++
 Makefile.am       |  2 +-
 configure.in      |  2 +-
 gconf/Makefile.am |  2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

commit 377edb91b0af687f6ae5784d94bc2320b8f38d44
Author: George Lebl <jirka@5z.com>
Date:   Mon Jul 24 23:43:25 2000 +0000

    Allow adding overlapping subdirectories. What happens is that the real
    
    Mon Jul 24 16:39:01 2000  George Lebl <jirka@5z.com>
    
        * wrappers/gtk/gconf-client.[ch]: Allow adding overlapping
          subdirectories.  What happens is that the real gconf notify
          is not added for subdirectories.  When directories are added
          or removed the hash is traversed and fixed up.  This is
          done in a simple and incredibly inefficent manner and needs
          to be fixed.  Also this change adds an "err" argument to
          the _remove_dir call as errors can now happen.  Also
          fix a minor warning by casting.
    
        * wrappers/gtk/testgconfclient.c: Add some testing of overlapping
          directories.  Add buttons to add/remove the main directory and
          the subdirectory.  This way you can see if things get proper
          notifications.

 ChangeLog                      |  16 ++++
 gconf/gconf-client.c           | 168 +++++++++++++++++++++++++++++++++--------
 gconf/gconf-client.h           |   3 +-
 gconf/testgconfclient.c        | 124 ++++++++++++++++++++++++++++--
 wrappers/gtk/gconf-client.c    | 168 +++++++++++++++++++++++++++++++++--------
 wrappers/gtk/gconf-client.h    |   3 +-
 wrappers/gtk/testgconfclient.c | 124 ++++++++++++++++++++++++++++--
 7 files changed, 532 insertions(+), 74 deletions(-)

commit a42fa312c9a9d5c891de8be468fe8ffc67decfc6
Author: Kai Lahmann <kail@src.gnome.org>
Date:   Mon Jul 24 13:07:50 2000 +0000

    updated German Translation

 po/de.po | 146 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 80 insertions(+), 66 deletions(-)

commit f5634e898d8ed70236b72fc6f17b7996e19c66aa
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Mon Jul 24 11:32:05 2000 +0000

    Updated the Turkish translation for GConf

 po/ChangeLog |   4 +
 po/tr.po     | 548 +++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 439 insertions(+), 113 deletions(-)

commit 39984ccc47bb052e0d3936dc337e2f33a9905cca
Author: Yukihiro Nakai <nakai@src.gnome.org>
Date:   Mon Jul 24 09:58:34 2000 +0000

    ja.po: small fix.

 po/ja.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9b33c49ab23561a73a664c950f9cd7ae9379dd08
Author: Yukihiro Nakai <nakai@src.gnome.org>
Date:   Mon Jul 24 07:53:28 2000 +0000

    ja.po: Initial Japanese translation from Takeshi Aihana.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    6 +-
 po/ja.po     | 1030 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1040 insertions(+), 2 deletions(-)

commit 740ac3cdae6bfcf6b8205b918354ae68339ea4d4
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date:   Fri Jul 21 22:35:09 2000 +0000

    Added support for new filenames

 ChangeLog     |  4 ++++
 gconf.spec.in | 16 +++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

commit c9c074aeff6e06f87cd7ed0e8bcfe6d7dff49648
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jul 20 22:23:15 2000 +0000

    Updated Norwegian translation.
    
    2000-07-21  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 ++
 po/no.po     | 136 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 76 insertions(+), 64 deletions(-)

commit 8248c13d9d77731ae8636d894857230df0154110
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Jul 20 11:35:41 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 257 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 123 insertions(+), 138 deletions(-)

commit b97a1781c0b940c0933a7c81b4f4c1ce5e2514f6
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Jul 19 03:40:29 2000 +0000

    This changes quite a bit of stuff; if anything breaks, let me know.
    
    2000-07-14  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Fix memleak
    of schema_name in case where we return a value
    (hash_lookup_defaults_func): Fix bug where we returned the schema
    instead of the default value stored in the schema, when returning
    default values for a directory listing, which GConfClient did in
    order to preload its cache. (Upshot: GConfClient with preloading
    was broken if you had schemas.)
    
    2000-07-13  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (shutdown_contexts): fix cheesy race condition
    (context_list may not exist at this point)
    
    2000-07-12  Havoc Pennington  <hp@pobox.com>
    
    * gconf.spec.in: Change spec file to reflect my fooling with
    names of things
    
    * configure.in: Some files converted to .in files, so we can
    do versioning
    
    * gconf-config.in: output versioned names for libs and includes
    
    * gconf/Makefile.am: version all installed files
    
    * wrappers/gtk/Makefile.am: put version in the name of
    everything
    
    * wrappers/gtk/testgconfclient.c (main): remove ref/sink to
    reflect change to GConfClient

 ChangeLog                        | 33 ++++++++++++++++++++
 Makefile.am                      | 17 ++++++-----
 backends/Makefile.am             |  2 +-
 backends/xml-entry.c             |  9 ++++--
 configure.in                     |  7 +++++
 doc/gconf/Makefile.am            |  2 +-
 doc/gconf/gconf.sgml             |  8 ++---
 doc/gconf/tmpl/gconf-client.sgml |  6 ++--
 doc/gconf/tmpl/gconf-engine.sgml | 12 ++++----
 doc/intro-article.sgml           |  4 +--
 examples/Makefile.am             |  7 +++--
 gconf-2.m4.in                    | 66 ++++++++++++++++++++++++++++++++++++++++
 gconf-config.in                  |  8 ++---
 gconf.m4                         | 66 ----------------------------------------
 gconf.m4.in                      | 66 ++++++++++++++++++++++++++++++++++++++++
 gconf.spec.in                    | 13 +++++---
 gconf/Makefile.am                | 38 +++++++++++------------
 gconf/gconf-internals.c          |  2 --
 gconf/gconf-locale.c             |  3 +-
 gconf/gconf-sources.c            | 20 +++++++++---
 gconf/gconfd.c                   |  8 +++--
 gconf/gconfd.oafinfo             |  5 ---
 gconf/gconfd.oafinfo.in          |  5 +++
 gconf/testgconfclient.c          |  4 ---
 standard-schemas/Makefile.am     |  5 ++-
 tests/Makefile.am                | 20 ++++++------
 wrappers/gtk/Makefile.am         | 16 +++++-----
 wrappers/gtk/testgconfclient.c   |  4 ---
 28 files changed, 292 insertions(+), 164 deletions(-)

commit f3e5ceb95582eab1ef85371946c07b69ec67fabd
Author: Kai Lahmann <kail@src.gnome.org>
Date:   Sun Jul 16 00:34:17 2000 +0000

    getting better

 po/de.po | 657 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 520 insertions(+), 137 deletions(-)

commit 35081be60dc545479863a45d8a13e51c56ebb7ed
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jul 15 21:54:51 2000 +0000

    Removed files that aren't in the build. Please check the Makefiles before
    
    2000-07-15  Kjartan Maraas  <kmaraas@gnome.org>
    
        * POTFILES.in: Removed files that aren't in the build.
        Please check the Makefiles before adding stuff.

 po/ChangeLog   |  5 +++++
 po/POTFILES.in |  4 ----
 po/no.po       | 32 ++++++++++++++++----------------
 3 files changed, 21 insertions(+), 20 deletions(-)

commit 11619598d89fde2506f0d59c772e1220a4b2626b
Author: Valek Frob <frob@src.gnome.org>
Date:   Sat Jul 15 19:21:21 2000 +0000

    Updated russian translation. Added some files to POTFILES.in.

 po/ChangeLog   |   5 +++
 po/POTFILES.in |   4 ++
 po/ru.po       | 132 ++++++++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 103 insertions(+), 38 deletions(-)

commit 9c131245805b5863623970bc724221efc50cdd61
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jul 13 04:41:23 2000 +0000

    fix a double-free
    
    2000-07-13  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-entry.c (schema_node_extract_value): fix a
    double-free

 ChangeLog            | 5 +++++
 backends/xml-entry.c | 5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 91a7fededfed1e4b6aee5119377f5a348bb2642c
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Wed Jul 12 17:19:27 2000 +0000

    update pt_BR translations

 po/pt_BR.po | 200 +++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 136 insertions(+), 64 deletions(-)

commit f98b49ca4f191360533425b4350125d8dfaa72fd
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Wed Jul 12 08:16:55 2000 +0000

    Update

 po/no.po | 63 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

commit b73d1de20154d3c62ab2b12f3d131e8acfe8e4e5
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Jul 12 05:46:52 2000 +0000

    Bump library versions, bump to 0.6
    
    2000-07-12  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: Bump library versions, bump to 0.6
    
    * gconf/gconf.c (gconf_engine_get_local): Rename from
    gconf_engine_new_local
    (gconf_engine_get_default): rename from gconf_engine_new
    (gconf_engine_get_for_address): rename from
    gconf_engine_new_from_address
    
    * wrappers/gtk/gconf-client.c (gconf_client_get_default): rename
    from gconf_client_new. Always sink the client, so we are strictly
    refcounted, no floating state (for future GObject compatibility)
    (gconf_client_get_for_engine): rename from
    gconf_client_new_with_engine

 ChangeLog                      | 16 ++++++++++++++++
 configure.in                   |  8 ++++----
 examples/basic-gconf-app.c     |  2 +-
 examples/simple-controller.c   |  2 +-
 examples/simple-view.c         |  2 +-
 gconf-editor/app.c             |  2 +-
 gconf/gconf-client.c           | 15 ++++++++++++---
 gconf/gconf-client.h           |  4 ++--
 gconf/gconf-engine.h           |  6 +++---
 gconf/gconf.c                  |  6 +++---
 gconf/gconftool.c              |  6 +++---
 gconf/testgconfclient.c        |  2 +-
 tests/testchangeset.c          |  2 +-
 tests/testdirlist.c            |  2 +-
 tests/testgconf.c              |  2 +-
 tests/testpersistence.c        |  2 +-
 tests/testschemas.c            |  2 +-
 wrappers/gtk/gconf-client.c    | 15 ++++++++++++---
 wrappers/gtk/gconf-client.h    |  4 ++--
 wrappers/gtk/testgconfclient.c |  2 +-
 wrappers/guile/scm-gconf.c     |  2 +-
 21 files changed, 69 insertions(+), 35 deletions(-)

commit 6d785b9b8a485f4be978cd87800a1f5876f94ce8
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Jul 11 21:09:09 2000 +0000

    spew messages about needing to create prefix/etc/gconf/path, should make
    
    2000-07-11  Havoc Pennington  <hp@redhat.com>
    
    * Makefile.am: spew messages about needing to create
    prefix/etc/gconf/path, should make things easier for users.

 ChangeLog     |  5 +++++
 Makefile.am   | 16 ++++++++++++++++
 gconf/gconf.c |  2 ++
 3 files changed, 23 insertions(+)

commit e1235efb50d834662dbbed4d5efb315b9f914fd8
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date:   Tue Jul 11 18:51:45 2000 +0000

    Translations from Keld
    achtung/po/da.po evolution/po/da.po gconf/po/da.po
    gedit/po/da.po guppi3/po/da.po

 po/da.po | 372 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 336 insertions(+), 36 deletions(-)

commit fc459745c74750ae5f225f2d08ab04cbe0ade60c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 10 21:20:42 2000 +0000

    Updated Norwegian translation.
    
    2000-07-10  Kjartan Maraas  <kmaraas@gnome.org>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 ++
 po/no.po     | 166 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 85 insertions(+), 85 deletions(-)

commit eebe9d96241289db00784e94761bc2cf45489803
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Mon Jul 10 13:50:37 2000 +0000

    updated pt_BR translations

 po/pt_BR.po | 1117 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 595 insertions(+), 522 deletions(-)

commit 08d28c6347f678dffd1633e351a9361fb1a52572
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date:   Thu Jul 6 00:31:55 2000 +0000

    adds output of oaf-config, since gconf uses oaf.

 ChangeLog       | 1 +
 gconf-config.in | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 3a5d92d9a5f8b011873f90fecc0b3df299633660
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date:   Wed Jul 5 22:06:48 2000 +0000

    fixed the order of -lgconf and -lgconf-gtk

 ChangeLog       | 4 ++++
 gconf-config.in | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 31b11e7325bf1b6d2559d0f8d3ea69209a4916e7
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date:   Wed Jul 5 21:27:53 2000 +0000

    Fixed som typos.

 ChangeLog     | 5 +++++
 gconf.spec.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 62adc606782af2d746f96b2faaec81618915e72a
Author: Valek Frob <frob@src.gnome.org>
Date:   Thu Jun 29 15:21:37 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 345 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 326 insertions(+), 23 deletions(-)

commit bf06093dcbbd2f2efa3fa2aa7ab05b3be773adf7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jun 27 23:01:20 2000 +0000

    Added missing files. Updated Norwegian translation.
    
    2000-06-28  Kjartan Maraas  <kmaraas@gnome.org>
    
        * POTFILES.in: Added missing files.
        * no.po: Updated Norwegian translation.

 po/ChangeLog   |   5 +
 po/POTFILES.in |  11 +-
 po/no.po       | 367 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 po/update.pl   | 166 ++++++++++++++++++++++++++
 4 files changed, 510 insertions(+), 39 deletions(-)

commit fc054898b81ae7ab22d4b61f12e15dfadeaf909c
Author: Dan Winship <danw@src.gnome.org>
Date:   Thu Jun 22 20:43:15 2000 +0000

    Pass both car and cdr to gconf_set_pair rather than passing car twice.
    
        * wrappers/gtk/gconf-client.c (gconf_client_set_pair): Pass both
        car and cdr to gconf_set_pair rather than passing car twice. Oops.

 ChangeLog                   | 5 +++++
 gconf/gconf-client.c        | 2 +-
 wrappers/gtk/gconf-client.c | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 0ef1074b3bf8428cb6bbc6cc647289eacebeab2c
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date:   Mon Jun 12 08:09:46 2000 +0000

    Removed the .a libs from the base package, but added them to -devel.
    
    
        * gconf.spec.in: Removed the .a libs from the base package, but
        added them to -devel.

 ChangeLog     |  5 +++++
 gconf.spec.in | 10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 65b8129e17ac0cb7b908fce627787b93363725b2
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date:   Mon Jun 12 04:29:46 2000 +0000

    Req oaf >= 0.3.0
    
    
        * gconf.spec.in: Req oaf >= 0.3.0

 ChangeLog     | 4 ++++
 gconf.spec.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2aef7e96b4ab27654e306d196afddce870a4ba78
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date:   Mon Jun 12 04:19:50 2000 +0000

    Added a .spec file. Generate gconf.spec. Added gconf.spec.in and
    
    
        * gconf.spec.in: Added a .spec file.
        * configure.in: Generate gconf.spec.
        * Makefile.am: Added gconf.spec.in and gconf.spec to the
        EXTRA_DIST.

 ChangeLog     |  7 +++++
 Makefile.am   |  2 +-
 configure.in  |  1 +
 gconf.spec.in | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 108 insertions(+), 1 deletion(-)

commit fcf699d703bd81e60ad5803d645e5a3af23d72a3
Author: Pavel Cisler <pavel@eazel.com>
Date:   Wed Jun 7 19:04:25 2000 +0000

    Fix a storage leak -- a g_strdup and an string ownership swapping
    
    2000-06-07  Pavel Cisler  <pavel@eazel.com>
    
        * wrappers/gtk/gconf-client.c: (gconf_client_get_string):
        Fix a storage leak -- a g_strdup and an string ownership
        swapping optimization were working against each other.
        Removed the g_strdup that is not needed.

 ChangeLog                   | 7 +++++++
 gconf/gconf-client.c        | 2 +-
 wrappers/gtk/gconf-client.c | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 73f2163a56ee3a74e08d476e2f2098babfe19e5c
Author: Valek Frob <frob@src.gnome.org>
Date:   Mon Jun 5 18:13:18 2000 +0000

    Updated russian translation.

 po/ChangeLog |   4 +
 po/ru.po     | 244 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 117 insertions(+), 131 deletions(-)

commit ed91ec35f5cc19704dab268df51359fe0c482d0d
Author: Mathieu Lacage <mathieu@src.gnome.org>
Date:   Mon Jun 5 17:49:00 2000 +0000

    fix some build pbs when GTK was not in the same prefix as gconf. see Changelog.

 ChangeLog       | 5 +++++
 gconf-config.in | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 439a9df0f2c96400607bb5d30996cfc7473981c4
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jun 1 23:42:54 2000 +0000

    check whether the hash is NULL before looking up the engine.
    
    2000-06-01  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (lookup_engine): check whether the hash is NULL
    before looking up the engine.

 ChangeLog     | 5 +++++
 gconf/gconf.c | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 56a8ba3b013d0184414e44898cf5d3e2e72ebca9
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jun 1 23:38:46 2000 +0000

    If there's an existing engine for a given context, return that engine
    
    2000-06-01  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_engine_new): If there's an existing engine
    for a given context, return that engine instead of creating a new
    one.
    (gconf_engine_new_from_address): ditto
    
    * wrappers/gtk/gconf-client.c (gconf_client_finalize): remove
    client from client registration table
    (gconf_client_new): register newly-created client in hash from
    engines to clients; return an existing client if there's already
    a client for the default engine
    (gconf_client_new_with_engine): register newly-created client,
    and try to return existing client.

 ChangeLog                   | 15 +++++++++
 gconf/gconf-client.c        | 76 ++++++++++++++++++++++++++++++++++++++++-----
 gconf/gconf.c               | 35 +++++++++++++++------
 wrappers/gtk/gconf-client.c | 76 ++++++++++++++++++++++++++++++++++++++++-----
 4 files changed, 176 insertions(+), 26 deletions(-)

commit e2692320e42b216e661b20dde8478afc1cf3f5c1
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun May 7 08:20:09 2000 +0000

    Move struct _GConfListeners into the .c file, eventually need to simply
    
    2000-05-07  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-listeners.c: Move struct _GConfListeners
    into the .c file, eventually need to simply get rid of this.

 ChangeLog               | 5 +++++
 gconf/gconf-listeners.c | 5 +++++
 gconf/gconf-listeners.h | 4 ----
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 99c78b41a16539703812d86642d370d8f7d7d239
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Thu May 4 18:49:58 2000 +0000

    Updated Norwegian translation.
    
    2000-05-04  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +++
 po/no.po     | 116 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 62 insertions(+), 58 deletions(-)

commit a720770c3d05c21f5ad1e48736a1bd0ba1472d1f
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Wed May 3 22:09:50 2000 +0000

    Shh

 examples/.cvsignore | 2 ++
 1 file changed, 2 insertions(+)

commit ac139bd8a26719ce0d470d5324d795de93a665c4
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed May 3 12:36:34 2000 +0000

    Updated Ukrainian Translation

 po/uk.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 27cb70a28eabde110aa1fb4b53026ce9c71806da
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Apr 28 12:54:22 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 9f6448fcc2b62a9d22eed37bfda660636a1714a6
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Mon Apr 24 11:12:55 2000 +0000

    Added tr to ALL_LINGUAS .

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit d4bae9a358661f7f1c015f8f2e80253835995bf7
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Mon Apr 24 11:11:33 2000 +0000

    Added the Turkish translation for GConf

 po/ChangeLog |    4 +
 po/tr.po     | 1055 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1059 insertions(+)

commit e1c7a0262d0f11aa28ec5cba53c88ae66b18f0e4
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Wed Apr 19 22:51:36 2000 +0000

    Added Catalan file

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ca.po     | 1080 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/da.po     |  116 +++----
 5 files changed, 1147 insertions(+), 59 deletions(-)

commit 0a7475c05de4280be2e55e040c5ba28582c4a2f1
Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
Date:   Wed Apr 19 08:57:23 2000 +0000

    Don't g_free the result of g_getenv ().
    
    
    2000-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
    
        * gconf/gconftool.c (main): Don't g_free the result of g_getenv ().

 ChangeLog         | 4 ++++
 gconf/gconftool.c | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

commit b1d4bfb54164987c147471ec784e1cfa0fb88fd9
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Apr 19 06:16:11 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 36 +++++++++---------------------------
 1 file changed, 9 insertions(+), 27 deletions(-)

commit bd03bf5ac1728563756dbac082698f6894cbe1e2
Author: George Lebl <jirka@5z.com>
Date:   Tue Apr 18 08:08:10 2000 +0000

    make the default path sane by adding the flag field with readwrite
    
    Tue Apr 18 01:37:51 2000  George Lebl <jirka@5z.com>
    
        * gconf/gconf.c: make the default path sane by adding the flag
          field with readwrite
    
        * gconf/gconf.path: add readwrite flag field to make the path legal

 ChangeLog        | 7 +++++++
 gconf/gconf.path | 2 +-
 gconf/gconfd.c   | 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

commit 8b69748334c0a9ca26760d122976817a481f5c95
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Sat Apr 15 02:56:07 2000 +0000

    Updated Danish file

 po/da.po | 156 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 104 insertions(+), 52 deletions(-)

commit 184e42122e4663e2a7ce84c2f1250964354c9b34
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Wed Apr 12 16:44:25 2000 +0000

    Updated Danish file

 po/ChangeLog |  6 ++++++
 po/cs.po     | 39 ++++++++++++---------------------------
 po/da.po     | 23 +++++++++++++++++------
 po/fr.po     | 33 +++++++++------------------------
 po/sv.po     | 36 +++++++++++++++---------------------
 po/uk.po     | 46 +++++++++++++++++++++-------------------------
 6 files changed, 80 insertions(+), 103 deletions(-)

commit 621c009f02b9903b8d5bf32458f4fff0c5ed6a60
Author: Birger Langkjer/danish translations <birger@src.gnome.org>
Date:   Mon Apr 10 20:53:17 2000 +0000

    Modified Files: gconf/po/da.po gedit/po/da.po
    
    
     Modified Files:
        gconf/po/da.po gedit/po/da.po

 po/da.po | 216 ++++++++++++++-------------------------------------------------
 1 file changed, 46 insertions(+), 170 deletions(-)

commit 68a24559da9fb0270ffde0eac251d037e4ab572e
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Apr 7 12:42:59 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 109 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 59 insertions(+), 50 deletions(-)

commit e5edefe070167e782c2772f2fd2fab5327c5d2e7
Author: Ville Hautamaki <ville@src.gnome.org>
Date:   Wed Apr 5 11:20:04 2000 +0000

    Forgot da Changelog

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit b2ea4f3ab482b5442c648cc70ab12675aae66a97
Author: Ville Hautamaki <ville@src.gnome.org>
Date:   Wed Apr 5 11:17:40 2000 +0000

    More finnish updates

 po/fi.po | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

commit 01b3e5da00166e26a1694cbbbd6a14aa1297b994
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Apr 4 22:12:20 2000 +0000

    It helps to cvs add the file first

 po/ru.po | 1036 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1036 insertions(+)

commit a06e3928a8b2c8c1637d515cd7f7749b1c5fe30c
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Tue Apr 4 22:11:42 2000 +0000

    Added Russian translation from Valek Filippov <frob@df.ru>.
    
    2000-04-04  Kjartan Maraas  <kmaraas@online.no>
    
        * ru.po: Added Russian translation from Valek Filippov
        <frob@df.ru>.

 po/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit 27dbeed736bbc207660b35c6e40bc353adecee6b
Author: Ville Hautamaki <ville@src.gnome.org>
Date:   Mon Apr 3 08:55:23 2000 +0000

    Pauli Virtanen's first take on gconf translation to
    finnish.

 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/fi.po     | 1071 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1076 insertions(+), 1 deletion(-)

commit af63957cca4877257763d0aecd4b7ef451d0c80b
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Sat Apr 1 20:14:38 2000 +0000

    Updated Norwegian translation.
    
    2000-04-01  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |  4 ++++
 po/no.po     | 33 ++++-----------------------------
 2 files changed, 8 insertions(+), 29 deletions(-)

commit bff856e0adacd9d95fa7d3d4167d305224da7944
Author: Matthias Warkus <mawarkus@src.gnome.org>
Date:   Thu Mar 30 15:08:51 2000 +0000

    Added German translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/de.po     | 1009 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1018 insertions(+), 1 deletion(-)

commit d82b3626dc2a8636f9b8b81003335a29e37f477d
Author: Martin Norback <mback@src.gnome.org>
Date:   Tue Mar 14 13:44:28 2000 +0000

    fixed one message

 po/ChangeLog | 4 ++++
 po/sv.po     | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 4ffe370c4d733e184e4c3d28578d2991cf1c4934
Author: Alastair McKinstry <alastairmck@src.gnome.org>
Date:   Mon Mar 13 19:48:51 2000 +0000

    Added Irish translation

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/ChangeLog |   4 +
 po/ga.po     | 999 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1008 insertions(+), 1 deletion(-)

commit fa941e9380b3e920ed94f99eb64a4e72bf836d99
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Mar 9 20:50:01 2000 +0000

    release candidate for 0.5

 Makefile.am    | 2 +-
 configure.in   | 2 +-
 po/ChangeLog   | 5 +++++
 po/POTFILES.in | 2 --
 4 files changed, 7 insertions(+), 4 deletions(-)

commit 8f9e8c47ee89c405675f4ffac76f22339b02c967
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Mar 9 20:11:33 2000 +0000

    don't do makefile for Guile stuff.
    
    2000-03-09  Havoc Pennington  <hp@redhat.com>
    
    * configure.in (absolute_top_srcdir): don't do makefile for Guile
    stuff.
    
    * Makefile.am: create DIST_SUBDIRS with tests directory

 ChangeLog    |   7 ++++
 Makefile.am  |   1 +
 configure.in |   1 -
 po/cs.po     |  84 +++++++++++++++++++------------------
 po/da.po     |  89 +++++++++++++++++++++------------------
 po/el.po     |  86 +++++++++++++++++++------------------
 po/fr.po     |  84 +++++++++++++++++++------------------
 po/no.po     |  85 +++++++++++++++++++------------------
 po/pt_BR.po  |  88 +++++++++++++++++++-------------------
 po/sv.po     | 135 ++++++++++++++++++++++++++++++++---------------------------
 po/uk.po     |  85 +++++++++++++++++++------------------
 11 files changed, 398 insertions(+), 347 deletions(-)

commit 2c0a38d5eb372264725e67b7c370d0bf1b1e3633
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Thu Mar 9 17:25:38 2000 +0000

    Don't syslog things. Fix for builddir != srcdir.
    
    
    
    * gconf/gconf-internals.c: Don't syslog things.
    * gconf/examples/Makefile.am: Fix for builddir != srcdir.

 ChangeLog               | 4 ++++
 examples/Makefile.am    | 4 +++-
 gconf/gconf-internals.c | 4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 8d7a5669284178229f3f89481f91e37ade15ca9f
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Mar 9 05:13:50 2000 +0000

    fix g_error() usage in intro-article.sgml

 doc/intro-article.sgml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 4a412b4767d59bdc03715e34af59e5e1629b2285
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Mar 8 21:56:39 2000 +0000

    exit on error.
    
    2000-03-08  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf.c (gconf_init): exit on error.
    
    * examples/simple-controller.c (main): fix gconf_init() error
    
    * examples/simple-view.c (main): fix gconf_init() error

 ChangeLog                    |   8 ++
 doc/intro-article.sgml       | 207 ++++++++++++++++++++++++++-----------------
 examples/basic-gconf-app.c   |   4 +-
 examples/simple-controller.c |   3 +-
 examples/simple-view.c       |   5 +-
 gconf/gconf.c                |   9 +-
 6 files changed, 147 insertions(+), 89 deletions(-)

commit 3fc27786bfc342ebb3640fcccd98a8f378c645e1
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Mar 6 16:48:36 2000 +0000

    Add the examples
    
    2000-03-06  Havoc Pennington  <hp@redhat.com>
    
    * doc/intro-article.sgml: Add the examples
    
    * examples/simple-view.c: Change include to work before
    we install.
    
    * examples/simple-controller.c: ditto

 ChangeLog                    |   9 +++
 doc/intro-article.sgml       | 130 +++++++++++++++++++++++++++++++++++++++++++
 examples/basic-gconf-app.c   |   3 +-
 examples/simple-controller.c |   3 +-
 examples/simple-view.c       |   3 +-
 5 files changed, 145 insertions(+), 3 deletions(-)

commit dc1dfc5674bc6c64faba64a9c07c63e4a2f5ca78
Author: Birger Langkjer/danish translations <birger@src.gnome.org>
Date:   Fri Mar 3 01:24:52 2000 +0000

    Modified Files: achtung/po/da.po balsa/po/da.po dia/po/da.po
    
    
    Modified Files:
        achtung/po/da.po balsa/po/da.po dia/po/da.po gconf/po/da.po
        gnome-media/po/da.po

 po/da.po | 102 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

commit 8cdfae3a4bac9b80075e1775649b4339b7fe5bef
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Thu Mar 2 18:25:08 2000 +0000

    Updated Swedish translation

 po/ChangeLog |  4 ++++
 po/sv.po     | 72 ++++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 45 insertions(+), 31 deletions(-)

commit 605919d95bc7f1ec0e4a637c7b1629286f936195
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Mar 1 03:01:23 2000 +0000

    intro article updates

 doc/intro-article.sgml | 104 +++++++++++++++++++++++++++++++++++++++++++------
 examples/simple-view.c |  16 ++++++--
 2 files changed, 105 insertions(+), 15 deletions(-)

commit f4db11983e67fad4eb388dfbd6e4570412672482
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Feb 29 22:57:59 2000 +0000

    add link to reference docs

 doc/intro-article.sgml | 5 +++++
 1 file changed, 5 insertions(+)

commit 634f351d590e37cc3748cc066d98c96075adceec
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Feb 29 22:54:08 2000 +0000

    fix page size

 doc/gconf.dia | Bin 2427 -> 31702 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit fb68f545ba825027740e341c4cf0ae10c0d9a5ec
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Feb 29 21:11:09 2000 +0000

    Add goofy "--enable-docs" option to bypass all library checks, we just
    
    
    2000-02-29  Havoc Pennington  <hp@redhat.com>
    
    * configure.in: Add goofy "--enable-docs" option to bypass all
    library checks, we just want to generate sufficient makefile
    for the doc-building targets to run on developer.gnome.org

 ChangeLog    |  8 +++++++-
 configure.in | 15 ++++++++++++---
 2 files changed, 19 insertions(+), 4 deletions(-)

commit db7400ec8904124bb0bb5d00c98d46179dc9dde4
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Feb 29 17:05:57 2000 +0000

    update templates

 doc/gconf/gconf-decl.txt          | 5004 ++++++++++++++++++++++++++++++-------
 doc/gconf/tmpl/gconf-sources.sgml |    1 +
 2 files changed, 4110 insertions(+), 895 deletions(-)

commit cc05af5bfbf5f796d3105122bc13adba198df029
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Tue Feb 29 15:58:15 2000 +0000

    Updated Swedish translation

 po/ChangeLog |  4 ++++
 po/sv.po     | 14 +++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit cafb6a04aa8b9752fabc498b3bb1d47a2af3693a
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Mon Feb 28 14:43:42 2000 +0000

    Updated Swedish translation

 po/ChangeLog |  4 ++++
 po/sv.po     | 18 ++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit 60605a84d8766106c86a60c8c296b14d18b202ed
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Feb 27 04:49:37 2000 +0000

    Add new examples Two simple new examples
    
    2000-02-26  Havoc Pennington  <hp@pobox.com>
    
        * examples/Makefile.am: Add new examples
                * examples/simple-view.c, examples/simple-controller.c:
                        Two simple new examples

 ChangeLog                    |  6 +++
 examples/Makefile.am         | 13 ++++++-
 examples/simple-controller.c | 78 ++++++++++++++++++++++++++++++++++++++
 examples/simple-view.c       | 90 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 185 insertions(+), 2 deletions(-)

commit 473453b6e7073fe5313ddb69d48af586fcb2bb02
Author: Richard Hult <rhult@src.gnome.org>
Date:   Fri Feb 25 16:50:19 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 +++
 po/sv.po     | 109 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 57 insertions(+), 56 deletions(-)

commit e2fa07977df6d2b4efcd14f8588eb79e306ca2f9
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Fri Feb 25 13:53:42 2000 +0000

    Updated Swedish translation

 po/ChangeLog |  4 ++++
 po/sv.po     | 14 ++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit a3a1935cd0c430a743db1eabf5a288dd0fb91a30
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Thu Feb 24 22:08:54 2000 +0000

    Updated Swedish translation

 po/ChangeLog |  4 ++++
 po/sv.po     | 40 ++++++++++++++++------------------------
 2 files changed, 20 insertions(+), 24 deletions(-)

commit d9660a73dbe4a51989499d5cdb8b966b09f93ff0
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Thu Feb 24 11:52:22 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 83 +++++++++++++++++++++-------------------------------------------
 1 file changed, 27 insertions(+), 56 deletions(-)

commit 950e254a98c3f1dda4a4a7d7ef16c20b092e2131
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Feb 24 04:17:39 2000 +0000

    Add more to GConf intro article; just lacks a simple example

 doc/intro-article.sgml | 300 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 293 insertions(+), 7 deletions(-)

commit f3631074cc30efd652fd963daa9eec593549f37c
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Feb 23 22:46:55 2000 +0000

    Bump version and libtool versions, and try to fix the prefix mess
    
    2000-02-23  Havoc Pennington  <hp@redhat.com>
    
    * configure.in: Bump version and libtool versions,
    and try to fix the prefix mess
    
    * doc/gconf/Makefile.am: srcdir != builddir fix
    
    * standard-schemas/Makefile.am: add schemas to EXTRA_DIST

 ChangeLog    |  3 ++-
 configure.in | 11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 9505142f8cc48c0c1afa2dc04752cc1ec80895bd
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Feb 23 21:43:48 2000 +0000

    Bump version and libtool versions
    
    2000-02-23  Havoc Pennington  <hp@redhat.com>
    
    * configure.in: Bump version and libtool versions
    
    * doc/gconf/Makefile.am: srcdir != builddir fix
    
    * standard-schemas/Makefile.am: add schemas to EXTRA_DIST

 ChangeLog                    |    9 +
 configure.in                 |    6 +-
 doc/gconf/Makefile.am        |    2 +-
 po/cs.po                     |  716 ++++++++-----
 po/da.po                     |   34 +-
 po/el.po                     | 2425 +++++++++++++++++++++++-------------------
 po/fr.po                     |   30 +-
 po/no.po                     |   48 +-
 po/pt_BR.po                  | 1048 ++++++++++++------
 po/sv.po                     |  625 +++++++----
 po/uk.po                     |  710 ++++++++-----
 standard-schemas/Makefile.am |    1 +
 12 files changed, 3381 insertions(+), 2273 deletions(-)

commit 001d25c359a10fd321d141e08ad46a95b0908ff5
Author: George Lebl <jirka@5z.com>
Date:   Wed Feb 23 11:04:14 2000 +0000

    add a couple of cs translations
    
    Wed Feb 23 03:00:05 2000  George Lebl <jirka@5z.com>
    
        * cs.po: add a couple of cs translations

 configure.in |   2 +-
 po/ChangeLog |   4 +
 po/cs.po     | 908 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 913 insertions(+), 1 deletion(-)

commit 5d20ef9983bde5c5fc67a3c5951ba09c8d558a58
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Tue Feb 22 17:00:56 2000 +0000

    srcdir != builddir fix. Add libgconf-gtk.la to testgconfclient deps so
    
    
    
    * tests/Makefile.am: srcdir != builddir fix.
    * wrappers/gtk/Makefile.am: Add libgconf-gtk.la to testgconfclient
    deps so that 'make -j' builds will work correctly.

 ChangeLog                | 5 +++++
 tests/Makefile.am        | 4 +++-
 wrappers/gtk/Makefile.am | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 2d01aadcc22de08609df21a64fb571f7efe32357
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Feb 21 05:43:07 2000 +0000

    article I'm working on

 doc/intro-article.sgml | 271 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 271 insertions(+)

commit e5ae80f98f2abbcf19c09fc77b60eb16ef73bbbb
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Feb 19 18:01:52 2000 +0000

    Make sure we always set an error
    
    2000-02-19  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (try_to_contact_server): Make sure we always set
                an error

 ChangeLog     | 5 +++++
 gconf/gconf.c | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit fda8dddea901c2b4139efe24674e160b87ddd17e
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Wed Feb 16 09:46:09 2000 +0000

    Updated Norwegian translation.
    
    2000-02-16  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |  4 ++++
 po/no.po     | 45 +++++++++++++++++++++++++++------------------
 2 files changed, 31 insertions(+), 18 deletions(-)

commit 8caf3f2608bfa82f0d551555cc0e2b75dedd5956
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Feb 15 19:03:56 2000 +0000

    apply patch from Rusty Conover <rconover@zootweb.com> fixing an infinite
    
    2000-02-15  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf-changeset.c (gconf_change_set_set): apply patch from
    Rusty Conover <rconover@zootweb.com> fixing an infinite recursion
    typo
    
    * gconf/gconfd.c (fast_cleanup): Don't bother to unregister with
    OAF

 ChangeLog               |  9 +++++++++
 gconf/gconf-changeset.c |  2 +-
 gconf/gconfd.c          | 10 ++++++++--
 3 files changed, 18 insertions(+), 3 deletions(-)

commit 806075302ccf4c3aa9dad9e1fb6ce041e4665d34
Author: Vincent Renardias <vinc@src.gnome.org>
Date:   Tue Feb 15 16:56:16 2000 +0000

    added fr.po
    
    * added fr.po

 configure.in |    2 +-
 po/fr.po     | 1017 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1018 insertions(+), 1 deletion(-)

commit d3dbcff7c7e9feb1c8beaa97b6521aaaeed155c0
Author: Birger Langkjer/danish translations <birger@src.gnome.org>
Date:   Mon Feb 14 00:51:15 2000 +0000

    Modified Files: control-center/control-center/gnomecc.desktop
    
    
    Modified Files:
        control-center/control-center/gnomecc.desktop g-print/po/da.po
        g-print/po/g-print.pot gconf/po/da.po
        gnome-core/applets/applet-dirs/Amusements.directory
        gnome-core/applets/applet-dirs/Monitors.directory
        gnome-core/applets/applet-dirs/Multimedia.directory
        gnome-core/applets/applet-dirs/Utility.directory
        gnome-core/applets/gen_util/clock_applet.desktop
        gnome-core/applets/gen_util/mailcheck.soundlist
        gnome-core/applets/gen_util/mailcheck_applet.desktop
        gnome-core/applets/tasklist/tasklist_applet.desktop
        gnome-core/gmenu/gmenu.desktop
        gnome-core/gnome-hint/gnome-hint-properties.desktop
        gnome-core/gsm/session.desktop
        gnome-core/panel/gnome-panel-properties.desktop
        gnome-core/panel/panel.soundlist gnome-core/po/da.po

 po/da.po | 64 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit 3ba0fb5da9ca23457a09da86fcb4161a00fc311f
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Feb 11 17:12:36 2000 +0000

    Updated Ukrainian translation

 po/uk.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit e4cb25a0db440d48375ae164640f3f5c7774cac0
Author: Spiros Papadimitriou <spapadim@src.gnome.org>
Date:   Wed Feb 9 01:38:46 2000 +0000

    - Added Greek (el) translation from Sarantis Paskalis <paskalis@di.uoa.gr>
      and updated ALL_LINGUAS.

 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/el.po     | 1106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1112 insertions(+), 1 deletion(-)

commit b27921d87caf401293a33c3917cb1a4e5ff1d2fc
Author: Birger Langkjer/danish translations <birger@src.gnome.org>
Date:   Tue Feb 8 20:58:01 2000 +0000

    Modified Files: gconf/po/da.po ggv/po/da.po gnome-applets/po/da.po
    
    
    Modified Files:
        gconf/po/da.po ggv/po/da.po gnome-applets/po/da.po
        gnome-core/po/da.po gnome-print/po/da.po

 po/da.po | 938 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 619 insertions(+), 319 deletions(-)

commit de668e8e83b171aad0e29a3e36745d42a3583265
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Jan 31 21:49:06 2000 +0000

    update default schema install source (XML_LIBS): add better check that we
    
    2000-02-01  Havoc Pennington  <hp@redhat.com>
    
    * configure.in (GCONF_CONFIG_SOURCE): update default schema
    install source
    (XML_LIBS): add better check that we actually ran xml-config
    successfully
    
    * gconf/gconf-backend.c (gconf_backend_resolve_address): Honor the
    "readonly" flag in address names
    
    * gconf/gconf-sources.c (SOURCE_WRITEABLE): convert to a function,
    source_is_writeable
    
    * gconf/gconf-sources.h: add GCONF_SOURCE_NEVER_WRITEABLE flag
    
    * tests/testaddress.c: new test to verify the functions that break
    up a configuration source address
    
    * gconf/gconf-backend.c (gconf_address_flags): function to extract
    configuration source flags
    
    * doc/gconf/gconf.sgml: note new configuration source URL format
    
    * gconf/gconf.c: Add space, tab, carriage return, newline to the
    invalid characters in a gconf key

 ChangeLog                         |  26 ++++++
 configure.in                      |   7 +-
 doc/gconf/gconf.sgml              |  34 ++++----
 doc/gconf/tmpl/gconf-backend.sgml |   4 +-
 gconf/default.path.in             |   6 +-
 gconf/gconf-backend.c             |  87 ++++++++++++++++++--
 gconf/gconf-backend.h             |   2 +
 gconf/gconf-sources.c             |  25 ++++--
 gconf/gconf-sources.h             |   1 +
 gconf/gconf.c                     |   2 +-
 tests/Makefile.am                 |  16 +++-
 tests/runtests.sh                 |   2 +-
 tests/testaddress.c               | 162 ++++++++++++++++++++++++++++++++++++++
 13 files changed, 334 insertions(+), 40 deletions(-)

commit c8d6dd9b4a3f525a6102a91d24455398e968b49d
Author: Havoc Pennington <hp@redhat.com>
Date:   Sun Jan 30 23:17:20 2000 +0000

    include name of the key with the wrong type in the error message
    
    2000-01-31  Havoc Pennington  <hp@redhat.com>
    
    * wrappers/gtk/gconf-client.c (check_type): include name of the
    key with the wrong type in the error message

 ChangeLog                   |  5 +++++
 gconf/gconf-client.c        | 17 +++++++++--------
 wrappers/gtk/gconf-client.c | 17 +++++++++--------
 3 files changed, 23 insertions(+), 16 deletions(-)

commit 582148aae361d92a6f8f74818b2c9724b9f3af67
Author: Havoc Pennington <hp@redhat.com>
Date:   Sun Jan 30 22:49:30 2000 +0000

    only handle the error if the mode is GCONF_CLIENT_HANDLE_UNRETURNED
    
    2000-01-31  Havoc Pennington  <hp@redhat.com>
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_real_unreturned_error): only handle the error if the
    mode is GCONF_CLIENT_HANDLE_UNRETURNED
    (gconf_client_real_error): only handle if GCONF_CLIENT_HANDLE_ALL
    (gconf_client_init): change default error handling to
    GCONF_CLIENT_HANDLE_UNRETURNED
    
    * wrappers/gtk/gconf-client.h: don't pass error handling mode to
    the error handler function

 ChangeLog                   | 12 ++++++++++++
 gconf/gconf-client.c        | 38 ++++++++++++++++++++++----------------
 gconf/gconf-client.h        |  2 +-
 wrappers/gtk/gconf-client.c | 38 ++++++++++++++++++++++----------------
 wrappers/gtk/gconf-client.h |  2 +-
 5 files changed, 58 insertions(+), 34 deletions(-)

commit d92fa666c9da8aee6ec6a928b6d4d17f61a2005d
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Fri Jan 28 00:09:14 2000 +0000

    Updated Norwegian translation.
    
    2000-01-28  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 535 +++++++++++++++++++++++++++++++++++++----------------------
 po/update.sh |   8 +-
 3 files changed, 347 insertions(+), 200 deletions(-)

commit c1b85a784d76f912be2f6233a85d6fb8ba5513f0
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Jan 27 20:59:10 2000 +0000

    New function so gnome-libs can install a Gnomized error dialog
    
    2000-01-28  Havoc Pennington  <hp@redhat.com>
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_set_global_default_error_handler): New function so
    gnome-libs can install a Gnomized error dialog

 ChangeLog                   |  6 ++++++
 gconf/gconf-client.c        | 37 +++++++++++++++++++++++++++++++------
 gconf/gconf-client.h        |  4 ++++
 wrappers/gtk/gconf-client.c | 37 +++++++++++++++++++++++++++++++------
 wrappers/gtk/gconf-client.h |  4 ++++
 5 files changed, 76 insertions(+), 12 deletions(-)

commit e095e7d13a867e150e80a81cd6ce79577d06e31c
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Jan 27 06:16:33 2000 +0000

    fix the no-debug case
    
    2000-01-27  Havoc Pennington  <hp@pobox.com>
    
        * wrappers/gtk/gconf-client.c (check_overlap): fix the no-debug
                case

 ChangeLog                   | 5 +++++
 backends/xml-entry.c        | 2 +-
 gconf/gconf-client.c        | 2 +-
 wrappers/gtk/gconf-client.c | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

commit c8ad7d74e156156b5cdea315e20485c4533881fd
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Jan 26 23:36:23 2000 +0000

    base mode for creating files and directories on the permissions of the
    
    2000-01-24  Havoc Pennington  <hp@redhat.com>
    
    * backends/xml-backend.c (resolve_address): base mode for creating
    files and directories on the permissions of the root XML directory
    
    * gconf/gconf.h: Clean up indentation

 ChangeLog              |   7 ++
 backends/xml-backend.c |  35 ++++++--
 backends/xml-cache.c   |  11 ++-
 backends/xml-cache.h   |   4 +-
 backends/xml-dir.c     |  61 +++++++++++---
 backends/xml-dir.h     |  10 ++-
 gconf/gconf.h          | 213 ++++++++++++++++++++++++++++++-------------------
 7 files changed, 239 insertions(+), 102 deletions(-)

commit 824f38822d06668d092e807fb51b818db6c50dcf
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Wed Jan 26 19:33:05 2000 +0000

    Fix builddir != srcdir
    
    
    
    Fix builddir != srcdir

 ChangeLog                    | 3 +++
 gconf/Makefile.am            | 4 ++--
 standard-schemas/Makefile.am | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 530492e3fb17dbfe7be110cf6f578fcd3e7ad5d0
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Jan 25 10:18:21 2000 +0000

    *** empty log message ***

 .cvsignore                  | 1 +
 doc/.cvsignore              | 1 +
 doc/gconf/.cvsignore        | 1 +
 gconf/.cvsignore            | 1 +
 standard-schemas/.cvsignore | 2 ++
 tests/.cvsignore            | 1 +
 wrappers/.cvsignore         | 1 +
 wrappers/gtk/.cvsignore     | 1 +
 wrappers/guile/.cvsignore   | 1 +
 9 files changed, 10 insertions(+)

commit ad55f4bc0575941494c7be094f774bfd07df40a0
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Jan 24 23:05:12 2000 +0000

    never return errors, just log them.
    
    2000-01-24  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf-sources.c (gconf_sources_new_from_addresses):
    never return errors, just log them.
    
    * gconf/gconf-backend.c (gconf_get_backend): fix mem leak (free
    "name" if we don't create a new backend to use it in)
    
    * gconf/gconf-internals.c (gconf_get_lock): fix mem leak
    
    * backends/xml-entry.c (schema_node_extract_value): fix a mem leak
    
    * gconf/gconfd.c (main): keep a pointer to the object ID returned
    from PortableServer_POA_activate_object()
    
    * backends/xml-backend.c (resolve_address): fix a mem leak on
    error

 ChangeLog               | 18 ++++++++++++++++++
 backends/xml-backend.c  |  1 +
 backends/xml-entry.c    |  1 +
 gconf/gconf-backend.c   |  1 +
 gconf/gconf-internals.c |  2 ++
 gconf/gconf-sources.c   | 13 ++++---------
 gconf/gconfd.c          |  5 +++--
 7 files changed, 30 insertions(+), 11 deletions(-)

commit 94b874a6dd734108a52354ca5a45130df0e6182d
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Jan 24 20:07:48 2000 +0000

    Use a long enough buffer to read in the IOR
    
    2000-01-24  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf-internals.c (gconf_get_lock): Use a long enough
    buffer to read in the IOR

 ChangeLog               | 5 +++++
 gconf/gconf-internals.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 1681495b28bc8bd785650b78bc39457c91563d19
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Jan 24 19:36:10 2000 +0000

    Apply patch from Mirko, properly locates the root node instead of assuming
    
    2000-01-24  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconftool.c (do_load_schema_file): Apply patch from Mirko,
    properly locates the root node instead of assuming it is the only
    node at the toplevel (handles comments, etc).
    (process_schema): Report error if a schema has no <locale>
    tags.

 ChangeLog         |  8 ++++++++
 gconf/gconftool.c | 39 ++++++++++++++++++++++++++++++++-------
 2 files changed, 40 insertions(+), 7 deletions(-)

commit f085a5c6f8682a0b5b1c09d293e5214136f8bad8
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Jan 24 02:01:56 2000 +0000

    Back to all tests passed
    
    2000-01-23  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-entry.c (node_set_value): Store strings in a
                sub-node and use xmlEncodeEntitiesReentrant() to encode it
                        (node_extract_value): Extract string from the subnode

 ChangeLog            |  6 ++++++
 backends/xml-entry.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 63 insertions(+), 2 deletions(-)

commit 049860cda51a06ac274285adcaed8d0aa4cd44b8
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Jan 23 23:55:33 2000 +0000

    Add schema file DTD from Mirko
    
    2000-01-23  Havoc Pennington  <hp@pobox.com>
    
        * doc/gconf/gconf.sgml: Add schema file DTD from Mirko
    
                * backends/xml-dir.c (dir_sync): pass the XML filename in to
                        create_fs_dir()
                                (dir_load): This was broken; bug reported by
    Mirko Streckenbach.
        The Dir object was created even if %gconf.xml file didn't exist,
                so we didn't get around to actually creating %gconf.xml
                        (create_fs_dir): Make %gconf.xml the thing this
    function is
        primarily creating, with the directory containing it as a side
                effect only.
    
                        * gconf/Makefile.am (install-data-local): Install
    default path to
        path.example, so we don't override someone's existing setup.
    
                * gconf/tests/testdirlist.c: test program that detects dir listing
                        bugs.

 ChangeLog                           |   24 +
 backends/xml-cache.c                |    6 +
 backends/xml-dir.c                  |   67 +-
 doc/gconf/gconf-decl.txt            | 3818 +++++++++++++++++++----------------
 doc/gconf/gconf-sections.txt        |    3 -
 doc/gconf/gconf.sgml                |   55 +-
 doc/gconf/tmpl/gconf-backend.sgml   |    1 +
 doc/gconf/tmpl/gconf-error.sgml     |   32 +-
 doc/gconf/tmpl/gconf-internals.sgml |   25 -
 doc/gconf/tmpl/gconf-unused.sgml    |   22 +
 doc/gconf/tmpl/gconf-value.sgml     |    2 +
 gconf/Makefile.am                   |    2 +-
 tests/Makefile.am                   |    6 +-
 tests/runtests.sh                   |    2 +-
 tests/testdirlist.c                 |  222 ++
 15 files changed, 2505 insertions(+), 1782 deletions(-)

commit a1de23b747a32f687bee5d06aea7f75acf3909f3
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jan 22 06:39:05 2000 +0000

    mark obsolete

 doc/thoughts.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 59f678617102818c4bcd1ef649e5b43b6e211399
Author: Havoc Pennington <hp@redhat.com>
Date:   Sat Jan 22 04:49:33 2000 +0000

    remove everything older than or the same age as the older_than time value
    
    2000-01-21  Havoc Pennington  <hp@redhat.com>
    
            * backends/xml-cache.c (cache_clean_foreach): remove everything
                older than or the same age as the older_than time value (i.e.
                        put >= instead of >)
                                (cache_destroy_foreach): debug check to be
    sure we aren't
            destroying unsynced directories
    
                * gconf/gconfd.c (context_synchronous_sync): remove sync
                        timeout/idle handlers when we do a synchronous sync

 ChangeLog            | 11 +++++++++++
 backends/xml-cache.c |  9 ++++++++-
 gconf/gconfd.c       | 13 +++++++++++++
 3 files changed, 32 insertions(+), 1 deletion(-)

commit 1c3dd6de4d5213c6c4aa77d4483dfa5bd3fdfba7
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 21 06:50:17 2000 +0000

    use new double conversion (gconf_value_to_string): use new conversion
    
    2000-01-21  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-value.c (gconf_value_new_from_string): use new
                double conversion
                        (gconf_value_to_string): use new conversion
    
                                * gconf/gconf-internals.c
    (gconf_double_to_string)
        (gconf_string_to_double): new functions to go from string
                to double, we had precision problems with this and maybe
                        still do, these functions encapsulate it. For now
                                copied code from gnumeric/src/xml-io.c
    
                                        * gconf/gconftool.c (main): improve
    gconfd-is-running error
        message
    
                * gconf/gconf.c (gconf_synchronous_sync): internal-only API
                        for the synchronous sync
    
                                * gconf/gconfd.c (gconfd_synchronous_sync):
    implement a way to
        force _immediate_ sync for testing purposes

 ChangeLog               | 21 +++++++++++++++++
 gconf/GConf.idl         |  2 ++
 gconf/GConfX.idl        |  2 ++
 gconf/gconf-internals.c | 28 ++++++++++++++++++++++
 gconf/gconf-internals.h |  5 +++-
 gconf/gconf-value.c     |  9 ++++---
 gconf/gconf.c           | 63 +++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.h           |  1 +
 gconf/gconfd.c          | 36 ++++++++++++++++++++++++++--
 gconf/gconftool.c       |  2 +-
 tests/testpersistence.c |  6 +----
 11 files changed, 161 insertions(+), 14 deletions(-)

commit dc0413683a0c82da183c0cc67ad53ac5be895c07
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 21 06:09:15 2000 +0000

    add new test
    
    2000-01-21  Havoc Pennington  <hp@pobox.com>
    
        * tests/Makefile.am (testpersistence_SOURCES): add new test
    
                * tests/testpersistence.c: New test, clears the cache after every
                        set, to see if the get() function can properly load
    stuff off of
        disk. Right now we fail this test. Blah.

 ChangeLog               |   8 +
 backends/xml-cache.c    |   9 +
 tests/Makefile.am       |   6 +-
 tests/runtests.sh       |   2 +-
 tests/testpersistence.c | 896 ++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 919 insertions(+), 2 deletions(-)

commit 27423635dbf6570127db59ea1caffeecfc7efdac
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 21 05:52:33 2000 +0000

    oops, this was broken before; we need to check that the dir doesn't need a
    
    2000-01-21  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-cache.c (cache_clean): oops, this was broken
                before; we need to check that the dir doesn't need a sync before
                        we destroy it.
    
                                * backends/xml-dir.c (dir_sync_pending): new function
    
                                        * backends/xml-backend.c
    (clear_cache): implement clearing cache
        for XML backend
    
                * gconf/gconf.c (gconf_clear_cache): implement API here
    
                        * gconf/GConf.idl: add clear_cache method
    
                                * gconf/gconfd.c (context_clear_cache): add
    code to implement
        clear_cache IDL
    
                * gconf/gconf-sources.c (gconf_sources_clear_cache): New function
                        for debugging purposes

 ChangeLog              | 21 +++++++++++++++++
 backends/xml-backend.c | 14 ++++++++++-
 backends/xml-cache.c   | 17 +++++++++++---
 backends/xml-dir.c     |  6 +++++
 backends/xml-dir.h     |  3 ++-
 gconf/GConf.idl        |  2 ++
 gconf/GConfX.idl       |  2 ++
 gconf/gconf-backend.h  |  3 +++
 gconf/gconf-sources.c  | 18 +++++++++++++++
 gconf/gconf-sources.h  |  1 +
 gconf/gconf.c          | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.h          |  5 ++++
 gconf/gconfd.c         | 43 +++++++++++++++++++++++++++++++++-
 13 files changed, 192 insertions(+), 6 deletions(-)

commit 22566e0f2b738fc59f66d628107905c3dd79612a
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 21 05:22:31 2000 +0000

    Detect case where a pair is missing car and/or cdr and do an error instead
    
    2000-01-20  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-entry.c (node_extract_value): Detect case where a
                pair is missing car and/or cdr and do an error instead of
                        returning an invalid pair.
    
                                * gconf/gconf-internals.c (gconf_get_lock):
    remove IOR debug spew
    
        * gconf/gconftool.c: Add --break-key and --break-directory, these
                allow you to easily torture test your application and see if
                        you're robust against users setting your config keys
    to stupid
        stuff.
    
                * tests/testgconf.c: Include the empty string in the list
                        of strings we test. I know this is currently broken
    if you
        exit gconfd or purge the cache between set and get.

 ChangeLog               |  17 +++
 backends/xml-entry.c    |  38 +++++-
 gconf/gconf-internals.c |   4 +-
 gconf/gconftool.c       | 315 +++++++++++++++++++++++++++++++++++++++++++++++-
 tests/testgconf.c       |   1 +
 5 files changed, 361 insertions(+), 14 deletions(-)

commit a85bc7f85b8be3f62655a2fa9cf3a30041af5c04
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Jan 21 00:27:46 2000 +0000

    fix EXTRA_DIST to have default.path.in in it
    
    2000-01-20  Havoc Pennington  <hp@redhat.com>
    
    * gconf/Makefile.am (EXTRA_DIST): fix EXTRA_DIST to have
    default.path.in in it

 ChangeLog         | 5 +++++
 gconf/Makefile.am | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 0e2df61c3de580030007e0eaffe5fe9228917e96
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Jan 20 23:55:48 2000 +0000

    remove, replace with gconf/default.path.in which is set up properly to go
    
    2000-01-20  Havoc Pennington  <hp@redhat.com>
    
            * gconf/default.path: remove, replace with gconf/default.path.in
        which is set up properly to go in $sysconfdir
    
        * gconf/gconftool.c (main): Always unref the engine when we're
        done, to ensure we cleanly give up locks on local sources.
    
        * configure.in (GCONF_CONFIG_SOURCE): --enable-gconf-source option
    
        * gconf/gconftool.c (main): add an --makefile-install-rule option,
        which does the right thing in makefile install rules.
    
                * Makefile.am: add standard-schemas subdir
    
                * configure.in (absolute_top_srcdir): create standard-schemas Makefile
    
                * standard-schemas/desktop.schemas: Schemas that any desktop
    can use
    
    * standard-schemas/Makefile.am: install schemas

 ChangeLog                        |  21 +++++
 Makefile.am                      |   2 +-
 configure.in                     |  23 +++++
 doc/gconf/gconf.sgml             |   3 +-
 gconf/default.path               |  24 -----
 gconf/default.path.in            |  25 ++++++
 gconf/gconftool.c                | 186 ++++++++++++++++++++++++++++++++++-----
 standard-schemas/Makefile.am     |   9 ++
 standard-schemas/desktop.schemas |  55 ++++++++++++
 9 files changed, 299 insertions(+), 49 deletions(-)

commit 7548b7ff4c983fc3444da55d8da5269d8427752b
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Jan 20 00:57:20 2000 +0000

    warn if the error is set to GCONF_ERROR_SUCCESS
    
    2000-01-19  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconfd.c (gconf_set_exception): warn if the error is set
    to GCONF_ERROR_SUCCESS
    
    * gconf/gconf-error.h: Prefix all errno values with GCONF_ERROR as
    Owen suggested

 ChangeLog                   |   8 ++++
 backends/xml-backend.c      |   6 +--
 backends/xml-dir.c          |  26 +++++------
 backends/xml-entry.c        |   8 ++--
 gconf/gconf-backend.c       |   6 +--
 gconf/gconf-client.c        |   2 +-
 gconf/gconf-error.c         |   2 +-
 gconf/gconf-error.h         |  36 +++++++--------
 gconf/gconf-internals.c     |  50 ++++++++++----------
 gconf/gconf-sources.c       |   8 ++--
 gconf/gconf-value.c         |  12 ++---
 gconf/gconf.c               |  58 +++++++++++------------
 gconf/gconfd.c              | 110 ++++++++++++++++++++++----------------------
 wrappers/gtk/gconf-client.c |   2 +-
 14 files changed, 172 insertions(+), 162 deletions(-)

commit b8562b1900e44060650dc9341687166cc08e8cf6
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Wed Jan 19 15:42:59 2000 +0000

    Updated Norwegian translation.
    
    2000-01-19  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 444 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 239 insertions(+), 209 deletions(-)

commit 5bd2dc30a9cb971bf42226ef9e0bf511d72aeb22
Author: Timur Bakeyev <timur@gnu.org>
Date:   Sun Jan 16 06:13:46 2000 +0000

    I suppose, $(mkinstalldirs) works ok, as it should, no need in extra
    
    
    2000-01-16  Timur Bakeyev  <timur@gnu.org>
    
    I suppose, $(mkinstalldirs) works ok, as it should, no need in extra $top_srcdir
    prefix :>

 doc/gconf/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 59a3728cce1ebe679c42743b2aeb2a43edb941b9
Author: Martin Baulig <martin@src.gnome.org>
Date:   Sat Jan 15 19:07:07 2000 +0000

    *** empty log message ***

 .cvsignore              | 3 +++
 backends/.cvsignore     | 2 ++
 examples/.cvsignore     | 5 +++++
 gconf/.cvsignore        | 4 ++++
 po/.cvsignore           | 1 +
 wrappers/gtk/.cvsignore | 5 +++++
 6 files changed, 20 insertions(+)

commit ed1da8fc66399aa0af4a60f8402065aa30022aff
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jan 15 17:45:37 2000 +0000

    fix that last patch so that it really requires clients to report a
    connection ID with the proper uniqueness bits

 gconf/gconf-listeners.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 7c65853e0360885f695b0e96f5877c79613e9d54
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jan 15 17:38:42 2000 +0000

    update to match change to gconf-listeners.c
    
    2000-01-15  Havoc Pennington  <hp@pobox.com>
    
        * tests/testlisteners.c (check_immediate_remove_after_add): update
                to match change to gconf-listeners.c
    
                        * gconf/gconf-listeners.c: Use only 24 bits for the
    array index,
        and put a variable value in the top 8 bits, so recycling array
                indices doesn't create the possibility of clients clashing with
                        each other (i.e. to clients it doesn't appear that
    indexes are
        being recycled).

 ChangeLog               | 11 +++++++++
 gconf/gconf-listeners.c | 60 ++++++++++++++++++++++++++++++++++---------------
 tests/testlisteners.c   |  7 ++++--
 3 files changed, 58 insertions(+), 20 deletions(-)

commit db36670bb598b98fd9b87f1aa1a148096ae578da
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jan 15 06:38:25 2000 +0000

    amazing how trying to use a library reveals bugs...
    
    2000-01-15  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-dir.c (dir_unset_value): check entries for
                uselessness on unset, even if they are unchanged by the unset.
                        Allows us to delete useless crap we loaded from disk.
                                If you unset, the entry should no longer
    appear in all_entries
        unless there's a schema name to remember.
    
                        * backends/xml-entry.c (entry_unset_value): Fix this
    to properly
        unset value for all locales if the locale passed in to "unset" is
                NULL
                        (entry_sync_to_node): Remember to unset the value if necessary
    
                                        * gconf/gconftool.c
    (list_pairs_in_dir): handle entries with no
        value.

 ChangeLog            | 16 ++++++++++++++++
 backends/xml-dir.c   | 11 +++++++++--
 backends/xml-entry.c | 37 +++++++++++++++++++++++++------------
 gconf/gconftool.c    |  7 +++++--
 4 files changed, 55 insertions(+), 16 deletions(-)

commit 23f847407a80d226145ac09415a0e1d4e4196fb9
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jan 15 05:56:59 2000 +0000

    destroy entries before the xml doc, since they hold pointers into the xml
    
    2000-01-15  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-dir.c (dir_destroy): destroy entries before the xml
                doc, since they hold pointers into the xml doc.
    
                        * backends/xml-entry.c (entry_sync_to_node): if no
    cached value,
        blow away the value in the node.

 ChangeLog            |  8 ++++++++
 backends/xml-dir.c   |  6 +++---
 backends/xml-entry.c | 42 ++++++++++++++++++++++++++++--------------
 3 files changed, 39 insertions(+), 17 deletions(-)

commit 382e6dc9f3b3e8963d68c564c43e254ff0387f6d
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jan 15 04:53:35 2000 +0000

    left one

 gconf/gconf.c | 2 ++
 1 file changed, 2 insertions(+)

commit a790d696ad7b16ca745d1d555888ecaa727997e0
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jan 15 04:53:18 2000 +0000

    remove bad assertion that the value in an entry was non-NULL
    
    2000-01-14  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c (gconfd_all_entries): remove bad assertion that
                the value in an entry was non-NULL
    
                        * gconf/gconf.c (gconf_set): check for invalid list type
    
                                * gconf/gconf-internals.c
    (gconf_value_from_corba_value): Be more
        paranoid about list types coming from gconfd

 ChangeLog               | 10 ++++++++++
 backends/xml-entry.c    |  2 +-
 gconf/gconf-internals.c | 53 ++++++++++++++++++++++++++++---------------------
 gconf/gconfd.c          |  1 -
 4 files changed, 41 insertions(+), 25 deletions(-)

commit c467313a37c2feabb1b8018e2184ddc4b732984d
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Fri Jan 14 13:31:01 2000 +0000

    Updated Norwegian translation.
    
    2000-01-14  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.

 po/ChangeLog |   4 +
 po/no.po     | 411 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 252 insertions(+), 163 deletions(-)

commit 8f820da276d9f5aa03271879e62c29d3bc8eac1e
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Jan 14 05:18:38 2000 +0000

    function to generate a pseudo-random very-very-likely-to-be-unique key
    
    2000-01-13  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (gconf_unique_key): function to generate
                a pseudo-random very-very-likely-to-be-unique key name.

 ChangeLog          |  5 +++++
 gconf/gconf.c      | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.h      |  5 +++++
 tests/Makefile.am  |  6 +++++-
 tests/testunique.c | 46 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 116 insertions(+), 1 deletion(-)

commit c1e581a52311cd5e0698af8399347b302f0ade05
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Jan 14 01:33:28 2000 +0000

    move declaration to public header
    
    2000-01-13  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf-internals.c (gconf_concat_key_and_dir): move
    declaration to public header
    
    * doc/gconf/tmpl/gconf-client.sgml: Document the changed
    dir add/remove behavior

 ChangeLog                        |  8 ++++++++
 doc/gconf/tmpl/gconf-client.sgml | 12 ++++++++----
 gconf/gconf-internals.h          |  2 --
 gconf/gconf.h                    |  3 +++
 4 files changed, 19 insertions(+), 6 deletions(-)

commit 0c0c253af600d41804624ffcd2abb9663966e664
Author: Havoc Pennington <hp@redhat.com>
Date:   Thu Jan 13 23:39:58 2000 +0000

    arguments to this were backward
    
    2000-01-13  Havoc Pennington  <hp@redhat.com>
    
    * backends/xml-dir.c (dir_load): arguments to this were backward
    
    * wrappers/gtk/gconf-client.c: keep a count of the number of times
    a directory has been added/removed from the dir list, so we only
    remove it from the list after that number of removals.
    Perhaps somewhat unintuitive, but we'll document it, and it's
    really necessary if multiple code sections are going to share the
    same GConfClient.
    (gconf_client_destroy): move a bunch of stuff to finalize
    so we remain "safe" before last unref

 ChangeLog                   |  19 +++-
 backends/xml-dir.c          |   4 +-
 gconf/gconf-client.c        | 231 ++++++++++++++++++++++++--------------------
 gconf/gconf-client.h        |   2 +-
 gconf/gconfd.c              |   5 +-
 wrappers/gtk/gconf-client.c | 231 ++++++++++++++++++++++++--------------------
 wrappers/gtk/gconf-client.h |   2 +-
 7 files changed, 275 insertions(+), 219 deletions(-)

commit 195ac8423b2bf5fcf0fc4f66c00329128bfab4cd
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Thu Jan 13 19:07:43 2000 +0000

    Updated Swedish translation

 po/ChangeLog |  4 +++
 po/sv.po     | 91 +++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 60 insertions(+), 35 deletions(-)

commit d5e910c41ce6bee655790fa2a6adaac74c0543e3
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Thu Jan 13 14:15:57 2000 +0000

    Updated Swedish translation

 po/ChangeLog |   4 ++
 po/sv.po     | 118 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 63 insertions(+), 59 deletions(-)

commit 420f65b3d147be1b13907a9571ab63de517bd8b2
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Wed Jan 12 20:03:08 2000 +0000

    added <stdio.h>
    
    2000-01-12  Jonathan Blandford  <jrb@redhat.com>
    
            * wrappers/gtk/gconf-client.c: added <stdio.h>

 ChangeLog                   | 4 ++++
 gconf/gconf-client.c        | 1 +
 tests/test_00.sh            | 2 --
 wrappers/gtk/gconf-client.c | 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)

commit d4521dcf00f0f03222ad7160be146173052ac765
Author: Richard Hult <rhult@src.gnome.org>
Date:   Wed Jan 12 04:46:37 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |  4 ++++
 po/sv.po     | 68 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 38 insertions(+), 34 deletions(-)

commit 6f89dbb1ca1bb02e6271405ee6dcc3179bbf9b75
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Jan 12 02:13:36 2000 +0000

    separate $4 from gconf_config_args
    
    2000-01-11  Havoc Pennington  <hp@pobox.com>
    
        * gconf.m4: separate $4 from gconf_config_args
    
                * gconf-config.in (af_libs): -lgconf, not -lgconf-client
                        (Libraries): add gconf-gtk lib

 ChangeLog       | 7 +++++++
 gconf-config.in | 8 ++++++++
 gconf.m4        | 6 +++---
 3 files changed, 18 insertions(+), 3 deletions(-)

commit 068d2ba70e6e138f631e97c55bbd6baf296cb063
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Wed Jan 12 01:36:55 2000 +0000

    Updated Swedish translation

 po/ChangeLog |   4 ++
 po/sv.po     | 146 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 81 insertions(+), 69 deletions(-)

commit 1ce35c8f9c6b49827d2ebde284f4ca3abd840fde
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Wed Jan 12 00:27:41 2000 +0000

    Updated Swedish translation.

 po/ChangeLog |   4 ++
 po/sv.po     | 154 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 81 insertions(+), 77 deletions(-)

commit 2bc5aae92a1386b98657ad7d0ad44f2fb6bf690d
Author: Andreas Hydén <ahyden@src.gnome.org>
Date:   Tue Jan 11 19:44:49 2000 +0000

    Added Swedish translation

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/ChangeLog |   4 +
 po/sv.po     | 815 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 824 insertions(+), 1 deletion(-)

commit 503f79801d81c83acee07872ee9c625573151b34
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Tue Jan 11 13:52:13 2000 +0000

    -lgconf, not -lgconf-client

 gconf-config.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit c894453856d38094c9282f32921a2850f430cabb
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Mon Jan 10 23:19:35 2000 +0000

    work with srcdir != builddir

 gconf/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b5e94c4a59f49796105d0615f32a906bd826426c
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Jan 9 07:20:12 2000 +0000

    Add Eider project file

 .eiderinfo | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 244f792524b3000ee750ddb8db0d2be68cda6329
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jan 8 20:11:32 2000 +0000

    Change copyrights to 2000, just for fun

 backends/gthreadpool.c             | 2 +-
 backends/gthreadpool.h             | 2 +-
 backends/xml-backend.c             | 2 +-
 backends/xml-cache.c               | 2 +-
 backends/xml-cache.h               | 2 +-
 backends/xml-dir.c                 | 2 +-
 backends/xml-dir.h                 | 2 +-
 backends/xml-entry.c               | 2 +-
 backends/xml-entry.h               | 2 +-
 examples/basic-gconf-app.c         | 2 +-
 gconf-editor/app.c                 | 2 +-
 gconf-editor/app.h                 | 2 +-
 gconf-editor/gconf-editor.c        | 2 +-
 gconf-editor/menus.c               | 4 ++--
 gconf-editor/menus.h               | 2 +-
 gconf/gconf-backend.c              | 2 +-
 gconf/gconf-backend.h              | 2 +-
 gconf/gconf-changeset.c            | 2 +-
 gconf/gconf-changeset.h            | 2 +-
 gconf/gconf-client.c               | 2 +-
 gconf/gconf-client.h               | 2 +-
 gconf/gconf-engine.h               | 2 +-
 gconf/gconf-error.c                | 2 +-
 gconf/gconf-error.h                | 2 +-
 gconf/gconf-internals.c            | 2 +-
 gconf/gconf-internals.h            | 2 +-
 gconf/gconf-listeners.c            | 2 +-
 gconf/gconf-listeners.h            | 2 +-
 gconf/gconf-locale.c               | 2 +-
 gconf/gconf-locale.h               | 2 +-
 gconf/gconf-schema.c               | 2 +-
 gconf/gconf-schema.h               | 2 +-
 gconf/gconf-sources.c              | 2 +-
 gconf/gconf-sources.h              | 2 +-
 gconf/gconf-value.c                | 2 +-
 gconf/gconf-value.h                | 2 +-
 gconf/gconf.c                      | 2 +-
 gconf/gconf.h                      | 2 +-
 gconf/gconfd.c                     | 2 +-
 gconf/gconftool.c                  | 2 +-
 gconf/gnome-testclient.c           | 2 +-
 gconf/testclient.c                 | 2 +-
 gconf/testgconfclient.c            | 2 +-
 tests/testchangeset.c              | 2 +-
 tests/testencode.c                 | 2 +-
 tests/testgconf.c                  | 2 +-
 tests/testlisteners.c              | 2 +-
 tests/testschemas.c                | 2 +-
 wrappers/cxx/gconf-cxx.h           | 2 +-
 wrappers/gtk/gconf-client.c        | 2 +-
 wrappers/gtk/gconf-client.h        | 2 +-
 wrappers/gtk/testgconfclient.c     | 2 +-
 wrappers/guile/gconf-guile.c       | 2 +-
 wrappers/guile/scm-gconf-private.h | 2 +-
 wrappers/guile/scm-gconf.c         | 2 +-
 wrappers/guile/scm-gconf.h         | 2 +-
 56 files changed, 57 insertions(+), 57 deletions(-)

commit 10e286506811382ffd4b5a22652e723723f72048
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Jan 8 06:37:43 2000 +0000

    had local and non-local cases backward so you got the opposite of what you
    
    2000-01-08  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconftool.c (main): had local and non-local cases backward
                so you got the opposite of what you requested
    
                        * gconf/gconf-internals.c (gconf_release_lock):
    include strerror()
        in "can't open lock file" message
                (gconf_get_lock): actually write the PID to the lock file,
                        and use ConfigServer_ping() instead of CORBA_Object_is_nonexistent()

 ChangeLog               | 10 +++++++++
 gconf/gconf-internals.c | 58 ++++++++++++++++++++++++++++++++++---------------
 gconf/gconfd.c          |  4 ++--
 gconf/gconftool.c       |  4 ++--
 4 files changed, 54 insertions(+), 22 deletions(-)

commit 684b7d1be065e680c2843ed3c5c724e61b818836
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Jan 7 22:38:03 2000 +0000

    totally rewrite the locking stuff
    
    2000-01-07  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf-internals.c (gconf_get_lock): totally rewrite the
    locking stuff
    
    * backends/xml-dir.c (dir_load): if errno == ENOENT don't make
    dir_load() fail
    
    * gconf/gconfd.c (main): check return value of
    oaf_active_server_register() and act accordingly.
    
    * gconf/gconf.c (try_to_contact_server): use new
    OAF_FLAG_EXISTING_ONLY when appropriate
    
    * gconf/gconf-internals.c (gconf_set_daemon_ior): allow setting
    IOR to a global var
    
    * gconf/gconfd.c (main): set the IOR so it can be used in lockfiles

 ChangeLog               |  24 ++++
 backends/xml-backend.c  |   2 +-
 backends/xml-dir.c      |  22 +++-
 doc/gconf/Makefile.am   |   2 +-
 gconf/gconf-internals.c | 323 +++++++++++++++++++++++++++++++++++++-----------
 gconf/gconf-internals.h |   5 +-
 gconf/gconf.c           |  51 +++-----
 gconf/gconfd.c          |  37 +++++-
 gconf/gconftool.c       |  32 ++++-
 9 files changed, 375 insertions(+), 123 deletions(-)

commit 497723b1549ef703084cf4a4db5ea2f5c454af61
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Jan 4 13:32:29 2000 +0000

    Update

 po/.cvsignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d181c27cf2425a8c84e28deaffed491e98e4e553
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Tue Jan 4 13:30:43 2000 +0000

    Updated Norwegian translation.
    
    2000-01-04  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated Norwegian translation.
    
    1999-12-31  Yuri Syrota <rasta@renome.rovno.ua>

 po/ChangeLog |   4 +
 po/no.po     | 367 ++++++++++++++++++-----------------------------------------
 2 files changed, 112 insertions(+), 259 deletions(-)

commit 8f6e505c4e69e9ab7829d88b301bff0067a2d990
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Jan 4 06:31:05 2000 +0000

    in non-daemon mode, use fprintf() when it's an error and printf() when not
    
    1999-12-31  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c (gconf_log): in non-daemon mode, use
                fprintf() when it's an error and printf() when not
                        (gconf_in_daemon_mode): new function
    
                                * gconf/gconfd.c (signal_handler):
    special-case some more signals;
        do more thorough cleanup when we can.
                (main): fix which signals we add an action for
    
                        * gconf/gconf-internals.h: Remove server_info* functions
    
                                * gconf/gconf-error.h: add GCONF_LOCK_FAILED
    
                                        * gconf/gconf.c
    (corba_errno_to_gconf_errno): lock failed error
    
        * gconf/gconf-internals.c (gconf_nanosleep): Add utility function
                to portably sleep a little while (we should really stick one of
                        these in glib)
                                (gconf_release_lock, gconf_get_lock): Lock
    directory functions

 ChangeLog               |  21 +++++
 backends/xml-backend.c  |  49 ++++++++++--
 configure.in            |   4 +
 gconf/GConf.idl         |   2 +-
 gconf/GConfX.idl        |   2 +-
 gconf/gconf-error.c     |   5 +-
 gconf/gconf-error.h     |   3 +-
 gconf/gconf-internals.c | 200 +++++++++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf-internals.h |  16 +++-
 gconf/gconf.c           |   3 +
 gconf/gconfd.c          |  40 +++++++---
 tests/testschemas.c     |  24 +++---
 12 files changed, 333 insertions(+), 36 deletions(-)

commit ab9fe11dbcc02a2d395a78f9b0d0ed6eaa312fb7
Author: Timur Bakeyev <mc@bat.ru>
Date:   Tue Jan 4 03:06:46 2000 +0000

    Replace unportable install -d with $MKINSTALLDIRS. install -m 0644 - with
    
    
    2000-01-02  Timur Bakeyev <mc@bat.ru>
    
        * doc/gconf/Makefile.am: Replace unportable install -d with $MKINSTALLDIRS.
        install -m 0644 - with $(INSTALL_DATA).

 ChangeLog             | 5 +++++
 doc/gconf/Makefile.am | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 3d0aa29d951f74d2187e8cee6302f7f6ff1de4da
Author: Timur Bakeyev <mc@bat.ru>
Date:   Tue Jan 4 01:44:01 2000 +0000

    Add missed "\n" in 2 strings. Things sholud be checked before commit :)
    
    
    2000-01-02  Timur Bakeyev <mc@bat.ru>
    
        * po/uk.po: Add missed "\n" in 2 strings. Things sholud be checked
        before commit :)
    
        * backends/Makefile.am, wrappers/gtk/Makefile.am: Add $(top_builddir)/gconf
        to INCLUDES to make GConf.h visiable.
    
        * gconf/gconf-internals.c: If LC_MESSAGE doesn't exist, use value of
        LC_CTYPE (is this correct?)

 .cvsignore               |  1 +
 ChangeLog                | 11 +++++++++++
 backends/Makefile.am     |  4 +++-
 gconf/gconf-internals.c  |  4 ++++
 po/uk.po                 |  4 ++--
 wrappers/gtk/Makefile.am |  5 +++--
 6 files changed, 24 insertions(+), 5 deletions(-)

commit 95ee821ff866f8bc54f9ee9e8f290ef6ab117df1
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Jan 3 20:11:05 2000 +0000

    Update

 po/update.sh | 2 --
 1 file changed, 2 deletions(-)

commit ec983dd5ae0059e64eff217e881a718b9cdb447c
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Jan 3 20:10:51 2000 +0000

    Update

 po/update.sh | 2 ++
 1 file changed, 2 insertions(+)

commit 4b6357a31a435de3604940c2da8d5f4adbb63db8
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Jan 3 19:32:37 2000 +0000

    Little script taken from the makefile to update the .pot file

 po/no.po     | 708 ++++++++++++++++++++++++++++++++++++-----------------------
 po/update.sh |   8 +
 2 files changed, 442 insertions(+), 274 deletions(-)

commit 00be18f37a64549b08f0dd01c260871ec8a7860a
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Fri Dec 31 08:43:05 1999 +0000

    Updated Ukrainian translation

 ChangeLog    |   4 +
 configure.in |   2 +-
 po/ChangeLog |   4 +
 po/uk.po     | 918 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 927 insertions(+), 1 deletion(-)

commit 42451a2f15b9e4eb527f77e7930eb167526afc2b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Dec 31 04:01:03 1999 +0000

    documentation

 doc/gconf/gconf.sgml | 299 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 294 insertions(+), 5 deletions(-)

commit e387b3e2f1e66baa8a14817c6f7a1c5dcb09f8eb
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Dec 30 22:40:29 1999 +0000

    check in this template

 doc/gconf/tmpl/gconf-client.sgml | 722 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 722 insertions(+)

commit bf00f87fe2290215e7731af795c6ab3534b9a00e
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Dec 30 22:23:29 1999 +0000

    Complete cleanup of XML backend, all test suite passes, code is much more
    
    1999-12-30  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-backend.c: Complete cleanup of XML backend,
                all test suite passes, code is much more manageable.

 ChangeLog              |    5 +
 backends/xml-backend.c | 2553 +-----------------------------------------------
 backends/xml-cache.c   |    6 +-
 backends/xml-cache.h   |    2 +-
 backends/xml-dir.c     |   64 +-
 backends/xml-entry.c   |  150 ++-
 backends/xml-entry.h   |   10 +-
 7 files changed, 211 insertions(+), 2579 deletions(-)

commit 38eb7950e7653b4704d465bf56fbd76cd00ac23b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Dec 23 22:06:30 1999 +0000

    work on the XML backend cleanup

 backends/Makefile.am |   6 +
 backends/xml-cache.c | 488 +++++++++++++++++++++++++++++++++++++++++++++++++++
 backends/xml-cache.h |  43 +++++
 backends/xml-dir.c   | 219 ++++++++++++++++++++---
 backends/xml-dir.h   |  87 +++++----
 backends/xml-entry.c |  64 +++++--
 6 files changed, 821 insertions(+), 86 deletions(-)

commit 811b3f1a8aba1902d3c0ca0ed041e4033c9a91e6
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Dec 21 23:53:13 1999 +0000

    wasn't all saved

 backends/xml-entry.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d4672f3c52dd162432cfafe1e545e42ca1a1e33d
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 21 23:50:16 1999 +0000

    Documented the methods in the backend vtable.
    
    1999-12-21  Havoc Pennington  <hp@redhat.com>
    
    * doc/gconf/tmpl/gconf-backend.sgml: Documented the methods in the
    backend vtable.
    
    * backends/xml-dir.[hc], backends/xml-entry.[hc]: fixed up some
    code, mostly done.

 ChangeLog                         |    8 +
 backends/xml-dir.c                |  800 +++++++++++++++++++++++++++++
 backends/xml-dir.h                |   83 +++
 backends/xml-entry.c              | 1020 +++++++++++++++++++++++++++++++++++++
 backends/xml-entry.h              |   59 +++
 doc/gconf/tmpl/gconf-backend.sgml |  212 ++++++++
 6 files changed, 2182 insertions(+)

commit e962b75645f21b0ddc94a8e2ffbf82e91dcb89af
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 21 00:47:32 1999 +0000

    const correctness
    
    1999-12-20  Havoc Pennington  <hp@redhat.com>
    
            * gconf/gconf-sources.c (gconf_sources_new_from_addresses): const
                correctness
    
                        * gconf/gconfd.c: Massive const-correctness changes
    to match
            latest ORBit
    
                * gconf/gconf.c (notify): "in string" seems to be const again now.
    
                        * wrappers/gtk/gconf-client.c (cache_pairs_in_dir):
    store the
            is_default parameter when preloading
    
                * gconf/gconf.c (gconf_all_entries): receive the is_default
                        parameter
    
                                * gconf/gconfd.c (gconfd_all_entries): pass
    the is_default
            parameter over the CORBA link
    
                * backends/xml-backend.c (listify_foreach): Add the schema
    name to
            the entry if appropriate (if value is unset)
    
                * gconf/gconf-sources.c (gconf_sources_all_entries): Change to
                        match new semantics of all_entries in the backend;
    get all entries
            that have a schema set on them, and the corresponding default
                value if appropriate.
    
                        * gconf/gconf-value.c (gconf_entry_set_is_default):
    new function
            (gconf_entry_set_schema_name): new function
    
                * backends/xml-backend.c (listify_foreach): Include keys that
                        exist but have no value set in the list of returned entries.

 ChangeLog                   |  33 ++++++++++++++
 backends/xml-backend.c      |  17 +++++--
 gconf/GConf.idl             |   4 +-
 gconf/GConfX.idl            |   4 +-
 gconf/gconf-client.c        |   5 +-
 gconf/gconf-sources.c       |  62 ++++++++++++++++++++-----
 gconf/gconf-sources.h       |   2 +-
 gconf/gconf-value.c         |  33 +++++++++++++-
 gconf/gconf-value.h         |  19 ++++++--
 gconf/gconf.c               |  16 +++++--
 gconf/gconfd.c              | 109 ++++++++++++++++++++++++--------------------
 wrappers/gtk/gconf-client.c |   5 +-
 12 files changed, 224 insertions(+), 85 deletions(-)

commit dffadadc3bb6e5ea134214b3a0ae22423be47d7c
Author: Havoc Pennington <hp@redhat.com>
Date:   Mon Dec 20 23:25:55 1999 +0000

    fix include
    
    1999-12-20  Havoc Pennington  <hp@redhat.com>
    
    * tests/testlisteners.c: fix include
    
    * wrappers/gtk/gconf-client.c (gconf_client_preload): Actually
    implement preloading. We have some "issues" here to resolve I
    think, because of the defaults stuff and schemas.

 ChangeLog                   |   8 +++
 gconf/gconf-client.c        | 123 ++++++++++++++++++++++++++++++++++++++++++--
 gconf/gconf.c               |  13 ++++-
 tests/testlisteners.c       |   2 +-
 wrappers/gtk/gconf-client.c | 123 ++++++++++++++++++++++++++++++++++++++++++--
 5 files changed, 259 insertions(+), 10 deletions(-)

commit c7eea767f71d61f175ab1d4ad7cf1ea7e33872eb
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 14 21:00:00 1999 +0000

    Add a g_warning() that people probably don't want to use this.
    
    1999-12-14  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf.c (gconf_engine_new_from_address): Add a g_warning()
    that people probably don't want to use this.

 ChangeLog     | 5 +++++
 gconf/gconf.c | 2 ++
 2 files changed, 7 insertions(+)

commit 13093d7a07c407eed27d3ef789746738461b39fe
Author: Havoc Pennington <hp@redhat.com>
Date:   Tue Dec 14 19:51:30 1999 +0000

    fix a typo, add additional explanation to the introduction.
    
    1999-12-14  Havoc Pennington  <hp@redhat.com>
    
    * doc/gconf/tmpl/gconf-client.sgml: fix a typo, add additional
    explanation to the introduction.
    
    * doc/gconf/tmpl/gconf.sgml: Document the string-to-enum functions.
    Update some other docs too.
    
    * doc/gconf/gconf-sections.txt: add new functions
    
    * gconf/gconf.c (gconf_string_to_enum): new function
    (gconf_enum_to_string): new function
    
    * gconf/gconf-engine.h: Put gconf_engine_new_local() here instead
    of gconf-internals.h
    
    * gconf/gconf-internals.h: added a new GCONF_ENABLE_INTERNALS
    define, to allow us to have internal stuff in headers other than
    gconf-internals.h
    
    * gconf/gconf.c (gconf_unset): local version
    (gconf_associate_schema): local version
    (gconf_all_entries): local version
    (gconf_all_dirs): local version
    (gconf_suggest_sync): local version
    (gconf_dir_exists): local version
    
    * gconf/gconf-internals.h (gconf_engine_new_local): Declare this
    function here, though it's defined in gconf.c
    
    * gconf/gconf.c (gconf_set): local version
    
    * gconf/gconfd.c (context_query_default_value): use
    gconf_sources_query_default_value()
    
    * gconf/gconf-sources.c (gconf_sources_query_default_value): New
    function
    
    * gconf/gconf-sources.h: egtk-format-protos the function
    prototypes.
    
    * gconf/Makefile.am (libgconf_la_SOURCES): move gconf-locale.[hc]
    into the library, bah
    
    * gconf/gconf.c (gconf_get_full): Add local (no gconfd) version
    
    * gconf/gconf-locale.c (gconf_split_locale): locale splitter
    function.
    
    * gconf/gconf-sources.c (gconf_sources_new_from_source): new function
    
    * examples/basic-gconf-app.c (create_prefs_dialog): Move keys from
    /apps/gnome to plain /apps
    
    * doc/gconf/gconf.sgml: Add an initial stab at namespace
    splitting.
    
    1999-12-09  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf.c (gconf_init): Safety check to ensure we don't
    initialize OAF a second time.
    
    1999-12-06  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_notify_add): Backward assertion
    
    1999-12-02  Havoc Pennington  <hp@pobox.com>
    
    * examples/basic-gconf-app.c (create_configurable_widget): use
    gconf_client_get_string() instead of gconf_client_get()
    (update_entry): Check for the default value if we have an unset
    value in the change set.
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_create_change_set_from_currentv): use without_default
    (revert_foreach): use without_default
    
    * gconf/gconf-changeset.c (gconf_create_change_set_from_currentv):
    use gconf_get_without_default()
    (revert_foreach): use gconf_get_without_default()
    
    * wrappers/gtk/testgconfclient.c (entry_notify_func): fix to compile
    
    * examples/basic-gconf-app.c (configurable_widget_config_notify):
    fix to compile
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_get_default_from_schema): New function
    
    * gconf/gconf.c (gconf_get_without_default): renamed from
    gconf_get_no_default(), so that gconf_get_default_from_schema()
    won't be as confusing maybe.
    (gconf_get_default_from_schema): new function to read the default
    setting in the schema
    
    * backends/xml-backend.c (xentry_extract_value): remove ignore_subsequent
    (xentry_set_value): ditto
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Remove ignore
    subsequent
    
    * gconf/gconf-value.c (gconf_value_new_from_string): remove
    ignore_subsequent
    (gconf_value_to_string): remove ignore_subsequent
    (gconf_value_copy): Remove ignore_subsequent
    
    * gconf/gconfd.c (context_unset): add is_default to notification
    (context_set): add is_default to notification
    
    * gconf/gconf-internals.c (gconf_value_type_to_string): Remove
    ignore_subsequent.
    
    * gconf/gconf.c (gconf_cnxn_notify): add is_default
    (notify) add is_default
    
    * gconf/gconf-value.h: Remove GCONF_VALUE_IGNORE_SUBSEQUENT
    
    * gconf/gconf-sources.c (gconf_sources_unset_value): don't do that
    weird IGNORE_SUBSEQUENT goo
    
    * wrappers/gtk/Makefile.am (INCLUDES): add top_builddir to include
    search to get the built sources
    
    * gconf/gconf-engine.h: fix includes
    
    * gconf/gconf-changeset.h: fix includes
    
    * gconf/Makefile.am (gconfd_SOURCES): add gconf-sources.h here
    instead of installing it.
    
    * wrappers/gtk/Makefile.am (INCLUDES): remove -I$(top_builddir)/gconf
    
    * wrappers/gtk/gconf-client.c (gconf_client_get_full): Add this,
    etc.
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Set a flag
    indicating whether the retrieved value was the default or not.
    
    * gconf/GConf.idl: add value_is_default out flag to
    lookup_with_locale()

 ChangeLog                           |  57 ++++++++
 backends/Makefile.am                |   2 +-
 doc/gconf/gconf-decl.txt            |  62 +++++++--
 doc/gconf/gconf-sections.txt        |  24 ++++
 doc/gconf/gconf.sgml                |  96 ++++++++++++-
 doc/gconf/tmpl/gconf-changeset.sgml |  20 +++
 doc/gconf/tmpl/gconf-engine.sgml    |  10 ++
 doc/gconf/tmpl/gconf-internals.sgml | 122 ++++++++++++++++
 doc/gconf/tmpl/gconf-locale.sgml    |   9 ++
 doc/gconf/tmpl/gconf-sources.sgml   |  21 +++
 doc/gconf/tmpl/gconf-value.sgml     |  16 +++
 doc/gconf/tmpl/gconf.sgml           | 106 +++++++++++---
 examples/basic-gconf-app.c          |  34 ++---
 examples/basic-gconf-app.schemas    |  20 +--
 gconf/Makefile.am                   |   6 +-
 gconf/gconf-engine.h                |   4 +
 gconf/gconf-internals.h             |  11 +-
 gconf/gconf-locale.c                |  25 ++--
 gconf/gconf-locale.h                |   2 +
 gconf/gconf-sources.c               | 108 +++++++++++++++
 gconf/gconf-sources.h               |  97 +++++++------
 gconf/gconf.c                       | 269 ++++++++++++++++++++++++++++++++++--
 gconf/gconf.h                       |  16 +++
 gconf/gconfd.c                      |  59 +-------
 tests/Makefile.am                   |   2 +-
 wrappers/gtk/Makefile.am            |   2 +-
 26 files changed, 1004 insertions(+), 196 deletions(-)

commit c6f6fece7a5cd0534b3ba5280c9f58a0c96092b6
Author: Havoc Pennington <hp@redhat.com>
Date:   Fri Dec 10 00:48:11 1999 +0000

    Safety check to ensure we don't initialize OAF a second time.
    
    1999-12-09  Havoc Pennington  <hp@redhat.com>
    
    * gconf/gconf.c (gconf_init): Safety check to ensure we don't
    initialize OAF a second time.

 ChangeLog     |  5 +++++
 gconf/gconf.c | 11 +++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 4081367201184b72f66233420773af3ad1bb5311
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Dec 7 00:47:09 1999 +0000

    Backward assertion
    
    1999-12-06  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_notify_add): Backward assertion

 ChangeLog     | 4 ++++
 gconf/gconf.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit a4492d08b3fe3a15c8e44d6e1dd8c9a37a183200
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Dec 6 19:48:30 1999 +0000

    add this

 doc/gconf/gconf-decl.txt | 2988 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2988 insertions(+)

commit 1a93b135b69a44e88ff2443b9c21227a0991eace
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Fri Dec 3 15:10:14 1999 +0000

    The "duh" fix for empty 'for' loops, from Jonas Oberg.
    
    
    
    The "duh" fix for empty 'for' loops, from Jonas Oberg.

 gconf.m4 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit e1b251fb8137aea00323a2a73f1ae5bd3bbfb898
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Dec 2 23:43:42 1999 +0000

    update gconf-sections.txt and regenerate templates

 doc/gconf/gconf-sections.txt      |  7 +++++++
 doc/gconf/tmpl/gconf-error.sgml   |  2 ++
 doc/gconf/tmpl/gconf-sources.sgml | 13 +++++++++++++
 doc/gconf/tmpl/gconf-value.sgml   |  1 -
 doc/gconf/tmpl/gconf.sgml         | 38 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 60 insertions(+), 1 deletion(-)

commit e18eae09ab11dcd172329020804f71f99b769823
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Dec 2 23:36:37 1999 +0000

    use gconf_client_get_string() instead of gconf_client_get()
    
    1999-12-02  Havoc Pennington  <hp@pobox.com>
    
    * examples/basic-gconf-app.c (create_configurable_widget): use
    gconf_client_get_string() instead of gconf_client_get()
    (update_entry): Check for the default value if we have an unset
    value in the change set.
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_create_change_set_from_currentv): use without_default
    (revert_foreach): use without_default
    
    * gconf/gconf-changeset.c (gconf_create_change_set_from_currentv):
    use gconf_get_without_default()
    (revert_foreach): use gconf_get_without_default()
    
    * wrappers/gtk/testgconfclient.c (entry_notify_func): fix to compile
    
    * examples/basic-gconf-app.c (configurable_widget_config_notify):
    fix to compile
    
    * wrappers/gtk/gconf-client.c
    (gconf_client_get_default_from_schema): New function
    
    * gconf/gconf.c (gconf_get_without_default): renamed from
    gconf_get_no_default(), so that gconf_get_default_from_schema()
    won't be as confusing maybe.
    (gconf_get_default_from_schema): new function to read the default
    setting in the schema
    
    * backends/xml-backend.c (xentry_extract_value): remove ignore_subsequent
    (xentry_set_value): ditto
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Remove ignore
    subsequent
    
    * gconf/gconf-value.c (gconf_value_new_from_string): remove
    ignore_subsequent
    (gconf_value_to_string): remove ignore_subsequent
    (gconf_value_copy): Remove ignore_subsequent
    
    * gconf/gconfd.c (context_unset): add is_default to notification
    (context_set): add is_default to notification
    
    * gconf/gconf-internals.c (gconf_value_type_to_string): Remove
    ignore_subsequent.
    
    * gconf/gconf.c (gconf_cnxn_notify): add is_default
    (notify) add is_default
    
    * gconf/gconf-value.h: Remove GCONF_VALUE_IGNORE_SUBSEQUENT
    
    * gconf/gconf-sources.c (gconf_sources_unset_value): don't do that
    weird IGNORE_SUBSEQUENT goo
    
    * wrappers/gtk/Makefile.am (INCLUDES): add top_builddir to include
    search to get the built sources
    
    * gconf/gconf-engine.h: fix includes
    
    * gconf/gconf-changeset.h: fix includes
    
    * gconf/Makefile.am (gconfd_SOURCES): add gconf-sources.h here
    instead of installing it.
    
    * wrappers/gtk/Makefile.am (INCLUDES): remove -I$(top_builddir)/gconf
    
    * wrappers/gtk/gconf-client.c (gconf_client_get_full): Add this,
    etc.
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Set a flag
    indicating whether the retrieved value was the default or not.
    
    * gconf/GConf.idl: add value_is_default out flag to
    lookup_with_locale()

 ChangeLog                      |  75 ++++++++++++++++
 backends/Makefile.am           |   2 +-
 backends/xml-backend.c         |  18 +---
 examples/basic-gconf-app.c     |  34 ++++++--
 gconf/GConf.idl                |  12 ++-
 gconf/GConfX.idl               |  12 ++-
 gconf/Makefile.am              |   4 +-
 gconf/gconf-changeset.c        |   4 +-
 gconf/gconf-changeset.h        |   2 +-
 gconf/gconf-client.c           | 164 +++++++++++++++++++++++++++-------
 gconf/gconf-client.h           |  17 +++-
 gconf/gconf-engine.h           |   2 +-
 gconf/gconf-internals.c        |   5 --
 gconf/gconf-schema.h           |   2 +-
 gconf/gconf-sources.c          | 133 ++++++++++++++++++++++------
 gconf/gconf-sources.h          |   5 ++
 gconf/gconf-value.c            |   7 --
 gconf/gconf-value.h            |  15 +---
 gconf/gconf.c                  |  86 ++++++++++++++++--
 gconf/gconf.h                  |  29 +++++--
 gconf/gconfd.c                 | 193 ++++++++++++++++++++++++++++++++++++++---
 gconf/testgconfclient.c        |   2 +-
 tests/Makefile.am              |   2 +-
 tests/testchangeset.c          |   4 +-
 tests/testencode.c             |   4 +-
 tests/testgconf.c              |   4 +-
 tests/testschemas.c            |   4 +-
 wrappers/gtk/Makefile.am       |   2 +-
 wrappers/gtk/gconf-client.c    | 164 +++++++++++++++++++++++++++-------
 wrappers/gtk/gconf-client.h    |  17 +++-
 wrappers/gtk/testgconfclient.c |   2 +-
 31 files changed, 841 insertions(+), 185 deletions(-)

commit 0bb56c7ccb332781cd6fe2bfff3b11d53a8bbbb9
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Dec 2 19:17:33 1999 +0000

    Was missing an element in the err_msgs array and the array had the wrong
    
    1999-12-02  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-error.c: Was missing an element in the err_msgs
    array and the array had the wrong size.
    
    * gconf/gconf-sources.c (gconf_sources_query_value): Add
    use_schema_default flag here (and in the other stuff that calls
    it, I'm skipping some layers in the changelog)
    (gconf_sources_query_value): If we find an IGNORE_SUBSEQUENT, we
    should return immediately, rather than checking the schema default.
    
    * gconf/gconfd.c (gconfd_lookup_with_locale): fix
    
    * gconf/gconf.c (gconf_get_no_default): new function to get
    a value, but not fall back to the schema default.
    
    * gconf/GConf.idl: lookup_with_locale() needs to raise
    ConfigException. Also, add a "use schema default" flag.

 ChangeLog             | 19 +++++++++++++++++++
 gconf/GConf.idl       |  4 +++-
 gconf/GConfX.idl      |  4 +++-
 gconf/gconf-error.c   |  3 ++-
 gconf/gconf-error.h   |  1 +
 gconf/gconf-sources.c | 18 +++++++++++++-----
 gconf/gconf-sources.h |  6 ++++++
 gconf/gconf.c         | 31 +++++++++++++++++++++++--------
 gconf/gconf.h         |  4 ++++
 gconf/gconfd.c        | 12 +++++++++---
 10 files changed, 83 insertions(+), 19 deletions(-)

commit 8616f9c991b140f80167b9a0187ed046cd474146
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Dec 2 01:02:17 1999 +0000

    Add local "direct mode" engine; mildly bad hack. This file could use some
    
    1999-12-01  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c: Add local "direct mode" engine; mildly bad hack.
    This file could use some modularization. Still have to make
    all the methods support the local version.
    
    * gconf/Makefile.am (libgconf_la_SOURCES): move gconf-sources.c to
    the library instead of gconfd (again).
    
    * gconf/gconf-internals.c (gconf_handle_oaf_exception): set the
    GCONF_OAF_ERROR errno
    
    * gconf/gconf-error.c: add strerror stuff for those errors.
    
    * gconf/gconf-error.h: add oaf error and "this is not a gconfd
    engine" error.

 ChangeLog               |  17 +++++
 gconf/Makefile.am       |   4 +-
 gconf/gconf-error.c     |   4 +-
 gconf/gconf-error.h     |   4 +-
 gconf/gconf-internals.c |  11 +--
 gconf/gconf.c           | 174 +++++++++++++++++++++++++++++++++---------------
 6 files changed, 153 insertions(+), 61 deletions(-)

commit 26a900106bc00cc52f0dabb96386fb607588f4db
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Dec 2 00:19:30 1999 +0000

    handle OAF exceptions
    
    1999-12-01  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (try_to_contact_server): handle OAF exceptions
    
    * gconf/gconf-internals.c (gconf_handle_oaf_exception): new
    function to handle OAF CORBA exceptions, now I have to find all
    the places that I need to use this function...

 ChangeLog               |  8 +++++++
 gconf/gconf-internals.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-internals.h |  3 +++
 gconf/gconf.c           | 13 +++++++----
 4 files changed, 81 insertions(+), 5 deletions(-)

commit dc6fbba28bf64a9825a0e38e4e329dd5ea99566f
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Dec 1 23:51:51 1999 +0000

    Add new create_change_set functions for GConfClient and GConfEngine
    
    1999-12-01  Havoc Pennington  <hp@pobox.com>
    
    * doc/gconf/gconf-sections.txt: Add new create_change_set
    functions for GConfClient and GConfEngine
    
    * doc/gconf/Makefile.am (LDFLAGS): Use proper cflags/ldflags
    for gtk and OAF when doing 'make scan'
    
    * wrappers/gtk/testgconfclient.c (entry_attached_to): change for
    new get_string() thing
    
    * gconf/gconf-changeset.h: fix the "" vs. <> issue on an #include
    
    * wrappers/gtk/gconf-client.c (gconf_client_get_bool): remove
    "default" argument
    (gconf_client_get_string): ditto
    (gconf_client_get_int): ditto
    (gconf_client_get_float): ditto
    
    * gconf/gconf.c (gconf_get_bool): Remove "default" argument.
    (gconf_get_string): ditto
    (gconf_get_int): ditto
    (gconf_get_float): ditto

 ChangeLog                           | 24 ++++++++++++++++++++++++
 doc/gconf/Makefile.am               |  4 ++--
 doc/gconf/gconf-sections.txt        |  6 ++++++
 doc/gconf/gconf.sgml                |  6 +++++-
 doc/gconf/tmpl/gconf-changeset.sgml | 34 ++++++++++++++++++++++++++++++++++
 doc/gconf/tmpl/gconf.sgml           | 23 ++++++++---------------
 gconf/gconf-changeset.h             |  2 +-
 gconf/gconf-client.c                | 11 +++++++----
 gconf/gconf-client.h                | 14 ++++----------
 gconf/gconf.c                       | 20 ++++++++++++--------
 gconf/gconf.h                       | 13 ++++---------
 gconf/testgconfclient.c             |  8 ++++----
 tests/testchangeset.c               |  2 +-
 tests/testgconf.c                   | 16 ++++++++--------
 tests/testschemas.c                 |  4 ++--
 wrappers/gtk/gconf-client.c         | 11 +++++++----
 wrappers/gtk/gconf-client.h         | 14 ++++----------
 wrappers/gtk/testgconfclient.c      |  8 ++++----
 18 files changed, 137 insertions(+), 83 deletions(-)

commit 35e5316e517d9cff8ac2f2b705f38a2321715a67
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 30 21:28:19 1999 +0000

    s/dir/root_dir/
    
    1999-11-30  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (resolve_address): s/dir/root_dir/

 ChangeLog              | 4 ++++
 backends/xml-backend.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit fd62387bda921c9d9816c3a5ff90b1594d0fe4f5
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Nov 30 00:35:04 1999 +0000

    Added a schema file for the basic-gconf-app example

 examples/basic-gconf-app.schemas | 70 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

commit 4030832b561a65390136d03a390ec99a4c7345b8
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 30 00:24:41 1999 +0000

    Use new syntax for attaching schema names to key names
    
    1999-11-29  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconftool.c (do_load_schema_file): Use new syntax for
    attaching schema names to key names
    
    * backends/xml-backend.c (resolve_address): Create the XML root
    directory if necessary.

 ChangeLog              |   8 ++++
 backends/xml-backend.c |  11 +++++
 gconf/gconftool.c      | 118 +++++++++++++++++++++++++------------------------
 3 files changed, 79 insertions(+), 58 deletions(-)

commit becb4b10f67b91882cff3cc2383b9c138d1a0447
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 29 23:54:15 1999 +0000

    sheesh, this stupid function didn't work at all. fix it (get): properly
    
    1999-11-29  Havoc Pennington  <hp@pobox.com>
    
    * wrappers/gtk/gconf-client.c (gconf_client_get): sheesh, this
    stupid function didn't work at all. fix it
    (get): properly check whther val is NULL before copying it.
    
    * gconf/gconf-internals.c (gconf_set_daemon_mode): Function to set
    daemon mode, for now changes gconf_log behavior
    (gconf_log): handle daemon vs. non-daemon mode, and with syslog do
    syslog(pri, "%s", msg) instead of syslog(pri, msg) to avoid
    unwanted printf magic.
    (gconf_value_from_corba_value): more robust for list types, add an assertion
    
    * gconf/gconfd.c (gconfd_set): return if the conversion from
    GConfValue doesn't fly
    
    * gconf/gconf-value.c (gconf_value_new): add a check for valid type
    
    * gconf/gconf-value.h (GCONF_VALUE_TYPE_VALID): Add macro to check the
    a value type is valid
    
    * gconf/gconf-changeset.c (change_set): return if the value being
    set is the same as the existing value.
    
    * examples/Makefile.am (EFENCE): add EFENCE var
    
    * wrappers/gtk/gconf-client.c (gconf_client_commit_change_set):
    add checks
    
    * gconf/gconf-changeset.c (gconf_commit_change_set): add checks
    
    * gconf/gconf-listeners.c (gconf_listeners_remove): Robust against
    bad notify_id
    
    * gconf/gconf-changeset.c (gconf_create_change_set_from_current):
    New function to create a change set which will restore the current
    values of a list of keys.
    (gconf_create_change_set_from_currentv): Vector version of the
    same function.
    (gconf_change_set_check_value): new function to check for and get
    the value of a key in a change set.
    
    * wrappers/gtk/gconf-client.h: Add client analogues for the above
    two set-creation functions.
    
    1999-11-28  Havoc Pennington  <hp@pobox.com>
    
    * gconf.m4: add the "" around the $4, seems to work - the problem
    here seems to have something to do with aclocal or autoconf
    doing the wrong thing, rather than a shell issue. I don't
    understand it yet.
    
    1999-11-23  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (query_value): Don't return errors here;
    this is somewhat wrong, we actually need to discriminate between
    errors and report the "abnormal" ones, but for now I think all of
    them are ignorable.
    
    * gconf/gconf-internals.c (gconf_log): If the log string contains
    a % escape it with another percent so we don't get printf()
    effects (was causing a segfault) - however it's still broken if
    unintentional percents exist in the initial format string. Will
    fix later by adding a "printf()-formatting" arg I think
    
    * wrappers/gtk/gconf-client.c (gconf_client_commit_change_set):
    put some casts in to chill warnings
    
    * gconf/gconf-changeset.c (gconf_change_set_size): new function
    
    * wrappers/gtk/gconf-client.c (gconf_client_destroy): Destroy the
    directory list.
    
    * Makefile.am (SUBDIRS): add "examples" directory
    
    * examples/Makefile.am, examples/basic-gconf-app.c: Examples;
    write nice example program.
    
    * gconf/gconfd.c (notify_listeners_cb): error message improvement
    (set_default_context): Set the "context" field of the default
    context, I don't get how that was working before.

 ChangeLog                   |  45 +++++
 examples/Makefile.am        |   4 +-
 examples/basic-gconf-app.c  | 428 ++++++++++++++++++++++++++++++++++++++------
 gconf/gconf-changeset.c     | 124 +++++++++++++
 gconf/gconf-changeset.h     |  20 +++
 gconf/gconf-client.c        | 146 ++++++++++++---
 gconf/gconf-client.h        |   8 +
 gconf/gconf-internals.c     |  97 +++++-----
 gconf/gconf-internals.h     |   1 +
 gconf/gconf-listeners.c     |  10 +-
 gconf/gconf-value.c         |   2 +
 gconf/gconf-value.h         |   4 +
 gconf/gconfd.c              |  10 +-
 wrappers/gtk/gconf-client.c | 146 ++++++++++++---
 wrappers/gtk/gconf-client.h |   8 +
 15 files changed, 907 insertions(+), 146 deletions(-)

commit 8bd7e557267c87a4a68a10b73817f9be3cfee332
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 28 20:35:03 1999 +0000

    add the "" around the $4, seems to work - the problem here seems to have
    
    1999-11-28  Havoc Pennington  <hp@pobox.com>
    
        * gconf.m4: add the "" around the $4, seems to work - the problem
                here seems to have something to do with aclocal or autoconf
                        doing the wrong thing, rather than a shell issue. I don't
                                understand it yet.

 ChangeLog | 7 +++++++
 gconf.m4  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 04e88ea6f9a961079e9abff6e8d9c000817c31dc
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Nov 24 00:30:36 1999 +0000

    Don't return errors here; this is somewhat wrong, we actually need to
    
    1999-11-23  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (query_value): Don't return errors here;
    this is somewhat wrong, we actually need to discriminate between
    errors and report the "abnormal" ones, but for now I think all of
    them are ignorable.
    
    * gconf/gconf-internals.c (gconf_log): If the log string contains
    a % escape it with another percent so we don't get printf()
    effects (was causing a segfault) - however it's still broken if
    unintentional percents exist in the initial format string. Will
    fix later by adding a "printf()-formatting" arg I think
    
    * wrappers/gtk/gconf-client.c (gconf_client_commit_change_set):
    put some casts in to chill warnings
    
    * gconf/gconf-changeset.c (gconf_change_set_size): new function
    
    * wrappers/gtk/gconf-client.c (gconf_client_destroy): Destroy the
    directory list.
    
    * Makefile.am (SUBDIRS): add "examples" directory
    
    * examples/Makefile.am, examples/basic-gconf-app.c: Examples;
    write nice example program.
    
    * gconf/gconfd.c (notify_listeners_cb): error message improvement
    (set_default_context): Set the "context" field of the default
    context, I don't get how that was working before.

 ChangeLog                   |  30 +++++
 Makefile.am                 |   2 +-
 backends/xml-backend.c      |  28 +++-
 configure.in                |   1 +
 examples/Makefile.am        |  15 +++
 examples/basic-gconf-app.c  | 319 ++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-changeset.c     |   8 ++
 gconf/gconf-changeset.h     |   2 +
 gconf/gconf-client.c        |  38 ++++--
 gconf/gconf-internals.c     |  53 +++++++-
 gconf/gconf-internals.h     |   2 +
 gconf/gconf.c               |   3 +-
 gconf/gconfd.c              |  12 +-
 wrappers/gtk/gconf-client.c |  38 ++++--
 14 files changed, 522 insertions(+), 29 deletions(-)

commit f73f0536de64a77b128ac47e2b491b6ce6271c9e
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 23 20:47:42 1999 +0000

    remove GNOME dependency
    
    1999-11-23  Havoc Pennington  <hp@pobox.com>
    
    * wrappers/gtk/testgconfclient.c: remove GNOME dependency
    
    * configure.in: don't build gconf-editor makefile.
    
    * Makefile.am (SUBDIRS): never build gconf-editor, it will have to
    go in a separate module (somewhat inconveniently, since I'll
    probably end up installing gconf-internals.h for its use, blah)
    
    * configure.in (GCONF_AGE): Check for plain GTK not GNOME
    
    * wrappers/Makefile.am (SUBDIRS): change GNOME conditional to GTK

 ChangeLog                      | 14 ++++++++++++++
 Makefile.am                    |  8 +-------
 configure.in                   | 13 ++-----------
 gconf/testgconfclient.c        | 15 +++------------
 wrappers/Makefile.am           |  8 ++++----
 wrappers/gtk/Makefile.am       |  6 +++---
 wrappers/gtk/testgconfclient.c | 15 +++------------
 7 files changed, 30 insertions(+), 49 deletions(-)

commit fcf002a4f14e21fdd672924be93c27546b31e1f7
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 23 04:04:28 1999 +0000

    split off LIBADD
    
    1999-11-23  Havoc Pennington  <hp@pobox.com>
    
        * gconf/Makefile.am (libgconf_la_LDFLAGS): split off LIBADD
    
                * wrappers/gtk/Makefile.am (libgconf_gtk_la_LIBADD): set shared
                        lib version
                                (libgconf_gtk_la_LDFLAGS): split LIBADD and
    LDFLAGS maybe properly.
    
        * configure.in: remove gnorba cflags/libs
    
                * gconf/Makefile.am (install-data-local): Create the
                        $(sysconfdir)/gconf directory.
    
                                * wrappers/Makefile.am: For now, always
    disable Guile wrapper
        build.

 ChangeLog                      | 16 +++++++
 configure.in                   | 16 ++++++-
 doc/gconf/gconf.sgml           | 98 ++++++++++++++++++++++++------------------
 gconf/Makefile.am              |  5 ++-
 gconf/testgconfclient.c        | 14 +++---
 wrappers/Makefile.am           |  4 +-
 wrappers/gtk/Makefile.am       |  5 ++-
 wrappers/gtk/testgconfclient.c | 14 +++---
 8 files changed, 108 insertions(+), 64 deletions(-)

commit f569fe855f4b237b87477b66b3a15ca7b4cee8df
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 23 00:54:14 1999 +0000

    Check whether the XML directory is readable/writeable and report an error
    
    1999-11-22  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (resolve_address): Check whether the XML
    directory is readable/writeable and report an error if neither;
    set readable/writeable flags properly.
    
    * gconf/gconfd.c (gconf_server_load_sources): log decision to use
    default config source

 ChangeLog              |  9 ++++++++
 backends/xml-backend.c | 62 +++++++++++++++++++++++++++++++++++++++++++-------
 gconf/gconfd.c         |  6 +++--
 3 files changed, 67 insertions(+), 10 deletions(-)

commit 819ae8847de70d48bf06630fcf2fd4c54cbd3309
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 22 23:27:15 1999 +0000

    Fall back to xml:~/.gconf if no config file is found
    
    1999-11-22  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (gconf_server_load_sources): Fall back to
    xml:~/.gconf if no config file is found

 ChangeLog      |  5 +++++
 gconf/gconfd.c | 10 ++++++++++
 2 files changed, 15 insertions(+)

commit 17511377090c1a63cfab76f770c93211bb759a82
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 22 23:23:36 1999 +0000

    default configuration file
    
    1999-11-22  Havoc Pennington  <hp@pobox.com>
    
            * gconf/default.path: default configuration file
    
        * gconf/Makefile.am (install-data-local): Install default.path to
        sysconfdir/gconf/path (theoretically)

 ChangeLog          |  7 +++++++
 gconf/Makefile.am  |  8 +++++++-
 gconf/default.path | 24 ++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 1 deletion(-)

commit 1dc8a1a92a40b160808518beac3273f490e51f77
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Mon Nov 22 23:02:15 1999 +0000

    Don't double-release the server objref, make it work with builddir != srcdir

 gconf/gconf.c     | 3 +--
 tests/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

commit ce16e1a725563ef648b6c2a37f186a7ddf911e65
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 22 23:01:01 1999 +0000

    lots of assertions (gconf_server_load_sources): Install the default
    
    1999-11-22  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (gconf_set_exception): lots of assertions
    (gconf_server_load_sources): Install the default context even if
    we don't find any configuration sources in the path
    
    * gconf/gconf.c (gconf_get_config_server): always return an error
    if the server isn't available. This is still not doing the right
    thing; for shutdown and ping we need to be able to get the object
    if and only if it already exists. This feature is also needed for
    something like magicdev-patched gtcd.
    
    * gconf/gconfd.c (gconf_server_load_sources): #ifdef the
    debug-only search for debugging path file.

 ChangeLog         | 16 ++++++++++++-
 gconf/gconf.c     | 19 ++++++++++++++-
 gconf/gconfd.c    | 69 ++++++++++++++++++++++++++++++++-----------------------
 tests/testgconf.c |  2 ++
 4 files changed, 75 insertions(+), 31 deletions(-)

commit ae281c21e7b3051f50f9ecc5ea88551e8911b0b0
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Mon Nov 22 17:35:49 1999 +0000

    Build with srcdir != builddir.
    
    
    
    Build with srcdir != builddir.

 wrappers/gtk/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9f22edaab1d5a1a6b62f010490fadd8e86f7a8f7
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 22 17:00:27 1999 +0000

    Give actual sysconfdir in the error message, not just /etc; include
    
    1999-11-19  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (gconf_server_load_sources): Give actual
    sysconfdir in the error message, not just /etc;
    include liboaf.h
    
    * gconf/gconf.c: include liboaf.h
    (gconf_postinit): fix a bunch of missing semicolons

 ChangeLog      | 19 +++++++++++++++++++
 gconf/gconf.c  | 11 ++++++-----
 gconf/gconfd.c |  3 ++-
 3 files changed, 27 insertions(+), 6 deletions(-)

commit 9b4c46fe873d507307d9a6072a025168e724f1a4
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Nov 20 17:08:53 1999 +0000

    new function (gconf_client_commit_change_set): new function
    
    1999-11-20  Havoc Pennington  <hp@pobox.com>
    
        * wrappers/gtk/gconf-client.c
                (gconf_client_create_reverse_change_set): new function
                        (gconf_client_commit_change_set): new function

 ChangeLog                   |   6 ++
 gconf/gconf-client.c        | 167 ++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-client.h        |  21 ++++++
 wrappers/gtk/gconf-client.c | 167 ++++++++++++++++++++++++++++++++++++++++++++
 wrappers/gtk/gconf-client.h |  21 ++++++
 5 files changed, 382 insertions(+)

commit e8fb3b7c1a473df764c071379d7845abe890e770
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Nov 20 04:59:22 1999 +0000

    New function creates a change set which will revert another change set on
    
    1999-11-20  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-changeset.c (gconf_create_reverse_change_set): New
                function creates a change set which will revert another
    change set
        on commit.

 ChangeLog               |  6 +++++
 gconf/gconf-changeset.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-changeset.h |  6 +++++
 3 files changed, 79 insertions(+)

commit ef9bb878906e3e27b7ac95a8bb7741e4c81d3f3b
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Nov 19 22:43:23 1999 +0000

    don't need to set the server to NIL here, it gets set in
    
    1999-11-19  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_server_broken): don't need to set the
    server to NIL here, it gets set in gconf_detach_config_server()
    
    * doc/gconf/gconf-sections.txt: Add preinit, postinit
    
    * doc/gconf/gconf.sgml: Remove gconf-orbit entity
    
    * doc/gconf/gconf-sections.txt: Remove gconf-orbit stuff
    
            * tests/*.c: Fix to not include gconf-orbit.h, call gconf_init()
        properly
    
        * gconf-editor/gconf-editor.c: don't include gconf-orbit.h
    
        * wrappers/gtk/testgconfclient.c (main): remove "orb" variable
    
        * gconf/gconftool.c: don't include gconf-orbit.h
    
        * gconf/gconfd.c: don't include gconf-orbit.h
    
        * gconf/gconf.c: don't include gconf-orbit.h
    
        * gconf/gconf.h: don't include gconf-orbit.h
    
        * gconf/Makefile.am (gconfinclude_HEADERS): remove gconf-orbit.h
        (libgconf_la_SOURCES): remove gconf-orbit.c
    
        * gconf/gconfd.c (main): fix error message if oaf_init() returns FALSE
    
        * gconf/gconf.c (try_to_contact_server): Use the IID macro
        (gconf_postinit): Change all the error checks to assertions; if
        these errors can really happen they need to be reported as before
        (not sure how to do this with the pre/post init setup), if they
        can't happen then they should be asserted, not error-checked.
    
        * gconf/gconfd.c (fast_cleanup): Unregister with OAF in order to
        clean up.
    
        * gconf/Makefile.am: add -DIID to INCLUDES
    
        * gconf/gconfd.c (main): Use a macro for the IID
    
        * gconf/gconf-internals.c: Remove gconf_read_server_ior(),
        gconf_info_dir(), gconf_info_file(), etc. since we use OAF instead.
    
        * gconf/gconfd.c (main): Remove "nodaemon" flag since we don't run
        as a daemon anymore.
        (main): After oaf_init(), don't try to use "err" since oaf_init()
        won't set it.
    
                * gconf/gconf-orbit.h, gconf/gconf-orbit.c: Delete these, we
                are using OAF now.
    
                * gconf/gconf.c (gconf_get_config_server): Change this to only
                call try_to_contact_server() if start_if_not_found is TRUE,
                since with OAF any attempt to contact the server will
                automatically restart it. Now we keep the server variable
                up-to-date locally (set it to NULL on any system exception).

 ChangeLog                        |  64 +++++++++++++-
 doc/gconf/gconf-sections.txt     |   9 +-
 doc/gconf/gconf.sgml             |   2 -
 doc/gconf/tmpl/gconf-unused.sgml |  74 ++++++++++++++++
 doc/gconf/tmpl/gconf.sgml        |  25 +++++-
 gconf-editor/gconf-editor.c      |   1 -
 gconf/Makefile.am                |   4 +-
 gconf/gconf-internals.c          |  80 ------------------
 gconf/gconf-orbit.c              |  70 ----------------
 gconf/gconf-orbit.h              |  28 -------
 gconf/gconf.c                    |  27 ++----
 gconf/gconf.h                    |   1 -
 gconf/gconfd.c                   | 176 ++++-----------------------------------
 gconf/gconftool.c                |   1 -
 gconf/testgconfclient.c          |   1 -
 tests/testchangeset.c            |  13 +--
 tests/testgconf.c                |  13 +--
 tests/testschemas.c              |  13 +--
 wrappers/gtk/testgconfclient.c   |   1 -
 19 files changed, 192 insertions(+), 411 deletions(-)

commit b6efbaa608c64b7cbdc3e8e301049ea481924457
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Fri Nov 19 19:43:05 1999 +0000

    better handling if server is not found

 gconf/gconf.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 5351638c91d603d44599e842e727fd98465d9006
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Fri Nov 19 17:38:13 1999 +0000

    Make it all use OAF, and redo the initialization routine(s) to fit better
    
    
    
    * Make it all use OAF, and redo the initialization routine(s) to fit better into the
    GnomeModuleInfo system.

 ChangeLog                      |   4 +
 autogen.sh                     |   4 +-
 backends/Makefile.am           |   2 +-
 configure.in                   |   1 +
 gconf-editor/Makefile.am       |   2 +-
 gconf-editor/gconf-editor.c    |   9 +-
 gconf/GConf.idl                |   3 -
 gconf/GConfX.idl               |   3 -
 gconf/Makefile.am              |  18 +--
 gconf/gconf-orbit.c            | 263 +---------------------------------------
 gconf/gconf-orbit.h            |  16 +--
 gconf/gconf.c                  | 267 ++++++++++-------------------------------
 gconf/gconf.h                  |  19 ++-
 gconf/gconfd.c                 |  99 +--------------
 gconf/gconftool.c              |  10 +-
 gconf/testgconfclient.c        |  21 +---
 wrappers/gtk/Makefile.am       |   2 +-
 wrappers/gtk/testgconfclient.c |  21 +---
 wrappers/guile/Makefile.am     |   2 +-
 wrappers/guile/gconf-guile.c   |   9 +-
 20 files changed, 115 insertions(+), 660 deletions(-)

commit 0d3b389ceffcf06976f0a4d36856ebacd5735d02
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Fri Nov 19 17:37:54 1999 +0000

    Shut up CVS and let me tag.
    
    
    
    Shut up CVS and let me tag.

 .cvsignore                | 2 +-
 doc/.cvsignore            | 1 +
 doc/gconf/.cvsignore      | 1 +
 gconf/gconfd.oafinfo      | 5 +++++
 tests/.cvsignore          | 1 +
 wrappers/.cvsignore       | 1 +
 wrappers/gtk/.cvsignore   | 1 +
 wrappers/guile/.cvsignore | 1 +
 8 files changed, 12 insertions(+), 1 deletion(-)

commit 681d221b3e452a156dcbbea349b423e915d2de7b
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Thu Nov 18 22:16:52 1999 +0000

    AM_PATH_GCONF macro. Work with builddir != srcdir Distribute gconf.m4 &
    
    
    
    * gconf.m4: AM_PATH_GCONF macro.
    * wrappers/gtk/Makefile.am, autogen.sh, backends/Makefile.am: Work with builddir != srcdir
    * Makefile.am: Distribute gconf.m4 & gconf-config.in, install gconf.m4

 ChangeLog                |  9 ++++++-
 Makefile.am              |  4 +++
 autogen.sh               |  4 ++-
 backends/Makefile.am     |  2 +-
 doc/gconf/Makefile.am    |  6 ++---
 gconf.m4                 | 68 ++++++++++++++++++++++++++++++++++++++++++++++++
 wrappers/gtk/Makefile.am |  2 +-
 7 files changed, 88 insertions(+), 7 deletions(-)

commit 3d8614f6d61cfa33927df31a7e3c9d759166d370
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 18 22:02:10 1999 +0000

    fix the message about writeable sources
    
    1999-11-18  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (gconf_server_load_sources): fix the message
    about writeable sources

 ChangeLog      | 5 +++++
 gconf/gconfd.c | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 586e1278b7aec6caa973eea61099a3631170f592
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 18 20:23:53 1999 +0000

    Check that locale && this_locale before strcmp()'ing them (entry_unset):
    
    1999-11-18  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (find_schema_subnode_by_locale): Check
    that locale && this_locale before strcmp()'ing them
    (entry_unset): take a NULL locale in unset to mean "unset all locales"
    
    * tests/testschemas.c (check_one_schema): fix the locale-related tests
    
    * gconf/gconf.c (gconf_set_schema): remove debug spew
    
    * gconf/gconf-internals.c (gconf_schema_from_corba_schema): parse
    the encoded default value
    (fill_corba_schema_from_gconf_schema): encode the default value to
    ship to the server.
    
    * gconf/GConf.idl: Add encoded default value string to
    ConfigSchema struct
    
    * gconf/gconf-internals.c (gconf_value_decode): implement
    (gconf_value_encode): implement
    
    * gconf/gconf-value.c (gconf_value_to_string): Use
    g_strdup_printf() to create int/float strings, rather than
    guessing at the needed string size.

 ChangeLog               |  25 +++
 backends/xml-backend.c  |  16 +-
 gconf/GConf.idl         |   2 +
 gconf/GConfX.idl        |   2 +
 gconf/gconf-internals.c | 485 +++++++++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf-value.c     |   6 +-
 gconf/gconf.c           |   2 -
 tests/testschemas.c     |  26 ++-
 8 files changed, 544 insertions(+), 20 deletions(-)

commit 87ba36a1eecf11cb8727f5a8aa8e2a4fa9227636
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 18 00:04:23 1999 +0000

    new test for string quoting
    
    1999-11-17  Havoc Pennington  <hp@pobox.com>
    
    * tests/testencode.c: new test for string quoting
    
    * gconf/gconf-internals.c (gconf_unquote_string_inplace): new
    function unquotes a string
    (gconf_quote_string): quotes a string
    (gconf_unquote_string): unquotes a const string

 ChangeLog               |   9 +++
 gconf/gconf-internals.c | 178 +++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-internals.h |  12 ++++
 tests/Makefile.am       |   6 +-
 tests/testencode.c      | 179 ++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 383 insertions(+), 1 deletion(-)

commit ed1fee4d145944202d88852566c8c28d12c8dce2
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 16 19:39:58 1999 +0000

    Realized I was majorly screwed in GConf.idl. Put this down to think about it
    for a while...
    
    1999-11-16  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-schema.c (gconf_schema_copy): copy locale, and
    handle NULL fields. Sheesh this was broken.
    (gconf_schema_destroy): destroy default value and locale

 ChangeLog            |  6 ++++++
 gconf/gconf-schema.c | 18 +++++++++++++++---
 gconf/gconf.c        |  2 ++
 tests/testschemas.c  |  5 ++++-
 4 files changed, 27 insertions(+), 4 deletions(-)

commit 0820392376275213149b36682667a196a663c75e
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 16 04:33:18 1999 +0000

    print more info about schemas
    
    1999-11-16  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-value.c (gconf_value_to_string): print more info
                about schemas
    
                        * backends/xml-backend.c (xentry_set_schema_value):
    Set the schema
        type on the toplevel node, not the localized node.
                (xentry_set_schema_value): Set the owner on the toplevel node
                        (schema_node_extract_value): Do better at falling
    back to any
        schema if the locale we want isn't found.
                (my_xmlSetProp): Replace xmlSetProp with this, deletes the prop
                        if setting to NULL or ""
                                (my_xmlGetProp): Replace xmlGetProp with
    this, returns NULL if the
        prop has an empty value.
    
                * gconf/gconf-internals.c (gconf_value_type_to_string): Add case
                        for GCONF_VALUE_INVALID
    
                                * backends/xml-backend.c (entry_unset):
    refill cached_value if
        other locale values still exist. Also, mark the Entry dirty.
                (entry_value): add a sync_if_needed here
                        (entry_sync_if_needed): just always sync if it's a
    schema; this
        code is so broken we may as well not try to be clever.

 ChangeLog               |  24 ++++++
 backends/xml-backend.c  | 216 +++++++++++++++++++++++++++++++++---------------
 gconf/gconf-internals.c |   3 +
 gconf/gconf-listeners.c |   3 +-
 gconf/gconf-value.c     |  12 ++-
 5 files changed, 191 insertions(+), 67 deletions(-)

commit 5253eae05ebf80558adfc768cf6b53f8942b0ebc
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Nov 16 00:48:22 1999 +0000

    localized schemas still broken, blah
    
    1999-11-15  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (entry_fill): handle locale by syncing
    cached value if necessary
    
    * wrappers/gtk/gconf-client.c (gconf_client_get_string):
    g_strdup() the retval if necessary
    (gconf_client_get_pair): fix one of the checks
    
    * backends/xml-backend.c (xentry_extract_value): use "C" locale if
    none is given.
    
    * gconf/gconftool.c (do_load_schema_file): check type of nodes
    (process_key_list): check node type
    (process_schema): check node type
    (process_locale_info): check node type
    (extract_global_info): check node type
    
    * backends/xml-backend.c (entry_unset): deal with locales
    (entry_set): deal with locales
    (entry_value): locales
    (schema_node_extract_value): handle locales
    
    * gconf/gconf-internals.c (gconf_log): move the check for debug
    messages to the top of the function, before g_strdup_vprintf(),
    and if GCONF_ENABLE_DEBUG isn't defined return immediately (ignore
    the GCL_DEBUG messages).

 ChangeLog                   |  28 ++++
 backends/xml-backend.c      | 341 +++++++++++++++++++++++++++++++++++---------
 gconf/gconf-client.c        |   4 +-
 gconf/gconf-internals.c     |  15 +-
 gconf/gconf-locale.c        |   2 +
 gconf/gconfd.c              |   3 +-
 gconf/gconftool.c           | 251 +++++++++++++++++---------------
 wrappers/gtk/gconf-client.c |   4 +-
 8 files changed, 452 insertions(+), 196 deletions(-)

commit dbe4b062631b25bac10ba8fa426cda549f12668d
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 15 22:29:51 1999 +0000

    write GConfClient docs.
    
    1999-11-15  Havoc Pennington  <hp@pobox.com>
    
    * doc/gconf/tmpl/gconf-client.sgml: write GConfClient docs.
    
    * wrappers/gtk/gconf-client.c (gconf_client_new_with_engine):
    change this to increment the #GConfEngine reference count.
    
    * doc/gconf/gconf.sgml: Add GConfClient entity
    
    * doc/gconf/gconf-sections.txt: Add GConfClient stuff, add
    set_list and set_pair for GConfChangeSet
    
    * doc/gconf/gconf.types: New file gtk-doc requires
    
    * doc/gconf/Makefile.am (scan): Scan GConfClient as well.
    Uses a bad, probably nonportable hack, but this stuff isn't
    built by default anyway.
    
    * wrappers/Makefile.am: Build GConfClient if we have GNOME

 ChangeLog                           | 20 +++++++++++++++
 doc/gconf/Makefile.am               |  8 +++++-
 doc/gconf/gconf-sections.txt        | 51 +++++++++++++++++++++++++++++++++++++
 doc/gconf/gconf.sgml                |  9 +++++++
 doc/gconf/gconf.types               |  4 +++
 doc/gconf/tmpl/gconf-changeset.sgml | 49 +++++++++++++++++++++++++++--------
 doc/gconf/tmpl/gconf-engine.sgml    |  2 +-
 doc/gconf/tmpl/gconf-error.sgml     |  1 +
 gconf/gconf-client.c                |  3 ++-
 gconf/gconf-client.h                |  3 +--
 wrappers/Makefile.am                |  8 +++++-
 wrappers/gtk/gconf-client.c         |  3 ++-
 wrappers/gtk/gconf-client.h         |  3 +--
 13 files changed, 144 insertions(+), 20 deletions(-)

commit 8fd6d2b1d87cd6c3100a90c6e26dfd5250cea4f6
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 15 17:05:07 1999 +0000

    Fix it to use the current locale as documented.
    
    1999-11-15  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_get): Fix it to use the current
    locale as documented.
    
    * gconf/gconf-internals.c
    (gconf_value_list_to_primitive_list_destructive): new function
    takes most code from gconf_get_list()
    (gconf_value_pair_to_primitive_pair_destructive): new function
    
    * wrappers/gtk/gconf-client.c (get): Return a copy of the cached
    value, should save us some segfaults.
    (gconf_client_get_list): new function
    (gconf_client_get_pair): new function
    (gconf_client_set_list): new function
    (gconf_client_set_pair): new function
    
    * gconf/gconf-internals.c (gconf_value_pair_from_primitive_pair):
    new function removes guts of gconf_set_pair()
    
    * gconf/gconf.c (gconf_set_list): change to use
    gconf_value_list_from_primitive_list()
    
    * gconf/gconf-changeset.c (gconf_change_set_set_list): new
    convenience function
    (gconf_change_set_set_pair): new function
    
    * gconf/gconf-internals.c (gconf_value_list_from_primitive_list):
    new function, takes most of the code from gconf_set_list() to
    share with other list-set wrappers

 ChangeLog                   |  31 ++++
 gconf/gconf-changeset.c     |  46 ++++++
 gconf/gconf-changeset.h     |   9 ++
 gconf/gconf-client.c        | 141 +++++++++++++++++-
 gconf/gconf-client.h        |  20 +++
 gconf/gconf-internals.c     | 354 ++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-internals.h     |  23 +++
 gconf/gconf.c               | 309 +++-----------------------------------
 gconf/gconf.h               |   1 +
 wrappers/gtk/gconf-client.c | 141 +++++++++++++++++-
 wrappers/gtk/gconf-client.h |  20 +++
 11 files changed, 806 insertions(+), 289 deletions(-)

commit a03dd095d09b47dfac56311564c1a6a19848d471
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 14 05:43:12 1999 +0000

    s/gconf_entry_new/gconf_entry_new_nocopy/
    
    1999-11-14  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-backend.c (listify_foreach):
    s/gconf_entry_new/gconf_entry_new_nocopy/
    
        * gconf/gconf.c (gconf_all_entries):
    s/gconf_entry_new/gconf_entry_new_nocopy/
    
            * gconf/doc/*: tons of documentation updates.
    
                        * gconf/gconf-changeset.c: Add an "in_foreach" flag
    and warn if
        you do bad things during a foreach operation.
                (gconf_change_set_remove): check that we aren't in a foreach
                        (gconf_change_set_unref): if refcount == 0 check
    that we aren't in
        a foreach
    
                * gconf/gconf-changeset.h: try to spell "committed" right.
    
                        * gconf/gconf-value.h (gconf_entry_value): add
    accessor macros
        to GConfEntry.
    
                * gconf/gconf-value.c (gconf_entry_new_nocopy): Rename
                        gconf_entry_new() to gconf_entry_new_nocopy() to
    reflect its
        actual behavior.

 ChangeLog                           |  30 ++++
 backends/xml-backend.c              |   4 +-
 doc/gconf/gconf-sections.txt        |  20 +--
 doc/gconf/gconf.sgml                |  75 ++++++++-
 doc/gconf/tmpl/gconf-changeset.sgml | 175 +++++++++++++--------
 doc/gconf/tmpl/gconf-engine.sgml    |  45 ++++--
 doc/gconf/tmpl/gconf-error.sgml     | 135 ++++++++++++----
 doc/gconf/tmpl/gconf-internals.sgml |  33 ++++
 doc/gconf/tmpl/gconf-orbit.sgml     |  48 ++++--
 doc/gconf/tmpl/gconf-value.sgml     | 296 ++++++++++++++++++++----------------
 doc/gconf/tmpl/gconf.sgml           |  42 ++---
 gconf/gconf-changeset.c             |  18 ++-
 gconf/gconf-changeset.h             |   2 +-
 gconf/gconf-internals.h             |  14 ++
 gconf/gconf-value.c                 |   2 +-
 gconf/gconf-value.h                 |  17 +--
 gconf/gconf.c                       |   4 +-
 17 files changed, 658 insertions(+), 302 deletions(-)

commit 8b455dc5facaff34ddfb4ce5903b77b818caf997
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Nov 13 21:59:19 1999 +0000

    Add const cast to this macro.
    
    1999-11-13  Havoc Pennington  <hp@pobox.com>
    
            * gconf/gconf-value.h (gconf_meta_info_schema): Add const cast to
                this macro.
    
                        * gconf/gconf.c (gconf_set_list): allow list of schemas
                                (from_primitive): handle schemas
                                        (primitive_value): handle schemas
                                                (gconf_get_list): handle schemas
    
                                                        *
    doc/gconf/tmpl/gconf-value.sgml: docs!
    
            * doc/gconf/tmpl/gconf.sgml: docs!
    
                * doc/gconf/gconf-sections.txt: add set/get list/pair
    
                        * gconf/gconf.c (gconf_set_list): Fix dumb bug
    (assign back to the
            original list!)

 ChangeLog                        |  14 ++
 doc/gconf/gconf-sections.txt     |   4 +
 doc/gconf/tmpl/gconf-unused.sgml |   6 +
 doc/gconf/tmpl/gconf-value.sgml  | 156 ++++++++++----
 doc/gconf/tmpl/gconf.sgml        | 456 +++++++++++++++++++++++++++++++--------
 gconf/gconf-value.h              |   3 +-
 gconf/gconf.c                    |  20 ++
 7 files changed, 522 insertions(+), 137 deletions(-)

commit dc53513e6fc3958207aa98654ec6f944f510e6c5
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Nov 13 18:18:04 1999 +0000

    Fix dumb bug (assign back to the original list!)
    
    1999-11-13  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (gconf_set_list): Fix dumb bug (assign back to the
                original list!)

 ChangeLog     | 5 +++++
 gconf/gconf.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 39e57205fd7ddb80f67daca0159d9d021d2603f6
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Nov 13 07:24:44 1999 +0000

    Use the new list convenience wrappers, to be sure they are tested. (the
    
    1999-11-13  Havoc Pennington  <hp@pobox.com>
    
        * tests/testgconf.c (check_list_storage): Use the new list
                convenience wrappers, to be sure they are tested. (the test
                        reveals that right now they don't work ;-)
    
                                * gconf/gconf.c (error_checked_set): destroy
    the error if it isn't
        passed out to the user, to avoid a mem leak
                (gconf_set_float): checks
                        (gconf_set_int): checks
                                (gconf_set_string): checks
                                        (gconf_set_bool): checks
                                                (gconf_set_bool):
    canonicalize the boolean value with !!
        (gconf_set_schema): checks
    
                * gconf/gconf-value.h (gconf_value_string): add const cast
    to this
        macro
    
                * gconf/gconf.c (gconf_get_schema): add checks
                        (gconf_get_bool): checks
                                (gconf_get_string): checks
                                        (gconf_get_int): checks
                                                (gconf_get_float): checks
    
    (gconf_get_with_locale): checks
        (gconf_set): more checks
                (gconf_unset): checks
                        (gconf_associate_schema): checks
                                (gconf_all_dirs): checks
                                        (gconf_dir_exists): checks
                                                (gconf_get_list): New
    function, gets a list of native types
        and avoids GConfValue.
                (gconf_get_pair): New function, gets a pair of native types
                        (gconf_set_list): New function, sets a list of native types
                                (gconf_set_pair): New function, sets a pair
    of native types

 ChangeLog                 |  35 ++++
 doc/gconf/tmpl/gconf.sgml |   6 +-
 gconf/gconf-value.h       |   2 +-
 gconf/gconf.c             | 449 +++++++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf.h             |  35 +++-
 tests/testgconf.c         | 164 ++++++++---------
 6 files changed, 584 insertions(+), 107 deletions(-)

commit 479815147fc65e0593cfb6a10976cff870e39eeb
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Nov 13 00:02:25 1999 +0000

    work on docs a little

 doc/gconf/tmpl/gconf.sgml | 108 ++++++++++++++++++++++++++++------------------
 1 file changed, 67 insertions(+), 41 deletions(-)

commit 07c4ed930af88994b9d96bacce871f28b5e55edc
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Nov 12 23:14:44 1999 +0000

    Set up the gtk-doc system. Added all the files for that.
    
    1999-11-12  Havoc Pennington  <hp@pobox.com>
    
    * doc/gconf/gconf.sgml: Set up the gtk-doc system. Added all the
    files for that.

 ChangeLog                           |   5 +
 configure.in                        |   1 +
 doc/gconf/gconf-sections.txt        | 236 +++++++++++++++++++++
 doc/gconf/gconf.sgml                | 234 +++++++++++++--------
 doc/gconf/tmpl/gconf-backend.sgml   | 113 ++++++++++
 doc/gconf/tmpl/gconf-changeset.sgml | 175 ++++++++++++++++
 doc/gconf/tmpl/gconf-engine.sgml    |  57 +++++
 doc/gconf/tmpl/gconf-error.sgml     | 108 ++++++++++
 doc/gconf/tmpl/gconf-internals.sgml | 254 ++++++++++++++++++++++
 doc/gconf/tmpl/gconf-listeners.sgml |  92 ++++++++
 doc/gconf/tmpl/gconf-locale.sgml    |  80 +++++++
 doc/gconf/tmpl/gconf-orbit.sgml     |  43 ++++
 doc/gconf/tmpl/gconf-schema.sgml    | 164 +++++++++++++++
 doc/gconf/tmpl/gconf-sources.sgml   | 176 ++++++++++++++++
 doc/gconf/tmpl/gconf-unused.sgml    |   0
 doc/gconf/tmpl/gconf-value.sgml     | 405 ++++++++++++++++++++++++++++++++++++
 doc/gconf/tmpl/gconf.sgml           | 306 +++++++++++++++++++++++++++
 17 files changed, 2364 insertions(+), 85 deletions(-)

commit a9e2f7c2b450e145f2c7e90c0a24f83f0fe76602
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Nov 12 21:22:51 1999 +0000

    Add gconf subdir to docs, will now move gconf.sgml on the server

 doc/Makefile.am       | 16 +---------------
 doc/gconf/Makefile.am | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 15 deletions(-)

commit dda0293f057a8b946809307b9d0cb7a68daf8de2
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Nov 12 20:44:27 1999 +0000

    Change all comments starting with /** to not start with that (for gtkdoc)
    
    1999-11-12  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c: Change all comments starting with /** to
    not start with that (for gtkdoc)

 ChangeLog              |  5 +++++
 backends/xml-backend.c | 10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 7c068324f6a9a97af17db5e15147f86846135138
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Nov 12 20:21:25 1999 +0000

    Add the ability to specify a configuration source other than the default
    
    1999-11-12  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconftool.c (main): Add the ability to specify a
    configuration source other than the default configuration source
    stack.
    Add the ability to install a schema file.
    
    * gconf/Makefile.am (INCLUDES): add XML_CFLAGS
    (gconftool_LDADD): add XML_LIBS
    
    * backends/Makefile.am (INCLUDES): add XML_CFLAGS

 ChangeLog            |  12 ++
 backends/Makefile.am |   2 +-
 gconf/Makefile.am    |   6 +-
 gconf/gconftool.c    | 520 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 533 insertions(+), 7 deletions(-)

commit 2d0c05dcee0737dee81241a6c673f692e1277369
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Nov 12 00:26:09 1999 +0000

    test for the changeset stuff
    
    1999-11-11  Havoc Pennington  <hp@pobox.com>
    
    * tests/testchangeset.c: test for the changeset stuff
    
    * gconf/gconf.c (gconf_set): add check that string values don't
    contain a NULL string
    
    * gconf/gconf-changeset.c (gconf_change_set_unset): fix typo
    
            * doc/gconf.sgml: tweaks
    
        * gconf/gconf-changeset.c, gconf/gconf-changeset.h: ChangeSet data
        structure stores a bunch of changes to be committed in a block.
        For now the gconf_commit_change_set() function is really naive
        (iterates over the change set and sets each value)
    
        * backends/xml-backend.c: Throughout, use accessor functions to
        access the "value" field in the cache entries; we're going to
        have to update the value field to match the proper locale
        before supplying it via the entry_value() accessor.

 ChangeLog               |   7 ++
 gconf/gconf-changeset.c |   6 +-
 gconf/gconf-changeset.h |   2 +-
 gconf/gconf.c           |   6 +-
 tests/Makefile.am       |   5 +-
 tests/testchangeset.c   | 296 ++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 317 insertions(+), 5 deletions(-)

commit 71cf8be49c792227fc4141b2acb92c057410cf9f
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 11 23:07:09 1999 +0000

    tweaks
    
    1999-11-11  Havoc Pennington  <hp@pobox.com>
    
            * doc/gconf.sgml: tweaks
    
        * gconf/gconf-changeset.c, gconf/gconf-changeset.h: ChangeSet data
        structure stores a bunch of changes to be committed in a block.
        For now the gconf_commit_change_set() function is really naive
        (iterates over the change set and sets each value)

 ChangeLog               |   7 +
 doc/gconf/gconf.sgml    |  77 ++++++---
 gconf/Makefile.am       |   2 +
 gconf/gconf-changeset.c | 426 ++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-changeset.h |  95 +++++++++++
 gconf/gconf.h           |   6 +-
 6 files changed, 584 insertions(+), 29 deletions(-)

commit 474f0a8344b4b4a7ac02cabbf42d18486a89275a
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 11 20:43:15 1999 +0000

    Throughout, use accessor functions to access the "value" field in the
    
    1999-11-11  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c: Throughout, use accessor functions to
    access the "value" field in the cache entries; we're going to
    have to update the value field to match the proper locale
    before supplying it via the entry_value() accessor.

 ChangeLog              |   7 +++
 backends/xml-backend.c | 152 ++++++++++++++++++++++++++++++++-----------------
 2 files changed, 106 insertions(+), 53 deletions(-)

commit 3bb9cf602c5f94592f979288a177879999c937d0
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Nov 11 19:55:38 1999 +0000

    Enhance to detect missing tests.
    
    1999-11-11  Havoc Pennington  <hp@pobox.com>
    
    * tests/runtests.sh: Enhance to detect missing tests.
    
    * gconf/gconf-internals.c (gconf_log): don't log DEBUG level stuff
    if built without GCONF_ENABLE_DEBUG
    
    * backends/xml-backend.c (safe_g_hash_table_insert): Same, use
    GCONF_ENABLE_DEBUG
    Add locales stuff throughout this file, but do nothing with it for
    now.
    
    * gconf/gconfd.c (safe_g_hash_table_insert): Make this dependent
    on GCONF_ENABLE_DEBUG setting.
    
    * gconf/gconf-sources.c (gconf_sources_query_value): fix locale
    (gconf_sources_unset_value): locale
    (gconf_sources_all_entries): locales
    
    * gconf/gconfd.c (context_query_value): Use locale list
    (context_unset): locale argument
    (context_all_entries): locale argument
    (gconfd_unset_with_locale): locale
    
    * gconf/gconf-sources.c (gconf_source_query_value): Pass an array
    of locales to look for
    (gconf_source_all_entries): ditto
    (gconf_source_unset_value): pass locale to unset
    
    * gconf/gconf-backend.h: Add locale args to the backend functions
    that need it
    
    * gconf/gconf-internals.c (gconf_current_locale): Use setlocale()
    again, not guess_category_value from gnome-i18n

 ChangeLog               |  46 +++++++++++++++++
 backends/xml-backend.c  |  37 ++++++++------
 gconf/GConf.idl         |   8 ++-
 gconf/GConfX.idl        |   8 ++-
 gconf/Makefile.am       |   4 +-
 gconf/gconf-backend.h   |   4 +-
 gconf/gconf-internals.c |  51 ++++---------------
 gconf/gconf-sources.c   |  24 +++++----
 gconf/gconf-sources.h   |   4 +-
 gconf/gconf.c           |   3 +-
 gconf/gconfd.c          | 129 +++++++++++++++++++++++++++++++++++++++---------
 tests/runtests.sh       |  24 ++++++++-
 12 files changed, 244 insertions(+), 98 deletions(-)

commit 04dbbc953aa469e882b6f31fb460e49233c45964
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Nov 10 22:35:25 1999 +0000

    Sync before the onset of Major Breakage
    
    1999-11-10  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (free_childs): function to free children
    of a node.
    (xentry_set_value): free_childs() in a couple places we weren't
    
    * tests/testschemas.c: Add new schema test to check for storing a
    blank schema
    
    * gconf/gconf-locale.c, gconf/gconf-locale.h: New module, creates
    and caches the list of locales to search for given an environment
    variable value
    
    * gconf/gconf-internals.c (gconf_current_locale): We want
    LC_MESSAGES not LC_ALL

 ChangeLog               |  16 ++
 backends/xml-backend.c  |  36 +++--
 gconf/Makefile.am       |   2 +
 gconf/gconf-internals.c |  40 ++++-
 gconf/gconf-locale.c    | 390 ++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-locale.h    |  71 +++++++++
 tests/testschemas.c     | 210 +++++++++++++++-----------
 7 files changed, 664 insertions(+), 101 deletions(-)

commit fa8d6c7e613bd771c9b8ba6784ae663f9e191ba2
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Nov 8 03:13:01 1999 +0000

    Function to iterate over all engines and do the context reinstallation.
    
    1999-11-07  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.c (reinstall_listeners_for_all_engines): Function to
                iterate over all engines and do the context
                        reinstallation. However, it's not used yet because
    we also need
        to regenerate the context IDs.
    
                * gconf/gconfd.c: Add a ConfigServer_Context field to GConfContext
                        (register_context): fill in the ConfigServer_Context field
                                (context_new): init context field to invalid context
    
                                        * gconf/gconf.c (register_engine):
    Keep a hash from context ID's
        to GConfEngine, because we no longer have the global connection
                table (that table was broken anyway).
                        (gconf_engine_blank): new function shared by the GConfEngine
                                constructors (contains previous contents of
    gconf_engine_new,
        separate function required by registration stuff)
                (gconf_engine_new): Create blank engine, then register it
                        (gconf_engine_new_from_address): register the engine
                                (gconf_engine_unref): unregister the engine
    
                                        * gconf/GConf.idl: Add a context ID
    to the argument
        list of the notification.
    
                * gconf/gconf.c (gconf_server_broken): New predicate, asks if an
                        exception is set indicating that our server is hosed.
                                (gconf_detach_config_server): Function to
    release the server
        object reference and set it to nil
                (gconf_engine_new_from_address): Detach server and retry if
                        appropriate.
                                (gconf_notify_add): Detach and respawn if needed
                                        (gconf_notify_remove): ditto
                                                (gconf_set): ditto
    
    (gconf_associate_schema): ditto
        (gconf_unset): ditto
                (gconf_all_entries): ditto
                        (gconf_all_dirs): ditto
                                (gconf_suggest_sync): ditto
                                        (gconf_notify_add): remove debugging spew
                                                (gconf_cnxn_new): Add
    namespace_section to GConfCnxn struct
        (gconf_cnxn_destroy): free namespace_section
                (GConfEnginePrivate): Put the connection table in here, it is
                        per-context (and thus per-GConfEngine), should not be global.
                                (gconf_init): don't create CnxnTable here,
    create it for each engine.
        (gconf_engine_new_from_address): remove redundant refcount
                initialization
                        (gconf_engine_unref): Destroy CnxnTable, and free the engine
                                struct itself.
                                        (notify): remove debug spew, reflect
    new signature of notify function
    
    1999-11-07  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c: #include <locale.h>, oops
    
        1999-11-07  Havoc Pennington  <hp@pobox.com>
    
                * tests/testschemas.c (check_schema_storage): Properly consider
                        that schema fields can be NULL
    
                                * backends/xml-backend.c (entry_value):
    Properly consider that
        a schema can have a NULL locale
    
                * gconf/gconf.c (gconf_get_with_locale): New function
                        (gconf_get): just calls get_with_locale() with a NULL locale
                                (gconf_get_schema): Use get_with_locale()
    
                                        * gconf/gconf-internals.c
    (gconf_current_locale): So I don't have
        to think about setlocale()
    
                * tests/testschemas.c: New test program for schema stuff
    
                        1999-11-06  Havoc Pennington  <hp@pobox.com>
    
                                * gconf/gconf.c (gconf_associate_schema):
    Add function to associate
        a schema name with a key.

 ChangeLog         |  50 +++++
 gconf/GConf.idl   |   4 +-
 gconf/GConfX.idl  |   4 +-
 gconf/gconf.c     | 632 +++++++++++++++++++++++++++++++++++++++++++++---------
 gconf/gconfd.c    |  14 +-
 tests/runtests.sh |   7 +-
 6 files changed, 603 insertions(+), 108 deletions(-)

commit e9057f97fcf93a8f1fd5c367339e9958d3865da9
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 7 06:40:04 1999 +0000

    #include <locale.h>, oops
    
    1999-11-07  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.c: #include <locale.h>, oops

 ChangeLog               | 4 ++++
 gconf/gconf-internals.c | 1 +
 2 files changed, 5 insertions(+)

commit 2040d7f6c93950355dc06f6e006236ddec08cc4b
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Nov 7 06:37:58 1999 +0000

    Properly consider that schema fields can be NULL
    
    1999-11-07  Havoc Pennington  <hp@pobox.com>
    
        * tests/testschemas.c (check_schema_storage): Properly consider
                that schema fields can be NULL
    
                        * backends/xml-backend.c (entry_value): Properly
    consider that
        a schema can have a NULL locale
    
                * gconf/gconf.c (gconf_get_with_locale): New function
                        (gconf_get): just calls get_with_locale() with a NULL locale
                                (gconf_get_schema): Use get_with_locale()
    
                                        * gconf/gconf-internals.c
    (gconf_current_locale): So I don't have
        to think about setlocale()
    
                * tests/testschemas.c: New test program for schema stuff
    
                        1999-11-06  Havoc Pennington  <hp@pobox.com>
    
                                * gconf/gconf.c (gconf_associate_schema):
    Add function to associate
        a schema name with a key.

 ChangeLog               |  22 +++
 backends/xml-backend.c  |  19 ++-
 gconf/gconf-internals.c |   6 +
 gconf/gconf-internals.h |   2 +
 gconf/gconf.c           |  58 ++++++-
 gconf/gconf.h           |  15 +-
 gconf/gconftool.c       |   2 +-
 tests/Makefile.am       |   6 +-
 tests/runtests.sh       |   5 +-
 tests/testschemas.c     | 402 ++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 524 insertions(+), 13 deletions(-)

commit 3044e3eea85c9e716ea4e2d23605498388fe1eec
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Oct 28 22:05:49 1999 +0000

    Add locale (dir_get_value): add locale (entry_value): new function gets
    
    1999-10-28  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (query_value): Add locale
    (dir_get_value): add locale
    (entry_value): new function gets the value from an entry,
    looking up a new value by locale if necessary.
    
    (xentry_extract_value): locale argument added, but needs to
    be implemented.
    
    * gconf/gconf-backend.h: Add locale to query_value in vtable
    
    * gconf/gconf-sources.c (gconf_source_query_value): Add locale
    (gconf_sources_query_value): Add locale
    
    * gconf/gconfd.c (gconfd_lookup_with_locale): Implement new
    IDL method
    (context_query_value): Add locale
    
    * gconf/GConf.idl: Add lookup_with_locale() method
    
    * gconf/gconf-internals.c (fill_corba_schema_from_gconf_schema):
    Handle case where some schema fields are NULL, handle locale field.
    (gconf_schema_from_corba_schema): Handle locale field.
    
    * gconf/gconf-schema.c (gconf_schema_set_locale): New function
    
    * gconf/gconftool.c: Clean up so it is easier to deal with

 ChangeLog               |  29 ++
 backends/xml-backend.c  |  82 ++++-
 gconf/GConf.idl         |   4 +
 gconf/GConfX.idl        |   4 +
 gconf/gconf-backend.h   |   1 +
 gconf/gconf-internals.c |  10 +-
 gconf/gconf-schema.c    |  12 +
 gconf/gconf-schema.h    |   5 +-
 gconf/gconf-sources.c   |  10 +-
 gconf/gconf-sources.h   |   1 +
 gconf/gconfd.c          |  26 +-
 gconf/gconftool.c       | 789 +++++++++++++++++++++++++++---------------------
 12 files changed, 598 insertions(+), 375 deletions(-)

commit f2cf9c9ef09fa34def61fc81ec0291b3aad6524a
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Oct 28 18:42:37 1999 +0000

    Rework the sync code; now, any change queues a sync in 1 minute. If a
    
    1999-10-28  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c: Rework the sync code; now, any change queues a
    sync in 1 minute. If a client calls suggest_sync(), we sync in an
    idle (as soon as the event loop quiets down). Also, we now sync
    on shutdown.
    
    * tests/testgconf.c: Fix to compile
    
    * tests/Makefile.am (testgconf_LDADD): Fix Makefile.am to use new
    library name

 ChangeLog         |  12 +++++
 gconf/gconfd.c    | 136 ++++++++++++++++++++++++++++++++++++++++++++++--------
 tests/Makefile.am |   4 +-
 tests/testgconf.c |   8 ++--
 4 files changed, 134 insertions(+), 26 deletions(-)

commit 7e848ecd5628967eac135414e4879986ac017abe
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Oct 27 22:42:17 1999 +0000

    Add --enable-debug option to G_DISABLE_CHECKS as needed
    
    1999-10-27  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: Add --enable-debug option to G_DISABLE_CHECKS as needed
    
            * gconf/wrappers/gtk/testgconfclient.c: Test program for the GTK+
        client wrapper.
    
        * gconf/gconf-sources.c (gconf_sources_query_value):
        Wasn't handling errors; now we report errors. The bad thing is,
        it might be better to go ahead and do our best despite the error.
    
        * gconf/gconf.c (gconf_init): Actually set the have_initted variable.
    
        * wrappers/gtk/Makefile.am (libgconf_gtk_la_LIBADD): Don't try to
        link with libgconf;
        Add testgconfclient target.
    
        * wrappers/gtk/gconf-client.h, wrappers/gtk/gconf-client.c: Make
        it compile
    
        * configure.in: Generate Makefile for GtkObject wrapper

 ChangeLog                      |  22 ++++
 configure.in                   |  13 +++
 gconf/gconf-client.c           |  87 +++++++++++----
 gconf/gconf-client.h           |  23 ++--
 gconf/gconf-sources.c          |  15 +++
 gconf/gconf.c                  |   4 +-
 gconf/testgconfclient.c        | 235 +++++++++++++++++++++++++++++++++++++++++
 wrappers/gtk/Makefile.am       |  11 +-
 wrappers/gtk/gconf-client.c    |  87 +++++++++++----
 wrappers/gtk/gconf-client.h    |  23 ++--
 wrappers/gtk/testgconfclient.c | 235 +++++++++++++++++++++++++++++++++++++++++
 11 files changed, 689 insertions(+), 66 deletions(-)

commit 381fded359c877a8be3b6dbd80c0f3130d5f99b9
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Oct 27 20:54:47 1999 +0000

    link to libgconf.la
    
    1999-10-27  Havoc Pennington  <hp@pobox.com>
    
    * gconf-editor/Makefile.am (gconf_editor_LDADD):
    link to libgconf.la
    
    * gconf/Makefile.am: Renamed the shared lib to libgconf instead of
    libgconf-client.
    
    * wrappers/gtk/Makefile.am: Renamed gconf-gtk.[hc] to
    gconf-client.[hc] via CVS surgery, then updated Makefile.

 ChangeLog                  |  11 +++++++++++
 doc/gconf.dia              | Bin 0 -> 2427 bytes
 gconf-editor/Makefile.am   |   2 +-
 gconf/Makefile.am          |  18 ++++++------------
 wrappers/guile/Makefile.am |   2 +-
 5 files changed, 19 insertions(+), 14 deletions(-)

commit c5f25cf3acc5dcbc21c8f66e4de637962a190952
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Oct 27 20:44:15 1999 +0000

    Renamed gconf-gtk.[hc] to gconf-client.[hc] via CVS surgery, then updated
    
    1999-10-27  Havoc Pennington  <hp@pobox.com>
    
    * wrappers/gtk/Makefile.am: Renamed gconf-gtk.[hc] to
    gconf-client.[hc] via CVS surgery, then updated Makefile.

 wrappers/gtk/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit e4540115bd054c1374015766da18ea668db9d1e0
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Oct 27 03:46:27 1999 +0000

    Finish the GTK wrapper object (except for preload optimization and
    attempting to compile it). API should be final and working though.
    Fixed indentation/comments in a couple other files.

 gconf/gconf-client.c        | 799 +++++++++++++++++++++++++++++++++++++-------
 gconf/gconf-client.h        |  23 +-
 gconf/gconf-sources.c       |   3 +-
 gconf/gconf-value.h         |  62 ++--
 wrappers/gtk/gconf-client.c | 799 +++++++++++++++++++++++++++++++++++++-------
 wrappers/gtk/gconf-client.h |  23 +-
 6 files changed, 1444 insertions(+), 265 deletions(-)

commit d811d96b925bca2bfaf7cafd642da59d7c02c409
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Oct 26 01:38:38 1999 +0000

    indentation fixes

 gconf/gconf-value.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 794448f970afa5566a03c74bdbc066b2cea7f54f
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Oct 21 22:46:34 1999 +0000

    Work on GtkObject wrapper, and:
    
    1999-10-21  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.c (gconf_key_is_below): New function, tells you if a
    key is below another key in the directory hierarchy.

 ChangeLog                   |   5 +
 doc/gconf/gconf.sgml        |   9 +
 gconf/gconf-client.c        | 590 ++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-client.h        |  79 ++++--
 gconf/gconf-value.c         |  11 +-
 gconf/gconf-value.h         |   6 +-
 gconf/gconf.c               |   6 +
 gconf/gconf.h               |   4 +-
 wrappers/gtk/gconf-client.c | 590 ++++++++++++++++++++++++++++++++++++++++++++
 wrappers/gtk/gconf-client.h |  79 ++++--
 10 files changed, 1339 insertions(+), 40 deletions(-)

commit 92f5e9bbe58ab5e8c608f9f229b827928f699d75
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Oct 20 22:37:35 1999 +0000

    indentation in gconf.h, more fleshing out of the gconf-gtk.h interface

 gconf/gconf-client.h        | 154 ++++++++++++++++++++++++++++++++++++++++----
 gconf/gconf.h               |  42 ++++++------
 wrappers/gtk/gconf-client.h | 154 ++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 307 insertions(+), 43 deletions(-)

commit 47532e59cd2ab67c31b69af42102f2556054f149
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Oct 20 04:27:37 1999 +0000

    Finish stuff from the 17th (use GConfError throughout, etc.)
    
    1999-10-20  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c, gconf/gconf-sources.c: Finish stuff from the
                17th (use GConfError throughout, etc.)
    
                        * gconf/gconfd-error.h, gconf/gconfd-error.c: Remove
    the broken
        old error stuff, even gconfd no longer uses it.
    
                1999-10-17  Havoc Pennington  <hp@pobox.com>
    
                        * gconf/gconf-sources.c: Use GConfError**
    throughout, make the
        _source_ functions static
                (gconf_sources_query_value): Use the new flags and readable
                        function
                                (gconf_sources_set_value): use the new flags
    and writeable
        function
    
                * gconf/gconf-error.c (gconf_error_copy): new function
                        (gconf_compose_errors): new function
    
                                * backends/xml-backend.c: Throughout, use a
    GConfError** argument
        instead of the global errno thing
    
                        * gconf/gconf-error.c (gconf_set_error): New function properly
                                handles a GConfError** by setting error or
    ignoring if NULL,
        also warns if you "stack" two errors on top of each other.
                (gconf_clear_error): New function clears a GConfError**
    
                        * gconf/gconfd.c: don't include gconfd-error.h
    
                                * backends/xml-backend.c: Remove inclusion of gconfd-error.h
    
                                        * gconf/gconf-backend.h: Add
    lock/unlock and readable/writeable
        functions to the backend vtable, and add error arguments to
                all functions in the vtable.
    
                        * gconf/gconfd.c (safe_g_hash_table_insert): priority GCL_WARNING
    
                                * backends/xml-backend.c
    (safe_g_hash_table_insert): make
        it priority GCL_WARNING.
    
                * gconf/gconf-sources.h: GCONF_SOURCE_ALL_WRITEABLE,
                        GCONF_SOURCE_ALL_READABLE flags to short-circuit
    calls to the new
        writeable/readable vtable functions.

 ChangeLog              |  45 ++++
 backends/xml-backend.c | 608 ++++++++++++++++++++++++++++++++++--------------
 gconf/Makefile.am      |   2 -
 gconf/gconf-backend.c  |  28 ++-
 gconf/gconf-backend.h  |  90 ++++++--
 gconf/gconf-error.c    |  99 +++++++-
 gconf/gconf-error.h    |  10 +
 gconf/gconf-sources.c  | 614 +++++++++++++++++++++++++++++++++----------------
 gconf/gconf-sources.h  |  99 ++++----
 gconf/gconfd-error.c   |  95 --------
 gconf/gconfd-error.h   |  44 ----
 gconf/gconfd.c         | 364 ++++++++++++++++++-----------
 12 files changed, 1366 insertions(+), 732 deletions(-)

commit e0043750546ae7179a0718af1665660f5b269e4a
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Oct 18 03:40:40 1999 +0000

    Include orb/orbit.h instead of GConf.h
    
    1999-10-17  Havoc Pennington  <hp@pobox.com>
    
            * gconf/gconf-orbit.h: Include orb/orbit.h instead of GConf.h

 ChangeLog           | 4 ++++
 gconf/gconf-orbit.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit bfccbfa97dff7c2c620fdc0624dd4a81ed184f9b
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Oct 17 16:16:02 1999 +0000

    Use %gconf.xml instead of .gconf.xml for the magic files.
    
    1999-10-17  Havoc Pennington  <hp@pobox.com>
    
        * backends/xml-backend.c: Use %gconf.xml instead of .gconf.xml
                for the magic files.

 ChangeLog              |  5 +++++
 backends/xml-backend.c | 28 ++++++++++++++--------------
 2 files changed, 19 insertions(+), 14 deletions(-)

commit cbba01db7d716beecc97fafecbbd4c2c0db1b16c
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Oct 17 04:23:00 1999 +0000

    Make this script work
    
    1999-10-17  Havoc Pennington  <hp@pobox.com>
    
        * tests/runtests.sh: Make this script work
    
                * gconf/gconftool.c: Don't use -s for --spawn, since it's
    used for
        --set.
    
                * gconf/gconf.c (gconf_get_config_server): Clear the error
                        from the initial ping if we're asked to start the server.
                                (gconf_engine_unref): No error spew if
    server is down when
        the engine is destroyed.
    
                Throughout: Make sure error is set but don't require a
                        specific error type
    
                                * gconf/gconf-internals.c
    (gconf_read_server_ior): Set error
        if the server info file doesn't exist
    
                * gconf/gconf.c (try_to_contact_server): Add a check for
    setting
        the error properly
    
                * gconf/gconftool.c (main): Switch to gconf_suggest_sync()
                        instead of gconf_sync()
    
                                * gconf/gconfd.c: Add a
    GConfContext::sync_idle field, to
        store the source ID of an idle function that performs a sync.
                (context_destroy): Remove the sync idle
                        (context_hibernate): Check that sync idle is 0
                                (context_sync): Add the sync idle if it
    doesn't exist
    
        * gconf/gconf.c (gconf_suggest_sync): gconf_sync() renamed to
                gconf_suggest_sync(), because a sync is for all clients;
                        suggest_sync() means "I just finished a large block
    of operations,
        so I'm suggesting that it would be efficient and data-preserving
                to schedule a sync in the near future." gconf_sync() didn't
                        make much sense because it was global, not per-client.

 ChangeLog               | 37 ++++++++++++++++++++++++++++++++
 gconf/gconf-backend.h   |  7 +++---
 gconf/gconf-internals.c |  4 +++-
 gconf/gconf.c           | 57 +++++++++++++++++++++++++++++++++----------------
 gconf/gconf.h           |  2 +-
 gconf/gconfd.c          | 40 ++++++++++++++++++++++++++--------
 gconf/gconftool.c       |  9 ++++----
 tests/runtests.sh       | 21 +++++++++++++-----
 8 files changed, 135 insertions(+), 42 deletions(-)

commit 570bf8a02f2676487ba8c1f1ab4a18dc0272381b
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Oct 17 03:05:57 1999 +0000

    For all files, s/G_CONF/GCONF
    
    1999-10-17  Havoc Pennington  <hp@pobox.com>
    
            * For all files, s/G_CONF/GCONF

 ChangeLog                  |   4 ++
 backends/xml-backend.c     |  94 ++++++++++++++---------------
 doc/gconf/gconf.sgml       |  42 ++++++-------
 gconf/gconf-backend.h      |   2 +-
 gconf/gconf-error.h        |  24 ++++----
 gconf/gconf-internals.c    | 144 ++++++++++++++++++++++-----------------------
 gconf/gconf-internals.h    |   8 +--
 gconf/gconf-orbit.c        |  14 ++---
 gconf/gconf-schema.c       |   2 +-
 gconf/gconf-sources.c      |  26 ++++----
 gconf/gconf-sources.h      |   4 +-
 gconf/gconf-value.c        | 106 ++++++++++++++++-----------------
 gconf/gconf-value.h        |  18 +++---
 gconf/gconf.c              | 106 ++++++++++++++++-----------------
 gconf/gconfd-error.c       |   4 +-
 gconf/gconfd.c             |  44 +++++++-------
 gconf/gconftool.c          |  28 ++++-----
 gconf/gnome-testclient.c   |   2 +-
 gconf/testclient.c         |   2 +-
 tests/testgconf.c          |  30 +++++-----
 wrappers/guile/scm-gconf.c |  16 ++---
 21 files changed, 362 insertions(+), 358 deletions(-)

commit 2ccd2c5a55054149b58ea9d5fb1bfac19f95236b
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 12 06:36:27 1999 +0000

    Use GConfListeners to handle listener registration and notification
    
    1999-10-12  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconfd.c: Use GConfListeners to handle listener
                registration and notification

 ChangeLog      |   5 +
 gconf/gconfd.c | 542 ++++++++++++---------------------------------------------
 2 files changed, 112 insertions(+), 435 deletions(-)

commit a1725faf5cc0d24404598bab793a953f894c9bc1
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 12 05:54:29 1999 +0000

    Was failing to init the node in the flat array of nodes if the listener
    
    1999-10-12  Havoc Pennington  <hp@pobox.com>
    
                * gconf/gconf-listeners.c (ltable_insert): Was failing to
    init
        the node in the flat array of nodes if the listener location
                was NULL.
                        (gconf_listeners_count): new function reports number
    of listeners
        (ltable_new): init next_cnxn to 1 instead of 0
                (ltable_remove): Do a better job of cleaning up dead
                        tree nodes (go up looking for empty parent nodes)
                                (ltable_destroy): type error, was calling
    listener_destroy()
        on the GNodes. Oops. fixed, now use g_node_traverse() to
                destroy the node contents.
                        (ltable_new): don't create the root node until it's needed
                                (ltable_insert): add root node here if needed
                                        (ltable_remove): zero lt->tree if we
    destroy it
    
                * tests/testlisteners.c: New test program for GConfListeners,
                        fairly comprehensive
    
                                * tests/Makefile.am: add testlisteners, put
    EFENCE at the end of
        the link line

 ChangeLog               |  22 ++
 gconf/gconf-listeners.c | 163 ++++++++++----
 gconf/gconf-listeners.h |   5 +-
 tests/Makefile.am       |  11 +-
 tests/testlisteners.c   | 560 ++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 720 insertions(+), 41 deletions(-)

commit 595e9d4475e42116294afa1e0905c590a571b1e5
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 12 02:27:20 1999 +0000

    Fixes - remove some public headers from libgconf_client_SOURCES, look for
    
    1999-10-12  Havoc Pennington  <hp@pobox.com>
    
        * gconf/Makefile.am: Fixes - remove some public headers from
                libgconf_client_SOURCES, look for GConf.idl in $(srcdir) (bug from
                        Wichert Akkerman)
    
                                * gconf/gconf-listeners.h,
    gconf/gconf-listeners.c: New files,
        compile but are not tested. Moves listener tree interface into
                a public header to re-use in GTK+ wrapper.

 ChangeLog               |  10 +
 gconf/Makefile.am       |  14 +-
 gconf/gconf-listeners.c | 501 ++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-listeners.h |  76 ++++++++
 4 files changed, 593 insertions(+), 8 deletions(-)

commit 881b278dcd6e1d448531c007b23cdc33e53232ca
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 12 00:58:05 1999 +0000

    For all files, s/g_conf/gconf
    
    1999-10-11  Havoc Pennington  <hp@pobox.com>
    
        * For all files, s/g_conf/gconf

 ChangeLog                    |   4 +
 backends/xml-backend.c       | 174 ++++++++++++-------------
 doc/gconf/gconf.sgml         |  98 +++++++-------
 gconf-editor/app.c           |   2 +-
 gconf-editor/gconf-editor.c  |   8 +-
 gconf/gconf-backend.c        |  36 +++---
 gconf/gconf-backend.h        |  14 +-
 gconf/gconf-client.h         |   2 +-
 gconf/gconf-engine.h         |   8 +-
 gconf/gconf-error.c          |   8 +-
 gconf/gconf-error.h          |   6 +-
 gconf/gconf-internals.c      | 132 +++++++++----------
 gconf/gconf-internals.h      |  46 +++----
 gconf/gconf-orbit.c          |  64 ++++-----
 gconf/gconf-orbit.h          |   6 +-
 gconf/gconf-schema.c         |  26 ++--
 gconf/gconf-schema.h         |  32 ++---
 gconf/gconf-sources.c        | 140 ++++++++++----------
 gconf/gconf-sources.h        |  44 +++----
 gconf/gconf-value.c          | 144 ++++++++++-----------
 gconf/gconf-value.h          |  82 ++++++------
 gconf/gconf.c                | 300 +++++++++++++++++++++----------------------
 gconf/gconf.h                |  44 +++----
 gconf/gconfd-error.c         |  10 +-
 gconf/gconfd-error.h         |   8 +-
 gconf/gconfd.c               | 274 +++++++++++++++++++--------------------
 gconf/gconftool.c            | 106 +++++++--------
 gconf/gnome-testclient.c     |  26 ++--
 gconf/testclient.c           |  16 +--
 tests/testgconf.c            | 154 +++++++++++-----------
 wrappers/gtk/gconf-client.h  |   2 +-
 wrappers/guile/gconf-guile.c |  10 +-
 wrappers/guile/scm-gconf.c   |  30 ++---
 wrappers/guile/scm-gconf.h   |   2 +-
 34 files changed, 1031 insertions(+), 1027 deletions(-)

commit 24065efa30a2bb1bf3faa501c09603c8b5ba4a97
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Oct 11 03:57:33 1999 +0000

    Interface tinkering with convenience wrapper

 gconf/gconf-client.h        | 84 +++++++++++++++++++++++++++++++++++++++++++++
 wrappers/gtk/gconf-client.h | 84 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 168 insertions(+)

commit e590ef5e8718d57979d71eb4c7078a2fb3ec16f3
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 5 23:17:15 1999 +0000

    Add checks for empty lists, and all the various list types.
    
    1999-10-05  Havoc Pennington  <hp@pobox.com>
    
    * tests/testgconf.c (check_list_storage): Add checks for empty
    lists, and all the various list types.
    
    * gconf/gconf-value.c (g_conf_value_to_string): Fix a segfault
    (not always allocating a large enough buffer)

 ChangeLog           |   8 ++++
 gconf/gconf-value.c |  23 +++++++----
 tests/testgconf.c   | 117 +++++++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 121 insertions(+), 27 deletions(-)

commit 6b8a03886ee6fc2480893b04a8309b7d35b1186b
Author: Havoc Pennington <hp@pobox.com>
Date:   Tue Oct 5 15:57:10 1999 +0000

    0.3, bump soname
    
    1999-10-05  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: 0.3, bump soname

 ChangeLog              |   4 ++
 backends/xml-backend.c |   2 +-
 configure.in           |   4 +-
 po/da.po               | 168 ++++++++++++++++++++++++++-----------------------
 po/no.po               | 168 ++++++++++++++++++++++++++-----------------------
 po/pt_BR.po            | 168 ++++++++++++++++++++++++++-----------------------
 6 files changed, 274 insertions(+), 240 deletions(-)

commit 99b61f0b48db21235690ef892b898b92bbf35ddd
Author: Havoc Pennington <hp@pobox.com>
Date:   Mon Oct 4 23:27:43 1999 +0000

    Add checks for getting/setting lists, bools, floats, and ints
    
    1999-10-04  Havoc Pennington  <hp@pobox.com>
    
    * tests/testgconf.c (main): Add checks for getting/setting lists,
    bools, floats, and ints
    
    * gconf/gconf-internals.c (fill_corba_value_from_g_conf_value): We
    have to set the release flag on a sequence inside a union, since
    the sequence isn't default initialized as it normally would be.
    Plugs a big memory leak (all sequence buffers).
    
    * backends/xml-backend.c (dir_fill_cache_from_doc): Plug a leak
    where we set entry->name and then reset it in entry_fill()
    (entry_destroy): Free entry->mod_user
    (x_shutdown): Renamed shutdown() to x_shutdown() to avoid
    namespace clash with some libcs. Bug report from Bjorn Andersson
    <ban@lifix.fi>.
    
    * gconf/gconf-internals.c (g_conf_log): Plug memory leak (not
    freeing log string)
    
    * gconf/gconfd.c (gconfd_set): Plug memory leak (not freeing the GConfValue)
    
    * tests/Makefile.am: Make testgconf noinst
    
    * gconf/gconfd.c (main): check GCONFD_NO_DAEMON environment
    variable to run in no-daemon mode for debugging. Needless to say
    this does NOT work if you are trying to use gconf for real.
    
    * gconf/gconf-internals.c (fill_corba_value_from_g_conf_value):
    Fill in the list type in the CORBA value
    (g_conf_value_from_corba_value): Fill in the list type in the
    GConfValue
    
    * gconf/GConf.idl: Create ConfigList type to past the list type
    along with the sequence of values
    
    * gconf/gconf-value.c (g_conf_value_set_list): New function, list
    setter that copies the list
    
    * gconf/gconf.c (g_conf_unset, g_conf_set): return boolean to
    indicate success
    
    * gconf/gconf-value.c (g_conf_value_new_from_string): Rewrite the
    bool string parser with switch, accept y/n as values.

 ChangeLog               |  45 ++++
 backends/xml-backend.c  |  44 ++--
 gconf/GConf.idl         |   7 +-
 gconf/GConfX.idl        |   7 +-
 gconf/gconf-internals.c |  84 ++++++--
 gconf/gconf-value.c     |  75 +++++--
 gconf/gconf-value.h     |   3 +-
 gconf/gconf.c           |  28 ++-
 gconf/gconf.h           |   6 +-
 gconf/gconfd.c          |  53 +++--
 tests/Makefile.am       |   6 +-
 tests/testgconf.c       | 546 +++++++++++++++++++++++++++++++++++++++++++++++-
 12 files changed, 818 insertions(+), 86 deletions(-)

commit ee12741d2c641d98173abe1f7805901deadd2d09
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Oct 1 18:10:36 1999 +0000

    Check for errors when we query the default value from the schema.
    
    1999-10-01  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-sources.c (g_conf_sources_query_value): Check for
    errors when we query the default value from the schema.
    
    * backends/xml-backend.c (entry_fill): If the schema key for a key is
    invalid, don't load it.

 ChangeLog              |  8 ++++++++
 backends/xml-backend.c |  8 ++++++--
 gconf/gconf-sources.c  | 13 +++++++++++--
 tests/testgconf.c      |  2 ++
 4 files changed, 27 insertions(+), 4 deletions(-)

commit 7ed6474b0488b267a196670e9e9d4dda38a33170
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Sep 30 23:00:19 1999 +0000

    Clear error before we check the key
    
    1999-09-30  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-sources.c (g_conf_key_check_hack): Clear error
    before we check the key
    
    * backends/xml-backend.c (dir_unset_value): Actually set the
    entry's value to NULL
    (entry_destroy): check whether Entry::value is NULL. Not sure
    why I didn't check; I think NULL is allowed, but if not
    we will have problems I guess.
    
    * tests/testgconf.c: Easiest to just write the test suite in
    C. Tests set/get and unset for strings so far.

 ChangeLog              |  14 ++
 backends/xml-backend.c |  13 +-
 configure.in           |   3 +-
 gconf/Makefile.am      |   6 +-
 gconf/gconf-sources.c  |   9 +-
 gconf/gconf.c          |   1 +
 gconf/gconf.h          |   2 +-
 gconf/gconftool.c      |   2 +-
 po/da.po               | 429 ++++++++++++++++++++-------------------------
 po/no.po               | 398 +++++++++++++++++++-----------------------
 po/pt_BR.po            | 463 ++++++++++++++++++++++++-------------------------
 tests/Makefile.am      |   9 +
 tests/testgconf.c      | 278 +++++++++++++++++++++++++++++
 13 files changed, 916 insertions(+), 711 deletions(-)

commit 49d47a934f32e4644142142da3fae084253aa47e
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Sep 29 23:24:15 1999 +0000

    Update docs
    
    1999-09-29  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf.sgml: Update docs

 ChangeLog            |   4 +
 doc/gconf/gconf.sgml | 220 +++++++++++++++++++++++++--------------------------
 2 files changed, 110 insertions(+), 114 deletions(-)

commit de95dd4d155e1b779399531321a4d9365b1ed122
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Sep 29 19:36:45 1999 +0000

    Replaced with gconf-engine.h
    
    1999-09-29  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-conf.h: Replaced with gconf-engine.h
    
    * gconf/Makefile.am: use gconf-engine.h
    
    * gconf/gconf.c, gconf/gconf.h, gconf/gconftool.c,
    gconf-editor/app.c, wrappers/guile/scm-gconf.c:
    Use GConfEngine name instead of GConf

 ChangeLog                  |  10 +++++
 gconf-editor/app.c         |   5 +--
 gconf/Makefile.am          |   2 +-
 gconf/gconf-conf.h         |  52 -----------------------
 gconf/gconf-engine.h       |  52 +++++++++++++++++++++++
 gconf/gconf.c              | 104 ++++++++++++++++++++++-----------------------
 gconf/gconf.h              |  42 +++++++++---------
 gconf/gconftool.c          |  20 ++++-----
 wrappers/guile/scm-gconf.c |  20 ++++-----
 wrappers/guile/scm-gconf.h |   6 +--
 10 files changed, 161 insertions(+), 152 deletions(-)

commit eac96c08b6e1fd5ee3fe06480474e442d9672cc8
Author: Jorge Godoy <docsbr@src.gnome.org>
Date:   Wed Sep 29 19:32:44 1999 +0000

    add pt_BR translations

 ChangeLog    |   6 +-
 configure.in |   2 +-
 po/ChangeLog |   6 +-
 po/pt_BR.po  | 872 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 883 insertions(+), 3 deletions(-)

commit 842badd0a3e107b707bbf12f0fe617ca5e1552f9
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Sep 29 16:37:25 1999 +0000

    include gconfd-error.h and gconf.h, change error checking to new system as
    
    1999-09-29  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c: include gconfd-error.h and gconf.h,
    change error checking to new system as needed
    
    * gconf/Makefile.am: Put more stuff in gconfd_SOURCES instead of
    client lib, add new files
    
    * gconf/gconf-backend.h: include gconf-sources.h
    
    * gconf/gconf-conf.h: add error arg to g_conf_new_from_address
    
    * gconf/gconf-error.c: move strerror in here, fixups,
    preconditions
    
    * gconf/gconf-internals.c, gconf/gconf-sources.c: move all sources
    stuff to new gconf-sources file
    
    * gconf/gconf-orbit.c: Check for failure to get lock
    
    * All the rest of this giant diff: Move to new error-handling
    scheme

 ChangeLog                    |  23 ++
 backends/xml-backend.c       |  11 +-
 gconf-editor/gconf-editor.c  |  13 +-
 gconf/Makefile.am            |  10 +-
 gconf/gconf-backend.h        |   1 +
 gconf/gconf-conf.h           |   3 +-
 gconf/gconf-error.c          |  49 ++-
 gconf/gconf-error.h          |   9 +-
 gconf/gconf-internals.c      | 661 ++--------------------------------------
 gconf/gconf-internals.h      |  94 +-----
 gconf/gconf-orbit.c          |  58 ++--
 gconf/gconf-orbit.h          |   3 +-
 gconf/gconf-sources.c        | 699 +++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-sources.h        | 107 +++++++
 gconf/gconf-value.c          |  31 +-
 gconf/gconf-value.h          |   4 +-
 gconf/gconf.c                | 394 +++++++++++-------------
 gconf/gconf.h                |  50 ++--
 gconf/gconfd-error.c         |  95 ++++++
 gconf/gconfd-error.h         |  44 +++
 gconf/gconfd.c               |  11 +-
 gconf/gconftool.c            | 192 +++++++-----
 wrappers/guile/gconf-guile.c |  34 ++-
 wrappers/guile/scm-gconf.c   |   9 +-
 24 files changed, 1494 insertions(+), 1111 deletions(-)

commit 46cf4c2986a78e18dd4eca282f443e477b89b220
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Sep 27 14:41:05 1999 +0000

    make g_conf_valid_key() return an explanation of why the key is invalid,
    then use that throughout the code.

 gconf/gconf-error.h     |  4 +--
 gconf/gconf-internals.c | 69 ++++++++++++++------------------------
 gconf/gconf-internals.h |  3 ++
 gconf/gconf.c           | 88 +++++++++++++++++++++++++++++--------------------
 gconf/gconf.h           |  5 ++-
 5 files changed, 85 insertions(+), 84 deletions(-)

commit dc83fe92ffe12da986c1fc59bc8f94c1cedff679
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Sep 26 18:40:58 1999 +0000

    add gconf-error.h, gconf-conf.h headers, gconf-value.c file
    
    1999-09-26  Havoc Pennington  <hp@pobox.com>
    
        * gconf/Makefile.am: add gconf-error.h, gconf-conf.h headers,
                gconf-value.c file
    
                        * gconf/gconf-error.h, gconf/gconf-conf.h,
    gconf/gconf-value.c:
        New files, just rearranging old files, no new code (well, there is
                a new GConfError object but it's unused)
    
                        * gconf/gconf-internals.c: Move the value, metainfo,
    and entry
        datatypes to gconf-value.c
    
                * gconf/gconf.c, gconf/gconf.h: Remove appname argument from
                        g_conf_init(), remove g_conf_global_appname() function.
    
                                * gconf/gconftool.c: don't pass appname to g_conf_init()
    
                                        * gconf-editor/gconf-editor.c: Ditto

 ChangeLog                   |  19 ++
 gconf-editor/gconf-editor.c |   2 +-
 gconf/Makefile.am           |   5 +-
 gconf/gconf-conf.h          |  51 ++++
 gconf/gconf-error.c         |  59 +++++
 gconf/gconf-error.h         |  81 ++++++
 gconf/gconf-internals.c     | 582 +----------------------------------------
 gconf/gconf-internals.h     |   2 -
 gconf/gconf-value.c         | 620 ++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-value.h         |  42 +++
 gconf/gconf.c               |  16 +-
 gconf/gconf.h               |  97 +------
 gconf/gconfd.c              |   1 +
 gconf/gconftool.c           |   2 +-
 14 files changed, 888 insertions(+), 691 deletions(-)

commit 438d32c6a50e4b61bad0d47fbe6a0b471c8d427b
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Fri Sep 24 23:35:41 1999 +0000

    Added "da" to ALL_LINGUAS.
    
    1999-09-25  Kjartan Maraas  <kmaraas@online.no>
    
        * configure.in: Added "da" to ALL_LINGUAS.

 ChangeLog    | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 283bdd1b5ddcd0b0001ceae71562c1a457fc925f
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Fri Sep 24 23:34:02 1999 +0000

    Added Danish translation from Kenneth Christiansen <kenneth@ripen.dk>
    
    1999-09-25  Kjartan Maraas  <kmaraas@online.no>
    
        * da.po: Added Danish translation from Kenneth
        Christiansen <kenneth@ripen.dk>

 po/ChangeLog |   5 +
 po/da.po     | 857 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 862 insertions(+)

commit 0b262c333cf0a14f8d24b4d28d77c7f498a3bf01
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Sep 24 01:27:35 1999 +0000

    distcheck fixes I forgot to commit

 configure.in             | 2 +-
 gconf-editor/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b0ea57ef221107fa47b12f32fd2fbf6415f1bc6b
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu Sep 23 18:09:15 1999 +0000

    Big hush

 .cvsignore              | 15 +++++++++++++++
 backends/.cvsignore     |  4 ++++
 gconf-editor/.cvsignore |  4 ++++
 gconf/.cvsignore        |  8 ++++++++
 4 files changed, 31 insertions(+)

commit ff53bb66f0d439e2ada7f90e99e4c0a0f2b54143
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu Sep 23 17:59:22 1999 +0000

    Hush

 po/.cvsignore | 7 +++++++
 1 file changed, 7 insertions(+)

commit c8ba39cefbdaf8bae4e64d5daaff5338315ed5f7
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Sep 19 20:57:06 1999 +0000

    put something in here
    
    1999-09-19  Havoc Pennington  <hp@pobox.com>
    
        * NEWS, README: put something in here
    
                * Makefile.am: conditionally include gconf-editor if we have
                        GNOME
    
                                * autogen.sh: make it more like "macros" autogen.sh
    
                                                * configure.in: manually
    check for GNOME instead of using
        "macros"
    
                        * macros, intl: remove these subdirs, autogen.sh now
                                generates intl
    
                                        * gconf/gconf.c: fix array size for
    strerror messages
    
        * gconf-editor/Makefile.am: use new GNOME variables
    
                * gconf-editor/gconf-editor.c: use new g_conf_init()
                        signature

 ChangeLog                   |  25 +++++++
 Makefile.am                 |   9 ++-
 NEWS                        |   3 +
 README                      |  20 ++++++
 autogen.sh                  |  94 ++++++++++++++++++++++---
 configure.in                |  13 +++-
 gconf-editor/Makefile.am    |   4 +-
 gconf-editor/gconf-editor.c |   5 +-
 gconf-editor/menus.c        | 168 ++++++++++++++++++++++++++++++++++++++++++++
 gconf-editor/menus.h        |  30 ++++++++
 gconf/gconf.c               |   2 +-
 11 files changed, 354 insertions(+), 19 deletions(-)

commit b4ddc3025c1ed7f4eddbb5e701eacac31f763b20
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Sep 19 18:31:46 1999 +0000

    Add G_CONF_OVERRIDDEN error if you try to set a value which will have no
    
    1999-09-19  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf.h: Add G_CONF_OVERRIDDEN error if you try to
                set a value which will have no effect due to a read-only
                        setting earlier in the path.
    
                                * gconf/gconf.c: Add G_CONF_OVERRIDDEN to
    strerror, etc.
    
        * gconf/GConf.idl: add ConfigOverridden to pass it across the
                CORBA link
    
                        * doc/gconf.sgml: Add more stuff to docs

 ChangeLog               |  13 +++
 doc/gconf/gconf.sgml    | 277 +++++++++++++++++++++++++++++++++++++++++-------
 gconf/GConf.idl         |   3 +-
 gconf/GConfX.idl        |   3 +-
 gconf/gconf-internals.c |  20 ++++
 gconf/gconf.c           |   6 +-
 gconf/gconf.h           |   3 +-
 7 files changed, 284 insertions(+), 41 deletions(-)

commit 01b09bb58e032548954d1504c1c2c69d80ac8875
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Sep 18 00:38:17 1999 +0000

    update to reflect new variables feature

 doc/gconf/gconf.sgml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 1ccdfadf58d0b0b9583238bb7d421389b8e6b7a7
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 17 23:50:53 1999 +0000

    Add a new function to perform variable substitution on addresses in the
    
    1999-09-17  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconf-internals.c (subst_variables): Add a new function to
    perform variable substitution on addresses in the path file.
    Supports $(HOME), $(USER), and $(ENV_ANYENVVARNAME)
    
    * Makefile.am: Add "doc" subdir
    
    * doc/Makefile.am: Added
    
    * doc/gconf.sgml: write more docs

 ChangeLog               |  12 +++
 Makefile.am             |   2 +-
 configure.in            |   1 +
 doc/Makefile.am         |  16 ++++
 doc/gconf/gconf.sgml    | 191 +++++++++++++++++++++++++++++++++++++++++++++---
 gconf/gconf-internals.c | 121 ++++++++++++++++++++++++++++--
 gconf/gconf.path        |   2 +-
 gconf/gconfd.c          |   4 +-
 8 files changed, 327 insertions(+), 22 deletions(-)

commit 9afa50feea855f9feb4e79f3ff4b40194fd9806d
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Sep 17 04:59:59 1999 +0000

    work on docs

 doc/gconf/gconf.sgml | 334 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 323 insertions(+), 11 deletions(-)

commit 045b10341a956e0f01f12417b4b50d3fd1b6660d
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Sep 16 23:07:48 1999 +0000

    distcheck fixes, start on docs, blah

 acconfig.h                 |   2 +-
 doc/gconf/gconf.sgml       | 108 +++++++++++++++++++++++++++++++++++++++++++++
 gconf/Makefile.am          |   2 +
 gconf/gconf-orbit.c        |   8 ++--
 po/no.po                   |  38 ++++++++--------
 wrappers/guile/Makefile.am |   2 +-
 6 files changed, 135 insertions(+), 25 deletions(-)

commit b8d5b81d905a7730c879a324add883d9c5d44ff8
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Sep 16 19:36:19 1999 +0000

    sync

 backends/gthreadpool.c | 435 +++++++++++++++++++++++++++++++++++++++++++++++++
 backends/gthreadpool.h |  66 ++++++++
 configure.in           |   3 +
 gconf/gconfd.c         |   2 +-
 4 files changed, 505 insertions(+), 1 deletion(-)

commit 49ab0b143d6b1b76051d6b84986de2d9144b18f9
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Sep 8 23:40:04 1999 +0000

    implemented
    
    1999-09-08  Havoc Pennington  <hp@pobox.com>
    
    * scm-gconf.c (gconf-get): implemented
    
    * gconf-guile.c (real_main): Call g_conf_init_orb() and
    g_conf_init()

 gconf/gconf.c                |  4 --
 gconf/gconfd.c               |  4 +-
 wrappers/guile/gconf-guile.c |  2 +
 wrappers/guile/scm-gconf.c   | 94 ++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 95 insertions(+), 9 deletions(-)

commit 55a3dccefafd04d6edf6ab305283ff8ca3d10e39
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 3 23:04:39 1999 +0000

    Set library version info variables, and locate Guile libraries, etc.
    
    1999-09-03  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: Set library version info variables, and locate
    Guile libraries, etc.
    
    * wrappers/Makefile.am: conditionally build Guile subdir if we
    found guile.
    
    * wrappers/guile: new subdir with the basic files/build for Guile
    bindings, will add the actual bindings later.

 ChangeLog                          |  11 ++++
 Makefile.am                        |   2 +-
 configure.in                       |  43 ++++++++++++-
 gconf/Makefile.am                  |   1 +
 wrappers/Makefile.am               |   8 ++-
 wrappers/guile/Makefile.am         |  42 ++++++++++++
 wrappers/guile/gconf-guile.c       |  42 ++++++++++++
 wrappers/guile/scm-gconf-private.h |  37 +++++++++++
 wrappers/guile/scm-gconf.c         | 128 +++++++++++++++++++++++++++++++++++++
 wrappers/guile/scm-gconf.h         |  37 +++++++++++
 10 files changed, 348 insertions(+), 3 deletions(-)

commit 89f281ecdacb15db0a9c96af8997836381fb6325
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Fri Sep 3 21:55:13 1999 +0000

    Updated translation.
    
    1999-09-03  Kjartan Maraas  <kmaraas@online.no>
    
        * no.po: Updated translation.

 po/ChangeLog |   4 +
 po/no.po     | 512 +++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 359 insertions(+), 157 deletions(-)

commit 2fb767ca7c27d7c493993048b913456cc32929b0
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 3 20:22:47 1999 +0000

    set POPT_LIBS instead of adding -lpopt to generic LDFLAGS; this was
    
    1999-09-03  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: set POPT_LIBS instead of adding -lpopt to generic
    LDFLAGS; this was causing libtool to fail to generate the .so
    file for the XML backend module.
    
    * gconf/Makefile.am: use POPT_LIBS
    
    * gconf/gconf-backend.c: change some g_warning to g_conf_log

 ChangeLog             | 10 ++++++++++
 configure.in          |  3 ++-
 gconf/Makefile.am     |  2 +-
 gconf/gconf-backend.c |  6 +++---
 4 files changed, 16 insertions(+), 5 deletions(-)

commit af09f6b14d45e49576ce717f87fdd96cd6665634
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 3 20:05:15 1999 +0000

    Every hour or so, hibernate all contexts that haven't been accessed in 45
    
    1999-09-03  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c: Every hour or so, hibernate all contexts that
    haven't been accessed in 45 minutes. Make some assorted changes
    to support that.

 ChangeLog              |   6 +++
 backends/xml-backend.c |   4 +-
 gconf/gconfd.c         | 129 ++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 129 insertions(+), 10 deletions(-)

commit d9b8f863a042bef81660d5606e017f351036880b
Author: Havoc Pennington <hp@pobox.com>
Date:   Fri Sep 3 03:39:30 1999 +0000

    Add a new g_conf_log() function for logging errors in backends; for now
    
    1999-09-02  Havoc Pennington  <hp@pobox.com>
    
        * gconf/gconf-internals.h, gconf/gconf-internals.c: Add a new
                g_conf_log() function for logging errors in backends;
                        for now this wraps syslog() but if we eventually have non-daemon
                                direct access to backends, we will need to
    change it. Use
        g_conf_log() throughout this file instead of printf() and
                g_warning().
    
                        * gconf/backends/xml-backend.c: Install a timeout
    which cleans
        old stuff out of the cache every 5 minutes; use g_conf_log
                to report problems.
    
                        * gconf/gconfd.c: Use g_conf_log(); log "exiting"
    later than we
        had been, after shutting everything down.

 ChangeLog               |  16 ++++++
 backends/xml-backend.c  |  64 ++++++++++++++---------
 gconf/gconf-internals.c |  69 +++++++++++++++++++++---
 gconf/gconf-internals.h |  14 +++++
 gconf/gconfd.c          | 136 ++++++++++++++++++++++++------------------------
 5 files changed, 201 insertions(+), 98 deletions(-)

commit 6908688345f80c0750e0af736e739a04320b0f9c
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Sep 2 23:22:46 1999 +0000

    Install backends in $(libdir)/gconf
    
    1999-09-02  Havoc Pennington  <hp@pobox.com>
    
    * backends/Makefile.am: Install backends in $(libdir)/gconf
    
    * gconf/Makefile.am: Look for backends in $(libdir)/gconf
    
    * gconf/gconf-backend.c (g_conf_backend_file): Use
    g_module_build_path() to build the module path
    
            * gconf/gconf-orbit.c (g_conf_get_cookie_reliably): Make the
        ~/.gconfd directory if necessary.
    
        Lots of error-checking added.
    
        * gconf/gconfd.c: Mark a lot of strings for translation; include
        username in the syslog spew.

 ChangeLog             | 17 ++++++++++++++
 backends/Makefile.am  |  5 +++--
 gconf/Makefile.am     |  2 +-
 gconf/gconf-backend.c | 11 ++++++---
 gconf/gconf-orbit.c   | 11 +++++++++
 gconf/gconfd.c        | 62 +++++++++++++++++++++++++++++++--------------------
 gconf/gconftool.c     |  2 +-
 7 files changed, 79 insertions(+), 31 deletions(-)

commit 0441e69735002cd1cec100c38c8eee2e6c81a02a
Author: Havoc Pennington <hp@pobox.com>
Date:   Thu Sep 2 19:38:36 1999 +0000

    If the orb init fails, syslog the GConf error.
    
    1999-09-02  Havoc Pennington  <hp@pobox.com>
    
    * gconf/gconfd.c (main): If the orb init fails, syslog the
    GConf error.
    
    * gconf/gconf-orbit.c: Add tons of error checks/reports

 ChangeLog           |  8 +++++-
 gconf/gconf-orbit.c | 79 +++++++++++++++++++++++++++++++++++++++++++----------
 gconf/gconfd.c      |  2 +-
 3 files changed, 73 insertions(+), 16 deletions(-)

commit d13154bcb041de60a9e1a76b3d55339da91da770
Author: Tim P. Gerla <timg@src.gnome.org>
Date:   Thu Sep 2 04:45:54 1999 +0000

    Added test for popt in configure.in

 ChangeLog    | 4 ++++
 configure.in | 5 +++++
 2 files changed, 9 insertions(+)

commit b12977016c39aa55ede49b8aaa0910d4ce105fde
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Sep 1 21:38:13 1999 +0000

    Fix a segfault, check that an Entry != NULL before dereferencing it
    
    1999-09-01  Havoc Pennington  <hp@pobox.com>
    
    * backends/xml-backend.c (dir_get_value): Fix a segfault, check
    that an Entry != NULL before dereferencing it
    
    * GConf.idl: Add ConfigException and ConfigErrorType to pass
    errors from server to client
    
    * gconf.c (g_conf_handle_corba_exception): set the GConf error
    based on CORBA error, if any, and free the exception.
    Use throughout the file to receive server errors.
    
    * gconfd.c (g_conf_set_exception): set the CORBA exception based
    on the GConf error, if any. Use this function throughout the file
    to send errors to clients.
    (g_conf_nuke_dir): Remove this obsolete function
    (context_set): don't notify listeners of a change if an error
    occurred

 ChangeLog              |  20 +++++++
 backends/xml-backend.c |   2 +-
 gconf/GConf.idl        |  43 +++++++++++----
 gconf/GConfX.idl       |  43 +++++++++++----
 gconf/gconf.c          | 144 ++++++++++++++++++++++++++++++++-----------------
 gconf/gconf.h          |   2 +-
 gconf/gconfd.c         | 135 +++++++++++++++++++++++++++++++++-------------
 7 files changed, 278 insertions(+), 111 deletions(-)

commit 909865347c5bf2cbbf8be56ade0de71801cfd6ed
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Sep 1 17:44:23 1999 +0000

    add gmodule check to AM_PATH_GLIB, add an error if glib isn't found, use
    
    1999-09-01  Havoc Pennington  <hp@pobox.com>
    
    * configure.in: add gmodule check to AM_PATH_GLIB, add an error if
    glib isn't found, use detected $XML_CONFIG to instead of
    xml-config, AC_PATH_PROG orbit-config, check for C++ compiler
    (since we'll have a C++ wrapper soon)
    
    * gconf/Makefile.am: Assume GMODULE_CFLAGS are now included in
    GLIB_CFLAGS since we fixed configure.in
    
    * gconf/gconf.c, gconf/gconf.h: Reference count the GConf object,
    add extern "C" when using C++
    
    * gconf/gconftool.c: unref instead of destroying the GConf object

 ChangeLog                   |  15 +++++++
 configure.in                |  23 +++++-----
 gconf/Makefile.am           |  10 ++---
 gconf/gconf-client.h        |  38 +++++++++++++++++
 gconf/gconf.c               |  97 ++++++++++++++++++++++++++----------------
 gconf/gconf.h               |  11 ++++-
 gconf/gconftool.c           |   2 +-
 wrappers/Makefile.am        |   2 +-
 wrappers/cxx/Makefile.am    |  13 ++++++
 wrappers/cxx/gconf-cxx.cc   |  22 ++++++++++
 wrappers/cxx/gconf-cxx.h    | 101 ++++++++++++++++++++++++++++++++++++++++++++
 wrappers/gtk/Makefile.am    |  14 ++++++
 wrappers/gtk/gconf-client.h |  38 +++++++++++++++++
 13 files changed, 331 insertions(+), 55 deletions(-)

commit ee11ebae81b5f385c05204488830e53ee3e64d9a
Author: Dave Camp <campd@oit.edu>
Date:   Tue Aug 31 23:15:19 1999 +0000

    New function.
    
    1999-08-31  Dave Camp  <campd@oit.edu>
    
        * gconf/gconf.c (g_conf_is_initialized): New function.

 ChangeLog     | 4 ++++
 gconf/gconf.c | 5 +++++
 gconf/gconf.h | 1 +
 3 files changed, 10 insertions(+)

commit cd5fe90f7900b9e3590ee3149d1392060ad9a441
Author: Dave Camp <campd@oit.edu>
Date:   Tue Aug 31 23:00:38 1999 +0000

    Changed --dir-exists to return 0 if the dir exists, and 2 if it does not.
    
    1999-08-31  Dave Camp  <campd@oit.edu>
    
        * gconf/gconftool.c (main): Changed --dir-exists to return 0 if
        the dir exists, and 2 if it does not.

 ChangeLog         |  5 +++++
 gconf/gconftool.c | 28 ++++++++++++++++++----------
 2 files changed, 23 insertions(+), 10 deletions(-)

commit e4a9f2941459c520efe7a1027756ccdc40364f62
Author: Dave Camp <campd@src.gnome.org>
Date:   Tue Aug 31 18:49:21 1999 +0000

    Added a "dir_exists" function.

 ChangeLog               | 23 +++++++++++++++++++++++
 backends/xml-backend.c  | 18 +++++++++++++++---
 gconf/GConf.idl         |  2 ++
 gconf/GConfX.idl        |  2 ++
 gconf/gconf-backend.h   |  3 +++
 gconf/gconf-internals.c | 34 ++++++++++++++++++++++++++++++++++
 gconf/gconf-internals.h |  4 ++++
 gconf/gconf.c           | 40 ++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.h           |  3 +++
 gconf/gconfd.c          | 44 ++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconftool.c       | 19 ++++++++++++++++++-
 11 files changed, 188 insertions(+), 4 deletions(-)

commit c92b0e3f7f880d722c3db9891bb24ecf3f673cbe
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 31 03:32:43 1999 +0000

    build fix (only two args to g_conf_sources_query_value())

 gconf/gconf-internals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5b3976a48c01170e01a0c0d54af688c1935beb3b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 31 02:46:35 1999 +0000

    If a value is unset (due to non-existence or G_CONF_VALUE_IGNORE_SUBSEQUENT),
    return the default value from the schema if there's a schema with a default
    value.

 backends/xml-backend.c  | 191 ++++++++++++++++++++++++++++++++++--------------
 gconf/gconf-internals.c |  38 +++++++++-
 gconf/gconf-schema.h    |   2 -
 gconf/gconf.h           |  65 ----------------
 4 files changed, 174 insertions(+), 122 deletions(-)

commit c3da81fe862e5bec1a0d99e0645fd4f6679ab674
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 31 01:17:36 1999 +0000

    sync to home

 backends/xml-backend.c  |  36 +++++++++++---
 gconf/Makefile.am       |   3 +-
 gconf/gconf-backend.h   |  15 ++++--
 gconf/gconf-internals.c |  31 ++++++++++--
 gconf/gconf-internals.h |   3 +-
 gconf/gconf-schema.c    |  17 +++++++
 gconf/gconf-schema.h    |  23 +++------
 gconf/gconf-value.h     | 122 ++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 217 insertions(+), 33 deletions(-)

commit 737c8ee8b728d9b98622746c6b8a6daadee607f7
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Aug 30 20:30:04 1999 +0000

    Un-break the -R option

 gconf/gconftool.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 92802e13ac2904f94ce3ad4752a753a791acc9de
Author: Dave Camp <campd@oit.edu>
Date:   Mon Aug 30 16:36:03 1999 +0000

    #include gconf-orbit.h.
    
    1999-08-30  Dave Camp  <campd@oit.edu>
    
        * gconf/gconf.h: #include gconf-orbit.h.
    
        * gconf/Makefile.am (gconfinclude_HEADERS): Install gconf-orbit.h,
        GConf.h

 ChangeLog         |  7 +++++++
 gconf/Makefile.am | 10 ++++++----
 gconf/gconf.h     |  2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)

commit f78532a33b64937a277281d593804004217725ad
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Aug 30 16:35:43 1999 +0000

    Do the backup thing a bit better; this adds a stat() but avoids backing
    up the empty files we create when a new directory is made.

 backends/xml-backend.c | 81 +++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 60 insertions(+), 21 deletions(-)

commit de8dd823b050a81d97f86ba183d1431a78d37eea
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Aug 30 16:25:00 1999 +0000

    If we decide a .gconf.xml file is broken, rename it to .gconf.xml.bak
    before we blow it away.

 backends/xml-backend.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 178599a05a5ab9a854a915f618c002185ff26fad
Author: Dave Camp <campd@oit.edu>
Date:   Mon Aug 30 05:12:21 1999 +0000

    Install gconf-config.
    
    1999-08-29  Dave Camp  <campd@oit.edu>
    
        * Makefile.am (bin_SCRIPTS): Install gconf-config.
    
        * configure.in (AC_OUTPUT): Create gconf-config.
    
        * gconf/Makefile.am: Install gconf.h and gconf-schema.h.

 ChangeLog         |   9 +++
 Makefile.am       |   3 +
 configure.in      |   4 +-
 gconf-config.in   | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/Makefile.am |   9 ++-
 5 files changed, 242 insertions(+), 4 deletions(-)

commit c2cad930e0a88c39d23729a4d6435f0c65330d62
Author: Dave Camp <campd@oit.edu>
Date:   Mon Aug 30 02:40:03 1999 +0000

    Use xml-config.
    
    1999-08-29  Dave Camp  <campd@oit.edu>
    
        * configure.in (XML_LIBS): Use xml-config.

 ChangeLog    | 4 ++++
 configure.in | 8 +++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit fdeeea99989097b3180be4fd4aa21282ef58749f
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Aug 30 02:18:18 1999 +0000

    fix --all-entries. Make --all-entries and --all-subdirs return relative
    names, to save bandwidth

 backends/xml-backend.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 7ed54dca696b46199d16b01adaa1c4c34bdf2b42
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Aug 29 17:47:28 1999 +0000

    tons of bug-fixes; set, unset, get, and list subdirs at least somewhat
    work now.

 backends/xml-backend.c  | 281 +++++++++++++++++++++++++++++++++++++-----------
 gconf/gconf-internals.c |   2 +-
 gconf/gconf.c           |  85 +++++++++++++++
 gconf/gconf.h           |  21 ++++
 4 files changed, 323 insertions(+), 66 deletions(-)

commit 522d3db103ca39d140249bf9c488d801fbafd37a
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Sun Aug 29 09:48:13 1999 +0000

    ChangeLogs for previous commit.
    
    1999-08-29  Kjartan Maraas  <kmaraas@online.no>
    
                * ChangeLogs for previous commit.

 ChangeLog    | 4 ++++
 po/ChangeLog | 5 +++++
 2 files changed, 9 insertions(+)

commit 363b6348d4a4a033a8a3bebb7a853f7c86292cfd
Author: Kjartan Maraas <kmaraas@online.no>
Date:   Sun Aug 29 09:46:06 1999 +0000

    Added norwegian translation configure.in: Added "no" to ALL_LINGUAS
    
    1999-08-29  Kjartan Maraas  <kmaraas@online.no>
    
                * no.po: Added norwegian translation
                  configure.in: Added "no" to ALL_LINGUAS
                  po/POTFILES.in: Added all files containing marked
                  strings.

 configure.in   |   2 +-
 po/POTFILES.in |  12 ++
 po/no.po       | 648 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 661 insertions(+), 1 deletion(-)

commit 50408548640582231af8fbe25097990ef95e1257
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Aug 28 17:08:08 1999 +0000

    Load/save/enforce list type uniformity. Fix bug where negative integers
    weren't parsed right. Print lists and pairs. Change gconftool --all-pairs to
    gconftool --all-entries.

 backends/xml-backend.c  |  32 ++++++++++-
 gconf/gconf-internals.c | 143 ++++++++++++++++++++++++++++++++++++++++--------
 gconf/gconf.h           |   6 ++
 gconf/gconftool.c       |  22 ++++----
 4 files changed, 168 insertions(+), 35 deletions(-)

commit c7699acbe913c1d72ed16b6a0200b8a52a6cdab4
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Aug 28 15:53:46 1999 +0000

    save lists and pairs in the XML backend; transport them across the CORBA link;
    theoretically they now work, though in practice it seems a bit unlikely. :-)

 backends/xml-backend.c  | 396 ++++++++++++++++++++++++++++++++++++------------
 gconf/GConf.idl         |   6 +-
 gconf/GConfX.idl        |   6 +-
 gconf/gconf-internals.c |  87 +++++++++++
 4 files changed, 394 insertions(+), 101 deletions(-)

commit d22974f1a29ff74dfd04d436141dfbbdb56e3d4c
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Aug 28 03:15:03 1999 +0000

    fixes for metainfo in XML backend; try to solve list/pair in union problem
    in GConf.idl

 backends/xml-backend.c  | 166 +++++++++++++++++++++++++++++++++++-------------
 gconf/GConf.idl         |  25 +++++++-
 gconf/GConfX.idl        |  25 +++++++-
 gconf/gconf-internals.c |  12 ++++
 gconf/gconf-internals.h |   3 +
 5 files changed, 184 insertions(+), 47 deletions(-)

commit 02adb10953ec04f1e1da0713d9029becd424436b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 27 22:36:12 1999 +0000

    fix segv handler in gconfd to avoid InfiniLoop, fixed reversed
    filename/dirname args in xml backend.

 backends/xml-backend.c | 97 +++++++++++++++++++++++++++++++++++---------------
 gconf/gconfd.c         |  8 +++++
 2 files changed, 77 insertions(+), 28 deletions(-)

commit 4792a872a7f0842d22651c92c55454be07d9126f
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 27 21:34:39 1999 +0000

    Remove xml-backend3.c, now moved to xml-backend.c

 backends/xml-backend3.c | 1069 -----------------------------------------------
 1 file changed, 1069 deletions(-)

commit 0810f785c31c6b52c7830513881e8314d0d98095
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 27 21:34:19 1999 +0000

    It compiles! It's perfect!

 backends/xml-backend.c | 2264 +++++++++++++++++++++---------------------------
 1 file changed, 966 insertions(+), 1298 deletions(-)

commit 40f65d7da2b52fe0d48cc8af7ebbd5961b4a2db9
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 27 04:29:27 1999 +0000

    more fixes

 backends/xml-backend3.c | 313 ++++++++++++++++++++++++++++++++----------------
 gconf/gconf-backend.h   |   5 +-
 gconf/gconf-internals.c |  39 +-----
 gconf/gconf-internals.h |   7 +-
 4 files changed, 211 insertions(+), 153 deletions(-)

commit 62b6ab7348eb6f2770aeb2ff1e3fc91ce6fc3b3b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 27 03:55:13 1999 +0000

    Aaaaah, so much nicer.
    
    xml-backend3.c is the new xml-backend.c, but it hasn't yet been moved
    into place.
    
    Subdirectory names are no longer stored in the XML file; this radically
    simplifies the backend code because you can use the filesystem to handle the
    tree structure and GConf directories can be handled in isolation without
    reference to one another. Also, some assorted crackrock programming is
    removed.

 backends/xml-backend.c  |  20 --
 backends/xml-backend3.c | 637 +++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 636 insertions(+), 21 deletions(-)

commit 7e313103d63f0defa0a452794ab60abc145f1be7
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 27 02:23:16 1999 +0000

    Laid off the insane crackrock, and figured out how to write this
    XML backend.

 backends/xml-backend.c  |   2 +-
 backends/xml-backend3.c | 333 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 334 insertions(+), 1 deletion(-)

commit 5875e3f1de2fc9c6f5442c1ede4e2af93bc9b734
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 26 23:39:04 1999 +0000

    blah, blah

 backends/xml-backend.c  | 137 +++++++++++++++++++++++++++++++++++++++++++++---
 gconf/gconf-backend.h   |   3 ++
 gconf/gconf-internals.c |  61 +++++++++++++++++++--
 gconf/gconf-internals.h |   8 +--
 gconf/gconf.c           |  14 ++++-
 gconf/gconf.h           |  33 +++++++++++-
 gconf/gconftool.c       |   2 +-
 7 files changed, 241 insertions(+), 17 deletions(-)

commit 655efc024707f00f3bfd4e102aefc7dfe69e1756
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 26 02:20:47 1999 +0000

    indent fixes from yesterday

 gconf/gconf.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 948e58ae938260c89489bf7ace7aa244b4f37346
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Aug 25 23:49:14 1999 +0000

    Add lists and pairs to GConfValue; tomorrow will make the backend/frontend
    handle them

 gconf/GConf.idl         |   2 +-
 gconf/GConfX.idl        |   2 +-
 gconf/gconf-internals.c | 191 ++++++++++++++++++++++++++++++++++++++++++++++--
 gconf/gconf-schema.h    |   2 +-
 gconf/gconf.h           |   5 ++
 5 files changed, 191 insertions(+), 11 deletions(-)

commit e6e8d3d54eccc84c7e44d31842f6e5b5075641a8
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 24 23:21:44 1999 +0000

    Added the ability to access a particular address directly in addition to the
    user's main config source stack

 gconf/GConf.idl         |  36 +-
 gconf/GConfX.idl        |  36 +-
 gconf/gconf-backend.h   |   2 +
 gconf/gconf-internals.c |  20 ++
 gconf/gconf-internals.h |   2 +
 gconf/gconf.c           |  87 ++++-
 gconf/gconf.h           |   6 +-
 gconf/gconfd.c          | 896 +++++++++++++++++++++++++++++++++++++-----------
 tests/runtests.sh       |  17 +
 tests/test_00.sh        |   2 +
 10 files changed, 864 insertions(+), 240 deletions(-)

commit d189a8c979dd1688a4c0b18f5fac4c5052100027
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 24 03:39:17 1999 +0000

    Hacked some stuff

 ABOUT-NLS               | 226 ++++++++++++++++++++++++++++++++++++++++++++++++
 backends/xml-backend.c  |  92 +++++++++++++++++---
 gconf/gconf-internals.c |   3 +
 wrappers/Makefile.am    |   2 +
 4 files changed, 311 insertions(+), 12 deletions(-)

commit 3818eb61b0aa7424c3ce13a8170f4f8a7d2fdbc3
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 20 21:34:33 1999 +0000

    sync a bunch of stuff; doesn't quite work.

 backends/Makefile.am    |    2 +-
 backends/xml-backend.c  | 1638 +++++++++++++++++++++++++----------------------
 configure.in            |    3 +
 gconf/GConf.idl         |    7 +
 gconf/GConfX.idl        |    7 +
 gconf/Makefile.am       |   10 +-
 gconf/gconf-backend.h   |    4 +
 gconf/gconf-internals.c |   68 ++
 gconf/gconf-internals.h |   10 +
 gconf/gconf.c           |    6 +-
 gconf/gconf.h           |   10 +-
 gconf/gconfd.c          |   20 +
 12 files changed, 1020 insertions(+), 765 deletions(-)

commit 32a0890ed0fc1b608f82673761ce053b57b2da78
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 12 20:52:04 1999 +0000

    sync

 gconf/GConf.idl         |  6 +++---
 gconf/GConfX.idl        |  6 +++---
 gconf/gconf-backend.h   |  2 +-
 gconf/gconf-internals.c | 26 +++++++++++++-------------
 gconf/gconf-internals.h |  8 ++++----
 gconf/gconf.c           | 12 ++++++------
 gconf/gconf.h           | 10 +++++-----
 gconf/gconfd.c          | 24 ++++++++++++------------
 gconf/gconftool.c       |  6 +++---
 9 files changed, 50 insertions(+), 50 deletions(-)

commit 05929f6fd486551e25bbe6dd673ece8f437716fb
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 12 15:41:15 1999 +0000

    *** empty log message ***

 gconf/gconf-schema.h | 14 +++++++++-----
 gconf/gconf.c        |  1 -
 gconf/gconf.h        | 48 +++++++++++++++++++++++++++++++-----------------
 3 files changed, 40 insertions(+), 23 deletions(-)

commit 94a60c066272f8faf83d153811f79eac7808eaba
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Aug 11 22:53:24 1999 +0000

    convenience wrappers

 gconf/gconf.c | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf.h |  34 ++++++++++--
 2 files changed, 193 insertions(+), 5 deletions(-)

commit 1739eebdd78cc2dd2099f7e841e1d5d021748e3a
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Aug 6 21:59:38 1999 +0000

    initial schemas stuff

 backends/xml-backend.c  | 154 ++++++++++++++++++++++++++-----------
 gconf/GConf.idl         |  12 ++-
 gconf/GConfX.idl        |  12 ++-
 gconf/Makefile.am       |   2 +
 gconf/gconf-internals.c | 173 +++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf-internals.h |   7 ++
 gconf/gconf-schema.c    | 109 +++++++++++++++++++++++++++
 gconf/gconf-schema.h    |  71 +++++++++++++++++
 gconf/gconf.h           |  18 ++---
 gconf/gconftool.c       | 197 ++++++++++++++++++++++++++++++++++++++++++++++--
 10 files changed, 684 insertions(+), 71 deletions(-)

commit c99f73684a585fe1fbd7f6021d860c8375dc9cf6
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 5 23:17:50 1999 +0000

    Reasonable error handling (what a concept, eh?)

 backends/xml-backend.c  |  56 +++++++----
 gconf/gconf-internals.c | 133 +++++++++++++++++++++----
 gconf/gconf.c           | 259 +++++++++++++++++++++++++++++++++++-------------
 gconf/gconf.h           |  25 ++++-
 gconf/gconfd.c          |  56 ++++++++++-
 gconf/gconftool.c       |  62 +++++++++---
 6 files changed, 460 insertions(+), 131 deletions(-)

commit f3c622ca60cf6e45b4b6eb37315b53b9f30dbf18
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 5 05:12:34 1999 +0000

    *** empty log message ***

 gconf-editor/Makefile.am    |  12 ++-
 gconf-editor/app.c          | 181 ++++++++++++++++++++++++++++++++++++++++++++
 gconf-editor/app.h          |  29 +++++++
 gconf-editor/gconf-editor.c | 123 ++++++++++++++++++++++++++----
 gconf/Makefile.am           |  46 +++++------
 5 files changed, 345 insertions(+), 46 deletions(-)

commit dbcb7fde5f937bba1d39113bd2481363b1dab553
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Aug 5 00:20:11 1999 +0000

    sync to home

 backends/xml-backend.c  | 64 +++++++++++++++++++++++++++++--------
 gconf/GConf.idl         |  4 +++
 gconf/GConfX.idl        |  4 +++
 gconf/gconf-backend.h   |  6 ++++
 gconf/gconf-internals.c | 66 ++++++++++++++++++++++++++++++++++++++
 gconf/gconf-internals.h | 11 +++++++
 gconf/gconfd.c          | 85 +++++++++++++++++++++++++++++++++++++------------
 7 files changed, 206 insertions(+), 34 deletions(-)

commit ddc250ae7e4f5d71d55a7013e8db8800acb4a6e0
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Aug 4 04:02:54 1999 +0000

    add blank dir for the GUI

 autogen.sh                  |  2 +-
 configure.in                |  5 +++++
 gconf-editor/Makefile.am    | 11 +++++++++++
 gconf-editor/gconf-editor.c | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 49 insertions(+), 1 deletion(-)

commit 98e4751f4f894903fe0efd61f7547e0108e35e88
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 3 23:19:11 1999 +0000

    *** empty log message ***

 backends/xml-backend.c  | 407 +++++++++++++++++++++++++++++++++++++++++-------
 gconf/GConf.idl         |   2 +
 gconf/GConfX.idl        |   2 +
 gconf/gconf-backend.h   |   3 +
 gconf/gconf-internals.c |  39 ++++-
 gconf/gconf-internals.h |   4 +
 gconf/gconf.c           |  38 ++++-
 gconf/gconf.h           |   2 +
 gconf/gconfd.c          |  30 +++-
 gconf/gconftool.c       |  79 ++++++++--
 10 files changed, 530 insertions(+), 76 deletions(-)

commit 87503e4050e8776b1c9725ae587d423b8e623f01
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Aug 3 03:04:58 1999 +0000

    *** empty log message ***

 backends/xml-backend.c |  44 ++++++++++++-
 gconf/gconftool.c      | 176 ++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 173 insertions(+), 47 deletions(-)

commit e83175fc0addba3c30dd9a157a19ecdbe42db526
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Aug 2 23:13:13 1999 +0000

    blah blah

 backends/xml-backend.c  | 361 ++++++++++++++++++++++++++++--------------------
 gconf/GConf.idl         |   3 +
 gconf/GConfX.idl        |   3 +
 gconf/gconf-internals.c | 134 +++++++++++++++++-
 gconf/gconf-internals.h |   6 +
 gconf/gconf.c           |  65 ++++++++-
 gconf/gconf.h           |   2 +
 gconf/gconfd.c          |  59 +++++++-
 gconf/gconftool.c       |  77 +++++++++--
 9 files changed, 543 insertions(+), 167 deletions(-)

commit e7223c821567367eac59ee2779abac4426a9a5f4
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Aug 2 04:39:21 1999 +0000

    'ls' functionality (gconftool --all-pairs /foo/bar)

 backends/xml-backend.c  | 233 +++++++++++++++++++++++++++++++++++++-----------
 gconf/GConf.idl         |   7 ++
 gconf/GConfX.idl        |   7 ++
 gconf/gconf-backend.h   |  14 ++-
 gconf/gconf-internals.c | 161 +++++++++++++++++++++++++++++++--
 gconf/gconf-internals.h |   8 ++
 gconf/gconf.c           | 226 ++++++++++++++++++++++++++++++++++++++++++----
 gconf/gconf.h           |  12 +++
 gconf/gconfd.c          |  98 ++++++++++++++++----
 gconf/gconftool.c       | 138 +++++++++++++++++++++++++---
 10 files changed, 795 insertions(+), 109 deletions(-)

commit 586b9333b3b34dcb283b63f64536a23eb8f06ab3
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jul 31 07:01:00 1999 +0000

    nothing important

 gconf/gconftool.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 39b2206e1ef5320acc749486ea089028c1f034ee
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jul 31 06:38:17 1999 +0000

    Minor fixes, and make it easier to try/debug

 configure.in            |  4 ++++
 gconf/GConf.idl         |  2 ++
 gconf/GConfX.idl        |  2 ++
 gconf/Makefile.am       |  3 ++-
 gconf/gconf-backend.c   | 35 +++++++++++++++++++++--------------
 gconf/gconf-backend.h   |  1 -
 gconf/gconf-internals.c |  3 ++-
 gconf/gconf-internals.h |  3 +++
 gconf/gconf.c           | 31 +++++++++++++++++++++++++++++++
 gconf/gconfd.c          | 47 +++++++++++++++++++++++++++++++++++++++++++----
 gconf/gconftool.c       | 14 ++++++++++++++
 11 files changed, 124 insertions(+), 21 deletions(-)

commit 2840de3167cb47eb38866e7b3dd225c2c860050b
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sat Jul 31 06:00:43 1999 +0000

    add file

 gconf/gconf.path | 6 ++++++
 1 file changed, 6 insertions(+)

commit 974b91ae778fb444a673de6dbcfa11c240ae4efd
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Jul 30 23:30:54 1999 +0000

    *** empty log message ***

 backends/xml-backend.c   | 10 +++++++++-
 gconf/gconf-internals.c  |  8 ++++++--
 gconf/gconf-internals.h  |  2 +-
 gconf/gconf.c            | 27 +++++++++++++++++++++++++++
 gconf/gconf.h            |  1 +
 gconf/gconfd.c           | 10 +++++++---
 gconf/gconftool.c        |  2 ++
 gconf/gnome-testclient.c | 25 ++++++++++++++++++++-----
 8 files changed, 73 insertions(+), 12 deletions(-)

commit 3547943b1a2336100eefbff68602cad9efc5d735
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Jul 30 21:16:54 1999 +0000

    sync

 gconf/GConf.idl         |   4 +-
 gconf/GConfX.idl        |   4 +-
 gconf/Makefile.am       |  17 ++-
 gconf/gconf-backend.c   |   6 +-
 gconf/gconf-internals.c | 363 ++++++++++++++++++++++++++++++++++++++----------
 gconf/gconf-internals.h |  32 ++++-
 gconf/gconf.c           | 137 ++++++++++++++++--
 gconf/gconf.h           |  10 +-
 gconf/gconfd.c          | 139 +++++++++++++++---
 gconf/gconftool.c       | 255 ++++++++++++++++++++++++++++++++++
 10 files changed, 853 insertions(+), 114 deletions(-)

commit 9cae1f025607cc5c78a815cd7f1b46e937894327
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 29 22:10:02 1999 +0000

    sync

 gconf/gconfd.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 40226413ae191fed53ad290eb6712a83ca014552
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 29 21:22:02 1999 +0000

    etc.

 gconf/GConf.idl          |   6 +++
 gconf/GConfX.idl         |   6 +++
 gconf/Makefile.am        |   6 +++
 gconf/gconf.c            |  98 ++++++++++++++++++++-------------
 gconf/gconf.h            |   2 +-
 gconf/gconfd.c           | 137 ++++++++++++++++++++++-------------------------
 gconf/gnome-testclient.c | 122 +++++++++++++++++++++++++++++++++++++++++
 gconf/testclient.c       |   9 +++-
 8 files changed, 276 insertions(+), 110 deletions(-)

commit 1d7076ce9c0cc178800901a34766d0db7a66ae36
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 29 16:47:26 1999 +0000

    *** empty log message ***

 gconf/Makefile.am   |   4 +
 gconf/gconf-orbit.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-orbit.h |  41 +++++++++
 gconf/gconf.c       |  46 ++--------
 gconf/gconf.h       |   2 +-
 gconf/gconfd.c      |  58 ++----------
 gconf/testclient.c  |   2 +-
 7 files changed, 318 insertions(+), 88 deletions(-)

commit 868754d400c4661e2f3f199ff3d83a22c88d76c5
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 29 14:05:40 1999 +0000

    *** empty log message ***

 gconf/gconf.c  |  5 ++++-
 gconf/gconfd.c | 37 +++++++++++++++++++++++++++----------
 2 files changed, 31 insertions(+), 11 deletions(-)

commit 34b5d957e6b8f3ab08b454cfd7eeb1d0e36c8bac
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Jul 28 22:37:38 1999 +0000

    hmm

 gconf/GConf.idl         |  22 +++-
 gconf/GConfX.idl        |  22 +++-
 gconf/gconf-internals.c |  79 ++++++++++++-
 gconf/gconf-internals.h |   4 +
 gconf/gconf.c           | 300 ++++++++++++++++++++++++++++++++++++++----------
 gconf/gconf.h           |   8 +-
 gconf/gconfd.c          | 106 ++++++++++++-----
 gconf/testclient.c      |  25 +++-
 8 files changed, 460 insertions(+), 106 deletions(-)

commit 0b694ba8f416103e434ba8d885659ff6d7993883
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Wed Jul 28 04:06:15 1999 +0000

    Hmm

 doc/thoughts.txt        |   6 +
 gconf/GConf.idl         |   2 +
 gconf/GConfX.idl        |   2 +
 gconf/gconf-internals.c |  85 +++++-------
 gconf/gconf-internals.h |   2 +-
 gconf/gconf.c           | 351 +++++++++++++++++++++++++++++++++++++++++-------
 gconf/gconf.h           |  12 +-
 gconf/gconfd.c          | 169 ++++++++++++++++++++++-
 gconf/testclient.c      |  52 +++++++
 9 files changed, 570 insertions(+), 111 deletions(-)

commit bc4a323aafb887263a527f8ee6e14e8d0984580d
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Tue Jul 27 23:23:59 1999 +0000

    Still broken, la la la la

 gconf/GConf.idl         |   8 +-
 gconf/GConfX.idl        |   8 +-
 gconf/Makefile.am       |   2 +
 gconf/gconf-internals.c |  92 ++++++++++-
 gconf/gconf-internals.h |   2 +
 gconf/gconf.c           |   4 +-
 gconf/gconfd.c          | 431 +++++++++++++++++++++++++++++++++++++++++++++---
 7 files changed, 509 insertions(+), 38 deletions(-)

commit 2d6ee21b5f9f82811dd3cf51e915ee38b543b532
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Jul 26 23:19:02 1999 +0000

    sync, utterly broken

 configure.in            |   5 ++
 gconf/GConf.idl         |  21 +++++--
 gconf/GConfX.idl        |  21 +++++--
 gconf/Makefile.am       |  29 +++++++--
 gconf/gconf-backend.c   |   4 +-
 gconf/gconf-internals.c |  29 +++++++++
 gconf/gconf-internals.h |  50 +---------------
 gconf/gconf.c           | 155 ++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.h           |  75 ++++++++++++++++++++++-
 gconf/gconfd.c          | 152 +++++++++++++++++++++++++++++++++++++++++++++--
 gconf/testclient.c      |  30 ++++++++++
 11 files changed, 505 insertions(+), 66 deletions(-)

commit a0a6fda217fc0e8cd97fa888eae3d9d5b32295ea
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Mon Jul 26 03:34:58 1999 +0000

    sync

 backends/xml-backend.c | 189 ++++++++++++++++++++++++++++++++++++-------------
 gconf/gconfd.c         | 136 +++++++++++++++++++++++++++++------
 2 files changed, 254 insertions(+), 71 deletions(-)

commit 9a3f5480975d4c1c426f19832a78eb0063249941
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Sun Jul 25 14:47:22 1999 +0000

    started over on the XML backend, it's less ugly now. :-)

 backends/xml-backend.c  | 1131 ++++++++++++++++++++++++++++-------------------
 gconf/gconf-backend.h   |    2 +
 gconf/gconf-internals.c |   25 +-
 gconf/gconf-internals.h |    1 +
 gconf/gconfd.c          |   47 ++
 5 files changed, 737 insertions(+), 469 deletions(-)

commit cced05d3f561e350e3d6475532414b90a149e66e
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Jul 23 22:53:11 1999 +0000

    progress, progress. Compiles for the moment.

 backends/Makefile.am    |   2 +-
 backends/xml-backend.c  | 387 +++++++++++++++++++++++++++++++++++++++++-------
 configure.in            |   3 +
 gconf/gconf-backend.c   |  18 +--
 gconf/gconf-backend.h   |   3 +
 gconf/gconf-internals.c | 162 +++++++++++++++++++-
 gconf/gconf-internals.h |  21 ++-
 gconf/gconfd.c          |  48 +++++-
 8 files changed, 573 insertions(+), 71 deletions(-)

commit ce2c284c2c37545bb56681c1fcfcf8851fc0f125
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Jul 23 03:32:00 1999 +0000

    Cache stuff, misc. other stuff. doesn't compile I'm sure.

 backends/xml-backend.c  | 405 +++++++++++++++++++++++++++++++++++++++++++++++-
 gconf/gconf-backend.c   |   2 +-
 gconf/gconf-internals.c |  88 +++++++++++
 gconf/gconf-internals.h |   5 +
 4 files changed, 495 insertions(+), 5 deletions(-)

commit 4a0d49a9e408eefd51779b372c05cc861e29c8cf
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 22 22:55:18 1999 +0000

    hmm

 backends/xml-backend.c  | 62 ++++++++++++++++++++++++++++++++++++++++++-------
 gconf/gconf-internals.c | 18 ++++++++++----
 gconf/gconf-internals.h |  1 -
 gconf/gconfd.c          |  5 +++-
 4 files changed, 71 insertions(+), 15 deletions(-)

commit 347253511fbcfef22eae355d2f6da933b3527996
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 22 21:43:04 1999 +0000

    boilerplate and hacky code to start things going

 backends/Makefile.am    |   2 +-
 backends/xml-backend.c  |  48 ++++++---
 gconf/Makefile.am       |   5 +-
 gconf/gconf-backend.c   | 252 ++++++++++++++++++++++++++++++++++++++++++++++++
 gconf/gconf-backend.h   |  32 ++++--
 gconf/gconf-internals.c |  49 ++++++++++
 gconf/gconf-internals.h |   3 +
 gconf/gconfd.c          |  43 +++++++++
 8 files changed, 407 insertions(+), 27 deletions(-)

commit e8b6ac485693d0b00a843cb79efa44dc6395eefc
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 22 20:20:02 1999 +0000

    add Makefile.in.in

 po/Makefile.in.in | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 248 insertions(+)

commit 7c6fe0a88f4024261bdde8a6d2f888fbc3ac6b92
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Thu Jul 22 20:15:16 1999 +0000

    import

 AUTHORS                 |   0
 COPYING                 | 481 ++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog               |   0
 Makefile.am             |   1 +
 NEWS                    |   0
 README                  |   0
 acconfig.h              |   8 +
 autogen.sh              |  61 ++++++
 backends/Makefile.am    |  10 +
 backends/xml-backend.c  |  64 +++++++
 configure.in            |  38 ++++
 doc/thoughts.txt        | 231 +++++++++++++++++++++++
 gconf/GConf.idl         |   9 +
 gconf/GConfX.idl        |   9 +
 gconf/Makefile.am       |  11 ++
 gconf/gconf-backend.c   |  19 ++
 gconf/gconf-backend.h   |  54 ++++++
 gconf/gconf-internals.c |  68 +++++++
 gconf/gconf-internals.h |  84 +++++++++
 gconf/gconf.h           |  37 ++++
 po/ChangeLog            |   0
 po/POTFILES.in          |   0
 stamp.h.in              |   0
 23 files changed, 1185 insertions(+)

Generated by dwww version 1.15 on Sat May 18 06:07:39 CEST 2024.