[Xfce4-commits] [apps/mousepad] 03/04: updates for release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 13:48:45 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/mousepad.
commit 98f07819929533258eab863b8eadeb7e8207cddb
Author: Landry Breuil <landry at xfce.org>
Date: Sat Feb 28 13:38:13 2015 +0100
updates for release
---
NEWS | 23 +++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index b1dc310..b6291aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.4.0
+=====
+- Use GSettings to improve preference handling
+- A new preferences dialog exposing all preferences in the GUI
+- Implement config and GUI preferences for various GtkSourceView properties
+ such as:
+ * Highlighting the current line
+ * Match braces
+ * Indentation width control
+ * Right margin (long-line margin) column
+ * Showing/hiding of line numbers
+ * Smart home and end keys
+- Improved GUI configurability and state persistence, including:
+ * A toolbar for commonly used items
+ * Fullscreen support
+ * Main menu re-organization
+ * Improved editor context menu
+ * Improved single-instance multi-window support
+ * Remember and synchronize size, position, and state, across windows
+ and instances
+- Support for building against GTK+ 3
+- Various other improvements and bugs fixed
+
0.3.0
=====
Highlights:
diff --git a/configure.ac.in b/configure.ac.in
index dcc0573..6b18d2c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,11 +2,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([mousepad_version_major], [0])
-m4_define([mousepad_version_minor], [3])
+m4_define([mousepad_version_minor], [4])
m4_define([mousepad_version_micro], [0])
m4_define([mousepad_version_nano], []) dnl leave this empty to have no nano version
m4_define([mousepad_version_build], [@REVISION@])
-m4_define([mousepad_version_tag], [git])
+m4_define([mousepad_version_tag], [])
m4_define([mousepad_version], [mousepad_version_major().mousepad_version_minor().mousepad_version_micro()ifelse(mousepad_version_nano(), [], [], [.mousepad_version_nano()])ifelse(mousepad_version_tag(), [git], [mousepad_version_tag()-mousepad_version_build()], [mousepad_version_tag()])])
dnl *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list