commit 9ff9d3a75deaf0e07c957db0981b41d246ff1eb8 Author: Christian Persch Date: Mon Aug 18 21:16:42 2014 +0200 Version 0.37.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e6131f4a7aea14faa85f7f1b915ad3c59f26f806 Author: Christian Persch Date: Sun Aug 17 20:00:59 2014 +0200 widget: Improve API name Synchronous functions should be named ..._sync. doc/reference/vte-sections.txt | 2 +- src/app.vala | 2 +- src/vte.c | 14 ++++++-------- src/vteapp.c | 6 +++--- src/vteterminal.h | 10 +++++----- 5 files changed, 16 insertions(+), 18 deletions(-) commit 55364d008339077e765f8328ad86ac0b1fc40107 Author: Christian Persch Date: Fri Aug 15 13:30:09 2014 +0200 widget: Improve set_encoding API Since opening the converter can fail, make this return a gboolean and a GError. And change the meaning of NULL as @codeset from 'current locale' to 'UTF-8'. src/app.vala | 9 +++++++-- src/vte.c | 53 +++++++++++++++++++++++++++++++---------------------- src/vteapp.c | 4 +++- src/vteseq.c | 4 ++-- src/vteterminal.h | 5 +++-- 5 files changed, 46 insertions(+), 29 deletions(-) commit e9b017895af86940b75f9f64e203974be0d0c602 Author: Christian Persch Date: Wed Aug 13 14:05:31 2014 +0200 widget: Simplify word-chars Until we implement full UAX29 word boundary detection, let's simplify the exception cases of ascii punctuation we don't want to include. https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit e4bd699014e140e242af919b3b3a6f5aaf5f0385 Author: Christian Persch Date: Wed Aug 13 14:00:58 2014 +0200 Revert "widget: Narrow the set of word chars" This reverts commit 1b6cf784afab99aea861128f5e7bb5619288d6c1. src/vte.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 0ef701c3ec0ae146a00aa17fa2512bccd8c1099f Author: Christian Persch Date: Sat Jun 28 21:20:27 2014 +0200 widget: Use G_PARAM_EXPILCIT_NOTIFY src/pty.c | 8 ++++++-- src/vte.c | 48 ++++++++++++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 24 deletions(-) commit eb76811ac7cfb679cc9784ad71d79f2886e1d45f Author: Carles Ferrando Date: Sun Aug 17 13:50:35 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 137 +++++++++++++++++------------------------------------- 1 file changed, 42 insertions(+), 95 deletions(-) commit 1df25863886ec215b5345829e9b1ab62a5803f85 Author: Gil Forcada Date: Sun Aug 17 13:50:33 2014 +0200 [l10n] Updated Catalan translation po/ca.po | 138 ++++++++++++++++++++------------------------------------------- 1 file changed, 43 insertions(+), 95 deletions(-) commit bdeeecee5d44b7926af769c4ad9b4e2d61368e6b Author: Lasse Liehu Date: Sun Aug 17 14:39:37 2014 +0300 Finnish translation update po/fi.po | 76 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) commit bf1e3c040982b9fc52e941b88763edc078a768e9 Author: Inaki Larranaga Murgoitio Date: Thu Aug 7 15:55:53 2014 +0200 Updated Basque language po/eu.po | 89 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 55 insertions(+), 34 deletions(-) commit a20f7d2864850fa5e330b3f35f698082f97e5517 Author: Egmont Koblinger Date: Mon Aug 4 15:09:39 2014 +0200 a11y: Fix a crash at text deletion https://bugzilla.gnome.org/show_bug.cgi?id=727587 src/vteaccess.c | 101 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 47 deletions(-) commit 3841316afc3df1d216e0eb5f158dc636c585b1ae Author: Egmont Koblinger Date: Sun Aug 3 13:22:15 2014 +0200 a11y: Fix omitted first letter when scrolling https://bugzilla.gnome.org/show_bug.cgi?id=657960 src/vteaccess.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit d99bb5c9c2387357b92412551d000e2bc57c2c8b Author: Piotr Drąg Date: Thu Jul 31 20:02:48 2014 +0200 doap: add vte.doap | 2 ++ 1 file changed, 2 insertions(+) commit b1e4e7c078e370906da1d75765ab989eb4a2f0cf Author: Olav Vitters Date: Wed Jul 30 20:44:44 2014 +0200 doap category core vte.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 645c499d98c49c042ffa36f05b43a2814e9393c5 Author: Egmont Koblinger Date: Sun Jul 27 15:55:16 2014 +0200 emulation: Set scrollback lines on both screens https://bugzilla.gnome.org/show_bug.cgi?id=731205#c8 src/vte.c | 55 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) commit 1b6cf784afab99aea861128f5e7bb5619288d6c1 Author: Egmont Koblinger Date: Sat Jul 26 23:06:51 2014 +0200 widget: Narrow the set of word chars https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit 6774bfd96cf6ae71429ec06670b8f755cb4def55 Author: Egmont Koblinger Date: Sat Jul 26 23:02:03 2014 +0200 widget: Fix box drawing characters in wide CJK mode src/vte.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 817b6834b579b4ecb6a071729daabc50def931eb Author: Egmont Koblinger Date: Sat Jul 26 14:05:01 2014 +0200 emulation: Fix cursor handling at right margin https://bugzilla.gnome.org/show_bug.cgi?id=731155 src/vteseq.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) commit d45402bd87b6d99d3084eb1ba69ace957a1ac717 Author: Egmont Koblinger Date: Sat Jul 26 14:02:56 2014 +0200 emulation: Deccolm mode switch clears the screen and moves cursor home https://bugzilla.gnome.org/show_bug.cgi?id=731155#c6 src/vteseq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 46e0f35b57702e4083b34edded2311ef19d0859d Author: Egmont Koblinger Date: Fri Jul 25 16:37:37 2014 +0200 emulation: Fix cursor reporting with origin mode src/vteseq.c | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) commit 71aadaf2568d20b3a4eb2a92bebdaf6f3bb46b47 Author: Egmont Koblinger Date: Fri Jul 25 15:17:52 2014 +0200 emulation: Fix \e[d and \e[` src/vteseq.c | 45 +++++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 28 deletions(-) commit a2a49dfda338d7ca9d836de9e3777d5c02f96ac8 Author: Egmont Koblinger Date: Fri Jul 25 14:53:20 2014 +0200 emulation: Fix absolute cursor movement with origin mode src/vteseq.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 83d03666cf51850b708bced2e3fb43b3b4dde1c5 Author: Egmont Koblinger Date: Fri Jul 25 12:25:35 2014 +0200 emulation: Make {insert,delete}-lines move the cursor to first column src/vteseq.c | 2 ++ 1 file changed, 2 insertions(+) commit 3bcb11b14fabd79b1d96516cf1013bbf1c9e8a21 Author: Balázs Úr Date: Thu Jul 24 08:22:48 2014 +0000 Updated Hungarian translation po/hu.po | 84 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 31 deletions(-) commit f09439bf7d05cb81c37e3e1a8a4af71f489700ba Author: Colin Guthrie Date: Wed Jul 23 22:44:40 2014 +0200 vte.sh: Fix tilde replacement for bash-4.3. https://bugzilla.gnome.org/show_bug.cgi?id=733504 src/vte.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 99625feadc71e9bccdc24495d0fa577aa7ea2ad8 Author: Kjartan Maraas Date: Wed Jul 23 16:52:08 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 69 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 30 deletions(-) commit 3fc7c422c7746f33f0051d2e52bc267949a7957e Author: Tom Tryfonidis Date: Wed Jul 9 23:18:39 2014 +0000 Updated Greek translation po/el.po | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) commit 4c6ea9d37347d10f5522a8dac954d07927be5e5e Author: Aurimas Černius Date: Sat Jul 5 14:15:07 2014 +0300 Updated Lithuanian translation po/lt.po | 93 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 42 insertions(+), 51 deletions(-) commit 7feebcb3eb041961a6207ab5768651f77f46c134 Author: Fran Diéguez Date: Tue Jul 1 22:12:19 2014 +0200 Updated Galician translations po/gl.po | 85 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 33 deletions(-) commit 3592152295b5a434376996062482474edffadf2c Author: Yuri Myasoedov Date: Sun Jun 29 09:27:16 2014 +0400 Updated Russian translation po/ru.po | 85 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 33 deletions(-) commit 2226e6a7efaff9d93a7e74ba4a0845e311e5896f Author: Christian Persch Date: Mon Jun 23 19:26:30 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)