commit e6e97b2ca4f11851d55d4a26f7645d5f38f53b7b
Author: Christian Persch <[email protected]>
Date:   Mon Mar 17 22:28:35 2014 +0100

   Version 0.35.90

NEWS | 9 +++++++++
1 file changed, 9 insertions(+)

commit 56ab1baaa64f2a23f25450c8682b6693c9b0329a
Author: Egmont Koblinger <[email protected]>
Date:   Mon Mar 17 21:59:14 2014 +0100

   widget: Nicer box drawing characters

   Fixes problems with the hollow box drawing characters.

   https://bugzilla.gnome.org/show_bug.cgi?id=709556

src/Makefile.am             |  12 +-
src/box_drawing.txt         | 768 ++++++++++++++++++++++++++++++++++++++++++++
src/box_drawing_generate.sh |  70 ++++
src/vte.c                   | 474 ++++++---------------------
4 files changed, 944 insertions(+), 380 deletions(-)

commit 56090d8d95e51df47c59f9410416932cfd111cec
Author: Christian Persch <[email protected]>
Date:   Mon Mar 17 21:59:03 2014 +0100

   build: Version bump

configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit ebd86b75eea99a866405e0bc29eeefd75ba3fe09
Author: Christian Persch <[email protected]>
Date:   Mon Mar 17 19:51:12 2014 +0100

   build: Fix log domain

src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit d7e3749cdfee5d57d49bb508b05b8691b6799982
Author: Egmont Koblinger <[email protected]>
Date:   Mon Mar 17 14:39:51 2014 +0100

   widget: Do not intercept Ctrl+F1

   https://bugzilla.gnome.org/show_bug.cgi?id=726438

src/vte.c | 4 ++++
1 file changed, 4 insertions(+)

commit 2856a4ee3e7bf4e1b9fcdcd934bd7349eec6a2f2
Author: Egmont Koblinger <[email protected]>
Date:   Mon Mar 17 14:23:13 2014 +0100

   perf: Add scripts to EXTRA_DIST

perf/Makefile.am | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

commit 9f2a88cc03543c2c37a896309f61c333766647ee
Author: Egmont Koblinger <[email protected]>
Date:   Sun Mar 16 15:53:19 2014 +0100

   build: Use consistent version check for smooth scroll

src/vte.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 0941913e97e436f262e9f711ad7516122c94b364
Author: Egmont Koblinger <[email protected]>
Date:   Sun Mar 16 15:53:03 2014 +0100

   build: Remove vte-gtk-compat

src/Makefile.am      |  1 -
src/vte-gtk-compat.h | 48 -----------------------------------------------
src/vte.c            | 53 ++++++++++++++++++++++++++++++----------------------
src/vteaccess.c      |  1 -
src/vtebg.c          |  1 -
src/vtedraw.c        |  2 +-
src/vtedraw.h        |  3 +--
7 files changed, 33 insertions(+), 76 deletions(-)

commit 1d1e56ccc3c8fc2b844e7c93e0471660a94928b1
Author: Egmont Koblinger <[email protected]>
Date:   Sun Mar 16 15:52:19 2014 +0100

   build: Clean up legacy signal creation leftovers

src/vte.c | 496 +++++++++++++++++++++++++++++---------------------------------
1 file changed, 232 insertions(+), 264 deletions(-)

commit b2f3b5a6eb5cae73bee1f116c6fd558f7314bfb4
Author: Egmont Koblinger <[email protected]>
Date:   Sun Mar 16 15:51:58 2014 +0100

   build: Clean up gdk keysym names

src/iso2022.c | 192 ++++++++++++++-------------
src/keymap.c  | 416 +++++++++++++++++++++++++++++-----------------------------
src/vte.c     | 104 +++++++--------
3 files changed, 353 insertions(+), 359 deletions(-)

commit 663cb18068c11502acd41ad6adaf94891868fd7e
Author: Egmont Koblinger <[email protected]>
Date:   Sun Mar 16 15:51:03 2014 +0100

   build: Remove gtk2 leftover code

src/iso2022.c        |   5 --
src/keymap.c         |   5 --
src/reflect.c        |   8 --
src/vte-gtk-compat.h |  32 --------
src/vte-private.h    |   4 -
src/vte.c            | 212 +--------------------------------------------------
src/vte.h            |  63 ---------------
src/vteapp.c         |  15 +---
src/vtebg.c          |   5 --
src/vtedeprecated.h  |   2 -
10 files changed, 4 insertions(+), 347 deletions(-)

commit 9c9a0fcf80d6b55f4afb0de1ac474d3cb7b1b99c
Author: Egmont Koblinger <[email protected]>
Date:   Sat Mar 15 15:27:16 2014 +0100

   emulation: Add support for OSC 19/119 (highlight fg color) and corresponding API

   https://bugzilla.gnome.org/show_bug.cgi?id=725974

src/vte.c          | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++----
src/vte.h          |  4 +++
src/vterowdata.h   |  7 ++---
src/vteseq-n.gperf |  6 ++---
src/vteseq.c       | 23 +++++++++++++++++
5 files changed, 104 insertions(+), 11 deletions(-)

commit 3c915ee012c0d25b376be0ba4e0037b67f7beebe
Author: Egmont Koblinger <[email protected]>
Date:   Sat Mar 15 15:22:51 2014 +0100

   emulation: Use more consistent and verbose names for special purpose colors

   https://bugzilla.gnome.org/show_bug.cgi?id=725974

src/vte.c        | 72 ++++++++++++++++++++++++++++----------------------------
src/vterowdata.h | 12 +++++-----
src/vteseq.c     | 40 +++++++++++++++----------------
3 files changed, 62 insertions(+), 62 deletions(-)

commit be8407dbc4c669cd5c00c9ab95ade40e3b94e46d
Author: Egmont Koblinger <[email protected]>
Date:   Mon Mar 3 13:41:38 2014 +0100

   build: Fix many compiler warnings

src/pty.c       |  6 ------
src/slowcat.c   |  2 +-
src/vte.c       | 51 +++++++++------------------------------------------
src/vteaccess.c |  5 -----
src/vteapp.c    |  5 -----
src/vteconv.c   |  3 ---
src/vteseq.c    |  8 ++------
7 files changed, 12 insertions(+), 68 deletions(-)

commit e102da687242aa0820225e4fe47b84869229fb63
Author: Michal Sojka <[email protected]>
Date:   Mon Mar 3 11:50:38 2014 +0100

   prompt: Make zsh hook to precmd.

   Previously used chpwd hook caused the escape sequence to be printed when
   it shouldn't be printed. For example, when user wanted to list files in
   a directory with "(cd dir; find) > list.txt", list.txt contained not
   only the files but also the VTE escape sequence.

   This patch changes the hook to precmd, which is invoked before
   displaying prompt. This is the same "hook" that is used in bash.

   https://bugzilla.gnome.org/show_bug.cgi?id=724982

src/vte.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 2af14ef99eb244e9fc84a80b4b64014d4299465a
Author: Christian Persch <[email protected]>
Date:   Tue Feb 18 21:59:22 2014 +0100

   Post release version bump

configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)