commit 90fbbbf604790c9969e4703fbfe00ee3b8f4877d
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Sep 17 00:06:29 2013 +0200

    Version 0.34.8

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

commit e34b2bbe28261e11d99f052bddfd830a8c330411
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Mon Sep 16 23:39:46 2013 +0200

    emulation: Make extended fore/background colour handling more xterm-like
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616436

 src/vte-private.h | 11 ++++++---
 src/vte.c         | 39 +++++++------------------------
 src/vteseq.c      | 70 +++++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 76 insertions(+), 44 deletions(-)

commit e0fdec86f735b6fd87e911c16ef166dfe0693bc9
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Sep 16 23:09:10 2013 +0200

    vteapp: Disable transparency by default
    
    This is actually a bug in the vte widget, which should only use bg_opacity
    when bg_transparent is TRUE, but since this feature is deprecated anyway,
    there's no point wasting any time fixing this in the widget.

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

commit ba74252d91898e5e03e16daa888d09797ac274fd
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Sep 16 23:02:09 2013 +0200

    widget: Fix sizeof error in memset
    
    vte.c: In function 'vte_terminal_reset':
    vte.c:14135:16: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess]
              sizeof(&pvt->selection_origin));
                     ^

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

commit 75b06e0b5fff57e8be8d6b61b97b687291f92478
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Mon Sep 16 22:53:24 2013 +0200

    drawing: Interrupt attribute runs at graphic characters
    
    Graphic characters are drawn individually and directly, so they should interrupt
    a run of cells of the same attributes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707221

 src/vte.c | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

commit c8b374c41f2df26d8eb5bd79517017f9f0d9f2d0
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Sep 12 19:14:35 2013 +0200

    drawing: Guard against pathological fonts

 src/vtedraw.c | 3 +++
 1 file changed, 3 insertions(+)

commit 237916cbc53dad24cb63f8a6c0041634f5f8885f
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Aug 29 16:01:43 2013 -0600

    Updated Irish translation

 po/ga.po | 51 ++++++++++++++++++++++-----------------------------
 1 file changed, 22 insertions(+), 29 deletions(-)

commit 6163192e074fb5abcc28f6a935e9d69ad1c16e88
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Jul 31 13:36:19 2013 +0200

    widget: Finish deprecation
    
    Remove duplicate declarations, and add G_GNUC_DEPRECATED attributes.

 src/vte.h           | 13 -------------
 src/vtedeprecated.h | 16 ++++++++--------
 2 files changed, 8 insertions(+), 21 deletions(-)

commit 2da7058c57fd27bb8a8955b50a7a5b2ae8e6d50f
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jul 30 15:29:48 2013 +0200

    widget: Deprecate some unused functions
    
    We don't use these in g-t anymore, and they're already gone from -next, so
    deprecate them here too.

 doc/reference/vte-sections.txt | 18 ++++++++++--------
 src/vte.c                      | 28 ++++++++++++++++++++++++++++
 src/vtedeprecated.h            | 13 +++++++++++++
 3 files changed, 51 insertions(+), 8 deletions(-)

commit 32b17c32e986e8cf7a850bc0b5d44fe73552fd5d
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jul 30 15:33:11 2013 +0200

    build: Update git.mk from upstream

 git.mk | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 142 insertions(+), 35 deletions(-)

commit 1515ea1e38777d14875aac851129046cae684f5e
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jul 30 15:31:39 2013 +0200

    build: Move configure.in to .ac

 configure.in => configure.ac | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 0062b25d84cd86f04525059d1bfa1ee186acf140
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jul 30 15:31:26 2013 +0200

    build: Use autoreconf directly

 autogen.sh | 31 +++++++++----------------------
 1 file changed, 9 insertions(+), 22 deletions(-)

commit b9c509bb5d67d188e7069b39618b210a264686a0
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Jul 7 13:05:09 2013 +0200

    Post release version bump

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