commit ff787ca9b41f6abe81eaf4b38b9943f2cd40fb99 Author: Chao-Hsiung Liao Date: Sun Sep 6 08:05:17 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 438 ++++++++++++++++++++++++++++++++++++++--------------------- po/zh_TW.po | 440 ++++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 565 insertions(+), 313 deletions(-) commit c0a3df9563e55af88ef200310df84c2950abe9e4 Author: Jamil Ahmed Date: Sat Sep 5 03:42:18 2009 +0700 Added/Updated Bengali translation po/LINGUAS | 1 + po/bn.po | 3213 +++++++++++++++++++++++++++--------------------------------- 2 files changed, 1457 insertions(+), 1757 deletions(-) commit 7617efdc504e06c547cb5f7b335a3a362d8fb539 Author: Mario Blättermann Date: Wed Sep 2 20:35:25 2009 +0200 Updated German translation po/de.po | 748 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 284 insertions(+), 464 deletions(-) commit 7e15cafbc75e9140bc902273504fcc135aebccac Author: Yaron Shahrabani Date: Wed Sep 2 01:11:32 2009 +0300 Updated Hebrew translation po/he.po | 445 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 275 insertions(+), 170 deletions(-) commit 87e2245efd51fb22759a0e9c292b2b4b54aac0cf Author: Kjartan Maraas Date: Tue Sep 1 13:08:49 2009 +0200 Update Norwegian bokmål translation. po/nb.po | 374 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 251 insertions(+), 123 deletions(-) commit dece7a03135210e013a693245fa7e35ca9268153 Author: Duarte Loreto Date: Mon Aug 31 23:53:27 2009 +0100 Updated Portuguese translation po/pt.po | 485 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 290 insertions(+), 195 deletions(-) commit 9f8b6a3001b5c62e95367131ae9c7bc38a26c751 Author: Christian Persch Date: Mon Aug 31 18:11:48 2009 +0200 Make --geometry work again Call terminal_window_update_geometry() instead of doing a full terminal_window_set_size() call before showing the terminal window. This seems to fix bug #592435, without otherwise introducing geometry problems, including the reason commit b2e682189b32dda2b0eca105fe1ee057e5e8c544 was originally made. src/terminal-window.c | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit cc5984a4fd476d5db61706053d210e98564ee44c Author: Christian Persch Date: Mon Aug 31 18:07:54 2009 +0200 Version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4bd2950f2b8c67a92bddad99d96f1be137ca618e Author: Ivar Smolin Date: Sun Aug 30 13:44:48 2009 +0300 Updating Estonian translation po/et.po | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) commit d87c421a4ceb4872ed09b0f0b87efa4c7fba307b Author: Baris Cicek Date: Sun Aug 30 07:03:07 2009 +0300 Updated Turkish translation. po/tr.po | 2226 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1029 insertions(+), 1197 deletions(-) commit 83e7113c9ce9188006bee2eab8aa386470b82d5b Author: Runa Bhattacharjee Date: Fri Aug 28 14:49:36 2009 +0530 Updated the translations in the gnome-2-28 branch po/bn_IN.po | 667 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 411 insertions(+), 256 deletions(-) commit f0d36ba858bf96d03080418c20a74ca3184e55a3 Author: Christian Persch Date: Thu Aug 27 20:11:53 2009 +0200 Fuzzy two incorrectly translated strings that prevent branching po/id.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6a0d5606d7b0cf371673bd2a48a9d86f9058fc27 Author: Christian Persch Date: Thu Aug 27 20:10:09 2009 +0200 Fuzzy two incorrectly translated strings that prevent branching po/bn.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8bd3e7e8c39a2a0da1b5a858c588061c7c4fb839 Author: Inaki Larranaga Murgoitio Date: Thu Aug 27 12:03:48 2009 +0200 Updated Basque language po/eu.po | 544 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 329 insertions(+), 215 deletions(-) commit 04d0a0328e42a684a2076563dcc3fcf3847182a5 Author: Christian Persch Date: Wed Aug 26 23:11:03 2009 +0200 Add debug flag for tracking TerminalWindow's MDI src/terminal-debug.c | 1 + src/terminal-debug.h | 3 ++- src/terminal-window.c | 23 +++++++++++++++++++++-- 3 files changed, 24 insertions(+), 3 deletions(-) commit c484552723d0fe000cf4af5e9d53d39dd5c8e10e Author: Christian Persch Date: Wed Aug 26 23:02:22 2009 +0200 Remove unnecessary tracking of number of terminals in the window Just use gtk_notebook_get_n_pages() instead of keeping track in a private variable. src/terminal-window.c | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) commit a55d4ce2acb79d63501c93841b7844e498d1bc47 Author: Christian Persch Date: Wed Aug 26 22:57:36 2009 +0200 Don't set show-border on the notebook We never want to show the border around the notebook. The current code that set it to TRUE iff the window has more than one tab is a no-op anyway since GtkNotebook always shows the border in this case (see gtk bug #123408). src/terminal-window.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) commit 069cee083c0ac4cb6deb2592a732249cbd188f47 Author: Christian Persch Date: Wed Aug 26 19:53:01 2009 +0200 Add more geometry debug output src/terminal-app.c | 5 ++++ src/terminal-window.c | 61 +++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 59 insertions(+), 7 deletions(-) commit e7df2da5b91318f389836072de7c0d71530bf87a Author: Alexander Nyakhaychyk Date: Wed Aug 26 12:31:56 2009 +0300 Updated Belarusian translation po/be.po | 531 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 290 insertions(+), 241 deletions(-) commit 2e0ec126ca50cee4631a5524bc95af2f4a7b382a Author: ifelix Date: Wed Aug 26 14:25:29 2009 +0530 Updated Tamil Translations po/ta.po | 310 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 221 insertions(+), 89 deletions(-) commit 8b581f1d574ff0e1ee5f9520ee55f182af0ac1a8 Author: Ivar Smolin Date: Wed Aug 26 09:23:31 2009 +0300 Updating Estonian translation po/et.po | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit a47777e37d401c00cc0cb95b7ffa6e1ec72939dc Author: Sweta Kothari Date: Tue Aug 25 11:35:39 2009 +0530 Updated Gujarati Translations po/gu.po | 475 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 315 insertions(+), 160 deletions(-) commit 40c51268cca7b6ddc5fe7b0658ae8ded25209d89 Author: Henrique P Machado Date: Mon Aug 24 22:35:59 2009 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 398 ++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 257 insertions(+), 141 deletions(-) commit 96465c124b982d73f580e374d9cd1858e64e471a Author: Carles Ferrando Date: Mon Aug 24 21:00:43 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 2540 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2541 insertions(+), 0 deletions(-) commit 39365fe263988fb209738350cc21cf24bce07a3f Author: Christian Persch Date: Mon Aug 24 13:41:03 2009 +0200 Fix for relative paths in --load/save-config file When using a relative path to the config file, resolve it against the passed working directory, instead of implicitly resolving it against the factory's cwd which is $HOME. src/terminal-options.c | 2 +- src/terminal-util.c | 33 +++++++++++++++++++++++++++++++++ src/terminal-util.h | 2 ++ src/terminal.c | 15 +++++++++++++-- 4 files changed, 49 insertions(+), 3 deletions(-) commit fbea8b23e8a8c9f4646ae8c39b70326f0b467b95 Author: Claude Paroz Date: Sun Aug 23 22:18:15 2009 +0200 Updated French translation Contributed by Nicolas Repentin and Claude Paroz po/fr.po | 460 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 294 insertions(+), 166 deletions(-) commit cddbfb256a65f5af1bd1a3b5cdfd585f12ad1e63 Author: Christian Persch Date: Sun Aug 23 22:08:20 2009 +0200 Fix off-by-one Get the array length before adding the terminal NULL, not afterwards. src/terminal-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1202cf7bbeb0b90702c60ba5e02ad6042cd92345 Author: Christian Persch Date: Sun Aug 23 22:06:38 2009 +0200 Return error exit code when handling options fails src/terminal.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 3a84887bd1a70c5bc84e5888654df1507133dfaa Author: Christian Persch Date: Sun Aug 23 21:49:42 2009 +0200 Use a new error code here src/terminal-app.c | 2 +- src/terminal-options.h | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 324323864d833c77a4dfe6ad1da4382236ee41ae Author: Christian Persch Date: Sun Aug 23 21:48:29 2009 +0200 Handle remote options directly instead of on idle This way, we can return errors from handling the options to the caller. src/terminal.c | 17 ++++------------- 1 files changed, 4 insertions(+), 13 deletions(-) commit 3cdeffce9f09566fc6acdca91c7fef4f92d256ea Author: Christian Persch Date: Sun Aug 23 21:43:33 2009 +0200 Error out when trying --save-config when starting the factory For this, store in TerminalOptions whether the parsed options were remoted, and error out from terminal_app_handle_options() when handling --save-config in this case. src/terminal-app.c | 9 ++++++++- src/terminal-options.c | 3 +++ src/terminal-options.h | 2 ++ src/terminal.c | 2 ++ 4 files changed, 15 insertions(+), 1 deletions(-) commit d41382a5ad394ac15199914584cdc8e14b29a596 Author: Christian Persch Date: Sun Aug 23 21:42:41 2009 +0200 Make terminal_app_get_current_window() NULL-safe src/terminal-app.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 0fe16944d097f63674470f4d528b72137bbaee15 Author: Christian Persch Date: Sun Aug 23 21:42:12 2009 +0200 Handle errors from terminal_app_handle_options() also in the factory src/terminal.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 0a7cb631cd78b9e9a92266a33e70f0309fca6fac Author: Christian Persch Date: Sun Aug 23 21:40:08 2009 +0200 Fix off-by-one Get the array length before adding the terminal NULL, not afterwards. src/terminal-app.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2c7ded153330967cf12932fb12b055d99f692bb8 Author: Christian Persch Date: Fri Aug 21 22:14:15 2009 +0200 Improve emergency exit message src/terminal.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4121d2eb81ba314673914b3798385681216b97fa Author: Daniel Nylander Date: Sun Aug 23 20:20:03 2009 +0200 Updated Swedish translation po/sv.po | 262 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 193 insertions(+), 69 deletions(-) commit c085b7b1eaeb1db69114197d620119f72f65d6b8 Author: Changwoo Ryu Date: Sun Aug 23 08:29:00 2009 +0900 Update Korean translation po/ko.po | 1022 +++++++++++++++++++------------------------------------------- 1 files changed, 303 insertions(+), 719 deletions(-) commit 5a2774c7708b6907eab47542eb094d3fedfa9653 Author: Alexander Shopov Date: Sat Aug 22 18:35:32 2009 +0300 Updated Bulgarian translation po/bg.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 546cd7bf82c21f77e34c7072a6892ce5d44bbc68 Author: Jorge González Date: Sat Aug 22 12:06:46 2009 +0200 Updated Spanish translation po/es.po | 342 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 232 insertions(+), 110 deletions(-) commit 583dbc44c507593d5786c05b1b0aa89e6d135604 Author: Khaled Hosny Date: Thu Aug 20 22:08:09 2009 +0300 Updated Arabic translation po/ar.po | 534 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 324 insertions(+), 210 deletions(-) commit 37e4dccc22a4678d86f46149e2ecad1d24e3d78d Author: Christian Persch Date: Thu Aug 20 14:59:18 2009 +0200 Use the XID of the TerminalWindow for WINDOWID Instead of the XID of the TerminalScreen's GdkWindow, which forces it to be native. src/terminal-screen.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 5fb1e6c4739a2d76e958d5eb8efc0ba80791151f Author: Christian Persch Date: Thu Aug 20 14:59:01 2009 +0200 Plug two mem leaks src/terminal-window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 4a56a7a2b2d1c671af7e58ce926b979d15328914 Author: Christian Persch Date: Wed Aug 19 21:08:09 2009 +0200 Fix "make dist" Makefile.am | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)