# Generated by Makefile. Do not edit. commit a77254e76818c2ebf0e5c043220ac2ba9366f981 Author: Rob Bradford Date: Sun Aug 14 17:22:35 2011 +0100 Release 3.1.5 NEWS | 22 ++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 23 insertions(+), 1 deletions(-) commit 7cb127ea203f1975fb73bb3e19cbbc275e3f7f70 Author: Evan Nemerson 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 files changed, 2 insertions(+), 1 deletions(-) commit 150e7fbea18a1431891224a79e6710377b4aa9dc Author: Rob Bradford 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 files changed, 2 insertions(+), 2 deletions(-) commit e4084e63c85655532ed95f38f9a4b701b1b12985 Author: Rob Bradford Date: Sun Aug 14 15:59:55 2011 +0100 misc: Update .gitignore to include files from gtk-doc and dist tarball .gitignore | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 3385287b5e8566e9a7107410348592571db6440c Author: Rob Bradford 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 files changed, 2 insertions(+), 4 deletions(-) commit dd3929019700ae3e4ee1175f198b7a32c073a629 Author: Rob Bradford Date: Sun Aug 14 15:36:05 2011 +0100 misc: Update .gitignore file to hide gsettings converter .desktop file .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fc96ed13c9c695d44c97cd3aafe17c69059af70a Author: Rob Bradford 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 Date: Sat Aug 13 17:23:01 2011 +0700 Updated Thai translation. po/th.po | 349 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 205 insertions(+), 144 deletions(-) commit fb3c75b672a6391691c8fe37fbd8f6d1bcfb85ca Author: Andika Triwidada Date: Fri Aug 12 15:06:58 2011 +0700 Updated Indonesian translation po/id.po | 941 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 357 insertions(+), 584 deletions(-) commit c607373ea0f2c4b20c86c75834f7e56fb28521cf Author: Kristjan SCHMIDT Date: Fri Aug 12 09:34:32 2011 +0200 Updated Esperanto translation po/eo.po | 476 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 268 insertions(+), 208 deletions(-) commit 0350b9bbea1dec9f7c41c2ac4eb7e4cdd3acb5f9 Author: Alexander Shopov Date: Thu Aug 11 19:59:19 2011 +0300 Updated Bulgarian translation po/bg.po | 342 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 203 insertions(+), 139 deletions(-) commit 132815e5f921e9b54d3e56d17fdf48fbe1732c06 Author: Kalev Lember 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 files changed, 17 insertions(+), 0 deletions(-) commit baefc6982b174f37a91ad38f95bee8609692806c Author: Claude Paroz Date: Thu Aug 4 22:24:02 2011 +0200 Updated French translation po/fr.po | 353 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 209 insertions(+), 144 deletions(-) commit d1370f6f80e5f2b9e148c7370c96b097ae8f06a8 Author: Yuri Kozlov Date: Mon Aug 1 00:13:56 2011 +0400 Updated Russian translation po/ru.po | 1201 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 766 insertions(+), 435 deletions(-) commit 8a01ba473b4c573cddb4cee73db4ecadaa5adc8a Author: Ross Burton Date: Mon Jul 25 14:25:33 2011 +0100 Bump version to 3.1.4 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 22ac1cf7e9e85622051b00901c5d358c6cbe87e3 Author: Ross Burton Date: Mon Jul 25 14:25:25 2011 +0100 Update NEWS NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit e3792798facf9b6de0f50d69eafb998bdb6cbdb0 Author: Daniel Nylander Date: Mon Jul 18 22:13:36 2011 +0200 Updated Swedish translation po/sv.po | 371 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 222 insertions(+), 149 deletions(-) commit 8370e61af4e22e045b39a9413ce5f804cd585a87 Author: Martin Pitt 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 files changed, 2 insertions(+), 0 deletions(-) commit f9ddcde4ab0a80c741b12fd7e2084d95965fc291 Author: Aurimas Černius Date: Sat Jul 16 16:55:37 2011 +0300 Updated Lithuanian translation. po/lt.po | 1107 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 488 insertions(+), 619 deletions(-) commit 8d6e81a41a3c591511d9d343fa7ddcfad34e106f Author: Marek Černocký Date: Fri Jul 15 16:32:01 2011 +0200 Updated Czech translation po/cs.po | 351 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 210 insertions(+), 141 deletions(-) commit 408fa0ee93aa270618f239e5505220dc10bd04a4 Author: Simon McVittie 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 Reviewed-by: Ross Burton gconf/gconf-dbus.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit dc5a082303ee05b3908665b2566bb1dffad0b543 Author: Rudolfs Mazurs Date: Tue Jul 12 16:16:39 2011 +0300 Updated Latvian translation. po/lv.po | 365 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 215 insertions(+), 150 deletions(-) commit 8300f1dffad7662dbda16f30c1142bc7d46ad3c1 Author: Colin Walters 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 files changed, 1 insertions(+), 1 deletions(-) commit 7c7a4ab0dbb4e088b4b2edf5ba14326931fcac82 Author: Fran Dieguez Date: Tue Jul 5 11:33:14 2011 +0200 Updated Galician translations po/gl.po | 363 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 217 insertions(+), 146 deletions(-) commit 3febd385ef9d8d59fdde3d9e8d3f397651550d11 Author: Muhammet Kara Date: Sun Jul 3 13:43:20 2011 +0300 Updated Turkish translation po/tr.po | 357 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 209 insertions(+), 148 deletions(-) commit 627953d736b2ebea7d15c0d72a240096f9096fc9 Author: Matej Urbančič Date: Sat Jul 2 20:19:26 2011 +0200 Updated Slovenian translation po/sl.po | 370 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 220 insertions(+), 150 deletions(-) commit 183d9c748b262d81139e111db43a54a703b17d56 Author: Yaron Shahrabani Date: Sat Jul 2 10:54:52 2011 +0300 Updated Hebrew translation. po/he.po | 359 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 212 insertions(+), 147 deletions(-) commit c78ce489eb9ef0ccd989535cf1b81b4aba4d60d5 Author: Kjartan Maraas Date: Sat Jul 2 00:11:55 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 342 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 203 insertions(+), 139 deletions(-) commit 52f259e2ef80658d25888afd02bb056d68797c9a Author: Carles Ferrando Date: Fri Jul 1 17:56:01 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 345 +++++++++++++++++++++++++++++++---------------------- 1 files changed, 203 insertions(+), 142 deletions(-) commit d313d59f2855a34ed8f91aae252f2a9b793a59de Author: Gil Forcada Date: Fri Jul 1 17:55:52 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 366 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 212 insertions(+), 154 deletions(-) commit 3384962864b926523f613bbc55e373ac019c9433 Author: Ross Burton Date: Fri Jul 1 15:30:53 2011 +0100 Update NEWS NEWS | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit c37a1765506fd76b55899ad71dad5e3a9a56b785 Author: Ross Burton Date: Fri Jul 1 15:20:09 2011 +0100 Correctly bump version up to 3.1.3 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4fd4403bba725a88c2be59652ea933f2c56d9dc8 Author: Ross Burton Date: Fri Jul 1 14:35:49 2011 +0100 Update NEWS NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit e026a72d20aed8f97d42c9b7cabb4af46b4cb358 Author: Ross Burton Date: Fri Jul 1 14:35:46 2011 +0100 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 074c2b36d53a658e9a67ceeafe4ed73e22f24298 Author: Daniel Mustieles Date: Fri Jul 1 15:36:08 2011 +0200 Updated Spanish translation po/es.po | 415 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 240 insertions(+), 175 deletions(-) commit 0a456ca9d48a59f196da53a345ab9695c8470e7a Author: Ross Burton 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 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 Date: Tue Jun 21 19:01:09 2011 +0100 Update POTFILES po/POTFILES.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 53e92f80bcfc3a6f57eebe3630793325cbb39603 Author: Ross Burton Date: Tue Jun 21 18:58:47 2011 +0100 Distcheck with DBus Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 47f4a8c7c9589ce98da2dffb49b862484b298e5b Author: Ross Burton Date: Tue Jun 21 17:57:38 2011 +0100 Fix make dist gconf/Makefile.am | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit b4cd86e9efee5ad70c2397a41e4591d748a00f8e Author: Ross Burton Date: Tue Jun 21 14:31:30 2011 +0100 Be more verbose when picking ORBit or DBus configure.in | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 85df3c93ac653c9d5f6718b2554fe75831c87ab7 Author: Rob Bradford Date: Mon Jun 20 13:56:16 2011 +0100 gconfd: Add conditional DBUS code gconf/gconfd.c | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) commit e385c02d09ef078609a16a0291e07f6e399739be Author: Rob Bradford 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(+), 0 deletions(-) commit 3e42f8c0a91e1cc1d2251a33fbf2525ed2dead45 Author: Rob Bradford 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 Date: Mon Jun 20 12:20:39 2011 +0100 gconf: Surround CORBA code with ifdefs gconf/gconf.c | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 4352f9fb16d9d94d68c9c0ba507dbda5bec0f7c0 Author: Rob Bradford 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 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/gconfd-dbus.c | 392 +++++++ gconf/gconfd-dbus.h | 42 + 8 files changed, 5165 insertions(+), 0 deletions(-) commit bd491608a31dec52e98491d7a4c9aae4386a227e Author: Rob Bradford 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 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 files changed, 3 insertions(+), 0 deletions(-) commit 06cf82b965216c5063994f2822cd3f152457110d Author: Rob Bradford 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 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 Date: Thu Jun 16 13:28:28 2011 +0100 build: Add support for disabling orbit build (defaults to on) configure.in | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) commit 0ffef69ff63f6cafe7757cac317c8b0a38748d85 Author: Rob Bradford 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 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 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 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 files changed, 235 insertions(+), 7 deletions(-) commit 0630a9a047bf235b3518a5a1c1ace4b938088c84 Author: Rob Bradford 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 insertions(+), 5 deletions(-) commit 94787614d435ad59ffd3039b53691ca2ebf62f5e Author: Rob Bradford 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 files changed, 0 insertions(+), 4 deletions(-) commit d67569a566412f4b87aab75bd43597125fae4018 Author: Rob Bradford 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: Мирослав Николић 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 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 files changed, 0 insertions(+), 2 deletions(-) commit 5467537dc7a22b3b377497186a8fb6d4724f7ce5 Author: Kjartan Maraas Date: Thu Jun 16 16:30:02 2011 +0200 Update NEWS NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit a719637dfeaae377a6a220325b33a2a7cc63ce96 Author: Tommi Vainikainen Date: Tue Jun 7 10:54:53 2011 +0300 Updated Finnish translation po/fi.po | 617 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 308 insertions(+), 309 deletions(-) commit ab0aca092fe6e68bc719e47cd0c7668f9dadb544 Author: Carles Ferrando Date: Sun May 29 14:01:39 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 123 +++++++++++++++++++++++++++-------------------------- 1 files changed, 63 insertions(+), 60 deletions(-) commit 41ce8d479417f752a1f101e4e68944d0f69b9e4f Author: Kjartan Maraas 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 files changed, 2 insertions(+), 2 deletions(-) commit 95454a76a40882d1912e83b141ffc398e2735aa8 Author: Kjartan Maraas Date: Tue May 24 18:11:44 2011 +0200 Remove non-existing --usage flag doc/gconftool-2.1 | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit cf054aaa9ddf9b986088c10bf67c855b01ef7885 Author: Abduxukur Abdurixit Date: Sun May 1 23:14:09 2011 +0200 Added UG translation po/ug.po | 5191 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 2705 insertions(+), 2486 deletions(-) commit 2f31665d62cd7fadd29df841fc308bb18f3a7aca Author: Muhammet Kara Date: Thu Apr 28 02:02:22 2011 +0300 Updated Turkish translation po/tr.po | 246 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 129 insertions(+), 117 deletions(-) commit a8b1adb8bd8001715cd049354dee78f2bb4a11d0 Author: Christian Persch Date: Mon Apr 25 12:33:03 2011 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8e96c11e6be7fee014ded302f1db9123ef2b838d Author: Christian Persch Date: Mon Apr 25 12:30:41 2011 +0200 Version 2.32.3 NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7530b03aabe69361d431d1d93bc69bf829329bc1 Author: Theppitak Karoonboonyanan Date: Sun Apr 24 16:33:42 2011 +0700 Updated Thai translation. po/th.po | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) commit 5d0e4127d86565818f4f588dd6749604bf8bc54d Author: Kristjan SCHMIDT Date: Thu Apr 21 23:09:48 2011 +0200 Add Esperanto translation po/LINGUAS | 1 + po/eo.po | 2487 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2488 insertions(+), 0 deletions(-) commit e8e316a3eb6c76ab4f9c6df621b7d04dc493e494 Author: Nguyễn Thái Ngọc Duy Date: Thu Apr 14 18:39:23 2011 +0700 Updated Vietnamese translation po/vi.po | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) commit d2612c4351f31f2466e0fca3ac9808d0882686ab Author: Nguyễn Thái Ngọc Duy Date: Thu Apr 14 18:38:08 2011 +0700 po/vi.po: import from Damned Lies po/vi.po | 214 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 113 insertions(+), 101 deletions(-) commit 4751453a289acc72186d1d633059c0d16ffca750 Author: Christian Persch Date: Mon Apr 4 14:07:57 2011 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9dda4158de4c4699a7d9750198654378312c5592 Author: Christian Persch Date: Mon Apr 4 14:02:06 2011 +0200 Version 2.32.2 NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 7f3c1ec468f8f325e773af69c923b94066edc47c Author: Jamil Ahmed Date: Mon Apr 4 14:56:18 2011 +0600 Updated Bengali translation po/bn.po | 395 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 203 insertions(+), 192 deletions(-) commit 8aceae2d31f1331ce716ee27b7a79303ac8a24f3 Author: Jordi Serratosa Date: Sun Apr 3 22:41:06 2011 +0200 [l10n]Fixes on Catalan translation po/ca.po | 64 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 32 insertions(+), 32 deletions(-) commit bf9d58c57cde79da2acc184c57a1bc9620038e0e Author: Inaki Larranaga Murgoitio Date: Sun Apr 3 16:52:23 2011 +0200 Updated Basque language po/eu.po | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) commit 81fc3e96e6a75672746d7c1f517751bacdabc84e Author: Takayoshi OKANO Date: Sun Apr 3 13:31:32 2011 +0900 Updated Japanese translation po/ja.po | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) commit dfdd6453babfff9cc548f595b8199726667a6928 Author: Ask H. Larsen Date: Sat Apr 2 19:31:05 2011 +0200 Updated Danish translation po/da.po | 37 ++++++++++++++++++++++--------------- 1 files changed, 22 insertions(+), 15 deletions(-) commit a1daf174a72df5ece30993897dee9a0fc52593a7 Author: Rodrigo Padula de Oliveira Date: Sun Mar 27 17:06:25 2011 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 29 +++++++++++++++++------------ 1 files changed, 17 insertions(+), 12 deletions(-) commit a40ce3176413473743fc9f61b2e299d184fa2581 Author: Abduxukur Abdurixit Date: Sun Mar 27 19:30:13 2011 +0200 Added UG translation po/ug.po | 4988 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2486 insertions(+), 2502 deletions(-) commit 53af44832135a33f52d5dd8e7973bc567007445b Author: A S Alam Date: Sun Mar 27 09:50:36 2011 +0530 update tranlation for Punjabi by A S Alam po/pa.po | 365 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 243 insertions(+), 122 deletions(-) commit d0e3e3e6c6934e7a1110bbb247c1a28236b73a68 Author: Sandeep Shedmake Date: Wed Mar 23 16:56:13 2011 +0530 Updated Marathi Translations po/mr.po | 239 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 122 insertions(+), 117 deletions(-) commit fa0649ed39e933df67bf7aa18653c94308e9cdbc Author: Sweta Kothari Date: Tue Mar 22 16:18:17 2011 +0530 Updated Gujarati Translations po/gu.po | 243 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 123 insertions(+), 120 deletions(-) commit 7fb72826d88efc5775cb057440086912f2424027 Author: Amitakhya Phukan Date: Mon Mar 21 11:15:17 2011 +0530 Updated Assamese translations po/as.po | 254 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 134 insertions(+), 120 deletions(-) commit b5144c981c7199b70f859dcd1cea82becca46a54 Author: Daniel Korostil Date: Fri Mar 18 20:26:09 2011 +0200 Uploaded Ukranian po/uk.po | 255 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 133 insertions(+), 122 deletions(-) commit d5ef40db44f38253857f038993866c5dcb952591 Author: Luca Ferretti Date: Thu Mar 17 15:04:57 2011 +0100 Updated Italian translation po/it.po | 75 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 41 insertions(+), 34 deletions(-) commit aab8327966d06510fc3008926619b2e971f021e9 Author: Bruce Cowan Date: Thu Mar 17 13:18:14 2011 +0000 Updated British English translation po/en_GB.po | 72 ++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 40 insertions(+), 32 deletions(-) commit c8d0ce54ba52b21048381973ecfd798825c55c64 Author: Mario Blättermann Date: Thu Mar 17 11:15:03 2011 +0100 [l10n] Updated German translation po/de.po | 308 ++++++++++++++++++++++++------------------------------------- 1 files changed, 121 insertions(+), 187 deletions(-) commit 14806df5de8c6e48d17fd7f247ee04c82177530d Author: Manoj Kumar Giri Date: Thu Mar 17 15:42:24 2011 +0530 Updated Oriya Translation po/or.po | 96 ++++++++++++++++++++++--------------------------------------- 1 files changed, 35 insertions(+), 61 deletions(-) commit 6531bc0856125977ae78129307dfdf2fa1bf9c83 Author: Manoj Kumar Giri Date: Thu Mar 17 15:38:28 2011 +0530 Updated Oriya Translation po/or.po | 334 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 189 insertions(+), 145 deletions(-) commit 27198707979268745d3a82e7aa01279e48a06c12 Author: krishnababu k Date: Tue Mar 15 18:50:45 2011 +0530 Updated Telugu Translations po/te.po | 225 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 120 insertions(+), 105 deletions(-) commit 9839f4ccc14be55d6220144c279bf63c55486626 Author: Thomas Zajic 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 Date: Sun Mar 13 02:54:04 2011 +0100 Updated Romanian translation po/ro.po | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) commit c55d240cc51dfff89d2daf751441d82e18fc8921 Author: Piotr Drąg Date: Wed Mar 9 19:57:35 2011 +0100 Updated Polish translation po/pl.po | 88 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 48 insertions(+), 40 deletions(-) commit b5c631f3d1c00d428df50d601a1b6a1909a3b9bd Author: Matej Urbančič Date: Wed Mar 9 17:38:03 2011 +0100 Updated Slovenian translation po/sl.po | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) commit f91f3383b146025c9d58c767d1ccb5e3be062f29 Author: Aron Xu Date: Wed Mar 9 18:52:20 2011 +0800 Update Simplified Chinese translation. po/zh_CN.po | 40 ++++++++++++++++++++++++---------------- 1 files changed, 24 insertions(+), 16 deletions(-) commit bb1ed75ef343b2b691cdef2549fca2622833901c Author: Yuri Myasoedov Date: Sun Mar 6 10:57:01 2011 +0300 Updated Russian translation po/ru.po | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) commit 31dbc45528b2d15121a6c11dee0d43c5d8113748 Author: Changwoo Ryu Date: Sun Mar 6 01:53:06 2011 +0900 Updated Korean translation po/ko.po | 109 +++++++++++++++++++++---------------------------------------- 1 files changed, 38 insertions(+), 71 deletions(-) commit 04f5006f78b10f8acd03d871e3e92dc8f63c6806 Author: Rudolfs Mazurs Date: Sat Mar 5 14:39:41 2011 +0200 Updated Latvian translation. po/lv.po | 280 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 147 insertions(+), 133 deletions(-) commit 6845c63d8c7ae05c67e9943cc92ced3611098d9c Author: Duarte Loreto Date: Wed Mar 2 00:51:10 2011 +0000 Updated Portuguese translation po/pt.po | 87 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 47 insertions(+), 40 deletions(-) commit c86957af3c060c1402b8bb50f3ee807c208d9b03 Author: Bruno Brouard Date: Thu Feb 24 19:29:19 2011 +0100 Updated French translation po/fr.po | 133 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 72 insertions(+), 61 deletions(-) commit 7b131467375c3e153a61294aa4af91b93b957c81 Author: Takayuki KUSANO Date: Wed Feb 23 00:43:43 2011 +0900 Updated Japanese translation po/ja.po | 33 ++++++++++++++++++++------------- 1 files changed, 20 insertions(+), 13 deletions(-) commit 9e3d022112e5b22f5dbbd05d646a1fc406161003 Author: Abduxukur Abdurixit Date: Sat Feb 19 15:32:22 2011 +0100 Added UG translation po/ug.po | 4973 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2502 insertions(+), 2471 deletions(-) commit a89f0a23141812293b1ad1b63fbc55435a75dcb3 Author: Alexander Shopov Date: Wed Feb 16 22:26:41 2011 +0200 Updated Bulgarian translation po/bg.po | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 57c41b603e7caf8c0ec5fc82a17648df5e8106ea Author: Changwoo Ryu Date: Sun Feb 13 07:08:06 2011 +0900 Update Korean translation po/ko.po | 50 ++++++++++++++++++++++++-------------------------- 1 files changed, 24 insertions(+), 26 deletions(-) commit 7444d566686e68c43a9e9edb447ae993b2d82204 Author: Dirgita Date: Sat Feb 12 14:17:51 2011 +0700 Updated Indonesian translation po/id.po | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit e9420d514f419d9dc2faaa7f84aea8eab0126320 Author: Wouter Bolsterlee Date: Fri Feb 11 22:11:32 2011 +0100 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-) commit 48dfe6dc6bdec0af2bf3a2901f094c1a82ce4236 Author: Runa Bhattacharjee Date: Fri Feb 11 12:28:53 2011 +0530 Updated Bengali India Translation po/bn_IN.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 74c1f3e669cc2e38dd78d67175925c2ca00dfde4 Author: Runa Bhattacharjee Date: Fri Feb 11 11:59:16 2011 +0530 Updated Bengali India Translation po/bn_IN.po | 258 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 136 insertions(+), 122 deletions(-) commit dc34997e4ecd14accfc9dfadeb4ca2d0a7e8f1d0 Author: Laurent Dhima Date: Tue Feb 8 19:45:14 2011 +0100 Updated Albanian translation po/sq.po | 444 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 250 insertions(+), 194 deletions(-) commit 0241b014b5558fa28585280c6bb65ae72c900eb5 Author: Chao-Hsiung Liao 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 Date: Wed Feb 2 23:18:32 2011 +0100 [l10n] Updated Catalan translation po/ca.po | 77 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 42 insertions(+), 35 deletions(-) commit 0f6dbbca558f52beb9ea21ce4c01f096167c2c53 Author: Fran Diéguez Date: Thu Jan 27 00:25:19 2011 +0100 QA of Galician translations po/gl.po | 312 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 156 insertions(+), 156 deletions(-) commit 632b12ee6bfb533efc05199f471c367675452382 Author: Marek Černocký Date: Mon Jan 24 15:35:19 2011 +0100 Updated Czech translation po/cs.po | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit ff06080b39998085a233288de51ed70cda0421c0 Author: Daniel Nylander Date: Sat Jan 22 15:47:23 2011 +0100 Updated Swedish translation po/sv.po | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) commit fa5f8e76108f414ee914bfa58b769c16ae6c5658 Author: Daniel Mustieles Date: Wed Jan 19 20:26:10 2011 +0100 Updated Spanish translation po/es.po | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 751b533fdc1acfe940f63e708933a549a3e9f3fa Author: Michael Kotsarinis Date: Wed Jan 19 18:50:57 2011 +0200 Updated Greek translation po/el.po | 58 +++++++++++++++++++++++++++++++++------------------------- 1 files changed, 33 insertions(+), 25 deletions(-) commit 0d24b844d30060dc7f8969c5bb2ea46aeb0768ae Author: Fran Diéguez Date: Wed Jan 19 15:31:05 2011 +0100 Updated Galician translations po/gl.po | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit 613eca27b9d58e91947674ae3936da35aa63c0ad Author: Yaron Shahrabani Date: Tue Jan 18 12:58:04 2011 +0200 Updated Hebrew translation. po/he.po | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit ae0ba1606cbd759a0af9dd8241051441b2273fc4 Author: Kjartan Maraas Date: Tue Jan 18 10:44:29 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 54 ++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 34 insertions(+), 20 deletions(-) commit 49de70ebd982d797e6206fe7a2f98e3eb85f64ab Author: Gabor Kelemen 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 Date: Sat Jan 15 11:21:22 2011 +0300 Updated Russian translation po/ru.po | 932 ++++++++++++++++++++++---------------------------------------- 1 files changed, 331 insertions(+), 601 deletions(-) commit fba6e6354bb1bfca9720546f7073f13f60c5bd4c Author: Michael Kotsarinis Date: Thu Jan 13 13:21:20 2011 +0200 Updated Greek translation po/el.po | 697 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 348 insertions(+), 349 deletions(-) commit 28397ecda81d0f921c2278e842699cafb0dea02d Author: Alexander Shopov Date: Wed Jan 12 07:15:49 2011 +0200 Updated Bulgarian translation po/bg.po | 62 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 30 insertions(+), 32 deletions(-) commit e0ce9749fc67d3192def3fff32b1fb1f6995b895 Author: Inaki Larranaga Murgoitio Date: Mon Jan 10 22:27:12 2011 +0100 Updated Basque language po/eu.po | 61 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 30 insertions(+), 31 deletions(-) commit 998ce402ea8075efbde3e74ac816bdbe9ce897a1 Author: Gabor Kelemen Date: Tue Jan 4 18:54:03 2011 +0100 Updated Hungarian translation po/hu.po | 167 +++++++++++++++++++++++++------------------------------------ 1 files changed, 69 insertions(+), 98 deletions(-) commit 3dd3b49d275377c7c4c2783122bb0e867066b64a Author: Kjartan Maraas Date: Sun Jan 2 18:45:02 2011 +0100 Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 80 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 40 insertions(+), 40 deletions(-) commit 4201d1463e84363cd8bc235f077ec07a5b29f3a8 Author: Daniel Nylander Date: Wed Dec 29 15:53:35 2010 +0100 Updated Swedish translation po/sv.po | 49 +++++++++++++++++++++++++------------------------ 1 files changed, 25 insertions(+), 24 deletions(-) commit f80279f065f893022256560690b1641cf4c3b02e Author: Marek Černocký Date: Tue Dec 28 13:39:04 2010 +0100 Updated Czech translation po/cs.po | 56 +++++++++++++++++++++++++++----------------------------- 1 files changed, 27 insertions(+), 29 deletions(-) commit bc4d74d7d6a82e9ef1bef4ddcfab307649ad00b5 Author: Aron Xu Date: Sat Dec 25 16:37:39 2010 +0000 Update Simplified Chinese translation. po/zh_CN.po | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit 72356f7b23e1adbf8e62aac5a623109b85ddece5 Author: Gheyret T.Kenji Date: Thu Dec 23 18:43:09 2010 +0100 Added UG translation po/ug.po | 174 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 87 insertions(+), 87 deletions(-) commit 2e76bedef52e8ba70d98f6148fdf4ce75e8ca64d Author: Ivar Smolin Date: Mon Dec 20 13:56:12 2010 +0200 [l10n] Updated Estonian translation po/et.po | 40 +++++++++++++++++++++------------------- 1 files changed, 21 insertions(+), 19 deletions(-) commit a97b2cbb53ba4c0c782b508b840bcde872ead528 Author: Chao-Hsiung Liao 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 Date: Tue Nov 23 22:20:52 2010 +0700 Updated Thai translation. po/th.po | 1044 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 525 insertions(+), 519 deletions(-) commit 8e8c4a4a5e7ccca7c91cc29170dfd9b2d5c7bce1 Author: Lucian Adrian Grijincu Date: Mon Nov 22 19:54:58 2010 +0200 Updated Romanian translation po/ro.po | 63 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 33 insertions(+), 30 deletions(-) commit b854eb19243c69aa00bb52c8b31b7e4e4a1a922e Author: Gheyret T.Kenji Date: Sat Nov 20 11:16:52 2010 +0100 Added UG translation po/ug.po | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit c0ddd197605fa0bdf53a5c71126079762ac0514c Author: Kjartan Maraas Date: Thu Nov 18 13:46:28 2010 +0100 Updated Norwegian bokmål translation po/nb.po | 57 ++++++++++++++++++++++++++------------------------------- 1 files changed, 26 insertions(+), 31 deletions(-) commit 7438250b08184cf93591a0b6cf24605323111e99 Author: Gheyret T.Kenji Date: Sun Nov 14 00:04:47 2010 +0100 Added UG translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 31629164df56fae68f1f0d2190bf4f8ae5ed4c3f Author: Gheyret T.Kenji Date: Sat Nov 13 22:02:49 2010 +0100 Added UG translation po/ug.po | 2471 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2471 insertions(+), 0 deletions(-) commit c37db246850d504c634a9212adafbedf41bdd9e5 Author: Fran Diéguez Date: Fri Nov 12 23:57:08 2010 +0100 Updated Galician translations po/gl.po | 94 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 47 insertions(+), 47 deletions(-) commit 3f17112ab8ebcbfa703afdaacb26990a5b5b37e9 Author: Matthias Clasen Date: Wed Nov 10 08:17:13 2010 -0500 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 97ca5f0e6daaadf5ca3480044bad3af261ba17b6 Author: Matthias Clasen Date: Wed Nov 10 07:06:57 2010 -0500 Update NEWS NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 6d6704ea4143a335808b08e921a419bd4125d296 Author: Matthias Clasen 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 files changed, 17 insertions(+), 2 deletions(-) commit fdea70db1a27c85484dafb48f1fff22392a77a73 Author: Matej Urbančič Date: Thu Oct 28 21:30:55 2010 +0200 Updated Slovenian translation po/sl.po | 51 ++++++++++++++++++++++++++------------------------- 1 files changed, 26 insertions(+), 25 deletions(-) commit 1b6e2c65df117f8b7628ccc663acbe8a4c83155f Author: Carles Ferrando Date: Tue Oct 26 11:07:27 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 312 +++++++++++++++++++++++++++-------------------------- 1 files changed, 159 insertions(+), 153 deletions(-) commit c26079368ee5332dcddbca97e04dcbdc4bdea07e Author: Andika Triwidada Date: Mon Oct 25 21:00:54 2010 +0700 Updated Indonesian translation po/id.po | 61 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 32 insertions(+), 29 deletions(-) commit de4ed4f782c8037ae9c6f97bd7174878b3b610e1 Author: Yaron Shahrabani Date: Wed Oct 20 23:49:10 2010 +0200 Updated Hebrew translation. po/he.po | 60 +++++++++++++++++++++++++++++------------------------------- 1 files changed, 29 insertions(+), 31 deletions(-) commit d2b14ea7b2964ea8b8489b7e92c2d082bec96ab0 Author: Jorge González Date: Tue Oct 19 12:39:01 2010 +0200 Updated Spanish translation po/es.po | 131 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 69 insertions(+), 62 deletions(-) commit d6e7030cffd5d868c11b03858bebdac34e652c5e Author: Josselin Mouette Date: Tue Oct 19 07:57:25 2010 +0200 Bug #631250 - obsolete error message gconf/gconf-internals.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 54369f3e383091436ba16d8c362e7d2d7a328d3c Author: Gintautas Miliauskas Date: Wed Oct 13 16:07:30 2010 +0300 Updated Lithuanian translation. po/lt.po | 3042 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 2547 insertions(+), 495 deletions(-) commit 25f4311389cf651e57b5ab0f390e23b64faeb27d Author: Gintautas Miliauskas Date: Wed Oct 13 15:57:06 2010 +0300 Updated Lithuanian translation. po/lt.po | 3041 ++++++++++---------------------------------------------------- 1 files changed, 495 insertions(+), 2546 deletions(-) commit d1040d83beefa492499b882f13ced971d0292d7b Author: Matthias Clasen 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 files changed, 22 insertions(+), 3 deletions(-) commit b3960fae640fa7bde70049d4e1a7c86de3ad7a81 Author: Simos Xenitellis Date: Thu Sep 30 15:20:12 2010 +0300 l10n: Updated Greek translation for gconf po/el.po | 195 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 99 insertions(+), 96 deletions(-) commit d104b9f16ae804ae0abe4a1fa82f718a8b6b409c Author: Ivar Smolin Date: Tue Sep 28 18:21:08 2010 +0300 [l10n] Updated Estonian translation po/et.po | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit 35d1d3dff51f7bab10cae986e94b1044aba963f8 Author: Christian Persch Date: Mon Sep 27 20:31:57 2010 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad5953026a8e9e8fe423e7955b845a55b4ffdf47 Author: Christian Persch 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 Date: Mon Sep 27 20:04:44 2010 +0200 Version 2.32.0 NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit 28db2831abb30f11787086ce57725e76731d809d Author: Lucian Adrian Grijincu Date: Sat Sep 25 13:05:33 2010 +0300 Updated Romanian translation po/ro.po | 205 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 106 insertions(+), 99 deletions(-) commit 9a0a58bb69bccff40da830d5e5f69bd8e08742e3 Author: Jonh Wendell Date: Tue Sep 21 21:37:09 2010 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 223 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 112 insertions(+), 111 deletions(-) commit a612aad7fcf817d6174505e8ac519e6a554d15d3 Author: Adel Gadllah 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 Date: Mon Sep 20 01:23:46 2010 +0900 Updated Japanese translation po/ja.po | 331 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 169 insertions(+), 162 deletions(-) commit faa59a089e6936865f53ea541a8137b6b5670e68 Author: Kenneth Nielsen Date: Sun Sep 19 17:34:56 2010 +0200 Updated Danish translation po/da.po | 189 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 95 insertions(+), 94 deletions(-) commit 2c0fb1d5297e66d9e6750a8d9e36acf181d5f0fb Author: Leonid Kanter Date: Sat Sep 18 17:35:32 2010 +0300 Updated Russian translation from Yuri Myasoedov po/ru.po | 247 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 124 insertions(+), 123 deletions(-) commit d706e7dfae6dfdff20ded51bb8a81d964be77943 Author: Aron Xu Date: Wed Sep 15 15:39:45 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 192 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 96 insertions(+), 96 deletions(-) commit 46d40f712abaa6a84857453d9506555aea049451 Author: Wouter Bolsterlee Date: Sun Sep 12 14:42:52 2010 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 276 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 139 insertions(+), 137 deletions(-) commit 5e94fefa8a142479a179c0d3c9df06ffce7b574c Author: Changwoo Ryu Date: Fri Sep 10 01:46:34 2010 +0900 Updated Korean translation po/ko.po | 250 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 130 insertions(+), 120 deletions(-) commit b444c90d281ca33d87d4a1c6b8062ef7103ef0e8 Author: Owen W. Taylor 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 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 Date: Tue Sep 7 10:01:06 2010 +0200 Updated Basque language po/eu.po | 185 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 90 insertions(+), 95 deletions(-) commit 47e771845f0867132a1aa05b160181d4d2c13c95 Author: Piotr Drąg Date: Sat Sep 4 18:25:22 2010 +0200 Updated Polish translation po/pl.po | 181 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 88 insertions(+), 93 deletions(-) commit 2c0141a6bf0486632c0ca6ee1113225c812fd6c7 Author: Christian.Kirbach Date: Wed Sep 1 14:48:31 2010 +0200 Updated German translation po/de.po | 223 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 112 insertions(+), 111 deletions(-) commit 419a6bf6e77f77c2ccd786405b008aa1f35d4ca7 Author: Andika Triwidada Date: Tue Aug 31 20:55:38 2010 +0700 Updated Indonesian translation po/id.po | 1257 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 743 insertions(+), 514 deletions(-) commit bc7d8798cddf18501e4311a794274a23a8e9de80 Author: Marek Černocký Date: Mon Aug 30 18:46:30 2010 +0200 Updated Czech translation po/cs.po | 192 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 92 insertions(+), 100 deletions(-) commit 0406a49640e3528b001f101aac87bbaf3d508935 Author: Milo Casagrande Date: Sun Aug 29 21:46:19 2010 +0200 [l10n] Updated Italian translation po/it.po | 219 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 105 insertions(+), 114 deletions(-) commit 75c76727cbafe2c65f2e16b2661834dfa6b16c57 Author: A S Alam Date: Sun Aug 29 09:21:26 2010 +0530 update translation for Punjabi po/pa.po | 294 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 148 insertions(+), 146 deletions(-) commit fd9e6875b7d3f47cc80f8b81d79e11f67e0354f0 Author: Christian Persch 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 deletions(-) commit 504f8b5ea76db282a93f1fea21de1d2741ddefe6 Author: Philip Withnall Date: Fri Aug 27 09:40:10 2010 +0100 Update British English translation po/en_GB.po | 204 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 103 insertions(+), 101 deletions(-) commit 39b3e02dd7c9fa3b978d359d605b17106ccf96e6 Author: noch Date: Fri Aug 27 11:13:34 2010 +0500 Translated 1 more string po/hy.po | 848 ++++++++++++++++++++++---------------------------------------- 1 files changed, 295 insertions(+), 553 deletions(-) commit 1e0368d5032786a7fe5a434f9f5bf0da680051e7 Author: noch 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(+), 0 deletions(-) commit 7bf5a2eba4f70eba6182ca1896203326914bb7a7 Author: Bruno Brouard Date: Thu Aug 26 15:55:38 2010 +0200 Updated French translation po/fr.po | 188 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 91 insertions(+), 97 deletions(-) commit 46427f9694409f3443f72a94802db21f09e6ab51 Author: Daniel Nylander Date: Wed Aug 25 23:22:05 2010 +0200 Updated Swedish translation po/sv.po | 241 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 120 insertions(+), 121 deletions(-) commit 5c7056a51a7e429a5d010e9ad0a87916396e7e7c Author: Fran Diéguez Date: Mon Aug 23 02:25:37 2010 +0200 Updated galician translations po/gl.po | 48 +++++++++++++++++++++++++----------------------- 1 files changed, 25 insertions(+), 23 deletions(-) commit 4e7c5dfd3c7f2eb531811ebbabf602e242685827 Author: Alexander Shopov Date: Sun Aug 22 23:12:56 2010 +0300 Updated Bulgarian translation po/bg.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit f17e3fa0459c01bdeb097a22d1142fcbedfd8122 Author: Alexander Shopov Date: Sun Aug 22 22:49:38 2010 +0300 Updated Bulgarian translation po/bg.po | 211 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 104 insertions(+), 107 deletions(-) commit 51163a29bd07936fa18982514dd7c50249bbd24b Author: David Planella Date: Sun Aug 22 09:25:27 2010 +0200 Updated Catalan translation po/ca.po | 243 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 124 insertions(+), 119 deletions(-) commit 314af4d8888eb636cef531b6ba99549b58ffe876 Author: Duarte Loreto Date: Sat Aug 21 17:24:50 2010 +0100 Updated Portuguese translation po/pt.po | 193 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 97 insertions(+), 96 deletions(-) commit 64d97b39bc7427453d1bb8271d035f0b478ba0e9 Author: Chao-Hsiung Liao 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 Date: Sat Aug 21 11:11:42 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 222 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 111 insertions(+), 111 deletions(-) commit 321d5ff99f9a7e3a62361def947212c53ff3057a Author: Gabor Kelemen Date: Sat Aug 21 02:14:19 2010 +0200 Updated Hungarian translation po/hu.po | 315 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 171 insertions(+), 144 deletions(-) commit 67893d077ab104b0a65210787c4d2566d47c343f Author: Милош Поповић 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 Date: Thu Aug 19 21:14:06 2010 +0200 Updated Spanish translation po/es.po | 222 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 112 insertions(+), 110 deletions(-) commit 8b99f3d65e73d387680f243062524ae19757f851 Author: Matej Urbančič Date: Thu Aug 19 14:33:31 2010 +0200 Updated Slovenian translation po/sl.po | 212 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 106 insertions(+), 106 deletions(-) commit 92c47a5099e988fbe6eb1db56365bdbf2d27c467 Author: Matej Urbančič Date: Wed Aug 18 18:33:05 2010 +0200 Updated Slovenian translation po/sl.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit daee7aa49ae3ad0566f6847222386cefc50ec270 Author: Matej Urbančič Date: Wed Aug 18 18:30:26 2010 +0200 Updated Slovenian translation po/sl.po | 647 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 311 insertions(+), 336 deletions(-) commit 0a036e203eb83f6412ebc309d346c509ac05b3de Author: Yaron Shahrabani Date: Wed Aug 18 17:41:40 2010 +0300 Updated Hebrew translation. po/he.po | 897 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 515 insertions(+), 382 deletions(-) commit 7cbf3d843102d25c766c3ae8e167d91c287fa13b Author: Christian Persch 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 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 files changed, 20 insertions(+), 10 deletions(-) commit 814e1d55b15f02b07b0c27d8d13f17ae6a2a6d71 Author: Tomas Bzatek 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 files changed, 2 insertions(+), 0 deletions(-) commit 992ff0c4f54ca62863a3dbf5fdfc7efcb165d389 Author: Vincent Untz Date: Wed Aug 4 18:57:54 2010 +0200 [release] post-release bump to 2.31.90 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 744ba72681548c7d61ac1302aef72bdea4aa244c Author: Vincent Untz Date: Wed Aug 4 18:57:31 2010 +0200 [release] 2.31.7 NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 2c703cdc0c2c0b31604d49d94dacc019d4ffa72f Author: Frédéric Péters Date: Sat Jul 24 15:12:22 2010 +0200 Adapt to gsettings API changes (glib, d5bd53) gsettings/gconfsettingsbackend.c | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) commit 303771990820e8817207889f517df96e6e573f74 Author: Fran Diéguez Date: Sun Jul 18 19:22:50 2010 +0200 Fixed headers in galician translation file po/gl.po | 103 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 51 insertions(+), 52 deletions(-) commit f069a7f5bbf37befd6e541c40c28588e2e1dad65 Author: Thomas Wood 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 files changed, 2 insertions(+), 0 deletions(-) commit 8b4ec8270824b4a235aa40df0493d8f5babb121c Author: Matthew Garrett 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 files changed, 1 insertions(+), 1 deletions(-) commit f34f10cd4598d531e6c32e22e1c2d7de2b888598 Author: Matthias Clasen Date: Mon Jul 12 11:18:22 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4956ddb16fcd53c77f7d59860cc42581b43983f3 Author: Matthias Clasen Date: Mon Jul 12 10:55:42 2010 -0400 Updates NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 7dd9d7e1e05b16be5284781423501dddf2182073 Author: Vincent Untz 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 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 files changed, 1 insertions(+), 1 deletions(-) commit 4b069e2e109c9ac4e5c7b39da7fd3c10ea9544e8 Author: Vincent Untz 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 files changed, 34 insertions(+), 6 deletions(-) commit c7a66451a18f425905ef467027a2b875523929a6 Author: Vincent Untz 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 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 files changed, 10 insertions(+), 2 deletions(-) commit ddcd06ee050e5e6c966f4f80c4cc5e53270eecdf Author: Vincent Untz 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 files changed, 34 insertions(+), 12 deletions(-) commit e30fef2331b70d23544fd0ee9b5cba7366f8821b Author: Vincent Untz 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 files changed, 4 insertions(+), 2 deletions(-) commit 10e7f322f827aa92a6071d77972d835a65d0bed1 Author: Vincent Untz 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 files changed, 2 insertions(+), 3 deletions(-) commit a2a4ed4d8b9517e7d67aaf541345f2c12cfcee6d Author: Matthias Clasen Date: Tue Jun 29 10:07:50 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bd4d1694bea76e5bc5f66c4d0067e5e2397156f5 Author: Matthias Clasen Date: Tue Jun 29 10:01:36 2010 -0400 Update NEWS for 2.31.5 NEWS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 9eb1377a821c3d1751ded9b70355ddde96874c65 Author: Matthias Clasen 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 files changed, 5 insertions(+), 1 deletions(-) commit b9f1dd16798f147dc199646cf479213ccf1177c0 Author: Ivar Smolin Date: Sun Jun 27 19:54:09 2010 +0300 [l10n] Updated Estonian translation po/et.po | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit e5770da402da7ac57e486e3fab4ccebe6002cf38 Author: Ryan Lortie 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 Date: Sun Jun 20 14:51:57 2010 +0300 Updated Latvian translation. po/lv.po | 474 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 214 insertions(+), 260 deletions(-) commit 6b55ea6f96508e951ec5e34a2763ae5ac69e5528 Author: Matthias Clasen Date: Fri Jun 18 20:31:53 2010 -0400 2.31.4 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9407526662d1f1f6f6e33e42ec6a248021ea71a6 Author: Matthias Clasen Date: Fri Jun 18 19:50:12 2010 -0400 Updates NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit d943cd1d7267b9889f73738d644241be87e62218 Author: Matthias Clasen Date: Fri Jun 18 19:42:38 2010 -0400 Bump gio requirement configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 700c5bbbf733f744b8d907d65f7dc20e0aad76ae Author: Milan Bouchet-Valat 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 files changed, 0 insertions(+), 7 deletions(-) commit 900c478b67372b1b116c67e10da41bdafd7e1ef3 Author: Matthias Clasen 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 files changed, 2 insertions(+), 0 deletions(-) commit c855a2856a748e9115abbf4c824a0538a0bb345b Author: Fran Diéguez Date: Sat Jun 12 18:02:38 2010 +0200 Updated Galician translations po/gl.po | 198 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 99 insertions(+), 99 deletions(-) commit 2804406f1c3ac4abd773a251a88da26a89b4fbb5 Author: Fridrich Štrba 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(+), 0 deletions(-) commit 2a7c4d53cf6f6fd6a8cad0052c7d8cc7468d3a73 Author: Fridrich Štrba Date: Fri May 28 09:18:17 2010 +0200 Allow external orbit-idl-2 compiler for cross-compiling for instance configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b6c7242c94501e8f14fdf4529863645ac0bcd69a Author: Matthias Clasen Date: Mon May 24 23:42:44 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit da56caf3c113954b0b3e321b11632179953a78d6 Author: Matthias Clasen Date: Mon May 24 23:36:44 2010 -0400 Updates NEWS | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit e93cddaefed2c76afe16e04331dcc6f6adbbd847 Author: Matthias Clasen 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 deletions(-) commit 346bb8292fde8ef5c2ac26313f3b5659bbe1b897 Author: Kjartan Maraas Date: Mon May 24 11:37:13 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 146 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 73 insertions(+), 73 deletions(-) commit a2a023e2cf102e5424371b78067b47ad0462773a Author: Richard Hughes 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 files changed, 4 insertions(+), 0 deletions(-) commit b244603a47e2eee6754c05e87ac35c506b409cb1 Author: Thomas Thurman Date: Fri May 14 19:38:54 2010 -0400 Updated Shavian translation po/en@shaw.po | 286 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 145 insertions(+), 141 deletions(-) commit bf6236990a42eff1c22dab3476748e84606a1ae4 Author: Thomas Thurman Date: Thu May 13 18:04:08 2010 -0400 More updating of the Shavian translation po/en@shaw.po | 491 +++++++++++++++++++++++++-------------------------------- 1 files changed, 213 insertions(+), 278 deletions(-) commit 184cd50f7a56590e9717394b236c4a2c41adb59f Author: Thomas Thurman Date: Wed May 12 18:41:31 2010 -0400 Updated Shavian transliteration po/en@shaw.po | 1734 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 1464 insertions(+), 270 deletions(-) commit 35d4dbb075ca800f4c0cfb9c417283f5e9adbeef Author: Brian Cameron 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 deletions(-) commit f2942e9c02faaa310b5dd5baa52d4f4ebf85b339 Author: Laurent Dhima Date: Tue May 11 19:53:22 2010 +0200 Updated Albanian translation po/sq.po | 720 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 380 insertions(+), 340 deletions(-) commit 665f82b9cc2424fb6a8ac8b269c9777e9dd64ca2 Author: Christian Persch Date: Mon May 10 18:08:11 2010 +0200 Support silent build (disabled by default) configure.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d5e22de8242c4d1a0cd54c4e6b64ad37f8922bb9 Author: Owen W. Taylor 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 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 deletions(-) commit 7510f5d9056ff8fa4763fa4c16e185e42f18419d Author: Ryan Lortie Date: Wed Apr 28 14:52:53 2010 -0500 Update GSettings backend to follow API changes gsettings/gconfsettingsbackend.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit b214607d6fc4a6e86bef680c9b8a9b1af9149b19 Author: Matthias Clasen Date: Fri Apr 23 06:38:24 2010 -0400 bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b47c8bccb9655e3e08697c054e86a5dc821cac51 Author: Matthias Clasen Date: Fri Apr 23 06:31:12 2010 -0400 Updates NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit a22cb09f2bace2c3c1e3b946a2ee32398ad3dbf8 Author: Matthias Clasen 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 files changed, 7 insertions(+), 0 deletions(-) commit 1573fded60055196b5d9fbd068f69a8cc7e2416b Author: Matthias Clasen 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 files changed, 7 insertions(+), 0 deletions(-) commit 2f65528b0f023c3388cf242d7caf2a18121eb107 Author: Michael Meeks 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 files changed, 1 insertions(+), 1 deletions(-) commit 3e0d97fd025e44a814b6ca7bf7d56eca77630438 Author: Carles Ferrando Date: Wed Apr 21 21:12:03 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 183 ++++++++++++++++++++++++++--------------------------- 1 files changed, 90 insertions(+), 93 deletions(-) commit 3371eb1c65b3a96b3afa8e85d17c28c9eb4bd7e0 Author: Matthias Clasen 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 Date: Tue Apr 20 15:43:52 2010 +0200 Support custom installation prefixes for introspection data. gconf/Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit a18976ce44d878099fb436b874685ff01362950c Author: Matthias Clasen Date: Mon Apr 19 18:06:56 2010 -0400 bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ac3dfaf42e348bb53591624763c574d3421da2dd Author: Matthias Clasen 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(+), 0 deletions(-) commit 2a100a41234a355f07ba55f5b7749ec488e0405e Author: Matthias Clasen Date: Mon Apr 19 18:05:21 2010 -0400 Make sure we pick up man pages and their source gsettings/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1e9cddbf0240526ee89a28d1f35853f32b434845 Author: Matthias Clasen Date: Mon Apr 19 18:01:59 2010 -0400 Fix XML gsettings/gsettings-data-convert.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f2f60225ffaf230fa3e52f5c86996cfe97c7589c Author: Matthias Clasen Date: Mon Apr 19 17:57:03 2010 -0400 Updates NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 043f2148d2203a6f6f848689c0739a734222bf52 Author: Matthias Clasen 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 Date: Sun Apr 18 15:54:44 2010 +0700 Updated Indonesian translation po/id.po | 2136 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 994 insertions(+), 1142 deletions(-) commit 9a6d45c235a30342f3c679a09373cc5dc67acc2a Author: Matthias Clasen 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(+), 0 deletions(-) commit d23b94a52f7a0663192d2d600d5b3ef82bc94e42 Author: Vincent Untz Date: Fri Apr 16 14:49:08 2010 -0400 [gsettings] Fix autodetection of build of GSettings backend configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5571eb8151422a2cf41e8810e572015b234e7671 Author: Vincent Untz Date: Fri Apr 16 14:29:04 2010 -0400 [gsettings] Add missing file gsettings/gconfsettingsbackend-module.c | 47 +++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) commit 518f7071a7f3073a4eeae56e3c585f66968e159d Author: Vincent Untz Date: Fri Apr 16 09:44:35 2010 -0400 [gsettings] G_VARIANT_TYPE_HANDLE is a signed 32bit integer gsettings/gconfsettingsbackend.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit 4ee461da835a26f19116c27429a7119c369d8ddd Author: Vincent Untz Date: Fri Apr 16 09:10:53 2010 -0400 Bump version to 2.31.1 after branching configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e09c8071b524467c5c0e978655674544f34025fd Author: Vincent Untz Date: Fri Apr 16 09:05:09 2010 -0400 [gsettings] Require gio 2.25.0 to build the backend configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 94db910c687b8360d4ffc47921099741dd05244f Author: Vincent Untz Date: Fri Apr 16 08:59:42 2010 -0400 [gsettings] Fix crashes in notification code gsettings/gconfsettingsbackend.c | 57 ++++++++++++++++++++++++------------- 1 files changed, 37 insertions(+), 20 deletions(-) commit e374f886e6f225375922de8c9f0cf1da8daf4613 Author: Vincent Untz Date: Fri Apr 16 01:06:42 2010 -0400 [gsettings] Reorganize code gsettings/gconfsettingsbackend.c | 351 ++++++++++++++++++++------------------ 1 files changed, 186 insertions(+), 165 deletions(-) commit 7a795fcf4a50dcd305a6fc7fd8ec0dc0938ad727 Author: Vincent Untz Date: Fri Apr 16 01:03:30 2010 -0400 [gsettings] Add untested notification support gsettings/gconfsettingsbackend.c | 198 +++++++++++++++++++++++++++++++++++++- 1 files changed, 193 insertions(+), 5 deletions(-) commit aa220e3dc35c4ff4bc48afb76d4c80743f25ca29 Author: Vincent Untz 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 files changed, 67 insertions(+), 4 deletions(-) commit 176c77c783e93f136a2fc27ea5110a20337bdeac Author: Vincent Untz 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 files changed, 38 insertions(+), 45 deletions(-) commit e28f5a55b0778f552dbfc5bb0b599ad2fa8d8a84 Author: Vincent Untz Date: Thu Apr 15 22:01:07 2010 -0400 [gsettings] Improve comments gsettings/gconfsettingsbackend.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit dd19563fe3dbef469b09e1f431653d5a9fb1e8b6 Author: Vincent Untz 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 files changed, 32 insertions(+), 23 deletions(-) commit e934a0d85f2d1d85d84c1bef6c8def3501c60b47 Author: Vincent Untz 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 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 files changed, 1 insertions(+), 2 deletions(-) commit 56535b85670f0c9f7ec50df8ae53146d48f50c61 Author: Vincent Untz 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 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(+), 0 deletions(-) commit 82c7342531d4f991d436c220825a68c9e5868eef Author: Florian Müllner 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(+), 0 deletions(-) commit 7c18f17b0c9556dab4502beca4ea9a4e425449b9 Author: Alberto Garcia 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 files changed, 4 insertions(+), 1 deletions(-) commit 9b99bfea755278a9a06ef019e62308d095d330e0 Author: Emilio Pozuelo Monfort 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 files changed, 2 insertions(+), 2 deletions(-) commit 257ef7726ab4e9734aaaa8c4797b082962abbf8e Author: Vincent Untz Date: Tue Mar 30 13:44:51 2010 +0200 [release] post-release bump to 2.28.2 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ea4cfe292cbcdad7b9eecdf15cdec91d48cfd70 Author: Vincent Untz Date: Tue Mar 30 13:44:18 2010 +0200 [release] 2.28.1 NEWS | 13 +++++++++++++ configure.in | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) commit 63d902f501095d0f2336291b495c8b0e4e840a2b Author: Jamil Ahmed Date: Sat Mar 27 17:34:29 2010 +0600 Updated Bengali translation po/bn.po | 629 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 315 insertions(+), 314 deletions(-) commit 25f78adf4b1459a560a14fa4814118f9bf361674 Author: Inaki Larranaga Murgoitio Date: Sat Mar 27 12:37:20 2010 +0100 Updated Basque language po/eu.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b486d1f91ab1f5c95b0e306094387787703ff51e Author: Inaki Larranaga Murgoitio Date: Mon Mar 22 12:15:50 2010 +0100 Updated Basque language po/eu.po | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit d2ca69eacff4e3f1d0c952ea55884fb900afa98e Author: Leonid Kanter Date: Fri Mar 19 18:18:11 2010 +0200 Update Russian translation from Юрий Козлов po/ru.po | 234 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 135 insertions(+), 99 deletions(-) commit 6ffda842aaddffb8172aab25a297ed6db693f10c Author: Wouter Bolsterlee Date: Tue Mar 16 23:24:28 2010 +0100 Dutch translation updated by Wouter Bolsterlee po/nl.po | 250 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 124 insertions(+), 126 deletions(-) commit 23ea5c5fc41ed8c43231c23e59eb3f1872e5a836 Author: Andre Klapper 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 Date: Tue Mar 2 17:26:17 2010 +0200 Updated Lithuanian translation. po/lt.po | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) commit 69640a28bb8f1889abbb701b1a398eb89d7e3746 Author: Gintautas Miliauskas Date: Tue Feb 23 23:42:07 2010 +0200 Updated Lithuanian translation. po/lt.po | 262 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 130 insertions(+), 132 deletions(-) commit 4e0bbe71059d5eeca65aabe25b803622fd6c4d78 Author: Matthias Clasen 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 files changed, 14 insertions(+), 3 deletions(-) commit 6283523615ca51ed462f26ba60c4245a4259ac01 Author: Fran Diéguez Date: Mon Feb 15 13:09:25 2010 +0100 Updated Galician Translation po/gl.po | 493 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 258 insertions(+), 235 deletions(-) commit 33c73a785c79ecef125a53af29581d09f9ab3733 Author: Colin Walters 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 files changed, 0 insertions(+), 37 deletions(-) commit 67a2478f610be4beff34258a5a5b36243415b069 Author: Matthias Clasen 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 files changed, 4 insertions(+), 3 deletions(-) commit 2c5de6d7361ce94907dc678c396d963b3eb38d80 Author: Xandru Armesto Fernandez Date: Thu Jan 7 12:34:51 2010 +0100 Added asturian language po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 66a6db4c765f7a2dbd07640d8b264955ff29e2f1 Author: Xandru Armesto Fernandez Date: Thu Jan 7 12:34:39 2010 +0100 Updated asturian translation po/ast.po | 2458 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2458 insertions(+), 0 deletions(-) commit 5467dedc80051f74d815f687a9133ac1a5721325 Author: Pablo Castellano 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(+), 0 deletions(-) commit d472aff254cf4dc6b50101ee377b2a713200368d Author: Iestyn Pryce Date: Sat Dec 19 21:54:37 2009 +0000 Updated Welsh translation po/cy.po | 1407 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 772 insertions(+), 635 deletions(-) commit 1bfb75f3ad20e5836d29f9d0ba12cea252f44ffb Author: Nguyễn Thái Ngọc Duy Date: Fri Dec 18 16:23:24 2009 +0700 vi.po: Updated Vietnamese translation po/vi.po | 1220 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 736 insertions(+), 484 deletions(-) commit 55a472b9b11213fd9f7472efe65b8c1241c0af96 Author: David Planella Date: Sun Nov 29 23:33:31 2009 +0100 Corrected some additional spaces po/ca@valencia.po | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) commit 73fc1bc8337691df99442d89d9c2188709b3a03e Author: Carles Ferrando Date: Sun Nov 29 13:58:08 2009 +0100 Corrections for some grammar and spelling mistakes po/ca@valencia.po | 134 +++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 95 insertions(+), 39 deletions(-) commit cfd65551e8937bcaadbf29b91a8b53ea03e583f4 Author: David Planella 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 files changed, 15 insertions(+), 18 deletions(-) commit c83fcd1248860fd1daaf8b734565eefdeb012989 Author: Thomas Thurman Date: Sat Nov 7 17:06:16 2009 +0000 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 1434 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1435 insertions(+), 0 deletions(-) commit 54adf8a6337d3d8b99b37b7ee02540d4310a6cf9 Author: Leonid Kanter Date: Tue Oct 13 17:34:38 2009 +0300 Updated Russian translation po/ru.po | 287 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 126 insertions(+), 161 deletions(-) commit 5c2b93d85c0ec93e4090f7f3b69b0d5d1a219b9b Author: Frédéric Péters Date: Tue Sep 22 15:30:59 2009 +0200 [release] 2.28.0 NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit 5c7977305cc28e02e65cf6ecb6395e3aed5a5c14 Author: krishnababu k Date: Tue Sep 22 18:51:56 2009 +0530 Updated Telugu Translation po/te.po | 78 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 39 insertions(+), 39 deletions(-) commit 0c3d27e633005e89ff0bfb793cba1ea3d3534ad1 Author: Nguyễn Thái Ngọc Duy Date: Tue Sep 22 09:57:58 2009 +0700 po/vi.po: fix typo "thoạt" po/vi.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 29de6f6330ef8e2032dda3d01d20d3d506298e1d Author: Marek Černocký Date: Mon Sep 21 20:35:34 2009 +0200 Update Czech translation po/cs.po | 183 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 93 insertions(+), 90 deletions(-) commit 89286057ab064edd3c6e54755267e303d837b8ab Author: Jamil Ahmed Date: Mon Sep 21 11:26:38 2009 +0700 Updated Bengali translation po/bn.po | 2261 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1169 insertions(+), 1092 deletions(-) commit 2c9f4a65c55b303ac33833876dbd56c3faea40ec Author: Dumitru Mișu Moldovan Date: Thu Sep 17 23:05:42 2009 +0300 Updated Romanian translation po/ro.po | 253 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 132 insertions(+), 121 deletions(-) commit 09f8deb96c21acc125c1c6301d2826b650be1ffe Author: Runa Bhattacharjee Date: Wed Sep 16 12:07:28 2009 +0530 Updated Bengali India Translations po/bn_IN.po | 156 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 78 insertions(+), 78 deletions(-) commit f496f57a45b2ab104241630d9ad614bcc33dfcf7 Author: A S Alam Date: Sun Sep 13 08:55:36 2009 +0530 Updating Translation for Punjabi po/pa.po | 143 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 68 insertions(+), 75 deletions(-) commit e50cc1496f8ae62755c86476a2c931e2dcd1b1e8 Author: Ask H. Larsen Date: Sun Sep 13 03:13:41 2009 +0200 Updated Danish translation po/da.po | 172 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 85 insertions(+), 87 deletions(-) commit 2fb77dda5d3ea8463e05eb1437478e4355516622 Author: Philip Withnall Date: Sat Sep 12 23:46:29 2009 +0100 Updated British English translation po/en_GB.po | 182 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 90 insertions(+), 92 deletions(-) commit 9cbc10e01c670e4390f08b8b2e485e03bde5485f Author: Matej Urbančič Date: Sat Sep 12 09:34:53 2009 +0200 Updated Slovenian translation po/sl.po | 201 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 99 insertions(+), 102 deletions(-) commit 813bc6ad8d7cf467de8efe68fa1796418c19245d Author: Mario Blättermann Date: Thu Sep 10 21:05:22 2009 +0200 Updated German translation po/de.po | 113 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 56 insertions(+), 57 deletions(-) commit af5be5d5158820c6e09e0294c137281a3563b954 Author: Aron Xu Date: Wed Sep 9 12:25:02 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 174 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 86 insertions(+), 88 deletions(-) commit 80794d97b351f04ac6e717de4e0549b2b79d7fc5 Author: Kostas Papadimas Date: Thu Sep 3 14:51:37 2009 +0300 Updated Greek translation po/el.po | 1077 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 686 insertions(+), 391 deletions(-) commit f724397bafd737ae8cbe89239b28bd498d9de403 Author: Gabor Kelemen Date: Wed Sep 2 12:08:30 2009 +0200 Hungarian translation updated po/hu.po | 135 ++++++++++++++++++++++++++++--------------------------------- 1 files changed, 62 insertions(+), 73 deletions(-) commit 5b95ea4da75a141f5bae02774d516ee90ae24ded Author: Sandeep Shedmake Date: Mon Aug 31 20:07:55 2009 +0530 Updated Marathi Translations po/mr.po | 140 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 62 insertions(+), 78 deletions(-) commit f036865715684354ca145e4419e3deacf2e078ce Author: krishnababu k Date: Mon Aug 31 19:29:11 2009 +0530 Updated Telugu Translations po/te.po | 133 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 58 insertions(+), 75 deletions(-) commit 78cbf03e28ef564430772fdf0b0fc979156ebbc1 Author: Shankar Prasad Date: Mon Aug 31 15:33:02 2009 +0530 Updated Kannada(kn) translation po/kn.po | 367 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 239 insertions(+), 128 deletions(-) commit caf73ac7e3623b0fed6b4bce7597c4b5046d32d6 Author: Miloš Popović 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 Date: Sat Aug 29 00:13:36 2009 +0300 Updated Turkish translation. po/tr.po | 172 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 85 insertions(+), 87 deletions(-) commit dcc77285581646cf49a4a19cb97e17adddd0c3a3 Author: Changwoo Ryu Date: Sat Aug 29 01:25:21 2009 +0900 Update Korean translation po/ko.po | 225 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 107 insertions(+), 118 deletions(-) commit 81d4d51e49a6729c037a81ca647b0fb6b77081c2 Author: Claude Paroz Date: Wed Aug 26 21:24:29 2009 +0200 Updated French translation po/fr.po | 176 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 87 insertions(+), 89 deletions(-) commit e686135196d6089c41354b25b8d98fa6824f0b45 Author: Amitakhya Phukan Date: Wed Aug 26 15:39:29 2009 +0530 Updating Assamese translations. po/as.po | 381 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 189 insertions(+), 192 deletions(-) commit e43357f215fbf8ab6c659148055b8ce283a1f6df Author: Ani Date: Wed Aug 26 15:14:17 2009 +0530 Updated Malayalam Translations po/ml.po | 241 ++++++++++++++++++++++--------------------------------------- 1 files changed, 87 insertions(+), 154 deletions(-) commit c077c61d08f91cd43217024fcb451701200d055c Author: Matthias Clasen Date: Tue Aug 25 09:38:05 2009 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9c395e2bdc31e2f2b1af805eefb60e47189095b7 Author: Matthias Clasen Date: Tue Aug 25 09:23:30 2009 -0400 Updates NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 10ce3228e94892141906d428fc6dfd788305b428 Author: Matthias Clasen Date: Tue Aug 25 09:17:45 2009 -0400 Bump version to 2.27.0 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d5902c1ca303b24906d61c6e30d3aa7dcf4f0d07 Author: Matthias Clasen Date: Tue Aug 25 09:03:34 2009 -0400 Properly handler PolicyKit being absent configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1c837d96b588e59d50c71ee1d3aff1af4ecd702a Author: ifelix Date: Tue Aug 25 14:10:08 2009 +0530 Updated Tamil Translations po/ta.po | 140 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 62 insertions(+), 78 deletions(-) commit 14b1925bd92b35b7892501ddee9df43b57615496 Author: Manoj Kumar Giri Date: Tue Aug 25 11:36:51 2009 +0530 Updated Oriya Translation po/or.po | 231 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 111 insertions(+), 120 deletions(-) commit d216f82c48bfb8a3cd8caff7a1b210e70318141c Author: Rajesh Ranjan Date: Mon Aug 24 16:46:22 2009 +0530 hindi updated by Rajesh Ranjan po/hi.po | 240 ++++++++++++++++++++++---------------------------------------- 1 files changed, 84 insertions(+), 156 deletions(-) commit 09f04533c93da58b7ba5eeb4214c4eb5f30adb8f Author: Sweta Kothari Date: Mon Aug 24 13:45:16 2009 +0530 Updated Gujarati Translations po/gu.po | 116 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 56 insertions(+), 60 deletions(-) commit e4621bdd3a7870bea3d85e9941cb548dec1bdae0 Author: Chao-Hsiung Liao 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 Date: Sun Aug 23 11:29:43 2009 +0100 Updated Portuguese translation po/pt.po | 178 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 88 insertions(+), 90 deletions(-) commit 7bd258bd161c245fb9647a3acbaad2c2a5aa19c6 Author: Changwoo Ryu Date: Sun Aug 23 03:58:56 2009 +0900 Update Korean translation po/ko.po | 211 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 119 insertions(+), 92 deletions(-) commit 4c49cfd7a82bfffca35b1d4a13ad0db2309dfdf6 Author: Khaled Hosny Date: Fri Aug 21 20:02:48 2009 +0300 Updated Arabic translation po/ar.po | 191 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 94 insertions(+), 97 deletions(-) commit 7e02bdc372f95260e24f17698520af3f0c5007fe Author: Takayuki KUSANO Date: Fri Aug 21 20:55:39 2009 +0900 Update Japanese translation po/ja.po | 177 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 88 insertions(+), 89 deletions(-) commit c9b9d1597e8ebaa0febdeb6520f20fa0dd5e2a0e Author: Piotr Drąg Date: Thu Aug 20 11:56:54 2009 +0200 Updated Polish translation po/pl.po | 421 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 189 insertions(+), 232 deletions(-) commit d0872c4e3361b988e6efacf12e8f559129bf8a9b Author: Tommi Vainikainen Date: Sun Aug 16 13:42:58 2009 +0300 Updated Finnish translation po/fi.po | 178 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 88 insertions(+), 90 deletions(-) commit d6a74d1dd539fe0c9bdf731bc2848d033d8351b8 Author: Matthias Clasen 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 Date: Wed Aug 12 09:17:51 2009 +0300 Updated Bulgarian translation po/bg.po | 169 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 82 insertions(+), 87 deletions(-) commit fa090dabb7a74348c108834695a584af33dd6456 Author: Gil Forcada Date: Tue Aug 11 22:59:27 2009 +0200 Minor update to Catalan translation po/ca.po | 176 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 87 insertions(+), 89 deletions(-) commit 3f604aa22fff8561896d02cfbe16aaf169919875 Author: Kjartan Maraas Date: Tue Aug 11 18:46:19 2009 +0200 Remove this unused file. gconf/gnome-testclient.c | 137 ---------------------------------------------- 1 files changed, 0 insertions(+), 137 deletions(-) commit 8fefb861502a6a77a7f3fecffa0137b68150bcef Author: Inaki Larranaga Murgoitio Date: Mon Aug 10 13:30:40 2009 +0200 Updated Basque language po/eu.po | 171 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 83 insertions(+), 88 deletions(-) commit e02df5444f952a067749ce96003e3ca6b22b915e Author: Fran Diéguez Date: Thu Aug 6 19:01:08 2009 +0200 Updated Galician Translation po/gl.po | 300 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 117 insertions(+), 183 deletions(-) commit d6713cefc3f905a12ec4b77be44d3435c7744d55 Author: Luca Ferretti Date: Thu Aug 6 11:09:57 2009 +0200 Updated Italian translation po/it.po | 168 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 80 insertions(+), 88 deletions(-) commit 834f71bcf32608c5f4cb7461e222b08d3cb1935d Author: André Gondim Date: Wed Aug 5 21:34:28 2009 -0300 Updated Brazilian Portuguese translation. po/pt_BR.po | 120 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 60 insertions(+), 60 deletions(-) commit 27b3ca1b87c8799d23edcb358e5587437d24035a Author: Carles Ferrando 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(+), 0 deletions(-) commit 89cc473b1dac5b110ca49a03b1f8028f7fcb57b2 Author: Aron Xu Date: Fri Jul 31 18:05:34 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 74736fbc880e3b09aad7b5514336fa156b2198f8 Author: Ivar Smolin Date: Wed Jul 29 12:17:06 2009 +0300 Updating Estonian translation po/et.po | 77 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 57 insertions(+), 20 deletions(-) commit 9fb163276e5679a9475db77d4a6347d180aaaafe Author: Thomas Klausner Date: Wed Jul 15 14:46:05 2009 -0400 Bug 583297 - Include lber.h in evoldapbackend on Solaris 9 Signed-off-by: Colin Walters backends/evoldap-backend.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 8bad97390ee8cd1203908139d03c4f5678ac4ef4 Author: Colin Walters 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 Date: Thu Jul 9 10:39:05 2009 +0300 Updated Ukrainian translation po/uk.po | 677 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 355 insertions(+), 322 deletions(-) commit 131051d08ff89f46ed05c8ac084fac6adc739535 Author: Theppitak Karoonboonyanan Date: Thu Jul 9 11:31:24 2009 +0700 Updated Thai translation. po/th.po | 146 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 72 insertions(+), 74 deletions(-) commit 6ce02da1db5611cfb3743809572d44408d1375d2 Author: Daniel Nylander Date: Tue Jul 7 16:46:27 2009 +0200 Updated Swedish translation po/sv.po | 171 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 84 insertions(+), 87 deletions(-) commit a2af499be90e5624c5ae40ab8613d790e73ff811 Author: Yaron Shahrabani Date: Sat Jul 4 20:57:00 2009 +0300 Updated Hebrew translation po/he.po | 781 +++++++++++++++++++++++--------------------------------------- 1 files changed, 293 insertions(+), 488 deletions(-) commit 7baf4c6b33a6dd0697a8bdb81bd86c72d58ebdc6 Author: Dan Winship 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 files changed, 20 insertions(+), 13 deletions(-) commit 1693e30e5074fc2bdcb3600a052c66f2eb4cbe92 Author: Kjartan Maraas Date: Wed Jun 10 09:36:57 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 154 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 77 insertions(+), 77 deletions(-) commit ce02b9a3c4391156805ae4a71f7133306c8b7bb0 Author: Matthias Clasen 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 files changed, 5 insertions(+), 3 deletions(-) commit 2beb6f8ca95df75311c2a5658dc9c29064624d25 Author: Jorge Gonzalez Date: Fri May 8 20:15:32 2009 +0200 Updated Spanish translation po/es.po | 122 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 58 insertions(+), 64 deletions(-) commit df370fe86cb7351ba1ab6a7000af8496a53c217f Author: Phillip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit 2a2978f4610dc396c8952742da57edc4941bf375 Author: Vincent Untz 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 | 486 +++++++++++++++++++++++++++---------------- defaults/gconf-defaults.h | 38 ++-- defaults/gconf-defaults.xml | 48 ++++- gconf/gconf-internals.h | 3 - gconf/gconf-value.h | 3 + 6 files changed, 379 insertions(+), 207 deletions(-) commit c9e62896b8c221694cfba25994894b13161e83cd Author: Matthias Clasen Date: Tue May 5 22:58:34 2009 -0400 Remove a malformed translation po/ne.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e6543147d86dead6d4367a3639f092fc5906410b Author: Matthias Clasen Date: Tue May 5 22:30:12 2009 -0400 Bump version to 2.26.2 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8170b9a8fccbaaaa82a81bb77bf49537fd4c139f Author: Matthias Clasen Date: Tue May 5 22:28:11 2009 -0400 Fix make distcheck Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 6d96300d81479f430e88015fa0a7667d97df425c Author: Matthias Clasen Date: Tue May 5 22:02:22 2009 -0400 Update NEWS NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 319246900cc926b019547ffb5ec5d4040ac8b9d3 Author: Matthias Clasen Date: Tue May 5 22:02:10 2009 -0400 Bump version to 2.26.1 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fcd4647211bc0c38034212be87ecbf8d2b8adcbc Author: Matthias Clasen Date: Tue May 5 21:51:26 2009 -0400 Make --enable-defaults-service work again configure.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit fa974a0c4a03fe7851c2d92cbc6ead17e4233de5 Author: Christian Persch 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 files changed, 3 insertions(+), 1 deletions(-) commit e2de31df3a86600c7c43984470be2561d6217ef4 Author: Gilles Dartiguelongue Date: Tue Apr 28 20:42:59 2009 +0200 Bug 498934 - Change config.h include syntax Change #include "config.h" to #include 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 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 files changed, 3 insertions(+), 2 deletions(-) commit c0be33190c54de88582536484bc33de8bf0dd044 Author: Gilles Dartiguelongue 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 files changed, 64 insertions(+), 74 deletions(-) commit 2075a32cddcc9066229cd851019f9c370d51d0ec Author: Gilles Dartiguelongue 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 files changed, 44 insertions(+), 23 deletions(-) commit bef5e3098b6d6803d246f7a99876bc1e590cc648 Author: Gilles Dartiguelongue Date: Tue Apr 28 20:42:52 2009 +0200 Bug 498934 - fix "make distcheck" Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d82b796d1d785b49535b38b92bc86ec40993590a Author: Ivar Smolin Date: Sun May 3 12:08:13 2009 +0300 Updating Estonian translation po/et.po | 500 +------------------------------------------------------------- 1 files changed, 1 insertions(+), 499 deletions(-) commit e136aec84289158920405ffd48224aa0893cc14c Author: Manoj Kumar Giri Date: Mon Apr 27 14:44:15 2009 +0530 Updated Oriya Translation. po/or.po | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 76 insertions(+), 5 deletions(-) commit 74b6b8048e7b1cb2be2aad28dfe787606b985576 Author: Matthias Clasen Date: Sat Apr 25 03:19:29 2009 -0400 Revert accidental string change backends/markup-tree.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c7cd2c38407d49aa289eb16387c399def9bbcfb4 Author: Michael Meeks 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 files changed, 16 insertions(+), 28 deletions(-) commit 3e1a49e156b365f285c7b92798196ca3a7a04af5 Author: Behdad Esfahbod Date: Tue Apr 21 03:00:35 2009 -0400 [client] Improve trace markers to say "CACHED" or "REMOTE" gconf/gconf-client.c | 64 +++++++++++++++++++++++++------------------------ 1 files changed, 33 insertions(+), 31 deletions(-) commit 412e473f400aa97a2b0a327c5c476c7ab327b45b Author: Behdad Esfahbod Date: Tue Apr 21 02:30:23 2009 -0400 Bug 579167 – obsolete file in svn Remove obsolete file. gconf/gconf-glib.c | 177 ---------------------------------------------------- 1 files changed, 0 insertions(+), 177 deletions(-) commit a48923f73ffbfe1a15beffb41aa53317bbd97219 Author: Tobias Mueller 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 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 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 * 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 Date: Tue Apr 14 04:03:49 2009 +0000 Consistently surround string parameters in single-quotes in trace output. 2009-04-14 Behdad Esfahbod * 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 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 * 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 Date: Sat Apr 4 10:27:47 2009 +0000 Updated Simplified Chinese translations by Ray Wang svn path=/trunk/; revision=2839 po/zh_CN.po | 608 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 328 insertions(+), 280 deletions(-) commit 3ab97aae87c043838cb969913e13860058745b33 Author: Shankar Prasad 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 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 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 Date: Tue Mar 17 03:19:20 2009 +0000 =========================== 2.26.0 =========================== 2009-03-16 Ray Strode * 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 deletions(-) commit 1348de1f3567bd8902bfa76ec8293a2fda9cdb4a Author: Alexander Shopov Date: Mon Mar 16 10:52:49 2009 +0000 Updated Bulgarian translation by Alexander Shopov 2009-03-16 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 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 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 files changed, 346 insertions(+), 326 deletions(-) commit 86679353caa637b76fa242c32b09de9c68d0282e Author: Kostas Papadimas 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 Date: Sat Mar 14 10:29:47 2009 +0000 Translation updated. 2009-03-14 Gabor Kelemen * 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 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 Date: Fri Mar 13 23:23:46 2009 +0000 Updated Russian translation. 2009-03-13 Nickolay V. Shmyrev * 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 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 Date: Wed Mar 11 12:12:25 2009 +0000 Updated Malayalam Translation svn path=/trunk/; revision=2826 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b938a5ea2bf51d257bd51eb2a55bf454577af9bf Author: Ani Peter Date: Wed Mar 11 12:12:13 2009 +0000 Updated Malayalam Translation svn path=/trunk/; revision=2825 po/ml.po | 1383 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 777 insertions(+), 606 deletions(-) commit d37d836ca6476fd5107b93382bbc1ff653834730 Author: Hendrik Richter Date: Tue Mar 10 08:46:33 2009 +0000 Updated German translation. 2009-03-10 Hendrik Richter * 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 Date: Mon Mar 9 18:28:48 2009 +0000 Updated Czech translation by Martin Picek. 2009-03-09 Andre Klapper * 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 Date: Mon Mar 9 16:38:24 2009 +0000 Updated Polish translation 2009-03-09 Tomasz Dominikowski * 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 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 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 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 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 Date: Thu Mar 5 21:41:51 2009 +0000 Updated Lithuanian translation. 2009-03-05 Gintautas Miliauskas * 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 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 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 files changed, 4 insertions(+), 0 deletions(-) commit d20b118209c95bf74590ae9ebd837508115c1117 Author: Runa Bhattacharjee Date: Thu Mar 5 07:23:35 2009 +0000 Updated Bengali India Translation svn path=/trunk/; revision=2814 po/bn_IN.po | 702 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 395 insertions(+), 307 deletions(-) commit f074723264629f6bc0027e96a716773c50dd140a Author: Shankar Prasad 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 Date: Tue Mar 3 21:59:00 2009 +0000 Translation updated. 2009-03-03 Gabor Kelemen * 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 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 files changed, 4 insertions(+), 0 deletions(-) commit b1d36d92ab34742351a9238466ff38018b03d6e6 Author: Manoj Kumar Giri Date: Tue Mar 3 11:17:04 2009 +0000 Updated Oriya Translation. svn path=/trunk/; revision=2810 po/or.po | 349 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 177 insertions(+), 172 deletions(-) commit 6f1fb156b0047e279109970be2690371447261a6 Author: Felix I 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 Date: Tue Mar 3 06:37:30 2009 +0000 Updated Telugu Translation svn path=/trunk/; revision=2808 po/te.po | 784 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 409 insertions(+), 375 deletions(-) commit 1a60b0fd5ebe625b877eb276b63f60ed778e52bf Author: Krishnababu Krothapalli Date: Tue Mar 3 06:36:51 2009 +0000 Updated Changelog entry svn path=/trunk/; revision=2807 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 701f0b1df4dfd44bc16b9578bb2d31810881a8ba Author: miloc 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č Date: Mon Mar 2 10:48:33 2009 +0000 Updated Slovenian translation svn path=/trunk/; revision=2805 po/sl.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 40d98b507a0c760a6ab6a9b8177745b0b60c87fb Author: Matej Urbančič Date: Mon Mar 2 10:32:01 2009 +0000 Updated Slovenian translation svn path=/trunk/; revision=2804 po/sl.po | 367 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 183 insertions(+), 184 deletions(-) commit 28c741e21b9ab11aa1ee3ba3c996f0230d3a7ec7 Author: Sweta Kothari 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 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 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 Date: Thu Feb 26 12:12:01 2009 +0000 Correct the URL to the website. 2009-02-26 Kjartan Maraas * 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 deletions(-) commit e5efcac5247c210011ec7f57caf46343b8ee0af5 Author: Kjartan Maraas Date: Thu Feb 26 12:10:38 2009 +0000 Updated Norwegian bokmål translation. 2009-02-26 Kjartan Maraas * 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 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 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 Date: Wed Feb 25 00:34:07 2009 +0000 Updated Portuguese translation. 2009-02-25 Duarte Loreto * 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 Date: Mon Feb 23 21:45:35 2009 +0000 Updated French translation. 2009-02-23 Claude Paroz * 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 Date: Mon Feb 23 19:38:16 2009 +0000 Updated British English translation. 2009-02-23 Philip Withnall * 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 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 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 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 Date: Fri Feb 20 18:27:06 2009 +0000 Fixed one fuzzy svn path=/trunk/; revision=2790 po/pt_BR.po | 332 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 165 insertions(+), 167 deletions(-) commit 3f131b6b14d9a199095a270530e5975598d86d54 Author: Daniel Nylander 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 Date: Thu Feb 19 12:49:54 2009 +0000 Updated latvian translation. 2009-02-19 Raivis Dejus * 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 Date: Thu Feb 19 08:59:34 2009 +0000 Updated Thai translation. 2009-02-19 Theppitak Karoonboonyanan * 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 Date: Wed Feb 18 19:47:21 2009 +0000 Updated Basque translation. 2009-02-18 Inaki Larranaga Murgoitio * 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 Date: Tue Feb 17 20:56:35 2009 +0000 Translation updated. 2009-02-17 Gabor Kelemen * 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 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 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 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 deletions(-) commit ef6e46697f06db00b372ed5cdabc3d91301cba56 Author: Matthias Clasen 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(+), 0 deletions(-) commit 4ae8fc15e38f86a275a88f87f45019ff7cf21a8b Author: Ray Strode 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 * 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 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 Date: Mon Feb 16 12:34:50 2009 +0000 Updated Dutch translation by Wouter Bolsterlee. 2009-02-16 Wouter Bolsterlee * 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 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 Date: Sun Feb 15 12:34:01 2009 +0000 Updated Japanese translation. 2009-02-15 Takeshi AIHANA * 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 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 deletions(-) commit ab51c0dcdef50f18accd415a4deecc714dd068d6 Author: Matthias Clasen Date: Sun Feb 15 07:37:03 2009 +0000 2.25.1 svn path=/trunk/; revision=2772 ChangeLog | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 4edde46f451ece3fea047997f1d7bb05d92758cf Author: Matthias Clasen Date: Sun Feb 15 07:16:39 2009 +0000 Updates svn path=/trunk/; revision=2771 ChangeLog | 4 ++++ NEWS | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 0 deletions(-) commit 64f2fb3c28d547b1bde758c1768c6cf97e211ca9 Author: Matthias Clasen 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 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 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 deletions(-) commit 91f24ac8c9fc013722557ac05d3eedd5085c628c Author: Matthias Clasen 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 Date: Fri Feb 13 21:40:44 2009 +0000 Updated Portuguese translation. 2009-02-13 Duarte Loreto * 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 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 * 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 Date: Tue Feb 10 17:27:35 2009 +0000 close empty value elements immediately to save parsing time. 2009-02-10 Michael Meeks * 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 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 * 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 Date: Tue Feb 10 14:40:47 2009 +0000 Updated Basque translation. 2009-02-10 Inaki Larranaga Murgoitio * 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 Date: Sat Feb 7 15:42:51 2009 +0000 Updated French translation. 2009-02-07 Claude Paroz * 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 Date: Sat Feb 7 13:17:22 2009 +0000 Updated Japanese translation. 2009-02-07 Takeshi AIHANA * 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 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 Date: Fri Feb 6 10:39:32 2009 +0000 Updated Thai translation. 2009-02-06 Theppitak Karoonboonyanan * 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 Date: Wed Feb 4 15:21:38 2009 +0000 Dutch translation updated by Wouter Bolsterlee. 2009-02-04 Wouter Bolsterlee * 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 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 Date: Sun Feb 1 10:12:49 2009 +0000 Translation updated. 2009-02-01 Gabor Kelemen * 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 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 Date: Fri Jan 30 06:27:05 2009 +0000 Updated Bulgarian translation by Alexander Shopov 2009-01-30 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 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 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 Date: Wed Jan 28 11:53:09 2009 +0000 Updated Oriya Translation svn path=/trunk/; revision=2751 po/or.po | 592 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 332 insertions(+), 260 deletions(-) commit 7f19b1bf6e710ec4f2e3b8a0c07cff816c5f0fbd Author: Manoj Kumar Giri 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 files changed, 4 insertions(+), 0 deletions(-) commit 47626b285b41911ff11464dda5beb1137c637fda Author: Tor Lillqvist 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 * 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(+), 0 deletions(-) commit f034d1b5ef0cc0f4124f57f67e54e0aef612eeaa Author: Ilkka Tuohela 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 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 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 * backends/xml-backend.c: cygwin needs the same stuff as mingw, so use G_PLATFORM_WIN32 Patch by 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 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 * gconf/gconftool.c: (do_toggle): return value at the end of the function. Patch by Magnus Boman . Fix bug #567334 svn path=/trunk/; revision=2739 ChangeLog | 6 ++++++ gconf/gconftool.c | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) commit b87227c0ea5a1f8eb06c048fff033e442b565e9b Author: Changwoo Ryu 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č Date: Sat Jan 17 07:24:08 2009 +0000 Updated Slovenian translation svn path=/trunk/; revision=2737 po/sl.po | 481 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 253 insertions(+), 228 deletions(-) commit 8dc66c9807cbb9fcb652ad90bbd8a1da7f6e274a Author: Gil Forcada Codinachs 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 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 deletions(-) commit ab42da17e9e7ed779cb8c380ffd6e5166201f339 Author: Matthias Clasen 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(+), 0 deletions(-) commit bdeb070c6c617a6bcd7f509f163d176d9a37c687 Author: Matthias Clasen Date: Sat Jan 10 04:54:15 2009 +0000 Updates svn path=/trunk/; revision=2732 ChangeLog | 4 ++++ NEWS | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) commit 0e4f2924444c4d387f4f3221c54429dddd124c01 Author: Matthias Clasen 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 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 Date: Wed Jan 7 23:35:42 2009 +0000 Updated Brazilian Portuguese translation. 2009-01-07 Leonardo Ferreira Fontenelle * 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 Date: Mon Jan 5 14:17:02 2009 +0000 Updated Norwegian bokmål translation. 2009-01-05 Kjartan Maraas * 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 Date: Sun Jan 4 18:41:24 2009 +0000 Updated Brazilian Portuguese translation. 2009-01-04 Leonardo Ferreira Fontenelle * 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 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 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(+), 0 deletions(-) commit ab6a52a2a9f03d60fc40127125759c30117b8081 Author: Amanpreet Singh Alam Date: Sun Dec 21 02:19:05 2008 +0000 updating for Punjabi Language: Alam svn path=/trunk/; revision=2724 po/pa.po | 1338 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 701 insertions(+), 637 deletions(-) commit 061654993d19d4c9637efba3db0b58784a9f68f2 Author: Matej Urbančič Date: Wed Dec 17 18:54:08 2008 +0000 Updated Slovenian translation svn path=/trunk/; revision=2723 po/sl.po | 505 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 263 insertions(+), 242 deletions(-) commit 6c64d0d2ac28d6dee7d07c9986e46f94282cdc4c Author: Kjartan Maraas Date: Tue Dec 16 11:59:51 2008 +0000 Fix format svn path=/trunk/; revision=2722 po/nb.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6506e73ac8e985e2fe313531b0997f84fe2c3ff7 Author: Kjartan Maraas Date: Tue Dec 16 11:46:01 2008 +0000 Updated Norwegian bokmål translation. 2008-12-16 Kjartan Maraas * 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 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 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 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 * 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 deletions(-) commit a02034a88296d59a359412b4fa393010bdf88b7a Author: Yair Hershkovitz 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 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 Date: Tue Dec 2 16:14:55 2008 +0000 sync saved state file to disk before closing (bug 562976) 2008-12-02 Ray Strode * 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(+), 0 deletions(-) commit 55e788ed9b01815dc374b0d1dc8c9abffd99c3c6 Author: Daniel Nylander 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 Date: Thu Nov 13 08:55:01 2008 +0000 Update Ukrainian translation. 2008-11-13 Maxim Dziumanenko * 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 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 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 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 Date: Wed Oct 22 20:41:12 2008 +0000 Post branch version bump. svn path=/trunk/; revision=2708 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 460b2461b27f0dac36535990b84fb9fd7cbd9f06 Author: Christian Persch 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 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, 0 insertions(+), 118 deletions(-) commit f80c001fdfe8839cc83b8975803c75cc4f8d15e1 Author: Christian Persch 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 deletions(-) commit a10ca80e443ededd011e25a9abea7ce983e1ec5e Author: Pema Geyleg 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 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 files changed, 4 insertions(+), 0 deletions(-) commit 42b3077c8fdca4f0fb6d0d8db5786117eb1f3c49 Author: Og B. Maciel 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 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 * 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 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 Date: Mon Sep 22 18:27:36 2008 +0000 =========================== 2.24.0 =========================== 2008-09-22 Kjartan Maraas * 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 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 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 Date: Sun Sep 21 19:07:00 2008 +0000 Updated Russian translation. 2008-09-21 Nickolay V. Shmyrev * 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 Date: Sun Sep 21 11:44:14 2008 +0000 Translation updated. 2008-09-21 Gabor Kelemen * 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 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(+), 0 deletions(-) commit 9919e102241bb32da42bc253a4487962fb150ff4 Author: Mugurel Tudor Date: Fri Sep 19 13:39:18 2008 +0000 Updated Romanian translation by Mişu Moldovan 2008-09-19 Mugurel Tudor * ro.po: Updated Romanian translation by Mişu Moldovan svn path=/trunk/; revision=2690 po/ChangeLog | 5 + po/ro.po | 1730 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 914 insertions(+), 821 deletions(-) commit be3b844af2bcce3eb08f377dbf484e8f149d5ed3 Author: Felix I 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 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 Date: Wed Sep 17 20:59:46 2008 +0000 Updated Czech translation by Jiri Eischmann. 2008-09-17 Petr Kovar * 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 Date: Tue Sep 16 14:30:09 2008 +0000 Updated Telugu Translation. svn path=/trunk/; revision=2686 po/te.po | 1312 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 686 insertions(+), 626 deletions(-) commit 1b879627cb8a27a1505951b4abe32c5c115d3709 Author: Krishnababu Krothapalli Date: Tue Sep 16 14:29:22 2008 +0000 Updated Changelog file svn path=/trunk/; revision=2685 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 33e250e7507d40b5ca91145779fcf85594404470 Author: Djihed Afifi 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 files changed, 4 insertions(+), 0 deletions(-) commit 8b76b17da704540d0f1d0d794755b3bbaf5d4b7d Author: Duarte Loreto Date: Sun Sep 14 16:48:06 2008 +0000 Fixed Portuguese terminology. 2008-09-14 Duarte Loreto * 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 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 Date: Sun Sep 14 10:49:52 2008 +0000 Updated Italian translation. 2008-09-14 Luca Ferretti * 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 Date: Sun Sep 14 03:16:10 2008 +0000 Updated Brazilian Portuguese translation by Henrique P Machado. 2008-09-14 Leonardo Ferreira Fontenelle * 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 Date: Sat Sep 13 23:29:01 2008 +0000 Terminology and other minor fixes in Brazilian Portuguese translation. 2008-09-13 Leonardo Ferreira Fontenelle * 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 Date: Fri Sep 12 20:49:17 2008 +0000 Updated German translation. 2008-09-12 Hendrik Richter * 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 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 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 files changed, 4 insertions(+), 3 deletions(-) commit 0d59868c579c27481aa1bb7e3a048556df1ec43b Author: Runa Bhattacharjee Date: Tue Sep 9 10:59:29 2008 +0000 Updated Bengali India Translation svn path=/trunk/; revision=2675 po/bn_IN.po | 1411 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 712 insertions(+), 699 deletions(-) commit 85c4f5f4d432a7e8a6df96c2bd2bccb7812ed416 Author: Matej Urbančič Date: Mon Sep 8 15:02:05 2008 +0000 Updated Slovenian translation svn path=/trunk/; revision=2674 po/sl.po | 1163 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 619 insertions(+), 544 deletions(-) commit a62d91c00d0b1f4deecf34335060f74e90efcd6f Author: Manoj Kumar Giri 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 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 Date: Sat Sep 6 03:09:12 2008 +0000 Updated zh_CN translation svn path=/trunk/; revision=2671 po/zh_CN.po | 1071 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 580 insertions(+), 491 deletions(-) commit 47c8dc7c62fe82b6db421dab4685faf98ab63c08 Author: Philip Withnall Date: Wed Sep 3 22:05:46 2008 +0000 Updated British English translation. 2008-09-03 Philip Withnall * 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 Date: Tue Sep 2 11:07:11 2008 +0000 Updated Bulgarian translation by Alexander Shopov 2008-09-02 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov svn path=/trunk/; revision=2669 po/ChangeLog | 5 +++ po/bg.po | 109 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 72 insertions(+), 42 deletions(-) commit 943bd4d07946f628a9cd8baec70882fb01c22bb5 Author: Andre Klapper Date: Sat Aug 30 16:41:11 2008 +0000 Updated German translation. 2008-08-30 Andre Klapper * 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 Date: Thu Aug 28 18:56:03 2008 +0000 Translation updated. 2008-08-28 Gabor Kelemen * 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 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(+), 0 deletions(-) commit 85c0729ca31d100721db47db376657674922a135 Author: Djihed Afifi 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 files changed, 29 insertions(+), 29 deletions(-) commit d0a177260982052c8ee24a411a7ca346b54a6236 Author: Goran Rakic 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 Date: Mon Aug 25 00:27:08 2008 +0000 Updated Lithuanian translation. 2008-08-24 Gintautas Miliauskas * 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 Date: Sun Aug 24 04:25:22 2008 +0000 Update Ukrainian translation. 2008-08-24 Maxim Dziumanenko * 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 Date: Fri Aug 22 04:48:02 2008 +0000 Updated Vietnamese translation 2008-08-22 Nguyễn Thái Ngọc Duy * 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 Date: Thu Aug 21 18:38:24 2008 +0000 Updated French translation by Robert-André Mauchin. 2008-08-21 Claude Paroz * 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 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 Date: Thu Aug 21 06:26:17 2008 +0000 Translation updated by Ivar Smolin 2008-08-21 Priit Laes * 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 Date: Tue Aug 19 09:48:21 2008 +0000 Post release bump svn path=/trunk/; revision=2657 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d026a97ab99e05c95b9517663c272fd72b912465 Author: Kjartan Maraas 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 Date: Tue Aug 19 09:35:01 2008 +0000 Add distclean rule. 2008-08-19 Kjartan Maraas * 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 Date: Tue Aug 19 09:12:57 2008 +0000 =========================== 2.23.2 ========================== 2008-08-19 Kjartan Maraas * 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(+), 0 deletions(-) commit c3ed4c13f5d872163597ea83efb8ee346f9ace85 Author: Kjartan Maraas 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(+), 0 deletions(-) commit c631ea9ad6f0ffdc56171c811fb4ba39ac9699a6 Author: Duarte Loreto Date: Sat Aug 16 22:57:30 2008 +0000 Updated Portuguese translation. 2008-08-17 Duarte Loreto * 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 Date: Wed Aug 13 13:28:32 2008 +0000 Updated Marathi Translations svn path=/trunk/; revision=2650 po/mr.po | 1047 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 549 insertions(+), 498 deletions(-) commit bf1b691b830a92441ffe6d214ac9677b6c0fabd1 Author: Sandeep Shedmake Date: Wed Aug 13 13:27:33 2008 +0000 Adding Marathi Translations svn path=/trunk/; revision=2649 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit e35e9333935eb95564cafb070cbfa7494990803b Author: Theppitak Karoonboonyanan Date: Tue Aug 12 11:24:29 2008 +0000 Updated Thai translation. 2008-08-12 Theppitak Karoonboonyanan * 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 Date: Tue Aug 12 08:28:27 2008 +0000 Updated Basque translation. 2008-08-12 Inaki Larranaga Murgoitio * 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 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 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 Date: Wed Aug 6 08:30:15 2008 +0000 Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2644 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit cda428cd2ef97d65e90a7cb8f6f493ac9d71211c Author: Daniel Nylander 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 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 Date: Thu Jul 31 11:22:29 2008 +0000 Updated Portuguese translation. 2008-07-31 Duarte Loreto * 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 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 Date: Mon Jul 28 18:20:39 2008 +0000 Updated Norwegian bokmål translation. 2008-07-28 Kjartan Maraas * 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 Date: Sun Jul 27 14:44:49 2008 +0000 Updated Japanese translation. 2008-07-27 Takeshi AIHANA * 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 Date: Fri Jul 25 02:23:54 2008 +0000 Terminology improvements by Fabrício Godoy. 2008-07-24 Leonardo Ferreira Fontenelle * 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 Date: Mon Jul 21 12:18:47 2008 +0000 Dutch translation updated by Wouter Bolsterlee. 2008-07-21 Wouter Bolsterlee * 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 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 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 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 Date: Mon Jul 14 08:36:23 2008 +0000 Updated Traditional Chinese translation(Hong Kong). Updated Traditional 2008-07-14 Chao-Hsiung Liao * 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 files changed, 709 insertions(+), 664 deletions(-) commit a6d73a77098c175a6153fcba7aa7f3fbea2b90b9 Author: Chao-Hsiung Liao Date: Mon Jul 14 08:35:17 2008 +0000 Updated Traditional Chinese translation(Hong Kong). Updated Traditional 2008-07-14 Chao-Hsiung Liao * 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 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 Date: Fri Jul 11 16:35:45 2008 +0000 Updates svn path=/trunk/; revision=2629 ChangeLog | 4 ++++ NEWS | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) commit 7d4caf65c7292dcd3da8f97fb6c644561a8e6fb0 Author: Matthias Clasen Date: Fri Jul 11 16:34:29 2008 +0000 Bug 531169 – A mechanism for setting defaults 2008-07-11 Matthias Clasen 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 Date: Sun Jul 6 13:00:05 2008 +0000 Updated Bulgarian translation by Alexander Shopov 2008-07-06 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov svn path=/trunk/; revision=2626 po/ChangeLog | 5 + po/bg.po | 1530 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 834 insertions(+), 701 deletions(-) commit 9b69196457a93a20d44fc0770cc8c3bb80afc7f6 Author: Kjartan Maraas Date: Fri Jul 4 13:21:10 2008 +0000 Use g_chdir() instead of plain chdir() 2008-07-04 Kjartan Maraas * 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 deletions(-) commit 422a8d41db15ba0ff8e06648d37d21736866a7ea Author: Theppitak Karoonboonyanan Date: Fri Jul 4 09:35:40 2008 +0000 Updated Thai translation. 2008-07-04 Theppitak Karoonboonyanan * 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 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 Date: Sat Jun 28 10:19:53 2008 +0000 Update NEWS svn path=/trunk/; revision=2622 NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit b71fbde92cfece6912580ca15808f24ee442559a Author: Kjartan Maraas Date: Sat Jun 28 10:06:40 2008 +0000 Clean up includes and fix a couple compiler warnings. 2008-06-28 Kjartan Maraas * 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 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 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 Date: Tue Jun 10 09:52:23 2008 +0000 Translation updated by Ivar Smolin 2008-06-10 Priit Laes * 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 Date: Mon Jun 9 10:06:53 2008 +0000 Updated Basque translation. 2008-06-09 Inaki Larranaga Murgoitio * 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 Date: Thu Jun 5 05:43:46 2008 +0000 Translation updated by Ivar Smolin 2008-06-05 Priit Laes * 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 Date: Wed Jun 4 10:47:48 2008 +0000 Bump version after tagging. 2008-06-04 Kjartan Maraas * 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 Date: Wed Jun 4 10:42:47 2008 +0000 Bump again. Dist the right file. 2008-06-03 Kjartan Maraas * 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 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 * 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 Date: Mon Jun 2 11:56:35 2008 +0000 Update NEWS svn path=/trunk/; revision=2610 NEWS | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 34026b4248ca80305200f92848fc8e71fdde91ea Author: Ignacio Casal Quinteiro 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 Date: Sat May 24 15:18:55 2008 +0000 Translation updated by Tino Meinen. 2008-05-24 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=2607 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 1dc1e00d44761408794e9593eb85c3f51f8ec4a2 Author: Kjartan Maraas Date: Sat May 24 14:44:50 2008 +0000 Plug a leak. 2008-05-22 Kjartan Maraas * 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 deletions(-) commit c2d5c994ed06a183ad8a60f99f935b8fce149b26 Author: Clytie Siddall 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 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 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 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 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 * 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 Date: Tue May 20 09:16:58 2008 +0000 Translation updated by Tino Meinen. 2008-05-20 Vincent van Adrighem * 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 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 Date: Sun May 18 05:19:22 2008 +0000 Updated Thai translation. 2008-05-18 Theppitak Karoonboonyanan * 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 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 * 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 Date: Wed May 14 11:52:32 2008 +0000 Updated Norwegian bokmål translation. 2008-05-14 Kjartan Maraas * 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 Date: Tue May 13 16:12:22 2008 +0000 Translation updated by Tino Meinen. 2008-05-13 Vincent van Adrighem * 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 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 * 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(+), 0 deletions(-) commit f36a68d509b13bb304460d06fb8922f1ca9db42d Author: Jorge Gonzalez Gonzalez 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 Date: Sat May 10 03:22:47 2008 +0000 s/errnoneous/erroneous/ (bug 532435) 2008-05-09 Ray Strode * 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 deletions(-) commit 1196f4aa6da632ceafd7bb2c9d19c0a2f9c403ae Author: Ray Strode 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 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 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 * 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 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 * 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 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 * 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 Date: Wed May 7 10:22:29 2008 +0000 Add NEWS entry svn path=/trunk/; revision=2585 NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit dfd642d2eac39aa7889183126a0425f7b363b2de Author: Kjartan Maraas 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 * 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 Date: Sun Mar 23 12:08:17 2008 +0000 Update Vietnamese translation 2008-03-23 Nguyễn Thái Ngọc Duy * 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 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 * 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 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 deletions(-) commit 90a57d4401d254d28ebf4149666c35c630b96f9b Author: Vincent Untz 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 Unblock signals when starting gconfd, since we might inherit some blocked signals from the parent process. Fix bug #505488. Patch by Javier Uruen Val * gconf/gconfd.c: (main): unblock all signals svn path=/trunk/; revision=2580 ChangeLog | 9 +++++++++ gconf/gconfd.c | 4 ++++ 2 files changed, 13 insertions(+), 0 deletions(-) commit 84a1bcdb0043c13e83112f81892ce4c468888041 Author: Laurent Dhima 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 Date: Mon Mar 17 20:50:17 2008 +0000 Updated Slovak translation. 2008-03-17 Marcel Telka * 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 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 Date: Mon Mar 10 15:20:22 2008 +0000 Post release version bump 2008-03-10 Kjartan Maraas * configure.in: Post release version bump svn path=/trunk/; revision=2576 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit d443f8db96fb52c1c8d4d91eaec5535f90d59275 Author: Kjartan Maraas 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 deletions(-) commit a852e98f76d59f22d98442aaa73139eb21dc4f50 Author: Yannig MARCHEGAY Date: Sat Mar 8 11:38:27 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2573 po/oc.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dadf7fd8f0358273bd2962603fce821fa886c44b Author: Mugurel Tudor Date: Fri Mar 7 18:01:33 2008 +0000 *ro.po: Updated Romanian translation 2008-03-07 Mugurel Tudor *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 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 Date: Fri Mar 7 03:06:02 2008 +0000 Fixes in Brazilian Portuguese translation. 2008-03-07 Leonardo Ferreira Fontenelle * 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 Date: Mon Mar 3 19:42:14 2008 +0000 Updated Russian translation. 2008-03-03 Yuri Kozlov * 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 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 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, 0 insertions(+), 5 deletions(-) commit a9e2cebdc71172f18a22206583fba63e0c77082e Author: Tor Lillqvist Date: Mon Mar 3 01:35:52 2008 +0000 Include gconfd executable. 2008-03-03 Tor Lillqvist * gconf-zip.in: Include gconfd executable. svn path=/trunk/; revision=2566 ChangeLog | 4 ++++ gconf-zip.in | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit 1003942ae9721231a6927d3bc6d1875a153ea66e Author: Philip Withnall Date: Sun Mar 2 23:00:59 2008 +0000 Updated British English translation. 2008-03-02 Philip Withnall * 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 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 Date: Sun Mar 2 12:38:13 2008 +0000 Updated Lithuanian translation. 2008-03-02 Gintautas Miliauskas * 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 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 files changed, 1 insertions(+), 1 deletions(-) commit 6a37e3db42f053dc9079f8e95c5a0a2660d69754 Author: Jovan Naumovski Date: Sat Mar 1 00:14:57 2008 +0000 2008-03-01 Jovan Naumovski *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 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 Date: Mon Feb 25 20:14:46 2008 +0000 Updated Portuguese translation. 2008-02-25 Duarte Loreto * 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 Date: Mon Feb 25 13:05:56 2008 +0000 Updated Italian translation. 2008-02-25 Luca Ferretti * 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 Date: Sun Feb 24 07:20:05 2008 +0000 Translation updated by Ivar Smolin 2008-02-24 Priit Laes * 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 Date: Sat Feb 23 22:59:24 2008 +0000 Translation updated 2008-02-23 Gabor Kelemen * 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 Date: Sat Feb 23 16:22:51 2008 +0000 Updated Norwegian Nynorsk translation. 2008-02-23 Åsmund Skjæveland * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=2555 po/nn.po | 103 +++++++++++++++++++++---------------------------------------- 1 files changed, 36 insertions(+), 67 deletions(-) commit 6763fb22a19b20f6cb825cd410ca8382eeb69a1d Author: Åsmund Skjæveland Date: Sat Feb 23 10:40:56 2008 +0000 Updated Norwegian Nynorsk translation. 2008-02-23 Åsmund Skjæveland * 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ář 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 Date: Tue Feb 19 22:17:10 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2551 po/oc.po | 107 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 53 insertions(+), 54 deletions(-) commit 3d8fb752ec02f98bb2925f48a3bf0cd3bf9827e3 Author: Josselin Mouette Date: Tue Feb 19 18:42:42 2008 +0000 reviewed by: Mark McLoughlin. 2008-02-19 Josselin Mouette 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č Date: Tue Feb 19 12:40:14 2008 +0000 Updated Slovenian translation svn path=/trunk/; revision=2549 po/sl.po | 450 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 215 insertions(+), 235 deletions(-) commit 0170f93dada027d2bf656f9956ca09c5ff1f8cc8 Author: Artur Flinta Date: Sat Feb 16 16:03:26 2008 +0000 Updated Polish translation by GNOME PL Team. 2008-02-16 Artur Flinta * 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 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 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 Date: Thu Feb 7 15:46:08 2008 +0000 Remove obsolete file. svn path=/trunk/; revision=2545 .eiderinfo | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit 56a0abd635dd2af9a13730fce77656c974e82c51 Author: Priit Laes Date: Tue Feb 5 20:01:08 2008 +0000 Translation updated by Ivar Smolin 2008-02-05 Priit Laes * 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 Date: Mon Feb 4 08:03:14 2008 +0000 Translation updated by Ivar Smolin 2008-02-04 Priit Laes * 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 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(+), 0 deletions(-) commit 05d16f59f0cac1aafd8e7a524904d534fcf055da Author: Baris Cicek 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 Date: Fri Feb 1 16:37:12 2008 +0000 Updated Japanese translation. 2008-02-01 Takeshi AIHANA * 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 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 deletions(-) commit f30cf2683e6020ca54c0d26771b0061ee4ed567b Author: Jonh Wendell Date: Tue Jan 29 13:25:07 2008 +0000 Brazilian Portuguese translation updated by Vladimir Melo. 2008-01-29 Jonh Wendell * 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 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 Date: Mon Jan 28 12:36:22 2008 +0000 Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. 2008-01-28 Christian Persch * 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 Date: Fri Jan 25 07:53:43 2008 +0000 Updated Thai translation. 2008-01-25 Theppitak Karoonboonyanan * 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 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 Date: Thu Jan 24 06:30:24 2008 +0000 Added si svn path=/trunk/; revision=2532 po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5febe59f3dbbdcdc97f51b6efb3301b054f4b31d Author: Wouter Bolsterlee Date: Wed Jan 23 23:04:43 2008 +0000 Dutch translation updated by Wouter Bolsterlee. 2008-01-24 Wouter Bolsterlee * nl.po: Dutch translation updated by Wouter Bolsterlee. svn path=/trunk/; revision=2531 po/nl.po | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit e1a9c18fc949611bad2148f10219c382b285b730 Author: Wouter Bolsterlee Date: Wed Jan 23 22:53:30 2008 +0000 Dutch translation updated by Wouter Bolsterlee. 2008-01-23 Wouter Bolsterlee * 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 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 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 * 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 deletions(-) commit f969e4cef74b52a1085631b8da26e65bfa3d6180 Author: Tor Lillqvist Date: Tue Jan 22 00:01:23 2008 +0000 Map pipe() to _pipe() on Win32. 2008-01-22 Tor Lillqvist * 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(+), 0 deletions(-) commit a3ad67074aab4a41f68e486645dc979881edcb74 Author: Kjartan Maraas Date: Mon Jan 21 19:13:29 2008 +0000 Bump to 2.21.3 after release. 2008-01-21 Kjartan Maraas * 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 deletions(-) commit 0a2e75ce66f4ee390cb1d2e1a7b0a0299411a29d Author: Kjartan Maraas Date: Mon Jan 21 19:13:06 2008 +0000 Forgot to commit NEWS svn path=/trunk/; revision=2525 NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 24a324b0a43baecbd332cf0d8a25e0e2e89de09c Author: Yannig MARCHEGAY 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 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 files changed, 116 insertions(+), 129 deletions(-) commit ed6066be268abf7d5abf164a9931a49be1902ce2 Author: Yang Zhang Date: Thu Jan 17 15:30:14 2008 +0000 Updated zh_CN translation svn path=/trunk/; revision=2521 po/zh_CN.po | 868 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 483 insertions(+), 385 deletions(-) commit fdc111a28a30865838ad60e0b096464adcdaa4c8 Author: Maxim Dziumanenko Date: Thu Jan 17 10:30:21 2008 +0000 Updated Ukrainian translation. 2008-01-17 Maxim Dziumanenko * 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 Date: Tue Jan 15 16:12:47 2008 +0000 Updated Basque translation. 2008-01-15 Inaki Larranaga Murgoitio * 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 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 Date: Mon Jan 14 08:27:32 2008 +0000 Updated Portuguese translation. 2008-01-14 Duarte Loreto * 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 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 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 Date: Sat Jan 12 14:03:44 2008 +0000 Updated French translation by Robert-André Mauchin 2008-01-12 Claude Paroz * fr.po: Updated French translation by Robert-André Mauchin 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 Date: Sat Jan 12 10:21:19 2008 +0000 Updated German translation. 2008-01-12 Andre Klapper * 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 Date: Fri Jan 11 10:12:05 2008 +0000 Updated Norwegian bokmål translation. 2008-01-11 Kjartan Maraas * 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 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 * 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 Date: Thu Jan 10 20:54:31 2008 +0000 Bump version 2008-01-10 Kjartan Maraas * 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 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 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 Date: Wed Jan 9 09:58:37 2008 +0000 glib-2.0, not glib. Thanks To Alex Larsson. 2008-01-09 Kjartan Maraas * 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 deletions(-) commit e3e1b3573e8e44cb77807fdcae696bc2b9900d5f Author: Kjartan Maraas 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 * 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 Date: Tue Jan 8 14:48:31 2008 +0000 Update some. Fix some more strings. Closes bug #429679. 2008-01-08 Kjartan Maraas * 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 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 * 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 Date: Tue Jan 8 14:16:57 2008 +0000 String review by Clytie Siddall. Closes bug #315212 2008-01-08 Kjartan Maraas * 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 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 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(+), 0 deletions(-) commit c0f8b14b70426e81712effd1715b7c7a4adb53e6 Author: Inaki Larranaga Murgoitio Date: Thu Dec 27 15:05:56 2007 +0000 Updated Basque translation. 2007-12-27 Inaki Larranaga Murgoitio * 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 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 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(+), 0 deletions(-) commit 249796e59ace3c5b1739778d12a7eefb3ed1e2dc Author: Kjartan Maraas 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 * 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 deletions(-) commit 097003eead8647d2b10ef2de0874fbeb577c3937 Author: Yannig MARCHEGAY Date: Tue Nov 20 21:19:14 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2495 po/oc.po | 62 +++++++++++++++++++++++++------------------------------------- 1 files changed, 25 insertions(+), 37 deletions(-) commit 3e335bef3b9f9dc6fb7cb79a3fa22e74d89ae977 Author: Matej Urbančič 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 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 * 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 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 Date: Tue Oct 23 20:57:50 2007 +0000 Updated Arabic Translation by Youssef Chahibi. svn path=/trunk/; revision=2491 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 0deff5501bb608556d0946e205d73c6adf0d4fee Author: Owen Taylor 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 * 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 deletions(-) commit 36fbe777074a006a6f53f5cb11ba666195c1146c Author: Lucas Rocha 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 * 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 deletions(-) commit 7b02ddc006aade0e1b3b09475ea464f8d10be5f3 Author: Djihed Afifi Date: Sun Oct 21 19:21:50 2007 +0000 Updated Arabic Translation by Youssef Chahibi. svn path=/trunk/; revision=2488 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 1f7dd68719d71c7c6dcf08cf5fc9d7bb866914bb Author: Djihed Afifi Date: Sun Oct 21 16:46:23 2007 +0000 Updated Arabic Translation by Youssef Chahibi. svn path=/trunk/; revision=2487 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 2931ad49322496ffd7822a81857ed83c4df5a086 Author: Matej Urbančič 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 Date: Mon Oct 15 10:18:18 2007 +0000 Post release bump. 2007-10-15 Kjartan Maraas * configure.in: Post release bump. svn path=/trunk/; revision=2485 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 2d1d1b3f88b35d080044f16f3f2f4a2b641d6db8 Author: Kjartan Maraas Date: Mon Oct 15 10:13:09 2007 +0000 Update NEWS svn path=/trunk/; revision=2483 NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit e4e68a0f0d8a960b9c1ac4a53589570af2718859 Author: Kjartan Maraas Date: Mon Oct 15 10:12:39 2007 +0000 ============================== 2.20.1 ========================== 2007-10-15 Kjartan Maraas * 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 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(+), 0 deletions(-) commit 3f2461cf6b63b83c754a7ed6752bbd5e387e6b2c Author: Kjartan Maraas Date: Mon Oct 15 09:55:55 2007 +0000 Update svn path=/trunk/; revision=2480 NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 15f362766a5bc7b3716953bbcb0e63a958683975 Author: Kjartan Maraas Date: Tue Oct 2 16:13:38 2007 +0000 Dist basic-gconf-app.schemas too. 2007-10-02 Kjartan Maraas * 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 deletions(-) commit 4d4afc8057623293968c3c5097bd5cee008268a0 Author: Kjartan Maraas 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 * 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 deletions(-) commit c1a84df13288fe3793bf2b9686b703619fbd608d Author: Changwoo Ryu Date: Fri Sep 28 20:02:23 2007 +0000 Updated Korean translation. 2007-09-29 Changwoo Ryu * 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 Date: Wed Sep 19 14:29:53 2007 +0000 Post release bump svn path=/trunk/; revision=2476 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5d7106821d369a6ef06a45a794d67f742c6a934f Author: Kjartan Maraas Date: Wed Sep 19 14:21:37 2007 +0000 ============================= 2.20.0 ========================== 2007-09-19 Kjartan Maraas * 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 deletions(-) commit d873ad6d03ac38f64ef7adb181db52dda2047a20 Author: SANDRA MARAKKALA DANISHKA NAVIN Date: Mon Sep 17 07:25:00 2007 +0000 Added entry for Sinhala svn path=/trunk/; revision=2473 po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 4b125d2c07310f6fe8d9deaf798209061821413b Author: SANDRA MARAKKALA DANISHKA NAVIN Date: Mon Sep 17 07:23:58 2007 +0000 si.po updated svn path=/trunk/; revision=2472 po/si.po | 2390 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2390 insertions(+), 0 deletions(-) commit 2ac8cce48df0c54187a9f4c0fb2cf05e81f80a10 Author: Vladimer Sichinava Date: Fri Sep 14 09:35:16 2007 +0000 Updated Georgian translation by Vladimer Sichinava svn path=/trunk/; revision=2471 po/ChangeLog | 5 + po/ka.po | 1363 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 810 insertions(+), 558 deletions(-) commit 4c519192186f36e09a8391e11b2530d53abb9a57 Author: Djihed Afifi 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 Date: Thu Sep 13 07:21:57 2007 +0000 Updated Romanian translation by Mişu Moldovan 2007-09-13 Mugurel Tudor * ro.po: Updated Romanian translation by Mişu Moldovan svn path=/trunk/; revision=2469 po/ChangeLog | 5 + po/ro.po | 703 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 361 insertions(+), 347 deletions(-) commit c96f1e090ea9b63e6764c202317b5fc9a5405aa1 Author: Laurent Dhima 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 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 Date: Tue Sep 11 08:05:13 2007 +0000 Updated Italian translation. 2007-09-11 Luca Ferretti * 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 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 Date: Fri Sep 7 10:59:08 2007 +0000 Update Ukrainian translation. 2007-09-07 Maxim Dziumanenko * 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 Date: Thu Sep 6 22:14:28 2007 +0000 Updated Russian translation 2007-09-07 Nickolay V. Shmyrev * 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 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 Date: Sun Sep 2 15:10:59 2007 +0000 Add MAINTAINERS svn path=/trunk/; revision=2461 MAINTAINERS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit b47de1df0c621409c346ed767d93520e9cfab964 Author: Yannig MARCHEGAY Date: Sat Sep 1 20:09:59 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2460 po/oc.po | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 08ffc6679173982ee625c364449af36eb86a127d Author: Alexander Shopov Date: Fri Aug 31 06:38:43 2007 +0000 Updated Bulgarian translation by Alexander Shopov 2007-08-31 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 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 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 Date: Tue Aug 28 12:28:50 2007 +0000 Updated Spanish translation svn path=/trunk/; revision=2457 po/es.po | 2823 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 2484 insertions(+), 339 deletions(-) commit 2f809aa2a3227b213a55dfd64581becc1c05c566 Author: Jorge Gonzalez Gonzalez 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 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 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 files changed, 386 insertions(+), 377 deletions(-) commit 25b9e015b50e33bfc12f9b30dd9fe3a543c3140e Author: Duarte Loreto Date: Sun Aug 26 12:36:48 2007 +0000 Updated Portuguese translation. 2007-08-26 Duarte Loreto * 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 Date: Tue Aug 21 10:57:31 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2452 po/oc.po | 481 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 245 insertions(+), 236 deletions(-) commit 34cb654688c2b3ae235db71f3bbea73035fd7645 Author: Sunil Mohan Adapa Date: Tue Aug 21 06:39:28 2007 +0000 Added Telugu translation done by Pramod Matapathi . 2007-08-21 Sunil Mohan Adapa * te.po: Added Telugu translation done by Pramod Matapathi . svn path=/trunk/; revision=2451 po/ChangeLog | 5 + po/LINGUAS | 1 + po/te.po | 2506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2512 insertions(+), 0 deletions(-) commit 5c7f77975a8dd4e06ee767d12fa5591a0b59f57c Author: Yannig MARCHEGAY Date: Sun Aug 19 16:41:34 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2450 po/oc.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 8062f2dbcda1b62938c332a7917c8a08ffb8e170 Author: Yannig MARCHEGAY Date: Fri Aug 17 15:29:51 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2449 po/oc.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 217e725314ded7d4e7e78935ea5b8049e0767889 Author: Priit Laes Date: Thu Aug 16 10:05:48 2007 +0000 Estonian translation update by Ivar Smolin. 2007-08-16 Priit Laes * 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 Date: Wed Aug 15 18:19:49 2007 +0000 Updated Canadian English translation. 2007-08-15 Adam Weinberger * 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 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 Date: Sun Aug 12 12:50:25 2007 +0000 2007-08-12 Jovan Naumovski *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 Date: Sun Aug 12 12:01:34 2007 +0000 Updated German translation. 2007-08-12 Hendrik Richter * 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 Date: Sun Aug 12 12:01:05 2007 +0000 Updated German translation, by Andre Klapper 2007-08-12 Hendrik Richter * de.po: Updated German translation, by Andre Klapper svn path=/trunk/; revision=2443 po/ChangeLog | 5 + po/de.po | 741 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 380 insertions(+), 366 deletions(-) commit 8e558d5f1d8eaa1c896fd05ebbdc04d822432a26 Author: Yair Hershkovitz 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 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 Date: Sat Aug 4 10:04:45 2007 +0000 Updated Malayalam (ml) Translation svn path=/trunk/; revision=2440 po/ml.po | 827 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 418 insertions(+), 409 deletions(-) commit 6560ab7e4d6aee9e1fcb30f36911b189be642959 Author: Ani Peter Date: Sat Aug 4 10:04:30 2007 +0000 Updated Malayalam (ml) Translation svn path=/trunk/; revision=2439 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit e0eab6dfb98088d96249c3e0298975c7b3524fbf Author: Wadim Dziedzic Date: Thu Aug 2 20:33:30 2007 +0000 Updated polish translation 2007-08-02 Wadim Dziedzic * 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 Date: Sun Jul 29 08:19:26 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2437 po/oc.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 514429f6db81232d5b149d425674f8389395dbd6 Author: Iñaki Larrañaga Murgoitio 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 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 Date: Wed Jul 18 17:03:23 2007 +0000 Translation updated. 2007-07-18 Vincent van Adrighem * 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 Date: Wed Jul 18 16:40:12 2007 +0000 Reviewed by: Ray Strode 2007-07-18 Jaap Haitsma 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 Date: Mon Jul 16 14:31:38 2007 +0000 Estonian translation update by Ivar Smolin. 2007-07-16 Priit Laes * 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 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 Date: Tue Jul 10 22:02:11 2007 +0000 Translation updated. 2007-07-11 Gabor Kelemen * 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 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 Date: Mon Jul 9 11:34:02 2007 +0000 Updated Japanese translation. 2007-07-09 Takeshi AIHANA * 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 Date: Thu Jul 5 17:47:18 2007 +0000 Reviewed by Christian Persch. 2007-07-05 Sven Herzberg 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(+), 0 deletions(-) commit e35338de2ab55ee8f454164d9d4e75550197b16a Author: Ankitkumar Rameshchandra Patel 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 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 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 Date: Mon Jun 25 12:18:54 2007 +0000 vi.po: Updated Vietnamese translation. svn path=/trunk/; revision=2423 po/vi.po | 537 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 272 insertions(+), 265 deletions(-) commit 0a70e02953cd31da133dbda9bb70698cc25a8169 Author: Clytie Siddall Date: Mon Jun 25 12:18:36 2007 +0000 vi.po: Updated Vietnamese translation. svn path=/trunk/; revision=2422 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 829b6b99a9f7d05d758d42f9e3eee7e470b7ff4c Author: Kjartan Maraas Date: Sun Jun 24 12:19:56 2007 +0000 Updated Norwegian bokmål translation. 2007-06-24 Kjartan Maraas * 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 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 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 * 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(+), 0 deletions(-) commit 539e31f2462afc1e2f14f86cf54f3dc57834dbdb Author: Christian Persch Date: Sat Jun 23 13:28:36 2007 +0000 Post-release version bump. 2007-06-23 Christian Persch * configure.in: Post-release version bump. svn path=/trunk/; revision=2418 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit c961512b8a05f1be40a560d97197271c05f9cb13 Author: Christian Persch Date: Sat Jun 23 13:27:49 2007 +0000 ======= 2.19.1 ============================================ 2007-06-23 Christian Persch * 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 Date: Sat Jun 23 12:02:52 2007 +0000 Add --search-key argument. Bug #406329, patch by Richard Hult. 2007-06-23 Christian Persch * 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 Date: Sat Jun 23 11:50:18 2007 +0000 Init GThread. Bug #432923. 2007-06-21 Christian Persch * 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 Date: Tue May 29 13:12:43 2007 +0000 2007-05-29 vi.po Updated Vietnamese translation Clytie Siddall svn path=/trunk/; revision=2412 po/vi.po | 781 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 377 insertions(+), 404 deletions(-) commit 357bce4f26bfe0df61676e639b1f63c18ef45234 Author: Theppitak Karoonboonyanan 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 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 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 Date: Tue May 8 10:59:20 2007 +0000 Updated translation from Espen Stefansen. 2007-05-08 Kjartan Maraas * 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 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 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 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(+), 0 deletions(-) commit 3442222b792b46c1ff71a03d5a8b9196773ce587 Author: David Lodge 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 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 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 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 Date: Mon Apr 16 22:38:09 2007 +0000 Fix strings used for errors about invalid keys. Bug #406251. 2007-04-17 Christian Persch * 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 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 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 Date: Tue Apr 10 14:57:37 2007 +0000 Updated Czech Translation. 2007-04-10 Jakub Friedl * 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 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 * 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 deletions(-) commit cc4818d47c75cc8067d65c3f149c07846d61ef0e Author: Ignacio Casal Quinteiro 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 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 Date: Sat Mar 10 11:05:15 2007 +0000 updatingfor Punjabi by alam svn path=/trunk/; revision=2387 po/pa.po | 1702 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 845 insertions(+), 857 deletions(-) commit 08c0a5bd4db5426b7f9d547819b32a6774405dc0 Author: Thierry Randrianiriana 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 Date: Mon Mar 5 21:04:15 2007 +0000 Post release bump 2007-03-05 Ray Strode * 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 Date: Mon Mar 5 16:29:20 2007 +0000 ============================= 2.18.0.1 ==================== 2007-03-02 Ray Strode * 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 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 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 Date: Sat Mar 3 06:08:31 2007 +0000 Post release bump 2007-03-02 Ray Strode * configure.in: Post release bump svn path=/trunk/; revision=2381 ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 1a5a5cb1d142ab8db356a6dc50a852ea9f561e14 Author: Ray Strode Date: Sat Mar 3 06:04:16 2007 +0000 ============================= 2.18.0 ====================== ============================= 2.18.0 ====================== 2007-03-02 Ray Strode * 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 Date: Fri Mar 2 21:48:47 2007 +0000 Make sure error strings are UTF-8. Bug #406251. 2007-03-02 Christian Persch * 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 Date: Fri Mar 2 21:43:59 2007 +0000 Don't include xml-entry.h twice. 2007-03-02 Kjartan Maraas * 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 deletions(-) commit 1ab6b03f71714d4c9c038f4004f8117d9f3a004a Author: Ray Strode 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 * gconf/gconf-value.c (gconf_meta_info_free): free schema and mod_user fields before freeing struct. Based on patch by Richard Hult svn path=/trunk/; revision=2376 ChangeLog | 7 +++++++ gconf/gconf-value.c | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) commit efafbb1338af004c824e091256fcab206cbd2405 Author: Ray Strode 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 * 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 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 Date: Fri Mar 2 20:14:09 2007 +0000 Patch from Laszlo (Laca) Peter 2007-03-02 Ray Strode Patch from Laszlo (Laca) Peter * 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 Date: Fri Mar 2 20:08:40 2007 +0000 add bug reference to changelog entry svn path=/trunk/; revision=2373 ChangeLog | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 733bc1e72abd6d070b339fcef9ddb343ed71c2cf Author: Ray Strode Date: Fri Mar 2 20:05:59 2007 +0000 Patch from Padraig O'Briain 2007-03-02 Ray Strode Patch from Padraig O'Briain * 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 deletions(-) commit 3163512b9df75543ded4ce5cec0223a69a9ed191 Author: Ray Strode Date: Fri Mar 2 19:43:35 2007 +0000 Patch from Paolo Borelli 2007-03-02 Ray Strode Patch from Paolo Borelli * 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 Date: Fri Mar 2 19:33:27 2007 +0000 Patch from Paolo Borelli 2007-03-02 Ray Strode Patch from Paolo Borelli * 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 Date: Fri Mar 2 19:28:54 2007 +0000 Patch from Narayana Pattipati 2007-03-02 Ray Strode Patch from Narayana Pattipati * 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(+), 0 deletions(-) commit 8c1eb0c0c18b85609c96c08860e3fb61f759f51a Author: Ray Strode 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 * 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 (bug 309016). svn path=/trunk/; revision=2368 ChangeLog | 8 ++++++++ gconf/gconf-value.c | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit 8976c47f1d187995fe29b8002846f18e2f18246d Author: Gintautas Miliauskas Date: Tue Feb 27 14:40:09 2007 +0000 Updated Lithuanian translation. 2007-02-27 Gintautas Miliauskas * 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 Date: Mon Feb 26 18:48:43 2007 +0000 Post release bump svn path=/trunk/; revision=2366 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83723a80ee0c7a532bc9eb494968d34f352417b8 Author: Kjartan Maraas Date: Mon Feb 26 18:41:03 2007 +0000 Update svn path=/trunk/; revision=2364 NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 0e41f6de24a611668f8a0c20dc4a65493e65dd46 Author: Kjartan Maraas 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(+), 0 deletions(-) commit 1b90896c2566eabb65a3fc7a3e15b7d04736c46e Author: Kjartan Maraas 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(+), 0 deletions(-) commit 0654354b77a3c0f1acf9a293648ce847c374e888 Author: Nguyen Thai Ngoc Duy 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 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 files changed, 7 insertions(+), 7 deletions(-) commit ed4e7762aa56b503ecde13675510c7ebe575dbd0 Author: Leonardo Ferreira Fontenelle 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 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 Date: Tue Jan 30 16:41:02 2007 +0000 Fix a couple compiler warnings. 2007-01-30 Kjartan Maraas * 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 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 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 * 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 Date: Wed Jan 24 16:22:35 2007 +0000 Bump version so we differ from the last released tarball. 2007-01-24 Kjartan Maraas * 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 deletions(-) commit d5b9714a07f34c09e2117aaa42036b6b3ef1b65e Author: Maxim V. Dziumanenko Date: Fri Jan 19 14:18:33 2007 +0000 Maxim Dziumanenko * 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 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 deletions(-) commit 24aed3dac6ca85834c9f32c8ca2d6e68d8dee33f Author: Djihed Afifi 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 Date: Sun Dec 24 18:24:24 2006 +0000 Updated Canadian English translation. 2006-12-24 Adam Weinberger * 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ó 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 Date: Wed Dec 13 12:40:20 2006 +0000 Translation updated. 2006-12-13 Gabor Kelemen * hu.po: Translation updated. po/ChangeLog | 4 ++++ po/hu.po | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 19 deletions(-) commit 7a587cfc05859fa9cbcb9661ae4707026ec85759 Author: Priit Laes Date: Sun Dec 3 15:49:53 2006 +0000 Translation updated by Ivar Smolin. 2006-12-03 Priit Laes * 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 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 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 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(+), 0 deletions(-) commit f5db8406531a70d88fdf28a8fbf3f3d5ec18daf5 Author: Pawan Chitrakar Date: Tue Nov 21 06:38:53 2006 +0000 Updated Nepali Translation po/ne.po | 2115 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 1022 insertions(+), 1093 deletions(-) commit 6be0a3b2a39ff8595a45d5a5e8d1d740ec1b73e6 Author: Matic Zgur Date: Sat Nov 18 17:39:00 2006 +0000 Updated Polish translation by GNOME PL Team. 2006-11-18 Matic Zgur * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++++ po/pl.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit a8441bc6f889e6293613cd491f65339d00e837a2 Author: Vladimer Sichinava 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 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 Date: Wed Nov 1 17:32:35 2006 +0000 Translation updated by Ivar Smolin. 2006-11-01 Priit Laes * 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 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 Date: Mon Oct 9 18:20:53 2006 +0000 Fixed some stupid typos. 2006-10-09 Luca Ferretti * 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 Date: Sun Oct 8 09:18:26 2006 +0000 Updated Italian translation. 2006-10-08 Luca Ferretti * it.po: Updated Italian translation. po/ChangeLog | 4 + po/it.po | 2035 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 1046 insertions(+), 993 deletions(-) commit 2e1aaddced1ec9ba3f9712fabcfd66afb97130e3 Author: Matthias Clasen Date: Sat Oct 7 23:36:37 2006 +0000 Fix error handling in the getters. (#102050, #360224) 2006-10-07 Matthias Clasen * 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 Date: Sat Oct 7 08:03:21 2006 +0000 Translation updated by Ivar Smolin. 2006-10-07 Priit Laes * 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 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 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 Date: Thu Oct 5 12:40:43 2006 +0000 2.16.0 bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 329360effd997bbce407fadfbbb731888184dda4 Author: Priit Laes Date: Thu Sep 14 05:25:37 2006 +0000 Translation updated by Ivar Smolin. 2006-09-14 Priit Laes * 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 Date: Sat Sep 9 14:39:25 2006 +0000 Updated English (British) translation. 2006-09-09 David Lodge * 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 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 Date: Mon Sep 4 07:17:29 2006 +0000 Updated Romanian translation by Mişu Moldovan 2006-09-04 Mugurel Tudor * ro.po: Updated Romanian translation by Mişu Moldovan po/ChangeLog | 5 + po/ro.po | 1175 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 601 insertions(+), 579 deletions(-) commit b4840ad0847a9d1f6213207d602e1c5f8d84541e Author: Danilo Šegan 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 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 Date: Sat Sep 2 11:15:43 2006 +0000 Updated Norwegian Nynorsk translation. 2006-09-02 Åsmund Skjæveland * 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 Date: Sat Sep 2 11:15:19 2006 +0000 Updated Norwegian Nynorsk translation. 2006-09-02 Åsmund Skjæveland * nn.po: Updated Norwegian Nynorsk translation. po/nn.po | 1284 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 633 insertions(+), 651 deletions(-) commit b29ce81400c80e6c0ad5308eedee5516743342bf Author: Runa Bhattacharjee Date: Fri Sep 1 05:34:54 2006 +0000 Added Entry for Bengali India Translation Updation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 98157ec73d08e4a2b3d04c8c3544ee3b0fc56f3a Author: Runa Bhattacharjee Date: Fri Sep 1 05:34:34 2006 +0000 Updated Bengali India Translation po/bn_IN.po | 243 ++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 165 insertions(+), 78 deletions(-) commit 90f63afa164f7b01e93f83f1bbb1c94e149023ca Author: Ani Peter 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 Date: Wed Aug 30 22:52:57 2006 +0000 Updated Slovenian translation. 2006-08-31 Matic Zgur * sl.po: Updated Slovenian translation. po/ChangeLog | 4 + po/sl.po | 2139 +++++++++++++++++++++++++++------------------------------- 2 files changed, 989 insertions(+), 1154 deletions(-) commit 947753f3ef53aa4a951a31918db3e6fb717d91fb Author: Gabor Kelemen Date: Sat Aug 26 12:35:58 2006 +0000 Translation updated. 2006-08-26 Gabor Kelemen * hu.po: Translation updated. po/ChangeLog | 4 + po/hu.po | 194 ++++++++++++++++++++++------------------------------------ 2 files changed, 77 insertions(+), 121 deletions(-) commit ea484e9ce61510b816d44626eebcb0e8082fef2e Author: Subhransu Behera Date: Sat Aug 26 12:33:07 2006 +0000 Updated Oriya Translation po/or.po | 60 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 30 insertions(+), 30 deletions(-) commit 5b1637283299d9c8739fe7ca7db0a95540099722 Author: Subhransu Behera Date: Sat Aug 26 12:32:33 2006 +0000 Added Strings for Updated Oriya Translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit eacaeb516267bb7e76763632668b6ce447470b74 Author: Josep Puigdemont i Casamajó 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 Date: Thu Aug 24 02:48:43 2006 +0000 Updated. 2006-08-24 Ahmad Riza H Nst * id.po: Updated. po/ChangeLog | 4 + po/id.po | 1189 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 608 insertions(+), 585 deletions(-) commit 3ca217de2b2c3504a142dd85d67cd2f24470514d Author: Josep Puigdemont i Casamajó 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 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 Date: Thu Aug 17 22:12:49 2006 +0000 Updated Portuguese translation. 2006-08-17 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 1183 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 605 insertions(+), 582 deletions(-) commit 9def9f36ee0067a552ba9ecc70ae2c880e5af28b Author: Satoru SATOH Date: Wed Aug 16 14:03:57 2006 +0000 Updated Japanese translation. 2006-08-16 Satoru SATOH * Updated Japanese translation. po/ChangeLog | 4 + po/ja.po | 1183 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 604 insertions(+), 583 deletions(-) commit aa93694c1af9d7ae3867e72bee1dfe6088103c02 Author: Gabor Kelemen Date: Wed Aug 16 01:46:21 2006 +0000 Translation updated. 2006-08-16 Gabor Kelemen * hu.po: Translation updated. po/ChangeLog | 4 + po/hu.po | 1182 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 606 insertions(+), 580 deletions(-) commit 3c39d914656298e327a8e4eda388d98c7f197c10 Author: Artur Flinta Date: Tue Aug 15 22:28:50 2006 +0000 Updated Polish translation by GNOME PL Team. 2006-08-16 Artur Flinta * 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 Date: Tue Aug 15 22:17:37 2006 +0000 Updated Polish translation by GNOME PL Team. 2006-08-16 Artur Flinta * 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 Date: Tue Aug 15 12:19:46 2006 +0000 Fix intltool req. 2006-08-15 Kjartan Maraas * configure.in: Fix intltool req. ChangeLog | 4 ++++ configure.in | 26 +++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletions(-) commit d58d5d001f4559fe486a12af6b5ead873ae1fd28 Author: Vladimer Sichinava 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(+), 0 deletions(-) commit 9c635bba4dfd0db64364e15f9727f84e1f1299db Author: Priit Laes Date: Wed Aug 9 04:02:32 2006 +0000 Translation updated by Ivar Smolin. 2006-08-09 Priit Laes * 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 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 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 * 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(+), 0 deletions(-) commit 0711bdde05fb79af24845b252d17f193e3d60de9 Author: Inaki Larranaga Date: Tue Aug 8 07:42:35 2006 +0000 Fixed some typos. 2006-08-08 Inaki Larranaga * eu.po: Fixed some typos. po/ChangeLog | 4 ++ po/eu.po | 101 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 70 insertions(+), 35 deletions(-) commit f4d840203999fc7f6b1be8b3a91cc7b009e416c0 Author: Alexander Larsson 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 * 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 Date: Sat Aug 5 08:28:48 2006 +0000 Updated Traditional Chinese translation(Hong Kong). Updated Traditional 2006-08-05 Chao-Hsiung Liao * 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 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 Date: Mon Jul 31 07:08:49 2006 +0000 Updated Ukrainian translation. 2006-07-31 Maxim Dziumanenko * Updated Ukrainian translation. po/ChangeLog | 4 + po/uk.po | 1194 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 610 insertions(+), 588 deletions(-) commit 7ed926a8ea76f4117863b59a99cee646a154aa4c Author: Nickolay V. Shmyrev Date: Thu Jul 27 21:36:48 2006 +0000 Updated Russian translation. 2006-07-28 Nickolay V. Shmyrev * ru.po: Updated Russian translation. po/ChangeLog | 4 + po/ru.po | 1279 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 653 insertions(+), 630 deletions(-) commit 9c53ac551d8af50560f1a0a0521475a783930696 Author: Subhransu Behera Date: Thu Jul 27 14:30:47 2006 +0000 Updated Oriya Translation po/or.po | 187 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 95 insertions(+), 92 deletions(-) commit 9318b6c75d243b16a6479341ac1bc1e20965a7eb Author: Subhransu Behera Date: Thu Jul 27 14:29:48 2006 +0000 Added Entry for Updated Oriya Translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7afd0d586e279a62636e11dbf84701dfd58659f2 Author: Yair Hershkovitz 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 Date: Fri Jul 21 15:00:44 2006 +0000 Updated Oriya translation po/or.po | 159 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 81 insertions(+), 78 deletions(-) commit dcd3dfd68e768b9223c5b2cce050b973ab61b039 Author: Subhransu Behera Date: Fri Jul 21 15:00:18 2006 +0000 Added Message for Updated Oriya Translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit ee7865f61f2a27f999ed8039723339b788da97dd Author: Subhransu Behera Date: Fri Jul 21 05:41:39 2006 +0000 Updated Oriya translation po/or.po | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) commit 1e7d5f6157d35e601251bec58034df5938b0ae7d Author: Subhransu Behera Date: Fri Jul 21 05:41:19 2006 +0000 Added Message for Updated Oriya Translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b5d22e16695ab4e64587f4866e5f4fe1ea91025f Author: Christophe Merlet 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 Date: Tue Jul 18 14:55:03 2006 +0000 Updated Oriya translation po/or.po | 70 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 39 insertions(+), 31 deletions(-) commit 74ce073777ee8c58a48b5c300b6c3745311eb86e Author: Subhransu Behera Date: Tue Jul 18 14:54:33 2006 +0000 Added Message for Updated Oriya Translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 86192a43b6de15e306512b4c4a86f48985bd4be1 Author: Subhransu Behera Date: Tue Jul 18 12:42:27 2006 +0000 Added Oriya File for Translation po/or.po | 2382 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2382 insertions(+), 0 deletions(-) commit 5afd1c21f940e392ccaa0c1e770575bd8876b27d Author: Subhransu Behera 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(+), 0 deletions(-) commit bb907c64e0e1e15fb0eea3a4e9bdbd9dcd08cec0 Author: Hendrik Richter Date: Tue Jul 11 14:22:14 2006 +0000 Updated German translation. 2006-07-11 Hendrik Richter * de.po: Updated German translation. po/ChangeLog | 4 ++++ po/de.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 253a14aba33f32dd4b1225ca9ca5a7460c6451aa Author: Hendrik Richter Date: Tue Jul 11 11:57:39 2006 +0000 Updated German translation. 2006-07-11 Hendrik Richter * de.po: Updated German translation. po/ChangeLog | 4 + po/de.po | 1187 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 607 insertions(+), 584 deletions(-) commit 623daf288acbb302925f59e0540817c396323f4a Author: Raivis Dejus Date: Mon Jul 10 07:52:30 2006 +0000 Updated Latvian translation. 2006-07-10 Raivis Dejus * 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 Date: Thu Jul 6 13:41:18 2006 +0000 Fixed misspelled 'phạm vị' po/vi.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 25412b2293a0f9eb325bc052475ab154ef4af7b3 Author: Runa Bhattacharjee Date: Wed Jul 5 16:24:32 2006 +0000 Added Entry for Bengali India (bn_IN) translation updation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 45359ae406dd35d8e55bbfaa2a4a3a6738aa087b Author: Runa Bhattacharjee Date: Wed Jul 5 16:23:50 2006 +0000 Updated Bengali India Translation po/bn_IN.po | 984 ++++++++++++++++++++++++++--------------------------------- 1 files changed, 430 insertions(+), 554 deletions(-) commit 67b88f273deb0c7d133fb3c30285e06557169db8 Author: Jovan Naumovski Date: Wed Jul 5 00:56:20 2006 +0000 2006-07-05 Jovan Naumovski * 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 Date: Mon Jul 3 15:12:52 2006 +0000 Fixed 'kết thức' po/vi.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc7ee1bc9a68a6cb3b4a094449b74efc68dc9792 Author: Runa Bhattacharjee Date: Mon Jul 3 07:29:48 2006 +0000 Added entry for addition of bn_IN Translation and in LINGUAS po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 6cb06a5f11c660636462b0b961e1c309d4f02130 Author: Runa Bhattacharjee Date: Mon Jul 3 07:28:54 2006 +0000 Added Bengali India (bn_IN) to the list of languages po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0f7cf023e4ddfb82b0a04ded1c2e257088d17f00 Author: Runa Bhattacharjee Date: Mon Jul 3 07:28:16 2006 +0000 Added Bengali India (bn_IN) Translation po/bn_IN.po | 2712 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2712 insertions(+), 0 deletions(-) commit aaebab0166d6d3dc70bd57f171bd3e6d4b7f4b3f Author: Rhys Jones Date: Wed Jun 28 21:55:37 2006 +0000 Updated Welsh translation. 2006-06-28 Rhys Jones * cy.po: Updated Welsh translation. po/ChangeLog | 4 + po/cy.po | 1229 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 628 insertions(+), 605 deletions(-) commit 058cd75b35c6f437257a2a27e641bdd604d8e55f Author: Guntupalli Karunakar 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 Date: Mon Jun 26 19:30:00 2006 +0000 Updated Norwegian bokmål translation. 2006-06-26 Kjartan Maraas * 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 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 Date: Mon Jun 19 09:47:39 2006 +0000 Updated French translation. 2006-06-19 Benoît Dejean * fr.po: Updated French translation. po/ChangeLog | 4 + po/fr.po | 1272 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 650 insertions(+), 626 deletions(-) commit 38c6364f7178fab729656d912dd61d401cb8efb5 Author: Michael Meeks 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 * 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 deletions(-) commit 4f0b9f5d78cef6189100000eb215adcb5093cb1a Author: Changwoo Ryu Date: Fri Jun 9 16:45:18 2006 +0000 Updated Korean translation. 2006-06-10 Changwoo Ryu * ko.po: Updated Korean translation. po/ChangeLog | 4 + po/ko.po | 1179 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 602 insertions(+), 581 deletions(-) commit df34072c5ec1fd11caa8da190ad2f7648f39ad58 Author: N Jayaradha Date: Fri Jun 9 00:39:16 2006 +0000 translated by felix updated by Jayaradha po/ta.po | 1343 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 667 insertions(+), 676 deletions(-) commit 0c76b6d35a695927ed7e988b789ce51fb16e7267 Author: Clytie Siddall 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 Date: Tue May 23 22:23:38 2006 +0000 Updated Norwegian bokmål translation. 2006-05-24 Kjartan Maraas * 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 Date: Tue May 23 11:07:31 2006 +0000 Updated Thai translation. 2006-05-23 Theppitak Karoonboonyanan * 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 Date: Sat May 20 12:16:00 2006 +0000 Translation updated. 2006-05-20 Vincent van Adrighem * nl.po: Translation updated. po/ChangeLog | 4 + po/nl.po | 1871 +++++++++++++++++++++++++--------------------------------- 2 files changed, 821 insertions(+), 1054 deletions(-) commit 743c12a435dd9a372aebbdb8ced956d40d8b6a33 Author: Raphael Higino 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 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 * 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 Date: Thu May 18 15:11:43 2006 +0000 Translation updated by Ivar Smolin. 2006-05-18 Priit Laes * et.po: Translation updated by Ivar Smolin. po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 207bd88d8a53bda34c1f5722b07d1f7a76313663 Author: Inaki Larramaga Date: Wed May 10 16:11:54 2006 +0000 Updated Basque translation. 2006-05-10 Inaki Larramaga * 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 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 Date: Mon May 8 20:59:59 2006 +0000 Updated Swedish translation. 2006-05-08 Daniel Nylander * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 2341 ++++++++++++++++++++-------------------------------------- 2 files changed, 802 insertions(+), 1543 deletions(-) commit 239ff1253adc948fa54184f8f6ccad52128d8c62 Author: Alexander Shopov Date: Mon May 8 18:11:49 2006 +0000 Updated Bulgarian translation by Alexander Shopov 2006-05-08 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 583 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 334 insertions(+), 254 deletions(-) commit 5aa88bd86c24df056952028721986902787c0771 Author: Ankitkumar Rameshchandra Patel 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 Date: Sun May 7 10:54:13 2006 +0000 Remove obsolete no entry. 2006-05-07 Kjartan Maraas * LINGUAS: Remove obsolete no entry. po/ChangeLog | 4 ++++ po/LINGUAS | 1 - 2 files changed, 4 insertions(+), 1 deletions(-) commit e5abfd90f0a818a0c950cfc9bcda245b279fddc3 Author: Kjartan Maraas 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 * 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 Date: Sat May 6 13:35:56 2006 +0000 Updated Lithuanian translation. 2006-05-06 Žygimantas Beručka * lt.po: Updated Lithuanian translation. po/ChangeLog | 4 + po/lt.po | 1188 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 607 insertions(+), 585 deletions(-) commit b8b8fccec153b17dfb3b98b276391fbf67dd7eab Author: Kjartan Maraas 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 * 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(+), 0 deletions(-) commit 57ec7a2244e342eeac907bd34c598b22a6da18f2 Author: Pema Geyleg 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 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 Date: Fri May 5 22:55:44 2006 +0000 Updated Spanish translation. 2006-05-06 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1187 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 607 insertions(+), 584 deletions(-) commit 9b3239cf7fee30e426f9473a0b45e0ee75967e16 Author: Kjartan Maraas Date: Fri May 5 13:49:17 2006 +0000 Migrate to GOption. Patch by Vincent Vuntz. Closes bug #336307. 2006-05-05 Kjartan Maraas * 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 Date: Fri May 5 13:47:50 2006 +0000 Reinstate the previous patch. Same. 2006-05-05 Kjartan Maraas * configure.in: Reinstate the previous patch. * po/LINGUAS: Same. ChangeLog | 5 ++++ configure.in | 3 +- po/LINGUAS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 1 deletions(-) commit efff028ebe919dd259de490829476e84c0a44d1b Author: Kjartan Maraas Date: Fri May 5 13:44:47 2006 +0000 Revert the LINGUAS patch until we have branched. Remove temporarily. 2006-05-05 Kjartan Maraas * 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 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 * 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 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 * 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 deletions(-) commit bcf18c2eeefc50abfaefbb97ac0ebb0b5ce9ba6d Author: Julio M. Merino Vidal 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 * 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 Date: Fri May 5 13:27:16 2006 +0000 Add GConfSchema functions. Add docs for GConfSchema. Patch from * doc/gconf/gconf-sections.txt: Add GConfSchema functions. * doc/gconf/tmpl/gconf-schema.sgml: Add docs for GConfSchema. Patch from . 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 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 * 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 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 * 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 deletions(-) commit 6a72fae3dfe69eb070f209cf5ec3c5efd1ba1c78 Author: David Lodge Date: Fri Apr 21 21:24:02 2006 +0000 Translation updated by David Lodge. 2006-04-21 David Lodge * 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 Date: Fri Apr 21 13:52:35 2006 +0000 Updated Bulgarian translation by Alexander Shopov 2006-04-21 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 1031 +++++++++++++++++++++++++++------------------------------- 2 files changed, 492 insertions(+), 544 deletions(-) commit ffa0f74a044914216cd7587cb26e353fdd206e38 Author: Priit Laes Date: Wed Apr 19 06:03:55 2006 +0000 Translation updated by Ivar Smolin. 2006-04-19 Priit Laes * 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 Date: Mon Apr 17 11:50:33 2006 +0000 Remove obsolete entry for no_NO. And the translation. 2006-04-17 Kjartan Maraas * 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 Date: Thu Mar 30 13:04:25 2006 +0000 Added Dzongkha translations po/dz.po | 2300 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2300 insertions(+), 0 deletions(-) commit ec888681e168b80ec9bd101c5f3a3906aaf4888a Author: Yair Hershkovitz 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 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 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 Date: Mon Mar 13 06:20:59 2006 +0000 Updated Romanian translation by Mişu Moldovan 2006-03-13 Mugurel Tudor * ro.po: Updated Romanian translation by Mişu Moldovan po/ChangeLog | 5 + po/ro.po | 1527 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 731 insertions(+), 801 deletions(-) commit f00433787c4690610d4509d7873a1f74cde0468d Author: Alessio Frusciante 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 Date: Sun Mar 12 02:34:04 2006 +0000 Updated Czech translation by Petr Tomeš. 2006-03-12 Miloslav Trmac * 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 Date: Sat Mar 11 06:04:31 2006 +0000 update translation for Punjabi (Gurmukhi) by apbrar gmail com po/pa.po | 1330 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 622 insertions(+), 708 deletions(-) commit b569d79c6357ca3dd393bef51bbe14e6c0f02754 Author: Kjartan Maraas 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 * 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 Date: Mon Mar 6 21:33:26 2006 +0000 Updated Swedish translation. 2006-03-06 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 1032 +++++++++++++++++++++++++++------------------------------- 2 files changed, 492 insertions(+), 544 deletions(-) commit 1ee1f753dac835e302c41e8aa8e208ab8077fc8c Author: Kjartan Maraas 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 * 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 Date: Mon Mar 6 13:05:46 2006 +0000 Based on patch from Josselin Mouette in bug #333353 to 2006-03-06 Mark McLoughlin Based on patch from Josselin Mouette 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 Date: Mon Mar 6 12:13:52 2006 +0000 Patch from Christopher.Hanna@sun.com 2006-03-06 Mark McLoughlin 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 Date: Sun Mar 5 22:24:54 2006 +0000 Translation updated by Ivar Smolin. 2006-03-06 Priit Laes * 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 Date: Fri Mar 3 01:05:29 2006 +0000 Hungarian translation updated. 2006-03-03 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 1209 +++++++++++++++++++++++++++------------------------------- 2 files changed, 557 insertions(+), 656 deletions(-) commit 62ff6dcf1dad4e847c1470027f7ca2939e8778e6 Author: Arangel Angov Date: Thu Mar 2 15:04:24 2006 +0000 Updated Macedonian Translation po/mk.po | 1155 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 529 insertions(+), 626 deletions(-) commit 9d5629ee04c106ce5be9b28c8feaaee773c601c4 Author: Raphael Higino 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 Date: Sat Feb 25 10:37:14 2006 +0000 Updated Polish translation by GNOME PL Team. 2006-02-25 Artur Flinta * 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 Date: Tue Feb 21 12:11:44 2006 +0000 Updated Basque translation. 2006-02-21 Inaki Larranaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 1135 +++++++++++++++++++++++++++------------------------------- 2 files changed, 529 insertions(+), 610 deletions(-) commit 6b3bc77e357f25bbd2027a546b82b6e037270f9d Author: Kostas Papadimas 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 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 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 Date: Thu Feb 16 13:28:03 2006 +0000 Updated Ukrainian translation. 2006-02-16 Maxim Dziumanenko * Updated Ukrainian translation. po/ChangeLog | 4 + po/uk.po | 1032 +++++++++++++++++++++++++++------------------------------- 2 files changed, 492 insertions(+), 544 deletions(-) commit ba8761c3566326f969b43606c855e8d80f9c4bf8 Author: Hendrik Richter Date: Wed Feb 15 18:50:40 2006 +0000 Updated German translation. 2006-02-15 Hendrik Richter * de.po: Updated German translation. po/ChangeLog | 4 + po/de.po | 1034 +++++++++++++++++++++++++++------------------------------- 2 files changed, 493 insertions(+), 545 deletions(-) commit d85fb18e5f31dcd664b02fd0ca7c7115b7dfbd9b Author: Lukas Novotny Date: Tue Feb 7 20:06:13 2006 +0000 Updated Czech translation. 2006-02-07 Lukas Novotny * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 1038 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 497 insertions(+), 545 deletions(-) commit db8d7e076f9d7c3a346ff643503e49e6d214fe43 Author: Rhys Jones Date: Fri Feb 3 19:40:20 2006 +0000 Updated Welsh translation. 2006-02-03 Rhys Jones * cy.po: Updated Welsh translation. po/ChangeLog | 4 + po/cy.po | 1034 +++++++++++++++++++++++++++------------------------------- 2 files changed, 493 insertions(+), 545 deletions(-) commit b5d84ad4b3e990bff94c61a4a3cc329a28ea42a5 Author: Leonid Kanter 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 Date: Tue Jan 31 23:18:18 2006 +0000 Updated Serbian translation 2006-01-31 Slobodan D, Sredojevic * 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 Date: Mon Jan 30 09:57:00 2006 +0000 Updated Albanian translation. 2006-01-30 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 + po/sq.po | 1179 ++++++++++++++++++++++++++------------------------------- 2 files changed, 542 insertions(+), 641 deletions(-) commit e8105cee9fb791611062ddeae7433505c4fd8bb7 Author: Duarte Loreto Date: Fri Jan 27 23:27:54 2006 +0000 Updated Portuguese translation. 2006-01-27 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 1038 +++++++++++++++++++++++++++------------------------------- 2 files changed, 495 insertions(+), 547 deletions(-) commit 775ad32efc179d6399cfd4ab1a953c34c855773d Author: Changwoo Ryu Date: Fri Jan 27 18:31:00 2006 +0000 Updated Korean translation. 2006-01-28 Changwoo Ryu * ko.po: Updated Korean translation. po/ChangeLog | 4 + po/ko.po | 1034 +++++++++++++++++++++++++++------------------------------- 2 files changed, 493 insertions(+), 545 deletions(-) commit 476e1fa956b6138d22800f8e65a7235265813161 Author: Tor Lillqvist Date: Fri Jan 27 13:13:44 2006 +0000 Include backend DLLs only in the runtime zipfile. 2006-01-27 Tor Lillqvist * 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 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 Date: Wed Jan 18 17:38:40 2006 +0000 Updated Danish translation. 2006-01-18 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 + po/da.po | 1036 +++++++++++++++++++++++++++------------------------------- 2 files changed, 494 insertions(+), 546 deletions(-) commit 50cd81f9f60139614f5bb6fdf6e7f8f57ff4fffd Author: Takeshi AIHANA Date: Wed Jan 18 14:46:11 2006 +0000 Fixed wrong translation. 2006-01-18 Takeshi AIHANA * ja.po: Fixed wrong translation. po/ja.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 216f5dda214c1a946ecd4058d42a964b14008b89 Author: Takeshi AIHANA Date: Wed Jan 18 14:38:01 2006 +0000 Updated Japanese translation for v2.13.5. 2006-01-18 Takeshi AIHANA * 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 Date: Sun Jan 15 19:30:35 2006 +0000 post-release bump to 2.13.6. 2006-01-15 Mark McLoughlin * configure.in: post-release bump to 2.13.6. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit c1e84f89740fe7460f1630842f5e1ec71c94dce3 Author: Mark McLoughlin Date: Sun Jan 15 19:28:05 2006 +0000 Version 2.13.5. 2006-01-15 Mark McLoughlin * 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 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 * 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 deletions(-) commit aaa646b0c83e508f8db8bb2b62f7bd25d77dc66d Author: Žygimantas Beručka Date: Sat Jan 7 16:30:34 2006 +0000 Updated Lithuanian translation. 2006-01-07 Žygimantas Beručka * 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ó 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 Date: Thu Jan 5 20:19:38 2006 +0000 new, clears a cache entry if it matches the directory 2006-01-05 Vincent Untz * 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(+), 0 deletions(-) commit 8411a29d92604d3e9a5bb4224f0f5c5752e2c20b Author: Tor Lillqvist Date: Thu Jan 5 13:15:43 2006 +0000 Include the backend DLLs in the runtime zipfile. 2006-01-05 Tor Lillqvist * gconf-zip.in: Include the backend DLLs in the runtime zipfile. ChangeLog | 4 ++++ gconf-zip.in | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 0f228b3b29511a524e4d56607ca20ac6951a942d Author: Vincent van Adrighem Date: Wed Jan 4 21:15:49 2006 +0000 Translation updated by Tino Meinen. 2006-01-04 Vincent van Adrighem * 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 Date: Tue Jan 3 17:35:16 2006 +0000 Updated Bulgarian translation by Alexander Shopov 2006-01-03 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 969 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 494 insertions(+), 480 deletions(-) commit e242a570de9a3e584559895318eaf0ef11427e48 Author: Mark McLoughlin Date: Tue Jan 3 17:05:28 2006 +0000 Switch on "subtree merging" by default in the defaults database. 2006-01-03 Mark McLoughlin 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 Date: Tue Jan 3 16:36:30 2006 +0000 Pointed out by Nicolas Peninguy in bug #323509 2006-01-03 Mark McLoughlin Pointed out by Nicolas Peninguy 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 Date: Mon Jan 2 12:35:55 2006 +0000 Updated Norwegian Nynorsk translation. 2006-01-02 Åsmund Skjæveland * 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 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 files changed, 1 insertions(+), 1 deletions(-) commit 40cb64e55bb8f1505055b6b2783607b75ee4dcb7 Author: Kjartan Maraas,,23491770 Date: Sun Jan 1 23:28:56 2006 +0000 Updated Norwegian bokmål translation. Same. 2006-01-02 Kjartan Maraas,,23491770 * 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 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 Date: Fri Dec 30 14:20:13 2005 +0000 Added "is" "zh_HK" to ALL_LINGUAS. 2005-12-30 Abel Cheung * configure.in: Added "is" "zh_HK" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit e1d5a4a35012420b5e017ef4e03a4e461597d0dd Author: Kwok-Koon Cheung 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 Date: Sun Dec 25 06:36:04 2005 +0000 Updated Canadian English translation. 2005-12-25 Adam Weinberger * 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 Date: Wed Dec 21 02:00:42 2005 +0000 Updated Spanish translation. 2005-12-21 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 967 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 492 insertions(+), 479 deletions(-) commit 545aebba7877add7020a2f64a0061963a7913621 Author: Arangel Angov Date: Tue Dec 20 18:05:42 2005 +0000 Updated Macedonian Translation po/mk.po | 1221 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 594 insertions(+), 627 deletions(-) commit 54cf52e6f9bb2795ea58317f8193331c20825270 Author: Clytie Siddall 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 Date: Thu Dec 15 23:32:52 2005 +0000 Updated Slovak translation. 2005-12-15 Marcel Telka * 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 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 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 Date: Mon Dec 12 11:43:04 2005 +0000 Updated Thai translation. 2005-12-12 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 + po/th.po | 225 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 117 insertions(+), 112 deletions(-) commit 924febd37426687b621c6ce88996c960a2d219a7 Author: Christophe Merlet 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 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 * 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 * 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 Date: Fri Dec 9 10:01:48 2005 +0000 Publicize gconf_value_compare() and gconf_entry_equal(). Closes bug 2005-12-09 Jorn Baayen * 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 Date: Fri Dec 9 09:37:48 2005 +0000 post-branch bump to 2.13.1 2005-12-09 Mark McLoughlin * configure.in: post-branch bump to 2.13.1 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 4c9eae02e1067f8e74335009da0cb386946597fe Author: Kjartan Maraas 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 * gconf/gconf-internals.c: (gconf_value_decode): Make this function work for schemas too. Patch from Nicolas Peninguy . Closes bug #323509. ChangeLog | 6 ++++++ gconf/gconf-internals.c | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletions(-) commit 771c20ca14a6438ed344a53a810b28025476f445 Author: Dan Williams 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 * 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 Date: Tue Dec 6 10:48:52 2005 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7277e54e0948d5281fc1bf78fce22725131259bd Author: Theppitak Karoonboonyanan Date: Sun Nov 20 07:24:38 2005 +0000 Updated Thai translation. 2005-11-20 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 ++ po/th.po | 102 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 59 insertions(+), 47 deletions(-) commit 742688cbaed3f5be9ed8ea3e84d24925073f499c Author: Ales Nyakhaychyk 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 Date: Tue Nov 15 11:20:50 2005 +0000 Updated Norwegian bokmål translation. Same. 2005-11-15 Kjartan Maraas * 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 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 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 Date: Tue Nov 8 12:28:38 2005 +0000 Patch from Jens Granseuer in bug #320852 2005-11-08 Mark McLoughlin Patch from Jens Granseuer 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 deletions(-) commit 545732c50d4fcb192b6dfabf77f22fc27603feb6 Author: Priit Laes Date: Tue Nov 8 07:22:02 2005 +0000 Translation updated by Ivar Smolin. 2005-11-08 Priit Laes * 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 Date: Sun Nov 6 02:29:00 2005 +0000 Updated Japanese translation for v2.12.1. 2005-11-06 Takeshi AIHANA * 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 Date: Thu Nov 3 16:39:26 2005 +0000 Post release version bump 2005-11-03 Alexander Larsson * configure.in: Post release version bump ==================== 2.12.1 ==================== ChangeLog | 7 +++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 10 insertions(+), 1 deletions(-) commit 75c51e6327155e5e060fce3498f4f48a76ff923c Author: Alexander Larsson Date: Thu Nov 3 16:36:08 2005 +0000 Update for release 2005-11-03 Alexander Larsson * 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 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 * 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 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 deletions(-) commit 1a39b05701fa81f301edd5f3b73be80f320b7620 Author: Laurent Dhima Date: Fri Oct 28 15:22:06 2005 +0000 Updated Albanian translation. 2005-10-28 Laurent Dhima * 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 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 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 Date: Thu Oct 27 16:58:50 2005 +0000 Updated Basque translation. 2005-10-27 Inaki Larranaga * eu.po: Updated Basque translation. po/ChangeLog | 4 ++++ po/eu.po | 58 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 36 insertions(+), 26 deletions(-) commit 0955523ce5d7ee2f9d2d264b13356170dc695fc4 Author: Alexander Larsson 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 * 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 Date: Tue Oct 25 15:35:43 2005 +0000 Updated Hebrew translation. 2005-10-25 Yair Hershkovitz * he.po: Updated Hebrew translation. po/ChangeLog | 4 +++ po/he.po | 66 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 40 insertions(+), 30 deletions(-) commit 6a953f1425044d70b2984df515235bcde54036de Author: Ilkka Tuohela 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 Date: Fri Oct 21 07:47:07 2005 +0000 Translation updated by Ivar Smolin. 2005-10-21 Priit Laes * 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 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 * 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 deletions(-) commit 91ea62f4123721d16a987b95bdcd684113bca724 Author: Francisco Javier F. Serrador Date: Mon Oct 17 19:59:08 2005 +0000 Updated Spanish translation. 2005-10-17 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 5 + po/es.po | 1350 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 658 insertions(+), 697 deletions(-) commit 5bfac50d244d93fe2470e2d7f2de84305a97899e Author: Runa Bhattacharjee Date: Mon Oct 17 12:58:44 2005 +0000 Added entry for Bengali (bn) Translation updation:10/17 po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 29ecef4057e6ea986dafe9a24150936731b5b20c Author: Runa Bhattacharjee Date: Mon Oct 17 12:58:17 2005 +0000 Updated Bengali (bn) Translation:10/17 po/bn.po | 2163 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1203 insertions(+), 960 deletions(-) commit e20e4e1c26eae51b47560daa14506c05f70aadeb Author: Martin Willemoes Hansen 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 Date: Sun Oct 16 19:10:33 2005 +0000 Updated Czech translation. 2005-10-16 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 963 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 490 insertions(+), 477 deletions(-) commit d87fab9a3c5c73e0285b06a78100e99aeafc8c53 Author: Arangel Angov Date: Sat Oct 15 11:51:38 2005 +0000 Updated mk translation po/mk.po | 1098 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 532 insertions(+), 566 deletions(-) commit 8e28608e4be5e5d7208a15939d404c2c4629aa7c Author: Priit Laes Date: Thu Oct 13 20:05:26 2005 +0000 Translation updated by Ivar Smolin. 2005-10-13 Priit Laes * 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 Date: Thu Oct 13 01:24:40 2005 +0000 Updated Canadian English translation. 2005-10-12 Adam Weinberger * 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 Date: Tue Oct 11 22:35:58 2005 +0000 Translation updated. 2005-10-12 Vincent van Adrighem * nl.po: Translation updated. po/ChangeLog | 4 + po/nl.po | 961 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 489 insertions(+), 476 deletions(-) commit 3f33c24876ee704e345b5b37fe9f66e350867ede Author: Christian Rose Date: Tue Oct 11 19:14:20 2005 +0000 Updated Swedish translation. 2005-10-11 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 28 ++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) commit 752bee243296c5b7abc2c265ae8f60a229c226ee Author: Funda Wang 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 Date: Mon Oct 10 21:36:26 2005 +0000 Updated Slovak translation. 2005-10-10 Marcel Telka * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 963 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 490 insertions(+), 477 deletions(-) commit 1dc54d52fed1748d637ff1a050b4451592c35607 Author: Alexander Shopov Date: Mon Oct 10 13:46:25 2005 +0000 Updated Bulgarian translation by Alexander Shopov 2005-10-10 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 963 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 491 insertions(+), 477 deletions(-) commit 8205cc6021ec276e38dc4583cd908861a77d9ca2 Author: Maxim Dziumanenko Date: Mon Oct 10 10:56:00 2005 +0000 - Updated Ukrainian translation. 2005-10-10 Maxim Dziumanenko - Updated Ukrainian translation. po/ChangeLog | 4 + po/uk.po | 961 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 489 insertions(+), 476 deletions(-) commit 6bb91235039684d3e1fa78c6c050fc6fc1c65963 Author: Amanpreet Singh Alam Date: Mon Oct 10 05:30:55 2005 +0000 update by amanpreetalam@yahoo.com po/pa.po | 1059 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 519 insertions(+), 540 deletions(-) commit a6332d66121614eb97bc9eb7d8c07ba6acd4d39a Author: Ignacio Casal Quinteiro 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 Date: Sun Oct 9 18:04:44 2005 +0000 fix bug reference ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit be95c150364b18c3cecd8465b4ff26a001ddfbb9 Author: Mark McLoughlin Date: Sun Oct 9 17:57:45 2005 +0000 Based on patch from Lorenzo Colitti in bug #316672 2005-10-09 Mark McLoughlin Based on patch from Lorenzo Colitti 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 Date: Wed Oct 5 16:08:35 2005 +0000 Translation updated by Ivar Smolin. 2005-10-05 Priit Laes * 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 Date: Wed Sep 28 22:34:24 2005 +0000 Reverted unauthorized changes made by user 'kloczek'. 2005-09-29 Christian Rose * sv.po: Reverted unauthorized changes made by user 'kloczek'. po/ChangeLog | 5 + po/sv.po | 558 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 562 insertions(+), 1 deletions(-) commit 9482d0b58d77fb960e2dc2707508393a21608852 Author: Christian Rose Date: Sun Sep 25 09:48:23 2005 +0000 Updated Swedish translation. 2005-09-25 Christian Rose * 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 Date: Sat Sep 17 05:40:01 2005 +0000 Fixed Kông po/vi.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 84a3b329feb724fed74a334b1ab34022b1235d39 Author: Clytie Siddall 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 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 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 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 * 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 Date: Wed Sep 7 11:12:13 2005 +0000 Updated Basque translation. 2005-09-07 Inaki Larranaga * 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 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 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, 0 insertions(+), 1606 deletions(-) commit 050984a7e9235075d91292f96dafd2a6b8d251eb Author: Mark McLoughlin Date: Tue Sep 6 09:28:31 2005 +0000 forgot to actually bump to 2.12.1 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5b55eb2081a1587704ed3df62d9cc54f6ac585ff Author: Mark McLoughlin Date: Tue Sep 6 09:16:24 2005 +0000 post-release bump to 2.12.1. 2005-09-06 Mark McLoughlin * configure.in: post-release bump to 2.12.1. ChangeLog | 6 ++++++ po/ChangeLog | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) commit afd9b074a1dfde164502971e793a9b3a4a3b7603 Author: Mark McLoughlin Date: Tue Sep 6 09:14:10 2005 +0000 Version 2.12.0. 2005-09-06 Mark McLoughlin * 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 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 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 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 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 Date: Sat Sep 3 09:27:35 2005 +0000 update by amanpreetalam@yahoo.com po/pa.po | 1127 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 550 insertions(+), 577 deletions(-) commit 3f6cb0bc500fb23613695af61e89d98bd69ce972 Author: Chao-Hsiung Liao Date: Sat Sep 3 05:32:59 2005 +0000 Updated Traditional Chinese translation. 2005-09-03 Chao-Hsiung Liao * 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 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 Date: Fri Sep 2 08:18:20 2005 +0000 udted by rranjan po/hi.po | 1117 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 560 insertions(+), 557 deletions(-) commit 884e85c4470ccbbd8e20c66a95b603375fdfae49 Author: Clytie Siddall 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 Date: Wed Aug 31 20:02:17 2005 +0000 Updated Lithuanian translation. 2005-08-31 Žygimantas Beručka * lt.po: Updated Lithuanian translation. po/ChangeLog | 4 + po/lt.po | 963 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 487 insertions(+), 480 deletions(-) commit 791b125598aa1e225d14d9099bc1bedebe7260af Author: Mohammad DAMT Date: Tue Aug 30 19:38:24 2005 +0000 Updated Indonesian translation 2005-08-30 Mohammad DAMT * id.po: Updated Indonesian translation po/ChangeLog | 4 + po/id.po | 965 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 488 insertions(+), 481 deletions(-) commit ea961b01b32480582962c890b5f1b4ff0a110e7a Author: Leonid Kanter 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 Date: Mon Aug 29 21:17:56 2005 +0000 Updated Czech translation. 2005-08-29 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 965 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 488 insertions(+), 481 deletions(-) commit fbc88326a398ec6d264158c7c29bb24f7f100297 Author: Alessio Frusciante 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 Date: Sun Aug 28 21:33:13 2005 +0000 Use correct capitalization of GConf in the zipfile names. 2005-08-29 Tor Lillqvist * 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 Date: Sun Aug 28 03:50:00 2005 +0000 Updated Japanese translation for v2.11.92. 2005-08-28 Takeshi AIHANA * 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 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 Date: Tue Aug 23 21:07:48 2005 +0000 Hungarian translation updated. 2005-08-23 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 957 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 484 insertions(+), 477 deletions(-) commit 6a50f47f2876119a3662a3763a941303ffe52706 Author: Priit Laes Date: Tue Aug 23 20:17:02 2005 +0000 Translation updated by Ivar Smolin. 2005-08-23 Priit Laes * 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 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 Date: Mon Aug 22 08:25:15 2005 +0000 post-release bump to 2.11.93. 2005-08-22 Mark McLoughlin * configure.in: post-release bump to 2.11.93. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit d9c524bfffb7b7332b199558a72a6a0fa55012c9 Author: Mark McLoughlin Date: Mon Aug 22 08:21:53 2005 +0000 Version 2.11.92. 2005-08-22 Mark McLoughlin * 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 Date: Thu Aug 18 17:19:37 2005 +0000 Updated Welsh translation. 2005-08-18 Rhys Jones * cy.po: Updated Welsh translation. po/ChangeLog | 4 + po/cy.po | 1396 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 697 insertions(+), 703 deletions(-) commit 5696dd2a6d9a2944cd17433aacccb3a5124375f0 Author: Changwoo Ryu Date: Tue Aug 16 19:45:52 2005 +0000 Updated Korean translation. 2005-08-17 Changwoo Ryu * ko.po: Updated Korean translation. po/ChangeLog | 4 + po/ko.po | 1021 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 513 insertions(+), 512 deletions(-) commit 4bdcb713d6793a01713356388b041eeae45874df Author: Priit Laes Date: Mon Aug 15 18:30:34 2005 +0000 Translation updated by Ivar Smolin. 2005-08-15 Priit Laes * 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 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 Date: Mon Aug 15 13:20:00 2005 +0000 Updated Romanian translation by Misu Moldovan 2005-08-15 Mugurel Tudor * ro.po: Updated Romanian translation by Misu Moldovan po/ChangeLog | 5 + po/ro.po | 1018 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 515 insertions(+), 508 deletions(-) commit 415fae2275bb2d3848e8381fa8ff2c8a0ac96fe6 Author: Gabor Kelemen Date: Sun Aug 14 21:58:08 2005 +0000 Hungarian translation updated. 2005-08-14 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 1110 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 535 insertions(+), 579 deletions(-) commit 8f739b5af6e389a13e59409b70ad7b749a0ae286 Author: Adam Weinberger Date: Sat Aug 13 18:17:58 2005 +0000 Updated Canadian English translation. 2005-08-13 Adam Weinberger * 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 Date: Sat Aug 13 16:05:53 2005 +0000 Updated Bulgarian translation by Alexander Shopov 2005-08-13 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 1642 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 828 insertions(+), 819 deletions(-) commit 3825fbbd59d544326e41a1ec56d4d4751685bfa0 Author: Francisco Javier F. Serrador Date: Sat Aug 13 15:46:56 2005 +0000 Updated Spanish translation. 2005-08-13 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 966 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 488 insertions(+), 482 deletions(-) commit 540c21c02e71795dbd7683d8df7974197fe7d2c4 Author: Ilkka Tuohela 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 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 Date: Fri Aug 12 15:01:59 2005 +0000 Updated Ukrainian translation. 2005-08-12 Maxim Dziumanenko * Updated Ukrainian translation. po/ChangeLog | 4 + po/uk.po | 1015 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 511 insertions(+), 508 deletions(-) commit b4ea36d2de321fd4bd914bb75fe92607762076d0 Author: Kjartan Maraas Date: Fri Aug 12 05:48:12 2005 +0000 Updated Norwegian bokmål translation. Same 2005-08-12 Kjartan Maraas * 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 Date: Thu Aug 11 23:18:27 2005 +0000 done po/mk.po | 1098 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 529 insertions(+), 569 deletions(-) commit 08294c48610560b958c704056df6309c3db27976 Author: Vincent van Adrighem Date: Thu Aug 11 22:06:52 2005 +0000 Translation updated by Tino Meinen. 2005-08-12 Vincent van Adrighem * 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 Date: Thu Aug 11 18:14:16 2005 +0000 Updated German translation. 2005-08-11 Hendrik Brandt * de.po: Updated German translation. po/ChangeLog | 4 ++++ po/de.po | 13 ++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) commit 7ffebcd47f3c34f20cf7b9de3726d2b79b598653 Author: Laurent Dhima Date: Thu Aug 11 13:47:14 2005 +0000 Updated Albanian translation. 2005-08-11 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 + po/sq.po | 1110 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 537 insertions(+), 577 deletions(-) commit 5c8cc30d7c74fc3626dfc020adb67bb3a9ebb549 Author: Duarte Loreto Date: Thu Aug 11 11:39:01 2005 +0000 Updated Portuguese translation. 2005-08-11 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 965 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 488 insertions(+), 481 deletions(-) commit 220e7600f02904a268d50f84a8bcb41b4363c60a Author: Artur Flinta Date: Thu Aug 11 09:03:59 2005 +0000 Updated Polish translation by GNOME PL Team. 2005-08-11 Artur Flinta * 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 Date: Thu Aug 11 05:08:18 2005 +0000 Updated Slovak translation. 2005-08-11 Marcel Telka * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 963 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 487 insertions(+), 480 deletions(-) commit 00abcfee7d6793ff8a118bdfc0fb08ae45906a3c Author: Funda Wang 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 Date: Wed Aug 10 17:18:50 2005 +0000 Updated Thai translation. 2005-08-10 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 ++++ po/th.po | 42 +++++++++++++++++++++++------------------- 2 files changed, 27 insertions(+), 19 deletions(-) commit 03d529a198f6e6b95b430d63fdeea38c794aa584 Author: Adam Weinberger Date: Wed Aug 10 08:40:31 2005 +0000 Spelling and capitalization fixes (closes bug #301133) 2005-08-10 Adam Weinberger * 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 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 Date: Tue Aug 2 10:56:48 2005 +0000 updtd by rranjan@redhat.com po/hi.po | 1084 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 536 insertions(+), 548 deletions(-) commit 6a6ffbb8fbd2f96893f294eddf35d21bfa697536 Author: Funda Wang 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 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 Date: Thu Jul 28 15:39:07 2005 +0000 Bulk changes to Finnish strings po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 0f635e42f37626215aad07d9e2307cc1406ce2af Author: Hendrik Brandt Date: Tue Jul 26 15:31:04 2005 +0000 Updated German translation. 2005-07-26 Hendrik Brandt * de.po: Updated German translation. po/ChangeLog | 4 + po/de.po | 1009 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 509 insertions(+), 504 deletions(-) commit a9f72989fbbf68337dbcc5e6bc2dbf41f1405087 Author: Artur Flinta Date: Tue Jul 26 08:17:27 2005 +0000 Updated Polish translation by GNOME PL Team. 2005-07-26 Artur Flinta * 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 Date: Tue Jul 26 06:47:08 2005 +0000 Translation updated by Tino Meinen. 2005-07-26 Vincent van Adrighem * 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 Date: Tue Jul 26 01:07:30 2005 +0000 Fix one format string mismatch, mark other one as fuzzy. 2005-07-26 Miloslav Trmac * 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 Date: Mon Jul 25 16:18:14 2005 +0000 post-release bump to 2.11.91. 2005-07-25 Mark McLoughlin * configure.in: post-release bump to 2.11.91. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 2f4d2362cdee878d046d3c67053bdc9c56723f74 Author: Mark McLoughlin Date: Mon Jul 25 16:13:00 2005 +0000 Version 2.11.90. 2005-07-25 Mark McLoughlin * 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 Date: Mon Jul 25 05:58:37 2005 +0000 Minor spelling fixes in Thai translation. 2005-07-25 Theppitak Karoonboonyanan * 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 Date: Mon Jul 25 05:42:50 2005 +0000 Updated Bulgarian translation by Alexander Shopov 2005-07-25 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 1086 +++++++++++++++++++++++++++------------------------------- 2 files changed, 510 insertions(+), 581 deletions(-) commit 664a7111aa252b8e172c37ca7317ddae876102f7 Author: Duarte Loreto Date: Sun Jul 24 17:55:41 2005 +0000 Updated Portuguese translation. 2005-07-24 Duarte Loreto * 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 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 Date: Thu Jul 21 16:32:21 2005 +0000 Translation updated by Ivar Smolin. 2005-07-21 Priit Laes * 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 Date: Thu Jul 21 11:38:32 2005 +0000 Merged from gnome-2.10 po/vi.po | 1127 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 564 insertions(+), 563 deletions(-) commit 2a6bf66f17853639a937abeaef492bc7be47b43f Author: Ivan Stojmirov Date: Wed Jul 20 16:29:56 2005 +0000 done po/mk.po | 260 ++++++++++++++++++++----------------------------------------- 1 files changed, 85 insertions(+), 175 deletions(-) commit e6e19877ff0364a18f561028ff76319baca19240 Author: Yair Hershkovitz Date: Wed Jul 20 00:26:11 2005 +0000 Added Hebrew translation 2005-07-20 Yair Hershkovitz * he.po: Added Hebrew translation configure.in | 2 +- po/ChangeLog | 4 + po/he.po | 2459 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2464 insertions(+), 1 deletions(-) commit a3f422b065b439e6d26c006a33b23c4d4c7ec881 Author: Žygimantas Beručka Date: Sun Jul 17 17:38:44 2005 +0000 Updated Lithuanian translation. 2005-07-17 Žygimantas Beručka * lt.po: Updated Lithuanian translation. po/ChangeLog | 4 + po/lt.po | 1011 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 510 insertions(+), 505 deletions(-) commit 431c58fbd62e98ae72841ac1ef5c89c006a44c71 Author: Laurent Dhima Date: Sat Jul 16 16:10:02 2005 +0000 Updated Albanian translation. 2005-07-16 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 + po/sq.po | 1142 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 553 insertions(+), 593 deletions(-) commit 2b4c18870960718b2356de393697efc5eb5d6277 Author: Aivars Kalvans Date: Thu Jul 14 17:30:49 2005 +0000 Reduce number g_string_append_c() calls (bug#309760) 2005-07-14 Aivars Kalvans 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 Date: Thu Jul 14 09:10:53 2005 +0000 ima ushe po/mk.po | 1134 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 566 insertions(+), 568 deletions(-) commit 81975f1b856b2a277ca728a45f81b78c1ea4bbde Author: Roozbeh Pournader Date: Wed Jul 13 15:41:24 2005 +0000 Updated Persian translation by Elnaz Sarbar and 2005-07-13 Roozbeh Pournader * fa.po: Updated Persian translation by Elnaz Sarbar and Meelad Zakaria . po/ChangeLog | 5 + po/fa.po | 1305 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 672 insertions(+), 638 deletions(-) commit 53e500e8ec42b0ec32c944b5ed85f0904793093e Author: Gustavo J. A. M. Carneiro 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 deletions(-) commit d6a328a8963a166e7af458fb8ddaed1dd6819443 Author: Aivars Kalvans Date: Wed Jul 13 12:40:27 2005 +0000 unref GConfEntry after notifying client. Fixes bug #158756 2005-07-13 Aivars Kalvans * 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(+), 0 deletions(-) commit c52ab94b4a0b3a91520755490729aa4ccdd5f8d5 Author: Rajesh Ranjan Date: Mon Jul 11 10:06:46 2005 +0000 updated by rranjan@redhat.com po/hi.po | 251 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 119 insertions(+), 132 deletions(-) commit 55814d072d03af42cbdd7af7b982ab7053facfc7 Author: Danilo Šegan 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 Date: Fri Jul 8 04:10:56 2005 +0000 update by amanpreetalam@yahoo.com po/pa.po | 1111 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 541 insertions(+), 570 deletions(-) commit df30464c0b800227906de9a8875ed27b222074e1 Author: Christian Rose Date: Wed Jul 6 21:22:04 2005 +0000 Updated Galician translation by Ignacio Casal Quinteiro 2004-07-06 Christian Rose * gl.po: Updated Galician translation by Ignacio Casal Quinteiro . po/ChangeLog | 5 + po/gl.po | 1775 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 796 insertions(+), 984 deletions(-) commit 2aac48fd26a814b59d6635d111e8cc4be8b0b078 Author: Hendrik Richter Date: Mon Jul 4 15:41:11 2005 +0000 Fixed German translation by Jens Seidel . 2005-07-04 Hendrik Richter * de.po: Fixed German translation by Jens Seidel . po/ChangeLog | 5 +++++ po/de.po | 21 +++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) commit 2be382ff57d3d5ac77e33070356f6e3bc34c1d67 Author: Chao-Hsiung Liao Date: Fri Jul 1 12:46:48 2005 +0000 Updated Traditional Chinese translation. 2005-07-01 Chao-Hsiung Liao * 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 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 Date: Tue Jun 21 07:03:55 2005 +0000 require glib 2.7.0 2005-06-21 Mark McLoughlin * configure.in: require glib 2.7.0 2005-06-21 Mark McLoughlin Patch from Marcus Meissner 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 Date: Mon Jun 20 21:01:25 2005 +0000 Translation updated by Ivar Smolin. 2005-06-21 Priit Laes * 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 Date: Sun Jun 19 06:31:03 2005 +0000 Updated Thai translation. 2005-06-19 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 +++ po/th.po | 83 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 48 insertions(+), 39 deletions(-) commit 107156ec1a3e75fe4632c64d93ce1c58c1fcad71 Author: Aivars Kalvans Date: Sat Jun 18 16:48:07 2005 +0000 free ->address Fixes bug #307887 2005-06-18 Aivars Kalvans * gconf/gconf-sources.c (gconf_source_free): free ->address Fixes bug #307887 ChangeLog | 5 +++++ gconf/gconf-sources.c | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) commit 9dc7d8413a496543121fa0b74d5a188fd3052394 Author: Theppitak Karoonboonyanan Date: Fri Jun 17 06:53:14 2005 +0000 - fixed some typos in previous commit. po/th.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e5a9401346f4a6bab8b53b4ea59c00c97abecb22 Author: Theppitak Karoonboonyanan Date: Fri Jun 17 06:51:47 2005 +0000 Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation. 2005-06-17 Theppitak Karoonboonyanan * 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 deletions(-) commit 39d83247c3a8ed4fcbf60e81ba9e251a28515db3 Author: Jordi Mallach 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 Date: Tue Jun 14 09:12:09 2005 +0000 updated by rranajn po/hi.po | 1666 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 803 insertions(+), 863 deletions(-) commit ccb7ce0f09a6ddb36765d2519a6df57e2e5d2a50 Author: Mark McLoughlin 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 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 Date: Sun Jun 12 06:54:11 2005 +0000 Updated Slovak translation. 2005-06-12 Marcel Telka * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 995 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 503 insertions(+), 496 deletions(-) commit dca40796a59929ae97f39344e01cfccb37f5eb4c Author: Priit Laes Date: Fri Jun 10 05:57:27 2005 +0000 Translation updated by Ivar Smolin. 2005-06-10 Priit Laes * 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 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 * 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 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 Date: Wed Jun 8 11:30:20 2005 +0000 Updated Danish translation. * da.po: Updated Danish translation. po/da.po | 1014 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 508 insertions(+), 506 deletions(-) commit 8d3c7bb97c91a27e6fcafab993fd31661167769c Author: Christian Rose Date: Tue May 31 15:15:37 2005 +0000 Updated Swedish translation. 2005-05-31 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 1026 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 526 insertions(+), 504 deletions(-) commit 423a82ae63f4480c2a63897652bda8c29740dcf7 Author: Funda Wang 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 Date: Wed May 25 18:05:13 2005 +0000 Update Update 2005-05-25 Kjartan Maraas * 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 Date: Sat May 21 10:12:31 2005 +0000 Updated Basque translation. 2005-05-21 Iaki Larraaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 1220 +++++++++++++++++++++++++--------------------------------- 2 files changed, 537 insertions(+), 687 deletions(-) commit fdd6e7008b08e18c889f19369b3d158033e57cc5 Author: Mohammad DAMT Date: Wed May 18 23:31:10 2005 +0000 Updated Indonesian translation 2005-05-19 Mohammad DAMT * id.po: Updated Indonesian translation po/ChangeLog | 4 + po/id.po | 1329 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 673 insertions(+), 660 deletions(-) commit ec169a3d3edfa125d64e852295448e95a7619617 Author: Takeshi AIHANA Date: Wed May 18 12:18:02 2005 +0000 Updated Japanese translation for v2.11.1. 2005-05-18 Takeshi AIHANA * 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 Date: Tue May 17 13:51:18 2005 +0000 post-release bump to 2.11.2. 2005-05-17 Mark McLoughlin * configure.in: post-release bump to 2.11.2. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 7047a5428f9af75271ea04ad605ff1c74864c8b8 Author: Mark McLoughlin Date: Tue May 17 13:47:40 2005 +0000 Version 2.11.1. 2005-05-17 Mark McLoughlin * 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 Date: Tue May 17 10:57:02 2005 +0000 another minor tweak backends/README.evoldap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 897988ce9666e4c3d018105e96841511557884ad Author: Mark McLoughlin Date: Tue May 17 10:48:48 2005 +0000 update. 2005-05-17 Mark McLoughlin * backends/README.evoldap: update. ChangeLog | 4 +++ backends/README.evoldap | 68 +++++++++++++++++++++++++---------------------- 2 files changed, 40 insertions(+), 32 deletions(-) commit 39a8af7754c578f3621f136ea50b2fc3ce62d8f3 Author: Mark McLoughlin 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 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 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 Date: Mon May 9 07:38:06 2005 +0000 Update to use GNOME OIDs as assigned by Jochen Friedrich 2005-05-09 Mark McLoughlin Update to use GNOME OIDs as assigned by Jochen Friedrich * backends/evoldap.schema: use GNOME OIDs. ChangeLog | 7 +++++++ backends/evoldap.schema | 15 ++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) commit dcea5369ff5eda2efced0563a7eacc2f0f902a2c Author: Mark McLoughlin Date: Fri May 6 12:44:07 2005 +0000 Small fix for previous commit. 2005-05-06 Mark McLoughlin 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 deletions(-) commit 5621bd6afa22fabd9809be0684ee429f0a7ed314 Author: Mark McLoughlin Date: Fri May 6 11:36:27 2005 +0000 Fix for crasher. Based on patch from Josselin Mouette in 2005-05-06 Mark McLoughlin Fix for crasher. Based on patch from Josselin Mouette 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 deletions(-) commit fbb8247008346bbc45011a4d81d6b03ca2942b0a Author: Miloslav Trmac Date: Sat Apr 30 14:43:22 2005 +0000 Updated Czech translation. 2005-04-30 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 1005 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 544 insertions(+), 465 deletions(-) commit e1289ed60778e79d5461d09105c3791c90f66760 Author: Dafydd Harries 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 Date: Wed Apr 27 22:09:04 2005 +0000 Hungarian translation updated. 2005-04-28 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 926 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 567 insertions(+), 363 deletions(-) commit 41da20c47bb4f66764abf7b34f83da21c9d5f9a4 Author: Mark McLoughlin Date: Wed Apr 27 10:22:42 2005 +0000 link the evoldap backend with libxml. 2005-04-27 Mark McLoughlin * backends/Makefile.am: link the evoldap backend with libxml. ChangeLog | 4 ++++ backends/Makefile.am | 6 +++++- 2 files changed, 9 insertions(+), 1 deletions(-) commit 364e65a610b2c1dbb66b2a7847e7f7a13ff895e7 Author: Gabor Kelemen Date: Wed Apr 27 00:13:40 2005 +0000 Hungarian translation updated. 2005-04-27 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 1014 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 552 insertions(+), 466 deletions(-) commit 793b91fc9d4d89d11b538deba75241c470426a5d Author: Mark McLoughlin Date: Mon Apr 25 17:00:19 2005 +0000 Pointed out by Gustavo Carneiro in bug #300804 2005-04-25 Mark McLoughlin Pointed out by Gustavo Carneiro 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 Date: Mon Apr 25 09:45:06 2005 +0000 Translation updated by Ivar Smolin. 2005-04-25 Priit Laes * 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 Date: Sat Apr 23 16:03:36 2005 +0000 Updated Spanish translation. 2005-04-23 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1020 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 554 insertions(+), 470 deletions(-) commit b20e79991a91b3d47fbe168f054bf7f9a3abf63f Author: David Lodge Date: Tue Apr 19 19:05:21 2005 +0000 Updated British English translation. 2005-04-18 David Lodge * 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 Date: Tue Apr 19 01:06:11 2005 +0000 Updated Canadian English translation. 2005-04-18 Adam Weinberger * 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 Date: Mon Apr 18 13:49:36 2005 +0000 Add Evolution mail account LDAP backend. 2005-04-18 Mark McLoughlin * 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 deletions(-) commit becb1c5675d02f340f72e1b9c8caf00af2c89427 Author: Laurent Dhima Date: Tue Apr 12 08:15:03 2005 +0000 Updated Albanian translation. 2005-04-12 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 + po/sq.po | 1094 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 532 insertions(+), 566 deletions(-) commit 55519224bb0278bd46ca8abfa86cce9cf2d97260 Author: Iaki Larraaga Date: Mon Apr 11 18:57:27 2005 +0000 Updated Basque translation. 2005-04-11 Iaki Larraaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 1126 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 574 insertions(+), 556 deletions(-) commit 8cc2162f589ed42b4a29d4cadfc067144f7ef91d Author: Gareth Owen 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 Date: Wed Apr 6 14:32:45 2005 +0000 Updated Persian translation by Elnaz Sarbar . 2005-04-06 Roozbeh Pournader * fa.po: Updated Persian translation by Elnaz Sarbar . po/ChangeLog | 5 + po/fa.po | 655 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 343 insertions(+), 317 deletions(-) commit 455c85d8f557f785187801fd16a6227ad7f789f7 Author: Mark McLoughlin Date: Mon Apr 4 08:30:59 2005 +0000 Patch from Stepan Kasal 2005-04-04 Mark McLoughlin Patch from Stepan Kasal * 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 deletions(-) commit 310ae882f229b29686524059fa7c4db8757479a1 Author: Marcel Telka Date: Fri Apr 1 06:17:48 2005 +0000 Updated Slovak translation. 2005-04-01 Marcel Telka * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 622 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 317 insertions(+), 309 deletions(-) commit b2a8bd669c9eaa8cab468a8ef7daf24ed8aa2e55 Author: Miloslav Trmac Date: Thu Mar 31 09:07:52 2005 +0000 Updated Czech translation. 2005-03-31 Miloslav Trmac * 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 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 deletions(-) commit 48fa52cf9a4c8ca8b3e38588bc836f752e74d80f Author: Tor Lillqvist 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 * 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(+), 0 deletions(-) commit 1eed05f9d12dd5d5e58cfa69ab371ad66cafe811 Author: Adam Weinberger 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 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 * 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 Date: Fri Mar 18 15:08:10 2005 +0000 Port to Windows: 2005-03-18 Tor Lillqvist 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 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 deletions(-) commit b8f3b21f19470dc1873cd9790be61f967dc9e0f8 Author: Mark McLoughlin 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 * 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 Date: Mon Mar 14 15:35:22 2005 +0000 bump version to 2.11.1 after branching. 2005-03-14 Mark McLoughlin * configure.in: bump version to 2.11.1 after branching. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 919d7a32ea672120d680c4590d8b7b29f5660b6a Author: Priit Laes Date: Tue Mar 8 16:02:56 2005 +0000 Translation updated by Ivar Smolin. 2005-03-08 Priit Laes * 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 Date: Mon Mar 7 11:34:36 2005 +0000 post-release bump to 2.10.1. 2005-03-07 Mark McLoughlin * configure.in: post-release bump to 2.10.1. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit b87dad9099e0344f04f52763ddc50e3542ec3ad4 Author: Mark McLoughlin Date: Mon Mar 7 11:31:00 2005 +0000 Version 2.10.0. 2005-03-07 Mark McLoughlin * 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 Date: Sat Mar 5 16:00:59 2005 +0000 Updated Romanian translation by Mişu Moldovan . * ro.po: Updated Romanian translation by Mişu Moldovan . po/ChangeLog | 5 ++ po/ro.po | 159 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 77 insertions(+), 87 deletions(-) commit 339ebe67b13cc5035a65f4896b7fd84f1c988e81 Author: Žygimantas Beručka Date: Fri Mar 4 10:47:23 2005 +0000 Updated Lithuanian translation by Gintautas Miliauskas. 2005-03-04 Žygimantas Beručka * 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 Date: Mon Feb 28 01:19:00 2005 +0000 Translation updated by Reinout van Schouwen. 2005-02-28 Vincent van Adrighem * 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 Date: Sun Feb 27 19:19:14 2005 +0000 Translation updated by Reinout van Schouwen. 2005-02-27 Vincent van Adrighem * 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 Date: Wed Feb 16 16:19:10 2005 +0000 Added Xhosa translation. Added "xh" to ALL_LINGUAS. 2005-02-16 Adi Attar * 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 deletions(-) commit 35225a85615ac4fc80cc90dfc238ffc6e12d662c Author: Amanpreet Singh Alam Date: Wed Feb 16 05:29:26 2005 +0000 updated by amanpreetalam@yahoo.com po/pa.po | 299 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 139 insertions(+), 160 deletions(-) commit c468a0ed1350e8768b49201a76968a81d225f32e Author: Priit Laes Date: Fri Feb 11 07:16:39 2005 +0000 Translation updated by Ivar Smolin. 2005-02-11 Priit Laes * 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 Date: Wed Feb 9 09:41:22 2005 +0000 Ukrainian translation update. 2005-02-09 Maxim Dziumanenko * Ukrainian translation update. po/ChangeLog | 4 ++++ po/uk.po | 35 ++++++++++++++++------------------- 2 files changed, 20 insertions(+), 19 deletions(-) commit de37536828f10a82d87d907a7ae84ec291399a95 Author: Mark McLoughlin Date: Mon Feb 7 17:29:22 2005 +0000 post-release bump to 2.9.92. 2005-02-07 Mark McLoughlin * configure.in: post-release bump to 2.9.92. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 91626eef152acd105adff178614a16727664154a Author: Mark McLoughlin Date: Mon Feb 7 17:24:15 2005 +0000 Version 2.9.91. 2005-02-07 Mark McLoughlin * 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 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 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 Date: Fri Feb 4 10:12:53 2005 +0000 Updated Finnish translation. 2005-02-04 Pauli Virtanen * fi.po: Updated Finnish translation. po/ChangeLog | 4 + po/fi.po | 348 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 172 insertions(+), 180 deletions(-) commit 8c8c05d22564654d1e273f1289d94beaf4623a9b Author: Priit Laes Date: Sat Jan 29 14:51:42 2005 +0000 Added et to ALL_LINGUAS. 2005-01-29 Priit Laes * configure.in: Added et to ALL_LINGUAS. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b5954ea30f4bba5af221d1a83ec629ac7f2edcb4 Author: Priit Laes Date: Sat Jan 29 14:51:40 2005 +0000 Translation added. 2005-01-29 Priit Laes * et.po: Translation added. po/ChangeLog | 4 + po/et.po | 2189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2193 insertions(+), 0 deletions(-) commit 20f38b99312949f4520478ea4049c1c6697fbc3b Author: Mark McLoughlin 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 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 deletions(-) commit 87eaeabccbfe9f9f8ab709e29079ead4133779c5 Author: Mark McLoughlin Date: Mon Jan 17 10:11:10 2005 +0000 Fix double free with gconf_client_clear_cache() 2005-01-17 Mark McLoughlin 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 deletions(-) commit 0934fe1ac979255bfaeae31ac5316419c5dae315 Author: Marcel Telka Date: Sun Jan 16 17:32:36 2005 +0000 Updated Slovak translation. 2005-01-16 Marcel Telka * sk.po: Updated Slovak translation. po/ChangeLog | 4 ++ po/sk.po | 169 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 79 insertions(+), 94 deletions(-) commit 5fee01b005bfeb3a1f29beba73c224192eadafbb Author: Vincent Untz Date: Wed Jan 12 12:54:13 2005 +0000 add sanity check 2005-01-12 Vincent Untz * gconf-value.c: (gconf_value_validate): add sanity check ChangeLog | 4 ++++ gconf/gconf-value.c | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 33209d3977b6b92a7163a585495530c2ae02f803 Author: Alexander Shopov Date: Sun Dec 12 17:49:48 2004 +0000 Updated Bulgarian translation 2004-12-12 Alexander Shopov * bg.po: Updated Bulgarian translation po/ChangeLog | 4 ++ po/bg.po | 97 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 58 insertions(+), 43 deletions(-) commit a7cd57d61d29aecaab592dbd2815aa4ca61f76fd Author: Mark McLoughlin Date: Tue Nov 30 07:04:53 2004 +0000 post-release bump to 2.9.3. 2004-11-30 Mark McLoughlin * configure.in: post-release bump to 2.9.3. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 76790ec0abe72d1469cf1ed3c7b0fb6e322eb66e Author: Mark McLoughlin Date: Tue Nov 30 07:03:02 2004 +0000 Version 2.9.2. 2004-11-30 Mark McLoughlin * 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 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 * 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(+), 0 deletions(-) commit ab1b8f64d6a6bc12f17c662a32235e0a4831a7bd Author: Amanpreet Singh Alam Date: Thu Nov 4 05:59:15 2004 +0000 Oper RCST po/pa.po | 486 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 241 insertions(+), 245 deletions(-) commit d763e2fe66d953cde9bc9ab12bbf813bf69f1019 Author: Fernando Herrera de las Heras 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 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(+), 0 deletions(-) commit a5a40820db48d48ac51241926744f2582e7618d9 Author: Ankitkumar Rameshchandra Patel Date: Tue Oct 26 13:41:44 2004 +0000 ankit@redhat.com * Changed some wrong rendered characters po/gu.po | 269 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 119 insertions(+), 150 deletions(-) commit 8e0dd9ec7ecd28770b12e7f4299dc25c2cca9452 Author: Changwoo Ryu 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 deletions(-) commit a11b50b993716a3cd71cb9d6a1243ac2007e710a Author: Mark McLoughlin Date: Tue Oct 12 16:54:27 2004 +0000 post-release bump to 2.8.2. 2004-10-12 Mark McLoughlin * configure.in: post-release bump to 2.8.2. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit c8e7db339965d671e595f32c313654a06d3666e7 Author: Mark McLoughlin Date: Tue Oct 12 16:52:48 2004 +0000 Version 2.8.1. 2004-10-12 Mark McLoughlin * 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 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 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 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(+), 0 deletions(-) commit 870868fb31131b7db7fa5ef83001887f1d4aaaf1 Author: Kjartan Maraas Date: Thu Sep 30 06:45:02 2004 +0000 Fix pipe misuse reported by valgrind. Suggested fix 2004-09-30 Kjartan Maraas * 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 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 * 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(+), 0 deletions(-) commit bb56e552f29eff1cc0d69defd4b8bcc7c553bb74 Author: Mark McLoughlin Date: Tue Sep 28 06:46:31 2004 +0000 Leak identified by Kjartan in bug #153891. 2004-09-28 Mark McLoughlin 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 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 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 Date: Sat Sep 18 13:54:18 2004 +0000 Updated Lithuanian translation. 2004-09-18 Žygimantas Beručka * 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 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 Date: Tue Sep 14 20:16:30 2004 +0000 post-release bump to 2.8.1. 2004-09-14 Mark McLoughlin * configure.in: post-release bump to 2.8.1. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 51acca32d54d8ae00d5a4324de588ccace69fc0f Author: Mark McLoughlin Date: Tue Sep 14 19:58:09 2004 +0000 Version 2.8.0.1. 2004-09-13 Mark McLoughlin * configure.in: Version 2.8.0.1. 2004-09-14 Mark McLoughlin * 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 Date: Mon Sep 13 16:11:40 2004 +0000 hush .cvsignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8f423b81701878de1466d238dfb06b424013f318 Author: Mark McLoughlin Date: Mon Sep 13 16:10:54 2004 +0000 post-release bump to 2.8.1. 2004-09-13 Mark McLoughlin * configure.in: post-release bump to 2.8.1. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 5cf2eca49866c190aa11f5f50140359176a8e383 Author: Mark McLoughlin Date: Mon Sep 13 16:04:40 2004 +0000 Version 2.8.0. 2004-09-13 Mark McLoughlin * 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ć Date: Sun Sep 12 20:56:25 2004 +0000 2004-09-12 Akagic Amila * bs.po: Updated Bosnian translation. po/ChangeLog | 4 ++ po/bs.po | 143 ++++++++++++++++++++-------------------------------------- 2 files changed, 53 insertions(+), 94 deletions(-) commit 50aa86b69afc0d53c44416c0e2a5e5a17adca996 Author: Dafydd Harries 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 Date: Sat Sep 11 17:42:15 2004 +0000 Updated Malay translation. 2004-09-12 Hasbullah Bin Pit * ms.po: Updated Malay translation. po/ChangeLog | 4 + po/ms.po | 809 +++++++++++++++++++++++++--------------------------------- 2 files changed, 352 insertions(+), 461 deletions(-) commit 5bc4bb6263e5cc11b2d8bda9de69e934f7ce48c4 Author: Baris Cicek 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 Date: Tue Sep 7 04:54:22 2004 +0000 Updated vi.po po/vi.po | 168 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 83 insertions(+), 85 deletions(-) commit e5bb5b2596038043a7bbd3b2782593d7a7b8ca75 Author: Alessio Frusciante 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 Date: Mon Sep 6 12:47:26 2004 +0000 Updated Romanian translation by Misu Moldovan 2004-09-06 Mugurel Tudor * ro.po: Updated Romanian translation by Misu Moldovan po/ChangeLog | 5 + po/ro.po | 1287 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 691 insertions(+), 601 deletions(-) commit 3ad392f332f3f32ad8f74aec87f6a661f6751ba2 Author: Raphael Higino 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 Date: Sun Sep 5 15:09:40 2004 +0000 Updated Czech translation. 2004-09-05 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 5a6b05e5777af7a8c847aef262232fe55e456c4a Author: Kostas Papadimas 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 Date: Tue Aug 31 21:31:56 2004 +0000 Updated Spanish translation. 2004-08-31 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++++ po/es.po | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) commit 19e956f5d308a5942fc4375eeedf8ad2e6a92883 Author: Arafat Medini Date: Mon Aug 30 22:35:36 2004 +0000 Updated Arabic Translation 2004-08-31 Arafat Medini * 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 Date: Mon Aug 30 14:56:30 2004 +0000 Updated Malay translation. 2004-08-30 Hasbullah Bin Pit * ms.po: Updated Malay translation. po/ChangeLog | 4 + po/ms.po | 274 ++++++++++++++++++++++++++------------------------------- 2 files changed, 129 insertions(+), 149 deletions(-) commit 0fe9a0cd0d2e428b88d704d5d1f9f9eaf032b704 Author: Mark McLoughlin Date: Mon Aug 30 08:49:09 2004 +0000 post-release bump to 2.7.93. 2004-08-30 Mark McLoughlin * configure.in: post-release bump to 2.7.93. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 9ef6e4b8128f9f380dbd37b9fdb271e82514cc09 Author: Mark McLoughlin Date: Mon Aug 30 08:46:17 2004 +0000 Version 2.7.92. 2004-08-30 Mark McLoughlin * 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 Date: Mon Aug 30 07:37:39 2004 +0000 Fix problem with schemas install. Bug #151334. 2004-08-30 Mark McLoughlin 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 deletions(-) commit f7e7979162fd89ed3c9ad0fdc40366929171968b Author: Mark McLoughlin Date: Mon Aug 30 07:12:33 2004 +0000 Lots of debugging info from Mickey Stein narrowed 2004-08-30 Mark McLoughlin Lots of debugging info from Mickey Stein 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(+), 0 deletions(-) commit ea922726a32cd8386e9badd948ec05c58b450457 Author: Mark McLoughlin Date: Mon Aug 30 06:47:16 2004 +0000 Patch from Josselin Mouette in bug #148028 2004-08-30 Mark McLoughlin Patch from Josselin Mouette 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 deletions(-) commit bd6fb67ed520f47d7c9393a6f03af95a0164b4e9 Author: Pawan Chitrakar Date: Sun Aug 29 04:33:01 2004 +0000 Updated Nepali Translation 2004-08-29 Pawan Chitrakar * ne.po: Updated Nepali Translation po/ChangeLog | 4 + po/ne.po | 4438 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 2220 insertions(+), 2222 deletions(-) commit e3e40fd29dee712124256efe8050d054c6f37a9c Author: Mark McLoughlin 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 * 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 Date: Thu Aug 26 13:09:39 2004 +0000 Translation updated by Tino Meinen. 2004-08-26 Vincent van Adrighem * 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 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 * 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 ChangeLog | 7 +++++++ backends/markup-tree.c | 10 ++++------ 2 files changed, 11 insertions(+), 6 deletions(-) commit 8fd2113c8ee29358c49ae848fc791bde26af8d2d Author: Pawan Chitrakar Date: Tue Aug 24 10:17:08 2004 +0000 Updated Nepali Translation 2004-08-24 Pawan Chitrakar * ne.po: Updated Nepali Translation po/ChangeLog | 4 + po/ne.po | 4544 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 2222 insertions(+), 2326 deletions(-) commit b8a0c022378b4af784618b2ddb0a1f49b6694352 Author: Jordi Mallach 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 Date: Sat Aug 21 07:32:27 2004 +0000 Updated Ukrainian translation. 2004-08-21 Maxim Dziumanenko * Updated Ukrainian translation. po/ChangeLog | 4 ++++ po/uk.po | 27 ++++++++++++--------------- 2 files changed, 16 insertions(+), 15 deletions(-) commit 6d80b8dff9c2d1debf184674e4166a14862f85b1 Author: Laurent Dhima Date: Fri Aug 20 16:44:45 2004 +0000 Updated Albanian translation. 2004-08-20 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++ po/sq.po | 108 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 58 insertions(+), 54 deletions(-) commit 7c81b2fc18921ef4f4431479ca75d9d74b1efa66 Author: Laszlo Dvornik Date: Fri Aug 20 16:26:14 2004 +0000 Updated Hungarian translation. 2004-08-20 Laszlo Dvornik * 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 Date: Fri Aug 20 11:05:00 2004 +0000 check po/pa.po | 356 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 160 insertions(+), 196 deletions(-) commit 638794c7a4d164d82eb528dad9eb658861d7da96 Author: N Jayaradha Date: Fri Aug 20 06:33:13 2004 +0000 yet to proof read po/ta.po | 122 ++++++++++++++++++++++---------------------------------------- 1 files changed, 43 insertions(+), 79 deletions(-) commit 527c9171afd3fd29eafa444407f8454f1e79fb2b Author: Mark McLoughlin Date: Thu Aug 19 11:51:55 2004 +0000 post-release bump to 2.7.92. 2004-08-19 Mark McLoughlin * configure.in: post-release bump to 2.7.92. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit d2c597a0e3b35f915a7c8b42c0e77a871fc69899 Author: Mark McLoughlin Date: Thu Aug 19 11:43:42 2004 +0000 Version 2.7.91.1. 2004-08-19 Mark McLoughlin * 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 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 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 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 Date: Wed Aug 18 10:51:59 2004 +0000 Updated Albanian translation. 2004-08-18 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++++ po/sq.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit e7d64a0c3e5227d6ac81323254df9a0b4732270d Author: Updated ja.po. T.Aihana Date: Tue Aug 17 13:32:21 2004 +0000 2004-08-17 Updated ja.po. T.Aihana po/ChangeLog | 4 ++++ po/ja.po | 42 ++++++++++++++++-------------------------- 2 files changed, 20 insertions(+), 26 deletions(-) commit 72208853d7adf1c40910c0e19d1552fe0a08a39b Author: Martin Willemoes Hansen 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 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 * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po: Added Bosnian translation by Kenan Hadžiavdić . ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/bs.po | 2384 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2394 insertions(+), 1 deletions(-) commit de817d7e8f199f7d05b1dd797cd6ebd0d02c8ed9 Author: Mark McLoughlin Date: Mon Aug 16 14:41:57 2004 +0000 post-release bump to 2.7.92. 2004-08-16 Mark McLoughlin * configure.in: post-release bump to 2.7.92. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit c972f6a97551f0913e91cc929f30481495c010f5 Author: Mark McLoughlin Date: Mon Aug 16 14:38:34 2004 +0000 Version 2.7.91. 2004-08-16 Mark McLoughlin * 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 Date: Mon Aug 16 07:15:48 2004 +0000 yet to proof read po/ta.po | 109 +++++++++++++++++++++++--------------------------------------- 1 files changed, 40 insertions(+), 69 deletions(-) commit d9728ecc29b6b1783919db0cc1241cb628251e96 Author: Duarte Loreto Date: Fri Aug 13 20:30:19 2004 +0000 Updated Portuguese translation. 2004-08-13 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 389 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 202 insertions(+), 191 deletions(-) commit b5ff1fc9e08e36d734fb6ee7d5e45d01126efbb3 Author: Tommi Vainikainen 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 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 Date: Thu Aug 12 09:29:28 2004 +0000 Updated. Updated. 2004-08-12 Kjartan Maraas * 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 Date: Wed Aug 11 09:54:51 2004 +0000 ru.po: Updated Russian translation from Russian team . po/ru.po | 391 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 199 insertions(+), 192 deletions(-) commit 18696bbf185e8b4c0fcb2121fe3480537f1291f8 Author: Åsmund Skjæveland Date: Wed Aug 11 08:21:05 2004 +0000 Updated Norwegian Nynorsk translation. 2004-08-11 Åsmund Skjæveland * 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 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 * 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 Date: Wed Aug 11 08:00:21 2004 +0000 Correctly named Norwegian bokmål translation. 2004-08-11 Kjartan Maraas * nb.po: Correctly named Norwegian bokmål translation. po/ChangeLog | 4 + po/nb.po | 2404 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2408 insertions(+), 0 deletions(-) commit 6dc3af73a40ebade9e0fa940aa43e5cb4e1f527e Author: Christian Rose Date: Tue Aug 10 17:33:42 2004 +0000 Updated Swedish translation. 2004-08-10 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 388 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 202 insertions(+), 190 deletions(-) commit b66bce487187ae8a1c8aa07fcf6cc813ac2b7386 Author: Mark McLoughlin 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 * 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 Date: Mon Aug 9 19:05:30 2004 +0000 Updated British English translation. 2004-08-09 David Lodge * 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 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 Date: Mon Aug 9 10:01:50 2004 +0000 ankit@redhat.com 09/08/04 po/gu.po | 45 +++++++++++++++++++++++---------------------- 1 files changed, 23 insertions(+), 22 deletions(-) commit 65c416d1a0a1702e98d59a11f1c3fd80cab1ca1b Author: Artur Flinta Date: Mon Aug 9 09:12:23 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-08-09 Artur Flinta * 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 Date: Mon Aug 9 06:53:09 2004 +0000 Added Gujarati & Panjabi po/ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 29abb13db5edc5ce9b24e86abc654e8b45061c5b Author: Sanlig Badral 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 Date: Sun Aug 8 19:10:15 2004 +0000 Updated Spanish translation. 2004-08-08 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 175 ++++++++++++++++++++++----------------------------------- 2 files changed, 72 insertions(+), 107 deletions(-) commit e0ec62e5fae2a72176e8ad720a6dc4f3b84390bd Author: Changwoo Ryu 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 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 Date: Sat Aug 7 15:42:57 2004 +0000 Updated Czech translation. 2004-08-07 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 32 +++++++++++++++++--------------- 2 files changed, 21 insertions(+), 15 deletions(-) commit d3fd43f3f357af2b239b6038e6901fc5c877caf6 Author: Laurent Dhima Date: Sat Aug 7 13:58:17 2004 +0000 Updated Albanian translation. 2004-08-07 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 + po/sq.po | 177 +++++++++++++++++++++------------------------------------ 2 files changed, 69 insertions(+), 112 deletions(-) commit e62f3d716930fd95c7e9d9a83519800585c41f27 Author: Danilo Šegan 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 Date: Sat Aug 7 09:16:42 2004 +0000 Fixes bug #149518. 2004-08-07 Danilo Šegan 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 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 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 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 Date: Thu Aug 5 05:12:47 2004 +0000 ankit@redhat.com 05/08/04 po/gu.po | 240 ++++++++++++++++++++++++------------------------------------- 1 files changed, 95 insertions(+), 145 deletions(-) commit d0ca01ffbff892dba58afff114524c319b56a3a1 Author: Dmitry Mastrukov Date: Wed Aug 4 04:24:27 2004 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 ++ po/ru.po | 126 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 70 insertions(+), 61 deletions(-) commit 3af9bc9454ea982c6592ad0420e7107584871812 Author: Mark McLoughlin Date: Tue Aug 3 14:18:41 2004 +0000 post-release bump to 2.7.91. 2004-08-03 Mark McLoughlin * configure.in: post-release bump to 2.7.91. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit a441f7dfa8e984826fdebc91329bbd74554be4f3 Author: Mark McLoughlin Date: Tue Aug 3 14:16:03 2004 +0000 Version 2.7.90. 2004-08-03 Mark McLoughlin * 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 Date: Tue Aug 3 10:22:27 2004 +0000 Updated Ukrainian translation. 2004-08-03 Maxim Dziumanenko * Updated Ukrainian translation. po/ChangeLog | 4 ++ po/uk.po | 135 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 70 insertions(+), 69 deletions(-) commit 42a8c8ab2908b84b33d3e7ed16cccb0e63251316 Author: Mark McLoughlin Date: Tue Aug 3 09:42:55 2004 +0000 Patch from Carlos Daniel Ruvalcaba Valenzuela in 2004-08-03 Mark McLoughlin Patch from Carlos Daniel Ruvalcaba Valenzuela 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 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 Date: Sat Jul 31 09:32:06 2004 +0000 Updated Norwegian translation. 2004-07-31 Kjartan Maraas * no.po: Updated Norwegian translation. po/ChangeLog | 4 ++++ po/no.po | 21 +++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) commit 270b5e24de2731c436f765730ad8b1e88140e094 Author: Kjartan Maraas Date: Thu Jul 29 21:13:12 2004 +0000 Updated Norwegian translation. 2004-07-29 Kjartan Maraas * no.po: Updated Norwegian translation. po/ChangeLog | 4 +++ po/no.po | 65 +++++++++++++++++++++++++++------------------------------ 2 files changed, 35 insertions(+), 34 deletions(-) commit b4e56cca9602793bf04489ad6347ad4e509d7eac Author: Laurent Dhima Date: Wed Jul 28 16:59:54 2004 +0000 Updated Albanian translation. 2004-07-28 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++++ po/sq.po | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 8a85f75009315624c2512c6d566c872e8ce0c836 Author: Alexander Shopov Date: Tue Jul 27 19:10:02 2004 +0000 Updated Bulgarian translation by Rostislav "zbrox" Raykov 2004-07-27 Alexander Shopov * bg.po: Updated Bulgarian translation by Rostislav "zbrox" Raykov po/ChangeLog | 5 +++++ po/bg.po | 37 ++++++++++++++++++++++--------------- 2 files changed, 27 insertions(+), 15 deletions(-) commit 88d805a54696a7eefe0ef223a709c976c630e919 Author: Žygimantas Beručka Date: Tue Jul 27 14:58:49 2004 +0000 Updated Lithuanian translation. 2004-07-27 Žygimantas Beručka * lt.po: Updated Lithuanian translation. po/ChangeLog | 4 ++ po/lt.po | 121 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 65 insertions(+), 60 deletions(-) commit f3004ce4388a2e43e6dac5bde005ba163f8a945a Author: Changwoo Ryu 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 Date: Thu Jul 22 06:10:33 2004 +0000 up po/pa.po | 373 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 174 insertions(+), 199 deletions(-) commit d3c9b91d591e988371675d91f9229d393c8ede02 Author: Duarte Loreto Date: Wed Jul 21 21:45:29 2004 +0000 Updated Portuguese translation. 2004-07-21 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++++ po/pt.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 4e967d484e135342f627633b0c9e14996a2f963f Author: Guntupalli Karunakar 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 Date: Tue Jul 20 12:35:10 2004 +0000 Updated Hungarian translation. 2004-07-20 Laszlo Dvornik * hu.po: Updated Hungarian translation. po/ChangeLog | 4 + po/hu.po | 370 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 181 insertions(+), 193 deletions(-) commit afbaa836b7df99ac4be8359b23b42fa510e63fbc Author: Artur Flinta Date: Thu Jul 15 19:12:48 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-07-15 Artur Flinta * 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 Date: Tue Jul 13 10:57:54 2004 +0000 13/7/04 aman modify po/pa.po | 894 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 440 insertions(+), 454 deletions(-) commit c31ebb70e949ed0b13b2534762fa3ad10f20ba94 Author: Vincent van Adrighem Date: Sat Jul 10 13:46:58 2004 +0000 Translation updated by Daniel van Eeden. 2004-07-10 Vincent van Adrighem * 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 Date: Sat Jul 10 13:29:21 2004 +0000 Updated Swedish translation. 2004-07-10 Christian Rose * 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 Date: Sat Jul 10 04:30:09 2004 +0000 2004-07-10 Updated ja.po. T.Aihana po/ChangeLog | 4 ++++ po/ja.po | 11 ++++------- 2 files changed, 8 insertions(+), 7 deletions(-) commit 9b1b503e1bd73395c6086dc5caba710a7d2a61cb Author: Mark McLoughlin Date: Fri Jul 9 05:52:20 2004 +0000 Patch from Kai Willadsen in bug #120349. 2004-07-09 Mark McLoughlin Patch from Kai Willadsen 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 Date: Wed Jul 7 22:25:06 2004 +0000 Updated Spanish translation 2004-07-08 Francisco Javier F. Serrador * es.po: Updated Spanish translation po/ChangeLog | 4 ++ po/es.po | 145 ++++++++++++++++++++------------------------------------- 2 files changed, 55 insertions(+), 94 deletions(-) commit e2b0f9eec305cca540c550ad29db8cf9d02e9472 Author: Mark McLoughlin Date: Wed Jul 7 13:17:32 2004 +0000 post-release bump to 2.7.4. 2004-07-07 Mark McLoughlin * configure.in: post-release bump to 2.7.4. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit 7e140c0da1d175f3791076c93d8eaaeab6d57281 Author: Mark McLoughlin Date: Wed Jul 7 13:12:03 2004 +0000 Version 2.7.3.1. 2004-07-07 Mark McLoughlin * 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 Date: Wed Jul 7 13:00:18 2004 +0000 one character fix to make the schema actually be applied. 2004-07-07 Mark McLoughlin * 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 deletions(-) commit 275e2dfd557bf5c4ac261350f59c2d35ed878156 Author: Fernando Herrera de las Heras 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 deletions(-) commit 2aa12c5ca18eb56dd7d83c795f33665249a19c7a Author: Mark McLoughlin Date: Wed Jul 7 12:51:31 2004 +0000 merge with do_makefile_install() by adding a "unload" flag. 2004-07-07 Mark McLoughlin * 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 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 Date: Tue Jul 6 18:34:39 2004 +0000 Updated Albanian translation. 2004-07-06 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++ po/sq.po | 150 ++++++++++++++++++++-------------------------------------- 2 files changed, 56 insertions(+), 98 deletions(-) commit 98859f903470060e96da2fbc0e156ec09957d07c Author: Miloslav Trmac Date: Tue Jul 6 12:05:20 2004 +0000 Updated Czech translation. 2004-07-06 Miloslav Trmac * 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 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 files changed, 1 insertions(+), 1 deletions(-) commit 4713f2064c390bc289c8d4516bc547a377d45fa0 Author: Tomasz Kłoczko Date: Tue Jul 6 11:54:56 2004 +0000 Typo in translated format string (s,%a,%s,). po/da.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 12f374addb7e824c88d3bbbd230c492b70d29a09 Author: Alexander Shopov Date: Tue Jul 6 06:45:00 2004 +0000 Updated Bulgarian translation by Rostislav Raykov 2004-07-06 Alexander Shopov * bg.po: Updated Bulgarian translation by Rostislav Raykov po/ChangeLog | 5 + po/bg.po | 4966 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 2463 insertions(+), 2508 deletions(-) commit f808ed198595353f3bceb52ff446da3035a39b6b Author: Mark McLoughlin Date: Mon Jul 5 16:23:49 2004 +0000 post-release bump to 2.7.4. 2004-07-05 Mark McLoughlin * configure.in: post-release bump to 2.7.4. ChangeLog | 6 ++++++ configure.in | 2 +- po/ChangeLog | 2 ++ 3 files changed, 9 insertions(+), 1 deletions(-) commit e22b833e39f090bae418afb685bd6eddee2db2dd Author: Mark McLoughlin Date: Mon Jul 5 16:19:54 2004 +0000 Version 2.7.3. 2004-07-05 Mark McLoughlin * 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 Date: Mon Jul 5 15:51:34 2004 +0000 Patch from Josselin Mouette to handle SIGHUP by 2004-07-05 Mark McLoughlin Patch from Josselin Mouette 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 deletions(-) commit 52d714f0bb39fd3cc2217542ea7ab4cc6bd4f84f Author: Martin Willemoes Hansen Date: Sun Jul 4 19:18:17 2004 +0000 fixed fatal error po/da.po | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit cd73e4796238de084fa37589056089d3a1c18f81 Author: Martin Willemoes Hansen 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 Date: Sun Jul 4 16:08:14 2004 +0000 Translation updated by Tino Meinen. 2004-07-04 Vincent van Adrighem * 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 Date: Sun Jul 4 15:48:52 2004 +0000 Patch from Julio M. Merino Vidal in bug #134517 to add a 2004-07-04 Mark McLoughlin Patch from Julio M. Merino Vidal 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 Date: Sun Jul 4 15:43:39 2004 +0000 Updated Czech translation. 2004-07-04 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 514 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 263 insertions(+), 255 deletions(-) commit 2f88b6fff5ac9c7beac01d8d1c8507228edb9da4 Author: Laurent Dhima Date: Sat Jul 3 17:38:04 2004 +0000 Translation updated. 2004-07-03 Laurent Dhima * sq.po: Translation updated. po/ChangeLog | 4 + po/sq.po | 587 +++++++++++++++++++++++++++------------------------------- 2 files changed, 273 insertions(+), 318 deletions(-) commit d090910df6c8657e24a222ea85d786c8360ea8f8 Author: Christian Neumair 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 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 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 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 Based on a patch to add --unload option from Julio M. Merino Vidal 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 Date: Fri Jul 2 07:55:20 2004 +0000 Fix for bug #145141. 2004-07-02 Mark McLoughlin 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 Date: Thu Jul 1 06:06:10 2004 +0000 Added Nepali translation by KU 2004-07-01 Pawan Chitrakar * 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 deletions(-) commit a279923afc8265df3710a0f136373bebefee75d2 Author: Laurent Dhima Date: Mon Jun 28 15:06:26 2004 +0000 Translation updated. 2004-06-28 Laurent Dhima * sq.po: Translation updated. po/ChangeLog | 4 + po/sq.po | 175 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 95 insertions(+), 84 deletions(-) commit 0c7aa9fa67e21132963315c7754de4a5fd7cd742 Author: Ross Burton 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 deletions(-) commit cdad0ebfafa6c8a4f1bb5a3a8fdb163df486b355 Author: Mark McLoughlin 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 * 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 deletions(-) commit 2bb792de417e79185dcbd3d8f3255d64c2aeee18 Author: Mark McLoughlin 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 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 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 * 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 Date: Mon Jun 21 08:08:37 2004 +0000 Patch from Leonardo Quijano Vincenzi in bug #144502. 2004-06-21 Mark McLoughlin Patch from Leonardo Quijano Vincenzi 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(+), 0 deletions(-) commit c559784d89eb9be906378940db4294adfe81f913 Author: Duarte Loreto Date: Fri Jun 18 00:32:32 2004 +0000 Updated Portuguese translation. 2004-06-18 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 121 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 65 insertions(+), 60 deletions(-) commit 68efc12e4b7c6d537f0cdcf30259cdaf8b9be877 Author: Mark McLoughlin Date: Mon Jun 14 16:12:36 2004 +0000 Hmm, forgot to actually commit this: 2004-06-12 Mark McLoughlin Patch from Julio M. Merino Vidal in bug #134247. * doc/gconf/Makefile.am: don't create a directory if its not needed. doc/gconf/Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 2f39cfaf8ef5bad0b7115f5623f16ecb00f86c25 Author: Changwoo Ryu Date: Sun Jun 13 14:51:23 2004 +0000 Updated Korean translation. 2004-06-13 Changwoo Ryu * ko.po: Updated Korean translation. po/ChangeLog | 4 ++ po/ko.po | 128 +++++++++++++++++++++++++-------------------------------- 2 files changed, 60 insertions(+), 72 deletions(-) commit 510e80d08c7893c342e6aabf22daf5765d032ca6 Author: Mark McLoughlin Date: Sat Jun 12 08:48:04 2004 +0000 Patch from Daniel Elstner in bug #143679. 2004-06-12 Mark McLoughlin Patch from Daniel Elstner 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 Date: Sat Jun 12 08:43:06 2004 +0000 Patch from Julio M. Merino Vidal in bug #134247. 2004-06-12 Mark McLoughlin Patch from Julio M. Merino Vidal in bug #134247. * doc/gconf/Makefile.am: don't create a directory if its not needed. ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 49a81b978dd53a772c20e374e87e59d65a56a1d6 Author: Mark McLoughlin Date: Sat Jun 12 08:23:58 2004 +0000 Patch from Mariano Suárez-Alvarez in bug 2004-06-12 Mark McLoughlin Patch from Mariano Suárez-Alvarez 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 Date: Sat Jun 12 07:39:15 2004 +0000 64-bit fix from Joe Marcus Clarke 2004-06-12 Mark McLoughlin 64-bit fix from Joe Marcus Clarke * 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 deletions(-) commit 44172feb26a8c85a734e71a42731dbcc9e00de48 Author: Christian Neumair 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 Date: Wed Jun 9 07:30:25 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-06-09 Artur Flinta * 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 Date: Wed Jun 9 07:06:49 2004 +0000 Plug a small leak. Fixes bug #143941. 2004-06-09 Kjartan Maraas * 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(+), 0 deletions(-) commit 5d081828912ab6a6ba6b2769fd55fe3e84dbe26c Author: Updated ja.po. T.Aihana Date: Tue Jun 1 16:53:55 2004 +0000 2004-06-02 Updated ja.po. T.Aihana po/ChangeLog | 4 ++ po/ja.po | 151 ++++++++++++++++++++++++++------------------------------- 2 files changed, 73 insertions(+), 82 deletions(-) commit 4a48a135029f507c8f469c06f7218bb9eb839929 Author: Mark McLoughlin Date: Mon May 31 13:33:34 2004 +0000 post-release bump to 2.7.2. 2004-05-31 Mark McLoughlin * configure.in: post-release bump to 2.7.2. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit f5d7aa54da93297da8b1c4d81649a4c36c235d79 Author: Mark McLoughlin Date: Mon May 31 13:27:08 2004 +0000 version markers ChangeLog | 2 ++ po/ChangeLog | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit ac4fa484623c28a339b9c81f3cc1da940e1980e3 Author: Mark McLoughlin Date: Mon May 31 13:21:52 2004 +0000 Version 2.7.1. 2004-05-31 Mark McLoughlin * 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 Date: Sat May 29 20:50:20 2004 +0000 *ta.po: Updated Tamil Translation 2004-05-29 Dinesh Nadarajah *ta.po: Updated Tamil Translation po/ChangeLog | 4 + po/ta.po | 1584 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 959 insertions(+), 629 deletions(-) commit 0999f6162873725eb01b0bd087ec0f28415d1ac8 Author: Kjartan Maraas Date: Wed May 26 22:29:52 2004 +0000 Updated Norwegian translation. 2004-05-27 Kjartan Maraas * no.po: Updated Norwegian translation. po/ChangeLog | 4 + po/no.po | 921 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 554 insertions(+), 371 deletions(-) commit 5c2a2d3f878ed51f54fd65234d142957662716b3 Author: Funda Wang Date: Tue May 18 00:04:25 2004 +0000 update po/zh_CN.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8f11830c1d0e1a1d2a7be9641a4ef3d87e98fc70 Author: Funda Wang 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 Date: Sat May 8 10:06:10 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a3d0f3c1eb412067d9ee1bf3a7665d0d1f3857d2 Author: Laurent Dhima Date: Sat May 8 10:04:25 2004 +0000 Updated po/sq.po | 1068 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 601 insertions(+), 467 deletions(-) commit 54d485da8992e994f139d147107d4d38829a64a2 Author: Morten Welinder 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 * 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 deletions(-) commit d95a01707207108b492a069ed8fc036001aa248a Author: Yuri Syrota 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 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 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 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 Date: Sat Apr 24 13:13:11 2004 +0000 Updated Spanish translation. 2004-04-24 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1081 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 620 insertions(+), 465 deletions(-) commit 027004f23c5d0698280457952bad24a2ac834ffe Author: Mark McLoughlin 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 * 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 | 68 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 50 insertions(+), 23 deletions(-) commit 1485dc88e576cb5535fab9c568629b0a334626ad Author: Richard Hult 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 * 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 deletions(-) commit 92db1a36f1bda378e412ee2312d1df900dee1bb7 Author: Miloslav Trmac Date: Tue Apr 20 18:41:09 2004 +0000 Updated Czech translation. 2004-04-20 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 328 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 241 insertions(+), 91 deletions(-) commit ef5776b80e7006cd38d45c3db3ac6c206a5a93d1 Author: Adam Weinberger 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 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 Date: Mon Apr 19 11:05:26 2004 +0000 revert intentional typo which was for testing configure.in | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 54f462e18b9045df46822f3e703e051d7afde544 Author: Mark McLoughlin Date: Mon Apr 19 11:01:27 2004 +0000 Based on a patch from Julio Merino in bug #102825 2004-04-19 Mark McLoughlin Based on a patch from Julio Merino 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 Date: Mon Apr 19 10:17:01 2004 +0000 Patch Elijah Newren in bug #138009 2004-04-19 Mark McLoughlin Patch Elijah Newren 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 Date: Mon Apr 19 10:05:47 2004 +0000 Based on a patch from Ryan Lovett in bug #95198. 2004-04-19 Mark McLoughlin Based on a patch from Ryan Lovett 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 Date: Mon Apr 19 08:56:00 2004 +0000 remove last remenants of the BDB backend. 2004-04-19 Mark McLoughlin * 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 Date: Mon Apr 19 08:55:06 2004 +0000 remove backends/dir-utils.c. Bug #131352. 2004-04-19 Mark McLoughlin * POTFILES.in: remove backends/dir-utils.c. Bug #131352. po/ChangeLog | 5 +++++ po/POTFILES.in | 1 - 2 files changed, 5 insertions(+), 1 deletions(-) commit dcbe303977bc2f934748050cdee3db9f7fd259f8 Author: Mark McLoughlin Date: Mon Apr 19 08:51:00 2004 +0000 translate the markup backend files. Bug #135822. 2004-04-19 Mark McLoughlin * 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 Date: Mon Apr 19 07:38:49 2004 +0000 Tracked down by Gustavo Giráldez in bug 2004-04-19 Mark McLoughlin Tracked down by Gustavo Giráldez 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 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 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 * 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 . ChangeLog | 7 +++++ gconf/gconf-internals.c | 70 +++++++++++++++++++++++++++-------------------- 2 files changed, 47 insertions(+), 30 deletions(-) commit 88a64ec218b906c5cff7418c3a58a8477fe4865d Author: Miloslav Trmac Date: Fri Apr 16 15:05:42 2004 +0000 Updated Czech translation. 2004-04-16 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 689 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 373 insertions(+), 320 deletions(-) commit a8aea10909e905407818ddf200ff45d5e4b5c1d1 Author: Alessio Frusciante 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 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 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 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 deletions(-) commit c0e75aaeb752a8f5f5ce09890011d8c9fc93eda3 Author: Adam Weinberger 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 deletions(-) commit 90159a4c2bdbb81a7ddbc89d2502f6836c3e5585 Author: Iñaki Larrañaga Date: Mon Apr 5 19:23:51 2004 +0000 Updated Basque translation. 2004-04-05 Iñaki Larrañaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 1568 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 847 insertions(+), 725 deletions(-) commit bf4fdafaf69416155744b7f61f321dbb21c90282 Author: Mark McLoughlin 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 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 Date: Sat Apr 3 21:00:41 2004 +0000 Updated Icelandic translation. 2004-04-03 Samel Jn Gunnarsson * is.po: Updated Icelandic translation. po/ChangeLog | 4 + po/is.po | 655 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 353 insertions(+), 306 deletions(-) commit c2b0739b59f81ffef53559d6e754f9ee3ab2c81c Author: Mark McLoughlin Date: Fri Apr 2 18:02:14 2004 +0000 handle an with only a correctly. 2004-04-02 Mark McLoughlin * gconf/gconftool.c: (set_values), (process_entry): handle an with only a correctly. ChangeLog | 5 +++++ gconf/gconftool.c | 29 +++++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) commit 7d69f63db13a27a98db621205e191ddb4ad39978 Author: Mark McLoughlin Date: Thu Apr 1 14:44:22 2004 +0000 don't dump the value if its the schema default. 2004-04-01 Mark McLoughlin * 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 deletions(-) commit c0f4964311d4ae917e9caef27ee4333a253797b5 Author: Mark McLoughlin 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 * 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 Date: Thu Apr 1 09:17:15 2004 +0000 fix ignores doc/gconf/.cvsignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 61a2cebb695464cb916e9d05b3f7d0ef250fede8 Author: Mark McLoughlin 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 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 Date: Tue Mar 30 17:01:47 2004 +0000 Return TRUE if the vtable is okay. 2004-03-30 Mark McLoughlin * 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 deletions(-) commit 98909a0cd7f8890c33952cf51a733cc8b07defa1 Author: Denis Lackovic Date: Tue Mar 30 15:49:09 2004 +0000 *** empty log message *** po/hr.po | 298 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 202 insertions(+), 96 deletions(-) commit 13cd51a1b19dc981e4e434d403d52fbbf07c1d81 Author: Mark McLoughlin Date: Tue Mar 30 15:44:11 2004 +0000 add some documentation for set_notify_func(). 2004-03-30 Mark McLoughlin * 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(+), 0 deletions(-) commit f97451a065be4ce25915616635ece932bf3d5358 Author: Mark McLoughlin 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 * 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 Date: Tue Mar 30 15:30:22 2004 +0000 Seems to have gotten lost along the way 2004-03-30 Mark McLoughlin * gconf/gconf-backend.h: actually add the vtable_size vtable member. ChangeLog | 5 +++++ gconf/gconf-backend.h | 5 ++++- 2 files changed, 9 insertions(+), 1 deletions(-) commit c0190553e489428137ef089c4a0297587ecb30fd Author: Mark McLoughlin Date: Tue Mar 30 15:24:54 2004 +0000 remove - no hash table here. 2004-03-29 Mark McLoughlin * 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 Date: Tue Mar 30 15:19:08 2004 +0000 add gconf_engine_get_for_addresses() and 2004-03-29 Mark McLoughlin * 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 Date: Tue Mar 30 15:08:27 2004 +0000 initialize the set_notify_func vtable member. 2004-03-29 Mark McLoughlin * backends/markup-backend.c, backends/xml-backend.c: initialize the set_notify_func vtable member. 2004-03-29 Mark McLoughlin 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 * 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 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 Allow backends to notify the daemon of changes to entries. Based on a patch from Cyrille Moureaux 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 Date: Tue Mar 30 15:04:18 2004 +0000 add a vtable_size member to the vtable. 2004-03-24 Mark McLoughlin * 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 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 * 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 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 * 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 deletions(-) commit 750df964280a822d409d2a9790706d437ec5f63e Author: Denis Lackovic 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 Date: Sun Mar 28 20:30:11 2004 +0000 *** empty log message *** po/hr.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d11ca07f83921b29d98ab05f15162aa4202e4164 Author: Mark McLoughlin Date: Wed Mar 24 14:19:41 2004 +0000 kill the message-of-doom. 2004-03-24 Mark McLoughlin * 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 Date: Tue Mar 23 10:59:34 2004 +0000 2004-03-23 Fixed wrong translation for gconftool-2. T.Aihana po/ChangeLog | 4 ++ po/ja.po | 120 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 65 insertions(+), 59 deletions(-) commit bc3f11658ba0c9119c4f6db27758d3ab6161e38a Author: Denis Lackovic Date: Mon Mar 22 21:50:13 2004 +0000 *** empty log message *** po/hr.po | 297 ++++++++++++++++++++------------------------------------------ 1 files changed, 96 insertions(+), 201 deletions(-) commit ca7a7cca67f2ca8c73e7d9170a9d872509d1dc91 Author: Görkem Çetin Date: Mon Mar 22 16:47:34 2004 +0000 CVS_SILENT po/tr.po | 488 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 250 insertions(+), 238 deletions(-) commit 1dc5b07511e6f38363ad9f48fd8ac0ff305b7718 Author: Baris Cicek 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 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 deletions(-) commit 17385817f8447b5287de99f67a0079f584457f61 Author: Mark McLoughlin Date: Mon Mar 22 10:16:38 2004 +0000 post-release bump to 2.6.1. 2004-03-22 Mark McLoughlin * configure.in: post-release bump to 2.6.1. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 5aa0431132635556c07d14dabcde50ee1f02a8bd Author: Mark McLoughlin Date: Mon Mar 22 09:54:25 2004 +0000 Version 2.6.0 2004-03-22 Mark McLoughlin * 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 Date: Sun Mar 21 17:23:13 2004 +0000 *** empty log message *** po/hr.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b866bf1fe6c9ea92f1d35ed10665261e274aed4e Author: Vincent van Adrighem Date: Sun Mar 21 16:09:38 2004 +0000 Translation updated by Daniel van Eeden. 2004-03-21 Vincent van Adrighem * 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 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 Date: Sat Mar 20 14:00:59 2004 +0000 *** empty log message *** po/zh_CN.po | 247 ++++++++++++++++++++++++++++------------------------------ 1 files changed, 119 insertions(+), 128 deletions(-) commit 530214cfeac4559c0363b9ae5ca2c98f9269ea36 Author: Telsa Gwynne 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 Date: Thu Mar 18 16:17:43 2004 +0000 Added a FAQ ChangeLog | 6 +++ doc/FAQ.txt | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+), 0 deletions(-) commit 5605e9f57b37e644358663a9b03d62a69c4cf53c Author: Gareth Owen Date: Wed Mar 17 02:28:34 2004 +0000 Added en_GB to ALL_LINGUAS Added British translations 2004-03-16 Gareth Owen * 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 deletions(-) commit a24a75b5eeae73d8baf855e0f09284272015eae7 Author: Maxim Dziumanenko Date: Tue Mar 16 13:58:21 2004 +0000 Updated Ukrainian translation. 2004-03-16 Maxim Dziumanenko * Updated Ukrainian translation. po/ChangeLog | 4 ++ po/uk.po | 129 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 72 insertions(+), 61 deletions(-) commit f9b47d6e2d8874e76bda270352e888889e604673 Author: Nikos Charonitakis 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 Date: Mon Mar 15 18:41:09 2004 +0000 updated translation, by Medina - debian * pt_BR.po: updated translation, by Medina - debian po/ChangeLog | 5 + po/pt_BR.po | 446 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 206 insertions(+), 245 deletions(-) commit f4fa1c01cf54f38ca37e88326d60d5b38460f59c Author: Denis Lackovic Date: Sun Mar 14 21:50:53 2004 +0000 *** empty log message *** po/hr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d20dd23b23badc24f1f7110227fd7b85c7483e2e Author: Denis Lackovic 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 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 Date: Tue Mar 9 16:54:28 2004 +0000 Updated Slovak translation. 2004-03-09 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 ++ po/sk.po | 163 +++++++++++++++++++++------------------------------------ 2 files changed, 64 insertions(+), 103 deletions(-) commit e9ceae587d5389332c579247e59da8d5499f202b Author: Alastair McKinstry 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 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 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 Date: Wed Mar 3 00:32:16 2004 +0000 Started Tamil Translation. 2004-03-02 Dinesh Nadarajah * ta.po: Started Tamil Translation. ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/ta.po | 1989 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1998 insertions(+), 1 deletions(-) commit 165cccdd1600451e4ef56bb6716dd6f879751324 Author: Laurent Dhima Date: Mon Mar 1 13:18:30 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit df80378e2a044be20f7b864aa90deb5de4277881 Author: Laurent Dhima Date: Mon Mar 1 13:17:23 2004 +0000 Updated po/sq.po | 76 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 38 insertions(+), 38 deletions(-) commit 78a73116b7d85aadc4a59d03614a22473e91e9c6 Author: Updated ja.po. T.Aihana Date: Thu Feb 26 15:14:18 2004 +0000 2004-02-26 Updated ja.po. T.Aihana po/ChangeLog | 4 +++ po/ja.po | 76 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 38 insertions(+), 42 deletions(-) commit 9c76bbf2d62ba46a81d9abc92852a92af66792da Author: Christian Neumair 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 Date: Tue Feb 24 16:24:48 2004 +0000 Version 2.5.90. 2004-02-24 Mark McLoughlin * 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 Date: Tue Feb 24 12:55:17 2004 +0000 Fixed Albanian translation * sq.po: Fixed Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a4ee93f0adb3fea80f7849924995f1932bac607c Author: Laurent Dhima Date: Tue Feb 24 12:52:55 2004 +0000 Updated po/sq.po | 174 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 116 insertions(+), 58 deletions(-) commit 609d4a41cb581d3209ae8acac27c93f554f1e377 Author: Guntupalli Karunakar 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 deletions(-) commit 5809d2ae853b68bcf9b11f029f622575b46c3c05 Author: Alessio Frusciante 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 Date: Fri Feb 20 01:02:57 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 2cc01763259afcdde597d01f09f4d340a4582c05 Author: Laurent Dhima Date: Fri Feb 20 01:01:48 2004 +0000 Updated po/sq.po | 301 +++++++++++++++++++++++++------------------------------------- 1 files changed, 122 insertions(+), 179 deletions(-) commit 45ee4652c4e2ebc4830ce11a299e3ef696283718 Author: Alessio Frusciante 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 Date: Thu Feb 12 13:13:38 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit d45d7b20f26bb4d3a072cbfc37139477eaa1fed9 Author: Laurent Dhima Date: Thu Feb 12 13:12:29 2004 +0000 Updated po/sq.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 8d426635ae1cef821c94423e29ff67946038cd8e Author: Arafat Medini Date: Wed Feb 11 21:36:05 2004 +0000 Updated Arabic translation. 2004-02-11 Arafat Medini * ar.po: Updated Arabic translation. po/ChangeLog | 4 + po/ar.po | 177 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 105 insertions(+), 76 deletions(-) commit 8b3f01fef9b5dcb66cadae9599177c9af4e49ede Author: Ole Laursen Date: Tue Feb 10 20:52:02 2004 +0000 Updated Danish translation. 2004-02-10 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 ++++ po/da.po | 49 ++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 42 insertions(+), 11 deletions(-) commit f06a58d1249a2c80d84553874b5f16c465dcf837 Author: Maxim Dziumanenko Date: Mon Feb 9 16:45:51 2004 +0000 Updated Ukrainian translation 2004-02-09 Maxim Dziumanenko * Updated Ukrainian translation po/ChangeLog | 4 + po/uk.po | 201 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 105 insertions(+), 100 deletions(-) commit 816e802169f5fe11322814a8495f54dbf03ba92e Author: Pauli Virtanen Date: Thu Feb 5 22:06:34 2004 +0000 Updated Finnish translation. 2004-02-05 Pauli Virtanen * 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 Date: Thu Feb 5 21:14:24 2004 +0000 Translation updated. 2004-02-05 Mətin Əmirov * az.po: Translation updated. po/ChangeLog | 4 + po/az.po | 228 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 116 insertions(+), 116 deletions(-) commit 654d26a0ae78f862658b7aebd8e6b791a55347f4 Author: Kostas Papadimas Date: Tue Feb 3 17:04:41 2004 +0000 Updated the Greek translation po/el.po | 199 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 93 insertions(+), 106 deletions(-) commit 1a7bdd120ff40aa10b4c5c974bd630fdd158f69c Author: Denis Lackovic 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 Date: Sat Jan 31 16:20:53 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit d945b48e1410662e80f7a0e772011686cdb26ad5 Author: Laurent Dhima Date: Sat Jan 31 16:19:16 2004 +0000 Updated po/sq.po | 146 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 95 insertions(+), 51 deletions(-) commit 176871294b8e5e28a70bfadfeb7e6bb1a3244c72 Author: Changwoo Ryu 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 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 Date: Tue Jan 27 03:53:34 2004 +0000 Translation updated by Daniel van Eeden. 2004-01-27 Vincent van Adrighem * 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 Date: Mon Jan 26 20:40:00 2004 +0000 Updated Slovenian translation po/sl.po | 380 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 189 insertions(+), 191 deletions(-) commit 6e8243c06f75e3957858d8ee2815b9b685a54ca7 Author: Dmitry Mastrukov Date: Wed Jan 21 13:43:39 2004 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 ++++ po/ru.po | 60 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 49 insertions(+), 16 deletions(-) commit 215e8f4e03805c7f9760866a27951415b2891b84 Author: Vincent van Adrighem Date: Mon Jan 19 18:39:16 2004 +0000 Translation updated by Reinout van Schouwen. 2004-01-19 Vincent van Adrighem * 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 Date: Thu Jan 15 23:19:35 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 4092735c97a553df148fa8c6cf073bbe46c4ae0a Author: Laurent Dhima Date: Thu Jan 15 23:18:00 2004 +0000 Updated po/sq.po | 231 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 102 insertions(+), 129 deletions(-) commit f74015f1481c1e74591fe3c424e13c5e1e5eaac3 Author: Alastair McKinstry 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 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 Date: Tue Jan 13 20:04:51 2004 +0000 Updated Norwegian translation. 2004-01-13 Kjartan Maraas * no.po: Updated Norwegian translation. po/ChangeLog | 6 +++++- po/no.po | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 3 deletions(-) commit e53f1282a7b102eb12aed06ba075b19fca828c39 Author: Changwoo Ryu 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 Date: Fri Jan 9 20:56:32 2004 +0000 2004.01.09 Arafat Medini 2004.01.09 Arafat Medini * ar.po: Updated Arabic translation po/ChangeLog | 4 ++++ po/ar.po | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) commit 6ba9cb5fba77baf20f16304a0ef7e05cf4a6b469 Author: Sanlig Badral 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 Date: Mon Jan 5 23:59:58 2004 +0000 Updated Swedish translation. 2004-01-06 Christian Rose * 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 Date: Sun Jan 4 13:31:33 2004 +0000 Updated Norwegian Nynorsk translation. 2004-01-04 Åsmund Skjæveland * 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 Date: Sat Jan 3 22:00:45 2004 +0000 Updated Spanish translation. 2004-01-03 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++++ po/es.po | 15 +++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) commit 615560702cf549ceceee86019e7cf58bb3152135 Author: Roozbeh Pournader Date: Sat Jan 3 15:46:44 2004 +0000 Updated Persian translation. 2004-01-03 Roozbeh Pournader * fa.po: Updated Persian translation. po/ChangeLog | 4 ++++ po/fa.po | 31 +++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) commit 85e27185943c34ecffb97f61b92ceb1ece5da624 Author: Christophe Merlet 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 Date: Fri Jan 2 06:41:36 2004 +0000 Updated Bangla (Bengali) translation. 2004-01-02 Taneem Ahmed * 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 Date: Thu Jan 1 19:13:58 2004 +0000 Updated Spanish translation. 2004-01-01 Francisco Javier F. Serrador * es.po:Updated Spanish translation. po/ChangeLog | 4 ++++ po/es.po | 31 +++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) commit 0512e8aeb2de3bb31a41b8ed2bdae65bce0ba9d4 Author: Denis Lackovic Date: Thu Jan 1 10:26:48 2004 +0000 *** empty log message *** po/hr.po | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 45 insertions(+), 4 deletions(-) commit 81638861b074397330dc3a621fc662b2285d14c9 Author: Denis Lackovic Date: Thu Jan 1 00:09:12 2004 +0000 *** empty log message *** po/hr.po | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) commit 50f5f84c7ee0a1eaaf0b81483bdc6a0eb0add4b1 Author: Vincent van Adrighem Date: Wed Dec 31 12:03:50 2003 +0000 Translation updated by Daniel van Eeden. 2003-12-31 Vincent van Adrighem * 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 Date: Wed Dec 31 08:34:42 2003 +0000 Updated Lithuanian translation by Tomas Kuliavas. 2003-12-31 Zygimantas Berucka * 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 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 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 Date: Tue Dec 30 09:42:32 2003 +0000 Updated Polish translation by GNOME PL Team. 2003-12-30 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++++ po/pl.po | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletions(-) commit f9ecb1a12a9782156065afde12de1ae8f681dfe3 Author: Duarte Loreto Date: Tue Dec 30 06:23:55 2003 +0000 Updated Portuguese translation. 2003-12-30 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++++ po/pt.po | 40 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 41 insertions(+), 3 deletions(-) commit 8712a2c358909ea6d40b71e8ca5b88e9f4552211 Author: Christian Neumair 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 Date: Mon Dec 29 11:22:37 2003 +0000 Updated Norwegian Nynorsk translation. 2003-12-29 Åsmund Skjæveland * 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 Date: Sun Dec 28 20:46:42 2003 +0000 intltool-update * po/tr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 912deb2f8d855bbf6f23b8e0739f7896fa140496 Author: Christian Rose Date: Sun Dec 28 20:14:35 2003 +0000 Updated Croatian translation by Robert Sedak . 2003-12-28 Christian Rose * hr.po: Updated Croatian translation by Robert Sedak . po/ChangeLog | 5 +++++ po/hr.po | 37 +++++++++++++++++++++++++------------ 2 files changed, 30 insertions(+), 12 deletions(-) commit 289b002feec1c2e87826781e33c940d402844e72 Author: Åsmund Skjæveland Date: Fri Dec 26 23:30:38 2003 +0000 Updated Norwegian Nynorsk translation. 2003-12-27 Åsmund Skjæveland * 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 Date: Sat Dec 20 10:34:29 2003 +0000 Updated Arabic translation 2003-12-20 Arafat Medini * ar.po: Updated Arabic translation po/ChangeLog | 4 + po/ar.po | 742 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 374 insertions(+), 372 deletions(-) commit e273d8f164b11956175e2e55a93b261cdfc57c82 Author: Havoc Pennington Date: Mon Dec 15 03:24:01 2003 +0000 2.5.1 2003-12-14 Havoc Pennington * 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 Date: Sat Dec 13 11:20:16 2003 +0000 Updated Spanish translation 2003-12-13 Francisco Javier F. Serrador * es.po: Updated Spanish translation po/ChangeLog | 4 + po/es.po | 575 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 322 insertions(+), 257 deletions(-) commit 8dc052c03d7749366c0db682a45030b680d6a8d9 Author: Richard Hult Date: Thu Dec 4 23:43:08 2003 +0000 file README.dbus was initially added on branch gconf-dbus. commit e9d70318150565bead2321a594137dc6ce37063c Author: Duarte Loreto Date: Thu Dec 4 22:13:44 2003 +0000 Updated and revised Portuguese translation. 2003-12-04 Duarte Loreto * 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 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 deletions(-) commit 8acecb0bfd6bdbddd17aa2aec6a2a6022dfcc9bb Author: Åsmund Skjæveland Date: Mon Dec 1 14:26:31 2003 +0000 Updated Norwegian Nynorsk translation. 2003-12-01 Åsmund Skjæveland * 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 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 Date: Thu Nov 27 20:18:57 2003 +0000 Updated Norwegian translation. 2003-11-27 Kjartan Maraas * no.po: Updated Norwegian translation. po/ChangeLog | 4 + po/no.po | 390 +++++++++++++++++++++++++++------------------------------- 2 files changed, 188 insertions(+), 206 deletions(-) commit bdb26a33cdcb091188b14e383a6efe615b93483d Author: Mikael Hallendal 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 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 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 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 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 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 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 Date: Thu Nov 20 20:37:43 2003 +0000 Updated Danish translation. 2003-11-20 Ole Laursen * 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 Date: Wed Nov 19 09:52:48 2003 +0000 Updated Norwegian Nynorsk translation. 2003-11-19 Åsmund Skjæveland * 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 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 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 Date: Wed Nov 12 11:38:41 2003 +0000 Updated Polish translation. 2003-11-12 Artur Flinta * pl.po: Updated Polish translation. po/ChangeLog | 4 + po/pl.po | 388 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 196 insertions(+), 196 deletions(-) commit e3eb09ea26009c96a4ba5ce6294b2117560d6238 Author: Denis Lackovic Date: Mon Nov 10 17:59:38 2003 +0000 croatian translations updated po/hr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e9f443c0c9b22658abbc1b94d66e4e8679090f9c Author: Denis Lackovic Date: Mon Nov 10 16:24:56 2003 +0000 croatian translation update po/hr.po | 671 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 385 insertions(+), 286 deletions(-) commit 70509c066dcd60ac1099391ca86113b2f88c23fa Author: Denis Lackovic Date: Fri Nov 7 18:09:25 2003 +0000 croatian translations added po/hr.po | 2011 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2011 insertions(+), 0 deletions(-) commit bfc76c8dc7aa04f360d9c07b0e26a6acd69a9844 Author: Jonathan Blandford Date: Tue Nov 4 22:42:05 2003 +0000 register GConfChangeSet as a boxed type. Tue Nov 4 17:17:07 2003 Jonathan Blandford * 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 deletions(-) commit 1e1597d1c1dc018cee87700895a4910520da9319 Author: Yuri Syrota Date: Tue Nov 4 08:26:34 2003 +0000 Updateed Ukrainian translator po/uk.po | 374 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 178 insertions(+), 196 deletions(-) commit e18110bbbe46bb4dca14372253f6f40c59e95657 Author: Åsmund Skjæveland Date: Mon Nov 3 09:52:29 2003 +0000 Updated Norwegian Nynorsk translation. 2003-11-03 Åsmund Skjæveland * 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 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 * 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 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 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 * 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(+), 0 deletions(-) commit 746d1f0e7ebf14dda87cc0b134dc913375d2c023 Author: Mark McLoughlin Date: Tue Oct 28 14:15:47 2003 +0000 include locale.h - patch from Damien Carbery in 2003-10-28 Mark McLoughlin * backends/gconf-merge-tree.c: include locale.h - patch from Damien Carbery in bug #125688. ChangeLog | 5 +++++ backends/gconf-merge-tree.c | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) commit 0208d86dcb43f46001b470038fe1723ef9fb8940 Author: Mark McLoughlin 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 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 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 Date: Mon Oct 27 15:49:02 2003 +0000 Updated Japanese translation. 2003-10-28 KAMAGASAKO Masatoshi * ja.po: Updated Japanese translation. po/ChangeLog | 4 + po/ja.po | 183 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 93 insertions(+), 94 deletions(-) commit 2981346c4d255e1dc7cfc200dcc239e91aa287f6 Author: Christian Rose Date: Thu Oct 23 22:49:31 2003 +0000 Updated Swedish translation. 2003-10-24 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++ po/sv.po | 164 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 84 insertions(+), 84 deletions(-) commit 3aa787af781b0920c31612f8abeb3ed07c3c3b60 Author: Danilo Šegan Date: Thu Oct 23 19:13:08 2003 +0000 Updated Serbian translation. 2003-10-23 Danilo Šegan * 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 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 * 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 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 * 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 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 * 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 Date: Wed Oct 22 00:11:16 2003 +0000 don't mark "%s" as translatable. Fix bug #84893. 2003-10-22 Vincent Untz * 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 deletions(-) commit e33c7ae8e4a364fa6afd029037937ae0d7262947 Author: Pablo Gonzalo del Campo Date: Fri Oct 17 20:07:12 2003 +0000 Updated Spanish translation by Yelitza Louze 2003-10-17 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Yelitza Louze po/ChangeLog | 5 + po/es.po | 235 ++++++++++++++++++++------------------------------------- 2 files changed, 88 insertions(+), 152 deletions(-) commit 6e2d50f64321c118eacda97fcd2ecb564551a663 Author: Ross Burton 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 deletions(-) commit f283e984543a11d93e029f3bacb769f0b9e388ec Author: Žygimantas Beručka 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 * 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 deletions(-) commit 0200997ab67953046229832985b26660cef9d306 Author: Gustavo Maciel Dias Vieira Date: Mon Sep 29 16:15:27 2003 +0000 Applied revision by Augusta Marques da Silva . 2003-09-29 Gustavo Maciel Dias Vieira * pt_BR.po: Applied revision by Augusta Marques da Silva . po/ChangeLog | 5 + po/pt_BR.po | 243 +++++++++++++++++++++------------------------------------- 2 files changed, 93 insertions(+), 155 deletions(-) commit 97bb6eee414fd467eb1f3b4cd41b269959588886 Author: Havoc Pennington 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 * 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 deletions(-) commit 6050bea6ab453403446bf746a663e93dab37872d Author: Yuri Syrota 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 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 * 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 Date: Tue Sep 9 15:52:38 2003 +0000 Updated Slovak translation. 2003-09-09 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 286 +++++++++++++++++++++++----------------------------------- 2 files changed, 119 insertions(+), 171 deletions(-) commit 0d132456d5d8a01fd1a77412c2e04dc79027d1d8 Author: Havoc Pennington Date: Mon Sep 8 22:20:58 2003 +0000 2.4.0 2003-09-08 Havoc Pennington * 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 Date: Sun Sep 7 18:49:02 2003 +0000 Dutch translation updated by Tino Meinen. 2003-09-07 Vincent van Adrighem * 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 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 * configure.in: Added "bn" to ALL_LINGUAS. * po/bn.po: Added Bangla translation by Mahmudur Rahman of Ankur group . ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/bn.po | 2091 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2101 insertions(+), 1 deletions(-) commit eb016ffb9e4442414960599e619dceca592a1e38 Author: Kostas Papadimas 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 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 Date: Sat Aug 30 15:01:58 2003 +0000 Updated po/sq.po | 327 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 187 insertions(+), 140 deletions(-) commit 32a365035ffa37e7628227e58958b0945ccb1d3e Author: Laurent Dhima 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 deletions(-) commit dba6591fbbb71e7f7dba1410d03d867d43765a88 Author: Laurent Dhima Date: Sat Aug 30 12:19:47 2003 +0000 Added Albanian translation * sq.po: Added Albanian translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 5602e462bdafd57f8d35e6a93385e2eea039539f Author: Laurent Dhima Date: Sat Aug 30 12:17:53 2003 +0000 Added Albanian file * sq.po: Added Albanian file po/sq.po | 2114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2114 insertions(+), 0 deletions(-) commit 9886c0ddf83ce9ca150337b03c04901069086190 Author: Pablo Gonzalo del Campo 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 * es.po: Revision of Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 + po/es.po | 317 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 162 insertions(+), 160 deletions(-) commit 50e551c2fafd6435bd6790cf3d1d0a23d3b98e3e Author: Vincent van Adrighem Date: Tue Aug 26 22:51:54 2003 +0000 Dutch translation updated by Kees van den Broek. 2003-08-27 Vincent van Adrighem * 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 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 Date: Sun Aug 24 19:46:25 2003 +0000 Updated Slovenian translation po/sl.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 295af638e30cdf22ef15137a4d97f187e817c578 Author: Andraz Tori Date: Sun Aug 24 19:45:53 2003 +0000 Updated Slovenian translation po/sl.po | 418 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 220 insertions(+), 198 deletions(-) commit c64703a0f9f81204a6e4b02d1f331380b10ed785 Author: Pauli Virtanen Date: Sun Aug 24 17:06:31 2003 +0000 Updated Finnish translation. 2003-08-24 Pauli Virtanen * fi.po: Updated Finnish translation. po/ChangeLog | 4 + po/fi.po | 345 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 179 insertions(+), 170 deletions(-) commit 57fca7cb00de7cfb980a99443eb10c94c6e42bd8 Author: Kjartan Maraas Date: Thu Aug 21 19:37:40 2003 +0000 Update Norwegian translation. 2003-08-21 Kjartan Maraas * no.po: Update Norwegian translation. po/ChangeLog | 4 + po/no.po | 607 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 299 insertions(+), 312 deletions(-) commit 0e88b87196a5a1578e17e064f61c60d25f4920e5 Author: Richard Allen Date: Wed Aug 20 16:51:16 2003 +0000 *** empty log message *** po/is.po | 125 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 69 insertions(+), 56 deletions(-) commit f5dd909fea82cf808a9e4f5760c00f697f727bbf Author: Richard Allen Date: Wed Aug 20 13:10:30 2003 +0000 *** empty log message *** po/is.po | 215 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 112 insertions(+), 103 deletions(-) commit cc43b0e04e684cdaef5a87fc654ace3c9765b6eb Author: Sanlig Badral 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 Date: Mon Aug 18 21:38:02 2003 +0000 *** empty log message *** po/is.po | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit b641d92baca5e608ed12019cb86a6cb6886fe098 Author: Richard Allen 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(+), 0 deletions(-) commit 9ea5f5ecbc818b5c95e8b0592e1eb0e6bb1c7246 Author: Muktha 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 * 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(+), 0 deletions(-) commit 2d6a67b034b72bbdb513a9c25ba934fe61222179 Author: Metin Amiroff Date: Mon Aug 18 09:08:42 2003 +0000 Updated Azerbaijani translation. 2003-08-18 Metin Amiroff * az.po: Updated Azerbaijani translation. po/ChangeLog | 4 + po/az.po | 610 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 312 insertions(+), 302 deletions(-) commit d29c168d2bfe7e1dd769711fb13f627ff65f6f17 Author: Pauli Virtanen Date: Sat Aug 16 16:44:21 2003 +0000 Updated Finnish translation. 2003-08-16 Pauli Virtanen * 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 Date: Fri Aug 15 00:46:37 2003 +0000 Updated Brazilian Portuguese translation. 2003-08-14 Evandro Fernandes Giovanini * 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 Date: Mon Aug 11 20:09:52 2003 +0000 Update API documentation (in particular the gconf_client doc). Fixes 2003-08-11 Christophe Fergeau * 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 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 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 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 deletions(-) commit 87de0ec18fbd9182a39d9c74c84a6e444fbcfeb6 Author: Vincent van Adrighem Date: Mon Aug 4 12:58:14 2003 +0000 Dutch translation updated by Vincent van Adrighem. 2003-08-04 Vincent van Adrighem * 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 Date: Fri Aug 1 13:26:39 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-08-01 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 + po/es.po | 405 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 216 insertions(+), 194 deletions(-) commit 2f9134f409f237e7fcc0b714d2b9847691313b85 Author: Jordi Mallach 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 Date: Thu Jul 31 04:31:30 2003 +0000 be.po: Updated Belarusian translation from Belarusian team . po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 819a182c209afabd8b89af7e29938c26f659cec9 Author: Dmitry Mastrukov Date: Tue Jul 29 04:32:48 2003 +0000 be.po: Updated Belarusian translation from Belarusian team . po/ChangeLog | 5 + po/be.po | 378 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 194 insertions(+), 189 deletions(-) commit 1967f7a4937a4c1a01621a642eb520b3660fedf5 Author: Jeffrey Stedfast Date: Mon Jul 28 17:27:09 2003 +0000 Fixes bug #108574 2003-03-16 Jeffrey Stedfast 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 deletions(-) commit d99141785753041bf16ea11d8cfe63aab678470a Author: Alessio Frusciante 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 Date: Sun Jul 27 22:36:10 2003 +0000 Updated Danish translation. 2003-07-28 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 + po/da.po | 322 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 166 insertions(+), 160 deletions(-) commit 9105a39e5de829d8b5cac7a445174301996ffa8c Author: Dmitry Mastrukov Date: Fri Jul 25 04:19:28 2003 +0000 be.po: Updated Belarusian translation from Belarusian team . po/ChangeLog | 5 + po/be.po | 514 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 285 insertions(+), 234 deletions(-) commit de76e44787ddf12d996f2f3a49aba30f7dc3c526 Author: Christian Neumair 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 Date: Sun Jul 20 13:15:34 2003 +0000 Updated Korean translation. 2003-07-20 Changwoo Ryu * ko.po: Updated Korean translation. po/ChangeLog | 4 + po/ko.po | 430 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 226 insertions(+), 208 deletions(-) commit 47707a357d7090263b3b0d5ac6729bfd869b188c Author: Christophe Merlet 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 Date: Sat Jul 19 17:31:05 2003 +0000 doc fixes from Samuel Stringham #117830 2003-07-19 Havoc Pennington * 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 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 * 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 deletions(-) commit 327544ddac56fba73eb1459d48c729e4946a10f9 Author: Duarte Loreto Date: Wed Jul 16 23:25:20 2003 +0000 Updated Portuguese translation. 2003-07-17 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 327 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 169 insertions(+), 162 deletions(-) commit f838985d2b23bd403f5193413c14f93d048a9987 Author: Miloslav Trmac 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 Date: Wed Jul 16 04:54:15 2003 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 + po/ru.po | 324 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 168 insertions(+), 161 deletions(-) commit 6daa41d9547c160e947f97b84248e964592a81bd Author: Artur Flinta Date: Tue Jul 15 22:48:52 2003 +0000 Updated Polish translation. 2003-07-16 Artur Flinta * pl.po: Updated Polish translation. po/ChangeLog | 4 + po/pl.po | 278 +++++++++++++++++++++++++++------------------------------- 2 files changed, 135 insertions(+), 147 deletions(-) commit cc83c35bcfd913cbf5026335be7df5cf598d4e47 Author: Christian Rose Date: Tue Jul 15 09:52:18 2003 +0000 Updated Swedish translation. 2003-07-15 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 321 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 165 insertions(+), 160 deletions(-) commit 9452df70b1c9e8b3648fc2074b8cba573f73affb Author: Danilo Šegan Date: Mon Jul 14 05:01:31 2003 +0000 Updated Serbian translation by Serbian team (Prevod.org). 2003-07-14 Danilo Šegan * 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 Date: Fri Jul 11 11:06:15 2003 +0000 Unification of terminology and hotkeys po/hu.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 53adff0974e9e38109577e8cf82d881d999a2357 Author: Mark McLoughlin 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 * 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 Date: Mon Jun 30 14:31:39 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-06-30 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 ++ po/es.po | 188 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 97 insertions(+), 96 deletions(-) commit 40474578b41e9bdb3ef1259d6f0ed427f553f5f3 Author: Dafydd Harries Date: Sat Jun 28 21:55:27 2003 +0000 Updated Welsh translation. 2003-06-28 Dafydd Harries * cy.po: Updated Welsh translation. po/ChangeLog | 4 + po/cy.po | 1222 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 725 insertions(+), 501 deletions(-) commit a2198b0c68ed503dd9d31df2e49a1d3f580b1d46 Author: Dafydd Harries Date: Sat Jun 28 04:58:16 2003 +0000 Slight extra option tweaking. 2003-06-28 Dafydd Harries * 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 Date: Sat Jun 28 00:09:52 2003 +0000 2003-06-28 updated ja.po. T.Aihana po/ChangeLog | 4 + po/ja.po | 451 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 241 insertions(+), 214 deletions(-) commit f896cbb5282f8d829d5acbef44e0297bd7baf1e1 Author: Dafydd Harries Date: Fri Jun 27 00:26:04 2003 +0000 Tidied up "--foo option must be used by itself" messages. 2003-06-26 Dafydd Harries * 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 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 Date: Thu Jun 26 19:57:47 2003 +0000 Updated Polish translation. 2003-26-06 Artur Flinta * 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 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 Date: Thu Jun 26 00:33:36 2003 +0000 Added "am" "mk" to ALL_LINGUAS. 2003-06-26 Abel Cheung * configure.in: Added "am" "mk" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit cdf0fad0a4a89ec3776464482c0fc74cabeb47d9 Author: Mohammad DAMT Date: Tue Jun 24 04:45:07 2003 +0000 Updated Indonesian translation 2003-06-24 Mohammad DAMT * id.po: Updated Indonesian translation po/ChangeLog | 4 + po/id.po | 459 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 295 insertions(+), 168 deletions(-) commit 8d2fc701074644ff82b23bd1b03292aadef825b6 Author: Havoc Pennington Date: Mon Jun 23 21:31:35 2003 +0000 update 2003-06-23 Havoc Pennington * NEWS: update * configure.in: 2.3.3 ChangeLog | 6 ++++++ NEWS | 14 ++++++++++++++ configure.in | 2 +- 3 files changed, 21 insertions(+), 1 deletions(-) commit 529da283cdce7e45f43476f85ebb4304c2663bfc Author: Havoc Pennington Date: Mon Jun 23 21:24:08 2003 +0000 fix po/az.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 922fb5cc978422d471fadfeb93047a1205e04cd9 Author: Metin Amiroff Date: Sun Jun 22 16:41:44 2003 +0000 Updated Azerbaijani translation. 2003-06-22 Metin Amiroff * 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 Date: Sun Jun 22 15:13:48 2003 +0000 Fix for GCC 3.3 warning (fixes #115722). 2003-06-22 James M. Cape * 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 Date: Fri Jun 20 10:11:29 2003 +0000 Updated Indonesian translation 2003-06-20 Mohammad DAMT * id.po: Updated Indonesian translation po/ChangeLog | 4 + po/id.po | 608 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 332 insertions(+), 280 deletions(-) commit efc98a2f8249fa3d51d691fb55399738cb26e750 Author: Andras Timar Date: Fri Jun 20 09:05:32 2003 +0000 Fixed some spelling mistakes and mistranslations. 2003-06-20 Andras Timar * 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 Date: Thu Jun 19 04:13:04 2003 +0000 Added Indonesian translation Added "id" to ALL_LINGUAS 2003-06-18 Mohammad DAMT * 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 deletions(-) commit fc0b8489146ce95a291e84be9c8b5e61f608494f Author: Dmitry Mastrukov Date: Wed Jun 18 14:50:46 2003 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 + po/ru.po | 722 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 331 insertions(+), 396 deletions(-) commit e4a68063670f9830a5feef5a61bab39b3a9f9cda Author: Ivan Stojmirov Date: Wed Jun 18 13:12:51 2003 +0000 added Macedonian translation po/mk.po | 1524 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 954 insertions(+), 570 deletions(-) commit 4d16d7b2dd41e9fe100c9d83d3d96de25e9b1b87 Author: Rodrigo Moya Date: Wed Jun 18 10:39:40 2003 +0000 Fixes #73323 2003-06-18 Rodrigo Moya 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 Date: Tue Jun 17 19:19:19 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-06-17 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 + po/es.po | 740 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 378 insertions(+), 367 deletions(-) commit 6b41d1b6455f3a03c7de67554bc203e54a24e89f Author: Pauli Virtanen Date: Tue Jun 17 18:20:07 2003 +0000 Updated Finnish translation. 2003-06-17 Pauli Virtanen * fi.po: Updated Finnish translation. po/ChangeLog | 4 + po/fi.po | 626 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 334 insertions(+), 296 deletions(-) commit 59e59a15b81c4116a197f65ec7ad6d90e860f476 Author: Andraz Tori Date: Sun Jun 15 09:07:00 2003 +0000 Updated Slovenian translation po/sl.po | 501 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 261 insertions(+), 240 deletions(-) commit ab9d65da9bfaafb23c9a05c3e064dd7a756d8503 Author: Jordi Mallach 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 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 deletions(-) commit 04677f8d618e5f6501432123994d30b3b6f2d511 Author: Vincent van Adrighem Date: Sun Jun 8 11:28:11 2003 +0000 Dutch translation updated by Daniel van Eeden. 2003-06-08 Vincent van Adrighem * 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 Date: Fri Jun 6 05:21:17 2003 +0000 remove the explicit linc module. 2003-06-06 Michael Meeks * 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 Date: Wed Jun 4 04:15:54 2003 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 ++ po/ru.po | 213 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 184 insertions(+), 34 deletions(-) commit 26026e6329a20bd8d1e63f4f450dd959dca8ac79 Author: Dafydd Harries Date: Tue Jun 3 23:15:25 2003 +0000 Welsh: corrections, more translations. 2003-06-03 Dafydd Harries * 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 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 Date: Mon Jun 2 12:25:50 2003 +0000 More Welsh from Chris M. Jackson po/ChangeLog | 5 ++ po/cy.po | 165 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 91 insertions(+), 79 deletions(-) commit f3aa8300f47c6badafb3de860490c091442c9110 Author: Michael Meeks Date: Sat May 31 15:31:36 2003 +0000 include 2003-05-31 Michael Meeks * backends/markup-tree.c: include ChangeLog | 4 ++++ backends/markup-tree.c | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit 1a9e077b6ae0851a918a2f55333387d4e3191824 Author: Gustavo Maciel Dias Vieira Date: Wed May 28 15:05:03 2003 +0000 Updated Brazilian Portuguese translation done by David Barzilay 2003-05-28 Gustavo Maciel Dias Vieira * pt_BR.po: Updated Brazilian Portuguese translation done by David Barzilay . po/ChangeLog | 5 + po/pt_BR.po | 569 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 314 insertions(+), 260 deletions(-) commit 8470389833dfc7295bbb040bbb1bebd5e286b652 Author: Miloslav Trmac 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 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 Date: Tue May 20 09:55:26 2003 +0000 Updated Swedish translation. 2003-05-20 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 393 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 218 insertions(+), 179 deletions(-) commit b193b2c043162638f70d1792ac0c89742dc6cfff Author: Duarte Loreto Date: Tue May 20 00:16:21 2003 +0000 Updated Portuguese translation. 2003-05-20 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 437 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 243 insertions(+), 198 deletions(-) commit 689cf712833d1da14a92e7158c655a02fca4eab6 Author: Ole Laursen Date: Mon May 19 18:48:25 2003 +0000 Updated Danish translation. 2003-05-19 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 6 +- po/da.po | 535 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 291 insertions(+), 250 deletions(-) commit 6ce19559ea0cefc4f428387858f3e5f0085dc225 Author: Ross Burton 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 Date: Mon May 19 15:22:32 2003 +0000 *ar.po: Updated Arabic translation by Arabeyes 2003-05-19 Arafat Medini *ar.po: Updated Arabic translation by Arabeyes po/ChangeLog | 5 + po/ar.po | 1983 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 882 insertions(+), 1106 deletions(-) commit 374addae4fcbc77b7efeeb0c512021a1cb6e8837 Author: Telsa Gwynne 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 deletions(-) commit 2cc166a6d37bc24de1293cd13e4fee995c33d320 Author: Dmitry Mastrukov Date: Fri May 16 04:18:55 2003 +0000 be.po: Updated Belarusian translation from Belarusian team . po/ChangeLog | 5 + po/be.po | 423 +++++++++++++++++++++++++++------------------------------- 2 files changed, 204 insertions(+), 224 deletions(-) commit 16044e36f23a20328ee7eba9662d725f321ff946 Author: Mark McLoughlin Date: Fri May 9 15:12:48 2003 +0000 escape the string text before outputting it in the XML. 2003-05-09 Mark McLoughlin * 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 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(+), 0 deletions(-) commit bdf684128cdb68aac7f876892d9d0e5d40fae4fa Author: Danilo Šegan Date: Wed May 7 14:12:37 2003 +0000 Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-05-05 Danilo Šegan * 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 Date: Mon May 5 21:47:15 2003 +0000 Updated Portuguese translation. 2003-05-05 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 164 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 86 insertions(+), 82 deletions(-) commit 427d1776c4ebdc15618f2b2f63517150eb4cdb75 Author: Christian Neumair 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 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 Date: Sat May 3 16:54:32 2003 +0000 2.3.2 2003-05-03 Havoc Pennington * 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 Date: Thu May 1 14:21:42 2003 +0000 Updated Korean translation. 2003-05-01 Changwoo Ryu * ko.po: Updated Korean translation. po/ChangeLog | 4 + po/ko.po | 685 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 359 insertions(+), 330 deletions(-) commit daad9aedfa6461476626ca7a08c10ab43f49b4c6 Author: Miloslav Trmac 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 Date: Tue Apr 29 09:09:28 2003 +0000 Updated Swedish translation. 2003-04-29 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 569 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 327 insertions(+), 246 deletions(-) commit 83181d663f2b24d79eaa85a23c215c0ab3744ad3 Author: Christophe Merlet 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 Date: Sat Apr 26 07:21:10 2003 +0000 call AC_LIBTOOL_WIN32_DLL. 2003-04-26 Masahiro Sakai * 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 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 * 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 Date: Thu Apr 10 13:14:37 2003 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 + po/ru.po | 929 +++++++++++++++++++-------------------------------------- 2 files changed, 315 insertions(+), 619 deletions(-) commit baad8ed97deace06f47b0301f8fda15c66fb7c3e Author: Anders Carlsson 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 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 Date: Tue Apr 1 15:53:36 2003 +0000 Fix bug. 2003-04-01 Christian Rose * 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 Date: Thu Mar 27 15:21:52 2003 +0000 2003-03-27 updated ja.po. T.Aihana po/ChangeLog | 4 + po/ja.po | 643 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 353 insertions(+), 294 deletions(-) commit cec37f6423d006530e0f64077b4a3eaee30f85bb Author: Brian Cameron 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 * 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 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 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 * 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 Date: Thu Mar 27 03:35:00 2003 +0000 call linc_set_tmpdir() to maybe make it work 2003-03-26 Havoc Pennington * 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(+), 0 deletions(-) commit 3bd1f627f137dcc9a24231aab57e4f14578ee11a Author: Havoc Pennington 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 Date: Thu Mar 27 01:41:15 2003 +0000 bump to 2.3.1 2003-03-26 Havoc Pennington * 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 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 * configure.in: Added "yi" to ALL_LINGUAS. * po/yi.po: Added Yiddish translation by Raphael Finkel . ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/yi.po | 1871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1881 insertions(+), 1 deletions(-) commit 32de5548e9c431b4b8eb8029a980bddc1515f59e Author: Roozbeh Pournader Date: Mon Mar 17 12:40:32 2003 +0000 Updated Persian translation. 2003-03-17 Roozbeh Pournader * fa.po: Updated Persian translation. po/ChangeLog | 4 ++ po/fa.po | 132 ++++++++++++++++++++++++++------------------------------- 2 files changed, 64 insertions(+), 72 deletions(-) commit f835b0ef539fc6992c84da5950881659a5d9421d Author: Anders Carlsson 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 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 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 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 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 * 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 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 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 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 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 Date: Wed Mar 12 00:24:53 2003 +0000 Whoops gconf/gconf.c | 669 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 326 insertions(+), 343 deletions(-) commit d06fe9767076bda47292a107b6af07f7521fe893 Author: Anders Carlsson Date: Wed Mar 12 00:22:16 2003 +0000 More stuff gconf/gconf.c | 469 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 239 insertions(+), 230 deletions(-) commit e5b54d7bdedcd9c3a4d9263e0b744a3e0a1b7906 Author: Anders Carlsson Date: Tue Mar 11 02:49:14 2003 +0000 More stuff gconf/gconf.c | 214 +++++++++++++++++++++++++++++--------------------------- 1 files changed, 111 insertions(+), 103 deletions(-) commit f0d604a7e778f0f37491d3cd505031f997a84836 Author: Anders Carlsson 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 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 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 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 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 Date: Thu Mar 6 03:26:01 2003 +0000 remove BDB backend 2003-03-05 Havoc Pennington * 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 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 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 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 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 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 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 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 deletions(-) commit ede2eabcb1d557b96764008fb4a541105fe6f4c9 Author: Roozbeh Pournader Date: Sat Feb 22 14:49:51 2003 +0000 Added "fa" to ALL_LINGUAS. Added Persian translation. 2003-02-22 Roozbeh Pournader * 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 deletions(-) commit d1066344b797e5b079b0cc91fe965f7dab7de5b1 Author: Metin Amiroff Date: Fri Feb 21 09:32:24 2003 +0000 Updated Azerbaijani translation. 2003-02-19 Metin Amiroff * az.po: Updated Azerbaijani translation. po/ChangeLog | 4 + po/az.po | 757 ++++++++++++++++++++-------------------------------------- 2 files changed, 264 insertions(+), 497 deletions(-) commit 6586405bcbe3cb7aa20355d9687d0709665b754c Author: Dmitry Mastrukov Date: Thu Feb 20 05:22:49 2003 +0000 be.po: Updated Belarusian translation from Belarusian team . po/ChangeLog | 5 + po/be.po | 335 +++++++++++++++++++++++++++------------------------------- 2 files changed, 161 insertions(+), 179 deletions(-) commit a9e6c82033fa615640c6d7f03d9c02450944fc30 Author: Mark McLoughlin 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 * 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 Date: Wed Feb 12 02:52:31 2003 +0000 set the schema name even when the key is set. 2003-02-12 Mark McLoughlin * 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 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 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 Date: Wed Jan 29 14:40:27 2003 +0000 Updated Simplified Chinese translation by Xiong Jiang 2003-01-29 He Qiangqiang * zh_CN.po: Updated Simplified Chinese translation by Xiong Jiang . po/ChangeLog | 5 +++ po/zh_CN.po | 78 +++++++++++++++++++++++++++------------------------------ 2 files changed, 42 insertions(+), 41 deletions(-) commit 66d4cbb26b1ca24320cf75ba8b47024a3b84af24 Author: Yuri Syrota 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 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 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 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 * configure.in: Added "mn" to ALL_LINGUAS. * po/mn.po: Added Mongolian translation by Sanlig Badral . ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/mn.po | 1993 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2003 insertions(+), 1 deletions(-) commit 5efafab08cc0740d5e196e1922367002ddffb1d9 Author: Yuri Syrota 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 deletions(-) commit 2a09ed9825849d1e290d43ec9b9629cb43ee3678 Author: Yuri Syrota Date: Tue Jan 21 08:47:47 2003 +0000 Updated Ukrainian translation po/uk.po | 701 ++++++++++++++++++++------------------------------------------ 1 files changed, 229 insertions(+), 472 deletions(-) commit 9de03a45e7235829e19f221e48cbe33cf4d38d6c Author: Christian Neumair 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 Date: Mon Jan 20 00:58:06 2003 +0000 Some fixes for problems catched in translation review. 2003-01-20 Christian Rose * 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 Date: Tue Jan 14 23:24:47 2003 +0000 Updated Bulgarian translation by Alexander Shopov . 2002-01-14 Yanko Kaneti * bg.po: Updated Bulgarian translation by Alexander Shopov . po/ChangeLog | 5 + po/bg.po | 879 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 451 insertions(+), 433 deletions(-) commit 7993606091fb818b48ed8c67c8fd78d2f4e76e0b Author: Andraz Tori Date: Tue Jan 14 18:39:07 2003 +0000 Updated Slovenian translation po/sl.po | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit dc96362d1ce95b52028b54e16bf7bebe060d9188 Author: Daniel Yacob 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 Date: Sun Jan 12 18:09:29 2003 +0000 2.1.90 2003-01-12 Havoc Pennington * 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 Date: Thu Jan 9 10:33:20 2003 +0000 ru.po: Updated Russian translation from Russian team . po/ChangeLog | 5 + po/ru.po | 493 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 271 insertions(+), 227 deletions(-) commit ee2146cf6bb5038ec1efa65a656eca1fc4148d1f Author: Daniel Yacob 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 Date: Tue Jan 7 12:36:37 2003 +0000 Updated Spanish translation. 2003-01-07 Germán Poo Caamaño * 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 Date: Fri Jan 3 12:33:41 2003 +0000 Dutch translation updated by Tino Meinen. 2003-01-03 Vincent van Adrighem * 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 Date: Wed Jan 1 23:58:05 2003 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 + po/pl.po | 898 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 471 insertions(+), 432 deletions(-) commit f2eebf5a57ffb3c2cd608205556e939f286ae939 Author: Jose Maria Celorio 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 deletions(-) commit b78524c192f906d81db5ddfe0d1d3cc25196cdb8 Author: Ivan Stojmirov Date: Wed Dec 25 11:31:17 2002 +0000 Added Macedonian translation po/mk.po | 1861 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1861 insertions(+), 0 deletions(-) commit e907a28134065fda6ee6c0b759071b90513e62ca Author: Peteris Krisjanis Date: Sun Dec 22 17:51:05 2002 +0000 2002-12-22 Artis Trops * lv.po: Updated Latvian translation. po/ChangeLog | 4 + po/lv.po | 1361 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 815 insertions(+), 550 deletions(-) commit 1a0e79cc00bc87e34b9b9149dfce06b53ee95140 Author: Christophe Merlet 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 Date: Sat Dec 14 04:31:27 2002 +0000 really. po/am.po | 1847 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1847 insertions(+), 0 deletions(-) commit 9c66c3aab6820b2149c9e79363961c265884734e Author: Daniel Yacob Date: Sat Dec 14 04:31:14 2002 +0000 Adding Amharic translation. po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6cbbccca1b9ee2f626fa43f9ebe0b8f02e833390 Author: Stanislav Visnovsky Date: Tue Dec 10 17:59:45 2002 +0000 Updated Slovak translation. 2002-12-10 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 205 +++++++++++++++++++++++++--------------------------------- 2 files changed, 92 insertions(+), 117 deletions(-) commit 1e3c2bfec436dcdb8e0ec1d4b62d7daf855a0d6a Author: Havoc Pennington 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 * 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 deletions(-) commit 6ec145d018319145c5cbadb688ffb37821efaf6f Author: Kostas Papadimas 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 Date: Sun Dec 1 21:19:22 2002 +0000 Updated Finnish translation. 2002-12-01 Pauli Virtanen * fi.po: Updated Finnish translation. po/ChangeLog | 4 + po/fi.po | 530 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 279 insertions(+), 255 deletions(-) commit 2f991a8ab4cc0aa119ad725c734a06f89fc25f41 Author: Jordi Mallach 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 Date: Sun Dec 1 17:13:27 2002 +0000 Updated Danish translation. 2002-12-01 Ole Laursen * 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 Date: Tue Nov 26 02:08:56 2002 +0000 Massive copy-paste from stable branch. 2002-11-25 Vincent van Adrighem * 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 Date: Tue Nov 26 00:22:47 2002 +0000 Updated Slovenian translation po/sl.po | 100 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 65 insertions(+), 35 deletions(-) commit b24ef2424b20821b2921c935c70090d0d9819bae Author: Michal Bukovjan Date: Mon Nov 25 21:38:49 2002 +0000 Updated Czech translation. po/cs.po | 377 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 235 insertions(+), 142 deletions(-) commit df6efcec3ee5b919e075bda3d3d2cdbedc480ba4 Author: Hasbullah Bin Pit Date: Mon Nov 25 17:46:33 2002 +0000 Updated Malay Translation. 2002-11-25 Hasbullah Bin Pit * ms.po: Updated Malay Translation. po/ChangeLog | 4 + po/ms.po | 1067 +++++++++++++++++++++++----------------------------------- 2 files changed, 433 insertions(+), 638 deletions(-) commit 91343b5e73bf4abde2860af8f859d6c1d8741811 Author: Yanko Kaneti Date: Mon Nov 25 06:58:36 2002 +0000 Convert all to UTF-8. 2002-11-25 Yanko Kaneti * *.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 Date: Fri Nov 22 21:42:43 2002 +0000 fix gtk-doc version check. 2002-11-22 Dan Mills * 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 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 Date: Sat Nov 9 05:12:01 2002 +0000 be.po: Updated Belarusian translation from Belarusian team . po/ChangeLog | 10 + po/be.po | 2375 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2385 insertions(+), 0 deletions(-) commit 3b7b857ef13146971b96fac963d0fbab2946cc66 Author: Dmitry Mastrukov 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 deletions(-) commit 2d27bb9cd2b69a0e42e497ad2d9bdc4c6aeb4412 Author: Havoc Pennington 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 * 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 deletions(-) commit f563d4247399fbe41e0f50ae5021e674d6740dfd Author: Kjartan Maraas Date: Thu Oct 24 14:39:08 2002 +0000 Convert to UTF-8 po/nn.po | 134 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 67 insertions(+), 67 deletions(-) commit d2dae73f308f83d35b1aaefbd38d99572b014c1a Author: Havoc Pennington 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 * 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 deletions(-) commit 831e944b3cc0df82b94621d50151cd42a2f65ebc Author: Yanko Kaneti 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 * 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 Date: Sat Sep 21 11:35:19 2002 +0000 Updated Swedish translation. 2002-09-21 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++ po/sv.po | 98 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 69 insertions(+), 33 deletions(-) commit 79f451bbade3902400ae34b3dc3000c7a79a1883 Author: Kjartan Maraas Date: Fri Sep 20 19:24:50 2002 +0000 Updated Norwegian (bokml) translation. 2002-09-20 Kjartan Maraas * 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 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 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 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 * 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 deletions(-) commit 2c9028991dafb0336d5004c281e0640a9c8af2f7 Author: Havoc Pennington Date: Thu Sep 19 02:54:37 2002 +0000 add FIXME about GCONF_LOCAL_LOCKS 2002-09-18 Havoc Pennington * backends/markup-backend.c (resolve_address): add FIXME about GCONF_LOCAL_LOCKS ChangeLog | 5 +++++ backends/markup-backend.c | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit 632ec2a009a12ab5f1b6172f4f2de9112ee787a9 Author: Havoc Pennington Date: Thu Sep 19 02:49:09 2002 +0000 Merge gconf-markup-hacking branch 2002-09-18 Havoc Pennington 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 Date: Thu Sep 19 02:33:58 2002 +0000 Introduce --disable-schemas-install and the GCONF_SCHEMAS_INSTALL 2002-09-18 Yanko Kaneti * 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 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 * 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 deletions(-) commit c9890fda66390fad14516f815ab9d33e686590d7 Author: Hasbullah Bin Pit Date: Mon Sep 16 17:39:46 2002 +0000 Updated Malay Translation. 2002-09-16 Hasbullah Bin Pit * ms.po: Updated Malay Translation. po/ChangeLog | 4 + po/ms.po | 966 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 602 insertions(+), 368 deletions(-) commit 39ddd9da83ecc058cd05b3136038e2512736fb13 Author: jacob berkman 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 * 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 Date: Fri Sep 6 14:24:50 2002 +0000 2002-09-06 Peteris Krisjanis * configure.in: Added Latvian (lv) to ALL_LINGUAS ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f2fa20c88afe3cb511be2adfafd6a46404d6c1cf Author: Peteris Krisjanis Date: Fri Sep 6 14:24:02 2002 +0000 2002-09-06 Peteris Krisjanis Added Latvian (lv) to ALL_LINGUAS configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e4ecb69c796961a48759794fec754c8a2c149a53 Author: Peteris Krisjanis Date: Fri Sep 6 14:20:44 2002 +0000 2002-09-06 Peteris Krisjanis * lv.po: Added Latvian translation by Artis Trops po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 2709f4d605cbc0b1e8b51f103d73441390342472 Author: Peteris Krisjanis Date: Fri Sep 6 14:15:54 2002 +0000 2002-09-06 Peteris Krisjanis Updated Latvian translation by Artis Trops po/lv.po | 2215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2215 insertions(+), 0 deletions(-) commit bb53c879ec7049a52767a7c5402e58c5b51879d5 Author: He Qiangqiang Date: Wed Sep 4 10:01:56 2002 +0000 Updated Simplified Chinese translation by Sun G11n 2002-09-04 He Qiangqiang * zh_CN.po: Updated Simplified Chinese translation by Sun G11n . po/ChangeLog | 5 + po/zh_CN.po | 942 ++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 749 insertions(+), 198 deletions(-) commit 89d9a26bf9674270681c363cd8ba4bab41d88b1a Author: Stanislav Brabec 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 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 Date: Sun Aug 18 09:30:38 2002 +0000 Arabic Translation po/ar.po | 400 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 215 insertions(+), 185 deletions(-) commit 47f583018b87ea516a75b1027bcd68c7d2ac42a7 Author: Christian Neumair 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 Date: Tue Aug 13 00:36:42 2002 +0000 Fixed Swedish translation. 2002-08-13 Christian Rose * sv.po: Fixed Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) commit 6d7e7351ac114756bf42d1f0cdf20db84bbbd275 Author: Nam SungHyun Date: Tue Aug 6 08:26:49 2002 +0000 updated to 1.2.1 po/ko.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit f3f40f01a5d163833670dd7b7144ea681615695e Author: Havoc Pennington 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 Date: Sun Aug 4 17:44:16 2002 +0000 fixme comment gconf/gconf-internals.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 54ac7db5849d64f01ee311af3a46e69a6a63b5b3 Author: Fatih Demir Date: Mon Jul 29 20:49:21 2002 +0000 Committed updated translation. po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a507100d2c1486c680545ec8a2cb6b4d3e76f637 Author: Christophe Merlet 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 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 * 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 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 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 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 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 Date: Tue Jul 9 00:10:19 2002 +0000 fix silly with addresses list. 2002-07-09 Mark McLoughlin * 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 Date: Mon Jul 8 11:20:07 2002 +0000 Updated German translation. 2002-07-08 Manuel Borchers * de.po: Updated German translation. po/ChangeLog | 4 ++ po/de.po | 122 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 66 insertions(+), 60 deletions(-) commit 8f60f74013a69de5b483cc4bd5cba59a4f135f93 Author: Havoc Pennington Date: Fri Jul 5 03:31:56 2002 +0000 close our FILE* when we're done. Reported by Michael. 2002-07-04 Havoc Pennington * 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(+), 0 deletions(-) commit 1a5acf1a51d052b9703aaf6d5983d16603aa98a8 Author: Yanko Kaneti Date: Wed Jul 3 23:26:30 2002 +0000 Added Bulgarian (bg). 2002-07-03 Yanko Kaneti * configure.in: (ALL_LINGUAS) Added Bulgarian (bg). po/ * bg.po (added): Bulgarian translation by Borislav Aleksandrov . ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/bg.po | 2023 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2033 insertions(+), 1 deletions(-) commit 17d8b52d1aa36df4f6663d8f3d753a138f5b44e0 Author: Yuri Syrota Date: Tue Jul 2 08:03:38 2002 +0000 Updated Ukrainian translation po/uk.po | 621 ++++++++++++++++++++------------------------------------------ 1 files changed, 199 insertions(+), 422 deletions(-) commit 1bc51724eee7a49b6f281caad0cb979f6ba9dcbc Author: Abel Cheung Date: Mon Jun 24 17:48:13 2002 +0000 Updated traditional Chinese translation from Ben Wu 2002-06-25 Abel Cheung * zh_TW.po: Updated traditional Chinese translation from Ben Wu po/ChangeLog | 5 ++ po/zh_TW.po | 161 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 93 insertions(+), 73 deletions(-) commit 3e255dfc435c36bde16cea21d5393834e220e4ef Author: Abel Cheung Date: Mon Jun 24 17:01:07 2002 +0000 Remove glib-gettextize generated file. Remove non-existant files, add 2002-06-25 Abel Cheung * 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 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 Date: Mon Jun 17 02:42:54 2002 +0000 don't propagate nonexistent errors, fixes a warning. 2002-06-16 Havoc Pennington * 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 deletions(-) commit 0c99201aadf8742bbf11fb3d8b5a83cc680cff32 Author: Duarte Loreto Date: Sat Jun 15 18:16:04 2002 +0000 Updated Portuguese translation. 2002-06-15 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 +++ po/pt.po | 86 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 47 insertions(+), 43 deletions(-) commit c4f4967c645624856c3ede0bdc24e2b896449e08 Author: Andraz Tori Date: Sat Jun 15 16:03:01 2002 +0000 Updated Slovenian translation po/sl.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dcf344ecf5aaa3ad7deef470fe72b394950c0c31 Author: Hidetoshi Tajima Date: Fri Jun 14 20:29:42 2002 +0000 include for setlocale. * gconf/gconfd.c: include for setlocale. ChangeLog | 4 ++++ gconf/gconfd.c | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit efd4d77f8593d6ff88793dd614e552c79203ac0f Author: Changwoo Ryu 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 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 Date: Wed Jun 12 02:47:23 2002 +0000 version 1.2.0 2002-06-11 Havoc Pennington * 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 Date: Tue Jun 11 06:26:13 2002 +0000 error fixes po/pt_BR.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 89b8277f62cafdd7ff0749d476a05bb187892475 Author: Gustavo Noronha Silva Date: Tue Jun 11 06:23:46 2002 +0000 updating translation, encoding as UTF-8 po/pt_BR.po | 616 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 301 insertions(+), 315 deletions(-) commit a9426dbeeaf942d96d0c6644fd07e969805484f9 Author: Hasbullah Bin Pit Date: Mon Jun 10 21:35:13 2002 +0000 Updated Malay Translation. 2002-06-10 Hasbullah Bin Pit * ms.po: Updated Malay Translation. po/ChangeLog | 4 ++ po/ms.po | 122 ++++++++++++++++++++++++++------------------------------- 2 files changed, 60 insertions(+), 66 deletions(-) commit 4a422a84b3b0ff17bc31eaec212586e82f7535a7 Author: Andraz Tori Date: Sun Jun 9 19:56:33 2002 +0000 Updated Slovenian translation po/sl.po | 462 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 233 insertions(+), 229 deletions(-) commit 8943c841490e5452e799ad59a7d1f168ebd24135 Author: Andraz Tori Date: Fri Jun 7 20:50:21 2002 +0000 Updated Slovenian translation po/sl.po | 122 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 65 insertions(+), 57 deletions(-) commit 755eb4c8d380bcfee0ba2590695a753b7b8644d4 Author: Andraz Tori Date: Fri Jun 7 19:58:54 2002 +0000 Updated Slovenian translation po/sl.po | 528 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 258 insertions(+), 270 deletions(-) commit ec6325f33f014ec5bee04bc78e1ef7649ca19690 Author: Vincent van Adrighem Date: Fri Jun 7 18:03:21 2002 +0000 Dutch translation updated by Tino Meinen. 2002-06-07 Vincent van Adrighem * 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 Date: Thu Jun 6 06:25:44 2002 +0000 Updated Ukrainian translation po/uk.po | 181 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 86 insertions(+), 95 deletions(-) commit d7bfe771e322b246903c4d78a7ce3266f9f5f39b Author: Yuri Syrota Date: Thu Jun 6 05:57:01 2002 +0000 Updated Ukrainian translation po/uk.po | 67 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 34 insertions(+), 33 deletions(-) commit f80215ccb032b1e94a9c4bdd6cec202ec73abd1f Author: Yuri Syrota Date: Wed Jun 5 09:39:40 2002 +0000 Updated Ukrainian translation po/uk.po | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) commit bcc3e0fab813859b9fae79bd45cf482883eb6773 Author: Yuri Syrota Date: Wed Jun 5 05:53:05 2002 +0000 Updated Ukrainian translation po/uk.po | 576 ++++++++++++++++++++------------------------------------------ 1 files changed, 187 insertions(+), 389 deletions(-) commit c19dc52a786fb67c0c5734b6beb9757a638da072 Author: Dmitry Mastrukov 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 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 Date: Tue Jun 4 10:17:35 2002 +0000 Updated Danish translation. 2002-06-04 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 ++++ po/da.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 6add463c47a1240e3dcbf2471bb7f7fbb13e30fa Author: Stanislav Visnovsky Date: Tue Jun 4 08:24:17 2002 +0000 Updated Slovak translation. 2002-06-04 Stanislav Visnovsky * 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 Date: Mon Jun 3 23:23:07 2002 +0000 Updated Spanish translation. 2002-06-03 Germn Poo Caamao * 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 Date: Mon Jun 3 19:06:28 2002 +0000 Finished the translation. 2002-06-03 Carlos Perell Marn * es.po: Finished the translation. po/ChangeLog | 4 ++++ po/es.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 3de8c9959f32f7b7024ad626463c0f86fadb2f3a Author: Pauli Virtanen Date: Mon Jun 3 16:43:33 2002 +0000 Updated Finnish translation. 2002-06-03 Pauli Virtanen * fi.po: Updated Finnish translation. po/ChangeLog | 4 + po/fi.po | 337 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 170 insertions(+), 171 deletions(-) commit 4484344d8feb70aeb663f54a39912bb158cec6b9 Author: Kjartan Maraas Date: Mon Jun 3 14:52:59 2002 +0000 Updated Norwegian (bokml) translation. 2002-06-03 Kjartan Maraas * 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 Date: Mon Jun 3 14:47:16 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 + po/pl.po | 854 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 432 insertions(+), 427 deletions(-) commit 4f417791202cf0f3fcad132fb87f7a2265462161 Author: Christian Rose Date: Mon Jun 3 09:24:06 2002 +0000 Updated Swedish translation. 2002-06-03 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 7ce8d365de250d6d21f3daac1f313c1b263fc280 Author: Havoc Pennington 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 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 * 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 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 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 * 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 deletions(-) commit b3d85e303a917c36e92976b5867cdc5589b74d84 Author: Havoc Pennington Date: Sun Jun 2 05:26:26 2002 +0000 don't leave a dir marked nonexistent after creating it 2002-06-02 Havoc Pennington * 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 Date: Sat Jun 1 19:29:59 2002 +0000 Updated Swedish translation. 2002-06-01 Christian Rose * 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 Date: Sat Jun 1 14:11:47 2002 +0000 Recoded as UTF-8 2002-06-01 Carlos Perell Marn * 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 Date: Fri May 31 20:40:46 2002 +0000 adding a no accelerator PO po/ar.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f390d6ee899ed3e445239bb362da9c84e8d76df5 Author: Hector Garcia 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 Date: Mon May 27 19:26:55 2002 +0000 Added Malay (ms)to ALL_LINGUAS. Added Malay Translation. 2002-05-27 Hasbullah Bin Pit * 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 deletions(-) commit ebc4f77a8e006e11792b32eda2280e75ac60393b Author: Havoc Pennington Date: Mon May 27 05:22:13 2002 +0000 skip the markup-backend for translation for now po/POTFILES.skip | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit a751a6ea18b96a593859a8df9f95418feef18cf0 Author: Havoc Pennington Date: Mon May 27 05:06:31 2002 +0000 implement all the tree reading stuff, need to implement 2002-05-27 Havoc Pennington * 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 Date: Sun May 26 22:53:13 2002 +0000 adding Arabic file po/ar.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e28617abfa04909a2a5f41e349dd74ec21b771e1 Author: Havoc Pennington 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(+), 0 deletions(-) commit cd9327cfcddb91775dd62a235f1fa971b94c9aba Author: Isam Bayazidi 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 Date: Thu May 23 22:11:18 2002 +0000 - updating Arabic translation po/ar.po | 1968 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1968 insertions(+), 0 deletions(-) commit 74dd4cb7e1685a2dae051fc00feba28cf1b45fa1 Author: Vlad Harchev Date: Sun May 19 04:24:23 2002 +0000 ru.po: updated russian translation from Dmitry G. Mastrukov po/ChangeLog | 5 ++++ po/ru.po | 59 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 35 insertions(+), 29 deletions(-) commit 3e8d1d50b90168d99d417282376a9299b78582bd Author: Kjartan Maraas Date: Thu May 16 20:50:58 2002 +0000 Update po/no.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5fd417d1f6995d4da84fb84f52a8e99dd72abf6f Author: Pablo Saratxaga 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 deletions(-) commit a1fc35486a40b9b76290a9500223a11abd846735 Author: Shivaram U 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 * 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 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 Date: Thu May 9 15:41:33 2002 +0000 ensure we don't print a NULL. 2002-05-09 Michael Meeks * 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 deletions(-) commit ce85e0a900faf43208c90fad0b2854f982c4df43 Author: Anders Carlsson Date: Sat May 4 17:18:37 2002 +0000 Remove this. gconf-editor/.cvsignore | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit a06625127539a7619ee4ce864b5ddf2a890c5ad6 Author: Yuri Syrota Date: Wed May 1 20:57:34 2002 +0000 Updated Ukrainian translation po/uk.po | 969 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 625 insertions(+), 344 deletions(-) commit 7684ee28ed99c2c21f2272aaf3ef2cf7ceeabfed Author: Christophe Merlet 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 Date: Tue Apr 30 12:02:13 2002 +0000 Updated Slovenian translation po/sl.po | 122 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 57 insertions(+), 65 deletions(-) commit 3c66d73312af392112a9c20e69ae7608a43121b2 Author: Pablo Saratxaga 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 deletions(-) commit d9595f53df670741225a46632c80a40030b24fd9 Author: Kjartan Maraas Date: Mon Apr 29 11:16:39 2002 +0000 Small update po/no.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 57ccda882005b6ad6818fc6d9a1915e0fdd576d5 Author: Havoc Pennington Date: Mon Apr 29 05:39:51 2002 +0000 1.1.10 2002-04-29 Havoc Pennington * 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 Date: Mon Apr 29 01:01:21 2002 +0000 Converted Portuguese translation to UTF-8. 2002-04-29 Duarte Loreto * 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 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 Date: Sun Apr 28 19:47:58 2002 +0000 Fixed msgfmt'ing of fr.po po/fr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cc05379f1c19d1f0c345ca68fedb84962a33688f Author: Christophe Fergeau 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 Date: Sat Apr 27 15:25:14 2002 +0000 make the internal functions static 2002-04-26 Havoc Pennington * 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 Date: Tue Apr 23 12:58:39 2002 +0000 Updated Slovenian translation po/sl.po | 821 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 434 insertions(+), 387 deletions(-) commit 6dee4835f1de556454f49da6304209b31f0d7cab Author: Kjartan Maraas Date: Mon Apr 22 08:46:46 2002 +0000 Updated Norwegian (bokml) translation. 2002-04-22 Kjartan Maraas * 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 Date: Sun Apr 21 07:34:04 2002 +0000 Add missing file po/.cvsignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a99365e05dd5ebe4b4bc4566dd5891bae10f270c Author: Kwok-Koon Cheung Date: Thu Apr 18 22:21:24 2002 +0000 Oops, forgot this file po/zh_TW.po | 1785 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1785 insertions(+), 0 deletions(-) commit f5cdcfe3680d7300e26b77e9c6cdd73f6b9e20e8 Author: Abel Cheung Date: Thu Apr 18 22:21:05 2002 +0000 New traditional Chinese translation from Ben Wu 2002-04-19 Abel Cheung * zh_TW.po: New traditional Chinese translation from Ben Wu ChangeLog | 4 ++++ configure.in | 2 +- po/ChangeLog | 5 +++++ 3 files changed, 10 insertions(+), 1 deletions(-) commit 6693d673aa9f9fdfa11fe8cd60c1dda622f5d9e5 Author: Vincent van Adrighem Date: Wed Apr 17 23:42:57 2002 +0000 Dutch translation updated by Ronald Hummelink. 2002-04-18 Vincent van Adrighem * 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 Date: Wed Apr 10 18:10:53 2002 +0000 g_File_get_contents() takes gsize, not int 2002-04-10 jacob berkman * 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 deletions(-) commit 3f171e3d021fbb397e6c31295e6e167ab038c441 Author: Stanislav Visnovsky Date: Wed Apr 10 14:16:18 2002 +0000 Updated Slovak translation. 2002-04-10 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 944 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 471 insertions(+), 477 deletions(-) commit e51d4cdad176c564f212d3940250ac37ed76e0b0 Author: Valek Frob 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 Date: Sat Apr 6 14:35:07 2002 +0000 Updated Danish translation. 2002-04-06 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 + po/da.po | 842 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 444 insertions(+), 402 deletions(-) commit f426bde68e657135d944c7ff237d3a9151de34f5 Author: Chyla Zbigniew Date: Fri Apr 5 19:47:25 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 + po/pl.po | 1050 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 532 insertions(+), 523 deletions(-) commit d008b2007614ae2b663961cf5604edfb4871303d Author: Pauli Virtanen Date: Tue Apr 2 21:32:28 2002 +0000 Updated Finnish Translation. 2002-04-03 Pauli Virtanen * fi.po: Updated Finnish Translation. po/ChangeLog | 4 + po/fi.po | 856 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 447 insertions(+), 413 deletions(-) commit 27788782962c00600b847be95a38e8e2f7dd65c0 Author: Duarte Loreto Date: Mon Apr 1 23:26:19 2002 +0000 Updated Portuguese translation. 2002-04-01 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 882 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 450 insertions(+), 436 deletions(-) commit dd5af5c757d676d1854c640f99eab1144553bbee Author: Changwoo Ryu 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 Date: Sat Mar 30 12:37:21 2002 +0000 Updated Swedish translation. 2002-03-30 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 869 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 446 insertions(+), 427 deletions(-) commit f7315e5a41f1a501ea6b6d41fcb56b5038f0b9db Author: Havoc Pennington Date: Fri Mar 29 06:27:13 2002 +0000 1.1.9 2002-03-29 Havoc Pennington * 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 Date: Thu Mar 28 19:17:25 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 +++++ po/pl.po | 39 +++++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 18 deletions(-) commit 34bcc22a252024fbe4786c10ac7c371e603fc487 Author: Changwoo Ryu 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 Date: Thu Mar 28 01:22:03 2002 +0000 Updated Portuguese translation. 2002-03-28 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 641 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 369 insertions(+), 276 deletions(-) commit 0ae813f08f71e5078d09c8cdd226aaee584f1021 Author: Christian Rose Date: Tue Mar 26 23:07:47 2002 +0000 Updated Swedish translation. 2002-03-27 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 281 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 156 insertions(+), 129 deletions(-) commit e7266037678742511740099e107124c69f5c200b Author: Stanislav Visnovsky Date: Tue Mar 26 13:07:09 2002 +0000 Updated Slovak translation. 2002-03-26 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 597 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 334 insertions(+), 267 deletions(-) commit 3f4d55fae509921e51ad10e33b9152e41982ed5f Author: Kjartan Maraas Date: Tue Mar 26 08:31:22 2002 +0000 Updated Norwegian (bokml) translation. 2002-03-26 Kjartan Maraas * 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 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 * 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 Date: Sun Mar 24 01:50:16 2002 +0000 change exit timeout to 2 minutes 2002-03-23 Havoc Pennington * 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 Date: Fri Mar 22 16:28:37 2002 +0000 change "returning exception" message to DEBUG priority 2002-03-22 Havoc Pennington * 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 deletions(-) commit 1884626ca828a27ab23a5436ee2253ecfc13e869 Author: Chyla Zbigniew Date: Fri Mar 22 15:09:21 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 +++++ po/pl.po | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) commit b63f7c33702f491ceefef6fd6c69734b44165b07 Author: Havoc Pennington 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 * 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 Date: Thu Mar 21 23:55:09 2002 +0000 fuck, Martin apparently deleted -Wall last March. 2002-03-21 Havoc Pennington * 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 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 * 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 Date: Thu Mar 21 16:30:52 2002 +0000 move schema accessors to be functions not macros. 2002-03-21 Havoc Pennington * 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 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 * 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 Date: Wed Mar 20 20:41:32 2002 +0000 Updated Finnish translation. 2002-03-20 Pauli Virtanen * fi.po: Updated Finnish translation. po/ChangeLog | 4 + po/fi.po | 585 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 326 insertions(+), 263 deletions(-) commit b2bdd37e27d6fa84e97e7ed599ee034872ee2ad5 Author: Chyla Zbigniew Date: Wed Mar 20 19:24:50 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 +++++ po/pl.po | 45 ++++++++++++++++++++++++++++++++++++++------- 2 files changed, 43 insertions(+), 7 deletions(-) commit eb4089ef63a462bb78efca1505086e58877e8f0e Author: Havoc Pennington 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 * 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 Date: Wed Mar 20 03:57:13 2002 +0000 fix bad assertion reported by lunarbard on #gnome 2002-03-19 Havoc Pennington * 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 Date: Tue Mar 19 19:25:33 2002 +0000 Updated Danish translation. 2002-03-19 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 + po/da.po | 344 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 192 insertions(+), 156 deletions(-) commit 630e24db457cac1026fa475f52e3cfdb71491fe6 Author: Kjartan Maraas Date: Sun Mar 17 20:56:23 2002 +0000 Updated Norwegian (bokml) translation. 2002-03-17 Kjartan Maraas * 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 Date: Sun Mar 17 14:37:23 2002 +0000 Updated Swedish translation. 2002-03-17 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 446 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 250 insertions(+), 200 deletions(-) commit 087fba5e2d768fe066337a2940b259b15b83aada Author: Christian Meyer 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 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 * 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 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 Date: Tue Mar 12 16:30:31 2002 +0000 Updated Norwegian (bokml) translation. 2002-03-12 Kjartan Maraas * 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 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 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, 0 insertions(+), 549 deletions(-) commit a668de52e1ba09c34e36559c4a902506689c8c9c Author: Havoc Pennington Date: Sun Mar 10 22:39:18 2002 +0000 add missing file backends/xml-test.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) commit ea4c62e39fa4c4ac16841a375abf2723ab4c4fdb Author: Havoc Pennington 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 * 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 * 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 Date: Sat Mar 9 00:10:45 2002 +0000 fix pl.po (again) 2002-03-08 jacob berkman * fix pl.po (again) po/ChangeLog | 4 ++++ po/pl.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit ce7b0fab15cf1edf36f84c41a67ba0daa622c0bf Author: Vincent van Adrighem Date: Fri Mar 8 21:56:32 2002 +0000 Dutch translation updated by Ronald Hummelink. 2002-03-08 Vincent van Adrighem * nl.po: Dutch translation updated by Ronald Hummelink. po/nl.po | 840 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 553 insertions(+), 287 deletions(-) commit 987caa7c1980ba2fa8bf99318c3591f995d3f945 Author: Andraz Tori Date: Fri Mar 8 20:42:53 2002 +0000 Updated Slovenian translation po/sl.po | 67 +++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 51 insertions(+), 16 deletions(-) commit 574559b71915bdef2f2d1720d0e5002d3b83d5fa Author: Ole Laursen Date: Fri Mar 8 20:26:52 2002 +0000 Updated Danish translation. 2002-03-08 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 +++ po/da.po | 60 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 48 insertions(+), 16 deletions(-) commit 1a4be06f07cb29f7a0528d89ea7c1a2a8a535736 Author: Chyla Zbigniew Date: Fri Mar 8 18:57:01 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 ++++ po/pl.po | 66 ++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 56 insertions(+), 15 deletions(-) commit 67c68581919499140aadf6e4b4feed4ea9c68f9e Author: Vincent van Adrighem Date: Thu Mar 7 20:51:47 2002 +0000 Massive translation update from a joint translation attempt. 2002-03-07 Vincent van Adrighem * 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 files changed, 269 insertions(+), 801 deletions(-) commit e02d1f7ec7af0fed75a6629b2ecfc796adfa8c72 Author: Stanislav Visnovsky Date: Thu Mar 7 13:23:49 2002 +0000 Updated Slovak translation. 2002-03-07 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 +++ po/sk.po | 71 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 56 insertions(+), 19 deletions(-) commit 2e031b037e41e299a575d7614d8ee9c73c7cd829 Author: Christian Rose 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 * 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(+), 0 deletions(-) commit 2666ec68823d694025821f9af4834127ef80bd49 Author: Christian Rose Date: Thu Mar 7 01:31:46 2002 +0000 Removed these scripts. They are obsoleted by intltool. 2002-03-07 Christian Rose * 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 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 Date: Tue Mar 5 13:56:36 2002 +0000 Updated German translation. po/de.po | 412 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 182 insertions(+), 230 deletions(-) commit f39db62d400bd43911afd5caede40e1f4a3a1a1b Author: Duarte Loreto Date: Mon Mar 4 22:56:09 2002 +0000 Updated Portuguese translation. 2002-03-04 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 190 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 104 insertions(+), 90 deletions(-) commit 49861324613795f42593adca60df592551ba879b Author: Hector Garcia 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 Date: Mon Mar 4 00:52:02 2002 +0000 Updated Portuguese translation. 2002-03-04 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++++ po/pt.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit b3a531a556021eb472e0e4ade7bea71d388a4fba Author: Kjartan Maraas Date: Sun Mar 3 00:57:10 2002 +0000 Updated Norwegian (bokml) translation. 2002-03-03 Kjartan Maraas * 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 Date: Fri Mar 1 13:29:27 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 +++++ po/pl.po | 53 +++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 26 deletions(-) commit 1b660a045642f6845712635cc8efd57e4deb9710 Author: Chyla Zbigniew Date: Fri Mar 1 09:54:47 2002 +0000 Updated Polish translation by GNOME PL Team po/pl.po | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) commit a57e74d549193539f3489d1201fc78db043a1655 Author: Andraz Tori Date: Thu Feb 28 23:38:52 2002 +0000 Updated Slovenian translation po/sl.po | 699 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 366 insertions(+), 333 deletions(-) commit 42972d1884f3638c06da8f16398d6c5a09c2ab9b Author: jacob berkman Date: Thu Feb 28 20:06:51 2002 +0000 fix build - correct some broken newlines. 2002-02-28 jacob berkman * 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 Date: Thu Feb 28 16:31:38 2002 +0000 Updated Polish translation by GNOME PL Team po/ChangeLog | 5 + po/pl.po | 876 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 455 insertions(+), 426 deletions(-) commit 345aa158e125720fe7826b6449c9091a5e357ebf Author: Christian Meyer 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 Date: Thu Feb 28 11:33:01 2002 +0000 Fixed Swedish translation. 2002-02-28 Christian Rose * sv.po: Fixed Swedish translation. po/ChangeLog | 4 + po/sv.po | 203 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 96 insertions(+), 111 deletions(-) commit a74e1ad9f66e65adf9aceb41a0486dd944efc687 Author: Stanislav Visnovsky Date: Thu Feb 28 10:15:23 2002 +0000 Updated Slovak translation. 2002-02-28 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 1013 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 503 insertions(+), 514 deletions(-) commit 43abd9d54467e76989bb53701d70e03453afcf61 Author: Christian Rose Date: Thu Feb 28 01:45:56 2002 +0000 Updated Swedish translation. 2002-02-28 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 326 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 198 insertions(+), 132 deletions(-) commit 6a4d90948bc14c4da152654d8134381bd782be90 Author: Havoc Pennington 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 * 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 Date: Tue Feb 26 00:32:14 2002 +0000 Updated Slovenian translation po/sl.po | 72 ++++++++++++++++++++----------------------------------------- 1 files changed, 24 insertions(+), 48 deletions(-) commit 2e9f7450e2a10f6bc6aff2aae0d18666026b3b04 Author: Ole Laursen Date: Sat Feb 23 12:59:56 2002 +0000 Updated Danish translation. 2002-02-23 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 + po/da.po | 188 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 103 insertions(+), 89 deletions(-) commit aad71231d91d4ce2b77509bc76cca23012f66d2e Author: Kjartan Maraas Date: Thu Feb 21 23:28:54 2002 +0000 Updated Norwegian (bokml) translation. 2002-02-22 Kjartan Maraas * 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 Date: Sun Feb 17 09:44:44 2002 +0000 *** empty log message *** po/zh_CN.po | 554 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 282 insertions(+), 272 deletions(-) commit 4998100d6a52c7944aa41ec254f23f24dbd46b99 Author: Jonathan Blandford Date: Sat Feb 16 06:48:29 2002 +0000 fix typo in reading args. Sat Feb 16 01:27:29 2002 Jonathan Blandford * 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 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 * 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 Date: Tue Feb 12 05:30:30 2002 +0000 version 1.1.8 2002-02-12 Havoc Pennington * 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 Date: Tue Feb 12 00:56:17 2002 +0000 Updated Norwegian (bokml) translation. 2002-02-12 Kjartan Maraas * 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 Date: Mon Feb 11 16:36:21 2002 +0000 02/11/02 updated ja.po as UTF-8 encoding. T.Aihana po/ChangeLog | 40 +- po/ja.po | 1230 ++++++++++++++++++++++------------------------------------ 2 files changed, 486 insertions(+), 784 deletions(-) commit ef553839ad8a3dc89b42f724b6559edc570a0afd Author: Jody Goldberg 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 * 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 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 * 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 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 * 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 Date: Sun Feb 10 22:56:23 2002 +0000 Added Polish translation by GNOME PL Team . 2002-02-10 Zbigniew Chyla * pl.po: Added Polish translation by GNOME PL Team . po/ChangeLog | 5 + po/pl.po | 1941 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1946 insertions(+), 0 deletions(-) commit 0d22bd112ea9d841326500e2551bada2f17f6c6f Author: Zbigniew Chyla Date: Sun Feb 10 22:54:31 2002 +0000 Added pl (Polish). 2002-02-10 Zbigniew Chyla * configure.in (ALL_LINGUAS): Added pl (Polish). ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit f7e463dc1ae18bc069b7cac3b8621c3ba219e8f2 Author: Pauli Virtanen Date: Sat Feb 9 21:45:04 2002 +0000 Updated Finnish translation and converted it to UTF-8. 2002-02-09 Pauli Virtanen * 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 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 * 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 Date: Thu Feb 7 21:13:57 2002 +0000 don't install gconftool symlink 2002-02-07 jacob berkman * 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 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 * 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 Date: Tue Feb 5 20:53:59 2002 +0000 move (gconf_debug_shutdown) out of the internals guard - doh. 2002-02-05 Michael Meeks * 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 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 * 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 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 * 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 deletions(-) commit 13a4f372c97cd97bd2993cedaef24bbcd86dfaa4 Author: Havoc Pennington Date: Sat Feb 2 03:34:53 2002 +0000 include the *.sh scripts 2002-02-01 Havoc Pennington * 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 Date: Sat Feb 2 01:08:59 2002 +0000 move the complicated enum rules into small shell scripts 2002-02-01 Havoc Pennington * 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 Date: Sat Feb 2 00:50:02 2002 +0000 Updated Norwegian (bokml) translation. 2002-02-02 Kjartan Maraas * 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 Date: Thu Jan 31 20:37:27 2002 +0000 Updated Danish translation. 2002-01-31 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 4 ++ po/da.po | 151 +++++++++++++++++++--------------------------------------- 2 files changed, 53 insertions(+), 102 deletions(-) commit 990062696ab603d16381bdc9e77998b586f3536e Author: Duarte Loreto Date: Thu Jan 31 00:29:43 2002 +0000 Updated Portuguese translation. 2002-01-30 Duarte Loreto * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 764 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 415 insertions(+), 353 deletions(-) commit cc435f9d8f590596d78cd069eef014c5d23903c0 Author: Stanislav Visnovsky Date: Wed Jan 30 14:21:54 2002 +0000 Updated Slovak translation. 2002-01-30 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 ++ po/sk.po | 122 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 63 insertions(+), 63 deletions(-) commit 48e5cd92509a186ae041f227b71c940b91b89739 Author: Takayuki KUSANO 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 Date: Tue Jan 29 10:06:25 2002 +0000 warning cleans. (impl_ConfigDatabase3_add_listener_with_properties): init 2002-01-28 Michael Meeks * 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 * 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 Date: Mon Jan 28 22:40:07 2002 +0000 Updated Norwegian (bokml) translation. 2002-01-28 Kjartan Maraas * 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 Date: Mon Jan 28 15:39:44 2002 +0000 Updated popt URL ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 74ac0c24d749e4f1794a06f1152aa35a86315607 Author: Roy-Magne Mo 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 Date: Mon Jan 28 02:24:55 2002 +0000 Converted to UTF-8. 2002-01-28 Christian Rose * 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 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 * 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 Date: Sat Jan 26 22:35:47 2002 +0000 Updated Slovenian translation po/sl.po | 734 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 417 insertions(+), 317 deletions(-) commit 7cd072026a4ad0787a07f6d8607bb81dcff98e5f Author: Andraz Tori Date: Sat Jan 26 19:59:26 2002 +0000 Updated Slovenian translation po/sl.po | 62 +++++++++++++++++++------------------------------------------- 1 files changed, 19 insertions(+), 43 deletions(-) commit 145ad7b6ae338c19fc38869911c9bc85d41a8efb Author: Kjartan Maraas Date: Sat Jan 26 13:07:08 2002 +0000 Updated Norwegian (bokml) translation. 2002-01-26 Kjartan Maraas * 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 Date: Thu Jan 24 18:57:53 2002 +0000 Updated Danish translation. 2002-01-24 Ole Laursen * da.po: Updated Danish translation. po/ChangeLog | 6 +- po/da.po | 1165 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 640 insertions(+), 531 deletions(-) commit 8daf05fb80fc71bf4401bebda6e13a0309a1e8dc Author: Havoc Pennington 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 * 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 Date: Tue Jan 22 13:12:52 2002 +0000 Updated Slovak translation. 2002-01-22 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 605 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 323 insertions(+), 286 deletions(-) commit f0d63dbe8a47f0f22e6d5c79def5d1684ddf998c Author: Christian Rose Date: Thu Jan 17 04:03:40 2002 +0000 Updated Swedish translation. 2002-01-17 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 684 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 362 insertions(+), 326 deletions(-) commit 2097487eb5b8bf82c6b993a033f348202514e581 Author: Anders Carlsson Date: Wed Jan 16 23:27:27 2002 +0000 Plug a leak. 2002-01-16 Anders Carlsson * 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 Date: Tue Jan 15 03:29:59 2002 +0000 remove some removed files 2002-01-14 jacob berkman * 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 Date: Tue Jan 15 02:01:07 2002 +0000 fix to handle root dir 2002-01-14 Havoc Pennington * 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 Date: Mon Jan 14 19:41:24 2002 +0000 fix segfault on missing entry 2002-01-14 Havoc Pennington * 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 Date: Sun Jan 13 04:41:02 2002 +0000 remove unused variable, fix from Markus Bertheau 2002-01-12 Havoc Pennington * 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 Date: Sun Jan 13 04:33:57 2002 +0000 Sorted and added missing files. Updated Swedish translation. 2002-01-13 Christian Rose * 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 Date: Fri Jan 11 13:41:30 2002 +0000 Updated Slovak translation. 2002-01-11 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 591 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 298 insertions(+), 297 deletions(-) commit 3c30ac160d06fe32bad55ed9e2cf0152509fbffb Author: Havoc Pennington Date: Fri Jan 11 04:05:01 2002 +0000 version to 1.1.6 (GCONF_REVISION): increment 2002-01-10 Havoc Pennington * 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 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 Date: Tue Jan 8 12:25:18 2002 +0000 kill unused subdir_cache. (dir_sync): move incorrect assertion. 2002-01-08 Mark McLoughlin * 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 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 * 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 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 Date: Sat Jan 5 20:21:34 2002 +0000 return bool for whether the value in the cache changed 2002-01-05 Havoc Pennington * 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 Date: Fri Jan 4 23:09:38 2002 +0000 allow preloading directories that are below directories being monitored, 2002-01-04 Havoc Pennington * 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 Date: Fri Jan 4 17:52:33 2002 +0000 support storing names of clients and new ConfigDatabase3 2002-01-04 Havoc Pennington * 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 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 * 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(+), 0 deletions(-) commit 0d1719a89dd71c6a01d69479d3ca597f1befdbaf Author: Havoc Pennington Date: Thu Jan 3 20:50:53 2002 +0000 honor GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to do nothing for 2002-01-03 Havoc Pennington * 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 deletions(-) commit 3c391c29c10f20a077bb9ee7673fdce39f133af6 Author: Havoc Pennington 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 * 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 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 * 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 Date: Wed Dec 26 19:26:40 2001 +0000 Updated charset. po/ChangeLog | 4 ++++ po/tr.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 74cce77b20a578b569dd415890164ffd5c772ae5 Author: Fatih Demir 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 Date: Sat Dec 22 02:58:11 2001 +0000 Added portuguese (pt) to ALL_LINGUAS 2001-12-22 Duarte Loreto * 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 deletions(-) commit 2046a3c47fa1b3e8e950457f21ab1cdfbfb9e601 Author: Christian Rose Date: Wed Dec 19 21:04:31 2001 +0000 Updated Swedish translation. Added *.pot. 2001-12-19 Christian Rose * 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 Date: Wed Dec 19 19:06:01 2001 +0000 routine update po/az.po | 660 +++++++++++++------------------------------------------------- 1 files changed, 136 insertions(+), 524 deletions(-) commit 0a7d8540654313b0482f705e68b4470165511a9b Author: Havoc Pennington 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 * 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 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 deletions(-) commit 6d3c7eec2a2253504d7349d3dbfe3798714aeebc Author: Darin Adler 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(+), 0 deletions(-) commit 1fac52cee0623af407b9566411f24905eda28719 Author: Darin Adler 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 deletions(-) commit 5e6e7c6cdf5c7241b65d2c072bfbf2f3ceed0142 Author: Christian Rose Date: Sat Dec 15 14:30:25 2001 +0000 Updated Swedish translation. 2001-12-15 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 237 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 141 insertions(+), 100 deletions(-) commit 8f1317a1d1a077553b6f9341b0dcbadecddb75d2 Author: Kjartan Maraas Date: Thu Dec 13 19:29:52 2001 +0000 Updated Norwegian (bokml) translation. 2001-12-13 Kjartan Maraas * 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 Date: Thu Dec 13 13:16:05 2001 +0000 Updated Slovak translation. 2001-12-13 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 253 +++++++++++++++++++++++++++------------------------------- 2 files changed, 123 insertions(+), 134 deletions(-) commit 676f64e7fa768f227e2ea55ccc743b5a3dea1bb8 Author: Havoc Pennington Date: Tue Dec 11 23:30:39 2001 +0000 fix this fix spelling in log message 2001-12-11 Havoc Pennington * 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 Date: Tue Dec 11 20:39:31 2001 +0000 use CORBA_Object_non_existent() instead of ConfigListener_ping use 2001-12-11 Havoc Pennington * 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 Date: Tue Dec 11 20:28:23 2001 +0000 formatting gconf/gconftool.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 524b3f75f47f942aa7ad6e68aa148f06b4dc2df6 Author: Havoc Pennington 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 * 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 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 * 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 Date: Tue Dec 11 14:45:58 2001 +0000 Updated Slovak translation. 2001-12-11 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 365 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 205 insertions(+), 164 deletions(-) commit 65a15fdc2b77f84069a1985b29b899a02c88b6b1 Author: Jonathan Blandford 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 * 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 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 * 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 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 Date: Sun Dec 9 01:18:34 2001 +0000 fix some warnings 2001-12-08 Havoc Pennington * 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 Date: Sat Dec 8 20:25:33 2001 +0000 take const arg 2001-12-08 Havoc Pennington * 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 Date: Sat Dec 8 16:51:57 2001 +0000 Updated Swedish translation. 2001-12-08 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 255 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 138 insertions(+), 121 deletions(-) commit 3b0592333d762cb622266ca0791c22ec500311a1 Author: Havoc Pennington Date: Fri Dec 7 04:49:43 2001 +0000 disable deprecated examples/basic-gconf-app.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 1622d021b599cc3ea16179f81e51a7bf00a3b3af Author: Havoc Pennington Date: Fri Dec 7 04:42:43 2001 +0000 fix up check for gettext to do glib-gettext instead 2001-12-06 Havoc Pennington * 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.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 +- 13 files changed, 1373 insertions(+), 777 deletions(-) commit 0bfea60355648ed04251df842a9d9ee0f8756e82 Author: Havoc Pennington Date: Tue Dec 4 22:17:09 2001 +0000 improve error 2001-12-04 Havoc Pennington * 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 Date: Tue Dec 4 21:52:23 2001 +0000 add an explicit dependency on the built files 2001-12-04 jacob berkman * gconf/Makefile.am: add an explicit dependency on the built files ChangeLog | 4 ++++ gconf/Makefile.am | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 5f02248c5221bd3c31c27378e5deb213aa021d5a Author: Kjartan Maraas Date: Tue Dec 4 09:28:27 2001 +0000 Updated Norwegian (bokml) translation. Added gconf-schema.c. 2001-12-04 Kjartan Maraas * 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 Date: Mon Dec 3 15:45:49 2001 +0000 oops, s/ulong_t/gulong/ 2001-12-03 Laszlo Peter * 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 Date: Mon Dec 3 15:15:03 2001 +0000 fix memory alignment problem on Solaris. 2001-12-02 Laszlo Peter * 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 Date: Sun Dec 2 19:53:36 2001 +0000 Updated Swedish translation. 2001-12-02 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) commit 1cf2e0acc108809e4082aeab9633a315943d4595 Author: Havoc Pennington 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 * 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 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 Date: Mon Nov 26 19:48:54 2001 +0000 version to 1.1.5 2001-11-26 Havoc Pennington * configure.in: version to 1.1.5 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 90e6cfc4711bd130bf842c0eaf96fbf10048e81d Author: Andraz Tori Date: Sun Nov 25 02:19:29 2001 +0000 Updated Slovenian translation po/sl.po | 68 ++++++++++++++++++++++++++++--------------------------------- 1 files changed, 31 insertions(+), 37 deletions(-) commit 01a9b9ae707d7905cc51d776eb8f1a15ba2a928b Author: Owen Taylor Date: Tue Nov 20 20:38:25 2001 +0000 Remove extraneous gobject/* includes. Tue Nov 20 15:37:58 2001 Owen Taylor * 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 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 * 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 deletions(-) commit dd426c62f9f93923772474bfbe328eef62d523e9 Author: Kjartan Maraas Date: Wed Nov 14 14:57:49 2001 +0000 Updated Norwegian (bokml) translation. 2001-11-14 Kjartan Maraas * 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 Date: Sun Nov 11 11:18:49 2001 +0000 Updated Slovak translation. 2001-11-11 Stanislav Visnovsky * 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 Date: Fri Nov 9 00:39:22 2001 +0000 Updated Brazilian Portuguese translation. 2001-11-08 Gustavo Maciel Dias Vieira * 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 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 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 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 Date: Fri Nov 2 00:21:56 2001 +0000 Updated Slovenian translation po/sl.po | 45 ++++++++++++++++++--------------------------- 1 files changed, 18 insertions(+), 27 deletions(-) commit fcdc46222aecc7e1cd0a8dd249fe75431de758c6 Author: Havoc Pennington 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 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 * 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 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 * 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 Date: Thu Nov 1 02:28:18 2001 +0000 add --recursive-unset command line option 2001-10-31 Havoc Pennington * gconf/gconftool.c: add --recursive-unset command line option ChangeLog | 4 ++ gconf/gconftool.c | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 0 deletions(-) commit aad41602641b2aba2c47d76992b8c605576ffc22 Author: Chyla Zbigniew 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 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(+), 0 deletions(-) commit df6f16b9a159e51d89ed5ca6fddc513201568e0e Author: Jacob Berkman 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 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 Date: Tue Oct 16 18:29:12 2001 +0000 updated installation paths 2001-10-16 Ross Golder * gconf.spec.in: updated installation paths ChangeLog | 8 ++++---- gconf.spec.in | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) commit 965f491ad6fb645110aef0985d360c1d52ee32f4 Author: Havoc Pennington 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 * 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 Date: Mon Oct 15 18:00:48 2001 +0000 remove generated file from CVS doc/gconf/gconf-decl.txt | 4065 ---------------------------------------------- 1 files changed, 0 insertions(+), 4065 deletions(-) commit 90cdd590bc3fefe91add74ff689acadc5429fa44 Author: Ross Golder 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 Date: Sun Oct 14 19:46:19 2001 +0000 Updated Swedish translation. 2001-10-14 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 1150 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 603 insertions(+), 551 deletions(-) commit d953dd3784be6260159ea1b26ed1f07b9259c529 Author: Havoc Pennington 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 Date: Sun Oct 14 17:29:08 2001 +0000 bump version, increment GCONF_CURRENT due to API additions 2001-10-14 Havoc Pennington * 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 Date: Sun Oct 14 00:03:38 2001 +0000 Updated Brazilian Portuguese translation. 2001-10-13 Gustavo Maciel Dias Vieira * 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 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 Date: Sat Oct 13 16:54:42 2001 +0000 More updates. 2001-10-13 Stanislav Visnovsky * sk.po: More updates. po/ChangeLog | 4 + po/sk.po | 175 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 106 insertions(+), 73 deletions(-) commit 366d33f6ae0e162a166379c02689777d118d0784 Author: Jaka Mocnik 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 * 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 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 Date: Sat Oct 13 00:16:14 2001 +0000 Merge from stable. 2001-10-12 Havoc Pennington 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 Date: Fri Oct 12 23:56:55 2001 +0000 Merge from stable. 2001-10-12 Havoc Pennington 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 Date: Fri Oct 12 20:17:13 2001 +0000 Merging from stable. 2001-10-12 Havoc Pennington 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 Date: Fri Oct 12 16:42:21 2001 +0000 Updated Slovak translation. 2001-10-12 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 701 +++++++++++++++++++++++++--------------------------------- 2 files changed, 308 insertions(+), 397 deletions(-) commit d60a041aea1ebfa9b188372e60116e3baf01c05e Author: Christophe Merlet 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 Date: Thu Oct 11 20:43:18 2001 +0000 add test for the key escaper/unescaper thingy 2001-10-11 Havoc Pennington * 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 deletions(-) commit 09139ec824be334d63a435034ce479d60fbc611d Author: Havoc Pennington 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 * 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 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 files changed, 615 insertions(+), 675 deletions(-) commit 30b9df6ec5254e20b6225718e2ea8d0e74462a7f Author: Havoc Pennington 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 * 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 Date: Thu Oct 4 18:48:22 2001 +0000 remove an extra warning 2001-10-04 Havoc Pennington * 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 Date: Thu Oct 4 18:40:26 2001 +0000 include strerror in the error message on lock failure 2001-10-04 Havoc Pennington * 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 Date: Sun Sep 30 23:27:18 2001 +0000 fix deprecated guard. 2001-10-01 Michael Meeks * 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 Date: Sat Sep 29 18:48:03 2001 +0000 closed a comment. 2001-09-29 Carlos Perell Marn * gconf/gconf.h (GCONF_DISABLE_DEPRECATED): closed a comment. ChangeLog | 4 ++++ gconf/gconf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 36bcc3665168f50f9f260e0641951b9ac5c133fb Author: Hector Garcia 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 Date: Fri Sep 28 18:31:48 2001 +0000 fix write_byte_fd to always be initialized 2001-09-28 Havoc Pennington * 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 * 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 | 139 ++----- gconf/gconftool.c | 11 - tests/testactivationraces.sh | 28 ++ 16 files changed, 843 insertions(+), 568 deletions(-) commit 59446e32f33e23b2c1395a9567455b9319e8162d Author: Valek Frob 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 Date: Thu Sep 27 17:59:49 2001 +0000 srcdir != builddir fixage 2001-09-27 Havoc Pennington * 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 Date: Thu Sep 27 17:49:17 2001 +0000 look for orbit-idl-2 using pkg-config 2001-09-27 Havoc Pennington * 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 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 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 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 * 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 Date: Wed Sep 19 14:47:33 2001 +0000 Updated Norwegian (bokml) translation. 2001-09-19 Kjartan Maraas * 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 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 Date: Tue Sep 18 23:24:39 2001 +0000 Updated Brazilian Portuguese translation. 2001-09-18 Gustavo Maciel Dias Vieira * 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 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 Date: Mon Sep 3 13:49:04 2001 +0000 Updated Slovak translation. 2001-09-03 Stanislav Visnovsky * sk.po: Updated Slovak translation. po/ChangeLog | 4 + po/sk.po | 1244 +++++++++++++++++++++++++++------------------------------- 2 files changed, 590 insertions(+), 658 deletions(-) commit 941ff1425e14302dce62db4c2ff43d288731b95d Author: Yanko Kaneti 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 Date: Tue Aug 28 13:29:17 2001 +0000 Merge from stable. 2001-08-28 Yanko Kaneti