commit 49cacf86a2930cadf1fef5913b40c697797cbdea
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Fri Oct 12 22:00:03 2012 +0200

    emulation: End selection mode misses Shift release
    
    When shift was released before the mouse button, we were not ending the selection.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683730

 src/vte.c | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

commit 34199b9242c47eb9dd55d6cf8a8ae623f3d7a349
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Fri Oct 12 21:49:40 2012 +0200

    emulation: Don't report shift-left-button release
    
    In case selection is deferred until the threshold is exceeded, we still need
    to consume the event so that we don't report a button release event to the app.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683729

 src/vte.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit e2b6be983a31446ba6150ddc3ca7dfa105bca7b2
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Tue Aug 21 00:33:26 2012 +0200

    emulation: Support xterm extended mouse tracking mode
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681329

 src/Makefile.am   |  4 +--
 src/mev.c         | 28 ++++++++++++++++++-
 src/vte-private.h |  1 +
 src/vte.c         | 80 +++++++++++++++++++++++++------------------------------
 src/vteseq.c      |  5 ++++
 5 files changed, 71 insertions(+), 47 deletions(-)

commit c396ff7573514db04e2cd66f0365e049adcd429c
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Oct 8 21:58:14 2012 +0200

    keymap: Simplify debug code
    
    Remove the autogenerated keysyms.c and just use gdk_keyval_name().
    
    Conflicts:
    	src/Makefile.am

 src/Makefile.am   |    2 -
 src/genkeysyms.py |   27 --
 src/keymap.c      |   16 +-
 src/keysyms.c     | 1254 -----------------------------------------------------
 4 files changed, 4 insertions(+), 1295 deletions(-)

commit ad68297cb8792c5f2927ccac44014507ff310da2
Author: Patrick Niklaus <patrick.niklaus@student.kit.edu>
Date:   Fri Oct 5 01:40:28 2012 +0200

    emulation: Support italic text
    
    The escape sequence SGR 3 for italic text is now recognised and supported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685223

 src/vte.c        |  67 +++++++++++++++-----------
 src/vtedraw.c    | 140 ++++++++++++++++++++++++++++++++++++++-----------------
 src/vtedraw.h    |  17 ++++---
 src/vterowdata.h |   9 ++--
 src/vteseq.c     |   6 +++
 5 files changed, 158 insertions(+), 81 deletions(-)

commit b115c693967bdae09ea3b85ce510a6cc75898595
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Sep 16 19:14:36 2012 +0200

    Post release version bump

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