commit 91a5da9833094d449ac31540c4110dbeef761488 Author: Christian Persch Date: Mon Aug 16 21:28:40 2010 +0200 Distcheck with --with-gtk=3.0 Makefile.am | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 028a30e1849f18126ee6780e90cdb8714839347f Author: Fran Diéguez Date: Mon Aug 16 17:56:49 2010 +0200 Updated Galician translations po/gl.po | 362 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 181 insertions(+), 181 deletions(-) commit 7443b8224be78412faea9f6fa0ee873c4c921b68 Author: Christian Persch Date: Mon Aug 16 15:34:02 2010 +0200 More NEWS NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4e79e321f0a5f04dc2d12efcedf24433c64035ef Author: Christian Persch Date: Mon Aug 16 15:10:29 2010 +0200 Bump vte req configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 04cd0f00a5acf498264e08ca89b8d7d79c1ed963 Author: Christian Persch Date: Mon Aug 16 15:00:07 2010 +0200 NEWS update NEWS | 16 ++++------------ 1 files changed, 4 insertions(+), 12 deletions(-) commit 86679967912d616f25137720bcfa78651ce4c352 Author: Jorge González Date: Sun Aug 15 21:07:40 2010 +0200 Updated Spanish translation po/es.po | 226 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 111 insertions(+), 115 deletions(-) commit 4a537d694d86569a3b40530342c923d4a094b7cc Author: Funda Wang Date: Sat Aug 14 16:09:09 2010 +0800 Updated zh_CN translation. po/zh_CN.po | 314 ++++++++++++++++------------------------------------------- 1 files changed, 82 insertions(+), 232 deletions(-) commit 742bc0296351e6a2792dd2f5f402ff6b2d7aca45 Author: Christian Persch Date: Wed Aug 11 00:10:21 2010 +0200 Revert using org.gtk.Application interface Regain interoperability with gnome-terminal 2.30. configure.ac | 2 +- src/terminal.c | 261 ++++++++++++++++++++++++++------------------------------ 2 files changed, 121 insertions(+), 142 deletions(-) commit 4ad552c9ce71ffab0b1762bb6434deeb1ff2c2fd Author: A S Alam Date: Thu Aug 12 18:54:20 2010 +0530 update translation for Punjabi po/pa.po | 191 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 90 insertions(+), 101 deletions(-) commit fea6acfe531c4d93ff8dd89f3809ee17d6da2075 Author: Matej Urbančič Date: Wed Aug 11 14:40:47 2010 +0200 Updated Slovenian translation po/sl.po | 428 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 215 insertions(+), 213 deletions(-) commit 56d8780fd3997d982465440477829c2a66a25284 Author: Yaron Shahrabani Date: Wed Aug 11 01:18:30 2010 +0300 Updated Hebrew translation. po/he.po | 646 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 320 insertions(+), 326 deletions(-) commit ef13be078dd53e8eab3c159fa185d035cbc5df53 Author: Behdad Esfahbod Date: Tue Aug 10 13:55:27 2010 -0400 Bug 624440 - ftp_proxy should use http (not ftp) scheme Use http scheme for https proxy too. src/terminal-util.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit c1f65ee714e079b482348046c55f2dae2dac883d Author: Christian Persch Date: Tue Aug 10 18:33:19 2010 +0200 Fix encodings menu with unknown encoding When the encoding is unknown, don't select the first entry in the menu. Instead, make sure the actual encoding always has its own menu entry. src/terminal-app.c | 41 +++++++++++++++++++++++++++++------------ src/terminal-app.h | 4 ++++ src/terminal-window.c | 12 ++++++++++-- 3 files changed, 43 insertions(+), 14 deletions(-) commit 85ce77f25579423182316430338cbffffe64b585 Author: Christian Persch Date: Tue Aug 10 18:00:15 2010 +0200 Fix locale encoding option Bug #624489. src/terminal-app.c | 25 ++++++++++--------------- src/terminal-encoding.c | 39 ++++++++++++++++++++++----------------- src/terminal-encoding.h | 2 +- src/terminal-window.c | 20 +++++++++++++------- 4 files changed, 46 insertions(+), 40 deletions(-) commit ea10e6046fd0a8136af9d5da5c91d4cb78e52c3a Author: Christian Persch Date: Tue Aug 10 17:44:01 2010 +0200 Add accessor functions for TerminalEncoding src/terminal-app.c | 4 +++- src/terminal-encoding.c | 33 +++++++++++++++++++++++++-------- src/terminal-encoding.h | 4 ++++ src/terminal-window.c | 6 +++--- 4 files changed, 35 insertions(+), 12 deletions(-) commit 67950913d8873c7546d2375943edbcb4bf139df4 Author: Christian Persch Date: Tue Aug 10 15:06:55 2010 +0200 Hide the FileSaveContents action if saving is not supported We need to always create the action, and only hide it if it's not supported. src/terminal-window.c | 13 ++++++++----- src/terminal.xml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) commit c0dfa55258d089cfce8f3dd2bb67dcbf23f5b85b Author: Christian Persch Date: Tue Aug 10 15:03:18 2010 +0200 Replace if 0 with correct conditional ... in terminal-accels.c as well. Adds to the previous commit 7b20f12bfaf8fdac24fa99a031d1bee11b3c23fc. src/terminal-accels.c | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) commit 7b20f12bfaf8fdac24fa99a031d1bee11b3c23fc Author: Christian Persch Date: Tue Aug 10 14:50:23 2010 +0200 Don't enable "Save Contents" for stable versions. ... until vte supports async saving. This reverts commit d2fd62f189406b512d9550a571791de66b556d36. src/terminal-accels.c | 2 ++ src/terminal-window.c | 21 ++++++++++++++++++++- src/terminal.xml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) commit 7a6d72301936ce10567d1dbbdb5a10cbe6eb43f8 Author: Christian Persch Date: Tue Aug 10 14:47:18 2010 +0200 Use 'http' scheme for the ftp_proxy env var Bug #624440. src/terminal-util.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 8388b77099b4cb957b45acaad7ccef8c8b0088ce Author: Christian Persch Date: Tue Aug 10 14:29:33 2010 +0200 Go GPL3+ COPYING | 899 +++++++++++++++++++++++++++------------ src/eggdesktopfile.c | 2 +- src/eggdesktopfile.h | 2 +- src/eggshell.c | 2 +- src/eggshell.h | 2 +- src/eggsmclient-osx.c | 2 +- src/eggsmclient-private.h | 2 +- src/eggsmclient-win32.c | 2 +- src/eggsmclient-xsmp.c | 2 +- src/eggsmclient.c | 2 +- src/eggsmclient.h | 2 +- src/extra-strings.c | 2 +- src/profile-editor.c | 2 +- src/profile-editor.h | 2 +- src/skey-popup.c | 2 +- src/skey-popup.h | 2 +- src/skey/md4.c | 2 +- src/terminal-accels.c | 2 +- src/terminal-accels.h | 2 +- src/terminal-app.c | 2 +- src/terminal-app.h | 2 +- src/terminal-debug.c | 2 +- src/terminal-debug.h | 2 +- src/terminal-encoding.c | 2 +- src/terminal-encoding.h | 2 +- src/terminal-info-bar.c | 2 +- src/terminal-info-bar.h | 2 +- src/terminal-intl.h | 2 +- src/terminal-options.c | 2 +- src/terminal-options.h | 2 +- src/terminal-profile.c | 2 +- src/terminal-profile.h | 2 +- src/terminal-screen-container.c | 2 +- src/terminal-screen-container.h | 2 +- src/terminal-screen.c | 2 +- src/terminal-screen.h | 2 +- src/terminal-search-dialog.c | 2 +- src/terminal-search-dialog.h | 2 +- src/terminal-tab-label.c | 2 +- src/terminal-tab-label.h | 2 +- src/terminal-tabs-menu.c | 2 +- src/terminal-tabs-menu.h | 2 +- src/terminal-util.c | 4 +- src/terminal-util.h | 2 +- src/terminal-window.c | 2 +- src/terminal-window.h | 2 +- src/terminal.c | 2 +- 47 files changed, 663 insertions(+), 330 deletions(-) commit bc2a36db0589d7e2874b75a383372d9816d5ab06 Author: Christian Persch Date: Tue Aug 10 14:26:38 2010 +0200 Add configure switch to disable s/key support configure.ac | 29 ++++++++++++++++++++++++++++- src/Makefile.am | 11 +++++++++-- src/terminal-screen.c | 30 +++++++++++++++++++++--------- src/terminal-window.c | 7 ++++++- 4 files changed, 64 insertions(+), 13 deletions(-) commit 685908a9f3257e8738d6e01142bbf20d006b8fb2 Author: Christian Persch Date: Tue Aug 10 13:32:48 2010 +0200 Version 2.31.90 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3d98495a53540effe5a1a739fa704f9d1764c012 Author: Hideki Yamane (Debian-JP) Date: Sat Aug 7 15:46:17 2010 +0900 Updated Japanese translation po/ja.po | 958 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 575 insertions(+), 383 deletions(-) commit 7bcf1f5266d8fa175c756b4bff7dc7cb547bb7a2 Author: A S Alam Date: Wed Aug 4 14:45:46 2010 +0530 update Translation and update error during commit for Punjabi by A S Alam po/pa.po | 907 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 483 insertions(+), 424 deletions(-) commit 7948c607336282c68886c0d606a5125eae20cee9 Author: Pablo Castellano Date: Tue Aug 3 19:58:09 2010 +0200 Update git.mk from pango git.mk | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit e449ad9ced461a7979dd706de19b6c1f7e6106bb Author: Runa Bhattacharjee Date: Thu Jul 29 18:47:16 2010 +0530 Updated Bengali India Translation po/bn_IN.po | 1092 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 629 insertions(+), 463 deletions(-) commit 19bb9243463829f6a05038550118fc4870c4a94b Author: Manoj Kumar Giri Date: Thu Jul 29 16:13:44 2010 +0530 Updated Oriya Translation po/or.po | 1116 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 618 insertions(+), 498 deletions(-) commit da8b6a85e0350588ae1a88b053d7365bdbd9a936 Author: krishnababu k Date: Wed Jul 28 15:13:26 2010 +0530 Updated Telugu Translations po/te.po | 417 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 220 insertions(+), 197 deletions(-) commit 261d877c3122bde54f49a7f4e87d8dd40b97e330 Author: Andika Triwidada Date: Tue Jul 27 14:25:28 2010 +0700 Updated Indonesian translation to 100% po/id.po | 68 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 34 insertions(+), 34 deletions(-) commit f54d25ed82b2a58f3214112c4b9d78eecd0428bc Author: Dirgita Date: Tue Jul 27 14:06:58 2010 +0700 Updated Indonesian translation po/id.po | 1701 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1087 insertions(+), 614 deletions(-) commit 4e35383aca3b7b23771afb24690f01ffd06460bf Author: Shankar Prasad Date: Mon Jul 26 12:28:12 2010 +0530 Updated the Kannada translations po/kn.po | 49 ++++++++++++++++++++++++++----------------------- 1 files changed, 26 insertions(+), 23 deletions(-) commit b84d5fe44dd919fd63466556e5fabc94b0280d2b Author: drtv Date: Sun Jul 25 15:23:47 2010 +0530 Updated Tamil translation po/ta.po | 791 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 437 insertions(+), 354 deletions(-) commit ab61e7b39287ba5900a68c2eb1d8b37b5d75ca57 Author: Sweta Kothari Date: Thu Jul 22 15:52:34 2010 +0530 Updated Gujarati Translations po/gu.po | 456 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 226 insertions(+), 230 deletions(-) commit 7c6ca267f10afe2158a704cd5ced5bfd8027571c Author: Sandeep Shedmake Date: Thu Jul 22 10:57:25 2010 +0530 Updated Marathi Translations po/mr.po | 1018 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 583 insertions(+), 435 deletions(-) commit 4d799f36d891722dd973cda025618fab0bae88c0 Author: Fran Diéguez Date: Tue Jul 20 13:11:30 2010 +0200 Updated Galician translations po/gl.po | 194 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 93 insertions(+), 101 deletions(-) commit 1f75d919b91652d74459e56024484f900e3e6125 Author: Chao-Hsiung Liao Date: Tue Jul 20 16:24:50 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 751 ++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 756 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 827 insertions(+), 680 deletions(-) commit 0f2b932cf7a3f7c8dfbb4a958d667603bbffa763 Author: Christian Persch Date: Mon Jul 19 09:29:24 2010 +0200 One last GSEAL fix Use gtk_message_dialog_get_message_area(). Bug #612712. src/terminal-window.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 6fb598b897b0e41ba7a922549b65c2e54344264d Author: Eli Lindsey Date: Mon May 10 01:51:42 2010 -0500 Change minimum number of rows src/terminal-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5481856835c207e6c40eb69deb83f9489d8472df Author: Christian Persch Date: Sun Jul 18 21:20:05 2010 +0200 Print remote error ... instead of only printing it in debug mode. src/terminal.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 6c39726dd224bff4270e3a3203b0ec3e97cda356 Author: Christian Persch Date: Sun Jul 18 21:19:52 2010 +0200 Unref the introspection data directly src/terminal.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 35d52531fc9dbd2eeb56f8bf5a2159eb03f0e676 Author: Frédéric Péters Date: Sun Jul 18 21:08:46 2010 +0200 Update to new switch-page signal signature GtkNotebookPage has been removed and and the switch-page signal now gets an opaque gpointer as second parameter in GTK+ 2.22, and a GtkWidget* pointing to the page in GTK+ 3.0. Bug #624603. src/terminal-tabs-menu.c | 10 +++++++++- src/terminal-window.c | 20 +++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) commit 30b90f9fc4afc31eba7d764d5db5a554963a3c9e Author: Aron Xu Date: Mon Jul 12 16:36:27 2010 +0800 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) commit 27a489b5df201c33b17c1566baa93c7d820b9498 Author: Christian Persch Date: Wed Jul 7 23:35:14 2010 +0200 Fix build with latest glib configure.ac | 2 +- src/terminal.c | 25 +++++++++++-------------- 2 files changed, 12 insertions(+), 15 deletions(-) commit be1d18e4df69d3bd7768a8627b9111fac6daf3aa Author: Mario Blättermann Date: Wed Jul 7 12:59:39 2010 +0200 [i18n] Updated German doc translation help/de/de.po | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) commit 448fb42b1d10b637dfb9dafee54da8fb2f34db0d Author: Jorge González Date: Wed Jul 7 10:41:25 2010 +0200 Updated Spanish translation help/es/es.po | 37 +++++++++++++++++++++---------------- 1 files changed, 21 insertions(+), 16 deletions(-) commit f646caa3fb6d473c3770b78bdd3335849bd73dcc Author: Ryan Lerch Date: Mon Jul 5 22:44:02 2010 +1000 Fixed incorrect reference to the Edit Profiles dialog Changed an incorrect guilabel in the documentation from "Edit Profiles" to "Profiles" help/C/gnome-terminal.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6aab16f6b48b2a83b252b4fdb3589a98080375c0 Author: Aron Xu Date: Wed Jun 30 17:11:39 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 101 +++++++++++++++++++++++++++-------------------------------- 1 files changed, 46 insertions(+), 55 deletions(-) commit bc03b1f43077b594ca0405470e322731ea38de4b Author: Matthias Clasen Date: Mon Jun 28 12:25:06 2010 -0400 Fix a crash in tab DND The screen container is no longer a direct parent of the screen, so we cannot call gtk_container_remove (screen_container, screen). At least not without an assertion from GTK+... Bug 623053 src/terminal-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 128ccf1d1068169ffe27079eaf3be3b643ca5b1d Author: Kristjan Schmidt Date: Sun Jun 27 09:45:08 2010 +0200 Add Esperanto translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 65ee05fde9264d782ca523c3397f319181efc1b2 Author: Kristjan Schmidt Date: Sun Jun 27 09:45:07 2010 +0200 Add Esperanto translation po/eo.po | 2405 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2405 insertions(+), 0 deletions(-) commit 4600820eb70119349247fd51f6c36035a0af6c83 Author: YunQiang Su Date: Sun Jun 27 12:22:27 2010 +0800 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 619 +++++++++++++++++++++++++++------------------------ 1 files changed, 323 insertions(+), 296 deletions(-) commit fea8047d69e6a644297c66a142c6f1805db176cc Author: Matej Urbančič Date: Tue Jun 22 11:09:46 2010 +0200 Updated Slovenian translation po/sl.po | 933 +++++++++++++++++++++----------------------------------------- 1 files changed, 317 insertions(+), 616 deletions(-) commit 0a3d7c500a8c1dd672637592824b36eba5a054e2 Author: Rudolfs Mazurs Date: Sun Jun 20 11:56:02 2010 +0300 Updated Latvian translation. po/lv.po | 73 ++++++++++++-------------------------------------------------- 1 files changed, 14 insertions(+), 59 deletions(-) commit 48246a74c23b79557b5985d9c6d34a09ec7ed267 Author: Ivar Smolin Date: Sat Jun 19 17:49:48 2010 +0300 [l10n] Updated Estonian translation po/et.po | 31 +++++++++++++++---------------- 1 files changed, 15 insertions(+), 16 deletions(-) commit 3e31abdeb0384f4b19e0a8f8acb91e92f03bb508 Author: Christian Persch Date: Wed Jun 16 17:45:44 2010 +0200 Improve GApplication compatibility Use "cwd" key name for the cwd data. src/terminal.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 47a73a94dc11990c2557d2c41e72438738572ac9 Author: Christian Persch Date: Tue Jun 15 23:19:54 2010 +0200 It's 2010 ! src/terminal-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7d8a9880996427ac40f2e64b3fd03be31461d6d1 Author: Christian Persch Date: Tue Jun 15 16:45:11 2010 +0200 Fix vte pkg-config check on gtk3 configure.ac | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit f50d5c11594f8f9bea031a393ee79671896fcdb5 Author: Sira Nokyoongtong Date: Tue Jun 15 13:22:51 2010 +0700 Updated Thai translation. po/th.po | 770 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 423 insertions(+), 347 deletions(-) commit 395c973b898d1733878c379c9a29aa57d58e8260 Author: Fran Diéguez Date: Sun Jun 13 20:01:53 2010 +0200 Updated Galician translations po/gl.po | 238 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 116 insertions(+), 122 deletions(-) commit 9a6bbb598efb61ea36d055c824cef10a7bb5761a Author: Christian Persch Date: Sun Jun 13 19:40:08 2010 +0200 Unset some env vars ... so they don't end up polluting the env in the terminal children. src/terminal.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 58ee4f9a919678eec1415d42c5e2ad8fed82d719 Author: Christian Persch Date: Sun Jun 13 16:10:30 2010 +0200 Remove debug spew src/terminal.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 620e0b0548b542cd54d7e6ff01e8646e5a775ddf Author: Christian Persch Date: Sun Jun 13 16:06:01 2010 +0200 Use org.gtk.Application.Activate ... instead of creating our own interface for this. src/terminal.c | 138 +++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 96 insertions(+), 42 deletions(-) commit a1e168b003c78eeda42796bd091aab9f4138d059 Author: Christian Persch Date: Sun Jun 13 14:30:28 2010 +0200 Bump GIO req configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fdf01b94d14d7f9c4df7e9f762f851d0800c4927 Author: Christian Persch Date: Sat May 8 18:08:48 2010 +0200 Port to GDBus ... and remove dbus-glib dependency. configure.ac | 16 +- src/Makefile.am | 9 - src/terminal-app.c | 71 +++- src/terminal-app.h | 5 +- src/terminal-factory-service.xml | 11 - src/terminal-util.c | 138 -------- src/terminal-util.h | 12 - src/terminal.c | 682 +++++++++++++++++++------------------- 8 files changed, 399 insertions(+), 545 deletions(-) commit 6c9e0c97a9b86250cc61d0c32889d336c4267cd0 Author: Christian Persch Date: Sat Jun 12 18:03:22 2010 +0200 Bump gtk req to 2.18 ... and remove GTK_CHECK_VERSION() etc as appropriate. configure.ac | 5 +---- src/Makefile.am | 9 ++------- src/terminal-screen.c | 24 ------------------------ src/terminal-window.c | 8 -------- 4 files changed, 3 insertions(+), 43 deletions(-) commit cd68e956b71e5b25edc443974acc119d98a637b0 Author: Christian Persch Date: Sat Jun 12 17:40:52 2010 +0200 Allow building against gtk 3 Not parallel installable with the gtk 2 gnome-terminal version, since there's no need for more than one installed g-t ! configure.ac | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) commit 3f0fe18354cb0edd205e47cbe1e3e5bbbe49aba2 Author: Behdad Esfahbod Date: Fri Jun 11 19:07:52 2010 -0400 Bug 144000 - encodings other than the current encoding are not listed in gnome-terminal on Solaris. src/terminal-encoding.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3d6a5197dfd4eb03319a9dc84e79c2b7b0736fdd Author: Gabor Kelemen Date: Fri Jun 4 16:47:27 2010 +0200 Hungarian translation updated by Attila Hammer po/hu.po | 753 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 418 insertions(+), 335 deletions(-) commit 7380ff22d870cbe8b6b9b37941fbadc9dc2be506 Author: Funda Wang Date: Mon May 31 14:53:54 2010 +0800 Updated zh_CN translation. po/zh_CN.po | 924 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 559 insertions(+), 365 deletions(-) commit 7c087ec078ba82a65afb2842612ce112d47741ac Author: Yaron Shahrabani Date: Sun May 30 23:17:10 2010 +0300 Updated Hebrew translation. po/he.po | 843 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 470 insertions(+), 373 deletions(-) commit 807a37ae7fb1701291b26f6b530ccff75167ba96 Author: Ivar Smolin Date: Sun May 30 12:19:15 2010 +0300 Estonian translation updated po/et.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit c3269d5498bcfbc60dbf7aa29bf37fc316ce4e27 Author: Ivar Smolin Date: Sun May 30 09:37:59 2010 +0300 Estonian translation updated po/et.po | 146 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 103 insertions(+), 43 deletions(-) commit 8ad2d361c415c84802028f46ad2aa070b6f27f83 Author: Mario Blättermann Date: Fri May 28 22:26:19 2010 +0200 Updated German doc translation help/de/de.po | 564 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 284 insertions(+), 280 deletions(-) commit 9211570beca8d4bb6911bcf17274e2925a4a7599 Author: Mario Blättermann Date: Fri May 28 16:30:27 2010 +0200 Updated German translation po/de.po | 304 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 158 insertions(+), 146 deletions(-) commit 1f166beb7d562cd33279c4dc21c7ec1fe9ea5900 Author: Wouter Bolsterlee Date: Sun May 23 14:31:13 2010 +0200 Dutch translation updated by Wouter Bolsterlee po/nl.po | 584 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 329 insertions(+), 255 deletions(-) commit 01b8a354d55aee54e1b4ccdc9b9f93576073aacf Author: Behdad Esfahbod Date: Wed May 19 15:59:43 2010 -0400 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)