commit 5a434e6c4457bdfe182a13213396e7a66a08f767 Author: Egmont Koblinger Date: Sat Nov 22 19:20:35 2014 +0100 emulation: Save/restore alternate charset https://bugzilla.gnome.org/show_bug.cgi?id=731205 src/vte-private.h | 67 +++++--- src/vte.c | 281 ++++++++++++++---------------- src/vteseq.c | 502 +++++++++++++++++++++++++++++------------------------- 3 files changed, 442 insertions(+), 408 deletions(-) commit aa5cd566746d98cdb89a50ec41fcfaf01494dd80 Author: Egmont Koblinger Date: Sat Nov 22 19:17:56 2014 +0100 emulation: Drop support for default/UTF-8 character set escape sequences https://bugzilla.gnome.org/show_bug.cgi?id=731208 src/vteseq-n.gperf | 4 ++-- src/vteseq.c | 15 --------------- 2 files changed, 2 insertions(+), 17 deletions(-) commit 02da6534a721f09619962ca24aa287b2a36bd630 Author: Egmont Koblinger Date: Sat Nov 22 19:16:56 2014 +0100 emulation: Drop ISO-2022 support https://bugzilla.gnome.org/show_bug.cgi?id=732586 src/Makefile.am | 38 +- src/caps.c | 10 +- src/interpret.c | 5 +- src/iso2022.c | 1700 +--------------------------------------------------- src/iso2022.h | 22 +- src/table.c | 7 +- src/vte-private.h | 13 +- src/vte.c | 139 +++-- src/vteseq-n.gperf | 10 +- src/vteseq.c | 60 +- 10 files changed, 187 insertions(+), 1817 deletions(-) commit 18d710a8ba9d546ad9a8e6135f4097c24f83d182 Author: Egmont Koblinger Date: Sat Nov 22 16:26:48 2014 +0100 emulation: Add support for C1 control codes https://bugzilla.gnome.org/show_bug.cgi?id=730154 src/matcher.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 430965a0bc372296555f859bcf56a358ea191507 Author: Paul Bolle Date: Sat Nov 22 15:45:19 2014 +0100 emulation: Add support for DECSCUSR (set cursor style) https://bugzilla.gnome.org/show_bug.cgi?id=720821 src/caps.c | 2 + src/vte-private.h | 33 +++++++++++++- src/vte.c | 127 +++++++++++++++++++++++++++++++++++++++++++---------- src/vteseq-n.gperf | 1 + src/vteseq.c | 28 ++++++++++++ 5 files changed, 167 insertions(+), 24 deletions(-) commit 447266e2925527f898d3e9d048db7cecd2397cb7 Author: Egmont Koblinger Date: Sat Nov 22 13:33:33 2014 +0100 widget: Fix installing the CJK ambiguous width property src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0a5ce7e493b9965f788351b271b4804753624e38 Author: Egmont Koblinger Date: Sat Nov 22 13:12:33 2014 +0100 widget: Draw attributes on box drawing characters https://bugzilla.gnome.org/show_bug.cgi?id=708195 src/box_drawing_generate.sh | 2 +- src/vte.c | 568 ++------------------------------------------ src/vtedraw.c | 478 +++++++++++++++++++++++++++++++++++++ 3 files changed, 501 insertions(+), 547 deletions(-) commit d3bbb4a543d43034c89bc9ca819154e2b58f3177 Author: Nick Stoughton Date: Sat Nov 22 13:07:07 2014 +0100 widget: Remove colon from word chars https://bugzilla.gnome.org/show_bug.cgi?id=727743#c8 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit be56dd13d7327a597202eedd70cde87a603c54e5 Author: Christian Persch Date: Wed Nov 19 22:00:23 2014 +0100 misc: Add functions to get the version at runtime src/vte.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteversion.h.in | 6 ++++++ 2 files changed, 60 insertions(+) commit ecf7e0dafb95702a14c2e57e96b397600ccfc85b Author: Egmont Koblinger Date: Mon Nov 17 12:19:16 2014 +0100 widget: Fix advance_tail if tail is not in the stream https://bugzilla.gnome.org/show_bug.cgi?id=738964 src/ring.c | 6 +++--- src/vtestream-file.h | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) commit a7419dd861f0021391cae784137bdff2a0714426 Author: Egmont Koblinger Date: Mon Nov 17 12:18:09 2014 +0100 build: Add a missing return value src/vtestream-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 19963440f9da89e2a3035c8a7488a92a244f22e3