commit d0cdbceb17d3b13dcf1e26f81d5bcd2e2872fb64 Author: Christian Persch Date: Tue Jan 15 15:07:19 2013 +0100 Version 3.7.1 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 7fb2ddf831143df8bf99ed8cf19bd7621110ed03 Author: Daniel Mustieles Date: Tue Jan 15 14:35:05 2013 +0100 Updated Spanish translation po/es.po | 472 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 260 insertions(+), 212 deletions(-) commit 8721e5a26f4864c0686aa69cfbe51371e19b0b05 Author: Jeremy Bicha Date: Sun Dec 30 23:59:07 2012 -0500 all: Cleanup license headers some more Use the most recent wording from http://www.gnu.org/licenses/gpl.html Fixes 'incorrect FSF address' warnings https://bugzilla.gnome.org/show_bug.cgi?id=673344 src/client.c | 6 +++--- src/eggshell.c | 20 +++++++++----------- src/eggshell.h | 20 +++++++++----------- src/migration.c | 6 +++--- src/org.gnome.Terminal.gschema.xml.in | 11 +++++------ src/profile-editor.c | 6 +++--- src/profile-editor.h | 20 +++++++++----------- src/server.c | 6 +++--- src/terminal-accels.c | 6 +++--- src/terminal-accels.h | 20 +++++++++----------- src/terminal-app.c | 6 +++--- src/terminal-app.h | 20 +++++++++----------- src/terminal-appmenu.ui | 11 +++++------ src/terminal-client-utils.c | 20 +++++++++----------- src/terminal-client-utils.h | 20 +++++++++----------- src/terminal-close-button.c | 6 +++--- src/terminal-close-button.h | 6 +++--- src/terminal-debug.c | 19 +++++++++---------- src/terminal-debug.h | 19 +++++++++---------- src/terminal-defines.h | 21 ++++++++++----------- src/terminal-encoding.c | 6 +++--- src/terminal-encoding.h | 20 +++++++++----------- src/terminal-enums.h | 20 +++++++++----------- src/terminal-gdbus.c | 21 ++++++++++----------- src/terminal-gdbus.h | 21 ++++++++++----------- src/terminal-info-bar.c | 21 ++++++++++----------- src/terminal-info-bar.h | 21 ++++++++++----------- src/terminal-intl.h | 20 +++++++++----------- src/terminal-mdi-container.c | 20 +++++++++----------- src/terminal-mdi-container.h | 20 +++++++++----------- src/terminal-nautilus.c | 24 +++++++++++------------- src/terminal-notebook.c | 20 +++++++++----------- src/terminal-notebook.h | 20 +++++++++----------- src/terminal-options.c | 6 +++--- src/terminal-options.h | 6 +++--- src/terminal-schemas.h | 20 +++++++++----------- src/terminal-screen-container.c | 20 +++++++++----------- src/terminal-screen-container.h | 22 ++++++++++------------ src/terminal-screen.c | 6 +++--- src/terminal-screen.h | 20 +++++++++----------- src/terminal-search-dialog.c | 8 +++----- src/terminal-search-dialog.h | 9 ++++----- src/terminal-tab-label.c | 21 ++++++++++----------- src/terminal-tab-label.h | 22 +++++++++++----------- src/terminal-tabs-menu.c | 21 ++++++++++----------- src/terminal-tabs-menu.h | 21 ++++++++++----------- src/terminal-util.c | 13 ++++++------- src/terminal-util.h | 20 +++++++++----------- src/terminal-version.h.in | 21 ++++++++++----------- src/terminal-window.c | 6 +++--- src/terminal-window.h | 20 +++++++++----------- src/terminal.c | 6 +++--- 52 files changed, 376 insertions(+), 435 deletions(-) commit 195d391ef2fc4d34e242e2d40b15d2ea950ef81d Author: Christian Persch Date: Mon Jan 14 18:01:43 2013 +0100 keybindings: Fix next/previous tab keybinding This was broken by the switch to TerminalNotebook. https://bugzilla.gnome.org/show_bug.cgi?id=691059 src/terminal-window.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) commit 9b3269b9b8cb34b6f990c0cde938ca35b44ad1ef Author: Christian Persch Date: Mon Jan 14 17:53:08 2013 +0100 settings: Change settings path src/org.gnome.Terminal.gschema.xml.in | 6 +++--- src/terminal-schemas.h | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) commit b8171022016d40618a3ff291258053608c850257 Author: Christian Persch Date: Mon Jan 14 17:47:32 2013 +0100 keybindings: Port to gsettings Redo the gconf->gsettings port of the keybindings part. Use gsettings for the keybindings instead of the simple accel map file. src/migration.c | 111 +++--- src/org.gnome.Terminal.gschema.xml.in | 143 +++++++- src/terminal-accels.c | 670 +++++++++++++++++++++++++--------- src/terminal-schemas.h | 1 + 4 files changed, 683 insertions(+), 242 deletions(-) commit 0e0175e618c6bdcaf4c6f2a13fea3a013586678a Author: Gheyret Kenji Date: Mon Jan 14 18:33:48 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 3303 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1785 insertions(+), 1518 deletions(-) commit 4bee86d812baf9260f103c1823076235509cdbfb Author: Matej Urbančič Date: Sat Jan 12 23:10:20 2013 +0100 Updated Slovenian translation po/sl.po | 1547 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 817 insertions(+), 730 deletions(-) commit 2d3dfe3073c3a2dd18f7292127d62794183802a4 Author: Christian Persch Date: Wed Jan 9 01:59:37 2013 +0100 migration: Use stderr for debug output src/migration.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a033cc90ca9ae25da0e291c18c8341847a4632a0 Author: Christian Persch Date: Wed Jan 9 01:56:59 2013 +0100 migration: Add --force Check the current schema version before migration, and only do migration if it's less than the current schema version, or --force is passed. src/migration.c | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) commit 7921b87ea4f8302c663524b5effd6af7ac4afc77 Author: Christian Persch Date: Tue Jan 8 23:20:45 2013 +0100 migration: Fix migration with nonexistent default GConf profile When the GConf prefs are corrupt and point to a default profile that doesn't exist, we were converting the profiles but leaving the default value for the default profile, so creating new terminals with the default profile would fail. https://bugzilla.gnome.org/show_bug.cgi?id=691347 src/migration.c | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) commit fb4b48c40dde6dc73fd9b750240ea6c0e86a3262 Author: Christian Persch Date: Tue Jan 8 23:17:45 2013 +0100 debug: Fix debug output src/terminal-accels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 86b7b785d76a1df0702466dc069fb8aa5a2fd9a6 Author: Christian Persch Date: Thu Dec 20 19:58:23 2012 +0100 utils: No need to error check the builder data Now that it's built in, just assert when things go wrong. src/terminal-accels.c | 13 ++++++------- src/terminal-app.c | 21 ++++++++++----------- src/terminal-encoding.c | 18 +++++++----------- src/terminal-search-dialog.c | 24 ++++++++++-------------- src/terminal-util.c | 9 +++------ src/terminal-util.h | 6 +++--- 6 files changed, 39 insertions(+), 52 deletions(-) commit 086ae96d7bc2db5be6a1351e605253153aab4913 Author: Aurimas Černius Date: Wed Jan 2 23:02:25 2013 +0200 Updated Lithuanian translation po/lt.po | 1261 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 594 insertions(+), 667 deletions(-) commit 458773f98f4690050f6039de5435719868dc0aee Author: Daniel Mustieles Date: Mon Dec 31 12:21:23 2012 +0100 Updated Spanish translation po/es.po | 85 ++++++++++++++++++++++++++-------------------------------------- 1 file changed, 34 insertions(+), 51 deletions(-) commit 246f03985e02ce232071724e9c9a8f3c6da5c561 Author: Daniel Mustieles Date: Mon Dec 31 12:21:11 2012 +0100 Updated Spanish translation help/es/es.po | 67 ++++++++++------------------------------------------------- 1 file changed, 11 insertions(+), 56 deletions(-) commit 9ceee0df41a0b462cd1817f3312554f33ed6a379 Author: Khaled Hosny Date: Fri Dec 28 20:15:18 2012 +0200 Typo po/ar.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 132ae48abf1775195240b428df0d039898eb2328 Author: Arash Mousavi Date: Fri Dec 28 14:15:56 2012 +0330 l10n: Updated Persian translation po/fa.po | 48 +++++++++++++++++++----------------------------- 1 file changed, 19 insertions(+), 29 deletions(-) commit b478778285a4fb40e91cd658b3149cede8a9b600 Author: Danial Behzadi Date: Fri Dec 28 14:08:26 2012 +0330 l10n: Updated Persian translation po/fa.po | 4039 +++++++++++++++++++++++++------------------------------------- 1 file changed, 1600 insertions(+), 2439 deletions(-) commit 8fd72f022798a51f066d3c9ffa875dab7524a6db Author: Piotr Drąg Date: Thu Dec 27 20:18:09 2012 +0100 Updated Polish translation po/pl.po | 2341 +++++++++++++++++++++----------------------------------------- 1 file changed, 795 insertions(+), 1546 deletions(-) commit 6157657fc152bb6d16b9f5eb1dd3d9945adea4a8 Author: Khaled Hosny Date: Sun Dec 23 19:07:02 2012 +0200 Update Arabic translation po/ar.po | 1263 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 626 insertions(+), 637 deletions(-) commit e1e4fd710604a83c73124000b313190573b70ebe Author: Fran Diéguez Date: Sun Dec 23 04:23:20 2012 +0100 Updated Galician translations po/gl.po | 979 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 477 insertions(+), 502 deletions(-) commit a267bd3d9c4defe6d17b7754e75ed2e3616c0157 Author: Yaron Shahrabani Date: Thu Dec 20 14:43:58 2012 +0200 Updated Hebrew translation. po/he.po | 1102 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 542 insertions(+), 560 deletions(-) commit b4641079a9f33d3fac4d550f492d93bcaf8d977d Author: Mattias Põldaru Date: Wed Dec 19 19:07:57 2012 +0200 [l10n] Updated Estonian translation po/et.po | 562 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 287 insertions(+), 275 deletions(-) commit 90b3e451a046f69cba6e3c5553284f9f5fb7ee06 Author: Kjartan Maraas Date: Wed Dec 19 15:16:04 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 1017 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 456 insertions(+), 561 deletions(-) commit fedda08bc581e5c75e1c67302c670cda551c3cb1 Author: Nilamdyuti Goswami Date: Tue Dec 18 17:12:37 2012 +0530 Assamese translation updated po/as.po | 854 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 415 insertions(+), 439 deletions(-)