[Xfce4-commits] <terminal:master> Updates for 0.4.3 release.
Nick Schermer
noreply at xfce.org
Thu Dec 10 15:46:01 CET 2009
Updating branch refs/heads/master
to 93422903d3c38ea75c015c08093b2584ed2572ed (commit)
from acf246c791908b83c4d0954b7a99b4cd19e98f64 (commit)
commit 93422903d3c38ea75c015c08093b2584ed2572ed
Author: Nick Schermer <nick at xfce.org>
Date: Thu Dec 10 15:40:47 2009 +0100
Updates for 0.4.3 release.
NEWS | 25 ++++++++++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 26 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index af96cd0..9797f88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.4.3
+=====
+- Make right/middle-click on tabs work when on all tab orientations
+ and when they are not packed as the first widget.
+- Token substitution in the initial title (%#, %d, %D and %w are
+ currently supported. See documentation for more information.
+- Install symlink in install-exec-hook hook (bug #5835).
+- Don't accept accelerators that are not accepted by Gtk (bug #3524).
+- Catch keybindings from previous and next tab when cycling is
+ disabled (bug #3715).
+- Build HTML documentation during make when compiling with
+ --enable-gen-doc and ship the HTML pages in the tarball.
+ See doc/README for more information.
+- Integrate in Gnome's default applications (bug #6020).
+- Handle window-resize requests (bug #6007).
+- Improve handling of invalid colors in the rc file.
+- Split option parsing in 2 stages to speed things up a bit and some
+ related improvement in the D-Bus code.
+- Don't show a warning when no config is found.
+- Only build ChangeLog in dist.
+- Translation updates (ja, lv, ca, ast, zh_CN, it, gl,
+
+
0.4.2
=====
- Fix broken background image when compositing is disabled (bug #5645).
@@ -343,7 +366,7 @@
0.1.7
=====
-- New icons for the preferences dialog by Francois Le
+- New icons for the preferences dialog by Francois Le
Clainche <fleclainche at wanadoo.fr>, available as PNG and
scalable images.
- Online documentation updated. All of Terminal is now documented.
diff --git a/configure.ac.in b/configure.ac.in
index 9671a26..defa904 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([terminal_version_major], [0])
m4_define([terminal_version_minor], [4])
-m4_define([terminal_version_micro], [2])
+m4_define([terminal_version_micro], [3])
m4_define([terminal_version_nano], [])
m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
m4_define([terminal_version_dbus], [3])
m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
More information about the Xfce4-commits
mailing list