blob: 551afe5520ce99d57d80c439ea55611aef85b4bc [file] [log] [blame]
Chris Allegretta5c8c2762003-02-03 15:21:27 +000012003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
2 shoes" is released. There are, not suprisingly,
3 only bugfixes in this release as we move toward the
4 stable 1.2.0 release. Fixes are included for
5 translable string format, subexpression replacement,
6 constant cursor position, invalid search regexes,
7 justify, screen state on SIGHUP and SIGTERM, cutting
8 to end cuts with long lines, many file browser and
9 operating directory bugs, memory and file descriptor
10 leaks, marker code, spell checker, the mouse code
11 with long lines, multiple buffers and non-file
12 open errors, replacement string length, and a
13 silly but serious history message crash. There is
14 also a drastic improvement in CPU utliization for
15 the color regex code.
16 Depending on the number of bugs found in this
17 release, there may be a 1.1.99pre3 or RC1, or just
18 a 1.2.0 release. Most of the major bugs seem to have
19 been worked out, so if you are waiting for a good time
20 to test nano before the official 1.2.0 release, this
21 would be the one to use. Happy bug hunting!
22
Chris Allegrettad46f5442003-01-17 21:47:33 +0000232003.01.17 - GNU nano 1.1.99pre1 "enough already" has been released.
24 This release is, barring bug fixes and documentation
25 updates, what version 1.2.0 has looked like, feature
26 wise. There will very likely be bugs, just due the
27 volume of changes made in this release. Search
28 and replace string history has been added, including an
29 option to log history to ~/.nano_history (-H,
30 --historylog). Because of this, the pico incompatible
31 search/replace string behavior that used to be the
32 default has been deleted. The old "pico" flag (-p)
33 is now compatible with Pico's "preserve" mode for
34 allowing flow control characters; by default this
35 version ignores both ^Q and ^S. The
36 --disable-wrapping-as-root configure option has been
37 forward ported from version 1.0.x, and a new flag to
38 enable all extra options (--enable-all) has been added.
39 The internal spell checker has been improved, meaning
40 you will now be prompted only once for each unique
41 capitalization of a given word.
42 There have also been lots of bug fixes,
43 including the "trying to insert a directory name in
44 multibuffer mode bug", the ugly spell checker scrolling,
45 the color code, cutting text crashes, justification,
46 deleting the "magic line" via replace, and cursor
47 positioning on the statusbar. There have also been
48 the usual helping of translation and documentation
49 updates.
50 Please send all new feedback on this release
51 direct to the development list (nano-devel@gnu.org).
52
Chris Allegretta22578932002-10-25 03:14:11 +00005310/24/2002 - GNU nano 1.1.12 "Make Jordi happy" is released. This
54 release demonstrated that nano is starting to freeze for
55 version 1.2. New features include a Meta-Y toggle
56 for syntax highlighting, pluralized i18n, and a handler
57 for SIGTERM. Nano now ignores XOFF (^S) to stop
58 accidental lock-ups, and no longer references malloc.h.
59 Also included are fixes for zero-length regex
60 matches, segfaults with --disable-mouse, justification,
61 memory corruption with the browser, version and help
62 cmdline output, and translation updates. Aside from
63 the (currently up in the air) search history behavior,
64 the next version of nano should be 1.1.99pre1. Have
65 fun!
66
Chris Allegretta6866f6f2002-10-02 00:20:19 +00006710/01/2002 - GNU nano 1.1.11 "Oddball" is released. This release
68 features a new version of gettext, a new and improved syntax
69 highlighting engine, and some updates for the nanorc.sample
70 file. The toggles for case sensitivity (Meta-C) and regular
71 expressions (Meta-R) have changed in the search and replace
72 prompts, multibuffer status is now displayed and can be
73 toggled from the insert file menu, and some wrapping behavior
74 that changed in 1.1.10 has reverted. The --enable-color
75 warning was also made less severe, as the color syntax code
76 has improved, and nano now uses extended regexes in the
77 .nanorc file.
78 Also included are fixes for various memory leaks,
79 the operating directory option, username tab completion,
80 the page_up and down arrow, go to previous word and next
81 word, nanorc parser and line wrapping code. Have fun!
82
83
Chris Allegretta70bb8862002-07-24 01:34:13 +00008407/25/2002 - At long last! GNU nano 1.1.10 "What didn't we break?" is
85 released. This version of GNU nano features version
86 0.11.2 of gettext, building with automake 1.6, some new
87 code for displaying control characters, browser
88 improvements, a new backup file option (-B, --backup),
89 a new option to ignore rc files (-I,--ignorercfiles),
90 compatibility with -pedantic, handling null characters
91 before EOF, a slightly sportier nanorc.sample and more.
92 Fixes are included included for justification, the
93 reading and writing file routines, resizing and fill
94 length, millions of memory leaks, the usage screen was
95 updated, and the the --quotestr and --regexp really work
96 now ;-) Enjoy :)
97
Chris Allegretta8b75a782002-05-13 00:09:30 +00009805/12/2002 - GNU nano 1.1.9 is released, happy Mother's Day! This release
99 includes many new features, including a prepend mode
100 (^O,M-P), a new "syntax" command in the .nanorc to allow
101 multiple syntax highlighting types, and a new -Y, --syntax
102 flag to set a specific one if there's no filename regex to
103 match it against (i.e. w/mutt). The ^space and M-space keys
104 will now show up in the help menu, which itself has been
105 tweaked a bit, and many more configure options should now
106 cooperate (like the odd pairing of --enable-tiny and
107 --enable-multibuffer). The marker should now work
108 when using multiple buffers, and the huge memory leak in
109 color syntax highlighting has been fixed. A lot of
110 new stuff for everyone's favorite text editor ;) Have fun!
111
Chris Allegretta4ceb30c2002-03-30 16:56:53 +000011203/30/2002 - GNU nano 1.1.8 is released. New features include an
113 "Insert Output of External Command", ^R^X, and a .spec
114 file is now included in the distribution. There are
115 cleanups in the usage code, fixes for regex parsing,
116 the file browser, the NO_CONVERT auto-detect, indented
117 justification, the internal spell checker, and a serious
118 bug where reading a file of 0 lines would hang nano.
119 Also, the "show position" code now shows the starting
120 column as 1 instead of 0. Have fun!
121
Chris Allegretta97489d22002-03-05 23:47:44 +000012203/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks"
123 is released. New features include new flags
124 -N,--noconvert to stop any file format conversion and
125 -Q, --quotestr for the new quoted text justification,
126 a new tempnam() implementation to avoid silly warnings,
127 DOS and Mac file options in the Write File dialog,
128 multiple save files (file.1) for abnormal exits, ^C
129 now shows column as well as character position, and
130 multibuffer allows duplicate files, even unnamed ones.
131 Also, the static shortcut and toggle lengths are
132 history, nano now reads $SYSCONFDIR/nanorc if rc file
133 support is enabled, and nano is now built with (and
134 requires for rebuilding) autoconf 2.5.
135 This release also includes fixes for some memory
136 leaks, detecting DOS and mac file format, justification,
137 suspending keys, search & replace under various
138 conditions, variable width for shortcuts, and the usual
139 ton of translation updates.
140
Chris Allegretta491029e2002-01-25 17:02:32 +000014101/25/2002 - GNU nano 1.1.6 is released. Lots of new features in this
Chris Allegretta05f40652002-01-23 02:37:36 +0000142 release. New Meta-keys were added as alternates for
143 control sequences: Meta-A for the marker key (^^), and
144 Meta-G for the 'goto dir' key in the file browser (^_).
145 The color syntax highlighting now supports multiple
146 lines via start="regex" end="regex" syntax, and the
147 .nanorc regex format itself has changed. Also, the
148 gettext code was upgraded to version 0.10.40, and nano
149 will now display a message if only occurrence of a
150 given search exists.
151 For bugfixes, there are fixes for spelling,
152 stray newlines in the usage() function, suspend issues
153 with tcsh, auto-indent and wrapping clashes, ugly code
154 in rcfile.c, global variable compatibility with AIX.
155 There are also oodles of translation updates.
156 Have fun with it.
157
Chris Allegretta110927b2002-01-05 19:49:06 +000015801/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
Chris Allegretta05f40652002-01-23 02:37:36 +0000159 release is the changed behavior of the keypad. Nano now
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000160 does the Right Thing and used keypad() by default. If
161 you wish to use the keypad arrow keys in certain
162 terminals, you may use the -K or --keypad flag to
163 use the old behavior. Users of other OSes should see
164 better handling of their non-keypad keys in this
165 release. Other changes include more Hurd fixes, fixes
166 parsing the .nanorc, display fixes for the color syntax
167 highlighting, gettext stabilization and many translation
Chris Allegrettad46f5442003-01-17 21:47:33 +0000168 updates. This is almost like a stable release, much like
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000169 in the 0.9.x series when every other release was the
Chris Allegrettad46f5442003-01-17 21:47:33 +0000170 most stable one :) Have fun!
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000171
Chris Allegretta7bf25092001-12-12 02:44:40 +000017212/11/2001 - GNU nano 1.1.4 is released. This release contains
173 rudimentary color syntax support (but it's still
174 broken), compatibility fixes for the Hurd and FreeBSD,
175 spell checker and wrapping fixes, and more. It seems
176 that the amount of interest in the code is inversely
177 proportional to the amount of time since last release,
178 so it's time to show the world all the changes since
179 1.1.3 ;) Have fun with it!
180
Chris Allegrettadc57bba2001-10-26 16:14:45 +000018110/26/2001 - GNU nano 1.1.3 is released. As far as new features go,
182 the help system is now available for all functions in the
183 editor. Also, nano will also now print a message on
184 the status bar when it automatically converts a file from
185 Mac or DOS format, and trying to load a file that
186 has already been loaded in multibuffer mode will now also
187 cause an error message. There is now a "goto previous
188 word" which you can use by hitting Meta-Space Bar.
189 As for fixes, a SEVERE bug in the
190 null_at code which discarded the memory address of
191 reallocated memory has been fixed. This is probably
192 the biggest bug fix in well over the last year of
193 development. There are also some display fixes for when
194 the screen shouldn't center itself on cut or uncut text.
195 Also, the comments in the header files incorectly said
196 that nano was distributed under version 1 of the GPL when
197 the accompanying license was the GPLv2.
198 If you're using nano-1.1, it is highly
Chris Allegrettad46f5442003-01-17 21:47:33 +0000199 recommended you upgrade to this release. If using 1.0,
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000200 wait for version 1.0.6 which should be available early
201 next week. Enjoy!
202
Chris Allegretta03260b42001-10-04 01:24:07 +000020310/03/2001 - GNU nano 1.1.2 is out there. Many new features in this
204 release, including support for auto-converting from
205 DOS and Mac formatted files, as well as toggles for
206 writing out files in these formats. Pico's -o flag has
207 been implemented, as has some new smooth scrolling code
208 (which can be used in place of the default jerky scrolling
209 behavior). Also, there is now a "find matching
210 bracket/brace/etc" feature (Meta-]). The .nanorc file
211 now accepts setting the tabsize, and the help text at the
212 bottom of the editor is now better spaced out in the
213 search/replace prompts. There are also the usual helping
214 of bugfixes, translation updates and, surely a bug or two.
215 You better get ready!
216
Chris Allegretta0e8c8d82001-07-29 01:16:27 +000021707/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable release
218 features many bugfixes from the initial release, in
Chris Allegrettad46f5442003-01-17 21:47:33 +0000219 particular fixes for the multibuffer code, and various
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000220 compiler macro fixes. The shortcut lists for
221 the search and replace prompts are a little more logical
222 (with cancel the last option again), and the included
223 gettext was re-downgraded to 0.10.35 due to problems
224 on the PPC platform. GNU nano now includes its own
225 aclocal macros in the m4/ directory to allow rebuilding
226 the configure script to work on platforms regardless of
227 their gettext version.
228
Chris Allegretta9a748602001-07-15 16:07:23 +000022907/15/2001 - GNU nano 1.1.0 is released. This is the first release
230 in the 1.1.x unstable series of GNU nano. It
231 incorporates all changes up to the 1.0.3 release,
232 and also includes many many new features, including
233 appending to as well as overwriting files, writing
234 marked text to a separate file, dynamic wrap length,
235 lots more compatibility with Pico, and new optional
236 features like .nanorc file support and multiple file
237 buffers! All in all, plenty of new stuff that's sure
238 to introduce lots of bugs ;-) Have fun with it, but
239 be careful, unstable means unstable.
240
Chris Allegretta38068cd2001-04-06 20:04:23 +000024104/06/2001 - GNU nano 1.0.1 is out there. The only new feature is a
242 configure option for those who want to disable all
243 word wrapping from nano, --disable-wrapping. Bug fixes
244 this release include some bugs with autoconf and i18n,
245 and several fixes in the file browser including a
246 segfault on Solaris, symlinks to directories now work
247 properly, and nano now sorts files case insensitively
248 like pilot. Have fun with it.
249
Chris Allegretta2bfbda02001-03-23 03:50:44 +000025003/22/2001 - GNU Nano 1.0 is released! The autoindent wrapping bug
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000251 has been fixed, as well as strange bug when using Pico
252 mode and regex search. There have also been some minor
253 spelling and documentation updates. As stated on the
254 website, there are currently no known bugs with nano, but
255 some will pop up eventually and they will be addressed in
256 subsequent releases. We hope you enjoy this first stable
257 release of nano, and as always, feedback is welcome!
258 nano@nano-editor.org.
259
Chris Allegrettaf4a98642001-02-19 05:28:00 +000026002/19/2001 - Nano 0.9.99pre3 brings a lot of changes! The most important
261 being that nano is now officially a GNU program. Some
262 changes have been made for GNU compatibility (like the
263 default list of shortcuts, "^G Get Help" is now Listed and
264 "^_ Goto Line" is not). The Yes/No/All keys have
265 finally been internationalized also. All in all, quite
Chris Allegretta88520c92001-05-05 17:45:54 +0000266 a few changes, considering nano is supposed to be in a code
267 freeze. But there are the usual helping of bugfixes, a
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000268 nasty bug when cutting text in -k mode and some
Chris Allegretta88520c92001-05-05 17:45:54 +0000269 compatibility issues with older ncurses libraries have also
270 been fixed. All in all, a lot to see.
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000271
Chris Allegretta90e04042001-01-31 18:01:24 +000027201/31/2001 - Nano 0.9.99pre2 is released. Not surprisingly, all that is
273 new is bugfixes, bugfixes, bugfixes. There were a few
274 cleanups in unneeded global variables and duplicate
275 functions, but most is just fixing. Specifically, there
276 is now a preliminary (read: needs testing) fix for
277 resizing the editor in any mode other than normal edit
278 mode. Other fixes include some more tab completion
279 segfaults, and an silly segfault that occurred when
280 successfully writing a file on the 2nd try (i.e. after an
281 initial write error). Slowly but surely, on toward 1.0 we
282 travel.
283
Chris Allegretta9d6f3f32001-01-21 02:35:03 +000028401/17/2001 - Nano 0.9.99pre1 is released. This is the first pre-1.0
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000285 release of nano, and is also the first release since the
286 code freeze for nano 1.0. Don't expect (or request) any
287 new features between now and nano 1.0, only bugfixes,
288 optimizations and doc/translation updates. For fixes, a
289 nasty segfault when trying to insert one's home directory
290 (~), some checks for the NumLock key making the keypad
291 go awry, window size sanity checks, many autoconf fixes,
292 and support for the KDE konsole keypad layout. Have fun.
293
Chris Allegretta16991442001-01-07 22:06:11 +000029401/07/2001 - Nano 0.9.25 is the "Just one more feature I swear!" release.
295 It includes one new feature that Pico has had forever, a
296 built-in file browser. Since not everyone may want this
297 option, there is a --disable-browser option to the
298 configure script as well. Other changes include slightly
299 different keypad handling, and a bugfix for crashes when
300 tab completion in certain instances. Have fun and Happy
301 New Year!
302
Chris Allegretta88520c92001-05-05 17:45:54 +000030312/18/2000 - Nano 0.9.24 is released. This version contains the last of
Chris Allegretta66149e72000-12-19 02:51:06 +0000304 the security fixes for writing files, as well as for a
305 nasty segfault when nano is unable to open a file for
306 reading, among other fixes. Nano also now cowardly
307 refuses to open device files, to stop silly things like
308 trying to open /dev/zero. New features include being
309 Able to use Meta-Meta-<key> as Control-<key>, better
310 HURD support, and some new flags have been added for Pico
311 compatibility. Upgrading to this version is highly
312 recommended.
313
Chris Allegretta88167602000-12-09 00:07:06 +000031412/08/2000 - Nano 0.9.23 is the "race conditions bite" release. The
315 main reason for this release is the less-than-optimal
316 fix for the security issue in nano with following symbolic
Chris Allegretta88520c92001-05-05 17:45:54 +0000317 links. Hopefully this will fix the problem permanently.
Chris Allegretta88167602000-12-09 00:07:06 +0000318 The --nofollow option also works again for those who
319 are real security nuts. There are also some display and
320 search fixes, and the --disable-spell function was renamed
Chris Allegretta6df90f52002-07-19 01:08:59 +0000321 to --disable-speller to be in line with nano and Pico's
Chris Allegretta88167602000-12-09 00:07:06 +0000322 "speller" term.
323
Chris Allegrettaac139dd2000-12-02 21:31:17 +000032412/02/2000 - Nano 0.9.22 is released, with many more changes and
325 additions than imaginable. The most important change is
326 a fix for unsafe handling of symbolic links which could
327 lead to symlink attacks if nano were to exit because
328 of an error or signal. Also there are better checks when
329 saving files.
330 As for new features, username tab completion is
331 now working well, the internal spell checker code has been
332 tweaked, you can now unjustify if you don't like how the
333 justify formatted your text, and there are more
334 options for configure, including --disable-spell and
Chris Allegretta9ee2a0d2000-12-02 21:50:57 +0000335 --disable-justify and --enable-extra (for those who like
336 surprises). All in all, a whole lot of changes in
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000337 a little over a week.
338
Chris Allegretta71366cd2000-11-23 21:04:27 +000033911/23/2000 - Happy Thanksgiving! Nano 0.9.21 is our "last version was
340 a big turkey" release. It fixes several bugs introduced
341 by the previous version, as well as a few long-
342 standing display bugs. All 0.9.20 users are strongly
343 encouraged to upgrade to this release.
344
34511/18/2000 - Nano 0.9.20 is finally out the door. Probably the biggest
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000346 change is the brand new way nano displays previous search
347 and replace strings (they are now editable!) This is a
348 break from Pico's (inconsistent) interface, so if you
349 don't like the new way, "Pico" mode (-p on the command
350 line or Meta-P within nano) still works the "old"
351 way.
352 Other new features include being able to deal with
353 search strings of any length, a new internal spell feature
354 (courtesy of Mr. Rocco Corsi) and tab completion when
355 reading in or writing out files! There's also the usual
356 billion or so bug fixes. Feedback on this release is
Chris Allegretta88520c92001-05-05 17:45:54 +0000357 welcome because so much has changed, especially with the
358 previous string display in search and replace. Email ->
359 nano@nano-editor.org <-. If you like something, don't like
360 something, or just want to order a pizza, let us know!
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000361
Chris Allegretta07e97d62000-10-03 01:52:50 +000036210/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
363 a week and needs a distraction" release. There are only
364 a few actual code changes, mainly portability and compiler
365 warning fixes. Nano now also supports PDCurses, which
366 enables easily-built nano executables for Windows NT
367 and 95/98 for the brave. The official nano site has
368 changed (again) as well, check out www.nano-editor.org for
369 all the latest nano schtuff.
370
Chris Allegretta629edad2000-09-19 00:27:19 +000037109/18/2000 - Nano 0.9.18 is unleashed. It has some new keyboard
372 handling code, cygwin support out of the box, and
373 a more portable handler for the NOHELP toggle. There
374 is also a fix for a somewhat serious bug whereby trying
375 to insert a directory instead of a normal file would
376 destroy the contents of the editor. A must-see. Four
377 stars.
378
Chris Allegretta423cbfd2000-09-04 16:21:29 +000037909/04/2000 - Nano 0.9.17, the Labor Day release, is released after a
380 quiet spell (almost an entire month since last release!)
381 New features include better (not yet perfect) binary
382 display support and toggle support for most of the program
383 flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k and M-e for
384 -c, -i, -x, -p, -w, -k, and -R).
385
Chris Allegretta88520c92001-05-05 17:45:54 +000038608/09/2000 - Nano 0.9.16, after some struggling, is released. This release
Chris Allegrettaba96f7a2000-08-09 21:38:28 +0000387 should fix a few of the holes that 0.9.15 dug. The
388 "cutting text on the first line" bug is fixed, as is the
389 "cutting text on the last line" bug. Nice symmetry there
390 huh? Also the --tabsize argument should now work as well
391 as by using -T.
392
Chris Allegretta88520c92001-05-05 17:45:54 +000039308/03/2000 - Nano 0.9.15 is the "I can't think of a release description"
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000394 release. There are the usual gala of display bugfixes,
Chris Allegretta88520c92001-05-05 17:45:54 +0000395 a fix for the the nasty bug in -k mode that could create a
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000396 loop in the file being edited, and some other code
397 cleanup. Also, the -T option should now work regardless
398 of the curses library used. Yay.
399
Chris Allegrettaa1a55c72000-07-28 00:36:03 +000040007/27/2000 - Nano 0.9.14 is officially the "13 is so unlucky it should
401 be skipped as a version number" release. One typo
402 caused unending problems (calling nano with either -t or
403 -k caused both flags to be used). The -k code is also now
Chris Allegretta88520c92001-05-05 17:45:54 +0000404 closer in functionality to Pico's -k mode; please
Chris Allegrettaa1a55c72000-07-28 00:36:03 +0000405 note that this code is not finished yet. Working on this
406 code has made me realize that there is not enough
407 abstraction in the code, and I will be working on that
408 for the next release. Until then, have fun with this
409 version.
410
Chris Allegrettaedebbe62000-07-23 16:45:20 +000041107/23/2000 - Nano 0.9.13 has a few new bits and bobs, most notably the
Chris Allegretta231d3d62000-07-22 19:33:19 +0000412 -k option from Pico (cut to end of line). The majority
Chris Allegretta88520c92001-05-05 17:45:54 +0000413 of changes in this release are bugfixes, however, including
Chris Allegretta231d3d62000-07-22 19:33:19 +0000414 the usual display fixes and fixes for writing to symbolic
Chris Allegrettad46f5442003-01-17 21:47:33 +0000415 links and un-writable files. Barring any other major
Chris Allegretta231d3d62000-07-22 19:33:19 +0000416 changes, this should be the feature set for nano 1.0,
417 whenever it might be released =-)
418
Chris Allegrettae955dae2000-07-07 22:24:59 +000041907/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new
420 features, bug fixes, and yummy fruit flavor. For
421 changes, the alternate replace keystroke ^W^T is now
Chris Allegretta88520c92001-05-05 17:45:54 +0000422 ^W^R to be compatible with later versions of Pico.
Chris Allegrettae955dae2000-07-07 22:24:59 +0000423 ^W^T is now goto line, again for Pico compatibility.
424 As for new features, the wonderful/hated magic line
425 code has returned with a vengeance! Also, regular
426 expression searches and replaces have been incorporated
Chris Allegretta88520c92001-05-05 17:45:54 +0000427 via the -R flag. And, of course, there are the usual
Chris Allegrettae955dae2000-07-07 22:24:59 +0000428 helping of display and other bug fixes to top it all
429 off.
430
Chris Allegretta4da1fc62000-06-21 03:00:43 +000043106/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy
Chris Allegretta37985882000-06-20 00:39:20 +0000432 routines in the program, specifically the wrapping code
433 and almost all of the display routines. There are many
434 improvements and bugfixes to the display subsystem in
435 general, but there may be bugs lurking yet. Also, after
436 many MANY requests, there is now an option to set the
437 displayed tab width (-T, --tabsize). Note that
438 this function just changes the way tabs LOOK in the
439 editor, the tabs you input are still real tabs of normal
440 width (usually 8 characters); nano just makes them look
Chris Allegretta88520c92001-05-05 17:45:54 +0000441 smaller or bigger while in the editor. New in the
442 translation department is an Indonesian translation (id).
Chris Allegretta37985882000-06-20 00:39:20 +0000443
Chris Allegretta2b26e0a2000-06-07 04:02:06 +000044406/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT when
445 using "run and terminate" flags (for example, --help).
446 There are also some minor documentation updates. This
447 version of nano is the most stable in quite some time, and
448 is likely to be the most stable for awhile. Users are
449 encouraged to upgrade to this version.
450
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000045105/31/2000 - Nano 0.9.9 introduces much better working i18n support,
452 more portability, and a ton of bugfixes. While
453 nano is not likely anywhere near 1.0 in terms of
454 code quality, it gets a quantum leap closer with this
455 release.
456
45705/18/2000 - Nano 0.9.8 (the 'what broke now?' release) should fix
458 the resize crash people have been experiencing. It also
459 offers a new input method that should allow nano to do
460 things the right way (like ^S, ^Q, custom suspend keys)
Chris Allegretta88520c92001-05-05 17:45:54 +0000461 and hopefully won't break with non-US keyboards. There
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000462 are also the obligatory display fixes and speedups. Have
463 fun with it.
464
46505/14/2000 - Nano 0.9.7 (the Mother's Day release) continues in the long
466 line of display fixes, and also fixes the broken symlink
467 behavior (i.e. symlinks weren't being followed by
468 default). Hopefully all major bugs can be worked out soon
469 and we can have a 1.0 release before the end of the year,
470 but who knows.
471
47205/08/2000 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
473 uncovered. There are improvements (and some remaining
474 segfaults) in the wrapping code, and even more
475 display optimizations. I would still say 0.9.4 or 0.9.2
476 are the most stable versions of nano to date, but this one
477 may not be too bad =-)
478
47905/01/2000 - Nano 0.9.5 attempts to speed up the display of text
480 to be at least somewhat reasonable. Much
481 code profiling has been done to reduce the
Chris Allegretta88520c92001-05-05 17:45:54 +0000482 ridiculous number of redundant display updates. This
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000483 will probably expose a lot of bugs that can then be
484 fixed, so this release is probably not for the faint
485 of heart. For anyone curious, I would call nano 0.9.2
486 the most stable version recently, so use that if you're
487 not particularly concerned with being on the bleeding
488 edge.
489
49004/25/2000 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
491 line code and related segfaults. It also now has
492 much better handling for 8-bit characters. The
493 --enable-tiny code also produces a smaller executable.
494
49504/19/2000 - Nano 0.9.3 is officially the "Micro$oft" release. It
496 underscores the recent problem of bugfixes introducing
497 more bugs than they fix. The most important change
498 to this version of nano is the removal of the "magic
499 line". You will no longer see a blank line at the end of
500 the file. If you want a new line at the end of your file,
501 you'll have to hit enter to get one.
502
503 NOTE: THIS BREAKS COMPATIBILITY WITH PICO. Unfortunately,
504 this feature has been causing many many problems with nano
505 so it is being removed for the time being, and perhaps
506 indefinitely.
507
Chris Allegretta88520c92001-05-05 17:45:54 +0000508 Other new stuff includes an --enable-tiny option to make
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000509 nano ultra small (disabling i18n, detailed help and the
510 marker and mouse code), and --with-slang to use the
511 slang libraries instead of ncurses.
512
51304/15/2000 - Nano 0.9.2 just fixes the serious segfault problem if
514 nano is invoked any way other than using the absolute
515 path. The bug was in the new code for checking whether
Chris Allegretta6df90f52002-07-19 01:08:59 +0000516 nano is invoked as 'pico'.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000517
51804/14/2000 - 0.9.1 has some more Pico compatibility built-in. The
519 option to switch to/from Search and Search/Replace
520 (^T) is now available, and nano now displays the
521 more Pico-like shortcut list when invoked as 'pico'
Chris Allegretta6df90f52002-07-19 01:08:59 +0000522 (i.e. if 'pico' is a symlink to nano). There is an
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000523 important change to the handling of symbolic links
524 as well. Now, nano does the "correct" thing and
525 automatically writes to the object of the symlink,
526 rather than replace the symlink with the updated file.
527 This behavior is still available with the --nofollow
528 or -l flags.
529 Other new things include a fix for the infamous
530 "recursive replace" bug, and more bugfixes in the wrapping
531 code.
532
53304/07/2000 - Nano 0.9.0 has some updates, new language support and
534 a much better refresh setup (It's still not great, but...)
Chris Allegretta88520c92001-05-05 17:45:54 +0000535 There should also be more stability editing long lines,
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000536 as there was a stupid mistake in the update_line
537 call. Silly me =)
538
53903/22/2000 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
540 to reflect the current stagnant status of the project.
541 Most things work, the rest doesn't doesn't work because
542 (a) I can't fix it or I would have already done so, and
543 (b) the amount of patches I'm receiving right now is quite
Chris Allegretta88520c92001-05-05 17:45:54 +0000544 negligible. Fortunately, this release marks the first
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000545 release since I have acquired ownership of the nano pages
546 on SourceForge. Here's hoping SF will get us some more
Chris Allegretta88520c92001-05-05 17:45:54 +0000547 visibility, translators and patches.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000548
54903/12/2000 - After a hiatus, I have finally moved (not unpacked though)
Chris Allegretta88520c92001-05-05 17:45:54 +0000550 to my new home into Albany. Thus I should now have more
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000551 time to work on nano. Nano 0.8.8, the "dear god what
552 broke this time?" release, incorporates patches for both
553 i18n and many bugfixes. It is VERY likely something broke
554 this version, and it's likely I didn't even apply the i18n
555 stuff properly, so *it* may not even work.
556
557 I would like to announce that I'm going to need
558 translations soonish, so if you are fluent in other
Chris Allegretta88520c92001-05-05 17:45:54 +0000559 languages than English (or even better, if your native
560 language is not English) and you would like to submit a
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000561 translation file to me, please feel free to do so. If you
562 do, I will list your name and email in the AUTHORS file as
563 the maintainer of the .po file, and from then on it is
564 yours to take care of and keep up to date.
565
56603/01/2000 - Well, to continue my trend of going back on my previous
567 release's comments, nano 0.8.7 is released. The crashing
Chris Allegretta88520c92001-05-05 17:45:54 +0000568 behavior was still occurring, and this most recent fix also
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000569 fixes some other wrapping problems, so here you go.
Chris Allegretta88520c92001-05-05 17:45:54 +0000570 There may be another release soon, there may not be, is
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000571 that vague enough? =)
572
57302/25/2000 - More minor bugfixes in 0.8.6, the bizarre behavior at the end
574 of a page has ceased, thankfully. I'm also moving next
575 weekend, so don't be shocked if you don't see a new
576 version of nano next week =-)
577
57802/11/2000 - Okay, here we go again. Aside from a few minor fixes and
579 some under-the-hood changes, you won't notice much
580 different in this version of nano. I haven't gotten much
581 feedback on the help feature, is it simply amazing or does
582 no one care? Write and let me know! =)
583
58402/08/2000 - Nano 0.8.3 marks the first time in a long time that there has
585 been more than three days since the last release. New
586 features include an initial help mode (YAY!), hopefully
587 much more support for i18n out of the box, and a flag
588 for more Pico compatibility in the shortcut lists
589 displayed. This release also marks the new nano
590 distribution site, http://www.asty.org/nano and email
591 address nano@asty.org for bugs, etc.
592
59302/02/2000 - Okay, I hate to go back on what I said in the last release,
594 but I may be changing jobs very soon. I will release
595 version 0.8.2 as is (no i18n, no help menu (yet). I
596 expect things to settle down by the end of next week, and
Chris Allegretta88520c92001-05-05 17:45:54 +0000597 then I can try to start on the i18n support and help menu;
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000598 look for these new features in version 0.8.5 to 0.9.0.
599
60001/28/2000 - Nano 0.8.1 marks our first official step toward
Chris Allegretta88520c92001-05-05 17:45:54 +0000601 internationalization (i18n) and the help system (^G). I
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000602 will be merging in Jordi's patches for initial i18n in the
603 next version, and will implement the help system with
604 i18n built into it shortly after that. Please don't
605 hesitate to send bug reports, as long as you're sure the
606 fault lies with nano =-).
607
60801/25/2000 - Nano 0.8.0 is officially the 'let's try and be at least a
609 little portable, mmmmkay?' release. There are many
Chris Allegretta88520c92001-05-05 17:45:54 +0000610 portability checks and fixes; many thanks to Andy Kahn for
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000611 his patches. I removed the broken do_spell behavior with
Chris Allegretta88520c92001-05-05 17:45:54 +0000612 the 'spell' program; for now, we only try to call 'ispell'
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000613 until I write a better method to handle the output of the
614 normal 'spell' command.
615
61601/24/2000 - Nano 0.7.9 features many new features. Among them are a
Chris Allegretta88520c92001-05-05 17:45:54 +0000617 new autoindent feature (-i, --autoindent), tempfile
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000618 flag like Pico's -t flag (-t, --tempfile), and preliminary
619 spelling program support. The spelling function tries
620 to run 'spell' and then 'ispell' in that order, but you
621 can specify another spelling program with -s or --speller.
622
62301/17/00 - Nano 0.7.7 is officially the 'way too much stuff changed this
624 release' release. It's the busy time at work for me, so
625 please don't get offended if your patch doesn't get
626 included in the next immediate version of nano. I'm sure
627 all the changes in this release will cause a few bugs, so
628 0.7.8 will primarily be about fixing those bugs.
629
Chris Allegretta88520c92001-05-05 17:45:54 +0000630 Things added this release include resizability (kinda),
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000631 new -x and -c flags (see nano -h for help), long command
632 line flag support, and the usual array of bugfixes.
633
63401/15/00 - Nano 0.7.6 is officially the 'lightning' release. It now loads
635 large files much faster than previous versions, and is
636 even much faster than Pico or vi in some rather
637 rudimentary tests. Many thanks to Adam Rogoyski for the
638 read_byte patch!
639
64001/09/00 - As of this version (0.7.4), TIP has officially been renamed
641 to nano. The new homepage is at
642 http://faculty.plattsburgh.edu/astyanax/nano. Please
643 update your bookmarks, tell your friends, and all that
644 jazz.
Chris Allegrettac87a4112000-08-07 02:16:24 +0000645
646$Id$