[Xfce4-commits] <mousepad:matt/gtksourceview> Update a few documentation files.

Matthew Brush noreply at xfce.org
Fri Oct 7 14:56:04 CEST 2011


Updating branch refs/heads/matt/gtksourceview
         to adf4ea822a98376362f812ae1ff6488148218380 (commit)
       from ab93fe61fe7317e61ee6ec804e3d266bc1e50980 (commit)

commit adf4ea822a98376362f812ae1ff6488148218380
Author: Matthew Brush <matt at xfce.org>
Date:   Fri Oct 7 03:24:38 2011 -0700

    Update a few documentation files.

 AUTHORS |    1 +
 NEWS    |   18 +++++++++++++++---
 README  |    1 +
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index e39278b..fefc28d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
 Erik Harrison <erikharrison at xfce.org>
 Nick Schermer <nick at xfce.org>
 Benedikt Meurer <benny at xfce.org>
+Matthew Brush <matt at xfce.org>
diff --git a/NEWS b/NEWS
index dcfac04..b1dc310 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,11 @@ Highlights:
     - Run multiple windows in one instance. We also invoke a running
       instance with DBus (optional), this is needed for tab DND between
       windows.
-    - Support for multiple tabs in one window.
+    - Drag and Drop support for text inside a document, between tabs and
+      between windows.  Also supports opening a file by dragging it into
+      the window.
+    - Support for multiple tabs in one window which are both reorderable
+      and detachable.
     - Load multiple files at once from both the open dialog and the command
       line.
     - Type-ahead find and highlight feature like Firefox.
@@ -14,9 +18,11 @@ Highlights:
     - Reimplemented recent file support. You can cleanup the Mousepad history
       and a file is removed from the history when Mousepad was unable to open
       it.
+    - Syntax highlighting of many filetypes (including printing).
     - Various hidden settings.
-    - Statusbar with cursor location and whether overwrite is actived.
-    - Mousepad depends on GTK+ 2.10.
+    - Statusbar with filetype, cursor location and whether overwrite is
+      actived.
+    - Mousepad depends on GTK+ 2.20.
 
 Bug fixes:
     - Save button is now default response in the dialog (Bug #2941).
@@ -28,3 +34,9 @@ Bug fixes:
     - The MousepadPreferences object uses XfceRc for saving the
       settings (Bug #2786).
     - No segfault when there is no rc file (Bug #2784).
+    - Support syntax highlighting using GtkSourceView (Bug #3228 & #5803).
+    - Proper Drag and Drop support (Bug #2055).
+    - Fix recent files support (Bug #5635, #3850 & #7890).
+    - Use GTK+ printing (Bug #4477).
+    - Settings saved in Find (and Replace) dialogs (Bug #7246).
+    - No deprecated dependencies (Bug #7259).
diff --git a/README b/README
index 839b458..92fa148 100644
--- a/README
+++ b/README
@@ -23,6 +23,7 @@ Mousepad depends on the following packages:
 
  - Gtk+ 2.10.0 or above
  - Libxfce4util 4.4.0 or above
+ - GtkSourceView 2.2.2 or above
 
 The following packages are optional:
 


More information about the Xfce4-commits mailing list