blob: 5e1f37a0ec76a003fdca7522f7e5022c4de35b93 [file] [log] [blame]
Chris Allegretta70bb8862002-07-24 01:34:13 +0000107/25/2002 - At long last! GNU nano 1.1.10 "What didn't we break?" is
2 released. This version of GNU nano features version
3 0.11.2 of gettext, building with automake 1.6, some new
4 code for displaying control characters, browser
5 improvements, a new backup file option (-B, --backup),
6 a new option to ignore rc files (-I,--ignorercfiles),
7 compatibility with -pedantic, handling null characters
8 before EOF, a slightly sportier nanorc.sample and more.
9 Fixes are included included for justification, the
10 reading and writing file routines, resizing and fill
11 length, millions of memory leaks, the usage screen was
12 updated, and the the --quotestr and --regexp really work
13 now ;-) Enjoy :)
14
Chris Allegretta8b75a782002-05-13 00:09:30 +00001505/12/2002 - GNU nano 1.1.9 is released, happy Mother's Day! This release
16 includes many new features, including a prepend mode
17 (^O,M-P), a new "syntax" command in the .nanorc to allow
18 multiple syntax highlighting types, and a new -Y, --syntax
19 flag to set a specific one if there's no filename regex to
20 match it against (i.e. w/mutt). The ^space and M-space keys
21 will now show up in the help menu, which itself has been
22 tweaked a bit, and many more configure options should now
23 cooperate (like the odd pairing of --enable-tiny and
24 --enable-multibuffer). The marker should now work
25 when using multiple buffers, and the huge memory leak in
26 color syntax highlighting has been fixed. A lot of
27 new stuff for everyone's favorite text editor ;) Have fun!
28
Chris Allegretta4ceb30c2002-03-30 16:56:53 +00002903/30/2002 - GNU nano 1.1.8 is released. New features include an
30 "Insert Output of External Command", ^R^X, and a .spec
31 file is now included in the distribution. There are
32 cleanups in the usage code, fixes for regex parsing,
33 the file browser, the NO_CONVERT auto-detect, indented
34 justification, the internal spell checker, and a serious
35 bug where reading a file of 0 lines would hang nano.
36 Also, the "show position" code now shows the starting
37 column as 1 instead of 0. Have fun!
38
Chris Allegretta97489d22002-03-05 23:47:44 +00003903/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks"
40 is released. New features include new flags
41 -N,--noconvert to stop any file format conversion and
42 -Q, --quotestr for the new quoted text justification,
43 a new tempnam() implementation to avoid silly warnings,
44 DOS and Mac file options in the Write File dialog,
45 multiple save files (file.1) for abnormal exits, ^C
46 now shows column as well as character position, and
47 multibuffer allows duplicate files, even unnamed ones.
48 Also, the static shortcut and toggle lengths are
49 history, nano now reads $SYSCONFDIR/nanorc if rc file
50 support is enabled, and nano is now built with (and
51 requires for rebuilding) autoconf 2.5.
52 This release also includes fixes for some memory
53 leaks, detecting DOS and mac file format, justification,
54 suspending keys, search & replace under various
55 conditions, variable width for shortcuts, and the usual
56 ton of translation updates.
57
Chris Allegretta491029e2002-01-25 17:02:32 +00005801/25/2002 - GNU nano 1.1.6 is released. Lots of new features in this
Chris Allegretta05f40652002-01-23 02:37:36 +000059 release. New Meta-keys were added as alternates for
60 control sequences: Meta-A for the marker key (^^), and
61 Meta-G for the 'goto dir' key in the file browser (^_).
62 The color syntax highlighting now supports multiple
63 lines via start="regex" end="regex" syntax, and the
64 .nanorc regex format itself has changed. Also, the
65 gettext code was upgraded to version 0.10.40, and nano
66 will now display a message if only occurrence of a
67 given search exists.
68 For bugfixes, there are fixes for spelling,
69 stray newlines in the usage() function, suspend issues
70 with tcsh, auto-indent and wrapping clashes, ugly code
71 in rcfile.c, global variable compatibility with AIX.
72 There are also oodles of translation updates.
73 Have fun with it.
74
Chris Allegretta110927b2002-01-05 19:49:06 +00007501/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
Chris Allegretta05f40652002-01-23 02:37:36 +000076 release is the changed behavior of the keypad. Nano now
Chris Allegrettabdea41e2002-01-05 18:54:43 +000077 does the Right Thing and used keypad() by default. If
78 you wish to use the keypad arrow keys in certain
79 terminals, you may use the -K or --keypad flag to
80 use the old behavior. Users of other OSes should see
81 better handling of their non-keypad keys in this
82 release. Other changes include more Hurd fixes, fixes
83 parsing the .nanorc, display fixes for the color syntax
84 highlighting, gettext stabilization and many translation
85 updates. This is amost like a stable release, much like
86 in the 0.9.x series when every other release was the
87 mosts stable one :) Have fun!
88
Chris Allegretta7bf25092001-12-12 02:44:40 +00008912/11/2001 - GNU nano 1.1.4 is released. This release contains
90 rudimentary color syntax support (but it's still
91 broken), compatibility fixes for the Hurd and FreeBSD,
92 spell checker and wrapping fixes, and more. It seems
93 that the amount of interest in the code is inversely
94 proportional to the amount of time since last release,
95 so it's time to show the world all the changes since
96 1.1.3 ;) Have fun with it!
97
Chris Allegrettadc57bba2001-10-26 16:14:45 +00009810/26/2001 - GNU nano 1.1.3 is released. As far as new features go,
99 the help system is now available for all functions in the
100 editor. Also, nano will also now print a message on
101 the status bar when it automatically converts a file from
102 Mac or DOS format, and trying to load a file that
103 has already been loaded in multibuffer mode will now also
104 cause an error message. There is now a "goto previous
105 word" which you can use by hitting Meta-Space Bar.
106 As for fixes, a SEVERE bug in the
107 null_at code which discarded the memory address of
108 reallocated memory has been fixed. This is probably
109 the biggest bug fix in well over the last year of
110 development. There are also some display fixes for when
111 the screen shouldn't center itself on cut or uncut text.
112 Also, the comments in the header files incorectly said
113 that nano was distributed under version 1 of the GPL when
114 the accompanying license was the GPLv2.
115 If you're using nano-1.1, it is highly
116 recommeneded you upgrade to this release. If using 1.0,
117 wait for version 1.0.6 which should be available early
118 next week. Enjoy!
119
Chris Allegretta03260b42001-10-04 01:24:07 +000012010/03/2001 - GNU nano 1.1.2 is out there. Many new features in this
121 release, including support for auto-converting from
122 DOS and Mac formatted files, as well as toggles for
123 writing out files in these formats. Pico's -o flag has
124 been implemented, as has some new smooth scrolling code
125 (which can be used in place of the default jerky scrolling
126 behavior). Also, there is now a "find matching
127 bracket/brace/etc" feature (Meta-]). The .nanorc file
128 now accepts setting the tabsize, and the help text at the
129 bottom of the editor is now better spaced out in the
130 search/replace prompts. There are also the usual helping
131 of bugfixes, translation updates and, surely a bug or two.
132 You better get ready!
133
Chris Allegretta0e8c8d82001-07-29 01:16:27 +000013407/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable release
135 features many bugfixes from the initial release, in
136 particular fixs for the multibuffer code, and various
137 compiler macro fixes. The shortcut lists for
138 the search and replace prompts are a little more logical
139 (with cancel the last option again), and the included
140 gettext was re-downgraded to 0.10.35 due to problems
141 on the PPC platform. GNU nano now includes its own
142 aclocal macros in the m4/ directory to allow rebuilding
143 the configure script to work on platforms regardless of
144 their gettext version.
145
Chris Allegretta9a748602001-07-15 16:07:23 +000014607/15/2001 - GNU nano 1.1.0 is released. This is the first release
147 in the 1.1.x unstable series of GNU nano. It
148 incorporates all changes up to the 1.0.3 release,
149 and also includes many many new features, including
150 appending to as well as overwriting files, writing
151 marked text to a separate file, dynamic wrap length,
152 lots more compatibility with Pico, and new optional
153 features like .nanorc file support and multiple file
154 buffers! All in all, plenty of new stuff that's sure
155 to introduce lots of bugs ;-) Have fun with it, but
156 be careful, unstable means unstable.
157
Chris Allegretta38068cd2001-04-06 20:04:23 +000015804/06/2001 - GNU nano 1.0.1 is out there. The only new feature is a
159 configure option for those who want to disable all
160 word wrapping from nano, --disable-wrapping. Bug fixes
161 this release include some bugs with autoconf and i18n,
162 and several fixes in the file browser including a
163 segfault on Solaris, symlinks to directories now work
164 properly, and nano now sorts files case insensitively
165 like pilot. Have fun with it.
166
Chris Allegretta2bfbda02001-03-23 03:50:44 +000016703/22/2001 - GNU Nano 1.0 is released! The autoindent wrapping bug
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000168 has been fixed, as well as strange bug when using Pico
169 mode and regex search. There have also been some minor
170 spelling and documentation updates. As stated on the
171 website, there are currently no known bugs with nano, but
172 some will pop up eventually and they will be addressed in
173 subsequent releases. We hope you enjoy this first stable
174 release of nano, and as always, feedback is welcome!
175 nano@nano-editor.org.
176
Chris Allegrettaf4a98642001-02-19 05:28:00 +000017702/19/2001 - Nano 0.9.99pre3 brings a lot of changes! The most important
178 being that nano is now officially a GNU program. Some
179 changes have been made for GNU compatibility (like the
180 default list of shortcuts, "^G Get Help" is now Listed and
181 "^_ Goto Line" is not). The Yes/No/All keys have
182 finally been internationalized also. All in all, quite
Chris Allegretta88520c92001-05-05 17:45:54 +0000183 a few changes, considering nano is supposed to be in a code
184 freeze. But there are the usual helping of bugfixes, a
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000185 nasty bug when cutting text in -k mode and some
Chris Allegretta88520c92001-05-05 17:45:54 +0000186 compatibility issues with older ncurses libraries have also
187 been fixed. All in all, a lot to see.
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000188
Chris Allegretta90e04042001-01-31 18:01:24 +000018901/31/2001 - Nano 0.9.99pre2 is released. Not surprisingly, all that is
190 new is bugfixes, bugfixes, bugfixes. There were a few
191 cleanups in unneeded global variables and duplicate
192 functions, but most is just fixing. Specifically, there
193 is now a preliminary (read: needs testing) fix for
194 resizing the editor in any mode other than normal edit
195 mode. Other fixes include some more tab completion
196 segfaults, and an silly segfault that occurred when
197 successfully writing a file on the 2nd try (i.e. after an
198 initial write error). Slowly but surely, on toward 1.0 we
199 travel.
200
Chris Allegretta9d6f3f32001-01-21 02:35:03 +000020101/17/2001 - Nano 0.9.99pre1 is released. This is the first pre-1.0
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000202 release of nano, and is also the first release since the
203 code freeze for nano 1.0. Don't expect (or request) any
204 new features between now and nano 1.0, only bugfixes,
205 optimizations and doc/translation updates. For fixes, a
206 nasty segfault when trying to insert one's home directory
207 (~), some checks for the NumLock key making the keypad
208 go awry, window size sanity checks, many autoconf fixes,
209 and support for the KDE konsole keypad layout. Have fun.
210
Chris Allegretta16991442001-01-07 22:06:11 +000021101/07/2001 - Nano 0.9.25 is the "Just one more feature I swear!" release.
212 It includes one new feature that Pico has had forever, a
213 built-in file browser. Since not everyone may want this
214 option, there is a --disable-browser option to the
215 configure script as well. Other changes include slightly
216 different keypad handling, and a bugfix for crashes when
217 tab completion in certain instances. Have fun and Happy
218 New Year!
219
Chris Allegretta88520c92001-05-05 17:45:54 +000022012/18/2000 - Nano 0.9.24 is released. This version contains the last of
Chris Allegretta66149e72000-12-19 02:51:06 +0000221 the security fixes for writing files, as well as for a
222 nasty segfault when nano is unable to open a file for
223 reading, among other fixes. Nano also now cowardly
224 refuses to open device files, to stop silly things like
225 trying to open /dev/zero. New features include being
226 Able to use Meta-Meta-<key> as Control-<key>, better
227 HURD support, and some new flags have been added for Pico
228 compatibility. Upgrading to this version is highly
229 recommended.
230
Chris Allegretta88167602000-12-09 00:07:06 +000023112/08/2000 - Nano 0.9.23 is the "race conditions bite" release. The
232 main reason for this release is the less-than-optimal
233 fix for the security issue in nano with following symbolic
Chris Allegretta88520c92001-05-05 17:45:54 +0000234 links. Hopefully this will fix the problem permanently.
Chris Allegretta88167602000-12-09 00:07:06 +0000235 The --nofollow option also works again for those who
236 are real security nuts. There are also some display and
237 search fixes, and the --disable-spell function was renamed
Chris Allegretta6df90f52002-07-19 01:08:59 +0000238 to --disable-speller to be in line with nano and Pico's
Chris Allegretta88167602000-12-09 00:07:06 +0000239 "speller" term.
240
Chris Allegrettaac139dd2000-12-02 21:31:17 +000024112/02/2000 - Nano 0.9.22 is released, with many more changes and
242 additions than imaginable. The most important change is
243 a fix for unsafe handling of symbolic links which could
244 lead to symlink attacks if nano were to exit because
245 of an error or signal. Also there are better checks when
246 saving files.
247 As for new features, username tab completion is
248 now working well, the internal spell checker code has been
249 tweaked, you can now unjustify if you don't like how the
250 justify formatted your text, and there are more
251 options for configure, including --disable-spell and
Chris Allegretta9ee2a0d2000-12-02 21:50:57 +0000252 --disable-justify and --enable-extra (for those who like
253 surprises). All in all, a whole lot of changes in
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000254 a little over a week.
255
Chris Allegretta71366cd2000-11-23 21:04:27 +000025611/23/2000 - Happy Thanksgiving! Nano 0.9.21 is our "last version was
257 a big turkey" release. It fixes several bugs introduced
258 by the previous version, as well as a few long-
259 standing display bugs. All 0.9.20 users are strongly
260 encouraged to upgrade to this release.
261
26211/18/2000 - Nano 0.9.20 is finally out the door. Probably the biggest
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000263 change is the brand new way nano displays previous search
264 and replace strings (they are now editable!) This is a
265 break from Pico's (inconsistent) interface, so if you
266 don't like the new way, "Pico" mode (-p on the command
267 line or Meta-P within nano) still works the "old"
268 way.
269 Other new features include being able to deal with
270 search strings of any length, a new internal spell feature
271 (courtesy of Mr. Rocco Corsi) and tab completion when
272 reading in or writing out files! There's also the usual
273 billion or so bug fixes. Feedback on this release is
Chris Allegretta88520c92001-05-05 17:45:54 +0000274 welcome because so much has changed, especially with the
275 previous string display in search and replace. Email ->
276 nano@nano-editor.org <-. If you like something, don't like
277 something, or just want to order a pizza, let us know!
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000278
Chris Allegretta07e97d62000-10-03 01:52:50 +000027910/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
280 a week and needs a distraction" release. There are only
281 a few actual code changes, mainly portability and compiler
282 warning fixes. Nano now also supports PDCurses, which
283 enables easily-built nano executables for Windows NT
284 and 95/98 for the brave. The official nano site has
285 changed (again) as well, check out www.nano-editor.org for
286 all the latest nano schtuff.
287
Chris Allegretta629edad2000-09-19 00:27:19 +000028809/18/2000 - Nano 0.9.18 is unleashed. It has some new keyboard
289 handling code, cygwin support out of the box, and
290 a more portable handler for the NOHELP toggle. There
291 is also a fix for a somewhat serious bug whereby trying
292 to insert a directory instead of a normal file would
293 destroy the contents of the editor. A must-see. Four
294 stars.
295
Chris Allegretta423cbfd2000-09-04 16:21:29 +000029609/04/2000 - Nano 0.9.17, the Labor Day release, is released after a
297 quiet spell (almost an entire month since last release!)
298 New features include better (not yet perfect) binary
299 display support and toggle support for most of the program
300 flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k and M-e for
301 -c, -i, -x, -p, -w, -k, and -R).
302
Chris Allegretta88520c92001-05-05 17:45:54 +000030308/09/2000 - Nano 0.9.16, after some struggling, is released. This release
Chris Allegrettaba96f7a2000-08-09 21:38:28 +0000304 should fix a few of the holes that 0.9.15 dug. The
305 "cutting text on the first line" bug is fixed, as is the
306 "cutting text on the last line" bug. Nice symmetry there
307 huh? Also the --tabsize argument should now work as well
308 as by using -T.
309
Chris Allegretta88520c92001-05-05 17:45:54 +000031008/03/2000 - Nano 0.9.15 is the "I can't think of a release description"
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000311 release. There are the usual gala of display bugfixes,
Chris Allegretta88520c92001-05-05 17:45:54 +0000312 a fix for the the nasty bug in -k mode that could create a
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000313 loop in the file being edited, and some other code
314 cleanup. Also, the -T option should now work regardless
315 of the curses library used. Yay.
316
Chris Allegrettaa1a55c72000-07-28 00:36:03 +000031707/27/2000 - Nano 0.9.14 is officially the "13 is so unlucky it should
318 be skipped as a version number" release. One typo
319 caused unending problems (calling nano with either -t or
320 -k caused both flags to be used). The -k code is also now
Chris Allegretta88520c92001-05-05 17:45:54 +0000321 closer in functionality to Pico's -k mode; please
Chris Allegrettaa1a55c72000-07-28 00:36:03 +0000322 note that this code is not finished yet. Working on this
323 code has made me realize that there is not enough
324 abstraction in the code, and I will be working on that
325 for the next release. Until then, have fun with this
326 version.
327
Chris Allegrettaedebbe62000-07-23 16:45:20 +000032807/23/2000 - Nano 0.9.13 has a few new bits and bobs, most notably the
Chris Allegretta231d3d62000-07-22 19:33:19 +0000329 -k option from Pico (cut to end of line). The majority
Chris Allegretta88520c92001-05-05 17:45:54 +0000330 of changes in this release are bugfixes, however, including
Chris Allegretta231d3d62000-07-22 19:33:19 +0000331 the usual display fixes and fixes for writing to symbolic
332 links and un-writeable files. Barring any other major
333 changes, this should be the feature set for nano 1.0,
334 whenever it might be released =-)
335
Chris Allegrettae955dae2000-07-07 22:24:59 +000033607/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new
337 features, bug fixes, and yummy fruit flavor. For
338 changes, the alternate replace keystroke ^W^T is now
Chris Allegretta88520c92001-05-05 17:45:54 +0000339 ^W^R to be compatible with later versions of Pico.
Chris Allegrettae955dae2000-07-07 22:24:59 +0000340 ^W^T is now goto line, again for Pico compatibility.
341 As for new features, the wonderful/hated magic line
342 code has returned with a vengeance! Also, regular
343 expression searches and replaces have been incorporated
Chris Allegretta88520c92001-05-05 17:45:54 +0000344 via the -R flag. And, of course, there are the usual
Chris Allegrettae955dae2000-07-07 22:24:59 +0000345 helping of display and other bug fixes to top it all
346 off.
347
Chris Allegretta4da1fc62000-06-21 03:00:43 +000034806/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy
Chris Allegretta37985882000-06-20 00:39:20 +0000349 routines in the program, specifically the wrapping code
350 and almost all of the display routines. There are many
351 improvements and bugfixes to the display subsystem in
352 general, but there may be bugs lurking yet. Also, after
353 many MANY requests, there is now an option to set the
354 displayed tab width (-T, --tabsize). Note that
355 this function just changes the way tabs LOOK in the
356 editor, the tabs you input are still real tabs of normal
357 width (usually 8 characters); nano just makes them look
Chris Allegretta88520c92001-05-05 17:45:54 +0000358 smaller or bigger while in the editor. New in the
359 translation department is an Indonesian translation (id).
Chris Allegretta37985882000-06-20 00:39:20 +0000360
Chris Allegretta2b26e0a2000-06-07 04:02:06 +000036106/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT when
362 using "run and terminate" flags (for example, --help).
363 There are also some minor documentation updates. This
364 version of nano is the most stable in quite some time, and
365 is likely to be the most stable for awhile. Users are
366 encouraged to upgrade to this version.
367
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000036805/31/2000 - Nano 0.9.9 introduces much better working i18n support,
369 more portability, and a ton of bugfixes. While
370 nano is not likely anywhere near 1.0 in terms of
371 code quality, it gets a quantum leap closer with this
372 release.
373
37405/18/2000 - Nano 0.9.8 (the 'what broke now?' release) should fix
375 the resize crash people have been experiencing. It also
376 offers a new input method that should allow nano to do
377 things the right way (like ^S, ^Q, custom suspend keys)
Chris Allegretta88520c92001-05-05 17:45:54 +0000378 and hopefully won't break with non-US keyboards. There
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000379 are also the obligatory display fixes and speedups. Have
380 fun with it.
381
38205/14/2000 - Nano 0.9.7 (the Mother's Day release) continues in the long
383 line of display fixes, and also fixes the broken symlink
384 behavior (i.e. symlinks weren't being followed by
385 default). Hopefully all major bugs can be worked out soon
386 and we can have a 1.0 release before the end of the year,
387 but who knows.
388
38905/08/2000 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
390 uncovered. There are improvements (and some remaining
391 segfaults) in the wrapping code, and even more
392 display optimizations. I would still say 0.9.4 or 0.9.2
393 are the most stable versions of nano to date, but this one
394 may not be too bad =-)
395
39605/01/2000 - Nano 0.9.5 attempts to speed up the display of text
397 to be at least somewhat reasonable. Much
398 code profiling has been done to reduce the
Chris Allegretta88520c92001-05-05 17:45:54 +0000399 ridiculous number of redundant display updates. This
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000400 will probably expose a lot of bugs that can then be
401 fixed, so this release is probably not for the faint
402 of heart. For anyone curious, I would call nano 0.9.2
403 the most stable version recently, so use that if you're
404 not particularly concerned with being on the bleeding
405 edge.
406
40704/25/2000 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
408 line code and related segfaults. It also now has
409 much better handling for 8-bit characters. The
410 --enable-tiny code also produces a smaller executable.
411
41204/19/2000 - Nano 0.9.3 is officially the "Micro$oft" release. It
413 underscores the recent problem of bugfixes introducing
414 more bugs than they fix. The most important change
415 to this version of nano is the removal of the "magic
416 line". You will no longer see a blank line at the end of
417 the file. If you want a new line at the end of your file,
418 you'll have to hit enter to get one.
419
420 NOTE: THIS BREAKS COMPATIBILITY WITH PICO. Unfortunately,
421 this feature has been causing many many problems with nano
422 so it is being removed for the time being, and perhaps
423 indefinitely.
424
Chris Allegretta88520c92001-05-05 17:45:54 +0000425 Other new stuff includes an --enable-tiny option to make
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000426 nano ultra small (disabling i18n, detailed help and the
427 marker and mouse code), and --with-slang to use the
428 slang libraries instead of ncurses.
429
43004/15/2000 - Nano 0.9.2 just fixes the serious segfault problem if
431 nano is invoked any way other than using the absolute
432 path. The bug was in the new code for checking whether
Chris Allegretta6df90f52002-07-19 01:08:59 +0000433 nano is invoked as 'pico'.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000434
43504/14/2000 - 0.9.1 has some more Pico compatibility built-in. The
436 option to switch to/from Search and Search/Replace
437 (^T) is now available, and nano now displays the
438 more Pico-like shortcut list when invoked as 'pico'
Chris Allegretta6df90f52002-07-19 01:08:59 +0000439 (i.e. if 'pico' is a symlink to nano). There is an
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000440 important change to the handling of symbolic links
441 as well. Now, nano does the "correct" thing and
442 automatically writes to the object of the symlink,
443 rather than replace the symlink with the updated file.
444 This behavior is still available with the --nofollow
445 or -l flags.
446 Other new things include a fix for the infamous
447 "recursive replace" bug, and more bugfixes in the wrapping
448 code.
449
45004/07/2000 - Nano 0.9.0 has some updates, new language support and
451 a much better refresh setup (It's still not great, but...)
Chris Allegretta88520c92001-05-05 17:45:54 +0000452 There should also be more stability editing long lines,
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000453 as there was a stupid mistake in the update_line
454 call. Silly me =)
455
45603/22/2000 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
457 to reflect the current stagnant status of the project.
458 Most things work, the rest doesn't doesn't work because
459 (a) I can't fix it or I would have already done so, and
460 (b) the amount of patches I'm receiving right now is quite
Chris Allegretta88520c92001-05-05 17:45:54 +0000461 negligible. Fortunately, this release marks the first
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000462 release since I have acquired ownership of the nano pages
463 on SourceForge. Here's hoping SF will get us some more
Chris Allegretta88520c92001-05-05 17:45:54 +0000464 visibility, translators and patches.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000465
46603/12/2000 - After a hiatus, I have finally moved (not unpacked though)
Chris Allegretta88520c92001-05-05 17:45:54 +0000467 to my new home into Albany. Thus I should now have more
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000468 time to work on nano. Nano 0.8.8, the "dear god what
469 broke this time?" release, incorporates patches for both
470 i18n and many bugfixes. It is VERY likely something broke
471 this version, and it's likely I didn't even apply the i18n
472 stuff properly, so *it* may not even work.
473
474 I would like to announce that I'm going to need
475 translations soonish, so if you are fluent in other
Chris Allegretta88520c92001-05-05 17:45:54 +0000476 languages than English (or even better, if your native
477 language is not English) and you would like to submit a
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000478 translation file to me, please feel free to do so. If you
479 do, I will list your name and email in the AUTHORS file as
480 the maintainer of the .po file, and from then on it is
481 yours to take care of and keep up to date.
482
48303/01/2000 - Well, to continue my trend of going back on my previous
484 release's comments, nano 0.8.7 is released. The crashing
Chris Allegretta88520c92001-05-05 17:45:54 +0000485 behavior was still occurring, and this most recent fix also
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000486 fixes some other wrapping problems, so here you go.
Chris Allegretta88520c92001-05-05 17:45:54 +0000487 There may be another release soon, there may not be, is
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000488 that vague enough? =)
489
49002/25/2000 - More minor bugfixes in 0.8.6, the bizarre behavior at the end
491 of a page has ceased, thankfully. I'm also moving next
492 weekend, so don't be shocked if you don't see a new
493 version of nano next week =-)
494
49502/11/2000 - Okay, here we go again. Aside from a few minor fixes and
496 some under-the-hood changes, you won't notice much
497 different in this version of nano. I haven't gotten much
498 feedback on the help feature, is it simply amazing or does
499 no one care? Write and let me know! =)
500
50102/08/2000 - Nano 0.8.3 marks the first time in a long time that there has
502 been more than three days since the last release. New
503 features include an initial help mode (YAY!), hopefully
504 much more support for i18n out of the box, and a flag
505 for more Pico compatibility in the shortcut lists
506 displayed. This release also marks the new nano
507 distribution site, http://www.asty.org/nano and email
508 address nano@asty.org for bugs, etc.
509
51002/02/2000 - Okay, I hate to go back on what I said in the last release,
511 but I may be changing jobs very soon. I will release
512 version 0.8.2 as is (no i18n, no help menu (yet). I
513 expect things to settle down by the end of next week, and
Chris Allegretta88520c92001-05-05 17:45:54 +0000514 then I can try to start on the i18n support and help menu;
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000515 look for these new features in version 0.8.5 to 0.9.0.
516
51701/28/2000 - Nano 0.8.1 marks our first official step toward
Chris Allegretta88520c92001-05-05 17:45:54 +0000518 internationalization (i18n) and the help system (^G). I
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000519 will be merging in Jordi's patches for initial i18n in the
520 next version, and will implement the help system with
521 i18n built into it shortly after that. Please don't
522 hesitate to send bug reports, as long as you're sure the
523 fault lies with nano =-).
524
52501/25/2000 - Nano 0.8.0 is officially the 'let's try and be at least a
526 little portable, mmmmkay?' release. There are many
Chris Allegretta88520c92001-05-05 17:45:54 +0000527 portability checks and fixes; many thanks to Andy Kahn for
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000528 his patches. I removed the broken do_spell behavior with
Chris Allegretta88520c92001-05-05 17:45:54 +0000529 the 'spell' program; for now, we only try to call 'ispell'
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000530 until I write a better method to handle the output of the
531 normal 'spell' command.
532
53301/24/2000 - Nano 0.7.9 features many new features. Among them are a
Chris Allegretta88520c92001-05-05 17:45:54 +0000534 new autoindent feature (-i, --autoindent), tempfile
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000535 flag like Pico's -t flag (-t, --tempfile), and preliminary
536 spelling program support. The spelling function tries
537 to run 'spell' and then 'ispell' in that order, but you
538 can specify another spelling program with -s or --speller.
539
54001/17/00 - Nano 0.7.7 is officially the 'way too much stuff changed this
541 release' release. It's the busy time at work for me, so
542 please don't get offended if your patch doesn't get
543 included in the next immediate version of nano. I'm sure
544 all the changes in this release will cause a few bugs, so
545 0.7.8 will primarily be about fixing those bugs.
546
Chris Allegretta88520c92001-05-05 17:45:54 +0000547 Things added this release include resizability (kinda),
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000548 new -x and -c flags (see nano -h for help), long command
549 line flag support, and the usual array of bugfixes.
550
55101/15/00 - Nano 0.7.6 is officially the 'lightning' release. It now loads
552 large files much faster than previous versions, and is
553 even much faster than Pico or vi in some rather
554 rudimentary tests. Many thanks to Adam Rogoyski for the
555 read_byte patch!
556
55701/09/00 - As of this version (0.7.4), TIP has officially been renamed
558 to nano. The new homepage is at
559 http://faculty.plattsburgh.edu/astyanax/nano. Please
560 update your bookmarks, tell your friends, and all that
561 jazz.
Chris Allegrettac87a4112000-08-07 02:16:24 +0000562
563$Id$