commit afc02ff2e2fd9c0eba8204efad83191fcaa30e23
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 30 14:56:49 2008 +0000

    Version 2.23.91.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3013 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit abc68340d58db173dfdf444929dc129345b645ce
Author: mariobl <mariobl@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 29 11:22:44 2008 +0000

    Updated german translation, new screenshots matching the clearlooks theme
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3012 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog.pre-2-23                    |    5 +
 help/de/de.po                              | 1548 +++++++---------------------
 help/de/figures/gnome-terminal-default.png |  Bin 7901 -> 12428 bytes
 help/de/figures/gnome-terminal-tabbed.png  |  Bin 11880 -> 17431 bytes
 4 files changed, 380 insertions(+), 1173 deletions(-)

commit 13888ce99870ed0ef1b732cd795fe707fa1778dd
Author: rranjan <rranjan@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 29 09:06:39 2008 +0000

    Adding in LINGUA for maithili
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3011 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    3 +++
 po/LINGUAS   |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

commit bb5d060f898bb1e33bf4948338a7de3b2387aba0
Author: rranjan <rranjan@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 29 08:56:59 2008 +0000

    added by Rajesh Ranjan for maithili
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3010 e32f9464-e525-0410-8908-8a3b6990da27

 po/mai.po | 1992 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1992 insertions(+), 0 deletions(-)

commit 0e6c42f4be97e19759b3f0bb5c314ebdf6d7644e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Aug 28 20:06:57 2008 +0000

    Plug a mem leak.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3009 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-util.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2eadfb16b69bad9c2974d1d68ce4ee085acb3e66
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Aug 28 20:01:30 2008 +0000

    Use gtk_show_uri instead of gnome_help_display to show the help.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3008 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am     |   11 ++++---
 src/terminal-util.c |   80 +++++++++++++++++++++++++++++++++++----------------
 2 files changed, 61 insertions(+), 30 deletions(-)

commit 8fa0b803d520c28ac37f20f20902e520f3f54c71
Author: ckirbach <ckirbach@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 27 20:32:42 2008 +0000

    	* po/de.po: Updated German translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3007 e32f9464-e525-0410-8908-8a3b6990da27

 po/de.po |  199 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 99 insertions(+), 100 deletions(-)

commit 62edc30e047bf399518025cd40867ea80096846a
Author: dnylande <dnylande@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 27 19:24:22 2008 +0000

    sv.po: Updated Swedish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3006 e32f9464-e525-0410-8908-8a3b6990da27

 po/sv.po |  229 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 114 insertions(+), 115 deletions(-)

commit f40f71c30f25da12123aa257bd5d00dcc09cfeba
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Aug 26 14:17:12 2008 +0000

    * Updated Arabic Translation by Khaled Hosny.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3005 e32f9464-e525-0410-8908-8a3b6990da27

 po/ar.po |  202 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 101 insertions(+), 101 deletions(-)

commit ec7f085a7e2874680d4d676e92dd2c8cb8193ac3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 25 15:58:47 2008 +0000

    Bug 549308 – gnome-terminal crashed with SIGSEGV in free()
    Don't try to g_strfreev something we don't own.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3004 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit c4b522d15543cbe4336c32fa216df78a0456855a
Author: grakic <grakic@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 25 14:54:25 2008 +0000

    Conversion from sr@Latn to sr@latin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3003 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog   |    5 +
 po/LINGUAS     |    2 +-
 po/sr@Latn.po  | 2887 --------------------------------------------------------
 po/sr@latin.po | 2887 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2893 insertions(+), 2888 deletions(-)

commit 643781659cd29e3f28f9b274d553ae61b1bb9a42
Author: sprasad <sprasad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 25 04:17:23 2008 +0000

    Updated the ChangeLog.pre-2-23 and LINGUAS
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3002 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog.pre-2-23 |    5 +++++
 po/LINGUAS            |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit ac2a52933f80d2dc40568f44fe0a8abefdfba5f9
Author: sprasad <sprasad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 25 04:12:48 2008 +0000

    adding kannada translations
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3001 e32f9464-e525-0410-8908-8a3b6990da27

 po/kn.po | 1881 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1881 insertions(+), 0 deletions(-)

commit ca439021966011d7068d1a8ba409b2e69f045e75
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:17:38 2008 +0000

    Require gtk 2.13.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@3000 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac          |    2 +-
 src/terminal-util.c   |    6 ------
 src/terminal-window.c |   16 ----------------
 3 files changed, 1 insertions(+), 23 deletions(-)

commit f31179df97b49f1f44b8a2b92e55a0b2c27d8504
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:17:32 2008 +0000

    Drop X configure checks, and remove unnecessary X header inclusion.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2999 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac          |    5 -----
 src/terminal-screen.c |    5 ++++-
 2 files changed, 4 insertions(+), 6 deletions(-)

commit 24cfc0e699117abf9f65c614cf0e7e7c43002192
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:17:26 2008 +0000

    Update vte req to 0.17, and drop #ifdef'd code for < 0.17.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2998 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac           |    2 +-
 src/terminal-profile.c |    7 +--
 src/terminal-screen.c  |  172 +-----------------------------------------------
 src/terminal-screen.h  |    5 --
 4 files changed, 4 insertions(+), 182 deletions(-)

commit 7c918a96228f6866759c14aeef3f4b6e6092d59a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:17:20 2008 +0000

    Also follow the no-aa-without-render pref when running on vte >= 0.17. Bug #399744.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2997 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    2 --
 src/terminal-screen.c  |    7 +++----
 2 files changed, 3 insertions(+), 6 deletions(-)

commit b9bca9cc491e4a5a999dd066a53d10ba74734560
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:17:14 2008 +0000

    Bug 401547 – Multiple gnome-terminals don't have the same X group property
    Reverts the patch from bug #115994, since it breaks window switching with Alt-F6 in metacity (and also didn't offer a real rationale for making each window be its own group leader).
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2996 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit a17fac5de439c4708c0ee592d69e74f859a7dde2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:17:08 2008 +0000

    Make the terminal window's role distinct from other g-t window's role, to be able to match just them with devilspie.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2995 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 src/terminal.c        |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

commit a575ad82c1d5a5b48d943e304bc295091ceba6db
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 19:16:49 2008 +0000

    Use a static window role for the single instance encodings dialogue.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2994 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9dafb88636007a779d10d7c5c8d6bef77fd3baaa
Author: dooteo <dooteo@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 23 09:54:19 2008 +0000

    2008-08-23  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2993 e32f9464-e525-0410-8908-8a3b6990da27

 po/eu.po | 2391 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 912 insertions(+), 1479 deletions(-)

commit 64275836b713e6dd5f1c7d4e605ba39282229d35
Author: chliao <chliao@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 22 11:58:21 2008 +0000

    2008-08-22  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2992 e32f9464-e525-0410-8908-8a3b6990da27

 po/zh_HK.po | 2729 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 2820 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 2756 insertions(+), 2793 deletions(-)

commit d9b2f7102ab4d4b55619c96965c725edf7fabb2e
Author: tomaszd <tomaszd@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 22 10:16:58 2008 +0000

    2008-08-22  Tomasz Dominikowski  <tdominikowski@aviary.pl>
    
    	* pl.po: Updated Polish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2991 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/pl.po     | 2918 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1456 insertions(+), 1466 deletions(-)

commit 8cd8b6ad8477ed07be46e4a0a6b626cc60daa74c
Author: sdeburca <sdeburca@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 20 11:17:38 2008 +0000

    2008-08-20  Seán de Búrca  <sdeburca@svn.gnome.org>
    
    	* ga.po: Updated Irish translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2990 e32f9464-e525-0410-8908-8a3b6990da27

 po/ga.po | 2258 +++++++++++++++++++++++---------------------------------------
 1 files changed, 835 insertions(+), 1423 deletions(-)

commit 02cc00b8db6d0d4f0a2ea8a1be1e2d3b574e473c
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 20 01:47:30 2008 +0000

    2008-08-19  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Fixed quoting style of a message translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2989 e32f9464-e525-0410-8908-8a3b6990da27

 po/pt_BR.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8723b991f29f7b5f2c844eaa8630d193c4a95610
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 20 01:40:59 2008 +0000

    2008-08-19  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Fixed minor errors.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2988 e32f9464-e525-0410-8908-8a3b6990da27

 po/pt_BR.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ee8ae22d471ba48917c91eabb4ce8d8a1991a9a1
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 20 01:28:59 2008 +0000

    2008-08-19  Leonardo Ferreira Fontenelle <leonardof@gnome.org>
    
    	* pt_BR.po: Brazilian Portuguese translation updated by Rodrigo Marques
    	and Leonardo Ferreira Fontenelle.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2987 e32f9464-e525-0410-8908-8a3b6990da27

 po/pt_BR.po | 3016 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 1500 insertions(+), 1516 deletions(-)

commit 2c2df68491e51c64f362d84ab2496c9a7f46c5c1
Author: ckirbach <ckirbach@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 15 15:54:54 2008 +0000

    2008-08-15  Christian Kirbach <Christian.Kirbach@googlemail.com>
    
    	* po/de.po: Updated German translations.
    
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2986 e32f9464-e525-0410-8908-8a3b6990da27

 po/de.po |  283 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 152 insertions(+), 131 deletions(-)

commit 85d8ac1ea80d7dc6d11d24bbc472ab5d4f67c911
Author: tkaroonb <tkaroonb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Aug 15 10:31:14 2008 +0000

    2008-08-15  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2985 e32f9464-e525-0410-8908-8a3b6990da27

 po/th.po |  225 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 114 insertions(+), 111 deletions(-)

commit e7d596ac4bf7eab4edf4b89dd69fe685c37d34a0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Aug 14 19:38:34 2008 +0000

    Bug 151794 – terminal_screen_get_working_dir() not optimal on Solaris 10
    Patch by Mariano Suárez-Alvarez and Laszlo PETER.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2984 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   50 ++++++++++++++++++++++++++++++------------------
 1 files changed, 31 insertions(+), 19 deletions(-)

commit 211f762a0c9deed400c89241a60664f1d054cc43
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Aug 14 19:38:29 2008 +0000

    Bug 541338 – Warning on compile
    Based on a patch by Craig Keogh.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2983 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit ffc94cadf1006e7cfd76e4db019bb33df29be7e8
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Aug 14 19:38:19 2008 +0000

    Bug 519191 – Request: automatically insert space after receiving drag-and-drop text
    Based on a patch by Maxim Ermilov.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2982 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   19 +++++++++++++------
 src/terminal-util.c   |   25 +++++++++++++++++++++++++
 src/terminal-util.h   |    3 +++
 src/terminal-window.c |    5 +++--
 4 files changed, 44 insertions(+), 8 deletions(-)

commit fa46651612e1ecacca37c5a0e88bf0cc9cd25d98
Author: pmkovar <pmkovar@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 13 17:56:13 2008 +0000

    Updated Czech translation by Lucas Lommer.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2981 e32f9464-e525-0410-8908-8a3b6990da27

 po/cs.po | 2408 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 919 insertions(+), 1489 deletions(-)

commit b4885a096dbb68e4d942cc657325b221ee72d0fa
Author: dnloreto <dnloreto@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 13 10:43:28 2008 +0000

    pt.po: Updated Portuguese translation by Duarte Loreto <happyguy_pt@hotmail.com>
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2980 e32f9464-e525-0410-8908-8a3b6990da27

 po/pt.po | 2926 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1446 insertions(+), 1480 deletions(-)

commit 79570e95411ecdf615fdd856342cf3ff04c5fa39
Author: ituohela <ituohela@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 13 06:16:32 2008 +0000

    Updated Finnish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2979 e32f9464-e525-0410-8908-8a3b6990da27

 po/fi.po | 2899 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1431 insertions(+), 1468 deletions(-)

commit 9b46b48582d4cc2b8012b4adfdaeb779566c5586
Author: claudep <claudep@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Aug 12 18:04:39 2008 +0000

    Updated French translation by Stéphane Raimbault.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2978 e32f9464-e525-0410-8908-8a3b6990da27

 po/fr.po | 2174 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 929 insertions(+), 1245 deletions(-)

commit ad77b1c857bcc7a017860e66feb357c88d9570fb
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 6 09:43:42 2008 +0000

    Cleared automatically generated Changelog entry
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2977 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 2c57d12f3609d6aaa5fb58251fec1e9beecacd81
Author: yairhr <yairhr@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 6 09:21:11 2008 +0000

    2008-08-06  Yair Hershkovitz  <yairhr@gmail.com>
    
    	* he.po: Updated Hebrew translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2976 e32f9464-e525-0410-8908-8a3b6990da27

 po/he.po |  228 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 114 insertions(+), 114 deletions(-)

commit c52ab664f7cd0b5bf42643e1ef8dd5fd5ade68f3
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Aug 6 08:31:28 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2975 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit bfda69db1ec937be455f15547d4b13ca044e58e6
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Aug 5 08:34:26 2008 +0000

    2008-08-05  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2974 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/et.po     |  702 ++++++++++++----------------------------------------------
 2 files changed, 147 insertions(+), 559 deletions(-)

commit 4236b3b3fd966c1feedc4b4b8dc7ce690d4aa234
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 4 18:13:50 2008 +0000

    Re-add po/ChangeLog; intltool breaks without it.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2973 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 4fe76d3cc435019b9d4e2d35eac4991e5a3ed160
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 4 17:32:08 2008 +0000

    Also remove ChangeLog in po/ and help/, and dist the old ones.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2972 e32f9464-e525-0410-8908-8a3b6990da27

 Makefile.am             |    2 +
 help/ChangeLog          |  217 ---
 help/ChangeLog.pre-2-23 |  217 +++
 po/ChangeLog            | 4869 -----------------------------------------------
 po/ChangeLog.pre-2-23   | 4869 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 5088 insertions(+), 5086 deletions(-)

commit 0f0babbdbd35cd04d0a7cc4d05655a69ed6322e5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 4 17:00:08 2008 +0000

    Post release version bump.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2971 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c416248d30787747c23b6f013fde5ca64ab0e1ab
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 4 16:59:30 2008 +0000

    Prepare 2.23.6.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2969 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e539a629dd5cd6f5e2676cd1853bfd437ce337ac
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 4 16:59:26 2008 +0000

    g_listenv returns only the env var names, not name=value pairs.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2968 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit acea26e83be5c8baef43e8e59988967565f92cee
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Aug 4 16:59:21 2008 +0000

    Use g_unsetenv here.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2967 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 217a36cd6d59f689b5b06c936cb7eb62a9418383
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Aug 2 21:20:49 2008 +0000

    2008-08-02  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Terminology fixes by Vladimir Melo.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2966 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   34 +++++++++++++++++-----------------
 2 files changed, 21 insertions(+), 17 deletions(-)

commit 3de5a78725e04f1c7143cb7a6cdf23549ade98d6
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 29 01:32:07 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2965 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ar.po     | 1269 +++++++++++++++-------------------------------------------
 2 files changed, 330 insertions(+), 943 deletions(-)

commit cff3f7171d8030d03b411c0ba4bb02c35c33ae20
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jul 28 18:57:58 2008 +0000

    2008-07-28  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2964 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/nb.po     |  228 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 117 insertions(+), 115 deletions(-)

commit 7e115585c0df7248db8ade208de53d7217e5a5e3
Author: dnylande <dnylande@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 22 09:32:15 2008 +0000

    * sv/sv.po: Updated Swedish translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2963 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 +
 help/sv/sv.po  |  210 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 110 insertions(+), 104 deletions(-)

commit bc71513d1e4614a7297b3354225d71cde5208003
Author: dnylande <dnylande@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jul 16 23:01:36 2008 +0000

    sv.po: Updated Swedish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2962 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sv.po     | 2224 +++++++++++++++++++++++-----------------------------------
 2 files changed, 868 insertions(+), 1360 deletions(-)

commit a463e8e61c6f08556a463c6bba036d5a30acd674
Author: laurenti <laurenti@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 15 16:23:12 2008 +0000

    Updated Translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2961 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sq.po     | 1250 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 612 insertions(+), 642 deletions(-)

commit a4303bb88909c90aa0624887de788e1e9fa75e7f
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 15 16:14:45 2008 +0000

    Added Entry for addition of Pashto translations by Zabeeh Khan and entry in LINGUAS
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2960 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 3e75cb1b8a07a8ea86c636338c1102cefbe9b75e
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 15 16:14:30 2008 +0000

    Added Pashto (ps) to the list of languages
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2959 e32f9464-e525-0410-8908-8a3b6990da27

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9714c7e45c4a1f33568a49890ea9f72df0f71505
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 15 16:13:00 2008 +0000

    Added Pashto Translations by Zabeeh Khan
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2958 e32f9464-e525-0410-8908-8a3b6990da27

 po/ps.po | 1694 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1694 insertions(+), 0 deletions(-)

commit d4d06a064e6e9393ce229d3ccbcc3b15056a4339
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jul 13 18:58:55 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2956 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     |  224 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 114 insertions(+), 114 deletions(-)

commit ce0c3f2de8f3806b0549c4f7250d3587bedeb36d
Author: icq <icq@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jul 13 07:54:34 2008 +0000

    Updated Galician Translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2955 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gl.po     |  282 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 152 insertions(+), 134 deletions(-)

commit 2ae25ca0f778b32a6ee4af162a8bc89b5298268a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jul 11 10:35:10 2008 +0000

    Write backward compatible values for the terminal erase bindings preferences.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2954 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 436d42db407791c0311e5d20b91bc0204750b08d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jul 11 09:11:18 2008 +0000

    Change "Go" to "Tabs" for consistency with the main menubar. Suggestion from bug #542475.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2953 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b283b944c4448a3f3e36046fbe5f87f383ce3ca1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 8 09:00:48 2008 +0000

    Remove incorrect comment.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2952 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 702102a4941cd5049d96753b5a4425da7a48a7cb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jul 7 22:35:02 2008 +0000

    Fix return value when not popping up the context menu.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2951 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9a6a6782f9e8eec154c2e54ece316f11d65ca2e4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jul 7 20:54:09 2008 +0000

    Add context menu on tab labels. Bug #153521, base on a patch by Maxim Ermilov with code adapted from Epiphany.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2950 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  181 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/terminal.xml      |    8 ++
 2 files changed, 186 insertions(+), 3 deletions(-)

commit 867764b049e7c40d9fb9a5ea813be95331ac42ab
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jul 7 20:54:04 2008 +0000

    Only update the profile menu if the active tab's profile changes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2949 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit af82dd95af936d5480945ae7e4c030659231981e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jul 6 21:56:09 2008 +0000

    Fix crash with invalid argument to -e
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2948 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 701dedcac102b8e204542dbfc4f9ea36b44f4cc8
Author: tkaroonb <tkaroonb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jul 5 13:07:28 2008 +0000

    2008-07-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2947 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/th.po     |  256 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 138 insertions(+), 122 deletions(-)

commit c8c82c08a889cde66e107647a77caddbb55bd611
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jul 4 17:52:06 2008 +0000

    2008-07-04  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2946 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/et.po     |   40 ++++++++++++++++++++--------------------
 2 files changed, 24 insertions(+), 20 deletions(-)

commit 983b5937fc0cd1316cf47750d1469f76676343f6
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jul 3 07:45:47 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2945 e32f9464-e525-0410-8908-8a3b6990da27

 po/oc.po |  249 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 123 insertions(+), 126 deletions(-)

commit 24f3bf649c3d6da1368662f3de4a6b2cfab2a352
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jul 3 07:45:20 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2944 e32f9464-e525-0410-8908-8a3b6990da27

 help/oc/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6441452efe736ec63286a92bb35725c79a3bd4f8
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jul 2 18:00:49 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2943 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/oc.po     | 2221 ++++++++++++++++++++++++----------------------------------
 2 files changed, 907 insertions(+), 1318 deletions(-)

commit d803f54745cffbd11105c7d033579dd9e3541e35
Author: yairhr <yairhr@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jul 1 05:48:51 2008 +0000

    updated hebrew translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2942 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/he.po     | 2202 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1098 insertions(+), 1108 deletions(-)

commit 401a343a1f5c9d3001c763677068419321915891
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 28 23:31:42 2008 +0000

    64bit fixes. Bug #540692.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2939 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    2 +-
 src/terminal-profile.h |    2 +-
 src/terminal-util.c    |    8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

