commit 8450ba88fd6198192074ee42ba4f3a58f34ed925 Author: Debarshi Ray Date: Mon May 12 18:58:26 2014 +0200 widget: Update background when opacity is changed https://bugzilla.gnome.org/show_bug.cgi?id=730023 src/vte.c | 1 + 1 file changed, 1 insertion(+) commit 47b7bb7457ded44f43c69488595e379a602de46d Author: Debarshi Ray Date: Fri May 9 19:43:55 2014 +0200 vteapp: Unbreak transparency Mark the window as app-paintable. Otherwise GTK+ will try to optimize by setting an opaque region for the whole window (gtk+ 3c2c3ab6). https://bugzilla.gnome.org/show_bug.cgi?id=729884 src/vteapp.c | 1 + 1 file changed, 1 insertion(+) commit 0117dcd74c804e37c93bdf99f29207b5e786a46b Author: Egmont Koblinger Date: Tue May 6 13:24:46 2014 +0200 emulation: Change bracketed paste mode to per-terminal https://bugzilla.gnome.org/show_bug.cgi?id=729533 (cherry picked from commit 07a3f97381112dad889b99211ce655b84858ed66) src/vte-private.h | 2 +- src/vte.c | 8 ++++---- src/vteseq.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit b64481e9ad51b49bbbbcbf603582ec66a4a3a5f6 Author: Christian Persch Date: Sun Apr 27 10:13:41 2014 +0200 docs: Fix licence header The library is LGPL, and the docs include the docs comments from the library sources, so it's logical that the docs licence should be LGPL too. The docs already said so in the text, but the licence header in the comments said GFDL. Since I'm the only one who's contributed to the xml file itself, I just changed this to LGPL, too. https://bugzilla.gnome.org/show_bug.cgi?id=728795 (cherry picked from commit 957a85b11750362a265526d63ca1423ae453cf3b) doc/reference/vte-docs.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) commit 863bb1c607efbbebfad58316f106503ee0e389dc Author: Christian Persch Date: Sat Apr 26 17:50:57 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)