commit 81b84fef7fc47aa639cd9229ddf54e42d74c8bd5 Author: Christian Persch Date: Mon Feb 21 17:43:44 2011 +0100 Version 2.33.90 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 20254475361641d27cae0f7cd382e11d7df25097 Author: Christian Persch Date: Mon Feb 21 17:47:24 2011 +0100 Fix the gtk2 build src/terminal-close-button.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c3a3e0600edbcbb51a5cb7489269e8afb6e48262 Author: Ignacio Casal Quinteiro Date: Sun Feb 20 19:25:09 2011 +0100 Borrow gedit-close-button class and use it. This is a subclass of GtkButton special theming for the close button. src/Makefile.am | 2 + src/terminal-close-button.c | 116 +++++++++++++++++++++++++++++++++++++++++++ src/terminal-close-button.h | 59 ++++++++++++++++++++++ src/terminal-tab-label.c | 30 +---------- src/terminal-window.c | 9 --- 5 files changed, 180 insertions(+), 36 deletions(-) commit e348af85675b1f54cb6100930ab8861a45098154 Author: Daniel Mustieles Date: Sun Feb 20 16:02:03 2011 +0100 Updated Spanish translation help/es/es.po | 70 +++++++++++++++++++++++++++++--------------------------- 1 files changed, 36 insertions(+), 34 deletions(-) commit c40c5b678c8459a7dc714f44fda7bb03d06d6c21 Author: Jorge González Date: Sun Feb 20 15:58:40 2011 +0100 Updated Spanish translation po/es.po | 121 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 60 insertions(+), 61 deletions(-) commit db2d4417eb021337037736ff02cdc91fdc765c7b Author: Daniel Mustieles Date: Sun Feb 20 14:01:51 2011 +0100 Updated Spanish translation po/es.po | 1025 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 506 insertions(+), 519 deletions(-) commit 1b610f3b8edc04d6533fef9bfd1a7533930c5c08 Author: Sweta Kothari Date: Thu Feb 17 14:26:04 2011 +0530 Updated Gujarati Translations po/gu.po | 837 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 395 insertions(+), 442 deletions(-) commit b272fc7bfa12dd45d1d4e1536749bb87cb990691 Author: Christian Persch Date: Mon Feb 14 23:22:53 2011 +0100 Require gtk 3.0.0 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit af5cde618e6485fc28b8ad8bbf920934ea9606da Author: Khaled Hosny Date: Fri Feb 4 19:04:25 2011 +0200 Updated Arabic translation po/ar.po | 49 ++++++++++++++++++++++++------------------------- 1 files changed, 24 insertions(+), 25 deletions(-) commit 923d74f77a49aa7946738f6a30a3d955051b292f Author: Christian Persch Date: Thu Feb 3 23:43:42 2011 +0100 Remove debug printfs src/terminal-screen.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit e8e2367fcbea54ae5a34b0aeb68028def3a5d644 Author: Christian Persch Date: Thu Feb 3 23:40:53 2011 +0100 Add style-updated handler to TerminalScreen This didn't fix bug #640240 as I hoped, however. src/terminal-screen.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 51 insertions(+), 1 deletions(-) commit e1ba3eea28f62c7b9b16a35b2d625aaf925f4802 Author: Christian Persch Date: Thu Feb 3 23:09:52 2011 +0100 Take system font from gsettings instead of gconf Bug #590774. configure.ac | 2 ++ src/terminal-app.c | 52 ++++++++++++++++++++-------------------------------- 2 files changed, 22 insertions(+), 32 deletions(-) commit c1f3b9f453cc10b5793f45c1109fed2cbf31f4c4 Author: Christian Persch Date: Thu Feb 3 23:09:42 2011 +0100 Fix compiler warning src/terminal-accels.c | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) commit 7ae1250cf6659e1b09830220f88b6675a6f11633 Author: David Benjamin Date: Fri Jan 28 16:45:44 2011 -0500 Disable sorting in the Keyboard Shortcut editor Sorting by action name results in nonsensical ordering: in English, 'Edit' goes before 'File', 'Switch to Tab 10' gets stuck between 'Switch to Tab 1' and 'Switch to Tab 2', etc. Better to just order based on the actual menu. This also removes the ability to sort by shortcut; that only sorted actions within a menu anyway, so it's not terribly useful. src/terminal-accels.c | 58 ------------------------------------------------- 1 files changed, 0 insertions(+), 58 deletions(-)