commit bdf6c5081897482735e1b62ce1d930526f5227ee
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jun 27 19:21:09 2008 +0000

    Bug 540508 – Open new terminal windows at 80x25
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2938 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit f36add1eeb3d57cb78b6e9557ea30703746a44fd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jun 27 19:05:56 2008 +0000

    Vte now takes care not to enable antialiasing if Xrender isn't present, so our workaround code can be disabled on vte >= 0.16.15.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2937 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    2 ++
 src/terminal-screen.c  |    6 ++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit d8e0df8faf10bf0208c54cf5908a6834dc2bc118
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jun 27 19:05:51 2008 +0000

    Remove the cursor blink override code, and just use the cursor blinking setting from vte (added in bug #510903) on vte >= 0.16.15.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2936 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   10 ++++++++--
 src/terminal-profile.h |    7 -------
 src/terminal-screen.c  |   31 +++++++++++++------------------
 3 files changed, 21 insertions(+), 27 deletions(-)

commit d4a99b7a3d0b76af077637c35755ba271558fd29
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jun 27 12:51:53 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2935 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/es.po     |   40 ++++++++++++++++++++--------------------
 2 files changed, 24 insertions(+), 20 deletions(-)

commit 1238ab82e386720e210d08017ca1c4d294be4492
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jun 27 11:07:07 2008 +0000

    Use the right version in the comments after #endif
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2934 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 7983a44cc7ba9351652728ccbf95315edf713e83
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 26 19:51:24 2008 +0000

    Only show files that gdk-pixbuf knows how to load in the background chooser. Bug #340071, patch by Maxim Ermilov.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2933 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 55d4d5b450b1ca582a151756f15cabf89147c250
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 26 19:51:20 2008 +0000

    Fix preview in the profile editor background chooser. Bug #340071, patch by Maxim Ermilov.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2932 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0543c75486339d2e1e1d34888ef9eb5342510999
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 26 19:51:16 2008 +0000

    Bug 385695 – "open link" not always shown on context menu (url grabber)
    Take vte's padding into account when calculating the row/col position of the match and context menu click.i
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2931 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

commit 1ed38bed9cf7ae2e94023df140843cc0c9e42678
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 26 19:51:10 2008 +0000

    Simplify the match clicked code by unifying the URL and S/Key case.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2930 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-marshal.list |    2 +-
 src/terminal-screen.c     |  203 +++++++++++++++------------------------------
 src/terminal-screen.h     |   11 ++-
 src/terminal-window.c     |   53 +++++-------
 4 files changed, 97 insertions(+), 172 deletions(-)

commit 245f74085a839adf6c70effbacbbfdbd47c4cc38
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 25 12:02:13 2008 +0000

    Bug 540022 – g-t starts in fullscreen
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2929 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit cff4c02c2dbe5d0e885c59087a9c71b4860efe2e
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 24 23:49:04 2008 +0000

    2008-06-25  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2928 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/nb.po     |  264 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 140 insertions(+), 128 deletions(-)

commit dbf69625307caea03ea1e76a6aa45d47ab61384d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 24 18:24:25 2008 +0000

    Don't match 1-component hostnames.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2927 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5dd6d795f08603ba85be9833fa07b66e9fcf623c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 24 18:24:20 2008 +0000

    Bug 402328 – Match caseinsensitively
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2926 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 49e9c312e80856525d4f7caa35224d3062175349
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 24 18:14:48 2008 +0000

    Use GRegex on vte >= 0.16.15.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2925 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  126 +++++++++++++++++++++++++++++++++++++++++++++++-
 src/terminal-screen.h |    5 ++
 2 files changed, 128 insertions(+), 3 deletions(-)

commit d369135a311b19c117300005ef2d1c726ae433bd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 24 18:14:42 2008 +0000

    Remove underline from non-accel label.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2924 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 79f0f08d7d1157fc88ef367ee2fe39c9289ee2c3
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 22 10:16:45 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2923 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 +
 help/es/es.po  |  200 +++++++++++++++++++++++---------------------------------
 2 files changed, 86 insertions(+), 118 deletions(-)

commit ae37c501945808adf57b1dfd7af2e71e6547ec02
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 21 19:33:26 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2922 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     |  242 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 128 insertions(+), 118 deletions(-)

commit 3206c78c0bfeeddb4afcb38f33d38213725338a9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 21 12:50:40 2008 +0000

    Use gtk_clipboard_request_uris if available.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2921 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit dfac42c8567a84e28f5b4d0e2c73a1ec5e31ea9f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 21 12:50:35 2008 +0000

    Remove obsolete FIXME.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2920 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit ad08e17fab3cee9f887649804d4cc44ae1c272cb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 21 12:50:31 2008 +0000

    Also clean the stamp file on make clean.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2919 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 219335771f318162dc41e0b40fcfeb9360ef3d14
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 21 12:50:24 2008 +0000

    Remove unneeded includes.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2918 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 759571daf14723b4de9b3806f8ca3344ec2044aa
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 19 16:53:35 2008 +0000

    2008-06-19  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2917 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/et.po     |  247 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 133 insertions(+), 118 deletions(-)

commit f30834a8aaba8ce1658dab21f0b4f339719cf7a6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 18 20:25:42 2008 +0000

    Bug 305268 – Add option --maximized
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2916 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   10 +++++++++-
 src/terminal.c     |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 51 insertions(+), 8 deletions(-)

commit 3680583f80824f3b79a57556a3ee3b8a70263efc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 18 19:30:59 2008 +0000

    Update to reflect the actual UI.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2915 e32f9464-e525-0410-8908-8a3b6990da27

 help/C/gnome-terminal.xml |   34 ++++++++--------------------------
 1 files changed, 8 insertions(+), 26 deletions(-)

commit 6b9d6f8af0da0926d460d1e1fafc4562477211ed
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 18 19:23:02 2008 +0000

    Bug 501076 – Missing Help button in dialog Keyboard shortcuts
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2914 e32f9464-e525-0410-8908-8a3b6990da27

 src/keybinding-editor.glade |   13 +++++++++++++
 src/terminal-accels.c       |   16 +++++++++++++++-
 2 files changed, 28 insertions(+), 1 deletions(-)

commit f059f042df4069cbe1db21ac18cb7a928c0a4a0e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 17 19:13:35 2008 +0000

    Post release version bump.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2913 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c8605f9ab28ccc1eb15a0e9a293d5bd37d0b7aa2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 17 19:04:44 2008 +0000

    Correct more accelerators.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2912 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 02af958d3f26edabb61244b08ad56530f915c545
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 17 18:40:33 2008 +0000

    Fix the accels for Copy and Paste actions. Fixes bug #538809.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2910 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 27eb5d40a535c0a9572021d5b3896b3a1401fa76
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 17 18:40:27 2008 +0000

    Prepare 2.23.4.2.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2909 e32f9464-e525-0410-8908-8a3b6990da27

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 046cbb14da56bc93fbd1915a5ddbf8f6e2c758ef
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 17 18:40:20 2008 +0000

    Remove double event handler.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2908 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 1405fcb0126d92c7ca9d647b09efec528de27cb3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 16 21:50:09 2008 +0000

    Remove unnecessary assertion. Fixes bug RH#450808 and RH#450979.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2907 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit acb7b6faea0a48c0d691e412014c1136b41b0db7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 16 21:50:04 2008 +0000

    Post release version bump.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2906 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 52b27adc112594747babeb91a50956c721e1f609
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 16 21:16:24 2008 +0000

    Explain ChangeLog policy.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2905 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog.README |   16 ++++++++++++++++
 Makefile.am      |    1 +
 2 files changed, 17 insertions(+), 0 deletions(-)

commit 6da8e30180921af8153a1aa767bbc56cd8f3ffe0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 16 20:53:58 2008 +0000

    Prepare 2.34.4.1.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2903 e32f9464-e525-0410-8908-8a3b6990da27

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit a1860059e34ed0653ffd04ba6c7a07e645a4b9b0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 16 20:42:38 2008 +0000

    Fix the dialogue button response codes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2902 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade |    2 +-
 src/skey-challenge.glade      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 738fc81be4f42587ae290210f45dc7e04efba17e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 16 17:27:42 2008 +0000

    Post release version update.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2901 e32f9464-e525-0410-8908-8a3b6990da27

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cb86bdba8e715e5b71384d9164b943a35304e82c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 21:17:56 2008 +0000

    Bug 528683 – "gnome-terminal --geometry <width>x<height>" doesn't work well.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2899 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   55 ++++++++++++++++++++++++++-----------------------------
 1 files changed, 26 insertions(+), 29 deletions(-)

commit 83f6cf46b4a7b522da95086777d664d6c03490f9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:47:44 2008 +0000

    Update about dialogue.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2898 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit f10a666735db5f12ff55626ef5050c51b42efdb9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:42 2008 +0000

    Bug 418192 – Lazily show the menubar
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2897 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c49525c279a90b88afefdb6d4202eb1ae3811b25
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:38 2008 +0000

    The screen's profile is never NULL.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2896 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   89 +++++++++++++++++++++++--------------------------
 src/terminal-window.c |    6 ++--
 2 files changed, 45 insertions(+), 50 deletions(-)

commit a7426f24638f8bee9e93d543138e720a112a2de8
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:33 2008 +0000

    Use class closures here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2895 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  152 +++++++++++++++++++++++--------------------------
 1 files changed, 72 insertions(+), 80 deletions(-)

commit 1ff0ffce02ab0ca5638a6dccf78d70ed2b0ef44b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:28 2008 +0000

    Bug 537112 – improve paste of uris from clipboard
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2894 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit ec2598c990ac6b08c7c2f9e69445714f5404f9b4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:24 2008 +0000

    Code style cleanup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2893 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit eb5e01b4a84487a3dea44aebc46ebfa44cbea284
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:19 2008 +0000

    Code style cleanup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2892 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

commit 0d1863085f28cda286ed8bbafe23656bc5509722
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:14 2008 +0000

    Bug 537112 – improve paste of uris from clipboard
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2891 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   63 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 47 insertions(+), 16 deletions(-)

commit 8d69402b3522497e75848416408347aa75a29746
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:08 2008 +0000

    Bug 537888 – Transparency support broken
    Fixed by re-applying the background type on realize.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2890 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit a7cd3f06da0defc580d562e8c784daa6c6f4947a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:44:04 2008 +0000

    Rename.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2889 e32f9464-e525-0410-8908-8a3b6990da27

 autogen.sh   |    8 ----
 configure.ac |  129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |  129 ----------------------------------------------------------
 3 files changed, 129 insertions(+), 137 deletions(-)

commit 1f0ad46cbb4f579ea00c52ed6a2753e0706c003a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 15 20:43:59 2008 +0000

    Prepare 2.23.4.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2888 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0aada7e47479f0e584ce1e7b999ad49ec4be5136
Author: jap <jap@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Jun 13 19:58:11 2008 +0000

    2008-06-13  Jan Arne Petersen  <jap@gnome.org>
    
    	* de/de.po: Updated German translation by Mario Blättermann.
    	* de/figures/*.png: Updated screenshots.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2887 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog                             |    5 +
 help/de/de.po                              |  840 +++++++++++++---------------
 help/de/figures/gnome-terminal-default.png |  Bin 9909 -> 7901 bytes
 help/de/figures/gnome-terminal-tabbed.png  |  Bin 12447 -> 11880 bytes
 4 files changed, 408 insertions(+), 437 deletions(-)

commit 534f5762a84b03ec284b854a832decf64a700282
Author: tkaroonb <tkaroonb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 12 07:32:54 2008 +0000

    2008-06-12  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2886 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/th.po     | 2122 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1050 insertions(+), 1076 deletions(-)

commit 4c8951ed90937172a6b2884aedd74c2f0f5b9834
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 11 21:39:14 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2885 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ar.po     | 2169 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1079 insertions(+), 1094 deletions(-)

commit a18b6ab51027911a5715f68077aed485a251fcf7
Author: hendrikr <hendrikr@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jun 9 12:05:59 2008 +0000

    2008-06-09  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation, by
    	         Mario Blättermann <mario.blaettermann@t-online.de>
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2884 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +
 po/de.po     | 2963 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1461 insertions(+), 1507 deletions(-)

commit f78b2586c684cded2aa85782f40ad17e5a63984b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 14:31:33 2008 +0000

    Don't transform the URIs for now; discussion on bug #537112.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2883 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 792be99721acb8adec2ff2a33d6e3fa469e7afb2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 11:37:04 2008 +0000

    Reorder include directories, so we don't make system ones get higher priority than the pkg-config found ones. Bug #536899, patch by dmacks@netspace.org.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2882 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 5a554b2927d45ebfa374cd6f10362b9d6a0a0186
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 11:37:00 2008 +0000

    Fix session saving. Bug #537215.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2881 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c       |    9 ++++++---
 src/terminal-tabs-menu.c |    2 +-
 src/terminal-window.c    |    2 +-
 src/terminal-window.h    |    3 +--
 4 files changed, 9 insertions(+), 7 deletions(-)

commit b7efcfc9069ee761eb1155cb70f58d5020ae869e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 11:36:55 2008 +0000

    Paste text/uri-list as shell-quoted file paths. Bug #537112.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2880 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   54 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

commit 23a43efa491559e41db334e68c8fedec90880de1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 11:36:51 2008 +0000

    Hide --startup-id, it's an internal-only switch.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2879 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit bc9bcc36106a7b631029ab3285ad2ceff6821569
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 11:36:47 2008 +0000

    Don't leak the listener.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2878 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

commit 1d5d23fdd2ae4cfe9a284f2ce39f2fe73bc5e1dc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 8 11:36:42 2008 +0000

    Set the geometry on the right window.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2877 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 838845712d86312c65ba1af9383286704d0f0efc
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 7 16:22:25 2008 +0000

    2008-06-07  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2876 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/nb.po     | 2059 +++++++++++++++++++++++++---------------------------------
 2 files changed, 881 insertions(+), 1182 deletions(-)

commit cdc2c0604a7d28f2b5dbe6d636b645dba2a29306
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jun 7 13:35:08 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2875 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     |  214 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 112 insertions(+), 106 deletions(-)

commit 4ad2d2bb142974b0ead164237f832a6addf244f9
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 5 12:36:29 2008 +0000

    2008-06-05  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2874 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/et.po     |  474 ++++++++++++++++-----------------------------------------
 2 files changed, 137 insertions(+), 341 deletions(-)

commit 60a1f6e3be426506e0a50fbe13b6f9bef840182e
Author: icq <icq@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 5 11:05:24 2008 +0000

    Updated Galician Translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2873 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gl.po     |  206 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 109 insertions(+), 101 deletions(-)

commit aed73d84396d158f8550e34cd718043b241c0302
Author: clyties <clyties@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jun 5 09:31:12 2008 +0000

    Updated Vietnamese translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2872 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/vi.po     |  328 +++++++++++++++++++++++++---------------------------------
 2 files changed, 146 insertions(+), 186 deletions(-)

commit 57b2eb1805e73a8333a2da6892a88e8468bf14ae
Author: johan <johan@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 4 22:31:13 2008 +0000

    Bug 536693: gnome-terminal --help is lying and confusing, reviewed by Christian Perch
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2871 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 269095e4a1b418d26ec4c171185a562a0c4097b7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 4 18:19:15 2008 +0000

    Post release version bump.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2870 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c71316aa2844a6760f261ce35e02289f07e391f9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 4 18:10:12 2008 +0000

    Apply the geometry only after the tabs have been added to the window, not before. Bug #536639.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2868 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c    |    9 +--------
 src/terminal-app.h    |    3 +--
 src/terminal-window.c |   17 +++++++++--------
 src/terminal.c        |    8 +++++++-
 4 files changed, 18 insertions(+), 19 deletions(-)

commit 82c0602153197edf6572a5442f9aec1a62639eac
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 4 18:10:06 2008 +0000

    Fix build with -DDEBUG_GEOMETRY.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2867 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    6 +++---
 src/terminal-window.c |   12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 0e1eb0e5b684d4395c4f9dd00588e178e9157b3f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jun 4 18:10:00 2008 +0000

    2.23.3.1.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2866 e32f9464-e525-0410-8908-8a3b6990da27

 NEWS         |    2 +-
 configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 09010873a0ad24cfbaed2eb2bf616f388bb3e726
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 20:56:55 2008 +0000

    Also dist the old ChangeLog.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2865 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog          | 4754 ----------------------------------------------------
 ChangeLog.pre-2-23 | 4754 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am        |    1 +
 3 files changed, 4755 insertions(+), 4754 deletions(-)

commit af64b8efe8c34215633b5b1bf276b7b22b290d23
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 20:56:49 2008 +0000

    Add Makefile rule to generate ChangeLog from GIT or SVN history, automatically on "make dist" or manually with "make ChangeLog".
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2864 e32f9464-e525-0410-8908-8a3b6990da27

 Makefile.am  |   17 ++++
 NEWS         |    5 +
 configure.in |   16 +++-
 svn2cl.xsl   |  295 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 332 insertions(+), 1 deletions(-)

commit 7f7834b44611750c59e0b37085454ebb561321c6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 20:35:15 2008 +0000

    Unregister the factory on shutdown. Should fix bug #536463.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2863 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 4a29b6be5e2078e333cc756d33ab324c7ee056cf
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 20:35:09 2008 +0000

    Assert that the global TerminalApp instance isn't leaked.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2862 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 31a4a9aa12790a63f7c38042a41210687501d1e1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 19:40:46 2008 +0000

    Use intltool 0.40.0.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2861 e32f9464-e525-0410-8908-8a3b6990da27

 autogen.sh   |    2 +-
 configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d7f365881ce9ee38af519859d42b25c557aec9ae
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 19:37:12 2008 +0000

    Silence a compiler warning.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2860 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10b07bac6d27ab897629c40475cfe9ff0c712475
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 19:30:30 2008 +0000

    Remove unnecessary static variable. (UTF-8 Test: äöüß)
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2859 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 12b011b876caa403718391ae8e5547828ac82ca6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 19:30:23 2008 +0000

    Fix error on building with gtk 2.12.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2858 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-util.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 610bbfc7f414bcfc30fe26b705fed269093432f3
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jun 3 07:27:14 2008 +0000

    2008-06-03  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2857 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/et.po     | 2232 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 1095 insertions(+), 1141 deletions(-)

commit 7015be736a73aaa4a60a257d9024563dc8b11a42
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 1 22:09:01 2008 +0000

    Add ATK single-include disabling.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2855 e32f9464-e525-0410-8908-8a3b6990da27

 NEWS            |    6 ++++++
 src/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 6e17fab3b739244f8bebabe3db20d813a919b489
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 1 22:08:54 2008 +0000

    Version 2.23.3.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2854 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit 9d86891c29a03103d512d94b97fc68de27441073
Author: kelemeng <kelemeng@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jun 1 10:14:38 2008 +0000

    2008-06-01  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated by Máté Őry.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2853 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/hu.po     | 2458 +++++++++++++++++++++++-----------------------------------
 2 files changed, 973 insertions(+), 1489 deletions(-)

commit 40d76ed92eb10879439d5fce1f880ddfcebc7d0c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat May 31 18:36:55 2008 +0000

    For each tab switch, we were getting 2 switch-page signals. Fix this by blocking the signal handler on the tab action while setting it to active.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2852 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-tabs-menu.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6a4dd3b99c0bb09e6c7b4523d9555724b31d9944
Author: icq <icq@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat May 31 15:54:46 2008 +0000

    Updated Galician Translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2851 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gl.po     | 2224 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1106 insertions(+), 1122 deletions(-)

commit 8429a57e2faef50b5e63cfedda22198c0923f8d2
Author: clyties <clyties@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat May 31 13:37:59 2008 +0000

    Updated Vietnamese translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2850 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/vi.po     | 2767 +++++++++++++++++++++++-----------------------------------
 2 files changed, 1101 insertions(+), 1670 deletions(-)

commit 97c8a28245b9b8883944c1720dc103dbf043e86b
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat May 31 11:58:36 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2849 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     | 2105 +++++++++++++++++++++++++---------------------------------
 2 files changed, 901 insertions(+), 1208 deletions(-)

commit dc7ceb018bdd29ed3a2c5c64b2a758d7e69415f6
Author: ovitters <ovitters@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri May 30 21:47:01 2008 +0000

    	* src/keybinding-editor.glade: Horizontally fill
    	disable-mnemonics-checkbutton, otherwise it will centre when the
    	keybindings window is made bigger.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2848 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                   |    6 ++++++
 src/keybinding-editor.glade |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 8f215b8b0997bc9c1bc95478ecadef245c024207
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri May 30 14:43:38 2008 +0000

    Fix mnemonics conflicts. Bug #535755.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2847 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 460fce5ef48ead03b943ee52615245f6c8235d56
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri May 30 10:56:36 2008 +0000

    Init the screen variable. Bug #535717.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2846 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e95e690edf4a952a2d99731eb28c1acb26a6b29c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri May 30 10:56:29 2008 +0000

    Set the required intltool version in autogen. Bug #535714.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2845 e32f9464-e525-0410-8908-8a3b6990da27

 autogen.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ffe442eda5f40a1b81c7498eea908e1b86ce8816
Author: carlosgc <carlosgc@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri May 30 09:10:49 2008 +0000

    Add missing a '<' in gconf schemas file
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2844 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b3b66b666f6b7a37d1e6e2a7f9adccd85c0f8d88
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:59:28 2008 +0000

    Convert the remaining FIXMEs, they still make sense.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2843 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c         |    2 +-
 src/skey-popup.c       |    2 +-
 src/terminal-app.c     |    1 -
 src/terminal-profile.c |    6 +++---
 src/terminal-window.c  |    4 ++--
 src/terminal.c         |    2 +-
 6 files changed, 8 insertions(+), 9 deletions(-)

commit ede16c3ba227252c11ca1f10688e81e34a2d72ca
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:59:22 2008 +0000

    Remove some obsolete FIXMEs, and convert some FIXMEchpe's to regular FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2842 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   30 ++++++++++--------------------
 1 files changed, 10 insertions(+), 20 deletions(-)

commit 48a28a2c375d0f76b10c9bb0b7aabff25da3de4d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:59:16 2008 +0000

    Remove some solved/bogus FIXMEs, and convert some FIXMEchpe's to regular FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2841 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit 8a5959cf0f829e9743e42f073e90888e22ee6fe6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:59:11 2008 +0000

    Fix another FIXME.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2840 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 96e96821d3fb7bbc1cd0ae7d8e134b5ae5c5a93a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:59:06 2008 +0000

    Fix zoom size check.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2839 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit da96519324e72ae748a62a29d5905f4cae6f428e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:59:00 2008 +0000

    (C) update.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2838 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.h    |    1 +
 src/terminal-screen.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit c215751594887bf063b81042a16dcd75d8a4f7fc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:54 2008 +0000

    Build also with old libgnome that fails with GTK_DISABLE_SINGLE_INCLUDES.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2837 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit bea4a65e533df2a10575126f5d0f5e0a2f7acf9d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:49 2008 +0000

    Redraw on toggling allow-bold.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2836 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 033be2be5bb85d81dc301c4f066a2735c5485f8b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:43 2008 +0000

    Do notify the property when the gconf value changes, but don't write the change back to gconf.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2835 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 71d1f93c0628ee157cad68bc960d03bac9db6f1a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:37 2008 +0000

    Build with *_DISABLE_SINGLE_INCLUDES, with a few workarounds due to broken bonobo and libgnome* headers.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2834 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am      |    5 +++++
 src/skey/Makefile.am |    1 +
 src/skey/md5.c       |    2 +-
 src/skey/sha1.c      |    2 +-
 src/terminal-app.c   |    7 +++----
 src/terminal-util.c  |    3 +++
 src/terminal.c       |    3 +++
 7 files changed, 17 insertions(+), 6 deletions(-)

commit aa9aee0a9372268d43bfc42ffd1124e3b0cc2f50
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:31 2008 +0000

    Add some missing files to EXTRA_DIST, and try to fix distcheck with latest intltool.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2833 e32f9464-e525-0410-8908-8a3b6990da27

 Makefile.am     |    9 +--------
 configure.in    |    2 +-
 src/Makefile.am |    3 ++-
 3 files changed, 4 insertions(+), 10 deletions(-)

commit 6c58ba62d34ec0f3a1dc4cba0ca3613f02ef0afe
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:26 2008 +0000

    Use terminal_app_get_profile_for_new_term as fallback here, not the default profile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2832 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 63bdcb2ea131f42863d50445b13f755d8b4b88ac
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:20 2008 +0000

    Plug a mem leak.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2831 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 9637db3b5f584127e50821554fcbc158afaae7f4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:15 2008 +0000

    Plug a mem leak.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2830 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-tabs-menu.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 347813b929659b0ed1255855c64657e85d66d475
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:10 2008 +0000

    Intern the accel path, so it's not copied in gtk_accel_group_connect_by_path.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2829 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9b7df0f29b4ce7c1c3326971925a0c7d94a0b28b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:58:05 2008 +0000

    Add comment about the group name.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2828 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6fa9dbfc2f8194b822135c099dd21577c636cd86
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:59 2008 +0000

    Simply use gtk_accel_group_query here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2827 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   55 +++++++++++-------------------------------------
 1 files changed, 13 insertions(+), 42 deletions(-)

commit f3fe115b5ef0b5f760027db05f85fa3920e15ffa
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:54 2008 +0000

    Don't crash if receiving the targets failed.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2826 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-util.c   |    2 +-
 src/terminal-window.c |   24 ++++++++++++------------
 2 files changed, 13 insertions(+), 13 deletions(-)

commit 75a0c3462160226fae084644b87484e10690102f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:49 2008 +0000

    Use the display name of the key combination when sorting, not the internal name.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2825 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   57 +++++++++++++++++++++++++-----------------------
 1 files changed, 30 insertions(+), 27 deletions(-)

commit ce365c83624f2595e1e88034e664eec123dc04bb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:43 2008 +0000

    Just put this code to the sole callsite.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2824 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

commit 00ec3f050f27ed7fbfcc77418750707c4541a9e1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:37 2008 +0000

    Clean up the includes a bit.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2823 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.h           |    2 +-
 src/profile-editor.c     |    1 -
 src/terminal-app.c       |    3 ---
 src/terminal-tabs-menu.c |   19 ++++++-------------
 src/terminal-tabs-menu.h |    2 --
 src/terminal-util.c      |    1 -
 src/terminal-window.c    |    3 +--
 src/terminal-window.h    |    4 ++--
 src/terminal.c           |    3 ---
 9 files changed, 10 insertions(+), 28 deletions(-)

commit 5850a1a4bf597ba59f0768cbec8f715240d767be
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:30 2008 +0000

    Add the callto: match regex before the mailto: regex, to get correct highlighting.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2822 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 2163ab91404502bad66dc8a78075a69ed2bebd66
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:25 2008 +0000

    Bug 105986 – Change mouse cursor shape over URLs
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2821 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

commit 2cf7553e7c3bae2bbd82a2335f629dcc6da0fa79
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:20 2008 +0000

    Fix the new tab/window stock icons.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2820 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c9c6f12746c321238a6d697dec28e2b449706def
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:14 2008 +0000

    Change menu item name. Bug #95352.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2819 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 932666faa0b89b1e482f44adf8959f438a9276d6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:08 2008 +0000

    Make the checkboxes in the keybinding editor not be inverted. Bug #143592.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2818 e32f9464-e525-0410-8908-8a3b6990da27

 src/keybinding-editor.glade |    4 ++--
 src/terminal-accels.c       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 3b2761dbda04bd6095f127a40f9569bae1bd5c52
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:57:03 2008 +0000

    =?utf-8?q?Bug=20343477=20=E2=80=93=20--role=20requires=20new=20window=20argument,=20unlike=20other=20options
    
    =20Based=20on=20the=20patch=20by=20Mariano=20Su=C3=A1rez-Alvarez.?=
    MIME-Version: 1.0
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: 8bit
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2817 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

commit b9f09be102e5ba0c71ce31325a01fe8904a5dd3b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:57 2008 +0000

    Ellipsis.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2816 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3176ad75c92bd716c342ff6bed5d0a857e0a9235
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:52 2008 +0000

    Update for UI change in profile editor.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2815 e32f9464-e525-0410-8908-8a3b6990da27

 help/C/gnome-terminal.xml |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

commit a08fd243b58b8294d1ba99784c8628e577c61c1d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:46 2008 +0000

    Fix menu name confusion between new tab/new window.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2814 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 37cc42a12bc7d8dc02170a616479b424efa859ac
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:40 2008 +0000

    Add special callto: handling for the context menu. Bug #408922, based on the patches by Gilles Dartiguelongue.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2813 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   30 ++++++++++++++++++++----------
 src/terminal-screen.h |    1 +
 src/terminal-util.c   |    3 ++-
 src/terminal-window.c |   15 +++++++++++++--
 src/terminal.xml      |    2 ++
 5 files changed, 38 insertions(+), 13 deletions(-)

commit 4be5e37bf13aafd81a3df03522ba90488770a54b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:33 2008 +0000

    When encountering a gconf value we cannot interpret, use our internal default instead of force a write of the default to gconf. That way we will not clobber values set by future g-t versions.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2812 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 3eca8141e9d75932cb6d17df9203b52e9bb2fd4c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:27 2008 +0000

    Use gio to open the URL instead of gnome-url.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2811 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-util.c   |   71 +++++++++++++++++++++++++++++++-----------------
 src/terminal-util.h   |    3 +-
 src/terminal-window.c |    6 +++-
 3 files changed, 52 insertions(+), 28 deletions(-)

commit c8222f1b6db0c39d1f3210a6e5b5baadad3ab282
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:22 2008 +0000

    Fix help invocation. Bug #477078, patch by Hans Petter Jansson.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2810 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c7607b4b138fe489ba45c8d8408c31e1ebb0a635
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:17 2008 +0000

    Use GSlice. Bug #506962, patch by Claude Paroz.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2809 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   16 +++++++++++-----
 src/terminal.c        |   12 ++++++------
 2 files changed, 17 insertions(+), 11 deletions(-)

commit 0e921ccf0d8266d146d4490f2460456ef49036dc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:11 2008 +0000

    On GConf notification, call terminal_profile_set_property directly as to not schedule a save of the property, except when forcing a write to correct an invalid value.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2808 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   49 +++++++++++------------------------------------
 1 files changed, 12 insertions(+), 37 deletions(-)

commit bf5b54779f4b4c282aa25da1ceb4e34048ee87fc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:06 2008 +0000

    Add a setting for cursor blink mode. No UI, just GConf. Bug #533522.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2807 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.schemas.in |   18 ++++++++++++++++--
 src/terminal-profile.c        |    4 ++++
 src/terminal-profile.h        |    8 ++++++++
 src/terminal-screen.c         |   26 ++++++++++++++++++++------
 4 files changed, 48 insertions(+), 8 deletions(-)

commit d186fb611f639773ce984929944653d06cf9693f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:56:00 2008 +0000

    Store the colours with 4 hex digits per component (like gdk_color_to_string), not just 2. This avoids getting a notification from gconf with a value that's different than the one we have in our property, after saving that property to gconf.
    Use g_message, not g_warning.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2806 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 19770f705b74269bb293f8b5f8ebf6d4f452b0e2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:55 2008 +0000

    Improve mnemonics.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2805 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit e5daf70e9f030f5bda86cebd65cca875a83b6d00
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:50 2008 +0000

    When popping up the context menu from keyboard, select the first item.
    Remove some debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2804 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit e28d54e48f6a3167beb2578077f7a761aa1b4c6a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:44 2008 +0000

    Revert the VTE req since we don't need it right now.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2803 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ecf183e96eb7607003666612f434d81e6ae04ba7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:39 2008 +0000

    Revert accidental variable removal.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2802 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f19a7f9c9f25330a6828063dcbba3cd13a7504ee
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:34 2008 +0000

    Only update the colourmap on init, not on screen change for now.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2801 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a592a726a249658efafc36a4822d76f18cc889fd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:28 2008 +0000

    Fix multi-head problems, so we compile cleanly with -DGDK_MULTIHEAD_SAFE.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2800 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am       |    1 +
 src/terminal-window.c |   58 +++++++++++++++++++++++++++++++++++-------------
 src/terminal.c        |    8 +++---
 3 files changed, 47 insertions(+), 20 deletions(-)

commit f32b6fc7b85698a9123865df9dc66a0f777b7b56
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:22 2008 +0000

    Remove some debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2799 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit c86c23fbfba7f091ab56aa5badc7cb0175631794
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:17 2008 +0000

    If force_write is TRUE, really do force a property update.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2798 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4ffcab762aac1284195c46b6530e9c439d38ae33
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:12 2008 +0000

    Build fix.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2797 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fae048b5e435bcd2ababc2f56edf5ea599cb5c08
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:07 2008 +0000

    Update the encoding menu state on tab switch, instead of rebuilding the whole menu on activating the parent menu.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2796 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   49 +++++++++++++++++++++++++++++--------------------
 1 files changed, 29 insertions(+), 20 deletions(-)

commit 207e2bdb6a2a38139c1876e88b9cef280dff07bd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:55:01 2008 +0000

    For, not while.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2795 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   27 ++++++++++-----------------
 1 files changed, 10 insertions(+), 17 deletions(-)

commit 66eea6246db3e8585185bdbdab9ab44c309ada66
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:56 2008 +0000

    Remove duplicate entry (HZ is GB2312).
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2794 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit dc001ba12c69c082deb342e4ae4f3abd490b7f34
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:50 2008 +0000

    Comment out some encodings that never pass our validation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2793 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

commit 90e436dd9888c278f81423d5aa5524cd1beb7737
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:45 2008 +0000

    Make debug spew debug-only.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2792 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   32 +++++++++++++++++++-------------
 1 files changed, 19 insertions(+), 13 deletions(-)

commit b1cc68295dfc05ae1820917af83315b309e8c2f4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:40 2008 +0000

    Typo fix.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2791 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ccae389fbb1d56ecde21125717014842b42c6f83
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:35 2008 +0000

    Add FIXME.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2790 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit aa809d15ccfd208afe770a4d1d7605d217cf7767
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:30 2008 +0000

    Update the alpha mode on screen-changed too.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2789 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 813cea92a5e905865ace172aa30c8d9f14859ac2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:24 2008 +0000

    Fix the parent-set handler to account for the terminal screen container, by getting the window when the parent's parent is set.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2788 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   45 ++++++++++++++++++++++++++++++++++-----------
 src/terminal-screen.h |    4 ----
 src/terminal-window.c |    6 ------
 3 files changed, 34 insertions(+), 21 deletions(-)

commit ccfbc3aa5a50ae668252d67e2b64a0f88bf4e536
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:16 2008 +0000

    Fix detaching tab.
    The problem is that when we remove the old screen container from the source window,
    the container and its containing tab get gtk_widget_destroyed(). So we need to ref
    not only the screen but also the container beforehand.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2787 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    9 ++-------
 src/terminal-window.c |   48 +++++++++++++++++++++++++++++++++++++++---------
 src/terminal-window.h |    7 ++++++-
 3 files changed, 47 insertions(+), 17 deletions(-)

commit c852a2c6a29c9390e8b15b4f030a9c5d57377ad4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:10 2008 +0000

    Remove debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2786 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit b768ccee06ab2e965d1220acbf6b1668cef51493
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:54:05 2008 +0000

    Split terminal_app_new_terminal into the case of new terminal and the case of just moving an existing terminal between windows. Simplify and refacor terminal_app_new_window/tab.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2785 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c    |  247 ++++++++-----------------------------------------
 src/terminal-app.h    |   32 ++-----
 src/terminal-screen.c |   23 +++--
 src/terminal-window.c |  130 +++++++++++---------------
 src/terminal.c        |  158 +++++++++++++++++++-------------
 5 files changed, 215 insertions(+), 375 deletions(-)

commit a87edc793e4250179f36c1f53afbe9d7fec0433b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:58 2008 +0000

    Some code cleanup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2784 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   51 ++++++++++++++++-----------------------------------
 1 files changed, 16 insertions(+), 35 deletions(-)

commit 5f360614c2a01bd3f53cb9af81f0651c96b506fe
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:53 2008 +0000

    Fix tab detach by DND for the terminal screen container change.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2783 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 61a318ce8771e9cc3120f362e6264ea77bb72f6d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:47 2008 +0000

    Fix a FIXME.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2782 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

commit e33d46d6688aa54dd5ab126b6b83ef1eaddaf52b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:38 2008 +0000

    Connect to delete-event too.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2781 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ba2565c47ef1a08bcc38a180bb2546f77873f90e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:32 2008 +0000

    Make the s/key challenge window not use gtk_dialog_run.
    Remove another use of priv->window from TerminalScreen by adding skey-clicked and url-clicked signals and handling them in TerminalWindow.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2780 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am           |   20 ++++++
 src/skey-popup.c          |  146 ++++++++++++++++++++++++++------------------
 src/skey-popup.h          |    6 +-
 src/terminal-marshal.list |    1 +
 src/terminal-screen.c     |   30 ++++++++-
 src/terminal-screen.h     |    5 ++
 src/terminal-util.c       |    7 ++
 src/terminal-util.h       |    2 +
 src/terminal-window.c     |   58 +++++++++++++++---
 9 files changed, 200 insertions(+), 75 deletions(-)

commit cdd2c22f8a3fd620ac8ddef2c7a1995bbeb968b8
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:25 2008 +0000

    Quote-unquote.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2779 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c  |    2 +-
 src/terminal-accels.c |    8 ++++----
 src/terminal-app.c    |    4 ++--
 src/terminal-util.c   |    4 ++--
 src/terminal.c        |    6 +++---
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 3c2a39bd8d4362b97efdfe095ecc2b4c8426be97
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:19 2008 +0000

    Move editing the title to terminal-window.c.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2778 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  106 +++++++------------------------------------------
 src/terminal-screen.h |    5 +-
 src/terminal-window.c |   61 ++++++++++++++++++++++++++--
 3 files changed, 75 insertions(+), 97 deletions(-)

commit 48d728c41cebfcebba694ac8427b4c20d6626a37
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:14 2008 +0000

    Fix CloseWindow for the confirm_close_window changes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2777 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 0b3c4bd347e1109c9f8d5422e55363e74d4bccc2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:08 2008 +0000

    Make each window have its own window group, so modal dialogues don't block other windows.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2776 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit c146dba662b3eb56de8f7793aa8b491339e70e20
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:53:02 2008 +0000

    gtk_dialog_run is evil, rework the code to avoid using it.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2775 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   35 ++++++++++++++++++++++++-----------
 1 files changed, 24 insertions(+), 11 deletions(-)

commit 896cd9b347135f6ac7263e98a23256be60c36e38
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:57 2008 +0000

    Avoid using priv->window in TerminalScreen here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2774 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey-popup.c      |    6 +++++-
 src/skey-popup.h      |    1 -
 src/terminal-screen.c |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 2f8d3b3e8ce6c6996585d2beb79d02ff61069167
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:52 2008 +0000

    Avoid a copy.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2773 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   26 +++++++++-----------------
 1 files changed, 9 insertions(+), 17 deletions(-)

commit d1041f61327b5589f0f215ae4fb799c43709b10f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:47 2008 +0000

    Don't create the icon title twice.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2772 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit 5eb10fddd332b8809756a757a8b211dfb60750ff
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:41 2008 +0000

    Freeze notifications while reading the profile values.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2771 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 71967c72a7daeb4ce124fcc5465929800d941ebd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:36 2008 +0000

    Remove terminal_screen_get_window.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2770 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c    |    9 ++++++---
 src/terminal-screen.c |   16 ++++------------
 src/terminal-screen.h |    2 --
 src/terminal-window.c |   15 ++++++++-------
 4 files changed, 18 insertions(+), 24 deletions(-)

commit e8305dff7071b4f93fc98ae46961058654f7ff96
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:30 2008 +0000

    Rename this to active_screen.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2769 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  124 ++++++++++++++++++++++++------------------------
 1 files changed, 62 insertions(+), 62 deletions(-)

commit 0ab926b7c6fc431cadbdeaa86ddadd4dbb0dfd7a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:24 2008 +0000

    Fix FIXME: make icon-title work again, and use gobject properties for it instead of signals.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2768 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   18 +++++++++--
 src/terminal-window.c |   78 ++++++++++++++++++++++++++++++-------------------
 2 files changed, 62 insertions(+), 34 deletions(-)

commit 9ba5ecb1b817a9d433759db378a0db91e0bb2e24
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:18 2008 +0000

    Add close-screen signal to TerminalScreen and use that instead of directly calling a method on the TerminalWindow from inside TerminalScreen.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2767 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   26 +++++++++++++-------------
 src/terminal-screen.h |    3 +--
 src/terminal-window.c |   24 ++++++++++++++++++++----
 3 files changed, 34 insertions(+), 19 deletions(-)

commit f6bb27f13ea5784bb40e3f1bb09bed7dbc69c6aa
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:13 2008 +0000

    Reduce debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2766 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   16 +++-------------
 1 files changed, 3 insertions(+), 13 deletions(-)

commit 6869710ad1d25c3d2132fa79e3139b6cd0f30c3f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:08 2008 +0000

    No need for I_() here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2765 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8a539f2dbf99aba22fa35db025048edb599c7627
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:52:02 2008 +0000

    Remove unused enum value.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2764 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 3d7554936d6d8afc57e99f7153e5e065012ae14e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:57 2008 +0000

    emove unused include.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2763 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c     |    2 ++
 src/terminal-profile.h |    3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 08442a513e986ba7ecef2f8cbbbd47cb3f866e91
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:51 2008 +0000

    Fix http_proxy env var being set when using non-manual proxy mode. Bug #343811, patch by John Spray.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2762 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

commit 8a60b69d6224f684057dd3635de9f473e7d757c6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:45 2008 +0000

    =?utf-8?q?Bug=20345651=20=E2=80=93=20Profiles=20submenu=20in=20context=20menu
    
    =20Patch=20by=20Claude=20Paroz.?=
    MIME-Version: 1.0
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: 8bit
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2761 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 ++-
 src/terminal.xml      |    7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e6ffd40214ec80d98828dff7d87b8b6a7201db0d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:40 2008 +0000

    Fix the tabs menu after the introduction of TerminalScreenContainer.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2760 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-tabs-menu.c |   44 +++++++++++++++++++-------------------------
 src/terminal-window.c    |    1 -
 2 files changed, 19 insertions(+), 26 deletions(-)

commit 7c3d9afdb217e3a65cf9d8db5b104ddf77cf885e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:35 2008 +0000

    Unref the base profile after cloning.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2759 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 94616b2df91610d729daacee4ad6ac5c73695f6d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:29 2008 +0000

    Fix another FIXME.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2758 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c       |    4 ++--
 src/terminal-screen.c    |    2 +-
 src/terminal-tabs-menu.c |    2 +-
 src/terminal-window.c    |   22 ++++++++++++++++------
 src/terminal-window.h    |    4 ++--
 src/terminal.c           |    2 +-
 6 files changed, 23 insertions(+), 13 deletions(-)

commit 6e82cb37748daae3e5c7bebcf36300fe362b7170
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:23 2008 +0000

    Fix some FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2757 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit c6b4f4316123b0a00252e3084b679ea53e791aa3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:17 2008 +0000

    Start at 0.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2756 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ebc5fe7cdaea528839b7348db4d0b6f848319129
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:12 2008 +0000

    Remove the idle in the cloned profile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2755 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 72300c3f0d747e4b90114901bb741e22f6f1fa42
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:07 2008 +0000

    Remember whether the gconf key is writable.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2754 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 3fd60841d5e3c26248300576ce798f2745b7fd98
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:51:02 2008 +0000

    Don't crash when we can't get the proxy pwd from gconf.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2753 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 3537a357f31b95a49a156e6f0f8e544c315bb400
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:57 2008 +0000

    Rename the menu-bar-accel property.
    Fix the property notification in TerminalWindow on initialisation to not abort after the first property name.
    Use NULL to disable the menubar accel, instead of a bogusly impossible key combination.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2752 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    2 +-
 src/terminal-app.c    |   26 +++++++++++++-------------
 src/terminal-app.h    |    8 ++++----
 src/terminal-screen.c |    1 -
 src/terminal-window.c |   12 +++++-------
 5 files changed, 23 insertions(+), 26 deletions(-)

commit b969b156f44cc220c859c806472b10b3f9f788a1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:50 2008 +0000

    More for.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2751 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey-popup.c      |    2 --
 src/terminal-app.c    |    8 ++------
 src/terminal-window.c |    9 +++------
 src/terminal.c        |   12 +++---------
 4 files changed, 8 insertions(+), 23 deletions(-)

commit c2e6b54a1f22110da1af7770b4db5867fbd5dd6c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:45 2008 +0000

    Fix the custom command entry sensitivity.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2750 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 32ec3b87b4b250e2982dbf9fb86b4aea248f1967
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:39 2008 +0000

    The parent-set handler on TerminalScreen cannot get the toplevel, since it's called when creating the terminal screen container which has no parent yet.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2749 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen-container.c |    2 ++
 src/terminal-screen.c           |   34 ++++++----------------------------
 src/terminal-screen.h           |    2 +-
 src/terminal-window.c           |    2 --
 4 files changed, 9 insertions(+), 31 deletions(-)

commit 0be24da872b91e9b18e27867bd308acfa648c093
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:33 2008 +0000

    Replace the kb spinbutton with a label showing the approx. memory use corresponding to the number of scrollback lines selected in the other spin button.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2748 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c          |   48 ++++----
 src/profile-preferences.glade |  256 +++++++++++++++++------------------------
 src/terminal-util.c           |   34 +-----
 src/terminal-util.h           |    3 -
 4 files changed, 133 insertions(+), 208 deletions(-)

commit 0bbfbece101284cc24d7653b7fc429973a27af22
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:28 2008 +0000

    Fix allocator mismatch.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2747 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey-popup.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 85b0bfbaa25293e21fa468c3cc519ad74a6c8156
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:23 2008 +0000

    No need to rebuild the new-terminal menus when the current tab's profile changes, either.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2746 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 4fc46f55c1d57db6ae15482f36633894ae05495a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:18 2008 +0000

    Only update the active profile in the profiles menu instead of rebuilding the whole menu when switching tabs.
    Also there's no need to update the encodings and new-terminal submenus on active tab change.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2745 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   59 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 47 insertions(+), 12 deletions(-)

commit 355a7793201467a7fb9a4fbe6fd34b4933b9c57b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:13 2008 +0000

    Fix some FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2744 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

commit 467bbe77ed37d53e4c45bee800f7d381f9b9ccfe
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:07 2008 +0000

    Plug a mem leak.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2743 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3052394d509ea6e4fd12ec65ff51ddf2ec867005
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:50:02 2008 +0000

    Fix mem leak. May fix bug #532327.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2742 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit b78b064ed4ad317d60cc03cff01c3c83adf20ad2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:57 2008 +0000

    Remove FIXME comment.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2741 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 5697c71719a4a3da15030c22988a3389b8f563f1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:51 2008 +0000

    Only have one encoding dialogue.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2740 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c     |   31 ++++++++++++++++++++-----------
 src/encoding.h     |    2 +-
 src/terminal-app.c |   24 +-----------------------
 3 files changed, 22 insertions(+), 35 deletions(-)

commit c7fe06f0e12398da038c972273f04f46aafc809e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:46 2008 +0000

    Use g_hash_table_foreach here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2739 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   65 +++++++++++++++++++------------------------------
 1 files changed, 25 insertions(+), 40 deletions(-)

commit 435ff07983f8030cc9a454a3fc31ed4afc386e6e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:41 2008 +0000

    Use a separate handler to update the treeview.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2738 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)

commit 958e10a1034a07848ce65e0928807114893efc0e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:36 2008 +0000

    Remove this bogus check.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2737 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit fd9a8b4adc700789561c074491f1861d79f3ea48
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:31 2008 +0000

    Remove obsolete comment.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2736 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit b349dd4f5946f3d60e25d7aead62dc4191388f5a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:26 2008 +0000

    Just use gconf_client_notify instead of duplicating the code to load the binding at startup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2735 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   56 ++++++++++--------------------------------------
 1 files changed, 12 insertions(+), 44 deletions(-)

commit 726d16e564426053085f794e86566eba94d8cacd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:21 2008 +0000

    Use a hash table to store the gconf key -> key entry mapping, so we can just look it up in the gconf notification handler instead of iteraring over all entries to find the changed one.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2734 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |  113 +++++++++++++++++++++++++++----------------------
 1 files changed, 62 insertions(+), 51 deletions(-)

commit 6bb9240a58faced40d44cb33ade1a00a2f8b7f90
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:16 2008 +0000

    Use the key_entry itself as data on the accel closure, so we can just use it in the callback instead of having to look through all entries to find the changed one.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2733 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)

commit 67c5b7b115a7b32345b73e30b0d8987422a05e47
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:11 2008 +0000

    Sort the first column by default.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2732 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8804bb2cbd00bff2be5713c4320d5d8bdf34ab8d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:06 2008 +0000

    Remove unnecessary assertion.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2731 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 3e39196ed43e10b049c6df3326c8a192580ea91b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:49:01 2008 +0000

    Remove the idle handler on shutdown.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2730 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

commit cfd5cf80b58f85a1d92d76037385ee1ba7d8f69c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:55 2008 +0000

    Use a gconf changeset here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2729 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   31 +++++++++++++------------------
 1 files changed, 13 insertions(+), 18 deletions(-)

commit ac60694cccb8624cfea4775acee8ba7e88b28921
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:50 2008 +0000

    Make the cell ineditable if the corresponding gconf key is not writable.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2728 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |  105 ++++++++++++++++++++++++-------------------------
 1 files changed, 52 insertions(+), 53 deletions(-)

commit 36d56f191081849c5c3dab0c0d2e45414c069994
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:45 2008 +0000

    Add terminal_accels_shutdown().
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2727 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   64 ++++++++++++++++++++++++++++--------------------
 src/terminal-accels.h |    2 +
 src/terminal-app.c    |    2 +
 3 files changed, 41 insertions(+), 27 deletions(-)

commit e1e82d1bb0b3b465cf040d555470c6f9414888e0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:39 2008 +0000

    Use the object/widget binding routine for the keybindings dialogue.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2726 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |  146 ++-----------------------------------------------
 src/terminal-app.c    |   52 +++++++++++++++--
 2 files changed, 51 insertions(+), 147 deletions(-)

commit d897ce07c0fb2a590c628766b14d20c5edd920ff
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:34 2008 +0000

    Move the object/widget binding to terminal-util so we can use it in the other dialogues too.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2725 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |  300 +-------------------------------------------------
 src/terminal-util.c  |  296 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/terminal-util.h  |   13 ++
 3 files changed, 310 insertions(+), 299 deletions(-)

commit 668fc070f68335c5432ed3e7f7f731e0a104e6ea
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:28 2008 +0000

    Move the menubar accel handling to TerminalWindow in the same function that handles the mnemonics setting.
    Add a property for the menubar accel state to TerminalApp.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2724 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   72 +++++++------------------------------------------
 src/terminal-app.c    |   66 +++++++++++++++++++++++++++++++++++++-------
 src/terminal-app.h    |    5 +++
 src/terminal-window.c |   69 ++++++++++++++++++++++++++++++++++++----------
 4 files changed, 124 insertions(+), 88 deletions(-)

commit 873e8d0e9cfaf8593a8a9c9637c8e608e9823031
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:22 2008 +0000

    Make enable-mnemonics a property on TerminalApp instead of adding a gconf notification to each window.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2723 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c    |   51 +++++++++++++++++++++++++++++++++++++
 src/terminal-window.c |   67 +++++++++++++-----------------------------------
 2 files changed, 69 insertions(+), 49 deletions(-)

commit b67d19c02769aa47a5cb7982e63180bb58274e02
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:16 2008 +0000

    Update the profile actions when the profile's visible name changes.
    Don't leak the UI manager.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2722 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  107 ++++++++++++++++++++++++++++++++++---------------
 1 files changed, 74 insertions(+), 33 deletions(-)

commit a8585f659e48d8ecf8e9c973f352c49c3858ec1e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:11 2008 +0000

    Edit the visible name, not the (immutable) name.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2721 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fc15a10f9cd2049e3e3a28c7f634c168cec5427e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:05 2008 +0000

    Update.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2720 e32f9464-e525-0410-8908-8a3b6990da27

 po/POTFILES.in   |   12 +++++++++---
 po/POTFILES.skip |    6 ++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

commit 165e5da788e39014ffd18b97278e90bb58a396b6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:48:00 2008 +0000

    Cleanup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2719 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c     |    3 ---
 src/terminal-app.h     |    2 --
 src/terminal-profile.h |    1 +
 src/terminal-window.c  |    2 --
 src/terminal.c         |    3 ---
 5 files changed, 1 insertions(+), 10 deletions(-)

commit 7726f990aa28e51748f7cc1e9525affe0d724ede
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:54 2008 +0000

    Remove the invisible_char property, again.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2718 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-new-dialog.glade  |    1 -
 src/profile-preferences.glade |    4 ----
 src/skey-challenge.glade      |    1 -
 3 files changed, 0 insertions(+), 6 deletions(-)

commit 787fee2942354ab942d659d13a230fed144a862e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:49 2008 +0000

    Also change the ui manager file name here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2717 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit db29441556ffb95f3154eb9324809a7379349dc5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:44 2008 +0000

    Remove obsolete RC string parsing.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2716 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 2fdb32c212ec13df191fc90f4b59feb58e9f40e0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:39 2008 +0000

    Use a gtk message dialogue here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2715 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   65 +++++++++++++++----------------------------------
 1 files changed, 20 insertions(+), 45 deletions(-)

commit 38b83d9d5210cc275237a95d7890b86d4f7d732c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:34 2008 +0000

    Add a property for the override-command.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2714 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit e84e5f3f6e1c9bc0a6e27d7d1e8d86114339c7b2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:28 2008 +0000

    Fix crash on deleting a profile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2713 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

commit aac48e4edb0e702490ae5746bb8632b9dfd94c92
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:23 2008 +0000

    Fix creating a new profile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2712 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   54 +++++++++++++++++++++++++++--------------------
 1 files changed, 31 insertions(+), 23 deletions(-)

commit 9ca54f533af0c6fac2a6d7f92a61539768d2a8e5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:18 2008 +0000

    Remove the builder file, and add the glade file back.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2711 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey-challenge.glade |  199 ++++++++++++++++++++++++++++++++++++++++++++++
 src/skey-challenge.ui    |  126 -----------------------------
 2 files changed, 199 insertions(+), 126 deletions(-)

commit 5d707b8d7590878723315078d3a7c54c47e07248
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:14 2008 +0000

    Remove the builder file, and add the glade file back.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2710 e32f9464-e525-0410-8908-8a3b6990da27

 src/encodings-dialog.glade |  296 ++++++++++++++++++++++++++++++++++++++++++++
 src/encodings-dialog.ui    |  200 ------------------------------
 2 files changed, 296 insertions(+), 200 deletions(-)

commit a43bdd53dc373f12d5be55322efe0bfb1a84f91f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:09 2008 +0000

    Remove the builder file, and add the glade file back.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2709 e32f9464-e525-0410-8908-8a3b6990da27

 src/keybinding-editor.glade |  181 +++++++++++++++++++++++++++++++++++++++++++
 src/keybinding-editor.ui    |  114 ---------------------------
 2 files changed, 181 insertions(+), 114 deletions(-)

commit d5111d9b1cc19f47d797ba22dc8a0877bd3e059c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:47:04 2008 +0000

    Remove the builder file, and add the glade file back.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2708 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-new-dialog.glade |  262 ++++++++++++++++++++++++++++++++++++++++++
 src/profile-new-dialog.ui    |  164 --------------------------
 2 files changed, 262 insertions(+), 164 deletions(-)

commit 0cac36abd48d0925d86dc59b20b8e60706a7eb8c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:59 2008 +0000

    Renamed.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2707 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.ui  |   79 ------------------------------------------------------
 src/terminal.xml |   79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+), 79 deletions(-)

commit d620eb1cef4f7ef50d2ebaf63bc895166cf919ed
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:55 2008 +0000

    Add the glade file back, and remove the builder file.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2706 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-manager.glade |  213 +++++++++++++++++++++++++++++++++++++++++++++
 src/profile-manager.ui    |  170 ------------------------------------
 2 files changed, 213 insertions(+), 170 deletions(-)

commit 832f488950010a7c2d8c0614c93de27d361035ca
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:50 2008 +0000

    Convert to the builder format at build time.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2705 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in               |    5 +
 src/Makefile.am            |   31 +-
 src/profile-preferences.ui | 2505 --------------------------------------------
 3 files changed, 26 insertions(+), 2515 deletions(-)

commit 95f5a47276d857f8650bae6b44a9ea7d164e544b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:45 2008 +0000

    Remove debug spew.
    Use gtk_entry_get_text so we don't strdup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2704 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

commit 37ec3284c844aa7cd10c77c2163f7b0a6ab887e2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:40 2008 +0000

    Add icon-title property.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2703 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   35 +++++++++++++++++++++++++++++------
 1 files changed, 29 insertions(+), 6 deletions(-)

commit 9d6e43e5133781af7a230576ba579f5b1ca515b6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:34 2008 +0000

    Work around some brokenness for now. Will really fix later.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2702 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit 1a948bb98bd22556394d4ae5571df0439ade97dd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:29 2008 +0000

    Less debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2701 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit d9b03617d3cba082805b9a7c590ecf1e473dee6c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:24 2008 +0000

    Remove some more debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2700 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 5da2cbba7f3b015c743aa64b2138b4ce36e94a11
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:19 2008 +0000

    Remove some debug spew.
    If we encounter an invalid value, force a writeback so gconf gets a valid value.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2699 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit 135f28bf04da98ecf77a4ba6af619e6f4de106d8
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:14 2008 +0000

    Don't put the locked flags into the struct, instead allocate them.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2698 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 5d09da5c2689be4a00c5e2e5069d8f1d018737c6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:09 2008 +0000

    While initialising the profile, call terminal_profile_set_property directly. That way we get all the post-processing there done without queuing a property notification after object construction has finished.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2697 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   36 ++++++++++++++++++++----------------
 1 files changed, 20 insertions(+), 16 deletions(-)

commit 6c9d6b9157a9222aeb140cc2d3e4cb20bece8f83
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:46:04 2008 +0000

    Make sure the GValue is initialised in the notify==TRUE case.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2696 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit be1c62350600a440e91ea3fb8b012991e46dae95
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:58 2008 +0000

    Set startup_id to NULL after having used it.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2695 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 75a4291ffa390885091b440d2f4b14c015fd9794
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:53 2008 +0000

    Use gtk_clipboard_request_targets.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2694 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit a2fd4c8ef47fd1279096f0c4a3c1ce8593035ecd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:48 2008 +0000

    Use g_listenv(). Simplify the font code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2693 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

commit f1e5868cfcfca6dbf969e3927ee499fe371198cb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:43 2008 +0000

    If getting the default profile key fails, use the fallback profile name.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2692 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

commit f7becc78d22dabac6ba7c2615f3e35dbe59150ca
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:37 2008 +0000

    Use g_ascii_strto[u]ll.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2691 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    6 +++---
 src/terminal.c     |   21 +++++++++------------
 2 files changed, 12 insertions(+), 15 deletions(-)

commit 078bb295218e81db4b6854e926762b8f98d7cb45
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:32 2008 +0000

    Fix some FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2690 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 7b611ba138b86cf5abb6870bb8cb005697417751
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:26 2008 +0000

    Remove some obsolete FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2689 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

commit 1d2229b69151f8d92f96162884e0b12fcbc92651
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:21 2008 +0000

    Fix the return values in error case.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2688 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 2f1a3b7dbe7f3b48f9183aebabca34f6338e852f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:16 2008 +0000

    Apply some suggestions from bug #143594.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2687 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade |  218 ++++++++++++++++++---------------------
 src/profile-preferences.ui    |  227 +++++++++++++++++++----------------------
 2 files changed, 206 insertions(+), 239 deletions(-)

commit 3d4480286ebc1622923f6ec3dddbf6cf6d258233
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:10 2008 +0000

    Packing simplifications.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2686 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade |  311 +++++++++++++++++++----------------------
 src/profile-preferences.ui    |  301 ++++++++++++++++++---------------------
 2 files changed, 283 insertions(+), 329 deletions(-)

commit cf5d57d557c25754d04c19484550201b01ad5eea
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:05 2008 +0000

    Remove unnecessary size group.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2685 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit fc755c4426b6b5fc9c06798e24ecefc2bb965d3b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:45:00 2008 +0000

    Fix menubar visibility in newly created windows from DND. Bug #528915, patch by Gábor Szeder.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2684 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit acd9d97918e069a90c4493d4227554fda6693ffe
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:55 2008 +0000

    Only update the settings that are dependent on the changed property.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2683 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  172 +++++++++++++++++++++++++++----------------------
 1 files changed, 94 insertions(+), 78 deletions(-)

commit 0126cafad76e1632c823441f77e6115a6aaee5e5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:48 2008 +0000

    Only update the sensitivity of the widgets related to the changed property.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2682 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |  238 +++++++++++++++++++++++++-------------------------
 1 files changed, 119 insertions(+), 119 deletions(-)

commit abcd6f73612543ad16e4cf346c9443bb5eb28d65
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:43 2008 +0000

    Remove commented-out code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2681 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 6f1022b7b536668c3db5d5aa3994f3b42f5bea5b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:38 2008 +0000

    Remove #if 0'd code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2680 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    1 -
 src/terminal-window.c |   21 ---------------------
 src/terminal-window.h |    1 -
 3 files changed, 0 insertions(+), 23 deletions(-)

commit 715987ef08d5e2d15d13d7bd0052d328afeedf12
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:33 2008 +0000

    Remove #if 0'd code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2679 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   31 -------------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

commit b7f8f2a2a46f2dcc865c543193a004e91af7fdb4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:28 2008 +0000

    Remove FIXME that was fixed.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2678 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e3ae254df629584abbbc7bcab5c9ec3758b84cf6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:23 2008 +0000

    Listen to the profile-list-changed signal instead of updating the treeview and combo box directly from the gconf notification callback.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2677 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |  138 ++++++++++++++++------------------------------------
 1 files changed, 42 insertions(+), 96 deletions(-)

commit 739d0dd6b0e4414e4ce1c6aa2088d865863d32bb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:17 2008 +0000

    The delete button is insensitive unless there's a profile to delete, so no need for an error dialogue.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2676 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit 26ad863e4e955b53147f7acaa22f3d19dd34ef3b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:12 2008 +0000

    Simplify code to delete the profile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2675 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |  101 +++++++++++++++++----------------------------------
 1 files changed, 34 insertions(+), 67 deletions(-)

commit 73994ddee9e466dca145ddcd703e0dac750847c1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:07 2008 +0000

    Add missing property notification.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2674 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d2918930acc0018d9d1484e69e2bcb21bf4519cb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:44:01 2008 +0000

    Emit the "quit" signal on TerminalApp when the last window closes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2673 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

commit 287ccb9013d20f5a485b2c5e831246bbec13b6fa
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:56 2008 +0000

    Decruftify the code that loads the profile list and the default profile name.
    Remove the "is-default" property from TerminalProfile, it's unused.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2672 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c     |  265 +++++++++++++++++-------------------------------
 src/terminal-profile.c |   17 ++--
 src/terminal-profile.h |    1 -
 src/terminal-window.c  |   86 +++-------------
 src/terminal-window.h  |    2 -
 5 files changed, 117 insertions(+), 254 deletions(-)

commit fc876cbe71077c668ea2b4204db093024462cc39
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:50 2008 +0000

    Remove useless, unseen error message.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2671 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

commit 78bb793e8b4e6a461de10751304dc97d877d3fee
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:45 2008 +0000

    Move colour scheme names to the glade/ui file.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2670 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c          |   24 ------------------------
 src/profile-preferences.glade |    6 +++++-
 src/profile-preferences.ui    |   12 ++++++++++++
 3 files changed, 17 insertions(+), 25 deletions(-)

commit 6d2b418b41cea951e9aa4a5fd5c564fe8cbc63d7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:40 2008 +0000

    Remove useless translated error messages on gconf errors that the user will NEVER see.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2669 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |  115 ++++++-------------------------------------------
 1 files changed, 13 insertions(+), 102 deletions(-)

commit cd6bcccd42c70f8dc9c64e607aa4f418e3e123bb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:35 2008 +0000

    Tiny code style fix.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2668 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 3b1e7b1e72a0392d4ff3c688a7fe8c8b83770f9a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:30 2008 +0000

    Make the system font a property on TerminalApp, so we don't need to monitor the gconf key in each and every TerminalScreen!
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2667 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c    |  119 ++++++++++++++++++++++++++++++++++++++-----
 src/terminal-screen.c |  136 ++++++++++++-------------------------------------
 2 files changed, 139 insertions(+), 116 deletions(-)

commit 213652696fff5e0fba3998068863ec3f42ab0138
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:24 2008 +0000

    Remove duplicated defines.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2666 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

commit d51a5a5753d07310fcdcc48279cad41102e7b980
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:19 2008 +0000

    Clean up includes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2665 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   31 ++++++++++++-------------------
 1 files changed, 12 insertions(+), 19 deletions(-)

commit 17a1397d45dddcf2e7e6a44295f2ea05dbe8c203
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:14 2008 +0000

    Use the file-set signal on GtkFileChooserButton instead of selection-changed. Bug #324470.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2664 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit e79b23bdcbfc6ccc7a41f371b2c72f36803c0fd4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:09 2008 +0000

    Use the enum classes to convert strings to/from values, except for the VteTerminalEraseBinding enum where our existing profiles have different strings unfortunately.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2663 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c   |    1 -
 src/terminal-profile.c |  125 ++++++++++++-----------------------------------
 2 files changed, 32 insertions(+), 94 deletions(-)

commit aae0e0dfb996b951129bfd6a0616aa807ef20f82
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:43:03 2008 +0000

    Use G_IS_PARAM_SPEC_* instead of checking the value type.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2662 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 0d22a59e4e2f337226153e1b8114a8fb96aef0c9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:58 2008 +0000

    Remove profile icon. Bug #126081.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2661 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c          |   53 ---------------------------------
 src/profile-preferences.glade |   66 -----------------------------------------
 src/profile-preferences.ui    |   62 --------------------------------------
 src/terminal-profile.c        |   18 -----------
 src/terminal-profile.h        |    2 -
 5 files changed, 0 insertions(+), 201 deletions(-)

commit eafa53463b63bf5a26073dcbfb52ca803bf4f87e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:52 2008 +0000

    Remove terminal.h.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2660 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c        |    2 +-
 src/skey-popup.c      |    1 -
 src/terminal-accels.c |    2 +-
 src/terminal-util.c   |    3 ---
 src/terminal.c        |    4 ----
 src/terminal.h        |   27 ---------------------------
 6 files changed, 2 insertions(+), 37 deletions(-)

commit ca80f60a01a3a68b5a4480d27223ce9d267f3edc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:47 2008 +0000

    Update.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2659 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade |    8 ++++----
 src/profile-preferences.ui    |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 23db6902e4c3312f3129da51fe576e080db0ba40
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:42 2008 +0000

    Reconcile schemas default with actual defaults.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2658 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.schemas.in |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)

commit c57a8a6207b4f13eeab22c75fd4ec3f5cade5b14
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:37 2008 +0000

    Port to the new profile API.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2657 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |  271 ++++++++++++++++++++++++++++++----------------------
 src/terminal-app.h |    9 ++
 2 files changed, 166 insertions(+), 114 deletions(-)

commit 7ca0560e0d449eff16569f394de8d85cc99e1294
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:30 2008 +0000

    Port to the new profile API.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2656 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  171 ++++++++++++++++++++++++++-----------------------
 src/terminal-screen.h |    4 -
 src/terminal-window.c |   26 +++++---
 3 files changed, 107 insertions(+), 94 deletions(-)

commit 7ca9a400848adbdad2c0ac1afdfb86fbabf11599
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:24 2008 +0000

    Port the profile editor to the new profile API. Simplify code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2655 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c | 2163 +++++++++++++++++---------------------------------
 src/profile-editor.h |    2 -
 2 files changed, 719 insertions(+), 1446 deletions(-)

commit 463a3c80166d9cfa5c675953824119cc5cf39d9e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:18 2008 +0000

    Completely rewrite the profile, by using gobject properties. Nice code reduction by 2600 LOC!
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2654 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c | 4012 +++++++++++++++---------------------------------
 src/terminal-profile.h |  295 ++---
 2 files changed, 1337 insertions(+), 2970 deletions(-)

commit 222f7142cdbed68696769d71e7a5f8ce5c8ae62c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:13 2008 +0000

    Add bg/fg colour, and palette properties.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2653 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   57 +++++++++++++++++++++++++++---------------------
 1 files changed, 32 insertions(+), 25 deletions(-)

commit e5ede2ac24e5ecac370a9053574db61bb746fd04
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:07 2008 +0000

    Code simplification through #define magic.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2652 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |  417 ++++++++++-------------------------------------
 1 files changed, 89 insertions(+), 328 deletions(-)

commit e5045603e22f2508b3e42b48bb4a68815ccfd459
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:42:02 2008 +0000

    Ignore unknown options when handling a new-terminal event from another instance.
    Don't call exit() when parsing the passed options fail; instead just ignore the request.
    Bug #531720.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2651 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e737adfe8baa58943cb5f8c8243f4f61995c1b0f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:56 2008 +0000

    Add the glade file back until glade-3 works on the profile editor file.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2650 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.glade | 2589 +++++++++++++++++++++++++++++++++++++++++
 src/profile-preferences.ui    |   25 +-
 2 files changed, 2611 insertions(+), 3 deletions(-)

commit e6193c8e0b208fe059490de78258981eb30a8fbd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:51 2008 +0000

    Make this non-resizable.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2649 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a3392a3d25ce419c28187e4c8ab0c32ebc854de
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:46 2008 +0000

    Fix the backspace and delete bindings in the compatibility tab of the profile preferences to adapt to the change from TerminalEraseBinding to VteTerminalEraseBinding with its changed order.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2648 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c       |    2 +-
 src/profile-preferences.ui |   21 ++++-----------------
 src/terminal-profile.c     |    5 +++--
 3 files changed, 8 insertions(+), 20 deletions(-)

commit 0f9b94ec3f675b2531beb72684e3a07a0983612a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:40 2008 +0000

    Revert "Shrink file by saving from glade3."
    glade-3 completely messes up the file!
    
    This reverts commit f75af0951b2b3954ba15ff3dd124ba0195b8151d.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2647 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.ui | 2049 ++++++++++++++++++++++++++++++++------------
 1 files changed, 1481 insertions(+), 568 deletions(-)

commit 243455e50404eba0095608601359dc713cc6917f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:35 2008 +0000

    Revert "Make the dialogue non-redimensionable."
    
    This reverts commit 83af97df83417847080ea55f89afa5ae57f1f366.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2646 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 7284c9c02816954f1986e63cd40f80560500d261
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:30 2008 +0000

    Make the dialogue non-redimensionable.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2645 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.ui |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit b7db69b2f42823c0df12bfe9a25cbc3b657ca126
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:25 2008 +0000

    Shrink file by saving from glade3.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2644 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-preferences.ui | 2049 ++++++++++++--------------------------------
 1 files changed, 568 insertions(+), 1481 deletions(-)

commit 7883d8e30d9b1e3625a96d3320d1fddd397ec0a9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:18 2008 +0000

    Remove glade.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2643 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in    |    1 -
 src/Makefile.am |    7 +------
 2 files changed, 1 insertions(+), 7 deletions(-)

commit f8fd58328ff4a96637b33c1571836c8d42cfb368
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:13 2008 +0000

    Port the profile editor to gtkbuilder.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2642 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.glade2  | 2586 -------------------------------------------
 src/profile-editor.c       |  674 ++++++-------
 src/profile-preferences.ui | 2589 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2897 insertions(+), 2952 deletions(-)

commit dcadd824ae3be2568992587bd26208f5ea704cc7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:07 2008 +0000

    Remove unnecessary indentations and labels. Use GtkAlignment.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2641 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.glade2 | 1910 +++++++++++++++++----------------------------
 1 files changed, 710 insertions(+), 1200 deletions(-)

commit 5f1681a0878f7851ed0454355f4f26613adadb64
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:41:02 2008 +0000

    Remove obsolete file.
    Constness fixes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2640 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey/config.h |   68 -----------------------------------------------------
 src/skey/test.c   |    5 ++-
 2 files changed, 3 insertions(+), 70 deletions(-)

commit 8e97d6d2bc32f46b89d59dbeb3e8bd1e1eb842d4
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:58 2008 +0000

    Fix mem leak.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2639 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey/test.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 3afa2d5e749d6313e6b24cdd2d440bea2de72b35
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:52 2008 +0000

    Convert the S/Key test programme to the glib test API, and run it on make check.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2638 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in         |    2 +-
 src/skey/Makefile.am |    4 +-
 src/skey/skey.c      |    2 +-
 src/skey/skey.h      |   10 ++-
 src/skey/test.c      |  223 ++++++++++++++++----------------------------------
 5 files changed, 80 insertions(+), 161 deletions(-)

commit 9f4a2eec5864f19c1500f4021a1d43fb1bf83039
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:46 2008 +0000

    Move the load_glade_file utility function to profile-editor.c, since the only remaining caller is there.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2637 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c   |   51 +++++++++++++++++++++++++++++++++++++++++++++--
 src/terminal-profile.h |    4 +--
 src/terminal-util.c    |   44 -----------------------------------------
 src/terminal-util.h    |    4 ---
 4 files changed, 49 insertions(+), 54 deletions(-)

commit 83a294b5c64cdc89938ca321c87843bee62bf680
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:41 2008 +0000

    Code simplification.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2636 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

commit 611d06629b76dff68a0cb0b7869c504fec10d283
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:36 2008 +0000

    Fix it to work with gtk 2.12.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2635 e32f9464-e525-0410-8908-8a3b6990da27

 src/keybinding-editor.ui |    1 -
 src/skey-challenge.ui    |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit 8f0f0772fa8307a1dc729091c5c0a8a45ed65959
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:31 2008 +0000

    Convert the new-profile dialogue to gtkbuilder.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2634 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am           |    1 +
 src/gnome-terminal.glade2 |  255 ---------------------------------------------
 src/profile-new-dialog.ui |  164 +++++++++++++++++++++++++++++
 src/terminal-app.c        |   63 ++++--------
 4 files changed, 186 insertions(+), 297 deletions(-)

commit 76a10ab6ec79bb78560c05ab863a2c95e93726db
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:26 2008 +0000

    Shrink.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2633 e32f9464-e525-0410-8908-8a3b6990da27

 src/encodings-dialog.ui |  314 +++++++++++++++++-----------------------------
 1 files changed, 116 insertions(+), 198 deletions(-)

commit c83060e8275ee456f8288a4ce4ef5bf069b8b342
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:21 2008 +0000

    Port the keybinding editor to gtkbuilder.
    No need to wrap the treestore into a sort model, just turn on sorting directly.
    Remove obsolete button press handler to start editing the accel, since GtkCellRendererAccell does this all itself.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2632 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am           |    1 +
 src/gnome-terminal.glade2 |  174 ---------------------------------------------
 src/keybinding-editor.ui  |  115 +++++++++++++++++++++++++++++
 src/terminal-accels.c     |  172 ++++++++++++--------------------------------
 4 files changed, 162 insertions(+), 300 deletions(-)

commit 71d1b498533c65febbb96b27370d4e2dada6c415
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:15 2008 +0000

    Port S/Key challenge dialogue to gtkbuilder.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2631 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am           |    1 +
 src/gnome-terminal.glade2 |  205 ---------------------------------------------
 src/skey-challenge.ui     |  127 ++++++++++++++++++++++++++++
 src/skey-popup.c          |   30 +++----
 4 files changed, 139 insertions(+), 224 deletions(-)

commit 25846da17f41ef14ba59a5d392b50484ba4c0bab
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:09 2008 +0000

    Port the encodings dialogue to gtkbuilder.
    Code cleanup & modernisations.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2630 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am           |    1 +
 src/encoding.c            | 1103 +++++++++++++++------------------------------
 src/encoding.h            |   14 +-
 src/encodings-dialog.ui   |  282 ++++++++++++
 src/gnome-terminal.glade2 |  300 +------------
 5 files changed, 671 insertions(+), 1029 deletions(-)

commit 1c4488ff9745df8f1f7e7f6f84653bff8a323e09
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:40:04 2008 +0000

    Remove unused function.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2629 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   12 ------------
 src/encoding.h |    2 --
 2 files changed, 0 insertions(+), 14 deletions(-)

commit 2181a0bbccd96ce63d289d451181ec1b47bcc550
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:59 2008 +0000

    Don't check all encodings on startup; instead check only when necessary. Helps bug #368001.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2628 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |  115 ++++++++++++++++++++++++++-----------------------------
 src/encoding.h |    1 +
 2 files changed, 55 insertions(+), 61 deletions(-)

commit 78ce7ead0074703186e892ef39c04f451d570db3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:54 2008 +0000

    Add convenience function to load a GtkBuilder file, and use it.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2627 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c  |   27 ++++++++++-----------------
 src/terminal-util.c |   42 ++++++++++++++++++++++++++++++++++++++++++
 src/terminal-util.h |    4 ++++
 3 files changed, 56 insertions(+), 17 deletions(-)

commit de653754de58c826b2b174e2446a3d8c9b7a5c14
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:49 2008 +0000

    Code cleanup.
    No need to wrap the list store in a sort model.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2626 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |  104 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 50 insertions(+), 54 deletions(-)

commit 9c2bc9adec21529a637e310755f65ea6e3484cbb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:44 2008 +0000

    Move TerminalEncodingIndex enum to encoding.c; it's not used publicly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2625 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/encoding.h |   91 --------------------------------------------------------
 2 files changed, 90 insertions(+), 91 deletions(-)

commit aea274ad5eb68a39c57c6278fff0cd7d21bf629b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:40 2008 +0000

    Use gtk_list_store_insert_with_values.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2624 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

commit 36341e27a7b4d07caeaadc144596b0fd103936d5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:34 2008 +0000

    Save some memory by makign TerminalEncoding refcounted instead of deep copying.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2623 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c        |  241 +++++++++++++++++++++++++------------------------
 src/encoding.h        |    9 ++-
 src/terminal-window.c |    2 +-
 3 files changed, 132 insertions(+), 120 deletions(-)

commit 96a483a8c1a30088f7327c6b79c9d97e5c599a9d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:29 2008 +0000

    Simplify the encodings notification code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2622 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   48 ++++++++++++++----------------------------------
 1 files changed, 14 insertions(+), 34 deletions(-)

commit a75a5979fa6b5b80fc62773375c8a4a513af170d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:24 2008 +0000

    Use gconf_client_notify here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2621 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   98 +++++++++++++++++++++++++-------------------------------
 1 files changed, 44 insertions(+), 54 deletions(-)

commit 801a050d8183d88f9231d109b05a68df85330f40
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:19 2008 +0000

    Replace dragged URIs with shell-quoted FUSE paths, if they have one.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2620 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   72 +++++++++++++------------------------------------
 src/terminal-screen.h |    2 -
 src/terminal-util.c   |   38 +++++++++++++++++++++++++-
 src/terminal-util.h   |    4 +-
 4 files changed, 58 insertions(+), 58 deletions(-)

commit e7ce66d6e4605ef0b43808de6b7423b59dc3f6f0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:14 2008 +0000

    Use g_uri_list_extract_uris here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2619 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)

commit e176dce647bdf0812c88fb77a14016dac092e6ba
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:09 2008 +0000

    Implement _NETSCAPE_URL drag dest.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2618 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   32 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)

commit d8af94000fd5078c78650c28e6c9c9cf5aab52c3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:39:04 2008 +0000

    For text/x-moz-url handling, use g_utf16_to_utf8 and shell-quote the string if it's a filename.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2617 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   55 ++++++++++++++++++++----------------------------
 1 files changed, 23 insertions(+), 32 deletions(-)

commit e75554018c69522b110c1a85897713fc8c521ec6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:57 2008 +0000

    Make this code the same as in gtkcolorsel.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2616 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit bd58cb83b17b862867b2629b0daf155489087804
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:52 2008 +0000

    Reorder some code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2615 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   39 +++++++++++++++++++++++++--------------
 1 files changed, 25 insertions(+), 14 deletions(-)

commit 5d48a8b51b9efd27c1df597f1df48ca22f26f060
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:47 2008 +0000

    Reorder the drag dest targets, so when we drag some files from nautilus it's pasted as text/uri-list and we get the shell-quoting behaviour, instead of being pasted as text.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2614 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6a8a2b5163490c7f11fb34e88c787b389e940446
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:42 2008 +0000

    Use the stock gtk text and URI targets instead of our own table. Use the GtkSelection routines to extract the text/URIs from the selection data.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2613 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  217 ++++++++++++++++++-------------------------------
 1 files changed, 79 insertions(+), 138 deletions(-)

commit 8da78a945963f0e660845f5122dd81b331250637
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:37 2008 +0000

    Small logic fix.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2612 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5ee633b7c48ff17898b0075f2a59d1f0a82b29ff
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:31 2008 +0000

    Move terminal_util_* to terminal-util.[ch].
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2611 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am       |    2 +
 src/encoding.c        |    1 +
 src/profile-editor.c  |    1 +
 src/skey-popup.c      |    1 +
 src/terminal-accels.c |    1 +
 src/terminal-app.c    |    1 +
 src/terminal-screen.c |    1 +
 src/terminal-screen.h |    6 +
 src/terminal-util.c   |  248 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/terminal-util.h   |   53 +++++++++++
 src/terminal-window.c |    1 +
 src/terminal.c        |  207 +----------------------------------------
 src/terminal.h        |   34 -------
 13 files changed, 317 insertions(+), 240 deletions(-)

commit 0b6ae8e84e2beb8cb779c8190b90ba9acd94889f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:24 2008 +0000

    No need to set the default size both in code and in the UI file.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2610 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 1752bc8c71e778f81eb3bb83eb7ab9c7d2c7da53
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:19 2008 +0000

    Fix button sensitivity update on selection change in the profile manager.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2609 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   90 ++++++++++++++++++++++------------------------------
 1 files changed, 38 insertions(+), 52 deletions(-)

commit b7712f831bf8e3e159c5a18dc01a48f314a67e02
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:12 2008 +0000

    Port profile manager dialogue to GtkBuilder.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2608 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am        |    4 +-
 src/profile-manager.ui |  170 +++++++++++++++++++++++++++++++++
 src/terminal-app.c     |  242 +++++++++++++----------------------------------
 3 files changed, 240 insertions(+), 176 deletions(-)

commit 8f99c0a883a7f704442727c457a501108297b1b6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:07 2008 +0000

    Use GTK_STOCK_EDIT here.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2607 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |   30 ++----------------------------
 src/terminal.c     |    1 -
 2 files changed, 2 insertions(+), 29 deletions(-)

commit e74f87e7ade82aaa96e77755b590e1e7890a236c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:38:02 2008 +0000

    Don't leak the profiles.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2606 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7ef365b1314fa05b9e2492750dee70a4d414b54c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:56 2008 +0000

    Use UTF-8.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2605 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c                  |    2 +-
 src/encoding.h                  |    2 +-
 src/profile-editor.c            |    4 ++--
 src/profile-editor.h            |    2 +-
 src/skey-popup.c                |    2 +-
 src/skey-popup.h                |    2 +-
 src/terminal-accels.c           |    2 +-
 src/terminal-accels.h           |    2 +-
 src/terminal-app.c              |   10 +++++-----
 src/terminal-app.h              |    2 +-
 src/terminal-intl.h             |    2 +-
 src/terminal-profile.c          |    4 ++--
 src/terminal-profile.h          |    4 ++--
 src/terminal-screen-container.c |    2 +-
 src/terminal-screen-container.h |    2 +-
 src/terminal-screen.c           |    4 ++--
 src/terminal-screen.h           |    2 +-
 src/terminal-window.c           |    6 +++---
 src/terminal-window.h           |    2 +-
 src/terminal.c                  |   10 +++++-----
 src/terminal.h                  |    2 +-
 21 files changed, 35 insertions(+), 35 deletions(-)

commit 6907c8abcc3d5314f754a728af4626b91894a069
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:48 2008 +0000

    Remove extraneous setlocal call.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2604 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

commit 9be7b70902a0b1a36d3fc9df1606b46bfd21a767
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:43 2008 +0000

    Move session management to TerminalApp.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2603 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |  206 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/terminal-app.h |    2 +-
 src/terminal.c     |  221 +---------------------------------------------------
 3 files changed, 207 insertions(+), 222 deletions(-)

commit e0922e605f09dce826860d6b93ecad701f440711
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:37 2008 +0000

    Add GNOME_MAINTAINER_MODE_DEFINES.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2602 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b324838be7ed37a72e88fa0948a81c5de2f412d2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:32 2008 +0000

    Compile without warnings.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2601 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c    |    2 +-
 src/terminal-window.c |    2 +-
 src/terminal.c        |    2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

commit f81382042b1284b8ff1d9415089e2f744061077d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:26 2008 +0000

    Port to GtkComboBox, and modernise the profile editor code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2600 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.glade2 |   14 +-
 src/terminal-app.c        | 1101 +++++++++++++++++++++------------------------
 2 files changed, 515 insertions(+), 600 deletions(-)

commit de771f9d4cb01bdb3ea55b9ab0a705013b3e670a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:21 2008 +0000

    Move profile list management to TerminalApp.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2599 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c     |  447 ++++++++++++++++++++++++++++++++++++++++---
 src/terminal-app.h     |   20 ++
 src/terminal-profile.c |  496 +++---------------------------------------------
 src/terminal-profile.h |   25 +--
 src/terminal-screen.c  |    3 +-
 src/terminal-window.c  |   11 +-
 src/terminal.c         |   13 +-
 7 files changed, 488 insertions(+), 527 deletions(-)

commit 3df450895134a47c22d8954a5b987340a401393d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:14 2008 +0000

    Simplify the code reading the profile list by using gconf_client_notify().
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2598 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-app.c |  167 ++++++++++++++++------------------------------------
 1 files changed, 52 insertions(+), 115 deletions(-)

commit d346318193e3cab0ac296fae048cee0b0f685f9c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:09 2008 +0000

    Split the TerminalApp into terminal-app.[ch] and make it a gobject.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2597 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am       |    9 +-
 src/terminal-app.c    | 1683 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/terminal-app.h    |   92 +++
 src/terminal-window.c |    1 +
 src/terminal.c        | 1536 +--------------------------------------------
 src/terminal.h        |   43 --
 6 files changed, 1788 insertions(+), 1576 deletions(-)

commit 0e85b8e05e167999c7fb00ba7fbaab15a96add02
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:37:02 2008 +0000

    Fix compile warnings.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2596 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am                 |    3 +++
 src/profile-editor.c            |    1 -
 src/terminal-accels.c           |    2 +-
 src/terminal-screen-container.c |    2 +-
 src/terminal-screen.c           |   25 ++++++-------------------
 src/terminal-window.c           |   33 +--------------------------------
 6 files changed, 12 insertions(+), 54 deletions(-)

commit 22d01bcb485bc5d881c519f4eae42432b59d0246
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:56 2008 +0000

    Include warnings and deprecation defines.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2595 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey/Makefile.am |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 10603fa0beaa3e3bb11879fbbd195fdc34886120
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:51 2008 +0000

    Makefile modernisation.
    Split test programme to test.c.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2594 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey/Makefile.am |   81 ++++++++++++++----------
 src/skey/skey.c      |  167 ------------------------------------------------
 src/skey/test.c      |  174 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 222 insertions(+), 200 deletions(-)

commit dcd0d11702478cdc236ed7db96ca79623a7db33a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:46 2008 +0000

    Makefile.am modernisation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2593 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am |  111 +++++++++++++++++++++++++++++-------------------------
 src/terminal.c  |    2 +-
 2 files changed, 61 insertions(+), 52 deletions(-)

commit 9f5243e8335e9833a3efbbfaf50dc3b2579d6c6b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:41 2008 +0000

    Remove terminal-widget.h includes.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2592 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c            |    1 -
 src/skey-popup.c                |    2 +-
 src/terminal-screen-container.c |    1 -
 src/terminal-screen.c           |    1 -
 src/terminal-window.c           |    1 -
 src/terminal.c                  |    1 -
 6 files changed, 1 insertions(+), 6 deletions(-)

commit c72aae1c2948c0fab7efcc753f0e2456e71fd8c2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:34 2008 +0000

    Remove last vestiges of terminal-widget abstraction.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2591 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   53 +++++++++++++++++++-----------------------------
 1 files changed, 21 insertions(+), 32 deletions(-)

commit 4fccecc1a9527174466e846b75b83dce172331e7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:27 2008 +0000

    Remove terminal_screen_get_widget.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2590 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    7 -------
 src/terminal-screen.h |    4 ----
 src/terminal-window.c |   24 ++++++++++--------------
 3 files changed, 10 insertions(+), 25 deletions(-)

commit 18a5650c141db1811617f39cdb6ddb0c0fc5f546
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:21 2008 +0000

    Remove last vestiges of terminal-widget.h and terminal-widget-vte.c.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2589 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am           |    2 -
 src/terminal-screen.c     |   33 ++++++++++---------
 src/terminal-widget-vte.c |   76 ---------------------------------------------
 src/terminal-widget.h     |   59 -----------------------------------
 4 files changed, 18 insertions(+), 152 deletions(-)

commit b395f43708e92471ec50c70a06ffac1a9915a6d2
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:16 2008 +0000

    Remove more from terminal-widget.h.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2588 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey-popup.c          |   11 +++++------
 src/terminal-screen.c     |   21 +++++++++------------
 src/terminal-widget-vte.c |    8 --------
 src/terminal-widget.h     |    9 ---------
 4 files changed, 14 insertions(+), 35 deletions(-)

commit 9f09b0248e7a6b99103411df0f3d392b680fa369
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:11 2008 +0000

    Remove more from terminal-widget.h.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2587 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c     |    5 +++--
 src/terminal-widget-vte.c |   14 --------------
 2 files changed, 3 insertions(+), 16 deletions(-)

commit a892cb3cda51c323133d2e56b6f9b0ceb38605af
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:06 2008 +0000

    Move the dingus/skey matcher to TerminalScreen.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2586 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c     |  156 +++++++++++++++++++++++++++++++++++++++++---
 src/terminal-widget-vte.c |  160 ---------------------------------------------
 src/terminal-widget.h     |   16 -----
 3 files changed, 146 insertions(+), 186 deletions(-)

commit 8e8d8148e2fe0edbd2e250caca3444ab56729fbb
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:36:00 2008 +0000

    Remove more of terminal-widget.h.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2585 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c     |   24 ++++++++++++++++++++++-
 src/terminal-screen.h     |    7 ++++++
 src/terminal-widget-vte.c |   46 ---------------------------------------------
 src/terminal-widget.h     |   12 -----------
 src/terminal-window.c     |   29 +++++++++------------------
 src/terminal.c            |    2 +-
 6 files changed, 41 insertions(+), 79 deletions(-)

commit d1a86035d0b2aae0fc3206b099482824008a9dab
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:52 2008 +0000

    Remove more of terminal-widget.h.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2584 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c            |    4 +-
 src/terminal-profile.c          |    3 +-
 src/terminal-screen-container.c |    4 +-
 src/terminal-screen.c           |   89 ++++++++++++++------------
 src/terminal-widget-vte.c       |  137 ---------------------------------------
 src/terminal-widget.h           |   36 ----------
 src/terminal-window.c           |   11 +---
 7 files changed, 57 insertions(+), 227 deletions(-)

commit 73c59aeeb12e964ec2361d21ee95b4db9804074d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:46 2008 +0000

    Remove unused functions.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2583 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-widget-vte.c |   14 --------------
 src/terminal-widget.h     |    4 ----
 2 files changed, 0 insertions(+), 18 deletions(-)

commit c4a360805dd96846966606a7bdb61c8f4f464421
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:41 2008 +0000

    Use VteTerminal's clipboard operations directly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2582 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c     |   11 -----------
 src/terminal-screen.h     |    2 --
 src/terminal-widget-vte.c |   30 ------------------------------
 src/terminal-widget.h     |    5 -----
 src/terminal-window.c     |   12 ++++--------
 5 files changed, 4 insertions(+), 56 deletions(-)

commit 5127bc77e40a84952b79a4dfdd0c229d661f8067
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:35 2008 +0000

    Use vte_terminal_get_*_title directly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2581 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c     |   28 ++++++++++++++++------------
 src/terminal-widget-vte.c |   30 ------------------------------
 src/terminal-widget.h     |    5 -----
 3 files changed, 16 insertions(+), 47 deletions(-)

commit fb26c12c4c1d431598a233f4a431a536d9ef783f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:30 2008 +0000

    Use vte_terminal_set_font directly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2580 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c     |   31 ++++++++++++++++++++++++++-----
 src/terminal-widget-vte.c |   29 -----------------------------
 src/terminal-widget.h     |    6 ------
 3 files changed, 26 insertions(+), 40 deletions(-)

commit faad16782a2e6a6d70093677e140a6eb97e7dbdf
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:25 2008 +0000

    Use vte_terminal_[sg]et_encoding directly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2579 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-widget-vte.c |   23 -----------------------
 src/terminal-widget.h     |    4 ----
 src/terminal-window.c     |    7 ++-----
 3 files changed, 2 insertions(+), 32 deletions(-)

commit c4d61ea8a66a595e281fad2f1bf417f2ab98a5fc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:19 2008 +0000

    Use vte_terminal_im_append_menuitems directly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2578 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-widget-vte.c |   25 -------------------------
 src/terminal-widget.h     |   10 ----------
 src/terminal-window.c     |   11 +++--------
 3 files changed, 3 insertions(+), 43 deletions(-)

commit 47c5ae320d1ac691b4e9074de754f86d5c2b2b94
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:13 2008 +0000

    Make the profile-set signal transport the old profile too.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2577 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   20 ++++++++++----------
 src/terminal-screen.h |    3 ++-
 src/terminal-window.c |    5 ++++-
 3 files changed, 16 insertions(+), 12 deletions(-)

commit 52d718b6c023e325eedee10486e7f9a6841f4c81
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:07 2008 +0000

    Add gobject properties to TerminalProfile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2576 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am                       |    4 +-
 src/terminal-profile.c                |  654 +++++++++++++++++++++++++++++++--
 src/terminal-type-builtins.c.template |    3 +-
 src/terminal-type-builtins.h.template |    2 +-
 4 files changed, 637 insertions(+), 26 deletions(-)

commit 9e4931096c18a27385eb1823b2519abc1596f391
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:35:02 2008 +0000

    Remove TerminalEraseBinding, and use VteTerminalEraseBinding directly instead.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2575 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c    |   31 +++++++++++++++--------------
 src/terminal-profile.h    |   16 ++++----------
 src/terminal-screen.c     |    8 +++---
 src/terminal-widget-vte.c |   48 ---------------------------------------------
 src/terminal-widget.h     |    4 ---
 5 files changed, 25 insertions(+), 82 deletions(-)

commit d51b82c9092a856afe64820d751fd82edeb8c2ec
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:34:56 2008 +0000

    Add type builtins for TerminalProfile.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2574 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in                          |   11 +++++---
 src/Makefile.am                       |   25 ++++++++++++++++++++
 src/terminal-type-builtins.c.template |   40 +++++++++++++++++++++++++++++++++
 src/terminal-type-builtins.h.template |   25 ++++++++++++++++++++
 4 files changed, 97 insertions(+), 4 deletions(-)

commit c49b36416f038fd75166cfd6709406a3ac5d3b3b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:34:50 2008 +0000

    Add terminal-screen-container.[ch], to move the scrollbar logic out of TerminalScreen.
    We really want to put the screen into a GtkScrolledWindow, but that doesn't work yet.
    Make TerminalScreen inherit directly from VteTerminal.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2573 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am                 |    2 +
 src/terminal-screen-container.c |  142 ++++++++++++++++++++++++
 src/terminal-screen-container.h |   41 +++++++
 src/terminal-screen.c           |  225 +++++++++++----------------------------
 src/terminal-screen.h           |    9 +-
 src/terminal-tabs-menu.c        |   18 +++-
 src/terminal-widget-vte.c       |   61 +----------
 src/terminal-widget.h           |   20 +----
 src/terminal-window.c           |   71 ++++++++-----
 9 files changed, 313 insertions(+), 276 deletions(-)

commit db8e8b9339b6f4561979b73e343697972c78fb29
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:34:44 2008 +0000

    Internal signal names.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2572 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit a1eb060b86c874e9a59c1ae1c711b413d90ec687
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 29 19:34:39 2008 +0000

    Code style.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2571 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1d016061ca4d30d73f70e4724112ef2f457c2973
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 22 22:58:11 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2564 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/ar.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 63874ed267c81e1205fae82c536c351ff9c1682d
Author: jmas <jmas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu May 22 20:15:38 2008 +0000

    2008-05-22  Jordi Mas <jmas@softcatala.org>
    
    	* ca.po: Updates Catalan translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2563 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ca.po     | 1455 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 725 insertions(+), 734 deletions(-)

commit c1383ffff6fe2e4e3019c17aabd042dd2f4f3cd1
Author: ankitp <ankitp@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed May 21 11:10:20 2008 +0000

    Updated Translation on behalf of Sweta Kothari, new team member
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2562 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gu.po     | 1676 ++++++++++++++++++++++------------------------------------
 2 files changed, 640 insertions(+), 1040 deletions(-)

commit 3df91a5b3edb47934756895f00c541ad3b515e81
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon May 19 01:11:48 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2561 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ar.po     | 1408 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 702 insertions(+), 710 deletions(-)

commit ea8be0559cf10f7b82dbdc24eb8cfe12572df3a6
Author: al_shopov <al_shopov@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed May 7 06:06:39 2008 +0000

    2008-05-07  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Yavor Doganov <yavor@gnu.org>
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2560 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +
 po/bg.po     | 1834 +++++++++++++++++++++++-----------------------------------
 2 files changed, 732 insertions(+), 1107 deletions(-)

commit e02ebd80c37ce9f87df94ab25236f33e31a72172
Author: wbolster <wbolster@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon May 5 18:08:14 2008 +0000

    2008-05-05  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* src/terminal-window.c (help_about_callback): Fixup
    	names in about dialog to correctly list the current
    	maintainers.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2558 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |   14 ++++++++++----
 src/terminal-window.c |   12 +++++++-----
 2 files changed, 17 insertions(+), 9 deletions(-)

commit b9f0b4cfb0f80055c7ce7ab14bf97ce3598da3b3
Author: icq <icq@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Apr 27 22:43:51 2008 +0000

    Updated Galician Translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2557 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gl.po     | 1490 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 747 insertions(+), 747 deletions(-)

commit 9701bc4d5f2405fed9e0c48766ae0f0d1e1fb4a1
Author: tkaroonb <tkaroonb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Apr 23 10:03:42 2008 +0000

    2008-04-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2555 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/th.po     | 1400 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 692 insertions(+), 712 deletions(-)

commit 39e86b30d28242aa860f99f10fd1158b6b68c566
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Apr 21 18:54:56 2008 +0000

    2008-04-21  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2554 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/nb.po     | 1250 ++++++++++++++++++++++------------------------------------
 2 files changed, 472 insertions(+), 782 deletions(-)

commit fc4acb53fcb3b0eee598cbc49ac53b890f792bac
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Apr 20 17:45:28 2008 +0000

    2008-04-20  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2553 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/et.po     | 1494 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 739 insertions(+), 759 deletions(-)

commit 78e16d7ef6c6055cfae311d0a504ecdf8db474f9
Author: yairhr <yairhr@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Apr 20 15:46:38 2008 +0000

    updated hebrew translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2552 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/he.po     | 1421 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 709 insertions(+), 716 deletions(-)

commit 157a40d6e81058fd56d45eacbf654a59698073ff
Author: dnylande <dnylande@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Apr 20 09:10:08 2008 +0000

    sv.po: Updated Swedish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2551 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sv.po     | 1471 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 746 insertions(+), 729 deletions(-)

commit 84b05dfb2a7b6cb2a959226c6ac85e8f6810dbe2
Author: claudep <claudep@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Apr 19 13:04:43 2008 +0000

    2008-04-19  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2550 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/fr.po     | 1178 ++++++++++++++++++++++------------------------------------
 2 files changed, 444 insertions(+), 738 deletions(-)

commit a6526fce97c8ef33d458c099933df9a5e2962add
Author: noch <noch@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Apr 14 19:05:04 2008 +0000

    2008-04-14 Norayr Chilngaryan <norik@freenet.am>
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2549 e32f9464-e525-0410-8908-8a3b6990da27

 po/hy.po |  250 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 125 insertions(+), 125 deletions(-)

commit cac553cbdf9361fd3dd62abb2630348d7981a238
Author: marcel <marcel@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Apr 14 05:37:55 2008 +0000

    2008-04-14  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2547 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sk.po     |  294 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 149 insertions(+), 149 deletions(-)

commit 43ab0e9a7e5928973559bc70fb9a3725516cf2ed
Author: mateju <mateju@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Apr 13 07:19:53 2008 +0000

    Updated Slovenian translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2546 e32f9464-e525-0410-8908-8a3b6990da27

 po/sl.po | 1174 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 487 insertions(+), 687 deletions(-)

commit 7c94f1255d0d6205d60cb1bcf3870c3d9fe02be8
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 21:26:20 2008 +0000

    Use the right clipboard.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2545 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 9cb3ac9df9b845542b893b34b412c5278cb37e98
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 21:22:12 2008 +0000

    Only request the clipbaord targets, not the contents. Bug #523010, patch by Ted X Toth.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2544 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)

commit 4ecdfd713feb50a047d342499f8fad90b6b3183b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 18:02:49 2008 +0000

    Remove unused code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2543 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit 84a2a74045ac0070322c9156722c05f8980e4ffe
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 18:02:39 2008 +0000

    Don't grab Alt-1 if there's only one tab. Bug #109128.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2542 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-tabs-menu.c |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

commit 9635c72d7ab4398e361a2375bf53f386c42361da
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 18:02:30 2008 +0000

    Add gitignore.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2541 e32f9464-e525-0410-8908-8a3b6990da27

 .gitignore |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit 290ab59aac805ca3063049d070cb0d4b722fe002
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 18:02:20 2008 +0000

    No need to store the default gconf client.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2540 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c |   23 ++++++++++++++---------
 src/encoding.h |    2 +-
 src/terminal.c |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)

commit cb0e31fd9e1cfa15f470add4d7ba7e61c524ba1d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 18:02:10 2008 +0000

    Remove useless indent level.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2539 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.glade2 |  702 ++++++++++++++++++++-------------------------
 1 files changed, 313 insertions(+), 389 deletions(-)

commit 744e7a6261a8b1533304e7c778f78b66d3dd0c78
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 11 18:01:59 2008 +0000

    Move the font selector into glade.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2538 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.glade2 |   42 +++++++++++++++++++++++++++++++++++++++---
 src/profile-editor.c      |   42 +++++++-----------------------------------
 2 files changed, 46 insertions(+), 38 deletions(-)

commit 14a4bc50a3715f0490908a6fe31caec5f4c67f3c
Author: iharh <iharh@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Apr 10 20:31:03 2008 +0000

    Updated Belarusian Latin translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2537 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog   |    4 +
 po/be@latin.po | 1477 +++++++++++++++++++++++++++----------------------------
 2 files changed, 729 insertions(+), 752 deletions(-)

commit 0e9d33ad9415f5cfbef92b476ff633c21d310a3f
Author: marcel <marcel@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Apr 9 22:43:08 2008 +0000

    2008-04-09  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2536 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sk.po     | 1079 +++++++++++++++++++++------------------------------------
 2 files changed, 402 insertions(+), 681 deletions(-)

commit fa6d32cb9710d0013fd4545f3a9fb6955c2c65cc
Author: eskildh <eskildh@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Apr 4 11:36:59 2008 +0000

    Updated the Norwegian Nynorsk translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2531 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/nn.po     | 2070 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1027 insertions(+), 1047 deletions(-)

commit 278a17177238d1ee0ce453e00a25ecd9651d74a6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 31 21:41:56 2008 +0000

    Fix the mnemonics checkbox toggling also toggling the checkbox below it too. Bug #168066.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2530 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   64 +++++++++++++++++--------------------------------
 1 files changed, 22 insertions(+), 42 deletions(-)

commit d0344cf73305f7c05c0a7231c8135a5faf63a15d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 31 21:41:47 2008 +0000

    Simply creating/updating the transient parent of the keybindings editor. Move that code to terminal-accels.c.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2529 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   27 +++++++++++++++++++-----
 src/terminal-accels.h |    4 +-
 src/terminal.c        |   53 ++----------------------------------------------
 3 files changed, 26 insertions(+), 58 deletions(-)

commit d8223f3882e0feb3f775570f46172c2a8aa92be7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 31 21:41:37 2008 +0000

    No need to store the global GConfClient.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2528 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   47 +++++++++++++++++++++++++++++++----------------
 src/terminal-accels.h |    2 +-
 src/terminal.c        |    2 +-
 3 files changed, 33 insertions(+), 18 deletions(-)

commit c061dd49f228361139172b5da57a45c68ca2108d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 31 21:41:26 2008 +0000

    Use the utilities-terminal icon from icon theme. Bug #126081 and bug #342804.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2527 e32f9464-e525-0410-8908-8a3b6990da27

 gnome-terminal.desktop.in.in  |    2 +-
 src/Makefile.am               |    3 ---
 src/gnome-terminal.png        |  Bin 2929 -> 0 bytes
 src/gnome-terminal.schemas.in |    2 +-
 src/terminal-profile.c        |   10 +++++++---
 src/terminal-window.c         |    5 +++--
 src/terminal.c                |   30 +-----------------------------
 src/terminal.h                |    2 ++
 8 files changed, 15 insertions(+), 39 deletions(-)

commit 4c62e37e9d66ed48026d9c713ac530f9ff7e36d0
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 31 21:41:15 2008 +0000

    Remove obsolete comment.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2526 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 --
 src/terminal-window.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

commit 2916d6dfb34be49b0456ec89a907e23f277fdca5
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 30 11:38:00 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2525 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     |  341 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 161 insertions(+), 184 deletions(-)

commit c708cde6a90b39f2de8ed19b36377dc67024b8f4
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 26 20:46:29 2008 +0000

    2008-03-26  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* src/terminal-profile.c: (terminal_profile_create):
    	Patch from chantra at debuntu.com to fix the exit action.
    	Closes bug #518184.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2524 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog              |    6 ++++++
 src/terminal-profile.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit cfef4bcaa35db99155ad1c216b651db888ddfaf7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 22:43:55 2008 +0000

    Fix TabsDetach and FileCloseTab action sensitivity with only one tab present in the window. Bug #523649.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2522 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d5d0390ecdd30d2c679e45271c389db3e9cdd74b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 15:02:45 2008 +0000

    Port to GtkCellRendererAccel. Bug #348636, based on a patch by Vincent Untz.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2521 e32f9464-e525-0410-8908-8a3b6990da27

 po/POTFILES.in            |    2 +-
 src/Makefile.am           |   15 +-
 src/eggaccelerators.c     |  658 --------------------------------------------
 src/eggaccelerators.h     |   87 ------
 src/eggcellrendererkeys.c |  663 ---------------------------------------------
 src/eggcellrendererkeys.h |   84 ------
 src/terminal-accels.c     |  163 ++++++-----
 src/update-from-egg.sh    |   31 --
 8 files changed, 93 insertions(+), 1610 deletions(-)

commit 8fc868af9f345d133c712141d6d3362146ca8d97
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 14:02:00 2008 +0000

    Don't unref a NULL object. Code style cleanups.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2519 e32f9464-e525-0410-8908-8a3b6990da27

 src/profile-editor.c |   76 ++++++++++++++++++++++++++-----------------------
 1 files changed, 40 insertions(+), 36 deletions(-)

commit 93556c302826394c98d7b9626085b4e8f9a68297
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 14:01:48 2008 +0000

    Rename some variables.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2518 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 746bc570182a789100503fc8b2f2127d9d7e75a3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 14:01:36 2008 +0000

    Make terminal_profile_new only call g_object_new.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2517 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   29 ++++++++++++-----------------
 1 files changed, 12 insertions(+), 17 deletions(-)

commit d832057e216c084586f4f51b2e86753112fefa4c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:16:09 2008 +0000

    Don't unref the profile, we don't own a reference here. Should fix bug #523481 and bug #523487.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2516 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit bb02f941b546524b85b68928d0a8e255687f7985
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:15:58 2008 +0000

    Use g_hash_table_get_values, and add gtkdoc comment for terminal_profile_get_list().
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2515 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   33 ++++++++++++---------------------
 1 files changed, 12 insertions(+), 21 deletions(-)

commit 068598cbf1b7de42bb3b105bee320245dc59691c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:15:48 2008 +0000

    No need for else after return.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2514 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   34 ++++++++++++++--------------------
 1 files changed, 14 insertions(+), 20 deletions(-)

commit 025033ddb48f5ce8c455b8df8c3c97b3fd674c2d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:15:38 2008 +0000

    Move code from terminal_profile_new into the gobject constructor.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2513 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |  160 +++++++++++++++++++++++++++++++++++-------------
 1 files changed, 117 insertions(+), 43 deletions(-)

commit fa6ef98d54c9c584004ded7671569ead2f25f06c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:15:28 2008 +0000

    Remove the GConfClient argument from terminal_profile_new.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2512 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   13 +++++++------
 src/terminal-profile.h |    3 +--
 src/terminal.c         |    4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

commit 79a2eb70d7a960f7061869abe2f0cf9af97a853e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:15:16 2008 +0000

    Use priv-> instead of screen->priv-> repeatedly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2511 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  512 +++++++++++++++++++++++++++----------------------
 1 files changed, 284 insertions(+), 228 deletions(-)

commit c5571a23439e917d1e3ff33ac8318b1843b727bc
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:15:06 2008 +0000

    Use G_DEFINE_TYPE and gobject instance private data.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2510 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |   46 +++++++---------------------------------------
 1 files changed, 7 insertions(+), 39 deletions(-)

commit fac356add311785b77f40d32b476cfa58a0d55fd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 10:14:46 2008 +0000

    Replace profile->priv-> with priv-> access.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2509 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-profile.c |  700 +++++++++++++++++++++++++++---------------------
 1 files changed, 392 insertions(+), 308 deletions(-)

commit 94a3ade44ee3b602c8deb97af356c487bbcc2048
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 20 09:39:24 2008 +0000

    2008-03-20  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2508 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/et.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit a3c37a260c054a500d14555a97d77428ad69b1b7
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 21:08:22 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2507 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     | 1055 ++++++++++++++++++++++------------------------------------
 2 files changed, 402 insertions(+), 657 deletions(-)

commit 303fe26cd1267fe7a77390a49ff68f31fcef0005
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:20:10 2008 +0000

    Use UTF-8, and update the about box.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2506 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |    1 +
 src/terminal-window.c |   11 +++++++----
 src/terminal.c        |    1 +
 3 files changed, 9 insertions(+), 4 deletions(-)

commit bd39251524044b262ad9bfc9f648ba8710cc2fe8
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:20:00 2008 +0000

    Return a gboolean from the signal handler, not void.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2505 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit a09b3d0f280f5c8cb24561b7cfd8cf76c7c6b5f5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:19:50 2008 +0000

    Use UTF-8.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2504 e32f9464-e525-0410-8908-8a3b6990da27

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c7e8dc03ce6b4bc50630dfc4228cc8b523927cd7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:15:25 2008 +0000

    #if 0 the code depending on vte_terminal_im_merge_ui (bug #500196) since it's unused for now,
    so this code compiles on non-patched vte.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2503 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-widget-vte.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f65659d4b51d107a7e9ac09787e2650a9dfa570f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:15:16 2008 +0000

    Remove unneeded code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2502 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit e2de521eadd9d0399ebc46fdd02126b4dbbba910
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:15:06 2008 +0000

    Remove FIXME.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2501 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 3efeef7d259f0e6494742945f60a1a3f57cc4513
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:14:56 2008 +0000

    Remove schema entries for removed tab keybindings.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2500 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.schemas.in |  204 -----------------------------------------
 1 files changed, 0 insertions(+), 204 deletions(-)

commit e2e67f1585bd477b1454085cc5c1c714f6aa47fa
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:14:46 2008 +0000

    Remove commented-out, obsolete code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2499 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 8be2299eb50c8a015ba4ef67159b15bdf363c032
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:14:36 2008 +0000

    Update the tabs menu sensitivity _after_ the page has been added.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2498 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit e9a990344e758c81eaf5afc0248406d67eb89128
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:14:26 2008 +0000

    Also update the tabs menu sensitivity when the notebook tabs were reordered
    with the mouse.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2497 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

commit f798e4432b5f2d27a99c45b10165ce04bcbc132b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:14:16 2008 +0000

    Remove debug spew.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2496 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 171cc2d9507b27e63bb58073d6bc134ab0a5232f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:14:05 2008 +0000

    No need to store the icon.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2495 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   33 ++++-----------------------------
 1 files changed, 4 insertions(+), 29 deletions(-)

commit 414d7bb3de4a251d29297b109b345e1f3c1484ac
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:13:56 2008 +0000

    Don't need to store the GConfClient.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2494 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   25 ++++++-------------------
 1 files changed, 6 insertions(+), 19 deletions(-)

commit c65a0ef8876ac25ec97405cc22939e68ef22b5c3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:13:46 2008 +0000

    Remove selection_changed_callback, and just connect the signal swapped
    directly to terminal_window_update_copy_sensitivity.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2493 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)

commit aa0f30b1c44e882f1764cdbc65dbcee5ff409c84
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:13:35 2008 +0000

    Remove obsolete code, and rename function.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2492 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 9b22ed1bd88e25ed2b67072d4ad6a02b3ff36610
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:13:26 2008 +0000

    Don't update the settings when the old screen == the new screen.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2491 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 514924fa27df2655786781058bf61a9aeff949a1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:13:16 2008 +0000

    Yet more obsolete code removed.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2490 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit 387da0b85261da3cdc8593117992879b0663c4aa
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:13:06 2008 +0000

    Remove more obsolete code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2489 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit ddf9fe1a68fe61fd9a3b1e529578153902698220
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:12:56 2008 +0000

    Remove the tabs menu on dispose instead of finalize. That way we don't try to
    rebuild the tabs menu of a closing window and get critical warnings.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2488 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 20c37d30c61c179639316ee37d6bb8002ffdd6ea
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:12:46 2008 +0000

    Remove more obsolete code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2487 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

commit b4a2124690c77cb1b30993f28bf10d565e9539d5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:12:34 2008 +0000

    Remove obsolete code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2486 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  208 ++-----------------------------------------------
 1 files changed, 7 insertions(+), 201 deletions(-)

commit 6e0eb65b22494afa7c421f936b657479f141ac34
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:12:24 2008 +0000

    Add terminal-intl.h back, but just make it include gi18n.h.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2485 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c            |    2 +-
 src/profile-editor.c      |    2 +-
 src/skey-popup.c          |    2 +-
 src/terminal-accels.c     |    2 +-
 src/terminal-intl.h       |   27 +++++++++++++++++++++++++++
 src/terminal-profile.c    |    2 +-
 src/terminal-screen.c     |    2 +-
 src/terminal-tabs-menu.c  |    2 +-
 src/terminal-widget-vte.c |    2 +-
 src/terminal-window.c     |    3 +--
 src/terminal.c            |    2 +-
 11 files changed, 37 insertions(+), 11 deletions(-)

commit e6b76dc0946dac2390c26edf8ac6312ed59ae236
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:12:12 2008 +0000

    Port NewTab/NewWindow-with-profile submenus to UI manager.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2484 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  261 ++++++++++++++++++++++++-------------------------
 src/terminal.ui       |    2 +
 2 files changed, 131 insertions(+), 132 deletions(-)

commit 2f48ca8f90a2c37a447dfdd6a1160497e8e60d34
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:12:02 2008 +0000

    The switch-to-tab keybindings are auto-managed by the tabs menu, remove
    them from the keybindings editor.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2483 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

commit f279af6e7cb5ce467d3b2e90b55fe929c74a16c7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:11:53 2008 +0000

    Make the keybindings editor work with the new UI manager based menus.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2482 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   31 ++++++++++++++++++++++++++++++-
 src/terminal-accels.h |   33 ++++-----------------------------
 2 files changed, 34 insertions(+), 30 deletions(-)

commit 00b992757a1d4c70cd5862ba58eae9fe062af2a9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:11:42 2008 +0000

    No need for the special accel group anymore.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2481 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-accels.c |   19 -------------------
 src/terminal-accels.h |    1 -
 src/terminal-window.c |    4 ----
 3 files changed, 0 insertions(+), 24 deletions(-)

commit b86e17eed4f28b483dd965b0f4ac66f8c874f931
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:11:31 2008 +0000

    Handle the 'no-mnemonics' setting via GtkSetting, not by messing
    with the menu items!
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2480 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  211 +++++++++++++++++++++++-------------------------
 1 files changed, 101 insertions(+), 110 deletions(-)

commit 82b69b3607951c77720716c7f8a0d9a8edf7cfe7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:11:20 2008 +0000

    Include <config.h>.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2479 e32f9464-e525-0410-8908-8a3b6990da27

 src/eggaccelerators.c     |    1 +
 src/encoding.c            |    1 +
 src/profile-editor.c      |    1 +
 src/skey/btoe.c           |    1 +
 src/terminal-accels.c     |    1 +
 src/terminal-profile.c    |    1 +
 src/terminal-screen.c     |    1 +
 src/terminal-widget-vte.c |    1 +
 8 files changed, 8 insertions(+), 0 deletions(-)

commit 0a5b30a2e03f1c520548be8cd7fc3729287cf6ca
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:11:09 2008 +0000

    Remove terminal-intl.h and use glib/gi18n.h directly.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2478 e32f9464-e525-0410-8908-8a3b6990da27

 src/encoding.c            |    3 ++-
 src/profile-editor.c      |    3 ++-
 src/skey-popup.c          |    4 +++-
 src/terminal-accels.c     |    3 ++-
 src/terminal-intl.h       |   45 ---------------------------------------------
 src/terminal-profile.c    |    3 ++-
 src/terminal-screen.c     |    3 ++-
 src/terminal-widget-vte.c |    3 ++-
 src/terminal-window.c     |    3 ++-
 src/terminal.c            |    7 ++++++-
 10 files changed, 23 insertions(+), 54 deletions(-)

commit a368d0cf14ef6f15b6f91198cf942feb7c9cd2a1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:10:54 2008 +0000

    set the notebook's window creation hook in class_init, not instance_init.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2477 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   41 ++++++++++++++++++++++++++++++++---------
 1 files changed, 32 insertions(+), 9 deletions(-)

commit be3022fdd52591ef210b3fc0d1ec931d491c2727
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:10:44 2008 +0000

    Don't leak the GnomeProgram.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2476 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 519a41bdef792889c790321262a47659d3ca235d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:10:32 2008 +0000

    Add some FIXMEs.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2475 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey-popup.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0378ab6be0a847463cfb0671d84fffdbf7a1da7e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:10:19 2008 +0000

    Add include to fix compile warning.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2474 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit eaf16842e67b1569944f5219f2f5d987e5db0682
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:10:09 2008 +0000

    Fix some compiler warnings.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2473 e32f9464-e525-0410-8908-8a3b6990da27

 src/skey/md5.c  |    5 +++--
 src/skey/sha1.c |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

commit da1f8e9b9feb57c0c9164c2429f364ce208cea7e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:10:00 2008 +0000

    Don't save the tabs accels.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2472 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-tabs-menu.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 98de08e799d835f28b082c8b135f58422cb0e768
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:09:50 2008 +0000

    Move some code around.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2471 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  121 +++++++++++++++++++++++++------------------------
 1 files changed, 62 insertions(+), 59 deletions(-)

commit 2b44ebe7b10c059d8fddf4a43820e9c4a031c3b6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:09:39 2008 +0000

    Change variable names.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2470 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit c3f6e1f365d604e0f1fd1961ecd34bf51869e346
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:09:27 2008 +0000

    Make debug spew debug-only.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2469 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 70ad2b63f15341b3632b341f6502498cdead09a6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 18:09:16 2008 +0000

    Port tabs menu sensitivity update.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2468 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   77 ++++++++++++++++++++----------------------------
 1 files changed, 32 insertions(+), 45 deletions(-)

commit 061f71b364395511a028a61b709dd473ea0c41a7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:23:10 2008 +0000

    using_mnemonics defaults to TRUE since our actions have the mnemonics.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2467 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   94 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 93 insertions(+), 1 deletions(-)

commit 4629a38aeef55f5afef68d2e316faf831d813e35
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:22:59 2008 +0000

    Add terminal_widget_im_merge_ui.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2466 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-widget-vte.c |   11 +++++++++++
 src/terminal-widget.h     |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit 1026299026bc88001d247ef67cfa7dced5ef060a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:22:49 2008 +0000

    Remove debug printf.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2465 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 4c5b8e2a98a45fb1d09fad9650606c0c09611dee
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:22:40 2008 +0000

    Remove mnemonics in-place, no need to copy the string.
    No need to take the gtk-enable-mnemonics setting into account, gtkmenu is doing
    that automatically.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2464 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   34 ++++++++++++----------------------
 1 files changed, 12 insertions(+), 22 deletions(-)

commit 0e45eb82521dee96a5bcb90243a3b605bf7b87d6
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:22:29 2008 +0000

    Make the use-mnemonics setting work again.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2463 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  216 +++++++++++++++++++++---------------------------
 1 files changed, 95 insertions(+), 121 deletions(-)

commit 2c790252ff4aa012e9393b281d3f732415511258
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:22:19 2008 +0000

    Move code around.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2462 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   35 +++++++++++------------------------
 1 files changed, 11 insertions(+), 24 deletions(-)

commit 938f4ee35bb589d4d8353c774705f633ebe13c35
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:22:09 2008 +0000

    There's really no need to print warnings when not being able to get the mnemonics setting, it's harmless.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2461 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

commit 0018766fab6fb2389711f3a4285f4c48bdcd7fb5
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:21:58 2008 +0000

    Fix fullscreen state tracking.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2460 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   44 +++++++++++---------------------------------
 src/terminal-window.h |    4 ----
 src/terminal.c        |    2 +-
 3 files changed, 12 insertions(+), 38 deletions(-)

commit 3d2e6387eb601398ffeeaf5822e54d4776c26093
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:21:48 2008 +0000

    Comment cleanup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2459 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 19f46a5a47f0e9c642839f8a2322c9b6f9c4a86b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:21:38 2008 +0000

    Remove terminal_window_get_screen_count.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2458 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   14 ++++----------
 src/terminal-window.h |    1 -
 2 files changed, 4 insertions(+), 11 deletions(-)

commit e54dfc9360d7e4463839100a2513819d719f6fd1
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:21:28 2008 +0000

    Make context menu use ui manager too.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2457 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |  581 ++++++-------------------------------------------
 src/terminal-screen.h |   19 ++
 src/terminal-window.c |  273 +++++++++++++++++++++++-
 src/terminal.c        |   41 ++++
 src/terminal.h        |   11 +
 src/terminal.ui       |   22 ++
 6 files changed, 435 insertions(+), 512 deletions(-)

commit c68d9760eb916b17457c20572a59aa4151205f51
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:21:16 2008 +0000

    Remove old tabs menu code.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2456 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  169 ++-----------------------------------------------
 1 files changed, 5 insertions(+), 164 deletions(-)

commit ac6e49990debd8add26cd625dcb9fe892adf0d3a
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:21:05 2008 +0000

    Add tabs menu. Code adapted from Epiphany.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2455 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am          |    2 +
 src/terminal-tabs-menu.c |  488 ++++++++++++++++++++++++++++++++++++++++++++++
 src/terminal-tabs-menu.h |   58 ++++++
 src/terminal-window.c    |   16 ++
 src/terminal-window.h    |    3 +
 5 files changed, 567 insertions(+), 0 deletions(-)

commit e6297b702ffdc1829deb26d5d896682d03def08f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:20:54 2008 +0000

    Make "title" a property on TerminalScreen, and remove the "title-changed" signal.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2454 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-screen.c |   46 ++++++++++++++++++++++++++++++++++------------
 src/terminal-screen.h |    1 -
 src/terminal-window.c |   18 +++++++++---------
 3 files changed, 43 insertions(+), 22 deletions(-)

commit 8daee43af9e7f25aa3546d36e0ea36152564610f
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:20:43 2008 +0000

    Remove unused variables.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2453 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 20ef7f88ed9c49c1e6521118e7af5c49ca1f7dc9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:20:32 2008 +0000

    Implement encodings submenu.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2452 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  198 ++++++++++++++++++++++++++-----------------------
 src/terminal.ui       |    6 +-
 2 files changed, 109 insertions(+), 95 deletions(-)

commit 039307c1bc87e224b7decebf4b8342ddefcc8ebd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:20:22 2008 +0000

    Implement SetProfile submenu.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2451 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  231 +++++++++++++++++++++++++++----------------------
 1 files changed, 126 insertions(+), 105 deletions(-)

commit 025836e6e3d08713c23881843256d1f6fd1f336b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:20:13 2008 +0000

    Make key-press-event handler a propert class closure.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2450 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  134 +++++++++++++++++++++++--------------------------
 1 files changed, 63 insertions(+), 71 deletions(-)

commit 78ab5b7060cd24c2faf646f2fd1b751ea4e1ce8d
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:20:02 2008 +0000

    Port to GtkUIManager based menus. First part: create actions, adapt some code,
    #if 0 other parts.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2449 e32f9464-e525-0410-8908-8a3b6990da27

 src/Makefile.am       |    5 +
 src/terminal-window.c |  969 +++++++++++++++++++++----------------------------
 src/terminal.ui       |   51 +++
 3 files changed, 473 insertions(+), 552 deletions(-)

commit c223ddfd21527f8b92cb24c94e89e31b3ac17060
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:19:52 2008 +0000

    s/window->priv->/priv->/ and just deref window->priv once.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2448 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |  606 ++++++++++++++++++++++++++++---------------------
 1 files changed, 343 insertions(+), 263 deletions(-)

commit c2eee6f7f628882703c712f5ab5251cb278f0338
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 15:19:42 2008 +0000

    Remove deprecated gtktooltips usage.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2447 e32f9464-e525-0410-8908-8a3b6990da27

 src/terminal-window.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit 5110a2f7eced5ce9af9fc5c0dc521bf76e3c3f92
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 13:52:08 2008 +0000

    Post branch version update
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2446 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 59bc4591454d509543f936343032afb3ea43bb19
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 19 12:10:11 2008 +0000

    2008-03-19  Christian Persch  <chpe@gnome.org>
    
    	* src/terminal.c: (terminal_app_new_terminal): Fix DetachTab action.
    	Bug #521193, regression from bug #353775.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2443 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    5 +++++
 src/terminal.c |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit 55c3bebdbb7403e0627dfe7aa3c83772fc5241cd
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 16 12:55:43 2008 +0000

    Revert string change
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2442 e32f9464-e525-0410-8908-8a3b6990da27

 src/gnome-terminal.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 19613c0cbda1e2f822b72b8b7d0cc3fc6e9c8231
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 16 12:41:17 2008 +0000

    2008-03-16  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* src/skey/btoe.c: (extract):
    	* src/skey/md5.c:
    	* src/skey/sha1.c:
    	* src/terminal-widget-vte.c: (terminal_widget_set_pango_font):
    	* src/terminal.c: (slowly_and_stupidly_obtain_timestamp):
    	Fix compiler warnings. Closes bug #521417.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2441 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                     |    9 +++++++++
 src/gnome-terminal.schemas.in |    2 +-
 src/skey/btoe.c               |    2 +-
 src/skey/md5.c                |    1 +
 src/skey/sha1.c               |    3 +++
 src/terminal-widget-vte.c     |    4 +++-
 src/terminal.c                |    2 +-
 7 files changed, 19 insertions(+), 4 deletions(-)

commit f0100efbdc2216a26ec24f3fc93ff12914496e3a
Author: pkst <pkst@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 16 11:55:12 2008 +0000

    Updated  Greek translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2440 e32f9464-e525-0410-8908-8a3b6990da27

 po/el.po |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

commit aa398891915b614e16813871e6024a29504c8eaf
Author: pkst <pkst@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 16 11:47:35 2008 +0000

    Updated  Greek translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2439 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/el.po     | 2103 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 1262 insertions(+), 845 deletions(-)

commit db3e1f575e3b5d327b032aa4fd5ba1a8bdac61cc
Author: marcel <marcel@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Mar 13 00:08:56 2008 +0000

    2008-03-13  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2438 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sk.po     | 1591 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 706 insertions(+), 889 deletions(-)

commit d44d5cac61c27fc80879e57f9ac6e71064db6968
Author: smohan <smohan@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Mar 12 06:24:03 2008 +0000

    2008-03-12  Sunil Mohan Adapa  <sunilmohan@fsf.org.in>
    
            * te.po: Added Telugu traslation done by
            Krishna Babu K <kkrothap@redhat.com>.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2437 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/te.po     | 2584 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2590 insertions(+), 0 deletions(-)

commit 894f8a670d0a8c15960e95acbe4f9abcbd28fe2d
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 10 21:31:17 2008 +0000

    2008-03-10  Behdad Esfahbod  <behdad@gnome.org>
    
            * NEWS:
            * configure.in:
            === Release 2.22.0 ===
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2435 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog    |    6 ++++++
 NEWS         |    4 ++++
 configure.in |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit 4c3d06118f1bcb1c83dce9c32e5e52a2174c4465
Author: kennethn <kennethn@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 9 22:08:20 2008 +0000

    Updated Danish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2434 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/da.po     | 1084 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 525 insertions(+), 563 deletions(-)

commit 033c39c8640bb72190941de9a0359e6acb2e2920
Author: nshmyrev <nshmyrev@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 9 21:17:36 2008 +0000

    2008-03-09  Vasiliy Faronov <qvvx@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2433 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ru.po     | 1192 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 599 insertions(+), 597 deletions(-)

commit cb5d96e17bcac412b38dad47fe179c507d18880a
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 9 15:13:35 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2432 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog                             |    5 +++
 help/es/es.po                              |   42 ++++++++++++++-------------
 help/es/figures/gnome-terminal-default.png |  Bin 13183 -> 11931 bytes
 help/es/figures/gnome-terminal-tabbed.png  |  Bin 18314 -> 17519 bytes
 4 files changed, 27 insertions(+), 20 deletions(-)

commit 3d369502e50ae31f3fc6fa1374d4c4cf3d5a1f83
Author: kelemeng <kelemeng@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 9 04:17:11 2008 +0000

    2008-03-09  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2431 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/hu.po     | 1178 ++++++++++++++++++++++++----------------------------------
 2 files changed, 495 insertions(+), 687 deletions(-)

commit cefaa86481fe37fb3c5253c7985754a426788311
Author: karunakar <karunakar@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 8 11:53:46 2008 +0000

    Fix plural errors
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2430 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/hi.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 8902b994ce0a6eb67e83d30a0bedcad6bee260db
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 8 10:53:16 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2429 e32f9464-e525-0410-8908-8a3b6990da27

 po/oc.po |   89 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 46 insertions(+), 43 deletions(-)

commit 29782256a1db4964480a9085d7ae20d90e8088a2
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 8 06:49:23 2008 +0000

    Added Entry for correction of errors related to the plural forms in the Bengali India Translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2428 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c3e255569a1d9bb284d9d5bffe298e9d1e38e6f6
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 8 06:48:40 2008 +0000

    Corrected errors related to the plural forms
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2427 e32f9464-e525-0410-8908-8a3b6990da27

 po/bn_IN.po |   74 +++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 44 insertions(+), 30 deletions(-)

commit e229ffa62c5c7a5b43bb22f4138977630db0769e
Author: mdziumanenko <mdziumanenko@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Mar 7 13:52:27 2008 +0000

    2008-03-07 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2426 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/uk.po     | 1183 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 594 insertions(+), 593 deletions(-)

commit 4f53abe1247857989a7a0d5f75a68f4ce7a75d89
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 3 21:05:02 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2425 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     |  468 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 230 insertions(+), 242 deletions(-)

commit dee9159d7f1d0286fc670b79b67a3149337ec59f
Author: pwithnall <pwithnall@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 3 18:38:17 2008 +0000

    2008-03-03  Philip Withnall  <pwithnall@svn.gnome.org>
    
    	* en_GB.po: Updated British English translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2424 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/en_GB.po  | 2160 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 1350 insertions(+), 814 deletions(-)

commit ba679abc137a3bbb8d3fa6351b6346ab561c325c
Author: rahulb <rahulb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 3 15:46:55 2008 +0000

    Updated Marathi Translations.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2423 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/mr.po     | 1241 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 644 insertions(+), 601 deletions(-)

commit 9d1e61b901c93bc96a478db4794e095f9cd4381d
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 3 11:13:17 2008 +0000

    Added Entry for Bengali India Translation updation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2422 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8002871b80fd2bb1b945e7cde5e48b8dcc01ed38
Author: runab <runab@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Mar 3 11:07:28 2008 +0000

    Updated Bengali India Translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2421 e32f9464-e525-0410-8908-8a3b6990da27

 po/bn_IN.po | 1113 ++++++++++++++++++++++++++---------------------------------
 1 files changed, 495 insertions(+), 618 deletions(-)

commit c65f915e0b7b24c44ad8267f92c4ebadc1a3f29c
Author: gintas <gintas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Mar 2 00:57:21 2008 +0000

    2008-03-02  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2420 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/lt.po     | 1044 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 463 insertions(+), 585 deletions(-)

commit e5c46faee7c716ed43bfe2f86cfe7c6d6447e528
Author: lferrett <lferrett@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 1 20:03:27 2008 +0000

    2008-03-01  Luca Ferretti  <elle.uca@libero.it>
    
    	* it/it.po: Fixed validity errors.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2419 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 ++++
 help/it/it.po  |   41 ++++++-----------------------------------
 2 files changed, 10 insertions(+), 35 deletions(-)

commit 793024468a429bec46f36e8451c1c92c4aa07a8f
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 1 03:15:43 2008 +0000

    2008-03-01  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR/pt_BR.po: Updated Brazilian Portuguese translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2418 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 5fa53d664a492fbecced70e027795b07f26a0f76
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Mar 1 03:14:52 2008 +0000

    2008-03-01  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR/pt_BR.po: Updated Brazilian Portuguese translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2417 e32f9464-e525-0410-8908-8a3b6990da27

 help/pt_BR/pt_BR.po |  265 +++++++++++++++++++++++++++------------------------
 1 files changed, 139 insertions(+), 126 deletions(-)

commit 7ecdf1ca1806f219044106ec094e19a4f1b103d1
Author: lferrett <lferrett@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Feb 29 20:46:22 2008 +0000

    2008-02-29  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation by Lorenzo Travaglio.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2416 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |   20 +-
 help/it/it.po  |  843 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 469 insertions(+), 394 deletions(-)

commit 15fa6a02baa00542500a5291c352d4c94c211675
Author: lferrett <lferrett@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Feb 29 20:44:38 2008 +0000

    2008-02-29  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation by Lorenzo Travaglio.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2415 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/it.po     | 1219 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 622 insertions(+), 601 deletions(-)

commit 72401db52845ccf0ee54eaf928a44eac44bdcddc
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 27 14:37:02 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2414 e32f9464-e525-0410-8908-8a3b6990da27

 help/oc/oc.po |    6 +++---
 po/oc.po      |   17 +++++++----------
 2 files changed, 10 insertions(+), 13 deletions(-)

commit c705d9a2aaa13187280aaf24b8edece3fe612913
Author: ovitters <ovitters@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 26 18:28:48 2008 +0000

    	* configure.in: Post-release bump to 2.21.93.
            === Release 2.21.92 ===
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2413 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog    |    6 ++++++
 configure.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 4c5900ffb95efe1e409e151e6a1393bf02bd94a6
Author: ovitters <ovitters@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 26 18:25:50 2008 +0000

    	* NEWS: Update for 2.21.92.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2411 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog |    4 ++++
 NEWS      |   23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

commit ada48d1c176f12765ed15277dfcaec2093e78a38
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 25 18:31:21 2008 +0000

    2008-02-25  Christian Persch  <chpe@gnome.org>
    
    	Bug 516778 – Menu items not drawn at startup if use-mnemonics==false
    
    	* src/terminal-window.c: (terminal_window_init): Force rebuilding the
    	toplevel menuitem labels, so they don't end up empty when
    	use-mnemonics is false. Bug #516778.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2410 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |    8 ++++++++
 src/terminal-window.c |    3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 65eafe0555814b0b98dbc40c8808670d2261c678
Author: zyang <zyang@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 25 06:58:46 2008 +0000

    Updated zh_CN translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2409 e32f9464-e525-0410-8908-8a3b6990da27

 po/zh_CN.po | 1135 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 563 insertions(+), 572 deletions(-)

commit 8ea9f5d48f016174de01dc752cf69867a20afa26
Author: wadimd <wadimd@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 23 22:10:08 2008 +0000

    2008-02-23  Wadim Dziedzic  <wadimd@svn.gnome.org>
    
    	* pl.po: Updated polish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2408 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/pl.po     | 1391 +++++++++++++++++-----------------------------------------
 2 files changed, 397 insertions(+), 998 deletions(-)

commit d983ab6c28c075c39ab89d4666a6606c8ecfe2ef
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 23 18:51:19 2008 +0000

    2008-02-23  Christian Persch  <chpe@gnome.org>
    
    	* src/gnome-terminal.glade2: Strip the invisible_char properties,
    	again. Glade2 sucks. Bug #518282.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2407 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                 |    5 +++++
 src/gnome-terminal.glade2 |    6 ------
 2 files changed, 5 insertions(+), 6 deletions(-)

commit 7416d179b68cdbee359e5f43ec4966c07f2cd891
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 23 14:54:39 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2406 e32f9464-e525-0410-8908-8a3b6990da27

 po/oc.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2d69090e98bd05e2d062a641360e177d24eae7fb
Author: yairhr <yairhr@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 23 11:44:57 2008 +0000

    updated hebrew translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2405 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/he.po     | 1195 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 596 insertions(+), 603 deletions(-)

commit 33c0a1b0eafab1fca346362a3c2979d4d5f3b189
Author: ituohela <ituohela@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Feb 22 07:17:42 2008 +0000

    Updated Finnish translation (bug #490774)
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2404 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/fi.po     |   50 ++++++++++++++++++++++++--------------------------
 2 files changed, 28 insertions(+), 26 deletions(-)

commit 9b4ca85ff0893b356145c413b22035e9d466a5ce
Author: dooteo <dooteo@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Feb 21 17:53:50 2008 +0000

    2008-02-21  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2403 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/eu.po     |  549 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 260 insertions(+), 293 deletions(-)

commit 2607be55b17a1505a11e255e73f79b9f03515795
Author: claudep <claudep@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Feb 21 16:27:55 2008 +0000

    2008-02-21  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation by Robert-André Mauchin.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2402 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/fr.po     | 1032 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 460 insertions(+), 576 deletions(-)

commit 29bed5b2e0217c4f8d15d5328db153b27c387d67
Author: gforcada <gforcada@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 20 23:24:16 2008 +0000

    Updated Catalan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2401 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ca.po     | 1070 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 521 insertions(+), 553 deletions(-)

commit 2ac963987e6b5c5229ce1c7d9c9e387bf835396a
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 19 21:53:06 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2399 e32f9464-e525-0410-8908-8a3b6990da27

 po/oc.po |  392 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 189 insertions(+), 203 deletions(-)

commit 9cd5aa54d20e1130c3bac39532ede14888f5aaf1
Author: claudep <claudep@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 16 21:00:45 2008 +0000

    2008-02-16  Claude Paroz  <claude@2xlibre.net>
    
    	* LINGUAS: Added fur.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2398 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/fur.po    | 2222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2228 insertions(+), 0 deletions(-)

commit e72d2593f28310ad93207bc75eaea79002dd3401
Author: jwendell <jwendell@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 16 12:00:44 2008 +0000

    2008-02-16  Jonh Wendell  <jwendell@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation by Hugo Doria.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2397 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/pt_BR.po  | 1131 +++++++++++++++++++++-------------------------------------
 2 files changed, 417 insertions(+), 718 deletions(-)

commit 348b3a9746cf54ab2da28f68ceb2452ddc21f992
Author: icq <icq@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Feb 14 12:17:58 2008 +0000

    Updated Galician Translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2396 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gl.po     | 1003 +++++++++++++++++++++++++---------------------------------
 2 files changed, 429 insertions(+), 578 deletions(-)

commit 78ef9f3c99238ab5bdbdb4b020fa8481072b98d2
Author: pachimho <pachimho@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Feb 14 08:51:45 2008 +0000

    Updated Nepali Translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2395 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ne.po     | 2194 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1091 insertions(+), 1107 deletions(-)

commit 9c4123b08d6da6398fa70be4dab24becd2dfe305
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 13 20:55:17 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2394 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/ar.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 5e82cb239e73ce70eb253c10a81bf2ce9316acbc
Author: chliao <chliao@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 13 11:58:16 2008 +0000

    2008-02-13  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2393 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +
 po/zh_HK.po  | 1140 ++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po  | 1158 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 1146 insertions(+), 1157 deletions(-)

commit 0c18239d2f1eb076be7c4676f1357fee3f008d71
Author: ituohela <ituohela@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 13 08:54:44 2008 +0000

    Updated Finnish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2392 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/fi.po     | 1186 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 597 insertions(+), 593 deletions(-)

commit 8bf8b9f0df56bb84c0b8bc3c9e185677b188c42c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 12 13:13:49 2008 +0000

    Post release version bump
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2391 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 02448707be33dffce92e6aa89d42630bae565abd
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 12 13:13:00 2008 +0000

    2008-02-12  Christian Persch  <chpe@gnome.org>
    
    	=== Release 2.21.91.1 ===
    
    	* configure.in: Update for 2.21.91.1
    	* src/terminal-screen.c: (terminal_screen_finalize): Initialise
    	variable.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2389 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |    8 ++++++++
 configure.in          |    2 +-
 src/terminal-screen.c |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 9b083b8c5527f0578673242c58d0698617cfb7fa
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 12 10:52:49 2008 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2388 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 ++++
 help/es/es.po  |   16 +++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 12bf1dc3a5563acbe4158c2f2db09f838fd2ff78
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 11 22:27:21 2008 +0000

    Post release version bump
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2387 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d644385dd92867d4bdba3ca2f5f284a73116e662
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 11 22:26:40 2008 +0000

    2008-02-11  Christian Persch  <chpe@gnome.org>
    
            === Release 2.21.91 ===
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2385 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9def7a03147ad4cd37bbe111f06c0c1acadd421e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 11 22:02:24 2008 +0000

    2008-01-30  Andre Klapper  <a9016009@gmx.de>
    
    	Bug 511700 – port to gio
    
    	* configure.in:
    	* src/profile-editor.c:
    	* src/terminal-screen.c: Port to gio, cleanup.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2384 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |    8 ++++++++
 configure.in          |    7 ++-----
 src/profile-editor.c  |   18 ++++++++++++++----
 src/terminal-screen.c |    1 -
 4 files changed, 24 insertions(+), 10 deletions(-)

commit 3764373b3812e2f66ca6cafa11fae21cede1a7fd
Author: pmkovar <pmkovar@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 11 20:10:00 2008 +0000

    cs.po: Updated Czech translation by Lucas Lommer.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2383 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/cs.po     | 1334 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 623 insertions(+), 715 deletions(-)

commit 7f7c0bd05c5deef8521d9c8645e17d6a0f5b0b03
Author: aihana <aihana@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 11 14:21:54 2008 +0000

    2008-02-11  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2382 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ja.po     |  954 ++++++++++++++++++++++++----------------------------------
 2 files changed, 405 insertions(+), 553 deletions(-)

commit bd09969d444d52692b12ec8f8a07d1bb2cd81dc2
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Feb 10 22:10:49 2008 +0000

    2008-02-10  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 515587 – Use of explicit suffix in 'Icon' field of application
            launcher
    
            * gnome-terminal.desktop.in.in: Drop the png extension from icon name.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2381 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                    |    7 +++++++
 gnome-terminal.desktop.in.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit b11fddbece63c3f03fc59b47e2ab17fe2e943250
Author: dnloreto <dnloreto@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 9 22:23:20 2008 +0000

    2008-02-09  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2380 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/pt.po     | 1064 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 516 insertions(+), 552 deletions(-)

commit 8c585d0d3f7d1e526b985f8ec59ac47d545447a1
Author: bcicek <bcicek@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 9 15:27:06 2008 +0000

    Updated turkish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2379 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/tr.po     | 1743 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 851 insertions(+), 896 deletions(-)

commit 1a2934d4c712714082548c20c87b77fa90132343
Author: tkaroonb <tkaroonb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 9 04:17:23 2008 +0000

    2008-02-09  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Fix typos.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2378 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 po/th.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit c52134496c3c83a6d27e47ee4ca10289e8742053
Author: tkaroonb <tkaroonb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 9 04:14:03 2008 +0000

    2008-02-09  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2377 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/th.po     | 1161 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 583 insertions(+), 582 deletions(-)

commit ee4a58530fc1fb8df677eda432e57dfd58c47fe5
Author: aklapper <aklapper@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 9 01:52:29 2008 +0000

    2008-02-09  Andre Klapper  <a9016009@gmx.de>
    
    	* de.po: Updated German translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2376 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/de.po     | 1223 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 615 insertions(+), 612 deletions(-)

commit d75b8b7b9f76f2524edaab54aff8db875533abe0
Author: aflinta <aflinta@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Feb 7 21:14:32 2008 +0000

    2008-02-07  Artur Flinta  <aflinta@svn.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2375 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/pl.po     | 1181 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 594 insertions(+), 591 deletions(-)

commit c611a5060e167a7c766109a00f5dd27fb492f91f
Author: gforcada <gforcada@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 6 23:17:35 2008 +0000

    Updated Catalan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2374 e32f9464-e525-0410-8908-8a3b6990da27

 help/ca/ca.po | 1951 +++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 1395 insertions(+), 556 deletions(-)

commit aa68e8d936162eeadf44a00dd30f3e6789d62427
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Feb 6 03:28:38 2008 +0000

    2008-02-05  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 514661 – crash launching g-t with specific args
    
            * src/terminal.c (option_command_callback): Set err to NULL before
            calling into GError-taking API.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2373 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    7 +++++++
 src/terminal.c |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 57af0b25eb0e3dfe39220675c9d807dbc52f7899
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Feb 5 18:01:45 2008 +0000

    2008-02-05  Christian Persch  <chpe@gnome.org>
    
    	* src/terminal-screen.c: (terminal_screen_class_init),
    	(terminal_screen_dispose), (terminal_screen_finalize): Disconnect from
    	the settings notify on dispose instead of finalise. Possibly fixes the
    	crash in bug #514318.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2372 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |    7 +++++++
 src/terminal-screen.c |   14 ++++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)

commit d358f446d0f44d3dff9ab9cedbae30665f304928
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 4 21:20:43 2008 +0000

    2008-02-04  Christian Persch  <chpe@gnome.org>
    
    	* gnome-terminal.desktop.in.in: Direct bug-buddy bugs to the BBB component.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2370 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                    |    4 ++++
 gnome-terminal.desktop.in.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 4ae1ed64de15406847c66dce4f35b03965783cef
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Feb 4 13:34:29 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2369 e32f9464-e525-0410-8908-8a3b6990da27

 po/oc.po |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

commit 53615080f002da5c98640c6ec413041e68a57cab
Author: arangela <arangela@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Feb 3 13:13:07 2008 +0000

    Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian Translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2368 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/mk.po     | 1146 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 514 insertions(+), 636 deletions(-)

commit bb0e087bf944eb3dcc655b15bfacfad9339f9c3a
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 2 20:25:18 2008 +0000

    2008-02-02  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* Makefile.am: Added pt_BR to DOC_LINGUAS.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2367 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog   |    4 ++++
 help/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 4d549a124fb10a8ed4e1906a5c889472d7dbc916
Author: cwryu <cwryu@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Feb 2 01:39:07 2008 +0000

    2008-02-02  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation by Young-Ho Cha.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2366 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ko.po     | 1168 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 584 insertions(+), 588 deletions(-)

commit fa1dec7b045e5ec19931d6a30b3ad77587e89133
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jan 31 08:20:47 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2365 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c342e4add5f5f281ca4bc8b67af5412d9284fe9b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jan 30 11:41:40 2008 +0000

    2008-01-30  Christian Persch  <chpe@gnome.org>
    
    	* src/Makefile.am: Don't dist the generated schemas file.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2364 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog       |    4 ++++
 src/Makefile.am |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

commit a22d86bbc3c8876e24e7685204a89d01ed86b602
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jan 30 11:22:00 2008 +0000

    Post release version bump
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2363 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c8962dee83a6634d8659d79dd7715c388da023f3
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jan 30 11:20:57 2008 +0000

    2008-01-30  Christian Persch  <chpe@gnome.org>
    
    	=== Release 2.21.90 ===
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2361 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ff92ade40064ef9af27b2010dffcd81a1f378cba
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 29 19:06:11 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2360 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ar.po     |  877 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 429 insertions(+), 452 deletions(-)

commit e3452211ec53cbfbd63ad17c4b6ceb072ce24440
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 29 18:31:33 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2359 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/oc.po     |  550 +++++++++++++++++++++++++--------------------------------
 2 files changed, 245 insertions(+), 309 deletions(-)

commit 77a28f222612e9fc02a6234a3ab2ec0ebe7bf759
Author: snavin <snavin@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 29 07:58:15 2008 +0000

    updated si.po
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2358 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 33116bf1798db285c1315c03375be536e0412c00
Author: snavin <snavin@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 29 07:57:29 2008 +0000

    updated si.po
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2357 e32f9464-e525-0410-8908-8a3b6990da27

 po/si.po |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 55c8417c24c310206714286cc045592e360d20d9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jan 28 12:42:34 2008 +0000

    2008-01-28  Christian Persch  <chpe@gnome.org>
    
    	* src/terminal.c: (terminal_util_set_atk_name_description):
    	Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2356 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    5 +++++
 src/terminal.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 716353e921c81b0e22a63db0bfb1b0e44c7e966b
Author: mateju <mateju@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jan 26 09:18:45 2008 +0000

    Updated Slovenian translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2355 e32f9464-e525-0410-8908-8a3b6990da27

 po/sl.po |  892 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 369 insertions(+), 523 deletions(-)

commit 7ac3316d8ee13f6448f360dca15950dde345b121
Author: wbolster <wbolster@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jan 23 23:10:26 2008 +0000

    2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2354 e32f9464-e525-0410-8908-8a3b6990da27

 po/nl.po |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit b89e55649b597e9b637d546c9f4fe99fa198b730
Author: wbolster <wbolster@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Jan 23 23:09:22 2008 +0000

    2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2353 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |   30 +-
 po/nl.po     | 1202 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 618 insertions(+), 614 deletions(-)

commit 4b74d1d655ea723196025b784f25f5534c95b50e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jan 20 21:47:03 2008 +0000

    2008-01-20  Christian Persch  <chpe@gnome.org>
    
    	* src/gnome-terminal.glade2: Remove extra frame from profile editor.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2352 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                 |    4 +
 src/gnome-terminal.glade2 |  303 +++++++++++++++++++++------------------------
 2 files changed, 145 insertions(+), 162 deletions(-)

commit f92f6c85acd746f2163f06ba7ae6d655e327591e
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jan 20 21:39:49 2008 +0000

    2008-01-20  Christian Persch  <chpe@gnome.org>
    
    	* src/gnome-terminal.glade2:
    	* src/gnome-terminal.schemas.in:
    	* src/profile-editor.c: (profile_changed), (terminal_profile_edit),
    	(profile_editor_update_sensitivity):
    	* src/terminal-profile.c: (terminal_profile_init),
    	(terminal_profile_update), (profile_change_notify),
    	(terminal_profile_create):
    	* src/terminal-profile.h:
    	* src/terminal-screen.c: (terminal_screen_sync_settings),
    	(terminal_screen_screen_changed), (terminal_screen_class_init),
    	(terminal_screen_finalize), (terminal_screen_reread_profile): Use the
    	gtk-cursor-blink setting, and remove the profile option. Bug #342921,
    	based on a patch by Mariano Suárez-Alvarez.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2351 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                     |   16 ++++++++++++
 src/gnome-terminal.glade2     |   53 +++++++----------------------------------
 src/gnome-terminal.schemas.in |   16 ------------
 src/profile-editor.c          |   34 --------------------------
 src/terminal-profile.c        |   42 --------------------------------
 src/terminal-profile.h        |    4 ---
 src/terminal-screen.c         |   52 +++++++++++++++++++++++++++++++++++++--
 7 files changed, 74 insertions(+), 143 deletions(-)

commit 4d62bc77f4f90519d5853953351fee63e28fe7bf
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Jan 20 15:35:01 2008 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2350 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    5 +-
 help/oc/oc.po  |  619 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 316 insertions(+), 308 deletions(-)

commit 9088c988633ad5ecf5b0d5874e4114db46d4e85c
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 15 00:32:04 2008 +0000

    Post release version bump
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2349 e32f9464-e525-0410-8908-8a3b6990da27

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 65a599051b093ca11696398513852850b2cf9d80
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 15 00:22:32 2008 +0000

    2008-01-15  Christian Persch  <chpe@gnome.org>
    
    	=== Release 2.21.5 ===
    
    	* NEWS:
    	* configure.in:
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2347 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog    |    7 +++++++
 NEWS         |    8 ++++++++
 configure.in |    8 ++++----
 3 files changed, 19 insertions(+), 4 deletions(-)

commit dba6207859c0da8895ccc523b95b9f03840fc267
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 15 00:21:56 2008 +0000

    2008-01-15  Christian Persch  <chpe@gnome.org>
    
    	* src/profile-editor.c: (terminal_profile_edit):
    	* src/terminal-window.c: (terminal_window_init): Remove last uses of
    	old tooltips API.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2346 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |    6 ++++++
 src/profile-editor.c  |    2 +-
 src/terminal-window.c |   10 ----------
 3 files changed, 7 insertions(+), 11 deletions(-)

commit e2b8cf7c21135558282c80b6e40efb52e8a1d10b
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 15 00:14:20 2008 +0000

    2008-01-15  Christian Persch  <chpe@gnome.org>
    
    	* src/terminal-window.c: (terminal_window_class_init),
    	(sync_tab_label), (tab_label_style_set_cb), (contruct_tab_label):
    	Update to gtk 2.12 tooltips API, and fix cropping of close buttons with
    	gnome-icon-theme svn.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2345 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |    9 +++++-
 src/terminal-window.c |   72 ++++++++++++++++++++++++++-----------------------
 2 files changed, 46 insertions(+), 35 deletions(-)

commit 2a826cfd0f3a6730930f4407a6f8fa0164e03347
Author: plaes <plaes@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Jan 14 07:59:00 2008 +0000

    2008-01-14  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2344 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/et.po     |  887 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 429 insertions(+), 462 deletions(-)

commit 5402f05bd56e3226dd22f1f95407055fbcf9ee82
Author: dooteo <dooteo@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jan 10 10:42:55 2008 +0000

    2008-01-10  Inaki Larranaga Murgotio  <dooteo@euskalgnu.org>
    
            * eu.po: Updated Basque translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2342 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/eu.po     | 1092 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 505 insertions(+), 591 deletions(-)

commit 0a0fe0e47f4a6121bb5a93351ad460a21fc179ed
Author: dnylande <dnylande@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 8 07:18:23 2008 +0000

    sv.po: Swedish translation updated
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2341 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/sv.po     |  867 ++++++++++++++++++++++------------------------------------
 2 files changed, 332 insertions(+), 539 deletions(-)

commit 203215783f6198799ec69fdd914cb5e1ccafc8fa
Author: iharh <iharh@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jan 5 23:20:36 2008 +0000

    Updated Belarusian Latin translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2338 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog   |    4 +
 po/be@latin.po |  893 +++++++++++++++++++++++++++-----------------------------
 2 files changed, 430 insertions(+), 467 deletions(-)

commit bce4a56a43b76f3c54afcde404a401702607d0a0
Author: claudep <claudep@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jan 5 23:08:13 2008 +0000

    2008-01-06   Claude Paroz <claude@2xlibre.net>
    
    	* be.po: Convert line endings from DOS to Unix.
    	Fixes #400207.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2337 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 +
 po/be.po     | 4580 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 2295 insertions(+), 2290 deletions(-)

commit 0eed824a55138c2df0b58c9e7d4dffec13da7525
Author: badaa <badaa@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jan 5 19:21:41 2008 +0000

    Updated Mongolian translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2336 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog |    4 +++
 po/mn.po  |   91 +++++++++++++++++++++---------------------------------------
 2 files changed, 36 insertions(+), 59 deletions(-)

commit 51c3df8b48c4b8a1a6aab7236b22e7e7213ff7b7
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jan 5 14:24:28 2008 +0000

    2008-01-05  Christian Persch  <chpe@gnome.org>
    
    	* src/terminal.c: (main), (get_goption_context): The GnomeProgram
    	adopts the GOptionContext, don't free it twice.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2335 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    5 +++++
 src/terminal.c |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit c289f7c3fd5ee09eac7afc695929a6e279273ed4
Author: clyties <clyties@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Jan 5 08:09:39 2008 +0000

    Updated Vietnamese translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2334 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/vi.po     | 1046 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 518 insertions(+), 532 deletions(-)

commit aebf4b6faf38aeb448423ddf3b11ee0d05b2ff2d
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jan 3 21:33:17 2008 +0000

    2008-01-03  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2333 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |   21 +-
 po/nb.po     | 1594 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 1029 insertions(+), 586 deletions(-)

commit 0d11eb33fb3c7548bba10fe8b1249fb9871b6e89
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jan 3 05:31:32 2008 +0000

    Updated Spansih translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2332 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/es.po     |  850 ++++++++++++++++++++++++----------------------------------
 2 files changed, 358 insertions(+), 496 deletions(-)

commit 2f2ee5bd433d35410c754d141338555cd86c3678
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Jan 3 00:58:03 2008 +0000

    2008-01-02  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 336155 – [patch] port gnome-terminal to goption
            Based on patch from Christian Kirbach
    
            * src/terminal.c: Migrate from popt to GOption, and clean up.
            * configure.in: Rquire glib-2 >= 2.12.0, libgnome-2 >= 2.14.0
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2331 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    8 +
 configure.in   |    6 +-
 src/terminal.c | 1842 +++++++++++++++++++++++++++-----------------------------
 3 files changed, 906 insertions(+), 950 deletions(-)

commit 7007c4cc2c11de82249e6c9744c8201807961df1
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Jan 1 19:51:57 2008 +0000

    Remove unintended ChangeLog entry
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2330 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 992fd8230d771f7cd869dc40cde14c6a35b7106a
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Dec 31 21:17:45 2007 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2329 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    5 +-
 help/oc/oc.po  |   15 +-
 po/ChangeLog   |    5 +-
 po/oc.po       |  570 +++++++++++++++++++++++++++----------------------------
 4 files changed, 294 insertions(+), 301 deletions(-)

commit 30972ca0d8c99789935669322bcef19c8161c46d
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Dec 28 19:47:06 2007 +0000

    2007-12-28  Behdad Esfahbod  <behdad@gnome.org>
    
            * MAINTAINERS: Removed Guilherme, added chpe.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2328 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog   |   10 ++++++++++
 MAINTAINERS |    8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

commit a92adfd5396b2d23d4079768dca9d69ee634416a
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Dec 23 11:50:22 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2326 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ar.po     | 1086 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 776 insertions(+), 314 deletions(-)

commit db3b75e6ca0f591a7680beb98f4894954eee60bf
Author: djihed <djihed@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Dec 23 11:45:57 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2325 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ar.po     |  672 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 333 insertions(+), 343 deletions(-)

commit 357faacdcb02534ac8879863c00b87f1f17b1727
Author: sdeburca <sdeburca@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Dec 22 03:37:56 2007 +0000

    2007-12-21  Seán de Búrca  <sdeburca@svn.gnome.org>
    
        * ga.po: Updated Irish translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2324 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ga.po     |  629 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 281 insertions(+), 352 deletions(-)

commit ab3a812bed910cf2a31e147426fa1c81389a9043
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Dec 19 23:49:59 2007 +0000

    2007-12-20  Christian Persch  <chpe@gnome.org>
    
    	* src/skey/md5.c: (MD5Keycrunch), (MD5SKey):
    	* src/skey/sha1.c: (SHA1Keycrunch), (SHA1SKey): Adapt to new API
    	for g_checksum_get_digest.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2323 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog       |    6 ++++++
 src/skey/md5.c  |   14 ++++++--------
 src/skey/sha1.c |   14 ++++++--------
 3 files changed, 18 insertions(+), 16 deletions(-)

commit 50a4bf0d772312b4a1ae7ec6c0242f14ae34b83e
Author: claudep <claudep@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Dec 18 20:23:47 2007 +0000

    2007-12-18  Claude Paroz  <claude@2xlibre.net>
    
    	* fr/fr.po: Updated French translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2322 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 +
 help/fr/fr.po  |  647 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 324 insertions(+), 327 deletions(-)

commit 4e00a9a3b2ae15f3177a10f1eef703cae6cf98b8
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Dec 17 18:46:13 2007 +0000

    2007-12-17  Behdad Esfahbod  <behdad@gnome.org>
    
            * NEWS:
            * configure.in: Released 2.21.4
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2320 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog    |    5 +++++
 NEWS         |   10 ++++++++++
 configure.in |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)

commit 1f6d1c68fc86bd140a1ac3ae2191c5c8bebf31dc
Author: dnylande <dnylande@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Dec 16 15:13:51 2007 +0000

    * sv/sv.po: Updated Swedish translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2319 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog                             |    4 +
 help/sv/figures/gnome-terminal-default.png |  Bin 7135 -> 7913 bytes
 help/sv/sv.po                              |  652 ++++++++++++++--------------
 3 files changed, 334 insertions(+), 322 deletions(-)

commit dbbab22a97efd9f95509c0cb256eec753b9b8cf2
Author: espens <espens@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Dec 11 20:14:48 2007 +0000

    2007-12-11  Espen Stefansen  <espens@svn.gnome.org>
    
            * nb.po: Updated Norwegian Bokmål translation.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2318 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/nb.po     | 1256 ++++++++++++++++------------------------------------------
 2 files changed, 352 insertions(+), 908 deletions(-)

commit 6de5c7e25194a374ea201b6b4c479aa3636a920f
Author: rahulb <rahulb@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Dec 11 12:42:51 2007 +0000

    Updated Marathi Translations
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2317 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/mr.po     | 1742 ++++++++++++++++++++++++----------------------------------
 2 files changed, 725 insertions(+), 1021 deletions(-)

commit f616c8cb25c0a87ac1a825c672bcc18013f19ae9
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sat Dec 8 22:45:11 2007 +0000

    2007-12-08  Christian Persch  <chpe@gnome.org>
    
    	* configure.in:
    	* src/skey/md5.c: (MD5Keycrunch), (MD5SKey):
    	* src/skey/md5.h:
    	* src/skey/sha1.c: (SHA1Keycrunch), (SHA1SKey):
    	* src/skey/sha1.h:
    	* src/skey/skey.c:
    	* src/skey/skeyutil.c: Use GChecksum instead of our own MD5 and SHA1
    	implementations. Bug #501667.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2315 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog           |   11 ++
 configure.in        |    2 +
 src/skey/md5.c      |  306 +++++----------------------------------------------
 src/skey/md5.h      |   11 --
 src/skey/sha1.c     |  257 +++++++-----------------------------------
 src/skey/sha1.h     |   32 ------
 src/skey/skey.c     |    2 +
 src/skey/skeyutil.c |    2 +
 8 files changed, 88 insertions(+), 535 deletions(-)

commit 326fe914315b676a30b8544872e8bb1a1aa70336
Author: kmaraas <kmaraas@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Dec 6 19:44:40 2007 +0000

    2007-12-06  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* POTFILES.in: Remove dead file.
    	* nb.po: Updated Norwegian bokmål translation.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2314 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog   |    5 +
 po/POTFILES.in |    1 -
 po/nb.po       |  661 +++++++++++++++++++++++++++++---------------------------
 3 files changed, 342 insertions(+), 325 deletions(-)

commit cc4bc610d5276085b4366c09ea0e28efafa0fa6e
Author: jorgegonz <jorgegonz@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Dec 6 16:35:58 2007 +0000

    Updated Spanish translation
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2313 e32f9464-e525-0410-8908-8a3b6990da27

 help/ChangeLog |    4 +
 help/es/es.po  | 1925 ++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 1380 insertions(+), 549 deletions(-)

commit 6f1e5ba8bf98371e0a9b40314f93010ede749bad
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Dec 5 07:08:17 2007 +0000

    2007-12-05  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 501635 – crash in Terminal: running gnome-session-sa...
    
            * src/terminal.c (terminal_app_get_clone_command): NULL-terminate the
            array.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2311 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    7 +++++++
 src/terminal.c |    5 ++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit 1353476d48d8e29292ec7d05ec751dc4951545cc
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Dec 5 04:46:27 2007 +0000

    2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 501665 – Remove simple-x-font-selector
    
            * src/Makefile.am:
            * src/profile-editor.c (profile_changed), (terminal_profile_edit),
            (profile_editor_update_sensitivity), (profile_editor_update_font):
            * src/simple-x-font-selector.c:
            * src/simple-x-font-selector.h:
            * src/terminal-profile.c (terminal_profile_init),
            (terminal_profile_finalize), (terminal_profile_update),
            (profile_change_notify), (terminal_profile_create):
            * src/terminal-profile.h:
            * src/terminal-screen.c (terminal_screen_set_font),
            (terminal_screen_update_scrollbar):
            * src/terminal-widget-vte.c:
            Remove simple-x-font-selector:
                    Makefile.am              |    2
                    profile-editor.c         |  155 ----
                    simple-x-font-selector.c | 1730
                    -----------------------------------------------
                    simple-x-font-selector.h |  180 ----
                    terminal-profile.c       |   61 -
                    terminal-profile.h       |    4
                    terminal-screen.c        |  314 --------
                    terminal-widget-vte.c    |    6
                    8 files changed, 41 insertions(+), 2411 deletions(-)
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2310 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                    |   28 +
 src/Makefile.am              |    2 -
 src/profile-editor.c         |  153 +---
 src/simple-x-font-selector.c | 1730 ------------------------------------------
 src/simple-x-font-selector.h |  180 -----
 src/terminal-profile.c       |   61 --
 src/terminal-profile.h       |    4 -
 src/terminal-screen.c        |  314 +--------
 src/terminal-widget-vte.c    |    6 -
 9 files changed, 68 insertions(+), 2410 deletions(-)

commit 88ecb553655c5f903f9354b305d8bbe7f2b7aac8
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Dec 5 04:29:22 2007 +0000

    2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
    
            * src/encoding.c (terminal_encoding_free),
            (terminal_encoding_copy), (terminal_encoding_init):
            * src/profile-editor.c (color_scheme_changed),
            (palette_scheme_changed),
            (profile_editor_update_color_scheme_menu),
            (profile_editor_update_palette), (profile_editor_update_x_font),
            (profile_editor_update_background_type):
            * src/skey/btoe.c (btoe), (extract):
            * src/skey/skey.c (skey_test):
            * src/skey/skeyutil.c:
            * src/terminal-accels.c:
            * src/terminal-profile.c:
            * src/terminal-screen.c (terminal_screen_set_font):
            * src/terminal-window.c (terminal_window_realized_callback):
            * src/terminal.c (slowly_and_stupidly_obtain_timestamp), (main),
            (terminal_app_new_terminal):
            Fix bunch of compiler warnings.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2309 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog              |   20 ++++++++++++++++++++
 src/encoding.c         |    6 +++---
 src/profile-editor.c   |   38 ++++++++++++++++++--------------------
 src/skey/btoe.c        |    7 ++-----
 src/skey/skey.c        |    2 +-
 src/skey/skeyutil.c    |    1 +
 src/terminal-accels.c  |   31 ++-----------------------------
 src/terminal-profile.c |    4 ++--
 src/terminal-screen.c  |    6 +++---
 src/terminal-window.c  |    8 +++-----
 src/terminal.c         |    6 ++----
 11 files changed, 57 insertions(+), 72 deletions(-)

commit 89f2b9be05d1832438a0582538bffb7b6f2f7dea
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Dec 5 03:07:54 2007 +0000

    2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 144000 – encodings other than the current encoding are not listed
            in gnome-terminal on Solaris.
    
            * src/encoding.c: Fix typo in the name of three encoding.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2308 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    7 +++++++
 src/encoding.c |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 473c2608f0307afbca659297bbe8ad7f42466e15
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Dec 5 01:30:12 2007 +0000

    2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 144000 – encodings other than the current encoding are not listed
            in gnome-terminal on Solaris.
    
            * src/encoding.c (terminal_encoding_init): Fix encoding sanity check.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2307 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    7 +++++++
 src/encoding.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit a505c273c89dd09c4a5359fc50eacd71468f4d89
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Dec 4 00:19:45 2007 +0000

    2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
    
            * NEWS:
            * configure.in: Released 2.21.3 (synch with GNOME release number)
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2305 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog    |    5 +++++
 NEWS         |   12 ++++++++++++
 configure.in |    2 +-
 3 files changed, 18 insertions(+), 1 deletions(-)

commit 14c2f8ba1e91d4cd285a9a101e7900d5cf9fbdff
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Dec 3 06:28:22 2007 +0000

    2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 500327 – Manual is incorrect in 3 places on user interface of
            terminal
            Patch from Patric
    
            * C/gnome-terminal.xml: Update to current UI.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2303 e32f9464-e525-0410-8908-8a3b6990da27

 help/C/gnome-terminal.xml |   10 +++++-----
 help/ChangeLog            |    8 ++++++++
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 82a73fe4fac3aa729d7397ec89b916cf1166b646
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Dec 3 06:17:17 2007 +0000

    2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 500323 – [Manual] Screenshots use old theme
            Shots from Patrick
    
            * help/C/figures/gnome-terminal-default.png,
            help/C/figures/gnome-terminal-tabbed.png: Update to use new default
            theme (ClearLooks).
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2302 e32f9464-e525-0410-8908-8a3b6990da27

 help/C/figures/gnome-terminal-default.png |  Bin 4633 -> 8532 bytes
 help/C/figures/gnome-terminal-tabbed.png  |  Bin 5991 -> 13278 bytes
 help/ChangeLog                            |    9 +++++++++
 3 files changed, 9 insertions(+), 0 deletions(-)

commit d888043d15430586ba623d22a9bb2df15ab5e255
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Dec 2 03:40:18 2007 +0000

    2007-12-01  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 499877 – Update terminal_app_get_clone_command() to use g_array
            Patch from Dubon
    
            * src/terminal.c (terminal_app_get_clone_command): Use GPtrArray to
            simplify code.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2301 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    8 ++++
 src/terminal.c |  118 +++++++++++++------------------------------------------
 2 files changed, 36 insertions(+), 90 deletions(-)

commit 0a098b4501b75aa808a91332658876ed10137951
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Nov 30 04:03:55 2007 +0000

    2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
    
            * help/*/figures/terminal_window.png: Remove unused old screenshot.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2300 e32f9464-e525-0410-8908-8a3b6990da27

 help/C/figures/terminal_window.png     |  Bin 6675 -> 0 bytes
 help/ChangeLog                         |    4 ++++
 help/bg/figures/terminal_window.png    |  Bin 10430 -> 0 bytes
 help/de/figures/terminal_window.png    |  Bin 9641 -> 0 bytes
 help/it/figures/terminal_window.png    |  Bin 5736 -> 0 bytes
 help/ja/figures/terminal_window.png    |  Bin 12684 -> 0 bytes
 help/ko/figures/terminal_window.png    |  Bin 10196 -> 0 bytes
 help/ro/figures/terminal_window.png    |  Bin 6675 -> 0 bytes
 help/zh_CN/figures/terminal_window.png |  Bin 16565 -> 0 bytes
 help/zh_TW/figures/terminal_window.png |  Bin 10386 -> 0 bytes
 10 files changed, 4 insertions(+), 0 deletions(-)

commit 1c5d3a573388c292ee3baa4738d0adee1b7cc431
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Nov 30 04:02:23 2007 +0000

    2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
    
            * POTFILES.in: Remove terminal-notebook.c.  We use
            Gtk+ notebooks now.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2299 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog   |    5 +++++
 po/POTFILES.in |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 9ba73d52c04e379792dfa7ef038408da36dae7ee
Author: aihana <aihana@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Thu Nov 29 15:35:45 2007 +0000

    2007-11-29  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2298 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ja.po     |  509 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 274 insertions(+), 239 deletions(-)

commit 7d93e10e4c39a41ef014ae53668560477363d144
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 13:02:30 2007 +0000

    2007-11-27  Christian Perschhristian Persch  <chpe@gnome.org>
    
    	* src/terminal.c: Revert accidental whitespace changes from commit
    	2289.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2297 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    5 +
 src/terminal.c |  258 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 134 insertions(+), 129 deletions(-)

commit a5d0e7be20b329bf324b8b4a7d2c0d85854c6a21
Author: chpe <chpe@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 12:11:12 2007 +0000

    2007-11-27  Christian Persch  <chpe@gnome.org>
    
    	R src/terminal-notebook.c:
    	R src/terminal-notebook.h: And remove the obsolete files.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2296 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog               |    5 +
 src/terminal-notebook.c |  891 -----------------------------------------------
 src/terminal-notebook.h |   91 -----
 3 files changed, 5 insertions(+), 982 deletions(-)

commit df02e3c789649be0bf5f47c96c59421f44180d30
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 03:38:01 2007 +0000

    2007-11-26  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 499588 – remove menu icons handling code
            Patch from Christian Persch
    
            * src/terminal-window.c (append_menuitem_common),
            (append_menuitem), (append_stock_menuitem), (terminal_window_init):
            Gtk is taking care of the menus-have-icons setting itself. Remove this
            totally crufty code to check the gconf setting and remove/re-add the
            menu icons!
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2295 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |   11 ++++
 src/terminal-window.c |  138 ++++++++----------------------------------------
 2 files changed, 34 insertions(+), 115 deletions(-)

commit d3ee885ac1a91ece9b584d3ff91a4a5d942f333b
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 03:35:29 2007 +0000

    2007-11-26  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 353775 - Use GtkNotebook instead of TerminalNotebook
            Patch from Christian Persch and Mariano Suárez-Alvarez
    
            * src/Makefile.am:
            * src/terminal-screen.c:
            * src/terminal-window.h:
            * src/terminal.c:
            * src/terminal.h:
            Do that.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2294 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog             |   12 +
 src/Makefile.am       |    2 -
 src/terminal-screen.c |  142 +++++++----
 src/terminal-window.c |  616 ++++++++++++++++++++++++++++---------------------
 src/terminal-window.h |    5 +-
 src/terminal.c        |   78 ++++---
 src/terminal.h        |    6 +
 7 files changed, 500 insertions(+), 361 deletions(-)

commit 56ad71c7cdfc33796f163b58561e2dfdcb4c1385
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 03:08:23 2007 +0000

    2007-11-26  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 441618 - Message-ID/news-Link crashes gnome-terminal
    
            * src/terminal-widget-vte.c (terminal_widget_check_match),
            (terminal_widget_skey_check_match): Return flavor as flavor,
            not tag as flavor.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2293 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog                 |    8 ++++++++
 src/terminal-widget-vte.c |   30 ++++++++++++++++++------------
 2 files changed, 26 insertions(+), 12 deletions(-)

commit ce88f91491750407a7830275cb49e2ab86b7b5bd
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 02:50:13 2007 +0000

    2007-11-26  Behdad Esfahbod  <behdad@gnome.org>
    
            * NEWS:
            * configure.in: Released 2.18.3
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2291 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog    |    5 +++++
 NEWS         |    7 +++++++
 configure.in |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)

