summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog83
1 files changed, 83 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bca7c0b..473c67e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2010-02-04 Rostagno Jose <joserostagno at hotmail.com>
+ * Fixed Bug - GTKScintilla Completely migrated from old GtkObject implementation to Gobject.
+ * Fixed Bug - Delete duplicated function to load window icon.
+ * Fixed Bug - if nothing is selected the function open selected tries to open a
+folder
+ * New Feature - could change toolbar icon sizes
+ * Fixed Bug - Only open text based mimetypes.
+ * Fixed Bug - Update spanish translation.
+ * Fixed Bug - Class browser does not take you to function definitions (sr #106646)
+ * New Feature - keypress event in folder browser
+ * New Feature - folderbrowser Drag and Drop handling
+ * New Feature - Implement C/C++ Hightligthing
+ * New Feature - Implement C/C++ Folding
+ * Fixed Bug - Default preferences wasn't load corrrectly
+ * Fixed Bug - The background colour seems to have become black.
+ * Fixed Bug - Incorrect color when change color from preferences dialog.
+
+2010-01-12 Rostagno Jose <joserostagno at hotmail.com>
+ * New Feature - Folderbrowser
+ * New Feature - Current zoom level in statusbar
+ * Fixed Bug - PHP files filter, now uses php file extensions from preferences
+ * New feature - ToUpper, ToLower function
+ * New Feature - Toolbar and menu items disabled on TAB_HELP and read-only files
+ * Fixed Bug - Code cleanup remove deprecated GDK,GTK and GLIB macros and functions
+ * Fixed Bug - Loading http and https uris from command line
+ * Fixed Bug - Take out libgnome,libgnomeui,libbonobo and libbonoboui dependencies
+ * Fixed Bug - Open files across smb gvfs fails (sr #107099)
+
+2010-01-07 Rostagno Jose <joserostagno at hotmail.com>
+ * New Feature - Fullscreen mode support (sr #106708)
+ * New Feature - Added clean button to incremental search and goto gtkentry
+ * New Feature - Toolbar, statusbar and sidepanel show/hide toglebutton
+ * Fixed Bug - Toolbars donot extend till window border. (sr #106647)
+ * Fixed Bug - gnome-config replaced by Gconf
+ * Fixed Bug - gnome-dialog replaced by Gtkdialog
+ * Fixed Bug - gnome-vfs replaced by GIO/GVFS
+
+2009-11-28 Rostagno Jose <joserostagno at hotmail.com>
+ * New Feature - Added Bookmarks
+ * Fixed Bug - Remove gtkhtml2 dependency, now uses webkit.
+
+2009-11-27 Rostagno Jose <joserostagno at hotmail.com>
+
+ * Updated toolbar code with the new gtk+ functions
+ * New Feature - Added indent/unindent buttons to the main toolbar
+ * New Feature - Added zoom-in/zoom-out buttons to the main toolbar and menu
+ * Fixed bug - The last line of text block is not indented.
+ * New Feature - Added file filters to the open file dialog
+ * Fixed Bug - Highlight colour in ubuntu.
+ Bug reported at https://bugs.launchpad.net/ubuntu/+source/gphpedit/+bug/73310
+ * Added a close button [x] for side bar
+
+2009-12-11 Anish A <[email protected]>
+ * Fixed tab fold bug ( bug# 107084)
+
+2009-02-22 Anoop John <anoop.john at zyxware.com>
+
+ * Moved gphpedit sources to GPLv3
+
+2009-02-09 Anoop John <anoop.john at zyxware.com>
+
+ * Added a close button [x] for each tab
+
+2009-02-08 Anoop John <anoop.john at zyxware.com>
+
+ * Fixed crash on incremental search while in help tab.
+ Bug reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304207
+
+2009-02-07 Anoop John <anoop.john at zyxware.com>
+
+ * Fixed bug - Nowdoc and heredoc tokens were ruining syntax
+ highlighting. Corrected to handle these tokens properly.
+ * Fixed bug - incorrect tool tips that were being shown
+ with partial matches with php function names. Modified to
+ show tooltip only for full match
+ * New Feature - Sorted list of class browser functions. The
+ classbrowser functions were not listed in alphabetical
+ order. This has been changed to alphabetical listing.
+ * New Feature - Added the ability to restrict the classbrowser
+ function listing for only the current tab.
+ * Corrected incorrect highlighting of braces, bug reported at
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303798
+
2009-01-18 Anoop John <anoop.john at zyxware.com>
* Added GPL notices correctly in source files