Disabled 0test support
[rox-edit.git] / Help / Changes
blob6fde3bb9034bb310364aa5b4c23628459746d21e
1                         Edit
2                         A simple text editor
3                         by Thomas Leonard
5 Version 2.1
7 Babyfai Cheung (1):
8       Update Chinese Translations
10 Stephen Watson (1):
11       Work around change in Python 2.5
13 Thomas Leonard (19):
14       Added feed-for
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)
20       Minor code cleanup
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
36 08-Dec-2005
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).
43 06-Dec-2005
45         Now that the search minibuffer doesn't show the current search 
46         direction, changing direction automatically moves to the next match 
47         (Thomas Leonard).
48         Pressing Escape always closes the minibuffer, even if the focus isn't in 
49         it (Thomas Leonard).
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).
59 03-Sep-2005
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).
65 27-Aug-2005
67         Added Edit.xml file, which can be used as a feed for 0launch (Thomas Leonard).
69 07-Jul-2005
71         Added tooltips for the GtkSourceView options (Thomas Leonard).
73 22-Jun-2005
75         When gtksourceview is missing, shade those options and explain why they
76         don't work (Thomas Leonard).
78 06-Jun-2005
80         When saving a file with no name, don't show Discard (Thomas Leonard).
82 31-May-2005
84         Guido Schimmels:
85         Add GTK_SPELL_CHECK ToggleButton to toolbar when pygtkspell is available.
87 30-May-2005
89         Guido Schimmels:
90         Increase indendation level after python statement (previous line ends with colon)
92 29-May-2005
94         Updated Chinese translations (Babyfai Cheung).
96 28-May-2005
98         Add missing marker.png image
100         Ken Hayber:
102         Switch to basedir spec
103         Code cleanups
105 25-May-2005
107         Ken Hayber:
109         New CLI option: -l (--line_number) -> jump to given line number at startup
111 21-May-2005
113         Added Save toolbar button, renaming the old Save to Save As (Guido Schimmels).
115 20-May-2005
117         Ken Hayber:
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).
124 16-May-2005
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.
132         Update de.po.
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.
141 12-May-2005
143         Updated Chinese translation (Babyfai Cheung).
145 03-May-2005
147         Added support for GtkSourceView (Guido Schimmels, with some untested changes
148         by Thomas Leonard).
149         Updated findrox.
151 03-Mar-2005
153         Renamed 'Save' to 'Save As' for consistency with other systems (Thomas
154         Leonard).
156 19-Feb-2005
158         Temporary fix for deprecation warnings with pygtk 2.6 (Stephen Watson).
160 12-Feb-2005
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).
170 23-Dec-2004
172         Added Chinese translation (Babyfai Cheung).
174 15-Jul-2004
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).
182 18-Mar-2004
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.
191 27-Jan-2004
193         Added French translation (Arnaud Calvo).
195 13-Jan-2004
197         Option to turn word wrapping on and off (Ken Hayber).
199 17-Oct-2003
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).
209 13-Oct-2003
211         Added ability to bring up a diff of the changes to the saved version of the
212         file.
214 09-Oct-2003
216         Open menu on popup-menu signal (for keyboard users).
218 06-Oct-2003
220         Added Spanish translation (Nicolás de la Torre).
222 04-Oct-2003
224         Marked strings as translatable and added Italian translation (Roberto
225         Inzerillo).
227 27-Aug-2003
229         Spanish translation of AppInfo (Nicolás de la Torre).
231 26-Aug-2003
233         Added 'Messages' directory for translations (requested by Nicolás de la Torre).
235 26-Jul-2003
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.
245 22-Jul-2003
247         Added Search-and-Replace toolbar button. Added section on search and replace
248         to the manual.
249         Added Spacing section to the options box, to control the line spacings,
250         margins and indents.
252 20-Jul-2003
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).
263 04-Jul-2003
265         Added italian translation in AppInfo.xml (Yuri Bongiorno)
267 16-May-2003 (Release 1.9.1)
269         New icon (Geoff Youngs).
271 10-Feb-2003
273         Upgraded to cope with pygtk-1.99.15.
275 02-Feb-2003
277         Fixed problem with wheel mouse scrolling (Stuart Langridge).
279 29-Jan-2003
281         Make wheel mouse scrolling work (requested by Albert Wagner).
283 21-Jan-2003
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.
291 28-Jul-2002
293         Added process minibuffer.
295 21-Jul-2002
297         Preserve permissions when saving.
299 19-Jul-2002
301         When importing non-UTF8 text, allow the user to select an encoding to use.