commit e40ad6c7940a01d7fed181602cd0c7c234ce6d01
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 02:22:24 2007 +0000

    2007-11-12  Chris Wilson  <chris@chris-wilson.co.uk>
    
            Bug 494828 – crash in Terminal: Using elinks in a termin...
    
            * src/terminal.c (terminal_util_show_error_dialog):
                We were passing an unescaped tainted string as the format to
                printf via gtk_message_dialog_new()...
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2290 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog      |    8 ++++++++
 src/terminal.c |    3 ++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 368c7b772ed4441fe848ed19dfbe26dd3863cacc
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 02:03:34 2007 +0000

    2007-11-26  Behdad Esfahbod  <behdad@gnome.org>
    
            Bug 499797 – crash in Terminal: Creating a new profile b...
    
            * src/terminal-profile.c (terminal_profile_update):
            Return on NULL parameter.
    
            * src/terminal-profile.c (alphabetic_cmp): Compare
            profile names if visual names are equal.
    
            * src/terminal-profile.h:
            * src/terminal-profile.c (terminal_profile_create):
            Return actual name used.
    
            * src/terminal.c (new_profile_response_callback):
            Use actual name returned by terminal_profile_create() to avoid
            crashing if profile with dup name is created.
    
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2289 e32f9464-e525-0410-8908-8a3b6990da27

 ChangeLog              |   18 ++++
 src/terminal-profile.c |   23 ++++-
 src/terminal-profile.h |    6 +-
 src/terminal.c         |  264 ++++++++++++++++++++++++------------------------
 4 files changed, 169 insertions(+), 142 deletions(-)

