8 Update Chinese Translations
11 Work around change in Python 2.5
15 Name required Python modules in help text
16 Now that the search minibuffer doesn't show the current search direction, changing direction
17 When loading a file by drag and drop, load to the place the user dropped the file, not to the cursor (Thomas Leonard and Ken Hayber)
18 Dragging to the toolbar opens the file in a new window instead of inserting it (Ken Hayber and Thomas Leonard)
19 Added 'Search Again' function (Thomas Leonard and Ken Hayber)
21 Aim for a default width of around 100 characters (suggested by Tristan)
22 Updated Spanish translation (Juan Carlos Jiménez)
23 If turning on spell checking doesn't work, report the error
24 Make Edit work without gtksourceview again (Guido Schimmels)
25 Updated local Zero Install interface to newer format
26 Updated tests to use Python2.4 and to specify the encoding
27 Set the transient_for hint on saveboxes (Thomas Leonard)
28 Fix for Python 2.6: "with" is now a keyword
29 Allow releasing using 0release
30 Allow running unit-tests with 0test
33 Version 2.0 and before
38 Added 'Search Again' function (Thomas Leonard and Ken Hayber).
39 Pressing Return during a search now closes the minibuffer; use
40 the down arrow to get to the next match (Thomas Leonard).
41 Bugfix: The goto minibuffer would no longer close (Thomas Leonard).
45 Now that the search minibuffer doesn't show the current search
46 direction, changing direction automatically moves to the next match
48 Pressing Escape always closes the minibuffer, even if the focus isn't in
50 When loading a file by drag and drop, load to the place the user
51 dropped the file, not to the cursor (Thomas Leonard and Ken Hayber).
52 Dragging to the toolbar opens the file in a new window instead of
53 inserting it (Ken Hayber and Thomas Leonard).
55 20-Sep-2005 (Release 2.0)
57 Bugfix: Indenting Python code in spaces-for-tabs mode failed (Thomas Leonard).
61 Parsing the line number option requires Python 2.3. On Python 2.2, just
62 disable this instead of aborting. As an alternative, allow the syntax
63 file:number (Thomas Leonard).
67 Added Edit.xml file, which can be used as a feed for 0launch (Thomas Leonard).
71 Added tooltips for the GtkSourceView options (Thomas Leonard).
75 When gtksourceview is missing, shade those options and explain why they
76 don't work (Thomas Leonard).
80 When saving a file with no name, don't show Discard (Thomas Leonard).
85 Add GTK_SPELL_CHECK ToggleButton to toolbar when pygtkspell is available.
90 Increase indendation level after python statement (previous line ends with colon)
94 Updated Chinese translations (Babyfai Cheung).
98 Add missing marker.png image
102 Switch to basedir spec
109 New CLI option: -l (--line_number) -> jump to given line number at startup
113 Added Save toolbar button, renaming the old Save to Save As (Guido Schimmels).
119 Make Find minibuffer work like Firefox's.
120 Indent/unindent of blocks (select a block and tab/shift-tab)
121 Fix a warning when trying to undo too far and places the cursor
122 at the undo/redo point (so you can see what you are un/redoing).
126 Ken Hayber + Guido Schimmels:
128 Make <Untitled> translatable.
129 Prettify search/replace dialog with sizegroup.
130 Options.xml: move Toolbar frame at the end of Display section, remove Toolbar
131 section, line up Display->Colour->Foreground/Background in a hbox.
133 Use gtksourceview's undo/redo system (it groups edits together so
134 if you type a word and hit undo it kills the whole word at once).
135 Fix g.FALSE/TRUE deprecation warnings.
136 Fix a small bug/warning about self.dir not being defined in search.py.
137 Set the mime-type in the SaveBox from the file type if possible.
138 Add support for bookmarks (set, clear and jump to).
139 Make the search minibuffer work/look more like FireFox's search.
143 Updated Chinese translation (Babyfai Cheung).
147 Added support for GtkSourceView (Guido Schimmels, with some untested changes
153 Renamed 'Save' to 'Save As' for consistency with other systems (Thomas
158 Temporary fix for deprecation warnings with pygtk 2.6 (Stephen Watson).
162 Updated Chinese translation (Babyfai Cheung).
164 29-Jan-2005 (Release 1.9.7)
166 Added some unit tests for search and replace.
167 Bugfix: Search and Replace failed to correctly modify lines containing
168 non-ASCII characters (Thomas Leonard; reported by Arnaud Calvo).
172 Added Chinese translation (Babyfai Cheung).
176 Added option to toggle display of toolbar (requested by JoeHill).
178 18-Apr-2004 (Release 1.9.6)
180 Added Word Wrap menu item and toolbar toggle (Ken Hayber).
184 Added German translation (Guido Schimmels).
186 22-Feb-2004 (Release 1.9.5)
188 Record size and mtime of file when editing starts, so newer ROX-Libs can
189 warn about other applications editing the file.
193 Added French translation (Arnaud Calvo).
197 Option to turn word wrapping on and off (Ken Hayber).
201 Bugfix: Needed to 'import os' for Python 2.2 (Peter Geer).
203 14-Oct-2003 (Release 1.9.4)
205 Added toolbar icon for Show Changes.
206 Added line number display, which also shows details of the current selection,
207 if any (requested by Arnaud Calvo).
211 Added ability to bring up a diff of the changes to the saved version of the
216 Open menu on popup-menu signal (for keyboard users).
220 Added Spanish translation (Nicolás de la Torre).
224 Marked strings as translatable and added Italian translation (Roberto
229 Spanish translation of AppInfo (Nicolás de la Torre).
233 Added 'Messages' directory for translations (requested by Nicolás de la Torre).
237 Hide scrollbar when not in use.
239 23-Jul-2003 (Release 1.9.3)
241 Group actions for undo and redo.
242 Removed Process minibuffer.
243 Cope slightly better with binary data.
247 Added Search-and-Replace toolbar button. Added section on search and replace
249 Added Spacing section to the options box, to control the line spacings,
254 Support older versions of pygtk (reported by Alastair Porter).
256 19-Jul-2003 (Release 1.9.2)
258 Added stock items to menus.
259 Added menu items for Cut, Copy and Paste.
260 Added Search and Replace.
261 Added automatic indentation feature (on by default).
265 Added italian translation in AppInfo.xml (Yuri Bongiorno)
267 16-May-2003 (Release 1.9.1)
269 New icon (Geoff Youngs).
273 Upgraded to cope with pygtk-1.99.15.
277 Fixed problem with wheel mouse scrolling (Stuart Langridge).
281 Make wheel mouse scrolling work (requested by Albert Wagner).
285 Fix warning message when opening minibuffer (reported by joehill).
287 02-Sep-2002 (Release 1.9.0)
289 Process minibuffer defaults to previous command.
293 Added process minibuffer.
297 Preserve permissions when saving.
301 When importing non-UTF8 text, allow the user to select an encoding to use.