# Generate by configure. Do not edit. commit 9b55995e674377ea74e529bab5dd7a077c9c9b0e Author: Emmanuele Bassi Date: Mon Sep 27 23:49:42 2010 +0100 Release 2.32.0 NEWS | 36 ++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 38 insertions(+), 2 deletions(-) commit 6db6387a56b1bb839570929e49eb3ff7dbd8be72 Author: Emmanuele Bassi Date: Mon Sep 27 23:50:22 2010 +0100 build: Fix name of COPYING.libs Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0bc8c026e1a22f0fd7e6643cfe25b4f01535aa10 Author: Emmanuele Bassi Date: Mon Sep 27 23:49:20 2010 +0100 build: Fix build without Shave mate-dictionary/libgdict/Makefile.am | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) commit e697c755c49fede078e158e6ccbf9d2ada8085ed Author: Lucian Adrian Grijincu Date: Fri Sep 24 22:21:49 2010 +0300 Updated Romanian translation po/ro.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c9f8d381538e5f3a6777deb34e3caf0020df4077 Author: Takayuki KUSANO Date: Fri Sep 24 02:10:52 2010 +0900 Updated Japanese translation (symbolic link related) po/ja.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 54ada3fb6cf258688e44fc0ac3b31cb2ca7c98bd Author: Khaled Hosny Date: Thu Sep 23 15:20:36 2010 +0300 Updated Arabic translation po/ar.po | 3102 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1751 insertions(+), 1351 deletions(-) commit decb87788c52d029b2966fa3d599c29f8640fbf9 Author: Runa Bhattacharjee Date: Wed Sep 22 14:13:11 2010 +0530 Corrected another typo for the mate-search tool po/bn_IN.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 9b967d5eb3409e0a259f400fbba5370f43c087bb Author: Runa Bhattacharjee Date: Wed Sep 22 14:02:42 2010 +0530 Corrected a typo in Bengali India Translation po/bn_IN.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3acc8bfef13a8a19c0d53af09bfe1de3b549b96c Author: Pavol Klačanský Date: Mon Sep 20 13:09:33 2010 +0200 Updated Slovak translation po/sk.po | 2430 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 1046 insertions(+), 1384 deletions(-) commit 60f8139894fc12b536c3838f9c3bce46b18ca407 Author: Takayuki KUSANO Date: Mon Sep 20 18:18:40 2010 +0900 Updated Japanese translation po/ja.po | 562 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 282 insertions(+), 280 deletions(-) commit d26721eca8d0d8e29e1666f3048f2401e982312b Author: Gheyret Kenji Date: Mon Sep 20 05:46:02 2010 +0000 Add Uighur (ug) translation. po/LINGUAS | 1 + po/ug.po | 3350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3351 insertions(+), 0 deletions(-) commit f36030dae090867666aee4529261fa20f11404f8 Author: Benjamin Otte Date: Wed Sep 1 14:57:13 2010 +0200 logview: Fix warnings from -Wall logview/logview-app.c | 1 - logview/logview-filter-manager.c | 1 - logview/logview-filter.c | 1 - logview/logview-findbar.c | 4 +- logview/logview-loglist.c | 1 - logview/logview-main.c | 1 - logview/logview-manager.c | 2 +- logview/logview-prefs.c | 2 - logview/logview-window.c | 59 +------------------------------------ 9 files changed, 5 insertions(+), 67 deletions(-) commit d554625fa8e7334718506453178945b52cd59992 Author: Benjamin Otte Date: Wed Sep 1 14:10:51 2010 +0200 gdict: Fix compiler warnings from -Wall https://bugzilla.mate.org/show_bug.cgi?id=628499 mate-dictionary/src/gdict-applet.c | 22 ---------------------- mate-dictionary/src/gdict-common.c | 1 + mate-dictionary/src/gdict-pref-dialog.c | 1 - mate-dictionary/src/gdict-sidebar.c | 1 - mate-dictionary/src/gdict-source-dialog.c | 17 +---------------- mate-dictionary/src/gdict-window.c | 9 --------- 6 files changed, 2 insertions(+), 49 deletions(-) commit 380fa319f19dd6f65144668970fa417c8d18948a Author: Benjamin Otte Date: Wed Sep 1 14:05:38 2010 +0200 baobab: Fix compiler warnings from -Wall Seriously, people... https://bugzilla.mate.org/show_bug.cgi?id=628499 baobab/src/baobab-cell-renderer-progress.c | 2 +- baobab/src/baobab-chart.c | 35 ++++++++++++--------------- baobab/src/baobab-prefs.c | 1 + baobab/src/baobab-remote-connect-dialog.c | 2 - baobab/src/baobab-ringschart.c | 3 +- baobab/src/baobab-scan.c | 1 - baobab/src/baobab-treemap.c | 2 - baobab/src/baobab-utils.c | 3 +- baobab/src/baobab.c | 2 +- 9 files changed, 21 insertions(+), 30 deletions(-) commit deca32637589e02df751a08292a308c27d8b3ab4 Author: Benjamin Otte Date: Wed Sep 1 13:57:57 2010 +0200 screenshot: Don't draw directly to the root window Instead, create a GtkWindow to draw the selected area with. As a side effect, the selected area looks much nicer and not like 1995 anymore. Also, the code doesn't use deprecated APIs anymore. https://bugzilla.mate.org/show_bug.cgi?id=628499 mate-screenshot/screenshot-utils.c | 174 +++++++++++++++++++++++------------ 1 files changed, 117 insertions(+), 57 deletions(-) commit db97a45a4c56cdafdeadfb042215ecf69809723b Author: Benjamin Otte Date: Wed Sep 1 13:57:40 2010 +0200 screenshot: Draw preview widget with Cairo https://bugzilla.mate.org/show_bug.cgi?id=628499 mate-screenshot/screenshot-dialog.c | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) commit e0786993fe9e506bdac4ab6d13247d15d4d0b479 Author: Benjamin Otte Date: Wed Sep 1 13:55:11 2010 +0200 logview: Use gtk_widget_set_can_focus Replaces previous usage of GTK_WIDGET_SET_FLAGS() and makes code sealing-safe. https://bugzilla.mate.org/show_bug.cgi?id=628499 logview/logview-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 653e571312ea1c3250d59ee3f5c4ca8d990ab6e4 Author: Benjamin Otte Date: Wed Sep 1 13:54:15 2010 +0200 gsearchtool: Use gtk_widget_set_can_default() Replaces previous usage of GTK_WIDGET_SET_FLAGS() and makes code sealing-safe. https://bugzilla.mate.org/show_bug.cgi?id=628499 gsearchtool/gsearchtool-callbacks.c | 6 +++--- gsearchtool/gsearchtool.c | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) commit 956820bfc02d55c47a92341045950f93155298ae Author: Benjamin Otte Date: Wed Sep 1 13:52:51 2010 +0200 screenshot: Fix compiler warnings https://bugzilla.mate.org/show_bug.cgi?id=628499 mate-screenshot/mate-screenshot.c | 4 +--- mate-screenshot/screenshot-xfer.c | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) commit 7f5956bb146237fb11ba6d00d1f8919183a3f1e0 Author: Emmanuele Bassi Date: Tue Aug 31 13:04:23 2010 +0100 Add COPYING files The applications are released undef GPLv2+; the libraries are released under LGPLv2.1+. https://bugzilla.mate.org/show_bug.cgi?id=628386 COPYING | 340 +++++++++++++++++++++++++++++++++++++++ COPYING-DOCS | 355 ----------------------------------------- COPYING.docs | 355 +++++++++++++++++++++++++++++++++++++++++ COPYING.libs | 504 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 4 +- 5 files changed, 1202 insertions(+), 356 deletions(-) commit e055a83e6226d6359a7ed3d57dfaaa12831891b6 Author: Paolo Borelli Date: Sun Aug 29 19:36:43 2010 +0200 Get rid of the g_fs global and some other code cleanup baobab/src/baobab-scan.h | 1 - baobab/src/baobab-treeview.c | 8 ++-- baobab/src/baobab-utils.c | 64 ++++++--------------------------- baobab/src/baobab-utils.h | 4 +-- baobab/src/baobab.c | 80 ++++++++++++++++++++++++++++------------- baobab/src/baobab.h | 22 ++++++------ 6 files changed, 81 insertions(+), 98 deletions(-) commit c7ce9327801d91f13a547da17f21e5c1d65cf59c Author: Ivar Smolin Date: Fri Aug 27 02:45:43 2010 +0300 [l10n] Updated Estonian translation po/et.po | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 039ab211cc5a84f983b78914e33b8f24c54718a0 Author: Matej Urbančič Date: Sat Aug 14 20:25:57 2010 +0200 Updated Slovenian translation po/sl.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8608c903e3666cfd65b52d2a0b804ffa625b20ad Author: Matej Urbančič Date: Sat Aug 14 20:21:41 2010 +0200 Updated Slovenian translation po/sl.po | 7119 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 3560 insertions(+), 3559 deletions(-) commit 8e30270d84f37da607e5ec3a6aa058148c7c7433 Author: Adrian Guniš Date: Fri Aug 13 11:02:15 2010 +0200 Updated Czech translation po/cs.po | 520 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 260 insertions(+), 260 deletions(-) commit 4e70b1fe866bc5b93d40ba61de48d550747aeed9 Author: Hideki Yamane (Debian-JP) Date: Thu Aug 12 15:12:06 2010 +0900 Updated Japanese translation. po/ja.po | 683 ++++++++++++++++--------------------------------------------- 1 files changed, 179 insertions(+), 504 deletions(-) commit fe9ea911548f6d32589406a92180e5cb025be1d5 Author: Andika Triwidada Date: Fri Aug 6 18:24:58 2010 +0700 Updated Indonesian translation po/id.po | 192 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 86 insertions(+), 106 deletions(-) commit 57d2733dbd84c270c9ac81f6fd5b18140e69561e Author: Vincent Untz Date: Thu Aug 5 10:40:29 2010 +0200 [release] post-release bump to 2.31.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0a9e91048c78cf4bb5ecade9884526a6452b89bd Author: Vincent Untz Date: Thu Aug 5 10:40:15 2010 +0200 [release] 2.31.1 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ README | 4 ++-- 2 files changed, 42 insertions(+), 2 deletions(-) commit ab9a961294f80f869f167b289904e190b201c0ed Author: Lucian Adrian Grijincu Date: Sun Aug 1 21:02:37 2010 +0300 po: Updated Romanian translation po/ro.po | 846 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 537 insertions(+), 309 deletions(-) commit fd714e08173e77b7f6b33309464ca7e80e0447e6 Author: Paolo Borelli Date: Mon Jul 26 14:42:15 2010 +0200 Sync mateconf when closing the dialog. Bug 625308. baobab/src/baobab-prefs.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b3fa8eb08785e746761370622ba0614f1b22dd5f Author: Paolo Borelli Date: Sat Jul 24 22:13:26 2010 +0200 Use baobab namespace for public functions baobab/src/baobab-scan.c | 4 ++-- baobab/src/baobab.c | 30 ++++++++++++++---------------- baobab/src/baobab.h | 10 ++++------ baobab/src/callbacks.c | 8 ++++---- 4 files changed, 24 insertions(+), 28 deletions(-) commit 74d1264526509267a081e8d1e95c8c347845bd1b Author: Paolo Borelli Date: Sat Jul 24 22:02:09 2010 +0200 Store current location in the app struct baobab/src/baobab.c | 29 +++++++++++++++-------------- baobab/src/baobab.h | 2 ++ 2 files changed, 17 insertions(+), 14 deletions(-) commit a838a02b4870c830482818bcc2c4a4fbab03b8fe Author: Paolo Borelli Date: Sat Jul 24 21:56:50 2010 +0200 Move monitors inside the main app struct baobab/src/baobab-prefs.c | 4 +- baobab/src/baobab.c | 187 ++++++++++++++++++++++++--------------------- baobab/src/baobab.h | 4 +- 3 files changed, 104 insertions(+), 91 deletions(-) commit 39f82acb1fabff9e59cff23033d5bcaf176d2585 Author: Paolo Borelli Date: Sat Jul 24 21:32:51 2010 +0200 Remove trailing whitespace baobab/src/baobab.c | 58 +++++++++++++++++++++++++------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) commit 87110f4f5b784d19071ec77885c6063a93f48f7e Author: Paolo Borelli Date: Sat Jul 24 21:29:36 2010 +0200 Remove old var not used anymore baobab/src/baobab.c | 6 +----- baobab/src/baobab.h | 1 - 2 files changed, 1 insertions(+), 6 deletions(-) commit 485a6f9b77cde9d435480179a28017a985dc3510 Author: Paolo Borelli Date: Sat Jul 24 21:25:35 2010 +0200 Rename application struct baobab/src/baobab.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit e76369c680154c27afd2bc90fec89f02dfe57d7e Author: Paolo Borelli Date: Sat Jul 24 21:21:37 2010 +0200 Cleanup chart context menu baobab/src/baobab.c | 71 +++++++++++++++++++++++++++++++++++++++++------- baobab/src/baobab.h | 20 +++++++------- baobab/src/callbacks.c | 52 ----------------------------------- baobab/src/callbacks.h | 3 -- 4 files changed, 71 insertions(+), 75 deletions(-) commit a4370d577b648b335f576c55a7f967ffeebd39b2 Author: Paolo Borelli Date: Sat Jul 24 20:39:34 2010 +0200 No need to use connect_after baobab/src/baobab-prefs.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 0394735ae3b2c318c72af90f42173a612888bba8 Author: Paolo Borelli Date: Sat Jul 24 16:58:29 2010 +0200 White space fixes baobab/src/callbacks.c | 164 +++++++++++++++++++++++++---------------------- 1 files changed, 87 insertions(+), 77 deletions(-) commit 148c2363536de23de8a154fdd907cf624d11df61 Author: Paolo Borelli Date: Sat Jul 24 16:45:08 2010 +0200 More consistent defines for the prefs keys baobab/src/baobab-prefs.c | 4 ++-- baobab/src/baobab.c | 18 +++++++++--------- baobab/src/baobab.h | 13 ++++++------- 3 files changed, 17 insertions(+), 18 deletions(-) commit 45ea2e0540a8b888bf15dde31c3e3eb2b36559b3 Author: Paolo Borelli Date: Sat Jul 24 15:42:11 2010 +0200 Connect to the notification of the monitor home pref baobab/src/baobab-prefs.c | 12 ++++++++---- baobab/src/baobab.c | 21 +++++++++++++++++---- baobab/src/baobab.h | 2 +- 3 files changed, 26 insertions(+), 9 deletions(-) commit 1307278324f73a746a4c51795acc26942c589ca7 Author: Paolo Borelli Date: Sat Jul 24 15:29:16 2010 +0200 Remove leftover defines baobab/src/baobab.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 5554d6657d4154fa3f539ccc925848f73ea358df Author: Paolo Borelli Date: Sat Jul 24 15:23:10 2010 +0200 Rename function baobab/src/baobab-prefs.c | 2 +- baobab/src/baobab-prefs.h | 2 +- baobab/src/callbacks.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 958ba3d7f66550588f3dbbb270b485c91a772098 Author: Paolo Borelli Date: Sat Jul 24 15:20:59 2010 +0200 Move enum in the C file baobab/src/baobab-prefs.c | 11 +++++++++++ baobab/src/baobab-prefs.h | 13 ------------- 2 files changed, 11 insertions(+), 13 deletions(-) commit 1b8baa20c7ef5c273e37f5d4b72b4a020bd3eafb Author: Paolo Borelli Date: Sat Jul 24 14:04:20 2010 +0200 Tidy up the prefs dialog code Remove global variables, reorder code, etc baobab/src/baobab-prefs.c | 348 ++++++++++++++++++--------------------------- 1 files changed, 139 insertions(+), 209 deletions(-) commit 2b29fe3a233ee4bcb71a61c862dfb5d84f95e6c2 Author: Paolo Borelli Date: Sat Jul 24 12:05:32 2010 +0200 Fix up indentation a bit baobab/src/baobab-prefs.c | 46 ++++++++++++++++++++++---------------------- 1 files changed, 23 insertions(+), 23 deletions(-) commit e940c8d71f312b7b87c128a47685da45256c22ed Author: Paolo Borelli Date: Sat Jul 24 12:04:43 2010 +0200 Move mateconf notifications functions all in the same place baobab/src/baobab-prefs.c | 24 -------------------- baobab/src/baobab-prefs.h | 5 ---- baobab/src/baobab.c | 53 ++++++++++++++++++++++++++++++++------------ 3 files changed, 38 insertions(+), 44 deletions(-) commit 7dbc46cf8c2397203468d9bb110601e282826964 Author: Thomas Hindoe Paaboel Andersen Date: Thu Jul 15 00:28:43 2010 +0200 Port to GtkSpinner MATE bug #612485 baobab/src/Makefile.am | 2 - baobab/src/baobab.c | 20 +- baobab/src/gedit-spinner.c | 989 -------------------------------------------- baobab/src/gedit-spinner.h | 95 ----- configure.ac | 2 +- 5 files changed, 11 insertions(+), 1097 deletions(-) commit 2126626d7647514b51cc612f35def8c1fc2ba0c0 Author: Fran Diéguez Date: Tue Jul 20 13:45:20 2010 +0200 Added initial Galician translations po/gl.po | 195 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 98 insertions(+), 97 deletions(-) commit 0d8a960a2c16f3cd6e2b760a67ee60a265d14f8b Author: krishnababu k Date: Mon Jul 19 19:05:02 2010 +0530 Updated Telugu Translations po/te.po | 534 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 297 insertions(+), 237 deletions(-) commit e43ad4d0711a1a41b0932e6b368d29f9f3d80f54 Author: Neil Roberts Date: Sun May 30 16:02:00 2010 +0100 configure: Check for shape.h if the xext is available instead of if not Previously the configure script would only check for the shape.h header if the xext pkg-config package is *not* available. This meant that mate-screenshot would only use the shape extension if the xext package isn't installed which doesn't make much sense. Presumably the intention was to check for the package and then check for the header so that the shape extension is only used if both are available. This patch fixes it to do that. https://bugzilla.mate.org/show_bug.cgi?id=620100 configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit a3a21150ce2afcbbae1d42f7183d16165963f2f8 Author: Alan Monfort Date: Sun Jul 11 18:35:16 2010 +0200 Updated Breton translation po/br.po | 3517 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1805 insertions(+), 1712 deletions(-) commit 2803defc99a265f994823f19ea9b2da48e0e5100 Author: Thomas Hindoe Paaboel Andersen Date: Wed Jun 23 01:10:44 2010 +0200 Fix GSEAL issues MATE bug #612485 Signed-off-by: Javier Jardón baobab/src/baobab-cell-renderer-progress.c | 42 ++++++++++------ baobab/src/baobab-chart.c | 74 ++++++++++++++++------------ baobab/src/baobab-ringschart.c | 38 +++++++++------ baobab/src/baobab.c | 10 ++-- 4 files changed, 98 insertions(+), 66 deletions(-) commit d020349426a1fc76178fc18ec380ade40eb366bd Author: Kristjan Schmidt Date: Sun Jun 27 14:18:01 2010 +0200 Add Esperanto translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5e40ce8fef24b94c4a52d7c081530ecf0dd00825 Author: Kristjan Schmidt Date: Sun Jun 27 14:18:01 2010 +0200 Add Esperanto translation po/eo.po | 3229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 3229 insertions(+), 0 deletions(-) commit 64bc1fca96452d8c654e4ccde8420d6ef4560074 Author: TeliuTe Date: Sun Jun 27 16:59:32 2010 +0800 Update Simplified Chinese help translation of gsearchetool. gsearchtool/help/zh_CN/zh_CN.po | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) commit 8959748a678d3d85f593960e6f8cb7a270d77386 Author: TeliuTe Date: Sun Jun 27 12:51:57 2010 +0800 Update Simplified Chinese help translation of logview. logview/help/zh_CN/zh_CN.po | 191 ++++++++++++++++++++++++------------------- 1 files changed, 107 insertions(+), 84 deletions(-) commit 2e03041f2903d34170fdea5e3a2e4bf52c386474 Author: Thomas Hindoe Paaboel Andersen Date: Tue Jun 22 21:49:10 2010 +0200 Fix GSEAL issues MATE bug #612485 mate-screenshot/mate-screenshot.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 432bc51d88c6ca8092855ddc1dddbb69d0ac5231 Author: Thomas Hindoe Paaboel Andersen Date: Tue Jun 22 21:27:36 2010 +0200 Fix GSEAL issues MATE bug #612485 mate-dictionary/src/gdict-aligned-window.c | 13 +++++++------ mate-dictionary/src/gdict-applet.c | 15 +++++++++------ mate-dictionary/src/gdict-sidebar.c | 10 +++++++--- mate-dictionary/src/gdict-window.c | 11 +++++++---- 4 files changed, 30 insertions(+), 19 deletions(-) commit d8f6bcd0d704b7ad40729e0fb4e4b9b7aa3163d4 Author: Paolo Borelli Date: Tue Jun 22 21:43:03 2010 +0200 Avoid conflict with the "link" symbol defined in unistd.h mate-dictionary/libgdict/gdict-defbox.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit db322f25df259454b2f6bb074c23ba06d94cb27f Author: Rudolfs Mazurs Date: Sun Jun 20 17:39:03 2010 +0300 Updated Latvian translation. po/lv.po | 2662 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1393 insertions(+), 1269 deletions(-) commit 5f03c9523bb73ccd0b53f0444689e9245d398bf3 Author: Fran Diéguez Date: Sun Jun 20 00:53:39 2010 +0200 Updated Galician translations po/gl.po | 323 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 161 insertions(+), 162 deletions(-) commit 5bc9b58abdb09ca6fe0de654e87352c8b60e65f6 Author: Andika Triwidada Date: Fri Jun 11 16:43:59 2010 +0700 Updated Indonesian translation po/id.po | 2003 ++++++++++++-------------------------------------------------- 1 files changed, 383 insertions(+), 1620 deletions(-) commit 0c95593755cd880923bce88fdf1ff1ba125e6a25 Author: Thomas Hindoe Paaboel Andersen Date: Fri May 28 01:09:00 2010 +0200 [logview] remove deprecated GTK+ symbols. logview/logview-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2d9e1f8fe7edd2cac191c30cf0ae85ca3aa7fdda Author: Thomas Hindoe Paaboel Andersen Date: Fri May 28 01:08:06 2010 +0200 [gsearchool] port to GtkSpinner. gsearchtool/Makefile.am | 2 - gsearchtool/gsearchtool-spinner.c | 947 ------------------------------------- gsearchtool/gsearchtool-spinner.h | 77 --- gsearchtool/gsearchtool.c | 10 +- 4 files changed, 5 insertions(+), 1031 deletions(-) commit 20361f3595b9769ea8e5489f15f05864acfa8253 Author: Thomas Hindoe Paaboel Andersen Date: Fri May 28 01:07:28 2010 +0200 [gsearchtool] remove deprecated GTK+ symbols. gsearchtool/gsearchtool-callbacks.c | 8 ++++---- gsearchtool/gsearchtool.c | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) commit 21b0fdfd2c18ae75926f77759dda02585aeb6b50 Author: Thomas Hindoe Paaboel Andersen Date: Fri May 28 01:06:45 2010 +0200 [gdict] remove deprecated GTK+ symbols. mate-dictionary/src/gdict-window.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 404dbb03192ee9283f02f5e5877105330f737416 Author: Thomas Hindoe Paaboel Andersen Date: Fri May 28 01:02:02 2010 +0200 [screenshot] remove deprecated GTK+ symbols. mate-screenshot/screenshot-dialog.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 194c440825f74c030d93c2a4863f923273cacf7c Author: Timo Jyrinki Date: Wed May 26 14:11:13 2010 +0300 Updated Finnish help translations by Jukka Heikkilä. gsearchtool/help/fi/fi.po | 873 +++++++++++++------- .../help/fi/figures/mate-search-tool_window.png | Bin 20993 -> 13366 bytes logview/help/fi/fi.po | 368 ++++----- logview/help/fi/figures/syslog_window.png | Bin 79058 -> 117444 bytes 4 files changed, 774 insertions(+), 467 deletions(-) commit 70637420aa6a57ebfce383ccfcde7595a896e890 Author: Kevin_Wei_2 Date: Mon May 17 19:11:38 2010 +0800 Updated Traditional Chinese Document translation (Hong Kong and Taiwan) baobab/help/zh_HK/zh_HK.po | 502 ++++++++++++++++++++++++----------- baobab/help/zh_TW/zh_TW.po | 620 ++++++++++++++++++++++++++++++++------------ 2 files changed, 793 insertions(+), 329 deletions(-) commit b00b40d1315176d9789cc0d517aea69e449e8c36 Author: Thomas Thurman Date: Wed May 12 18:41:28 2010 -0400 Updated Shavian transliteration po/en@shaw.po | 1025 ++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 833 insertions(+), 192 deletions(-) commit 1cccf2ad16cdb1647e9b62bbce0a53bfd46bdc9b Author: Boamaod Date: Thu May 6 09:11:09 2010 +0300 Estonian translation updated po/et.po | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) commit f444ef947f352ef164ee469bcb12a3dcac5f6e37 Author: Andre Klapper Date: Mon May 3 21:32:04 2010 +0200 Fix some more issues when compiling with -DGSEAL_ENABLE. mate-dictionary/src/gdict-source-dialog.c | 4 ++-- mate-dictionary/src/gdict-window.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit 5d1d27c85479442facbe52b9615c766a941703a3 Author: Andre Klapper Date: Mon May 3 21:26:46 2010 +0200 Some more fixes for building with -DGSEAL_ENABLE mate-dictionary/libgdict/gdict-database-chooser.c | 14 +++++++------- mate-dictionary/libgdict/gdict-defbox.c | 4 ++-- mate-dictionary/libgdict/gdict-source-chooser.c | 2 +- mate-dictionary/libgdict/gdict-speller.c | 12 ++++++------ mate-dictionary/libgdict/gdict-strategy-chooser.c | 14 +++++++------- mate-dictionary/libgdict/gdict-utils.c | 4 ++-- mate-dictionary/src/gdict-app.c | 4 ++-- mate-dictionary/src/gdict-common.c | 4 ++-- mate-dictionary/src/gdict-pref-dialog.c | 4 ++-- mate-dictionary/src/gdict-sidebar.c | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) commit 457cd760589c480a2e670deca3b71224c94594ae Author: Andre Klapper Date: Mon May 3 21:09:01 2010 +0200 Some trivial fixes for building with -DGSEAL_ENABLE baobab/src/baobab-treemap.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit b8a2803bb164315e22bd8189f77cb1c1f482ecc6 Author: Andre Klapper Date: Mon May 3 18:04:44 2010 +0200 Fix some issues when compiling with -DGSEAL_ENABLE. See bug #612485. baobab/src/baobab-remote-connect-dialog.c | 26 +++++++++++++------------- baobab/src/baobab-utils.c | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) commit 2fd6ba192840ff79fe0729e117b40505ceea1a5a Author: Carles Ferrando Date: Wed Apr 21 23:15:54 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 1244 ++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 907 insertions(+), 337 deletions(-) commit 32dedaf63bd3df7f29f00624112af969eb3dea3f Author: Runa Bhattacharjee Date: Sat Apr 17 17:26:46 2010 +0530 Typos corrected po/bn_IN.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c99571930a2209c7211d81c233861a980c928441 Author: Runa Bhattacharjee Date: Sat Apr 17 17:24:20 2010 +0530 Typos corrected po/bn_IN.po | 474 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 259 insertions(+), 215 deletions(-) commit f3d059f6c5e9d1ec3e4e4ed9893c3d0460cdd4e6 Author: Vincent Untz Date: Fri Apr 16 20:06:01 2010 -0400 Fix si.po to pass msgfmt -c po/si.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit daf418d7c53a39b65059895035a8100bd4ab5ef5 Author: Vincent Untz Date: Fri Apr 16 20:04:20 2010 -0400 Fix ka.po to pass msgfmt -c po/ka.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5d2f96dc654517715d3972e44a0818aa01f947fa Author: Manoj Kumar Giri Date: Fri Apr 16 12:56:52 2010 +0530 Updated Oriya Translation po/or.po | 86 ++++++++++++++++++++++++++----------------------------------- 1 files changed, 37 insertions(+), 49 deletions(-) commit 392f5226a8cfd91ad367e7bc4c7cab32469b2ecd Author: Reşat SABIQ Date: Wed Apr 14 20:54:38 2010 -0500 Minor update for Crimean Tatar/Turkish translation po/crh.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6539668f5e7c35c49d3428edb5b6f24ea7750484 Author: Reşat SABIQ Date: Wed Apr 14 20:30:19 2010 -0500 Minor update for Crimean Tatar/Turkish translation po/crh.po | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) commit 01237beffea9afda421977b3f0ec5d3ab259db22 Author: Emmanuele Bassi Date: Sat Apr 3 12:08:53 2010 +0100 Remove executable bit from en_GB.po 0 files changed, 0 insertions(+), 0 deletions(-) commit 4b9421f795d41bacff0146a46bb0481b7d47f835 Author: Emmanuele Bassi Date: Sat Apr 3 12:07:36 2010 +0100 Post-branch bump to 2.31 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1f89988897aeed400ed6872f51f34343f68115d3 Author: Jordi Serratosa Date: Fri Apr 2 18:21:27 2010 +0200 Fixes to Catalan translation po/ca.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit c1fe4d86a6f9e57eac2f29edf80a6140488beba8 Author: Cosimo Cecchi Date: Tue Mar 30 16:53:37 2010 +0200 [general] Post-release version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c93b38d14a9bbbc6c49f78b249eb76572aedffed Author: Cosimo Cecchi Date: Tue Mar 30 16:44:06 2010 +0200 [general] Prepare for 2.30 release. NEWS | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 6 +- configure.ac | 4 +- 3 files changed, 139 insertions(+), 5 deletions(-) commit 4d1a1caa02440a3c64423d1fc6cedbab93e24362 Author: Cosimo Cecchi Date: Tue Mar 30 16:34:51 2010 +0200 [general] Fails to link with pedantic linkers Add explicit linking to -lm. Fix bug #609934, patch by Matthias Clasen. baobab/src/Makefile.am | 1 + configure.ac | 4 ++-- mate-dictionary/src/Makefile.am | 2 ++ mate-screenshot/Makefile.am | 1 + logview/Makefile.am | 3 ++- 5 files changed, 8 insertions(+), 3 deletions(-) commit 07dba2cfc25f3a3fb52eba094581d59066643580 Author: Jonh Wendell Date: Mon Mar 29 09:37:00 2010 -0300 Given credits to pt_BR translator Antonio Fernandes po/pt_BR.po | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 4072dd9712973e9485aa72e53a2c34e9b8e8333c Author: Aron Xu Date: Mon Mar 29 14:07:34 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) commit a5abe7e621803375f8e53b5d744dd4c7b49dcd69 Author: Nikos Bakaoukas Date: Sun Mar 28 18:26:27 2010 +0300 Updated Greek translation for logview documentation logview/help/el/el.po | 629 +++++++++++++++++-------------------------------- 1 files changed, 216 insertions(+), 413 deletions(-) commit 65676ba4478b9aa6ad1eea290976bd93de8c1a2d Author: Žygimantas Beručka Date: Sun Mar 28 13:54:57 2010 +0300 Updated Lithuanian translation po/lt.po | 593 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 307 insertions(+), 286 deletions(-) commit a2d0adc7cc4214d5d119cacb1803eef01ca4756a Author: Reşat SABIQ Date: Sat Mar 27 19:26:48 2010 -0500 Added Crimean Tatar (Crimean Turkish) translation po/LINGUAS | 1 + po/crh.po | 3754 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3755 insertions(+), 0 deletions(-) commit febed2024fa46f3d27a71d7899919643dcfe25bd Author: Jamil Ahmed Date: Sun Mar 28 01:40:38 2010 +0600 Updated Bengali translation po/bn.po | 90 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 45 insertions(+), 45 deletions(-) commit c0a5905d263b348119f55e3e77070ee34784a4c4 Author: Simos Xenitellis Date: Sat Mar 27 20:22:36 2010 +0200 Updated Greek translation of mate-utils po/el.po | 1105 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 752 insertions(+), 353 deletions(-) commit c464b66e09dd1f12b39e8d6414091da18e3ad8e5 Author: Inaki Larranaga Murgoitio Date: Sat Mar 27 18:11:00 2010 +0100 Updated Basque language po/eu.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit dce533231c318b769084cbec5c93c13e25147aea Author: Ask H. Larsen Date: Sat Mar 27 16:29:59 2010 +0100 Updated Danish translation po/da.po | 69 ++++++++++++++++++++++++++++--------------------------------- 1 files changed, 32 insertions(+), 37 deletions(-) commit 83848776d675170a2fbb12ce3f49e07309daa357 Author: Inaki Larranaga Murgoitio Date: Tue Mar 23 18:46:50 2010 +0100 Updated Basque language po/eu.po | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 0170cfaf37fe5b4eadc8ac0a1af4c421926baabb Author: Miloš Popović Date: Tue Mar 23 14:16:44 2010 +0100 Updated Serbian translations po/sr.po | 525 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 525 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 542 insertions(+), 508 deletions(-) commit ec28a60b99b77583fe78d07b43cecf467a863fde Author: A S Alam Date: Sun Mar 21 20:10:27 2010 +0530 update Punjabi Translation po/pa.po | 481 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 265 insertions(+), 216 deletions(-) commit b2440b8a18a3409472fb1692e7cf47ce62f3fca5 Author: Tommi Vainikainen Date: Fri Mar 19 23:35:00 2010 +0200 Updated Finnish translation po/fi.po | 703 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 350 insertions(+), 353 deletions(-) commit 42e5b7c0ca2f13b215c22f2fd75f29d256a2c55e Author: Andrea Zagli Date: Mon Mar 15 21:44:01 2010 +0100 Updated Italian translation po/it.po | 103 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 60 insertions(+), 43 deletions(-) commit 89de1357d79b4d72537a66a12ce076d4013912dc Author: Friedel Wolff Date: Sat Mar 13 20:51:02 2010 +0100 Add Afrikaans translation po/LINGUAS | 1 + po/af.po | 3248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3249 insertions(+), 0 deletions(-) commit 0793e395ce442028db11747dd231cb7582cbf4f3 Author: Changwoo Ryu Date: Sun Mar 14 01:27:02 2010 +0900 Updated Korean translation po/ko.po | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) commit 1738d91c4340f9519b65737623f9f18ca1087983 Author: Hannie Dumoleyn Date: Sat Mar 13 13:37:06 2010 +0100 Updated Dutch translation po/nl.po | 2625 +++++++++++++++++++------------------------------------------- 1 files changed, 787 insertions(+), 1838 deletions(-) commit 1f5562814b026bdbc9f26fd16e2c8690d7a827f5 Author: Inaki Larranaga Murgoitio Date: Fri Mar 12 16:13:43 2010 +0100 Updated Basque language po/eu.po | 459 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 249 insertions(+), 210 deletions(-) commit 0106a4d721576a924b3e2360af2b9a8b0e3f352e Author: Marek Černocký Date: Tue Mar 9 15:50:02 2010 +0100 Update Czech translation po/cs.po | 73 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 37 insertions(+), 36 deletions(-) commit 791363546d59625a207f1b16568fdba5da915c03 Author: Duarte Loreto Date: Tue Mar 9 01:13:47 2010 +0000 Updated Portuguese translation po/pt.po | 470 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 254 insertions(+), 216 deletions(-) commit 7fdf1f6e6a795483b0ec26cf2dc472a74c5bcb32 Author: Joan Duran Date: Fri Mar 5 22:50:14 2010 +0100 Updated Catalan translation po/ca.po | 143 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 70 insertions(+), 73 deletions(-) commit b3c446f143ad9fc25c05953de6a0512018c12415 Author: Claude Paroz Date: Wed Mar 3 20:25:17 2010 +0100 Updated French translation po/fr.po | 456 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 246 insertions(+), 210 deletions(-) commit bf9799b453bb0fa3e32956b242a6b146e6179d3d Author: Changwoo Ryu Date: Thu Mar 4 01:32:38 2010 +0900 Updated Korean translation po/ko.po | 479 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 266 insertions(+), 213 deletions(-) commit a6260bff171ce01534c95fbd08558f9d72ddc0c4 Author: Leonid Kanter Date: Thu Feb 25 13:17:37 2010 +0200 Update Russian translation po/ru.po | 1860 +++++++++++++++++++++++++------------------------------------- 1 files changed, 738 insertions(+), 1122 deletions(-) commit 7ccfe7e84ada0645ff2a1670b190ca1b5d5d22b8 Author: Bruce Cowan Date: Wed Feb 24 17:07:22 2010 +0000 Updated British English translation po/en_GB.po | 121 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 64 insertions(+), 57 deletions(-) commit af74569a4525848464a78dd4eae877a9333639cc Author: Piotr Drąg Date: Mon Feb 22 16:50:36 2010 +0100 Updated Polish translation po/pl.po | 663 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 350 insertions(+), 313 deletions(-) commit 1a49f0139acafcdd19da5b41837a8d6aec735a45 Author: Adrian Guniš Date: Sun Feb 21 20:20:35 2010 +0100 Update Czech translation and screenshot logview/help/cs/cs.po | 219 ++++++++++++++--------------- logview/help/cs/figures/syslog_window.png | Bin 64614 -> 163710 bytes 2 files changed, 104 insertions(+), 115 deletions(-) commit adc602d62e5cf0bd601e2d12d048f81762016698 Author: Antonio Fernandes C. Neto Date: Fri Feb 19 23:22:13 2010 -0200 Updated Brazilian Portuguese translation Reviewed by Vladimir Melo and Rodrigo L. M. Flores po/pt_BR.po | 140 ++++++++++++++++++++++++++++------------------------------ 1 files changed, 68 insertions(+), 72 deletions(-) commit e2d5b01180e09c11ae0d916844e0b6c885a2c370 Author: vasudeven Date: Thu Feb 18 09:43:35 2010 +0530 updated Tamil translation po/ta.po | 88 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 44 insertions(+), 44 deletions(-) commit 935ec0160fa7171da8e5edc34823d43ecc6af50e Author: Chao-Hsiung Liao Date: Tue Feb 16 10:19:49 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 468 ++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 468 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 506 insertions(+), 430 deletions(-) commit aca2a586a93a5ef252ab40b00eef502dec84b651 Author: Fran Diéguez Date: Mon Feb 15 18:32:31 2010 +0100 Updated Galician Translation po/gl.po | 545 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 298 insertions(+), 247 deletions(-) commit 50b7366a140fcca6264c5e17c76a6a2c6e388ab8 Author: Emmanuele Bassi Date: Sat Feb 13 19:32:59 2010 +0000 build: Allow disabling the panel applet The plans for MATE 3.0 currently do not foresee the presence of a "mate-panel applet" in the UI; also, some MATE-based platforms (like Moblin) do not use the mate-panel at all, even though they still ship the Dictionary application. For these reasons we should provide a way to optionally disable building the mate-panel Dictionary applet. configure.ac | 26 ++++++++++++++++++++++---- mate-dictionary/data/Makefile.am | 4 ++++ mate-dictionary/src/Makefile.am | 6 ++++++ 3 files changed, 32 insertions(+), 4 deletions(-) commit f65b9913909192a3fcf5ca03d21f3fb9cca5ff6b Author: Petr Kovar Date: Thu Feb 11 22:18:21 2010 +0100 Update Czech translation by Adrian Gunis Also fixes bug #608625, thanks goes to Pavel Cvrcek. po/cs.po | 107 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 62 insertions(+), 45 deletions(-) commit d722c1c2a342efd45293a0535b80885aed5d6853 Author: Gabor Kelemen Date: Mon Feb 8 13:38:39 2010 +0100 Hungarian translation updated po/hu.po | 139 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 75 insertions(+), 64 deletions(-) commit 7562bd42781e6230f72fec63fa245b1d2f0df00a Author: Joe Hansen Date: Thu Feb 4 00:36:54 2010 +0100 Added Danish translation of documentation mate-dictionary/help/da/da.po | 713 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 713 insertions(+), 0 deletions(-) commit 209558c6d21828b97c9323e6cc79d222bb9768de Author: Kenneth Nielsen Date: Thu Feb 4 00:36:15 2010 +0100 Added da to list of languages mate-dictionary/help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ef806309972d310b5c5e7ae3199a2dcea23060a5 Author: Mattias Põldaru Date: Mon Feb 1 21:56:47 2010 +0200 Updating Estonian translation po/et.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 208bdb94e7e1813533c6485e12576f7124cf3397 Author: Jamil Ahmed Date: Wed Jan 27 20:19:09 2010 +0600 Updated Bengali translation po/bn.po | 6726 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 3395 insertions(+), 3331 deletions(-) commit cfae8b17933e04daefac0eafb511f8b0b8db319a Author: Alexander Shopov Date: Tue Jan 26 06:50:38 2010 +0200 Updated Bulgarian translation po/bg.po | 461 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 251 insertions(+), 210 deletions(-) commit 74f8828f15cfaa31943663a02f0fa69006a81709 Author: Paul Cutler Date: Mon Jan 25 12:43:35 2010 -0600 Remove filesystem scan paragraph that are in the docs twice; add pulse status baobab/help/C/baobab.xml | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 5a7e630acc63cc43c8db2c60135e5231a1a63d15 Author: Christian.Kirbach Date: Thu Jan 21 12:30:00 2010 +0100 Updated German translation po/de.po | 420 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 229 insertions(+), 191 deletions(-) commit 063e8246d97af44e167c927769641cce15bd3257 Author: Petr Kovar Date: Sun Jan 17 23:44:15 2010 +0100 Updated Czech translation by Adrian Gunis Reviewed by: Lucas Lommer. logview/help/Makefile.am | 2 +- logview/help/cs/cs.po | 601 +++++++++++++++++++++++++++++ logview/help/cs/figures/syslog_window.png | Bin 0 -> 64614 bytes 3 files changed, 602 insertions(+), 1 deletions(-) commit afde3df3320243ce762669075f51741991e80429 Author: Mario Blättermann Date: Sun Jan 17 13:51:31 2010 +0100 Updated German doc translation logview/help/de/de.po | 182 ++++++++++++++++++++++++++++--------------------- 1 files changed, 104 insertions(+), 78 deletions(-) commit 1489595023d124e7ecaaba918190619d3759a827 Author: Paolo Borelli Date: Sat Jan 16 15:28:05 2010 +0100 [baobab] do not set up dnd before the widgets are created baobab/src/baobab.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit f03e11f421aa86f314dbfba0b1334b8e21ddd481 Author: Vincent Untz Date: Wed Jan 13 15:48:34 2010 +0100 [release] post-release bump to 2.29.6 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d807e6ef2db43af686931f110d7c14d892e6657c Author: Vincent Untz Date: Wed Jan 13 15:48:26 2010 +0100 [release] 2.29.5 NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 6 +++--- configure.ac | 4 ++-- 3 files changed, 63 insertions(+), 5 deletions(-) commit 25a8e0ab4b2afc42bfffef25ff2b401eaaf2326d Author: Vincent Untz Date: Wed Jan 13 15:39:40 2010 +0100 [gsearchtool] Fix distcheck gsearchtool/ChangeLog | 4 ++++ gsearchtool/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 741f27df45cfb37634c4dc430b2f0cdc5491b691 Author: Vincent Untz Date: Wed Jan 13 15:10:27 2010 +0100 [gdict] Use gtk_widget_is_toplevel() instead of GTK_WIDGET_TOPLEVEL() This means we now require GTK+ 2.18.0, instead of just 2.17.2. configure.ac | 2 +- mate-dictionary/libgdict/gdict-utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 53591832c43c019165d80342f94eaff556092ce0 Author: Petr Kovar Date: Tue Jan 12 02:18:45 2010 +0100 Updated Czech translation by Adrian Gunis po/cs.po | 326 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 174 insertions(+), 152 deletions(-) commit 49eec998e13cf21e3e42cc5b7265fd76e57b6a0f Author: Maxim V. Dziumanenko Date: Sun Jan 10 19:39:23 2010 +0200 Update Ukrainian translation gsearchtool/help/uk/uk.po | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) commit 36b2322aefb2367f7594afc9e0715bd3b41d927e Author: Maxim V. Dziumanenko Date: Sun Jan 10 19:37:35 2010 +0200 Update Ukrainian translation .../help/uk/figures/mate-search-tool_window.png | Bin 23428 -> 15630 bytes gsearchtool/help/uk/uk.po | 437 ++++++++++---------- 2 files changed, 218 insertions(+), 219 deletions(-) commit f2ab604c3127f891548700f982a83ca7d24b675d Author: Maxim V. Dziumanenko Date: Sun Jan 10 19:32:07 2010 +0200 Update Ukrainian translation baobab/help/uk/uk.po | 66 ++++++++++++++++++++++++++++++------------------- 1 files changed, 40 insertions(+), 26 deletions(-) commit 2018893b8b13cee3063e4da99a498d13ed9102a5 Author: Maxim V. Dziumanenko Date: Sun Jan 10 19:12:38 2010 +0200 Update Ukrainian translation baobab/help/uk/figures/baobab_fullscan.png | Bin 0 -> 108876 bytes baobab/help/uk/figures/baobab_prefs.png | Bin 0 -> 30551 bytes baobab/help/uk/figures/baobab_remote.png | Bin 0 -> 15171 bytes baobab/help/uk/figures/baobab_ringschart1.png | Bin 0 -> 32914 bytes baobab/help/uk/figures/baobab_ringschart2.png | Bin 0 -> 40062 bytes baobab/help/uk/figures/baobab_treemaps.png | Bin 0 -> 7187 bytes baobab/help/uk/figures/baobab_window.png | Bin 0 -> 43064 bytes baobab/help/uk/uk.po | 559 ++++++++++++++++--------- 8 files changed, 356 insertions(+), 203 deletions(-) commit 88768cd83fa7304adf4190729a341285b931b137 Author: Maxim V. Dziumanenko Date: Sun Jan 10 18:26:06 2010 +0200 Update Ukrainian translation mate-dictionary/help/uk/uk.po | 403 ++++++++++++++++++++-------------------- 1 files changed, 203 insertions(+), 200 deletions(-) commit b2144580936f4f9b8e1d684accee79eb130c3a48 Author: Maxim V. Dziumanenko Date: Sun Jan 10 18:23:24 2010 +0200 Update Ukrainian translation .../help/uk/figures/mate-dictionary-applet.png | Bin 1294 -> 1307 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 72513480a704a7aaaa1149c30ebfaca33daa9738 Author: Daniel Nylander Date: Sat Jan 9 17:13:28 2010 +0100 Updated Swedish translation po/sv.po | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit f257822af39f24ec1a65c63e0a08d1bb123d126c Author: Claude Paroz Date: Sat Jan 9 16:01:56 2010 +0100 [logview] Updated French help translation logview/help/fr/figures/syslog_window.png | Bin 74813 -> 121127 bytes logview/help/fr/fr.po | 248 ++++++++++++++++------------- 2 files changed, 134 insertions(+), 114 deletions(-) commit 0201d9bb24915ee74cd9a63019ea09176f6abcda Author: Manoj Kumar Giri Date: Thu Jan 7 16:08:38 2010 +0530 Updated Oriya Translation po/or.po | 502 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 259 insertions(+), 243 deletions(-) commit 6e621dd9fc45320a0c2de8eda42bf14b5765f9f9 Author: Manoj Kumar Giri Date: Thu Jan 7 15:47:26 2010 +0530 Updated Oriya Translation po/or.po | 247 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 122 insertions(+), 125 deletions(-) commit 72748f8cebc331e9b8b9399ae6fac3310e35cd56 Author: Pablo Castellano Date: Wed Jan 6 02:51:56 2010 +0100 Updated .gitignore files baobab/.gitignore | 1 + gsearchtool/.gitignore | 1 + logview/.gitignore | 3 +++ 3 files changed, 5 insertions(+), 0 deletions(-) commit ebfdfea087c2da70ef1df1752f8b3c6f769c0468 Author: Maxim V. Dziumanenko Date: Tue Jan 5 12:57:40 2010 +0200 Update Ukrainian translation po/uk.po | 979 ++++++++++++++----------------------------------------------- 1 files changed, 225 insertions(+), 754 deletions(-) commit 8ed4ec1bc06a32234d28e263e016d2ab91684e0d Author: Theppitak Karoonboonyanan Date: Mon Jan 4 14:40:17 2010 +0700 Updated Thai translation. po/th.po | 2047 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1063 insertions(+), 984 deletions(-) commit 68c9202b7af511055a30d5401a16692928165de4 Author: Og B. Maciel Date: Mon Jan 4 09:21:31 2010 -0500 Updated Brazilian Portuguese translation. Fixes b.g.o. 606008. po/pt_BR.po | 460 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 255 insertions(+), 205 deletions(-) commit f71e07f58285d37d9cf3d15ce3e1ab56d87f33fb Author: Jorge González Date: Tue Dec 29 20:23:39 2009 +0100 Updated Spanish translation logview/help/es/es.po | 216 ++++++++++++++++++++++++++---------------------- 1 files changed, 117 insertions(+), 99 deletions(-) commit 8770e5ec6c39ed417c23c83392c71a813baf661c Author: Lucian Adrian Grijincu Date: Sat Dec 19 12:30:15 2009 +0200 Update Romanian translation po/ro.po | 619 ++++++++++++++++++++------------------------------------------ 1 files changed, 196 insertions(+), 423 deletions(-) commit 0aceee44eb9f3a749904dbe6db4df196b9e24848 Author: Yaron Sharabani Date: Fri Dec 18 00:33:07 2009 +0200 Updated Hebrew translation po/he.po | 909 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 626 insertions(+), 283 deletions(-) commit 6f6e87ae3b34e04f6a652cfa35fed7d700a96902 Author: Tao Wei Date: Wed Dec 9 14:47:24 2009 +0800 Update Simplified Chinese translation. po/zh_CN.po | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 0a83198b2cff0abdb48a42c859bd8aa5d4d84ac4 Author: Paul Cutler Date: Mon Dec 7 09:05:25 2009 -0600 Fix bgo603943 - update docs for View->Monitor logview/help/C/mate-system-log.xml | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) commit 371ea2034af9277cec320fca8e24ae74eb3c4aaa Author: Aron Xu Date: Mon Nov 30 22:24:39 2009 +0800 Update Simplified Chinese translation. po/zh_CN.po | 410 ++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 226 insertions(+), 184 deletions(-) commit ee9bd00d243af54376ecbd1de14ee6b74964a7a2 Author: Mario Blättermann Date: Sun Nov 29 12:53:11 2009 +0100 Updated German doc translation, new screenshot logview/help/de/de.po | 142 ++++++++++++++--------------- logview/help/de/figures/syslog_window.png | Bin 76733 -> 172272 bytes 2 files changed, 68 insertions(+), 74 deletions(-) commit 9699b77d4960395f297a4982925be976e0594903 Author: Nils-Christoph Fiedler Date: Sat Nov 28 15:53:22 2009 +0100 Added LowGerman translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b2d9bed8c0ecf8be0443e505a16299e45d0aa78a Author: Nils-Christoph Fiedler Date: Sat Nov 28 15:53:08 2009 +0100 Added Lowgerman translation po/nds.po | 3117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 3117 insertions(+), 0 deletions(-) commit 86c2277fb3b5e14bb818888269e0d1140770fd73 Author: Anders Jenbo Date: Thu Nov 26 00:25:01 2009 +0100 Updated Danish translation po/da.po | 1255 ++++++++++++-------------------------------------------------- 1 files changed, 231 insertions(+), 1024 deletions(-) commit 0e1579a3f3dd6650fd817fe825bdf34a9e76b7ea Author: Thomas Thurman Date: Sun Nov 22 14:46:53 2009 -0500 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 2745 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2746 insertions(+), 0 deletions(-) commit a6d006e3ebc980061940b959bd8872ddeb00437a Author: Ivar Smolin Date: Sat Nov 21 21:40:34 2009 +0200 Updating Estonian translation po/et.po | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) commit 0fde3cbfae20dea1b1044fe44beb5babf29eac25 Author: TeliuTe Date: Tue Nov 17 15:44:31 2009 +0800 Add Simplified Chinese translations for mate-dictionary, gsearchtool and logview help files mate-dictionary/help/Makefile.am | 2 +- mate-dictionary/help/zh_CN/zh_CN.po | 653 ++++++++++++++ gsearchtool/help/Makefile.am | 2 +- gsearchtool/help/zh_CN/.cvsignore | 4 - gsearchtool/help/zh_CN/Makefile.am | 7 - .../zh_CN/figures/mate-search-tool_window.png | Bin 14731 -> 0 bytes gsearchtool/help/zh_CN/mate-search-tool-zh_CN.omf | 42 - gsearchtool/help/zh_CN/mate-search-tool.xml | 376 -------- gsearchtool/help/zh_CN/legal.xml | 48 - gsearchtool/help/zh_CN/zh_CN.po | 916 ++++++++++++++++++++ logview/help/Makefile.am | 2 +- logview/help/zh_CN/.cvsignore | 4 - logview/help/zh_CN/Makefile.am | 7 - logview/help/zh_CN/figures/syslog_window.png | Bin 7846 -> 0 bytes logview/help/zh_CN/mate-system-log-zh_CN.omf | 35 - logview/help/zh_CN/mate-system-log.xml | 271 ------ logview/help/zh_CN/legal.xml | 48 - logview/help/zh_CN/zh_CN.po | 552 ++++++++++++ 18 files changed, 2124 insertions(+), 845 deletions(-) commit 70ededbe49f5f642655459295d9293b6ea6545d0 Author: Kjartan Maraas Date: Sun Nov 15 13:53:30 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 623 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 331 insertions(+), 292 deletions(-) commit ebbe0fe9f89355be51914691285818dbdb23e192 Author: Jorge González Date: Sat Nov 14 12:48:00 2009 +0100 Updated Spanish translation po/es.po | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) commit 6a40006ff7a8e5919c143709658704e0d6080775 Author: Mario Blättermann Date: Fri Nov 13 18:44:29 2009 +0100 Updated German translation, Bug #601806 po/de.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5bf289ceb0887fab03b7f827c7d602928f8a69f5 Author: Jorge González Date: Fri Nov 13 18:44:26 2009 +0100 Updated Spanish translation po/es.po | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit fef1f607961fd619e3061256f1edd1ded85cf534 Author: Matej Urbančič Date: Fri Nov 13 12:14:21 2009 +0100 Updated Slovenian translation po/sl.po | 110 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 55 insertions(+), 55 deletions(-) commit de72a07fcca6cfcdfeecdb89032b3fb40d9270ef Author: Bruce Cowan Date: Wed Nov 11 00:55:16 2009 +0000 Fixes #573530 Minor string fix. baobab/data/baobab.schemas.in | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit d790556377d0f7bf9425da7bb3162f8a1b8ce14e Author: Eduardo Lima Mitev Date: Tue Nov 10 09:41:01 2009 +0100 [baobab] Fixes #601147. Adds a check to avoid traversing the tree model if it's empty. Contributed by Alexander Korolkov. baobab/src/baobab-chart.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 7a2417039d63d840b0a1cc0ad69076eef0299c8e Author: Jorge González Date: Tue Nov 10 01:00:07 2009 +0100 Updated Spanish translation po/es.po | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 2f5ebde2dd2bc4d197bea68676d99f01ee66c192 Author: Fabio Marzocca Date: Mon Nov 9 08:54:44 2009 +0100 Fixes #508483 - wrong c-format Wrong format in a translatable string baobab/src/baobab.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e70ce6155c3366056286ca31eed0c53d79fa5034 Author: Lucian Grijincu Date: Sun Nov 8 20:23:31 2009 +0200 Updated Romanian translation po/ro.po | 31 ++++++++++++++----------------- 1 files changed, 14 insertions(+), 17 deletions(-) commit fb8d863ca00a1c669ad168bc7bf85a697eed3b86 Author: Joan Duran Date: Sun Nov 8 18:58:35 2009 +0100 Updated Catalan translation po/ca.po | 408 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 222 insertions(+), 186 deletions(-) commit 80b9b17237939c426db8a64667b323446107189d Author: Eduardo Lima Mitev Date: Wed Nov 4 20:50:26 2009 +0100 [baobab] Fixes #554126. Limits treemap zooming to the actual depth of folders shown. baobab/src/baobab-chart.c | 86 +++++++++++++++++++++++++++++++++++++++---- baobab/src/baobab-chart.h | 9 +++- baobab/src/baobab-treemap.c | 58 +++++++++++++++++++++++++++++ baobab/src/baobab-treemap.h | 3 + baobab/src/callbacks.c | 5 +- 5 files changed, 147 insertions(+), 14 deletions(-) commit 242feb3614906debd664714e4139a59ca90e33b3 Author: Jorge González Date: Wed Nov 4 20:40:19 2009 +0100 Updated Spanish translation logview/help/es/es.po | 164 ++++++++++++++++++++++--------------------------- 1 files changed, 73 insertions(+), 91 deletions(-) commit 2de94c87a4910b4d6f2f97b087c43519b085a693 Author: Andrea Zagli Date: Wed Nov 4 18:19:56 2009 +0100 Updated Italian translation po/it.po | 813 ++++++++++++++------------------------------------------------ 1 files changed, 175 insertions(+), 638 deletions(-) commit 26286721cfe41693c9c1d62a54f83fd5bc90e828 Author: Gabor Kelemen Date: Tue Nov 3 20:09:49 2009 +0100 Updated Hungarian translation po/hu.po | 347 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 182 insertions(+), 165 deletions(-) commit 7ee293203ca3f496e309d98e5e747ba8b0b59aeb Author: Bruce Cowan Date: Sun Nov 1 23:57:58 2009 +0000 Update British English translation po/en_GB.po | 355 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 195 insertions(+), 160 deletions(-) commit 79e5f3c77c4fd154168741a933d4e6a33ae5e763 Author: Takayuki KUSANO Date: Sun Nov 1 16:57:50 2009 +0900 Updated Japanese translation po/ja.po | 319 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 172 insertions(+), 147 deletions(-) commit eae2e63e458aec0d2d8aab7a7e322625e5e8be4f Author: Jorge González Date: Thu Oct 29 18:43:27 2009 +0100 Updated Spanish translation po/es.po | 72 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 49 insertions(+), 23 deletions(-) commit 219e257b551152c9929b23b607d7d9a297cbf747 Author: Lucian Grijincu Date: Wed Oct 28 22:51:20 2009 +0200 Updated Romanian translation po/ro.po | 416 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 230 insertions(+), 186 deletions(-) commit 3bada0c67749436c71df6a3fba2ad4d81890c78f Author: Daniel Nylander Date: Wed Oct 28 21:12:53 2009 +0100 Updated Swedish translation po/sv.po | 174 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 102 insertions(+), 72 deletions(-) commit 1b294ac0abda89a7a60fc554ac53f1b35b838b75 Author: Fabio Marzocca Date: Wed Oct 28 18:19:05 2009 +0100 Fixes #594539 - Drag and drop folders Allow user to drag a folder directly over the rings-chart or treemap to get it scanned (patch by h2g2bob baobab/src/baobab.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 67 insertions(+), 0 deletions(-) commit b201134f948f7892d1f12b4487e182b764e5dfe9 Author: Matej Urbančič Date: Wed Oct 28 14:09:07 2009 +0100 Updated Slovenian translation po/sl.po | 476 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 258 insertions(+), 218 deletions(-) commit 25effbd10a72093c1906a218f51eb8917f088a48 Author: Ivar Smolin Date: Wed Oct 28 14:42:14 2009 +0200 Updating Estonian translation po/et.po | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) commit 1afa5ae57cd2e170f18aa949640f26ec813ab312 Author: drtvasudevan Date: Wed Oct 28 05:25:11 2009 +0530 Updated Tamil translation po/ta.po | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) commit 6f7c70fbd74f8cf5bb0ab59824f1e0f45279574b Author: Paul Cutler Date: Tue Oct 27 16:14:23 2009 -0500 Removed other calendar references and updated screenshot to not show calendar logview/help/C/figures/syslog_window.png | Bin 74233 -> 198892 bytes logview/help/C/mate-system-log.xml | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) commit bab46ac05b08b9c9e2b65247fb0403b07d865c51 Author: Claude Paroz Date: Tue Oct 27 21:55:06 2009 +0100 Fix logview-filter ui file translatability logview/data/logview-filter.ui | 12 +++++++----- po/POTFILES.in | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) commit 65e8397303cb78eb671ea477421b79f9687875e2 Author: Jorge González Date: Tue Oct 27 21:51:17 2009 +0100 Updated Spanish translation po/es.po | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 147077b52cf66143829668e876e7bd913e3e7415 Author: Paul Cutler Date: Tue Oct 27 15:45:49 2009 -0500 Removed section 3.5 (calendar view) as calendar is removed. BGO 599836 logview/help/C/mate-system-log.xml | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) commit e15b3bff33c165ff90ca83c20ddaf263f4db4c6b Author: Fabio Marzocca Date: Tue Oct 27 17:40:48 2009 +0100 Fix bugs: #547198 - #592735 Renamed "Save snapshot" to "Save screenshot". Mate Goal on Desktop File, removed GenericName. baobab/data/baobab.desktop.in.in | 1 - baobab/src/baobab.c | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) commit a14c9110b4cea649d993ee3915f3d7212e9b970b Author: Cosimo Cecchi Date: Tue Oct 27 17:01:47 2009 +0100 [baobab] callback objects are now GtkActions With the GtkBuilder transition, some GtkMenuItem objects have been translated to GtkActions. Modify the callbacks accordingly. Fixes bug #589611. baobab/src/callbacks.c | 14 +++++++------- baobab/src/callbacks.h | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) commit 68a5c3cc1db1ee4d41b79e3c07abb0794543a96c Author: Jorge González Date: Tue Oct 27 08:04:25 2009 +0100 Updated Spanish translation po/es.po | 96 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 50 insertions(+), 46 deletions(-) commit 5e9983b73229002bea8d4abb47be0712e2825919 Author: Žygimantas Beručka Date: Sat Oct 24 16:39:33 2009 +0300 Updated Lithuanian translation po/lt.po | 2061 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1078 insertions(+), 983 deletions(-) commit d08158446520dba37b337034933d52f477f04c10 Author: Dennis Cranston Date: Fri Oct 23 11:35:59 2009 -0700 [gsearchtool] Bug 599317 Remove generated schema file from the tarball. gsearchtool/ChangeLog | 6 ++++++ gsearchtool/Makefile.am | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 424e70fc8af5addde65e9d6b27b89c9aabf717d9 Author: drtvasudevan Date: Fri Oct 23 21:43:54 2009 +0530 Updated Tamil translation po/ta.po | 364 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 188 insertions(+), 176 deletions(-) commit 84fec1ab63acff0fbc9cf7a77b0423d6a48f2b5d Author: Dennis Cranston Date: Wed Oct 21 15:00:45 2009 -0700 [gsearchtool] Fix a compiler warning gsearchtool/ChangeLog | 4 ++++ gsearchtool/gsearchtool-support.c | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 93fb3a603eca412df6a5cb73deb964b329321ddf Author: Cosimo Cecchi Date: Wed Oct 21 01:55:51 2009 +0200 Make sure to return if we have an error or no new lines (#588577). logview/logview-window.c | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) commit ce164d4be84f94256f2c890684bc8448a15382ae Author: Cosimo Cecchi Date: Tue Oct 20 18:59:33 2009 +0200 Make sure we don't double-free the old name (#595352). logview/logview-filter-manager.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 1c6dfa096bf34547f913e5d542dc7749c6a6e22c Author: Cosimo Cecchi Date: Tue Oct 20 18:38:32 2009 +0200 Always sanitize the stored fontsize from MateConf (#597554). logview/logview-window.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit ee3fccb8e8b1b7051d4075c18526e18e595d1e89 Author: Yaron Shahrabani Date: Tue Oct 20 12:54:02 2009 +0200 Updated Hebrew translation po/he.po | 2445 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1095 insertions(+), 1350 deletions(-) commit 31584ca2553c9a66abcf9105b279752bb8a869fa Author: Daniel Nylander Date: Sun Oct 18 22:20:02 2009 +0200 Updated Swedish translation po/sv.po | 267 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 137 insertions(+), 130 deletions(-) commit e9e0885ba2a19622c44c0ff018e320a995a93949 Author: Jorge González Date: Sat Oct 17 11:33:35 2009 +0200 Updated Spanish translation po/es.po | 216 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 110 insertions(+), 106 deletions(-) commit 0f716a230ec2d8a8d88a99315bc10df3eaa46b78 Author: Peteris Krisjanis Date: Sat Oct 17 01:07:08 2009 +0300 Updated Latvian translation. po/lv.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 131a475aa44149aaca1c453ed8d41c89f7dec5df Author: Ivar Smolin Date: Fri Oct 16 11:16:10 2009 +0300 Updating Estonian translation po/et.po | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit b592e8609296caa7a7902e547c1cce94001d6081 Author: Dennis Cranston Date: Wed Oct 14 14:49:44 2009 -0700 [gsearchtool] Resurrect the --version command line argument gsearchtool/ChangeLog | 9 +++++++-- gsearchtool/gsearchtool-callbacks.c | 11 +++++++++++ gsearchtool/gsearchtool-callbacks.h | 5 +++++ gsearchtool/gsearchtool.c | 3 ++- 4 files changed, 25 insertions(+), 3 deletions(-) commit 17aec35c3005e8bd240764505b0baf75116f2196 Author: Kjartan Maraas Date: Wed Oct 14 22:16:06 2009 +0200 Fix a conflict po/nb.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b28cf72ea0c78d462007e7be7551ac516b4f0c37 Author: Jorge González Date: Sun Oct 11 12:01:37 2009 +0200 Updated Spanish translation po/es.po | 83 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 44 insertions(+), 39 deletions(-) commit 31fb6aeefa1dd37a89fea2c73b47e09bce68058a Author: Ivar Smolin Date: Fri Oct 9 15:29:05 2009 +0300 Updating Estonian translation po/et.po | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) commit 5126a69b7bb4c35cc7fd8a30e212031f0e50f6cb Author: Joan Duran Date: Tue Oct 6 20:21:25 2009 +0200 Updated Catalan translation po/ca.po | 193 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 93 insertions(+), 100 deletions(-) commit 665f58bd548f4f92ec718a6ef9af42073c4fea9f Author: Peteris Krisjanis Date: Fri Oct 2 19:26:55 2009 +0300 Typo in baobab .desktop entry po/lv.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0159ea2cca4b27f7714a5c030e4ccc59e7a250bf Author: Mario Blättermann Date: Wed Sep 30 20:53:01 2009 +0200 Updated German translation po/de.po | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 085f4970baa0c249ad052121beeadeaf6d03c9e6 Author: Dennis Cranston Date: Wed Sep 30 07:47:06 2009 -0700 [gsearchtool] Properly handle invalid command line args gsearchtool/ChangeLog | 5 +++++ gsearchtool/gsearchtool.c | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit c5014e13bd65ac71c2c1225c9a52e0033fee4ac7 Author: Dennis Cranston Date: Mon Sep 28 22:20:51 2009 -0700 [gsearchtool] Bug 595371 Fix possible crash after deleting files. gsearchtool/ChangeLog | 6 ++++++ gsearchtool/gsearchtool-callbacks.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 9a0da2aa4f104fcfee76924c4d9657c99bbe2957 Author: Gabor Kelemen Date: Tue Sep 29 01:00:36 2009 +0200 Updated Hungarian translation po/hu.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b7caac8752d9b91bdbc1179d8cdf55f5e3ea013e Author: Takayuki KUSANO Date: Thu Sep 24 02:01:41 2009 +0900 Updated Japanese translation po/ja.po | 1981 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1019 insertions(+), 962 deletions(-) commit 39462da8918997e9daf54e5ef6056aa106fda0de Author: Emmanuele Bassi Date: Mon Sep 21 16:51:03 2009 +0100 Post-branch bump to 2.29.1 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7bf555dfac3e9b4b19d82c0ba23a24bed462b2d8 Author: Emmanuele Bassi Date: Mon Sep 21 16:43:49 2009 +0100 [release] 2.28.0 NEWS | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 6 +- configure.ac | 6 +- 3 files changed, 138 insertions(+), 6 deletions(-) commit c982ea098d9322f357965c79454a47c376cd8b83 Author: Lucas Lommer Date: Mon Sep 21 11:08:14 2009 +0200 Update Czech translation baobab/help/cs/cs.po | 567 +++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 465 insertions(+), 102 deletions(-) commit 9b3d18cc1e40929919cc53e96ba37b9fcfb54341 Author: Shankar Prasad Date: Mon Sep 21 10:45:02 2009 +0530 Updated Kannada(kn) translation po/kn.po | 1774 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 786 insertions(+), 988 deletions(-) commit a26ad76d6e3fe29896d9e256cf6f220e2eaf6a9f Author: Amitakhya Phukan Date: Sun Sep 20 16:22:52 2009 +0530 Updating Assamese translations po/as.po | 3760 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2028 insertions(+), 1732 deletions(-) commit 47520ed00f161b085e48130c1d924c7c380b289f Author: Matej Urbančič Date: Fri Sep 18 14:25:56 2009 +0200 Updated Slovenian translation po/sl.po | 1885 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 936 insertions(+), 949 deletions(-) commit 6d36a54a8aefa9c00f59b9f41342e2ae8febe19f Author: krishnababu k Date: Thu Sep 17 21:49:32 2009 +0530 Updated Telugu Translation po/te.po | 498 +++++++++----------------------------------------------------- 1 files changed, 69 insertions(+), 429 deletions(-) commit cead5b1d15f9db974a415d64e807f64b4a18a1e8 Author: Maxim V. Dziumanenko Date: Thu Sep 17 17:16:12 2009 +0300 Added Ukrainian translation po/uk.po | 365 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 191 insertions(+), 174 deletions(-) commit 751fac61967b3e0008e63e184953907ba3846b12 Author: Andrea Zagli Date: Wed Sep 16 21:45:00 2009 +0200 Updated Italian translation po/it.po | 2046 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1054 insertions(+), 992 deletions(-) commit 794ebdf730aeed290d06cd6f2bb0e602734fe3c0 Author: Fran Diéguez Date: Wed Sep 16 16:17:10 2009 +0200 Updated Galician Translation po/gl.po | 162 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 83 insertions(+), 79 deletions(-) commit 00075f4c24593b27aadfc51a3ca9c5f07694a9f2 Author: Mohammad Anwari Date: Wed Sep 16 11:59:50 2009 +0300 Fixed plural translations po/id.po | 4276 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 2435 insertions(+), 1841 deletions(-) commit 1c63b12bff46217e280111e41969f90f436acb9a Author: Rajesh Ranjan Date: Wed Sep 16 12:40:28 2009 +0530 hindi update by Rajesh Ranjan po/hi.po | 1711 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 711 insertions(+), 1000 deletions(-) commit 0a1ba5a4ade137df345602ed805a7006811f8908 Author: Lucian Adrian Grijincu Date: Sun Sep 13 23:26:15 2009 +0300 Updated Romanian translation po/ro.po | 1983 +++++++++++++++++++++++--------------------------------------- 1 files changed, 729 insertions(+), 1254 deletions(-) commit 6afaeb5cfbc4c15c145c3e2b5a9f6540b6408e00 Author: Ask H. Larsen Date: Sun Sep 13 03:32:59 2009 +0200 Updated Danish translation po/da.po | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 6d6c7c92651f94cdd6ae47cfac3f80c44404e876 Author: Philip Withnall Date: Sat Sep 12 22:24:12 2009 +0100 Updated British English translation po/en_GB.po | 2016 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1032 insertions(+), 984 deletions(-) commit 301221b07030e2a2e2fe51ac5176025fe944d81d Author: Ani Date: Sun Sep 13 02:38:42 2009 +0530 Updaeted Malayalam Translations po/ml.po | 1963 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 908 insertions(+), 1055 deletions(-) commit cab908a2bb2e29752ec6d75249049552020d49c5 Author: Tommi Vainikainen Date: Sat Sep 12 21:31:22 2009 +0300 Updated Finnish translation po/fi.po | 144 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 74 insertions(+), 70 deletions(-) commit 0b9db3a65c7bda73eada429ab695c81c8b928c45 Author: Ask H. Larsen Date: Sat Sep 12 03:16:43 2009 +0200 Updated Danish translation po/da.po | 519 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 291 insertions(+), 228 deletions(-) commit 02e3d2839f41bea673f058d4697386bf91b79e5d Author: Miloš Popović Date: Fri Sep 11 20:01:58 2009 +0000 Updated Serbian translation po/sr.po | 1983 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 1983 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 2076 insertions(+), 1890 deletions(-) commit 419eca9ff302daadba4f7dd9b01e4df008e18a5c Author: Kostas Papadimas Date: Fri Sep 11 18:39:44 2009 +0300 Updated Greek translation. gsearchtool/help/el/el.po | 550 ++++- .../help/el/figures/mate-search-tool_window.png | Bin 0 -> 22819 bytes po/el.po | 2274 +++++++++----------- 3 files changed, 1406 insertions(+), 1418 deletions(-) commit 0cd4aa57fa398412afe7b39d88caf523e39f3acd Author: Sandeep Shedmake Date: Fri Sep 11 11:50:05 2009 +0530 Updated Marathi Translations po/mr.po | 1725 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 731 insertions(+), 994 deletions(-) commit 5293edd9bcbdba0785a2fd6f8cd7d3c0948cf4d2 Author: Aron Xu Date: Thu Sep 10 18:51:07 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 2605 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1379 insertions(+), 1226 deletions(-) commit fd6cd3111748fa149f5320b794bc08ed742f503e Author: Sweta Kothari Date: Thu Sep 10 14:46:41 2009 +0530 Updated Gujarati Translations po/gu.po | 1641 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 693 insertions(+), 948 deletions(-) commit a9276e4960d4a73d5c1b01d60f3ec1dacda78c2c Author: Mario Blättermann Date: Wed Sep 9 21:38:35 2009 +0200 Updated German translation po/de.po | 1027 +++++++++++++++++--------------------------------------------- 1 files changed, 282 insertions(+), 745 deletions(-) commit 99bf30188e419b5b92e6a18adaa450b67d6a1dd3 Author: Gabor Kelemen Date: Wed Sep 9 12:59:46 2009 +0200 Hungarian translation updated po/hu.po | 1744 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 737 insertions(+), 1007 deletions(-) commit f3cc179ad9a9c7521b57c03157522bbf75ded5ab Author: A S Alam Date: Wed Sep 9 07:25:34 2009 +0530 Updaitng for Punjabi po/pa.po | 693 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 375 insertions(+), 318 deletions(-) commit 483f8fa05331e51f7040bb18b1075c588d5ad2c1 Author: Tomasz Dominikowski Date: Mon Sep 7 18:40:23 2009 +0200 Updated Polish translation po/pl.po | 2618 +++++++++++++++++--------------------------------------------- 1 files changed, 710 insertions(+), 1908 deletions(-) commit 99a98e3e6dac4cffc26207de3722cb40a42f4232 Author: Chao-Hsiung Liao Date: Sun Sep 6 14:35:21 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 212 ++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 214 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 233 insertions(+), 193 deletions(-) commit c17804ea46a00ee14f9733d878aa9698b1af17c1 Author: Adrian Guniš Date: Sat Sep 5 11:55:49 2009 +0200 Update Czech translation. po/cs.po | 162 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 83 insertions(+), 79 deletions(-) commit 347d296ca876ecae5c213194c7a08688dd3b901f Author: Claude Paroz Date: Sat Sep 5 09:36:56 2009 +0200 Updated French manual translations .../help/fr/figures/mate-search-tool_window.png | Bin 28787 -> 22194 bytes gsearchtool/help/fr/fr.po | 374 ++++++++++---------- logview/help/fr/fr.po | 200 +++++------ 3 files changed, 284 insertions(+), 290 deletions(-) commit 6e4c746e68fbf50306d8b0227de1fba3fc15c2ef Author: Emmanuele Bassi Date: Fri Sep 4 00:03:33 2009 +0100 [gdict] Remove the connection check timeout It is possible that the context is destroyed while the timeout we use to check if there is a connection is still running; inside the timeout callback we access the context data structure, and if the object has been finalized then we end up in a SIGSEGV. We need to remove the timeout source when forcing a disconnect, if one is installed; the finalization sequence forces a disconnection thus we should always be safe as houses. Fixes bug: http://bugzilla.mate.org/show_bug.cgi?id=502582 mate-dictionary/libgdict/gdict-client-context.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit e59a3a58601b058ba281b8f98e5ac4431645e963 Author: Duarte Loreto Date: Thu Sep 3 00:50:21 2009 +0100 Updated Portuguese translation po/pt.po | 1967 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1006 insertions(+), 961 deletions(-) commit 366d2191f449412406294288b53cf8bf5ddebd8d Author: Kjartan Maraas Date: Tue Sep 1 13:32:51 2009 +0200 Update Norwegian bokmål translation. po/nb.po | 561 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 289 insertions(+), 272 deletions(-) commit eb4aa8f72c8e899ba45192aad7bf28fa22fbdd6c Author: krishnababu k Date: Mon Aug 31 16:00:13 2009 +0530 Updated Telugu Translations po/te.po | 2129 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1072 insertions(+), 1057 deletions(-) commit dadba6a3f0275965f8311d5f4109da65691a6898 Author: Baris Cicek Date: Sun Aug 30 06:25:12 2009 +0300 Updated Turkish translation. po/tr.po | 2213 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 909 insertions(+), 1304 deletions(-) commit 812cd550530dbcaca4ed7d72ed6b6374a08717ec Author: Changwoo Ryu Date: Sat Aug 29 01:45:39 2009 +0900 Update Korean translation po/ko.po | 2045 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1044 insertions(+), 1001 deletions(-) commit 1d1d8082b0664ca5bedcc06e50a4ccbf359a16c1 Author: Claude Paroz Date: Fri Aug 28 16:00:11 2009 +0200 Updated French translation po/fr.po | 334 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 176 insertions(+), 158 deletions(-) commit c531a9a678028279591d41436e56ff1594d4c600 Author: Gil Forcada Date: Fri Aug 28 12:13:26 2009 +0200 Minor fixes to Catalan translation po/ca.po | 1974 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1023 insertions(+), 951 deletions(-) commit 126d818827953d18981ad1294e57a7436a292ba8 Author: Carles Ferrando Date: Fri Aug 28 12:10:14 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 3718 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3719 insertions(+), 0 deletions(-) commit cdd62bbbb2d85e057b7ad0bafdcc80721b41e205 Author: Inaki Larranaga Murgoitio Date: Thu Aug 27 12:22:02 2009 +0200 Updated Basque language po/eu.po | 1633 +++++++++++++++++++++++++------------------------------------- 1 files changed, 658 insertions(+), 975 deletions(-) commit 229303385439d94f1a3196c0ab12ee885c6a72b2 Author: Dennis Cranston Date: Wed Aug 26 21:45:23 2009 -0700 [gsearchtool] Always show application icons 2009-08-26 Dennis Cranston * gsearchtool-callbacks.c: Always show application icons for open with items. gsearchtool/ChangeLog | 5 +++ gsearchtool/gsearchtool-callbacks.c | 56 +++++++++++++++++++++++----------- 2 files changed, 43 insertions(+), 18 deletions(-) commit 257340d25c9fc94d7b2d059150047b6e72125cb4 Author: Runa Bhattacharjee Date: Wed Aug 26 18:08:11 2009 +0530 Updated Bengali India Translation po/bn_IN.po | 330 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 175 insertions(+), 155 deletions(-) commit 511e2dc94730bfd147c30a64638a4110c6a70895 Author: Daniel Nylander Date: Wed Aug 26 06:04:52 2009 +0200 Updated Swedish translation po/sv.po | 76 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 40 insertions(+), 36 deletions(-) commit 4efa1cc5ad3c204ff18ee30f2d83fec850d3feb6 Author: ifelix Date: Tue Aug 25 17:14:00 2009 +0530 Updated Tamil Translations po/ta.po | 466 ++++++++++---------------------------------------------------- 1 files changed, 75 insertions(+), 391 deletions(-) commit 39e3c048225ae21f835afbc30a81d9999bfdb4fe Author: Cosimo Cecchi Date: Tue Aug 25 12:13:26 2009 +0200 Remove a duplicate id in the UI file .../data/mate-dictionary-preferences.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ded48c78cca2bb43b7a28e759d9708afef243689 Author: Krix Apolinário Date: Mon Aug 24 23:00:01 2009 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 173 +++++++++++++++++++++++++++++++--------------------------- 1 files changed, 92 insertions(+), 81 deletions(-) commit f168e592def64a6a79550c489f274039f3ffe8c2 Author: Emmanuele Bassi Date: Mon Aug 24 22:05:31 2009 +0100 Post-release bump to 2.27.92 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 304d6e3129f792a18fcaf1d906e309a5d05f7c0c Author: Emmanuele Bassi Date: Mon Aug 24 21:55:36 2009 +0100 [release] 2.27.91 NEWS | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 7 ++- configure.ac | 2 +- 3 files changed, 137 insertions(+), 4 deletions(-) commit 998f75d4def06d3699f8ed60b87c7222f709fc0b Author: Denis Arnaud Date: Mon Aug 24 12:42:00 2009 +0200 Updated breton translation po/br.po | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit 04da20c7a2ccf448061894fd6bf5a82138a84b65 Author: Alexander Shopov Date: Mon Aug 24 09:12:12 2009 +0300 Updated Bulgarian translation po/bg.po | 1460 +++++++++++++++++++++++++------------------------------------- 1 files changed, 576 insertions(+), 884 deletions(-) commit a4e54fd391748b4d3498c3d3d30be1e2edd6ab48 Author: Jorge González Date: Mon Aug 24 07:48:28 2009 +0200 Updated Spanish translation po/es.po | 79 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 41 insertions(+), 38 deletions(-) commit fe0dbf0da75ec2a69d55dfee50ba95ad40191407 Author: Ivar Smolin Date: Mon Aug 24 07:09:39 2009 +0300 Updating Estonian translation po/et.po | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit 8cdf904d9b913f7a16a9a044a68e1268da0ae532 Author: William Jon McCann Date: Sun Aug 23 19:57:38 2009 -0400 Play shutter sound effect through libcanberra Fixes http://bugzilla.mate.org/show_bug.cgi?id=592372 configure.ac | 5 ++++ mate-screenshot/Makefile.am | 2 + mate-screenshot/mate-screenshot.c | 42 +++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 0 deletions(-) commit 6078565ded42320bca8427ae4f5dca252d9eca3b Author: Frédéric Péters Date: Sun Aug 23 10:49:28 2009 +0200 [build] fix call to AS_IF macro (MATE bug 592782 ) configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2c80abfdbca5aa0509d9f2a8a7ab94ff46e93e61 Author: Jamil Ahmed Date: Mon Aug 24 02:11:07 2009 +0700 Updated Bengali translation po/bn.po | 6636 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 3331 insertions(+), 3305 deletions(-) commit 1f2b128c3d32cd92527444987189fef862e1ea74 Author: Adrian Guniš Date: Thu Aug 20 22:12:02 2009 +0200 Update Czech translation po/cs.po | 47 ++++++++++++++++++++++++++++++----------------- 1 files changed, 30 insertions(+), 17 deletions(-) commit c4abad388686a49569e8614eb80f23be20e88056 Author: Antón Méixome Date: Wed Aug 19 15:18:19 2009 +0200 Updated Galician Translation po/gl.po | 165 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 86 insertions(+), 79 deletions(-) commit 52f072d5a276628f04563f6066fe2e82fb0d0466 Author: Milo Casagrande Date: Tue Aug 18 21:05:12 2009 +0200 Updated Italian documentation translations of: * gsearchtool * logview Fixes part of bug 591923 gsearchtool/help/it/it.po | 42 ++++++++++++++++++++++++------------------ logview/help/it/it.po | 18 +++++++++--------- 2 files changed, 33 insertions(+), 27 deletions(-) commit 5473971b43929f04e96130bb7aaccc2834df6a73 Author: Denis Arnaud Date: Tue Aug 18 16:44:57 2009 +0200 Updated breton translation po/br.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5f607f78f676cbf22b688ee004b1219c7b20c1d0 Author: Denis Arnaud Date: Tue Aug 18 15:39:41 2009 +0200 Updated breton translation po/br.po | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) commit 72339bbd441f5855b3dfff2213bbef498fa8a710 Author: Tommi Vainikainen Date: Sat Aug 15 15:35:15 2009 +0300 Updated Finnish translation po/fi.po | 70 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 41 insertions(+), 29 deletions(-) commit c1a473babd05183f7cbf6bd1a41e1b7e9b198133 Author: Manoj Kumar Giri Date: Thu Aug 13 20:23:19 2009 +0530 Updated Oriya Translation po/or.po | 1654 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 693 insertions(+), 961 deletions(-) commit 1eaef528d00dfbd8143209f13f3f12c2eb6fd616 Author: Jorge González Date: Thu Aug 13 16:24:36 2009 +0200 Updated Spanish translation po/es.po | 63 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 37 insertions(+), 26 deletions(-) commit 8f64c97f55af50c38e0ba70ca851d078500303d4 Author: Daniel Nylander Date: Thu Aug 13 09:55:15 2009 +0200 Updated Swedish translation po/sv.po | 1111 +++++++++++--------------------------------------------------- 1 files changed, 199 insertions(+), 912 deletions(-) commit ea0066f7332046be459113548cf789dc36961ed4 Author: Seán de Búrca Date: Wed Aug 12 15:51:41 2009 -0600 Updated Irish translation po/ga.po | 2754 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 1204 insertions(+), 1550 deletions(-) commit 94b63f7210488ca9895a90ba252e7f7dfe42d1f1 Author: Ivar Smolin Date: Wed Aug 12 09:52:52 2009 +0300 Updating Estonian translation po/et.po | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit 935c31ee380a471e6258cbe302671b9595907897 Author: Dennis Cranston Date: Mon Aug 10 22:12:19 2009 -0700 [gsearchtool] Mark 'Open with' strings for translation gsearchtool/ChangeLog | 6 ++++++ gsearchtool/gsearchtool-callbacks.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 193f01599ff401668a5bb6c0fc33c9e603bf148f Author: Dennis Cranston Date: Mon Aug 10 22:09:28 2009 -0700 [build] Add libmateui-deprecated & ligeggsmclient build files to gitignore .gitignore | 8 ++++++++ gsearchtool/.gitignore | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit 79d4c9e844d037d9654469806b2880c618ba4af4 Author: Dennis Cranston Date: Mon Aug 10 21:13:04 2009 -0700 [gsearchtool] Modify 'Open with' menus to match the new caja layout gsearchtool/gsearchtool-callbacks.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) commit 6815cdaab8b473a0bbc173e6211c3abecbc4bb4d Author: Petr Kovar Date: Mon Aug 10 23:12:00 2009 +0200 Updated Czech translation by Adrian Gunis Reviewed by: Petr Kovar. po/cs.po | 1723 +++++++++++++++++++++++--------------------------------------- 1 files changed, 644 insertions(+), 1079 deletions(-) commit f47a68a51f13392e1338f09449faf719afe41775 Author: Antón Méixome Date: Mon Aug 10 16:49:51 2009 +0200 Updated Galician translation po/gl.po | 1894 ++++++++++++++++++++++---------------------------------------- 1 files changed, 660 insertions(+), 1234 deletions(-) commit 5193bb5fd387919270c151e0ddda7a45fda3b51e Author: Dennis Cranston Date: Fri Aug 7 21:23:02 2009 -0700 Bug 587143 - Missing main category in desktop file gsearchtool/mate-search-tool.desktop.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dc182ddf84019a72f56cd3d398d0025837f46b17 Author: Kjartan Maraas Date: Wed Aug 5 09:40:35 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 283 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 171 insertions(+), 112 deletions(-) commit e7b1515e8a95830c17b2ed9147915a9eabb23042 Author: Krix Apolinário Date: Sun Aug 2 00:51:13 2009 -0300 Updated Brazilian Portuguese translation. Translation by Krix Apolinário and myself. po/pt_BR.po | 1978 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1016 insertions(+), 962 deletions(-) commit 3f06d61ea2ca24a3808c516630c0148c88a55f38 Author: Denis Arnaud Date: Thu Jul 30 06:46:38 2009 +0200 Added br in LINUGUAS file po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 710b86e1954d763c14bcf8726dde45e36f2b7581 Author: Alan Monfort Date: Wed Jul 29 21:36:20 2009 +0200 Updated breton translation po/br.po | 3315 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 3315 insertions(+), 0 deletions(-) commit a5199b7f510ceb5df1ea41ef6eb8a59c4957400b Author: drtvasudevan Date: Wed Jul 29 12:51:46 2009 +0530 Updated Tamil translation po/ta.po | 218 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 111 insertions(+), 107 deletions(-) commit 4d1f26b4ea6b0f5d2b5403938e9a9fefa9214058 Author: Eduardo Lima Mitev Date: Mon Jul 27 13:29:55 2009 +0200 [baobab] Adds suggested filename to chart snapshot file-chooser dialog Closes bug #546196 baobab/src/baobab-chart.c | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit d38b2f540efa582cbbcf1a17d89c0414e212f600 Author: Petr Kovar Date: Mon Jul 27 00:41:04 2009 +0200 Added Czech help translation by Marek Cernocky gsearchtool/help/Makefile.am | 2 +- gsearchtool/help/cs/cs.po | 674 ++++++++++++++++++++ .../help/cs/figures/mate-search-tool_window.png | Bin 0 -> 23802 bytes 3 files changed, 675 insertions(+), 1 deletions(-) commit a5b491e429956ecd9232f18bd91132f799053e27 Author: Mario Blättermann Date: Sun Jul 26 17:44:33 2009 +0200 Updated German translation gsearchtool/help/de/de.po | 48 +++++++++++++------- .../help/de/figures/mate-search-tool_window.png | Bin 24730 -> 23984 bytes 2 files changed, 31 insertions(+), 17 deletions(-) commit 8ff8e06a58f6e4918dfd5ec81170ec4f42670ff0 Author: Ilkka Tuohela Date: Sat Jul 25 11:30:19 2009 +0300 Updated Finnish translation po/fi.po | 1984 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1013 insertions(+), 971 deletions(-) commit bf06f9c25b73abf4c183b143c673093a48977307 Author: Ivar Smolin Date: Thu Jul 23 18:54:08 2009 +0300 Updating Estonian translation po/et.po | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 08e4a2d041817f3ed29a70031390ff96c22904ee Author: Daniel Nylander Date: Wed Jul 22 23:49:47 2009 +0200 Updated Swedish translation po/sv.po | 2859 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1775 insertions(+), 1084 deletions(-) commit ab112bf4d9f6187b9812f9af9ee1d364023402f6 Author: Jorge González Date: Tue Jul 21 19:35:01 2009 +0200 Updated Spanish translation po/es.po | 231 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 117 insertions(+), 114 deletions(-) commit e10b4d5e8b48fb26dcec76f827d46c2bedc7c570 Author: Eduardo Lima Mitev Date: Tue Jul 21 16:01:04 2009 +0200 [baobab] Adds "total filesystem capacity" row as root of initial treeview Closes bug #571515. baobab/src/baobab-chart.c | 60 ---------------------------------------- baobab/src/baobab-chart.h | 3 -- baobab/src/baobab-ringschart.c | 4 -- baobab/src/baobab.c | 27 +++++++++++++++-- 4 files changed, 23 insertions(+), 71 deletions(-) commit 75c6a6059ce65790481b238aa265a9970b66076e Author: Wang Yan Date: Fri Jul 3 11:15:04 2009 +0800 [screenshot] fix double free of GError Closes bug #587659. Signed-off-by: Wang Yan mate-screenshot/screenshot-utils.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 59db94a8ec34c3ad35ec8bcf2ca4dc7df389b0e9 Author: Chao-Hsiung Liao Date: Sat Jul 18 22:27:25 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1843 ++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 1866 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 1893 insertions(+), 1816 deletions(-) commit 653afb011c8e9ac387b738eea5093145fddfb87a Author: Claude Paroz Date: Tue Jul 14 20:05:31 2009 +0200 Fix POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 645f143ac28397c2dd6f526b8842baf634d38de4 Author: Claude Paroz Date: Mon Jul 13 19:08:25 2009 +0200 Updated French translation po/fr.po | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 68 insertions(+), 4 deletions(-) commit db7d9f4fa98adef31b705c3abe34cb1d7a9290a4 Author: Petr Kovar Date: Sun Jul 12 23:25:45 2009 +0200 Added Czech help translation for dictionary by Marek Cernocky mate-dictionary/help/Makefile.am | 2 +- mate-dictionary/help/cs/cs.po | 465 ++++++++++++++++++++ .../cs/figures/mate-dictionary-add-source.png | Bin 0 -> 20901 bytes .../cs/figures/mate-dictionary-applet-window.png | Bin 0 -> 18769 bytes .../help/cs/figures/mate-dictionary-applet.png | Bin 0 -> 1537 bytes .../cs/figures/mate-dictionary-application.png | Bin 0 -> 10052 bytes .../help/cs/figures/mate-dictionary-find.png | Bin 0 -> 49147 bytes .../help/cs/figures/mate-dictionary-lookup.png | Bin 0 -> 38183 bytes .../figures/mate-dictionary-preferences-print.png | Bin 0 -> 17278 bytes .../mate-dictionary-preferences-source.png | Bin 0 -> 25837 bytes 10 files changed, 466 insertions(+), 1 deletions(-) commit 8a8060bce3f8c98aeb9818db687050c44a2c37ab Author: Maxim V. Dziumanenko Date: Thu Jul 9 16:23:02 2009 +0300 Updated Ukrainian translation po/uk.po | 2545 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1345 insertions(+), 1200 deletions(-) commit a32682b85d270355883b40e134889a8e6cf09e09 Author: Gabor Kelemen Date: Wed Jul 8 00:51:22 2009 +0200 Hungarian translation updated po/hu.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e717bc47fcdc7ff52179f91036cc5f9dbd85ffe6 Author: Paolo Borelli Date: Mon Jun 29 11:57:51 2009 +0200 Fix warnings of format_secondary_text in the right way baobab/src/baobab-remote-connect-dialog.c | 3 +-- baobab/src/baobab-utils.c | 19 +++++++++++++------ baobab/src/baobab-utils.h | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) commit a4538f6a7de2caf7fc3462bca5aa41b02e12e6ce Author: Paolo Borelli Date: Mon Jun 29 11:56:17 2009 +0200 Fix typo in the last patch baobab/src/baobab-scan.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 25b079030d36cfaa191aea2fb1231e48c9267a68 Author: Paolo Borelli Date: Sun Jun 28 13:30:04 2009 +0200 Fix gio inode and device handling for hardlinks baobab/src/baobab-scan.c | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-) commit 31c0838ed60639fb6bcd45c9f066232d1f6d40f7 Author: Cosimo Cecchi Date: Sun Jun 28 12:08:29 2009 +0200 [screenshot] add a manual page Import an adapted manual page based on the Debian one. Close bug #587144. mate-screenshot/Makefile.am | 3 ++ mate-screenshot/mate-screenshot.1 | 59 +++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 0 deletions(-) commit c027b29900a980e4239f41ae601f1f4dd264b16d Author: Claude Paroz Date: Fri Jun 26 22:05:34 2009 +0200 [baobab] Remove build warning for gtk_message_dialog_format_secondary_text baobab/src/baobab-remote-connect-dialog.c | 4 ++-- baobab/src/baobab-utils.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) commit bd33a603bf33718d47bf2f11d380bff33de46169 Author: Fabio Marzocca Date: Fri Jun 26 12:21:28 2009 +0200 Updated copyright year Changed 2008 in 2009 baobab/src/callbacks.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9928f9a7a3a9f448d644064d8738dd758e82d2a5 Author: Jorge Gonzalez Date: Sun Jun 21 13:05:17 2009 +0200 Updated Spanish translation po/es.po | 449 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 254 insertions(+), 195 deletions(-) commit b434bff848bd5d004fb278c5d799482793a67112 Author: Cosimo Cecchi Date: Thu Jun 18 11:53:29 2009 +0200 [logview] use GtkInfoBar Use GtkInfoBar instead of our own copy-and-pasted GtkMessageArea implementation. This requires depending on GTK+ 2.17.2. configure.ac | 2 +- logview/Makefile.am | 2 - logview/gtkmessagearea.c | 874 ---------------------------------------------- logview/gtkmessagearea.h | 116 ------ logview/logview-window.c | 17 +- 5 files changed, 9 insertions(+), 1002 deletions(-) commit 764af9beb8964a43a6521edf3ab33045ec1e2043 Author: Ivar Smolin Date: Wed Jun 17 18:39:53 2009 +0300 Updating Estonian translation po/et.po | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 51 insertions(+), 2 deletions(-) commit 898cce5db991390a41ffca86ad8085f1b57d1911 Author: drtvasudevan Date: Wed Jun 17 17:48:49 2009 +0530 Updated Tamil translation po/ta.po | 155 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 108 insertions(+), 47 deletions(-) commit 9066df0961f4a71d29960d4c59c6f9a7fbc5e104 Author: Josselin Mouette Date: Wed Jun 17 11:27:00 2009 +0200 Fix typo in manual page. Bug#586088 mate-dictionary/data/mate-dictionary.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 43f908604f3422a063d65d22a440648c6c1dd3fb Author: Runa Bhattacharjee Date: Tue Jun 16 12:55:38 2009 +0530 Corrected and error in the Bengali India Translations po/bn_IN.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f177b1305dff259b5fe7874f8b98b62b7138367c Author: Runa Bhattacharjee Date: Tue Jun 16 12:52:55 2009 +0530 Updated Bengali India Translation po/bn_IN.po | 1523 ++++++++++++++++++++++++----------------------------------- 1 files changed, 607 insertions(+), 916 deletions(-) commit da5da2dc9315639cd573645d333ee2e1fec862e7 Author: Cosimo Cecchi Date: Mon Jun 15 15:08:29 2009 +0200 [build] bump to 2.27.3 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9dcb1dd210bc78aee93574819e581e57e4f820cf Author: Cosimo Cecchi Date: Mon Jun 15 14:23:48 2009 +0200 [release] 2.27.2 NEWS | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 18 +++++++----------- 2 files changed, 70 insertions(+), 11 deletions(-) commit 2566897e12469c8b803b4a467e1893c694277057 Author: Cosimo Cecchi Date: Mon Jun 15 15:05:00 2009 +0200 [build] fix make distcheck gsearchtool/Makefile.am | 4 ++-- po/POTFILES.in | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) commit 6f2442c8e9af3397b32de48b700500128c5997e4 Author: Cosimo Cecchi Date: Mon Jun 15 14:11:42 2009 +0200 [build] patch autogen.sh to make gtk-doc happy autogen.sh | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 623f15a6b16d14c96b2ac5540c44e0e09b3c826f Author: Claude Paroz Date: Sat Jun 13 14:23:27 2009 +0200 Updated French translation Contributed by Laurent Coudeur and Claude Paroz po/fr.po | 1473 +++++++++++++++++++++++--------------------------------------- 1 files changed, 554 insertions(+), 919 deletions(-) commit 8e8e32637fbb00cfd0a50cbcc47203b8ee670a31 Author: Kjartan Maraas Date: Wed Jun 10 11:38:13 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 1571 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 608 insertions(+), 963 deletions(-) commit 25545076e4deac5dec59aebea7a3f0d73b9183b2 Author: Ivar Smolin Date: Tue Jun 9 22:35:24 2009 +0300 Updating Estonian translation po/et.po | 432 ++------------------------------------------------------------ 1 files changed, 12 insertions(+), 420 deletions(-) commit f9ad5eda8cc78714c6f105ab6572845c2e6ee245 Author: A S Alam Date: Sun May 31 07:43:47 2009 +0530 updating Translation for Gurmukhi po/pa.po | 1839 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 918 insertions(+), 921 deletions(-) commit 608224847df69d939a57acf4a8c468cce05518ec Author: Ask H. Larsen Date: Sat May 30 19:37:54 2009 +0200 Updated Danish translation po/da.po | 1802 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 895 insertions(+), 907 deletions(-) commit bf08aa159b21160d7da3ef2487396b98e373cdc0 Author: Nathan-J. Hirschauer Date: Tue May 26 22:50:22 2009 +0200 Updated German translation. po/de.po | 1858 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 920 insertions(+), 938 deletions(-) commit dc767e6303214c196ea2fef423ac8fe1cd71d1a2 Author: drtvasudevan Date: Mon May 25 21:02:55 2009 +0530 Updated Tamil translation po/ta.po | 366 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 181 insertions(+), 185 deletions(-) commit 062c3c3a471147529ff7ed76c10c3db3dc935630 Author: Cosimo Cecchi Date: Sat May 23 15:13:20 2009 +0200 [logview] translate last update time Use strftime() instead of ctime() to get the string for the last update time, as the latter does not localize the output (#582832). logview/logview-window.c | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) commit 2d408b79df673de0da78a33389e0f5169dd8c42f Author: Ivar Smolin Date: Thu May 21 22:21:16 2009 +0300 Updating Estonian translation po/et.po | 948 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 483 insertions(+), 465 deletions(-) commit aa9d99650cc7c94597e30a4da386e1f04a75db61 Author: Βασίλης Κοντογιάνης Date: Thu May 21 15:45:39 2009 +0100 Updated Greek translation for baobab documentation baobab/help/el/el.po | 560 +++++++++++--------------------------------------- 1 files changed, 117 insertions(+), 443 deletions(-) commit e549af6ca44aa3f86e2505f6f179c6d7ac5f4057 Author: drtvasudevan Date: Thu May 21 08:25:14 2009 +0530 Updated Tamil translation po/ta.po | 1806 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 887 insertions(+), 919 deletions(-) commit e3ef5d47a404470952f859e431b3b2d7e11f1d5e Author: Dennis Cranston Date: Mon May 18 08:28:44 2009 -0700 [gsearchtool] Add EGGSMCLIENT _LIBS & _CFLAGS Add LIBEGGSMCLIENT_LIBS and LIBEGGSMCLIENT_CFLAGS to build. configure.ac | 5 +++++ gsearchtool/ChangeLog | 2 +- libeggsmclient/Makefile.am | 7 +++++-- 3 files changed, 11 insertions(+), 3 deletions(-) commit e9c6ca70a10957d12000abee7d3378fda21f0946 Author: Dennis Cranston Date: Sun May 17 22:43:18 2009 -0700 [gsearchtool] ChangeLog Add a comment about the reduction in the number of shared libraries required by mate-search-tool. gsearchtool/ChangeLog | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 6e81c3fb89e48ee7d187cfa3d46fa5b48a73d45f Author: Dennis Cranston Date: Sun May 17 22:30:25 2009 -0700 [gsearchtool] Bug 573670 -- ChangeLog Update ChangeLog file. gsearchtool/ChangeLog | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 01cd544d35bab17f2e0329795d7b7a7ddcba3a55 Author: Dennis Cranston Date: Sun May 17 22:25:42 2009 -0700 [gsearchtool] Bug 573670 -- Add custom entry Add custom history entry widget files. gsearchtool/libmateui-deprecated/Makefile.am | 12 + gsearchtool/libmateui-deprecated/README | 9 + .../libmateui-deprecated/gsearchtool-entry.c | 627 ++++++++++++++++++++ .../libmateui-deprecated/gsearchtool-entry.h | 100 ++++ libeggsmclient/README | 10 + 5 files changed, 758 insertions(+), 0 deletions(-) commit 2d190bb62ea3309de461662c4aed30a5d2001672 Author: Dennis Cranston Date: Sun May 17 22:24:04 2009 -0700 [gsearchtool] Bug 573670 -- Add eggsmclient Add libeggsmclient files to mate-utils. libeggsmclient/Makefile.am | 15 + libeggsmclient/eggdesktopfile.c | 1477 ++++++++++++++++++++++++++++++++++ libeggsmclient/eggdesktopfile.h | 159 ++++ libeggsmclient/eggsmclient-private.h | 53 ++ libeggsmclient/eggsmclient-xsmp.c | 1370 +++++++++++++++++++++++++++++++ libeggsmclient/eggsmclient.c | 589 ++++++++++++++ libeggsmclient/eggsmclient.h | 117 +++ 7 files changed, 3780 insertions(+), 0 deletions(-) commit edb09921be5fb5b883b8c19333a8d31ac53875b4 Author: Dennis Cranston Date: Sun May 17 22:22:26 2009 -0700 [gsearchtool] Bug 573670 Remove use of libmateui (mate-client & mate-entry) Makefile.am | 1 + configure.ac | 11 ++------ gsearchtool/Makefile.am | 17 ++++++++---- gsearchtool/gsearchtool-callbacks.c | 17 ++++-------- gsearchtool/gsearchtool-callbacks.h | 14 ++++------ gsearchtool/gsearchtool-support.c | 3 +- gsearchtool/gsearchtool.c | 45 +++++++++++++++------------------- gsearchtool/gsearchtool.h | 1 + 8 files changed, 49 insertions(+), 60 deletions(-) commit 0ff045cbe124c9620ed88ef3b964e92765f3e6d4 Author: Dennis Cranston Date: Sun May 17 11:56:16 2009 -0700 [gsearchtool] MAINTAINER_CFLAGS Fix the build when using MAINTAINER_CFLAGS in Makefile. gsearchtool/ChangeLog | 6 ++ gsearchtool/gsearchtool-callbacks.c | 97 +++++++++++++++++------------------ gsearchtool/gsearchtool-support.c | 4 -- gsearchtool/gsearchtool.c | 46 ++++++++-------- 4 files changed, 77 insertions(+), 76 deletions(-) commit 8b30f024886f326afc08e0fb6dfc40d7bde0bb53 Author: Dennis Cranston Date: Sun May 17 11:33:12 2009 -0700 [gsearchtool] Bug 582785: remove libmate Replace MateDesktopItem with GDesktopAppInfo. gsearchtool/ChangeLog | 7 +++++ gsearchtool/Makefile.am | 4 +- gsearchtool/gsearchtool-callbacks.c | 1 - gsearchtool/gsearchtool-support.c | 43 +++++++++++++--------------------- 4 files changed, 26 insertions(+), 29 deletions(-) commit 25fa2537d458cef51456b81ccc3f008e6b1df74c Author: Dennis Cranston Date: Sun May 17 11:31:36 2009 -0700 [build] Remove libmatedesktop, Add gio-unix configure.ac | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) commit c0dd6561c2e724c37a4bec41d6331e5eb6b823c2 Author: Fotis Tsamis Date: Sat May 16 15:06:28 2009 +0100 updated Greek documentation translation for logview logview/help/el/el.po | 374 +++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 304 insertions(+), 70 deletions(-) commit 8fd0a0a4ec8e60a2ada01aeb723122eb7f1af05c Author: Jorge Gonzalez Date: Fri May 8 20:51:42 2009 +0200 Updated Spanish translation po/es.po | 1225 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 574 insertions(+), 651 deletions(-) commit e86825c9cc0e31fefeea101521f1034338cccbac Author: Michael Terry Date: Thu May 7 12:15:32 2009 -0400 Command line parsing cleanups; add --version Adds a --version/-V option to print baobab version. Notes in the --help output that a directory argument can be passed. Errors out if more than one directory argument is provided. Closes bgo#481480 baobab/src/baobab.c | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) commit f9677a66f088db67b590080e85cd934e226ffd92 Author: Emmanuele Bassi Date: Tue May 5 02:15:40 2009 +0100 [docs] Document the release process Currently, we follow the MATE guidelines, but a document detailing how to make a release should still be available. README.releasing | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 90 insertions(+), 0 deletions(-) commit 0db68c5b7c1313cd6d33cd78aef0f6f9c99f566d Author: Emmanuele Bassi Date: Tue May 5 01:58:32 2009 +0100 Post-release bump to 2.27.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2cb582ee98f159dd9e04a554762a0509d7b482a8 Author: Emmanuele Bassi Date: Tue May 5 00:25:38 2009 +0100 [release] 2.27.1 NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 9 ++----- 2 files changed, 71 insertions(+), 6 deletions(-) commit 583284bf0bfc8e7f9274dceb283ff5f328f1278a Author: Emmanuele Bassi Date: Tue May 5 01:52:45 2009 +0100 [potfiles] Add missing files po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 541e0be8640a7151f736893cc8b3947f18499927 Author: Emmanuele Bassi Date: Tue May 5 01:48:28 2009 +0100 [build] Fix typo in the private headers variable mate-dictionary/libgdict/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 14e7cd59428a722f752349b855f977faa7a2a93c Author: Paolo Borelli Date: Mon May 4 11:17:26 2009 +0200 Remove leftover declaration baobab/src/baobab-utils.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit e93e26944d56f75bedf5781643b0c39f8639d4c1 Author: Gil Forcada Date: Mon May 4 09:00:48 2009 +0200 Fixed POTFILES.in po/POTFILES.in | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit 6ec6089723a7693e43ae5e2c792565eea879406e Author: Mattias Põldaru Date: Sat May 2 11:13:23 2009 +0300 Updating Estonian translation po/et.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 5823b168f07f783f3377f9dca22a66ddda04eba9 Author: Fabio Marzocca Date: Fri May 1 16:09:28 2009 +0200 Fix bug #581002 - Baobab crashes when scan is pointed to a de-selected mount point Reworked code in baobab-utils.c in order to trap a request to scan a mount point which was previously deselected in preferences. baobab/src/baobab-utils.c | 5 +++++ baobab/src/baobab.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) commit 597853fb81dd433c5f2c20fe6fa9313cc192a0fa Author: Dennis Cranston Date: Wed Apr 29 21:30:21 2009 -0700 [gsearchtool] clean up code gsearchtool-callbacks.c (build_popup_menu_for_file): cleanup the code a little. gsearchtool/ChangeLog | 5 +++ gsearchtool/gsearchtool-callbacks.c | 52 +++++++++++++++++----------------- 2 files changed, 31 insertions(+), 26 deletions(-) commit df564b04f5e103331dd8343537f22563b99a6f31 Author: Dennis Cranston Date: Tue Apr 28 21:54:23 2009 -0700 [gsearchtool] Sync open with menu with caja gsearchtool-callbacks.c (build_popup_menu_for_file): Sync the open with menu to recent caja changes. Show app icon for default application, see bug 546916. gsearchtool/ChangeLog | 5 ++ gsearchtool/gsearchtool-callbacks.c | 119 +++++++++++++++++++++-------------- 2 files changed, 77 insertions(+), 47 deletions(-) commit 3efeb4f570ef09572b5a54720455190c7382d147 Author: Dennis Cranston Date: Mon Apr 27 21:01:24 2009 -0700 [gsearchtool] Typo fix ChangeLog grammar fix. gsearchtool/ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 54fe8118ffb6f2be0675f947e765ad3e25e600ae Author: Dennis Cranston Date: Mon Apr 27 20:57:28 2009 -0700 [gsearchtool] Minor logic fix gsearchtool-support.c (compare_regex): Move regfree() inside if condition. gsearchtool/ChangeLog | 8 ++++++++ gsearchtool/gsearchtool-support.c | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 51bf5666cd04acfa3a0afec5fa53dbb6b2f09acd Author: Dennis Cranston Date: Sun Apr 26 22:27:00 2009 -0700 2009-04-26 Dennis Cranston * gsearchtool-support.c (compare_regex): Fix memory leak. Bug 579461. gsearchtool/ChangeLog | 5 +++++ gsearchtool/gsearchtool-support.c | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) commit 29516f386d02889a72d873bd4f356fb1a4845356 Author: Emmanuele Bassi Date: Sun Apr 26 16:31:33 2009 +0100 [doap] rdf:resource requires a URI The resource fields pointing to an email address should use the mailto: URI to be valid. mate-utils.doap | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit d97fa7a59a83a3dc7d4f53e0400b72df74e4227f Author: Emmanuele Bassi Date: Sun Apr 26 16:29:44 2009 +0100 [build] Fix AS_CASE error condition configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4469f8b218ab201f36151cdcfcf3c4743c357f0f Author: Paolo Borelli Date: Sat Apr 25 17:29:24 2009 +0200 Rework monitoring of the home file dir Rework code that monitors file changes in the home dir. Show the notification only if the currently scanned folder is a subdir of home itself. baobab/src/baobab-treeview.c | 55 +++++++++++++-------- baobab/src/baobab-utils.c | 14 ------ baobab/src/baobab-utils.h | 1 - baobab/src/baobab.c | 106 +++++++++++++++++++++++++++++++---------- baobab/src/callbacks.c | 46 +------------------ baobab/src/callbacks.h | 8 --- 6 files changed, 115 insertions(+), 115 deletions(-) commit 380c44544f0a67f0086d6484a5f75b6e985ba840 Author: Paolo Borelli Date: Sat Apr 25 15:01:28 2009 +0200 Fix compiler warning mate-dictionary/libgdict/gdict-client-context.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9e7406a5f099c3fd5617c2e7ce0df1d65c81ff9a Author: Fabio Marzocca Date: Fri Apr 24 18:39:39 2009 +0200 Fix bug #580139 - invalid help uri] src/callbacks.c: make sure to use "baobab" instead of "baobab.xml" when invoking the help baobab/src/callbacks.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1385f135e1fd571a811cac9b38161168ddc4a6bc Author: Olav Vitters Date: Thu Apr 23 19:25:38 2009 +0200 doap: Add desktop category mate-utils.doap | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 400ae6798d6c6f8a2de38bc00e09ec0bdbbdad4b Author: Jorge Gonzalez Date: Tue Apr 21 21:22:57 2009 +0200 Updated Spanish translation gsearchtool/help/es/es.po | 73 +++++++++++++++++++++++++++----------------- 1 files changed, 45 insertions(+), 28 deletions(-) commit 135d17d74d1c84c244c8e826016c216968e01dd6 Author: Shankar Prasad Date: Tue Apr 21 11:58:21 2009 +0530 Updated Kannada Translation po/kn.po | 538 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 302 insertions(+), 236 deletions(-) commit 381eb7bbac8d00385c13032bc43701b0a7550caa Author: TeliuTe Date: Sun Apr 19 03:33:28 2009 +0200 Upload zh_CN translation baobab/help/Makefile.am | 2 +- baobab/help/zh_CN/zh_CN.po | 697 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 698 insertions(+), 1 deletions(-) commit b5b2d1732785bd946794b2221128460ca20b9bd7 Author: Emmanuele Bassi Date: Sat Apr 18 17:52:59 2009 +0100 [gitignore] Ignore all m4 files that we don't control .gitignore | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 86a76da8677500acebaa6d034036622f153076bd Author: Emmanuele Bassi Date: Sat Apr 18 13:01:46 2009 +0100 [gitignore] Add ignore file for sub-modules Sub-modules should have their own .gitignore file. baobab/.gitignore | 8 ++++++++ mate-screenshot/.gitignore | 4 ++++ gsearchtool/.gitignore | 7 +++++++ logview/.gitignore | 8 ++++++++ 4 files changed, 27 insertions(+), 0 deletions(-) commit 70dffb5515693ada8a05dde90056cd57b4cdee16 Author: Emmanuele Bassi Date: Sat Apr 18 13:03:03 2009 +0100 [docs] The help XML file should not be committed The german localization of the logview help is placed under revision control, but it's autogenerated from the template and its localization file. Thus, it should be removed. logview/help/de/mate-system-log.xml | 293 ---------------------------------- 1 files changed, 0 insertions(+), 293 deletions(-) commit 1c31049e3ef373e8888ce77b226ffecc0ecde080 Author: Emmanuele Bassi Date: Sat Apr 18 13:00:35 2009 +0100 [build] Show generation rules Use the GEN tag for the enumerations and marshals generation rules, to make them fit with the Shave output. mate-dictionary/libgdict/Makefile.am | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit dde8661d7c781c0a77e2dc25258f16c1dcea2086 Author: Emmanuele Bassi Date: Sat Apr 18 12:57:07 2009 +0100 [build] Use Shave Shave is a neat little tool that removes the libtool and gcc incantations from the build output, making it useful again for spotting warnings and errors that would otherwise be drowned by the excessive verbosity. It can be toggled by simply using: make V=1 instead of the usual 'make'. .gitignore | 3 ++ Makefile.am | 22 +++++++------- configure.ac | 6 ++++ m4/Makefile.am | 8 +++++ m4/shave-libtool.in | 69 ++++++++++++++++++++++++++++++++++++++++++++ m4/shave.in | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++ m4/shave.m4 | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 253 insertions(+), 11 deletions(-) commit 993de51b67e9cf58ecd4c3815275f68f0fceecbd Author: Emmanuele Bassi Date: Sat Apr 18 12:22:50 2009 +0100 Move mate-dictionary ChangeLog We don't use per-module ChangeLog files anymore. mate-dictionary/ChangeLog | 1637 ---------------------------------------- mate-dictionary/ChangeLog.SVN | 1637 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1637 insertions(+), 1637 deletions(-) commit a9b2ce3be4b88a8a75fb5c852d49251f8c78cc06 Author: Emmanuele Bassi Date: Sat Apr 18 12:22:11 2009 +0100 [gitignore] Add mate-dictionary ignore file mate-dictionary/.gitignore | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) commit 97f354b8e6814cf8caa67b6f98f7e7c564758bef Author: Emmanuele Bassi Date: Sat Apr 18 12:21:51 2009 +0100 [gitignore] Add intltool droppings .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 75a9ea6e5cbaf15ef36468da50b6d0d19c03e016 Author: Emmanuele Bassi Date: Sat Apr 18 12:16:45 2009 +0100 [build] Clean up gdict Makefile template * Remove compiler flags directives from the INCLUDES section * Add all the deprecation defines and disable single header inclusion for GLib and GTK+ * Split out the source files listings and allow out of tree builds (if my calculations are correct: verifications appreciated!) * Clean up the generated files rules mate-dictionary/libgdict/Makefile.am | 158 +++++++++++++++------------------ 1 files changed, 70 insertions(+), 88 deletions(-) commit 123b4cd3998855af994088fea077b459744d3fdc Author: Emmanuele Bassi Date: Sat Apr 18 12:15:40 2009 +0100 [build] Export the MAINTAINER_CFLAGS variable Sub-modules that wish to enable the anal retentive compiler flags should add $(MAINTAINER_CFLAGS) in their CFLAGS directives. configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e509d47b94aa3087817236d8cbfbbbbb90026413 Author: Emmanuele Bassi Date: Sat Apr 18 11:43:52 2009 +0100 [doap] Add download-page and change shortdesc Add the download-page element linking to the location of the mate-utils tarballs. Change the short description to be more human friendly. mate-utils.doap | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit dea36251721e72af660d9611ad8b54e3cda6a1b4 Author: Emmanuele Bassi Date: Sat Apr 18 11:43:21 2009 +0100 [docs] Update the HACKING file Remove old branches and references to Subversion. HACKING | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) commit 89211104b17eb12da660f688d5e0adfb7e00c9d5 Author: Cosimo Cecchi Date: Fri Apr 17 21:38:24 2009 +0200 [dictionary] Port to GtkBuilder Remove the deprecated dependency on libglade and port mate-dictionary to GtkBuilder. mate-dictionary/data/Makefile.am | 7 +- .../data/mate-dictionary-preferences.glade | 629 -------------------- .../data/mate-dictionary-preferences.ui | 230 +++++++ mate-dictionary/data/mate-dictionary-source.ui | 332 +++++++++++ mate-dictionary/src/Makefile.am | 4 - mate-dictionary/src/gdict-pref-dialog.c | 40 +- mate-dictionary/src/gdict-source-dialog.c | 75 ++-- mate-dictionary/src/gdict-window.h | 1 - po/POTFILES.in | 3 +- 9 files changed, 630 insertions(+), 691 deletions(-) commit fde97f5247e1f839911f107ab5088ea7c09fe28d Author: Cosimo Cecchi Date: Fri Apr 17 21:35:26 2009 +0200 [build] Fix zlib support Fix zlib support checks in the configure script, which was broken with the last commit; we were always setting enable_zlib to "no" and would never enter the following check. configure.ac | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit d8f8aa85b8d2a1ad3e12e849621f835660460ad8 Author: Emmanuele Bassi Date: Fri Apr 17 18:39:08 2009 +0100 [build] Massive update to the configure template Let's bring the configure.ac template into the new century, shall we? Use macros like AS_IF and AS_CASE instead of shell-like if and case. Cut down the checks on some crap that we don't use anymore or that comes with being a MATE project. Clear up the coding style. Add options for the anal-retentive compiler flags and be more aggressive with the debug defines. Clean the summary. configure.ac | 484 ++++++++++++++++++++++++++++------------------------------ 1 files changed, 235 insertions(+), 249 deletions(-) commit 4e59721418e863d33bd16b202ec2274ff8cfd34a Author: Emmanuele Bassi Date: Fri Apr 17 18:38:55 2009 +0100 [gitignore] Create ignore file .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) commit 24b7d9bac47c2362cf182eda357c9ea3dd68685d Author: Emmanuele Bassi Date: Fri Apr 17 18:01:07 2009 +0100 [build] Remove the spec file The mate-utils.spec file used to build RPM packages was terribly out of date. I presume all RPM-based distributions use their own spec file nowadays. Makefile.am | 2 - configure.ac | 1 - mate-utils.spec.in | 104 --------------------------------------------------- 3 files changed, 0 insertions(+), 107 deletions(-) commit 40697230f15ac1e6f6e0944934473d06203ff546 Author: Emmanuele Bassi Date: Fri Apr 17 17:56:49 2009 +0100 [docs] Add documentation on commit practises Up until now we kinda left the commit practises up to the people actually committing. Since now we're starting to use commit messages and since now we use a tool that can potentially disrupt the history of the project, we need to be more careful. README.commits | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 73 insertions(+), 0 deletions(-) commit c3b904b539192b7579de56730154e3412f351770 Author: Emmanuele Bassi Date: Fri Apr 17 17:44:22 2009 +0100 [build] Generate ChangeLog from the import tag Since we generate the ChangeLog from the Git commit logs, it's better to have the Git import commit (signed tag: git-import) as the beginning of the file. Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 07f894bcf3f8b7920a9b29a96cc89b8e841e966d Author: Emmanuele Bassi Date: Fri Apr 17 17:42:21 2009 +0100 [build] Generate ChangeLog on dist Instead of having a real file we can use the Git commit logs to generate the ChangeLog during the release process. This will hopefully force us to use meaningful commit messages. Makefile.am | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) commit a6d371ab2b9f33a149cce4bebf03e0c56b4ead2f Author: Emmanuele Bassi Date: Fri Apr 17 17:32:30 2009 +0100 Move ChangeLog out of the way We won't be using a ChangeLog file anymore, and generate the ChangeLog during the dist process. ChangeLog | 3403 +-------------------------------------------------------- ChangeLog.SVN | 3401 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3405 insertions(+), 3399 deletions(-) commit cdf9cb460768cf0b5057b6856e316bb6dd73cbc7 Author: Emmanuele Bassi Date: Fri Apr 17 17:26:02 2009 +0100 [doap] Add project description The DOAP (Description Of A Project) file describes the MATE Utilities project. The Cgit instance running on git.mate.org will pick up some of the stuff we put inside the DOAP file. mate-utils.doap | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 78 insertions(+), 0 deletions(-)