Fixed version number.
[rox-edit/bju.git] / Help / Changes
blob461d2f24bed5465556ae1a2eb39f35d7511344f1
1                         Edit
2                         A simple text editor
3                         by Thomas Leonard
5 Dnd loading: Loads to cursor, not indicated point.
7 27-Aug-2005
8 ~~~~~~~~~~~
9 Added Edit.xml file, which can be used as a feed for 0launch (Thomas Leonard).
11 07-Jul-2005
12 ~~~~~~~~~~~
13 Added tooltips for the GtkSourceView options (Thomas Leonard).
15 22-Jun-2005
16 ~~~~~~~~~~~
17 When gtksourceview is missing, shade those options and explain why they
18 don't work (Thomas Leonard).
20 06-Jun-2005
21 ~~~~~~~~~~~
22 When saving a file with no name, don't show Discard (Thomas Leonard).
24 31-May-2005
25 ~~~~~~~~~~~
26 Guido Schimmels:
27 Add GTK_SPELL_CHECK ToggleButton to toolbar when pygtkspell is available.
29 30-May-2005
30 ~~~~~~~~~~~
32 Guido Schimmels:
33 Increase indendation level after python statement (previous line ends with colon)
35 29-May-2005
36 ~~~~~~~~~~~
37 Updated Chinese translations (Babyfai Cheung).
39 28-May-2005
40 ~~~~~~~~~~~
42 Add missing marker.png image
44 Ken Hayber:
46 Switch to basedir spec
47 Code cleanups
49 25-May-2005
50 ~~~~~~~~~~~
52 Ken Hayber:
54 New CLI option: -l (--line_number) -> jump to given line number at startup
56 21-May-2005
57 ~~~~~~~~~~~
58 Added Save toolbar button, renaming the old Save to Save As (Guido Schimmels).
60 20-May-2005
61 ~~~~~~~~~~~
63 Ken Hayber:
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).
70 16-May-2005
71 ~~~~~~~~~~~
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.
78 Update de.po.
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.
87 12-May-2005
88 ~~~~~~~~~~~
89 Updated Chinese translation (Babyfai Cheung).
91 03-May-2005
92 ~~~~~~~~~~~
93 Added support for GtkSourceView (Guido Schimmels, with some untested changes
94 by Thomas Leonard).
95 Updated findrox.
97 03-Mar-2005
98 ~~~~~~~~~~~
99 Renamed 'Save' to 'Save As' for consistency with other systems (Thomas
100 Leonard).
102 19-Feb-2005
103 ~~~~~~~~~~~
104 Temporary fix for deprecation warnings with pygtk 2.6 (Stephen Watson).
106 12-Feb-2005
107 ~~~~~~~~~~~
108 Updated Chinese translation (Babyfai Cheung).
110 29-Jan-2005 (Release 1.9.7)
111 ~~~~~~~~~~~
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).
116 23-Dec-2004
117 ~~~~~~~~~~~
118 Added Chinese translation (Babyfai Cheung).
120 15-Jul-2004
121 ~~~~~~~~~~~
122 Added option to toggle display of toolbar (requested by JoeHill).
124 18-Apr-2004 (Release 1.9.6)
125 ~~~~~~~~~~~
126 Added Word Wrap menu item and toolbar toggle (Ken Hayber).
128 18-Mar-2004
129 ~~~~~~~~~~~
130 Added German translation (Guido Schimmels).
132 22-Feb-2004 (Release 1.9.5)
133 ~~~~~~~~~~~
134 Record size and mtime of file when editing starts, so newer ROX-Libs can
135 warn about other applications editing the file.
137 27-Jan-2004
138 ~~~~~~~~~~~
139 Added French translation (Arnaud Calvo).
141 13-Jan-2004
142 ~~~~~~~~~~~
143 Option to turn word wrapping on and off (Ken Hayber).
145 17-Oct-2003
146 ~~~~~~~~~~~
147 Bugfix: Needed to 'import os' for Python 2.2 (Peter Geer).
149 14-Oct-2003 (Release 1.9.4)
150 ~~~~~~~~~~~
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).
155 13-Oct-2003
156 ~~~~~~~~~~~
157 Added ability to bring up a diff of the changes to the saved version of the
158 file.
160 09-Oct-2003
161 ~~~~~~~~~~~
162 Open menu on popup-menu signal (for keyboard users).
164 06-Oct-2003
165 ~~~~~~~~~~~
166 Added Spanish translation (Nicolás de la Torre).
168 04-Oct-2003
169 ~~~~~~~~~~~
170 Marked strings as translatable and added Italian translation (Roberto
171 Inzerillo).
173 27-Aug-2003
174 ~~~~~~~~~~~
175 Spanish translation of AppInfo (Nicolás de la Torre).
177 26-Aug-2003
178 ~~~~~~~~~~~
179 Added 'Messages' directory for translations (requested by Nicolás de la Torre).
181 26-Jul-2003
182 ~~~~~~~~~~~
183 Hide scrollbar when not in use.
185 23-Jul-2003 (Release 1.9.3)
186 ~~~~~~~~~~~
187 Group actions for undo and redo.
188 Removed Process minibuffer.
189 Cope slightly better with binary data.
191 22-Jul-2003
192 ~~~~~~~~~~~
193 Added Search-and-Replace toolbar button. Added section on search and replace
194 to the manual.
195 Added Spacing section to the options box, to control the line spacings,
196 margins and indents.
198 20-Jul-2003
199 ~~~~~~~~~~~
200 Support older versions of pygtk (reported by Alastair Porter).
202 19-Jul-2003 (Release 1.9.2)
203 ~~~~~~~~~~~
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).
209 04-Jul-2003
210 ~~~~~~~~~~~
211 Added italian translation in AppInfo.xml (Yuri Bongiorno)
213 16-May-2003 (Release 1.9.1)
214 ~~~~~~~~~~~
215 New icon (Geoff Youngs).
217 10-Feb-2003
218 ~~~~~~~~~~~
219 Upgraded to cope with pygtk-1.99.15.
221 02-Feb-2003
222 ~~~~~~~~~~~
223 Fixed problem with wheel mouse scrolling (Stuart Langridge).
225 29-Jan-2003
226 ~~~~~~~~~~~
227 Make wheel mouse scrolling work (requested by Albert Wagner).
229 21-Jan-2003
230 ~~~~~~~~~~~
231 Fix warning message when opening minibuffer (reported by joehill).
233 02-Sep-2002 (Release 1.9.0)
234 ~~~~~~~~~~~
235 Process minibuffer defaults to previous command.
237 28-Jul-2002
238 ~~~~~~~~~~~
239 Added process minibuffer.
241 21-Jul-2002
242 ~~~~~~~~~~~
243 Preserve permissions when saving.
245 19-Jul-2002
246 ~~~~~~~~~~~
247 When importing non-UTF8 text, allow the user to select an encoding to use.