commit 9f091e1865220ac01c3c575291bec02a051882ea Author: Christian Persch Date: Mon Mar 19 18:22:16 2012 +0100 Version 0.32.0 NEWS | 10 ++++++++++ configure.in | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 578c54755eac8906dedffe2fd09b7b40465a04f9 Author: Christian Persch Date: Sat Mar 10 16:51:11 2012 +0100 glade: Use correct gettext domain glade/vte.xml.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b1040ae9a4f4326dd30adcb62647e0930bdd196c Author: Christian Persch Date: Sat Mar 10 13:44:02 2012 +0100 glade: Fix library name https://bugzilla.gnome.org/show_bug.cgi?id=671760 configure.in | 1 + glade/Makefile.am | 5 ++--- glade/{vte.xml.in => vte.xml.in.in} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit ef34977b6765be1036ea8cd016861199033e2231 Author: Christian Persch Date: Fri Mar 9 17:06:14 2012 +0100 introspection: Fix annotation thinko https://bugzilla.gnome.org/show_bug.cgi?id=661716 src/vte.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 79793eeb430c60a774ff118192b249c6c06e4acc Author: Christian Persch Date: Thu Mar 8 22:15:54 2012 +0100 build: Install GIR and typelib into our prefix https://bugzilla.gnome.org/show_bug.cgi?id=648183 src/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 563963f2d9c47c0fc1763ae568dbeb97242ac581 Author: Evan Nemerson Date: Thu Mar 8 22:11:49 2012 +0100 build: Include pkg-config and include info in the GIR http://bugzilla-attachments.gnome.org/attachment.cgi?id=192742 src/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f4db3875fd08d246bf337d048845bd9b54c325f8 Author: Gert Michael Kulyk Date: Sun Mar 4 13:03:53 2012 +0100 Explicitly set GDK_SCROLL_MASK as recent gtk+ versions require it for scrolling to work Bug #671305. src/vte.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 116fe70d32c810ccd0bb226fc0c06c74e28db075 Author: Martin Pieuchot Date: Thu Mar 8 21:53:52 2012 +0100 pty: Support allocating PTYs through openpty on BSD Allows systems supporting the BSD openpty(3) utily function but not the Unix98 PTY function family (grantpt(3), unlockpt(3), ...) to allocate pseudo-tty without relying on the gnome-pty-helper. https://bugzilla.gnome.org/show_bug.cgi?id=670758 configure.in | 6 +++++- src/pty.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 2 deletions(-) commit be763b49aabc14fb48a5533a32645b6d88f31fbb Author: Markus Duft Date: Thu Mar 8 21:44:14 2012 +0100 build: Add fallback for round on interix configure.in | 2 +- src/vte.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletions(-) commit 8cff105a2b280ed738b296955724590b9cd348ce Author: Christian Persch Date: Thu Mar 8 21:38:13 2012 +0100 introspection: Add missing annotation https://bugzilla.gnome.org/show_bug.cgi?id=661716 src/vte.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bbfcc64b4f52c14b71c008a52b253d9fdc205fd5 Author: Alban Browaeys Date: Thu Mar 8 21:33:33 2012 +0100 build: Fix missing bracked configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f210e8be89b985102fe2af1dca846e699c2e6ca7 Author: Christian Persch Date: Thu Mar 8 21:29:20 2012 +0100 build: Disable warnings about non-portable constructs configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1272d8b979b4b1b579180b6c57fc7df4c3e405a6 Author: Vincent Untz Date: Fri Feb 24 11:28:38 2012 +0100 gnome-pty-helper: Respect SUID_CFLAGS and SUID_LDFLAGS This is a good way for distributors to use -fPIE/-pie when building vte. https://bugzilla.gnome.org/show_bug.cgi?id=670732 gnome-pty-helper/Makefile.am | 3 +++ gnome-pty-helper/configure.in | 5 +++++ 2 files changed, 8 insertions(+), 0 deletions(-) commit bdc6c05ec09872db755679aba1b39489094c3d05 Author: Christian Persch Date: Thu Feb 16 17:58:07 2012 +0100 build: Disable glib deprecation warnings Due to the GValueArray deprecation, deprecation warnings have become just too overwhelming. configure.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 841b29b09e826799984f63f4265ecd4558316743 Author: Christian Persch Date: Wed Feb 15 02:42:44 2012 +0100 Typo fix src/vte.gresource.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c0fbf94743d10c4cd26b8cbfc41067d38fe39f56 Author: Christian Persch Date: Wed Feb 15 02:15:56 2012 +0100 Fix argument order in odd API src/vtetc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c7cab4b852e4958e71207e90c16ea33d3d591967 Author: Christian Persch Date: Wed Feb 15 01:59:28 2012 +0100 Use a GResource for our default termcap configure.in | 24 ++++++++------- src/Makefile.am | 15 ++++++--- src/interpret.c | 10 ++++-- src/vte-private.h | 1 - src/vte.c | 44 ++++++---------------------- src/vte.gresource.xml.in | 22 ++++++++++++++ src/vtetc.c | 69 +++++++++++++++++++++++++++++++++++---------- src/vtetc.h | 2 +- termcaps/Makefile.am | 12 +------ 9 files changed, 117 insertions(+), 82 deletions(-)