5 Dnd loading: Loads to cursor, not indicated point.
9 Added Edit.xml file, which can be used as a feed for 0launch (Thomas Leonard).
13 Added tooltips for the GtkSourceView options (Thomas Leonard).
17 When gtksourceview is missing, shade those options and explain why they
18 don't work (Thomas Leonard).
22 When saving a file with no name, don't show Discard (Thomas Leonard).
27 Add GTK_SPELL_CHECK ToggleButton to toolbar when pygtkspell is available.
33 Increase indendation level after python statement (previous line ends with colon)
37 Updated Chinese translations (Babyfai Cheung).
42 Add missing marker.png image
46 Switch to basedir spec
54 New CLI option: -l (--line_number) -> jump to given line number at startup
58 Added Save toolbar button, renaming the old Save to Save As (Guido Schimmels).
65 Make Find minibuffer work like Firefox's.
66 Indent/unindent of blocks (select a block and tab/shift-tab)
67 Fix a warning when trying to undo too far and places the cursor
68 at the undo/redo point (so you can see what you are un/redoing).
72 Ken Hayber + Guido Schimmels:
74 Make <Untitled> translatable.
75 Prettify search/replace dialog with sizegroup.
76 Options.xml: move Toolbar frame at the end of Display section, remove Toolbar
77 section, line up Display->Colour->Foreground/Background in a hbox.
79 Use gtksourceview's undo/redo system (it groups edits together so
80 if you type a word and hit undo it kills the whole word at once).
81 Fix g.FALSE/TRUE deprecation warnings.
82 Fix a small bug/warning about self.dir not being defined in search.py.
83 Set the mime-type in the SaveBox from the file type if possible.
84 Add support for bookmarks (set, clear and jump to).
85 Make the search minibuffer work/look more like FireFox's search.
89 Updated Chinese translation (Babyfai Cheung).
93 Added support for GtkSourceView (Guido Schimmels, with some untested changes
99 Renamed 'Save' to 'Save As' for consistency with other systems (Thomas
104 Temporary fix for deprecation warnings with pygtk 2.6 (Stephen Watson).
108 Updated Chinese translation (Babyfai Cheung).
110 29-Jan-2005 (Release 1.9.7)
112 Added some unit tests for search and replace.
113 Bugfix: Search and Replace failed to correctly modify lines containing
114 non-ASCII characters (Thomas Leonard; reported by Arnaud Calvo).
118 Added Chinese translation (Babyfai Cheung).
122 Added option to toggle display of toolbar (requested by JoeHill).
124 18-Apr-2004 (Release 1.9.6)
126 Added Word Wrap menu item and toolbar toggle (Ken Hayber).
130 Added German translation (Guido Schimmels).
132 22-Feb-2004 (Release 1.9.5)
134 Record size and mtime of file when editing starts, so newer ROX-Libs can
135 warn about other applications editing the file.
139 Added French translation (Arnaud Calvo).
143 Option to turn word wrapping on and off (Ken Hayber).
147 Bugfix: Needed to 'import os' for Python 2.2 (Peter Geer).
149 14-Oct-2003 (Release 1.9.4)
151 Added toolbar icon for Show Changes.
152 Added line number display, which also shows details of the current selection,
153 if any (requested by Arnaud Calvo).
157 Added ability to bring up a diff of the changes to the saved version of the
162 Open menu on popup-menu signal (for keyboard users).
166 Added Spanish translation (Nicolás de la Torre).
170 Marked strings as translatable and added Italian translation (Roberto
175 Spanish translation of AppInfo (Nicolás de la Torre).
179 Added 'Messages' directory for translations (requested by Nicolás de la Torre).
183 Hide scrollbar when not in use.
185 23-Jul-2003 (Release 1.9.3)
187 Group actions for undo and redo.
188 Removed Process minibuffer.
189 Cope slightly better with binary data.
193 Added Search-and-Replace toolbar button. Added section on search and replace
195 Added Spacing section to the options box, to control the line spacings,
200 Support older versions of pygtk (reported by Alastair Porter).
202 19-Jul-2003 (Release 1.9.2)
204 Added stock items to menus.
205 Added menu items for Cut, Copy and Paste.
206 Added Search and Replace.
207 Added automatic indentation feature (on by default).
211 Added italian translation in AppInfo.xml (Yuri Bongiorno)
213 16-May-2003 (Release 1.9.1)
215 New icon (Geoff Youngs).
219 Upgraded to cope with pygtk-1.99.15.
223 Fixed problem with wheel mouse scrolling (Stuart Langridge).
227 Make wheel mouse scrolling work (requested by Albert Wagner).
231 Fix warning message when opening minibuffer (reported by joehill).
233 02-Sep-2002 (Release 1.9.0)
235 Process minibuffer defaults to previous command.
239 Added process minibuffer.
243 Preserve permissions when saving.
247 When importing non-UTF8 text, allow the user to select an encoding to use.