commit 45fd45ff5c4ea0d58c8cf32cfd03d7b556bb9dc8 Author: Christian Persch Date: Mon Nov 21 14:47:38 2011 +0100 Version 0.31.0 NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 9fc22089b05cfe6c47ae8e8059a4092fa6933edc Author: Christian Persch Date: Fri Nov 18 13:22:19 2011 +0100 build: Add more compiler warnings (cherry picked from commit 5146e22b60cbbba25e432ee8b3e08533efae65e6) configure.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 568e2488f58dd6df9d8f8c542f112e15955d1261 Author: Christian Persch Date: Mon Oct 31 14:02:28 2011 +0100 build: Use better autoconf macros to detect compiler flags support This fixes these autoconf warnings: Running aclocal-1.11... configure.in:195: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... configure.in:140: VTE_CC_TRY_FLAG is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.in:195: the top level [etc] Should also fix detection of non-support for -fno-common in sun cc, https://bugzilla.gnome.org/show_bug.cgi?id=616001 . (cherry picked from commit e22660067676aff41db5dfc2948b603ee1f2b8c5) Makefile.am | 2 +- acinclude.m4 | 319 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 152 +++++----------------------- 3 files changed, 346 insertions(+), 127 deletions(-) commit 60e0ce9ff6b27787c47c266e779d80e3389babe9 Author: Egmont Koblinger Date: Wed Nov 9 22:47:37 2011 +0100 Add urxvt extended mouse tracking mode support https://bugzilla.gnome.org/show_bug.cgi?id=662423 src/vte-private.h | 1 + src/vte.c | 58 +++++++++++++++++++++++++++++++++------------------- src/vteseq.c | 5 ++++ 3 files changed, 43 insertions(+), 21 deletions(-) commit 70128abf00fba026d85e92b1e47c0b2d69270f16 Author: Brian Cameron Date: Sun Oct 30 19:10:16 2011 +0100 Fix build with sun's cc https://bugzilla.gnome.org/show_bug.cgi?id=661121 src/vte.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f91e8adbbdee5dccf61fc594c58b954d12bb0356 Author: Dan Winship Date: Fri Jul 15 13:36:45 2011 -0400 vte: use gtk_drag_check_threshold() When processing motion events, don't start selecting until the pointer has moved at least the gtk drag threshold distance. Fixes the problem where, when clicking to select a terminal, you often end up selecting a bit of text where you clicked, which is especially annoying when you were planning to middle-button-paste something from another window. https://bugzilla.gnome.org/show_bug.cgi?id=654691 src/vte-private.h | 1 + src/vte.c | 34 ++++++++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 8 deletions(-) commit 0870312c122b55f64b41390f4315b09d338c6556 Author: Young-Ho Cha Date: Fri Oct 28 14:10:03 2011 +0200 Add runtime check for X11 display https://bugzilla.gnome.org/show_bug.cgi?id=660151 src/vtebg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 62f9f45839e9c79b255c02f9d893c4898de00187 Author: Evan Nemerson Date: Wed Jul 27 03:18:37 2011 -0700 Add missing (closure) annotation on VteSelectionFunc Fixes #655405. src/vte.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e68cfbac308e98d704fbca579bab53998904c7ad Author: Christian Persch Date: Thu Oct 27 23:10:56 2011 +0200 Don't override the widget background colour The comment was inaccurate; we always do draw the background colour even when the background mode is NONE. Removing the colour override makes theme colours working again in gnome-terminal's gsettings branch. src/vte.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit e6a83f6175c2865385c80deec1f7ed79650f7d58 Author: Christian Persch Date: Thu Oct 27 23:09:31 2011 +0200 Use to GtkStyleContext ... instead of the obsolete GtkStyle. src/vte.c | 29 +++++++++++++---------------- 1 files changed, 13 insertions(+), 16 deletions(-) commit f1b028951c2b79b4f01d39a2bfda1f039ba0760d Author: Christian Persch Date: Thu Oct 27 23:12:28 2011 +0200 Post branch version bump configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4b3faee73939770d035d88bb575393f31f62ec78 Author: Christian Persch Date: Mon Oct 17 13:14:58 2011 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)