[Xfce4-commits] <mousepad:master> * TODO, NEWS: Update the current status of the rewrite. * Mousepad.desktop.in.in: Add MimeType and improve Categories. * Initial import of my Mousepad rewrite.

Nick Schermer noreply at xfce.org
Sat May 5 21:30:03 CEST 2012


Updating branch refs/heads/master
         to 62dbff28f0cd78e96933a78c979ef3109a5a43ba (commit)
       from 8a402ec2206b15649d4bc1a50621d3a52f11dd2b (commit)

commit 62dbff28f0cd78e96933a78c979ef3109a5a43ba
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Feb 27 17:20:46 2007 +0000

    	* TODO, NEWS: Update the current status of the rewrite.
    	* Mousepad.desktop.in.in: Add MimeType and improve Categories.
    	* Initial import of my Mousepad rewrite.
    
    (Old svn revision: 25037)

 ChangeLog              |    8 ++++++++
 Mousepad.desktop.in.in |    4 ++--
 NEWS                   |    2 +-
 TODO                   |    6 +++---
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e69de29..93808dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,8 @@
+2007-02-17	Nick Schermer <nick at xfce.org>
+
+	* TODO, NEWS: Update the current status of the rewrite.
+	* Mousepad.desktop.in.in: Add MimeType and improve Categories.
+
+2007-02-17	Nick Schermer <nick at xfce.org>
+
+	* Initial import of my Mousepad rewrite.
diff --git a/Mousepad.desktop.in.in b/Mousepad.desktop.in.in
index 875f1b7..e7ae985 100644
--- a/Mousepad.desktop.in.in
+++ b/Mousepad.desktop.in.in
@@ -9,5 +9,5 @@ Icon=Mousepad
 Terminal=false
 StartupNotify=true
 Type=Application
-Categories=Application;Office;
-
+Categories=Application;Utility;TextEditor;GTK;
+MimeType=text/plain
diff --git a/NEWS b/NEWS
index 4109058..76ba3a4 100644
--- a/NEWS
+++ b/NEWS
@@ -26,4 +26,4 @@ Bug that can be closed:
 
 Bug that won't be fixed:
   956  - Xfce About dialog. This allows us to depend on libxfcegui4 for one
-         dialog, so we're going to do that and use the Gtk about dialog.
+         dialog, so we're not going to do that and use the Gtk about dialog.
diff --git a/TODO b/TODO
index a6464bb..da149dc 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
 - Interface
-  - Implement the Go menu and acceleartors.
   - Dialog when closing multiple (modified) tabs.
   - Statusbar (not a priority).
   - Right-click menu for the tab label.
-  - Credits dialog.
   - Change tabs position.
+  - Tab font color when the file is modified or readonly.
+  - Clear the recent history.
 
 - Text View
   - Search and Replace. Maybe also text highlighting.
@@ -18,7 +18,7 @@
 
 - Other
   - Implement Gtk print support.
-  - Maybe add support for gtksourceview and/or gtkspell.
+  - Maybe add support for gtksourceview and/or gtkspell (not a priority).
 
 - Testing
   - Profiling the startup time.


More information about the Xfce4-commits mailing list