commit c041f6a06808b5e5c2cb1843d727cf70cb3d162e
Author: kennethn <kennethn@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 27 00:35:48 2007 +0000

    Updated Danish translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2288 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/da.po     |  372 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 211 insertions(+), 165 deletions(-)

commit 27a1b804aaa8ad1e062d2363bb3e11be7634ef48
Author: sdeburca <sdeburca@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Mon Nov 26 03:07:11 2007 +0000

    2007-11-25  Seán de Búrca  <sdeburca@svn.gnome.org>
    
        * ga.po: Updated Irish translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2287 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/ga.po     | 1402 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 740 insertions(+), 666 deletions(-)

commit 6bee15b2636b2bc5eef650bd98ea55a0fb58faa6
Author: ymarcheg <ymarcheg@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 20 20:40:51 2007 +0000

    Updated Occitan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2286 e32f9464-e525-0410-8908-8a3b6990da27

 help/oc/oc.po |   38 +++++++++++++++++++-------------------
 po/oc.po      |   45 ++++++++++++++++++++-------------------------
 2 files changed, 39 insertions(+), 44 deletions(-)

commit 77e7713cdbbe6e1f82395f6fd85d410b9ffd51cb
Author: behdad <behdad@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Sun Nov 18 22:09:44 2007 +0000

    s/CVS/SVN/
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2285 e32f9464-e525-0410-8908-8a3b6990da27

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f4978d7c3cdcc4867bf996ed4b706c98552a4f6c
Author: gforcada <gforcada@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Fri Nov 16 17:08:48 2007 +0000

    Updated Catalan translation
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2284 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 ++
 po/ca.po     |  161 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 102 insertions(+), 63 deletions(-)

