commit 51a75752f3df876c4a96b6f9030ebc79afbf6c6a Author: Christian Persch Date: Mon Oct 18 16:03:17 2010 +0200 Add cast to fix compiler warning src/vteapp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5278c3f3f0cdc5bfa741a5b5579d5da2aeda0079 Author: Christian Persch Date: Mon Oct 18 16:02:08 2010 +0200 Version 0.27.1 NEWS | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 80676b14ddc84ea28571501ec78fd9fc885446b8 Author: Christian Persch Date: Sat Oct 16 00:02:07 2010 +0200 Plug refcount leak The leaked VtePty leaked FDs, too. Bug #632257. src/vte.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2944c2ac799a8c73f488d83ab5912936f6a0f766 Author: Gintautas Miliauskas Date: Wed Oct 13 16:10:24 2010 +0300 Updated Lithuanian translation. po/lt.po | 113 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 50 insertions(+), 63 deletions(-) commit 7d0eb2ff215709712d80577521a22979490126e5 Author: Owen W. Taylor Date: Mon Oct 11 13:22:31 2010 -0400 Report correct minimum/natural sizes for GTK+ 3 In GTK+ 3, the hack of reporting the current size of the terminal as its minimum size breaks down because GTK+ 3 will never allocate a widget smaller than its minimum size. However, in GTK+ 3 it's possible to report separate minimum and natural sizes, so we should just report a minimum size of 1x1 character and a natural size of the current size. This requires a change in vteapp.c to make the window start off at the right size. https://bugzilla.gnome.org/show_bug.cgi?id=631903 src/vte.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteapp.c | 10 ++++++++ 2 files changed, 77 insertions(+), 0 deletions(-) commit 552cfed9ad796ee8ea34b0182aa63a2a5e7abfb3 Author: Changwoo Ryu Date: Sat Oct 9 08:33:01 2010 +0900 Updated Korean translation po/ko.po | 66 ++++++++++++++++++------------------------------------------- 1 files changed, 20 insertions(+), 46 deletions(-) commit e5fd6c3cda63cad2e3d7af8728a168b90eb009dc Author: Tomeu Vizoso Date: Thu Oct 7 12:57:45 2010 +0200 Pass the correct TERM value inside envp when spawning So the codepaths that end up invoking execve still have the correct TERM entry. Clarify the effect of vte_pty_set_term(). https://bugzilla.gnome.org/show_bug.cgi?id=631589 src/pty.c | 19 ++++++++----------- src/vte.c | 32 ++------------------------------ 2 files changed, 10 insertions(+), 41 deletions(-) commit 89336f820dabf3d0ae2f55d76d4af4c70c3004f6 Author: Christian Persch Date: Tue Oct 5 16:34:54 2010 +0200 Don't install the test programmes and scripts src/Makefile.am | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 89cb5538c3d1a7b825faa78f23106ee957442dee Author: Christian Persch Date: Tue Oct 5 00:40:52 2010 +0200 Vary termcap file into for gtk2/3 builds src/Makefile.am | 3 ++- src/interpret.c | 3 +-- src/vte.c | 9 +++++---- termcaps/Makefile.am | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) commit 89c61bb589eb99a7f70f96f0550fdda4e3151706 Author: Christian Persch Date: Mon Oct 4 14:16:04 2010 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)