commit b9dae3c49f911021ec9f35f228ef9bba6a7b7cec
Author: icq <icq@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Nov 14 14:15:10 2007 +0000

    Updated Galician Translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2283 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    4 +
 po/gl.po     | 1339 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 739 insertions(+), 604 deletions(-)

commit 75882aabba423e4507b37447c112708b2869078a
Author: al_shopov <al_shopov@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Wed Nov 14 04:13:39 2007 +0000

    2007-11-14  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2282 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog |    5 ++
 po/bg.po     |  200 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 126 insertions(+), 79 deletions(-)

commit 6a8570ab49fe94e868b6371a106bce2936556d18
Author: iharh <iharh@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 13 16:51:14 2007 +0000

    Updated Belarusian Latin translation.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2281 e32f9464-e525-0410-8908-8a3b6990da27

 po/ChangeLog   |    4 +
 po/be@latin.po |  199 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 125 insertions(+), 78 deletions(-)

commit 94d4a4e3204828e07ecb555de607a9f407ba229a
Author: leonardof <leonardof@e32f9464-e525-0410-8908-8a3b6990da27>
Date:   Tue Nov 13 05:09:03 2007 +0000

    2007-11-13  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Brazilian Portuguese translation updated.
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/gnome-terminal/trunk@2280 e32f9464-e525-0410-8908-8a3b6990da27

 AUTHORS                                       |    3 +
 COPYING                                       |  343 ++
 ChangeLog                                     | 4398 ++++++++++++++++++++++++
 HACKING                                       |   26 +
 MAINTAINERS                                   |    7 +
 Makefile.am                                   |   32 +
 NEWS                                          |  597 ++++
 README                                        |   19 +
 autogen.sh                                    |   23 +
 configure.in                                  |  105 +
 gnome-terminal.desktop.in.in                  |   15 +
 help/C/figures/gnome-terminal-default.png     |  Bin 0 -> 4633 bytes
 help/C/figures/gnome-terminal-tabbed.png      |  Bin 0 -> 5991 bytes
 help/C/figures/terminal_window.png            |  Bin 0 -> 6675 bytes
 help/C/gnome-terminal.xml                     | 1140 +++++++
 help/C/l10n.txt                               |  103 +
 help/C/legal.xml                              |   76 +
 help/ChangeLog                                |  138 +
 help/Makefile.am                              |   15 +
 help/bg/Makefile.am                           |    8 +
 help/bg/figures/gnome-terminal-default.png    |  Bin 0 -> 17871 bytes
 help/bg/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 23057 bytes
 help/bg/figures/terminal_window.png           |  Bin 0 -> 10430 bytes
 help/bg/gnome-terminal-bg.omf                 |   18 +
 help/bg/gnome-terminal.xml                    |  943 ++++++
 help/bg/legal.xml                             |    9 +
 help/ca/ca.po                                 | 1121 +++++++
 help/ca/figures/gnome-terminal-default.png    |  Bin 0 -> 11366 bytes
 help/ca/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 14969 bytes
 help/de/de.po                                 | 1998 +++++++++++
 help/de/figures/gnome-terminal-default.png    |  Bin 0 -> 9909 bytes
 help/de/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 12447 bytes
 help/de/figures/terminal_window.png           |  Bin 0 -> 9641 bytes
 help/es/es.po                                 | 1125 +++++++
 help/es/figures/gnome-terminal-default.png    |  Bin 0 -> 13183 bytes
 help/es/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 18314 bytes
 help/fr/figures/gnome-terminal-default.png    |  Bin 0 -> 13655 bytes
 help/fr/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 13204 bytes
 help/fr/fr.po                                 | 1959 +++++++++++
 help/gnome-terminal.omf.in                    |    9 +
 help/it/figures/gnome-terminal-default.png    |  Bin 0 -> 5295 bytes
 help/it/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 6069 bytes
 help/it/figures/terminal_window.png           |  Bin 0 -> 5736 bytes
 help/it/it.po                                 | 1955 +++++++++++
 help/ja/Makefile.am                           |    8 +
 help/ja/figures/gnome-terminal-default.png    |  Bin 0 -> 9267 bytes
 help/ja/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 11765 bytes
 help/ja/figures/terminal_window.png           |  Bin 0 -> 12684 bytes
 help/ja/gnome-terminal-ja.omf                 |   35 +
 help/ja/gnome-terminal.xml                    | 1388 ++++++++
 help/ja/legal.xml                             |   47 +
 help/ko/figures/gnome-terminal-default.png    |  Bin 0 -> 9884 bytes
 help/ko/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 10606 bytes
 help/ko/figures/terminal_window.png           |  Bin 0 -> 10196 bytes
 help/ko/ko.po                                 | 1123 +++++++
 help/oc/oc.po                                 | 1530 +++++++++
 help/pt_BR/pt_BR.po                           | 1931 +++++++++++
 help/ro/Makefile.am                           |    8 +
 help/ro/figures/gnome-terminal-default.png    |  Bin 0 -> 8503 bytes
 help/ro/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 8571 bytes
 help/ro/figures/terminal_window.png           |  Bin 0 -> 6675 bytes
 help/ro/gnome-terminal-ro.omf                 |   35 +
 help/ro/gnome-terminal.xml                    | 1403 ++++++++
 help/ro/legal.xml                             |   70 +
 help/ru/ru.po                                 | 1121 +++++++
 help/sv/figures/gnome-terminal-default.png    |  Bin 0 -> 7135 bytes
 help/sv/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 10214 bytes
 help/sv/sv.po                                 | 1150 +++++++
 help/uk/figures/gnome-terminal-default.png    |  Bin 0 -> 8203 bytes
 help/uk/figures/gnome-terminal-tabbed.png     |  Bin 0 -> 12808 bytes
 help/uk/uk.po                                 | 1936 +++++++++++
 help/zh_CN/Makefile.am                        |    8 +
 help/zh_CN/figures/gnome-terminal-default.png |  Bin 0 -> 16565 bytes
 help/zh_CN/figures/gnome-terminal-tabbed.png  |  Bin 0 -> 20492 bytes
 help/zh_CN/figures/terminal_window.png        |  Bin 0 -> 16565 bytes
 help/zh_CN/gnome-terminal-zh_CN.omf           |   35 +
 help/zh_CN/gnome-terminal.xml                 | 1122 +++++++
 help/zh_CN/legal.xml                          |   48 +
 help/zh_TW/Makefile.am                        |    8 +
 help/zh_TW/figures/gnome-terminal-default.png |  Bin 0 -> 10085 bytes
 help/zh_TW/figures/gnome-terminal-tabbed.png  |  Bin 0 -> 10175 bytes
 help/zh_TW/figures/terminal_window.png        |  Bin 0 -> 10386 bytes
 help/zh_TW/gnome-terminal-zh_TW.omf           |   35 +
 help/zh_TW/gnome-terminal.xml                 | 1212 +++++++
 help/zh_TW/legal.xml                          |   54 +
 po/ChangeLog                                  | 4403 +++++++++++++++++++++++++
 po/LINGUAS                                    |   79 +
 po/POTFILES.in                                |   17 +
 po/POTFILES.skip                              |    3 +
 po/am.po                                      | 2465 ++++++++++++++
 po/ar.po                                      | 2299 +++++++++++++
 po/as.po                                      | 2748 +++++++++++++++
 po/az.po                                      | 2689 +++++++++++++++
 po/be.po                                      | 2290 +++++++++++++
 po/be@latin.po                                | 2806 ++++++++++++++++
 po/bg.po                                      | 2789 ++++++++++++++++
 po/bn.po                                      | 2759 ++++++++++++++++
 po/bn_IN.po                                   | 2751 +++++++++++++++
 po/bs.po                                      | 2730 +++++++++++++++
 po/ca.po                                      | 3013 +++++++++++++++++
 po/cs.po                                      | 2757 ++++++++++++++++
 po/cy.po                                      | 2925 ++++++++++++++++
 po/da.po                                      | 2838 ++++++++++++++++
 po/de.po                                      | 2876 ++++++++++++++++
 po/dz.po                                      | 2347 +++++++++++++
 po/el.po                                      | 2561 ++++++++++++++
 po/en_CA.po                                   | 2774 ++++++++++++++++
 po/en_GB.po                                   | 2345 +++++++++++++
 po/es.po                                      | 2893 ++++++++++++++++
 po/et.po                                      | 2813 ++++++++++++++++
 po/eu.po                                      | 2785 ++++++++++++++++
 po/fa.po                                      | 2793 ++++++++++++++++
 po/fi.po                                      | 2957 +++++++++++++++++
 po/fr.po                                      | 2872 ++++++++++++++++
 po/ga.po                                      | 2454 ++++++++++++++
 po/gl.po                                      | 2738 +++++++++++++++
 po/gu.po                                      | 2703 +++++++++++++++
 po/he.po                                      | 2857 ++++++++++++++++
 po/hi.po                                      | 2707 +++++++++++++++
 po/hr.po                                      | 2729 +++++++++++++++
 po/hu.po                                      | 2799 ++++++++++++++++
 po/hy.po                                      | 2441 ++++++++++++++
 po/id.po                                      | 2860 ++++++++++++++++
 po/it.po                                      | 2852 ++++++++++++++++
 po/ja.po                                      | 2802 ++++++++++++++++
 po/ka.po                                      | 2771 ++++++++++++++++
 po/ko.po                                      | 2717 +++++++++++++++
 po/ku.po                                      | 2527 ++++++++++++++
 po/lt.po                                      | 2792 ++++++++++++++++
 po/lv.po                                      | 2800 ++++++++++++++++
 po/mg.po                                      | 2867 ++++++++++++++++
 po/mk.po                                      | 2797 ++++++++++++++++
 po/ml.po                                      | 2515 ++++++++++++++
 po/mn.po                                      | 2653 +++++++++++++++
 po/mr.po                                      | 2819 ++++++++++++++++
 po/ms.po                                      | 2697 +++++++++++++++
 po/nb.po                                      | 2813 ++++++++++++++++
 po/ne.po                                      | 2543 ++++++++++++++
 po/nl.po                                      | 2910 ++++++++++++++++
 po/nn.po                                      | 2786 ++++++++++++++++
 po/oc.po                                      | 2479 ++++++++++++++
 po/or.po                                      | 2464 ++++++++++++++
 po/pa.po                                      | 2678 +++++++++++++++
 po/pl.po                                      | 2903 ++++++++++++++++
 po/pt.po                                      | 2951 +++++++++++++++++
 po/pt_BR.po                                   | 3001 +++++++++++++++++
 po/ro.po                                      | 2814 ++++++++++++++++
 po/ru.po                                      | 2807 ++++++++++++++++
 po/rw.po                                      | 3082 +++++++++++++++++
 po/si.po                                      | 2477 ++++++++++++++
 po/sk.po                                      | 2848 ++++++++++++++++
 po/sl.po                                      | 2300 +++++++++++++
 po/sq.po                                      | 2776 ++++++++++++++++
 po/sr.po                                      | 2887 ++++++++++++++++
 po/sr@Latn.po                                 | 2887 ++++++++++++++++
 po/sv.po                                      | 2407 ++++++++++++++
 po/ta.po                                      | 2685 +++++++++++++++
 po/th.po                                      | 2798 ++++++++++++++++
 po/tr.po                                      | 2701 +++++++++++++++
 po/uk.po                                      | 2818 ++++++++++++++++
 po/vi.po                                      | 2712 +++++++++++++++
 po/wa.po                                      | 2785 ++++++++++++++++
 po/xh.po                                      | 2820 ++++++++++++++++
 po/zh_CN.po                                   | 2628 +++++++++++++++
 po/zh_HK.po                                   | 2531 ++++++++++++++
 po/zh_TW.po                                   | 2685 +++++++++++++++
 src/Makefile.am                               |   92 +
 src/eggaccelerators.c                         |  657 ++++
 src/eggaccelerators.h                         |   87 +
 src/eggcellrendererkeys.c                     |  663 ++++
 src/eggcellrendererkeys.h                     |   84 +
 src/encoding.c                                | 1002 ++++++
 src/encoding.h                                |  137 +
 src/gnome-terminal.glade2                     | 4110 +++++++++++++++++++++++
 src/gnome-terminal.png                        |  Bin 0 -> 2929 bytes
 src/gnome-terminal.schemas.in                 | 1209 +++++++
 src/gnome-terminal.server                     |    8 +
 src/profile-editor.c                          | 2099 ++++++++++++
 src/profile-editor.h                          |   35 +
 src/simple-x-font-selector.c                  | 1730 ++++++++++
 src/simple-x-font-selector.h                  |  180 +
 src/skey-popup.c                              |  203 ++
 src/skey-popup.h                              |   34 +
 src/skey/Makefile.am                          |   41 +
 src/skey/btoe.c                               |  306 ++
 src/skey/btoe.h                               |    2 +
 src/skey/config.h                             |   68 +
 src/skey/md4.c                                |  335 ++
 src/skey/md4.h                                |   19 +
 src/skey/md5.c                                |  334 ++
 src/skey/md5.h                                |   20 +
 src/skey/sha1.c                               |  295 ++
 src/skey/sha1.h                               |   41 +
 src/skey/skey.c                               |  203 ++
 src/skey/skey.h                               |    8 +
 src/skey/skeyutil.c                           |   18 +
 src/skey/skeyutil.h                           |    3 +
 src/terminal-accels.c                         | 1315 ++++++++
 src/terminal-accels.h                         |   60 +
 src/terminal-intl.h                           |   45 +
 src/terminal-notebook.c                       |  891 +++++
 src/terminal-notebook.h                       |   91 +
 src/terminal-profile.c                        | 3312 +++++++++++++++++++
 src/terminal-profile.h                        |  314 ++
 src/terminal-screen.c                         | 2876 ++++++++++++++++
 src/terminal-screen.h                         |  135 +
 src/terminal-widget-vte.c                     |  678 ++++
 src/terminal-widget.h                         |  183 +
 src/terminal-window.c                         | 2992 +++++++++++++++++
 src/terminal-window.h                         |  105 +
 src/terminal.c                                | 3878 ++++++++++++++++++++++
 src/terminal.h                                |   85 +
 src/update-from-egg.sh                        |   31 +
 213 files changed, 275756 insertions(+), 0 deletions(-)
