blob: e233c7d0445747b1edb913720be370c9f80d2d32 [file] [log] [blame]
David Lawrence Ramsey8a890962007-01-29 12:33:45 +000012007.01.29 - GNU nano 2.0.3 flows toward its ending. This release
2 contains several minor optimizations to make the
3 executable a little smaller under some circumstances,
4 some translation updates, improvements to the color
5 syntax for Python, and still more minor documentation
6 updates. Have fun.
7
David Lawrence Ramsey518b7fa2006-12-21 02:47:14 +000082006.12.20 - GNU nano 2.0.2 forges ahead. This release fixes a segfault
9 when trying to save in a nonexistent directory; fixes
10 handling of strings containing nulls at the "Write File",
11 "Insert File", "Execute Command", and "Go to Directory"
12 prompts; fixes several minor memory leaks; fixes two
13 more potential compilation warnings; adds a few
14 translation updates; and adds a few more minor
15 documentation updates. Enjoy.
16
David Lawrence Ramsey16fd49b2006-11-20 14:38:31 +0000172006.11.20 - GNU nano 2.0.1 emerges from its cocoon. This release
18 contains several bugfixes: saving one file over another
19 will now always warn about overwriting it, overwriting
20 a file is no longer possible when saving a new file in
21 restricted mode, and zero-length Unicode characters are
22 now highlighted properly when nano is built without
23 regular expression support. It also adds several minor
24 documentation updates. Have fun with it.
25
David Lawrence Ramseyf8df4a02006-11-06 16:03:12 +0000262006.11.06 - GNU nano 2.0.0 does its little dance. This release adds
27 documentation updates and a few cosmetic tweaks.
28 For those who haven't been following nano 1.3
29 development, there are a ton of new features, including
30 support for UTF-8, moving to a specified line and column
31 instead of just a line, improved color syntax
32 highlighting, inserting previously untypeable characters
33 using "Verbatim Input" mode, and copying text into the
34 cutbuffer without cutting it. There are also fixes for
35 some long-standing bugs, such as the "NumLock glitch"
36 from nano 1.2.x, and the inability to unjustify text
37 after resizing. Finally, there are also a ton of
38 translation updates and new translations, as well as new
39 color syntaxes. See the UPGRADE file for more
40 information, and enjoy the new stable release.
41
David Lawrence Ramsey12956992006-10-25 15:27:08 +0000422006.10.25 - GNU nano 1.9.99pre3 learns to appreciate life. This
43 release fixes a bug where the screen sometimes wouldn't
44 be updated properly after copying text into the
45 cutbuffer, fixes a potential warning while compiling,
46 and fixes a few other minor inconsistencies. Have fun.
47
David Lawrence Ramsey2953f782006-10-02 04:08:20 +0000482006.10.02 - GNU nano 1.9.99pre2 crosses the threshold. This release
49 fixes a few more bugs: cursor positioning after leaving
50 the statusbar prompt has been fixed, and verbatim input
51 at the statusbar prompt now properly handles newlines.
52 Enjoy.
53
David Lawrence Ramsey890ea442006-08-29 17:29:57 +0000542006.08.29 - GNU nano 1.9.99pre1 passes through the flames. This
55 release fixes various bugs in the last version: the
56 mouse support properly ignores everything except clicks
57 of the left mouse button; the statusbar is now blanked
58 properly when it should be; indenting and unindenting
59 operate on the current line when the mark is off; nano
60 should build on Tru64, NetBSD, and other systems that
61 use termcap instead of terminfo in their curses
62 libraries; the built-in file browser now properly
63 navigates file lists that take up only one row; the
64 cursor position is now completely restored after
65 inserting a file into the current buffer, and after
66 inserting the output of a command into a new buffer; the
67 ^X shortcut at the search prompt has been removed, as
68 official Pico doesn't include it and it's too easily
69 confused with Exit; the screen is updated properly after
70 scrolling a line without moving the cursor; the keyboard
71 input routines behave more consistently; and so on.
72 Have fun with it.
73
David Lawrence Ramseydb5b5472006-06-26 04:01:31 +0000742006.06.26 - GNU nano 1.3.12 escapes the darkness. This release
75 contains the last new features that nano will have
76 before 2.0: copying text into the cutbuffer without
77 cutting it, indenting lines of marked text with a single
78 keystroke, reworked help text that should be easier for
79 new users, searching for filenames in the file browser,
80 the ability to include color regexes in files separate
81 from nanorc files, etc. It also contains many bugfixes.
82 Text can now be unjustified after justifying it and
83 resizing the window; the screen is now cleared when
84 suspending; the "default" color syntax is now handled
85 properly at all times; lines of text containing tabs are
86 now wrapped at the right place; double-column characters
87 are now properly displayed when past the right edge of
88 the screen; invalid multi-line color regexes are now
89 ignored; and so on. Enjoy.
90
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +0000912006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
92 focuses mostly on bugfixes, which include better
93 handling of the cursor at the statusbar prompt, support
David Lawrence Ramseyce5284b2006-03-30 07:01:57 +000094 for certain combinations of Shift and keypad keys in
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +000095 both normal and --rebind-keypad mode, a fix for a minor
96 display problem after some searches, a real fix for a
97 long-standing segfault when displaying overly long
98 lines, and a real fix for nano's not hanging up properly
99 in xterm under certain circumstances. There are also
100 several new features, such as the ability to set the
101 characters used as brackets when searching for matching
102 brackets, and tab completion of directories at the "Go
103 To Directory" prompt. Have fun.
104
David Lawrence Ramsey2cd986c2005-12-23 16:08:19 +00001052005.12.23 - GNU nano 1.3.10 rises to the surface. This release
106 contains several new features as well as fixes for
107 several longstanding bugs. The former include the
108 ability to scroll up or down single lines without
109 scrolling the cursor, reworked bracket searching code
110 that doesn't require regular expression support,
111 reworked command execution code that uses $SHELL if
112 available instead of hardcoding "/bin/sh", and the
113 ability to no longer add newlines to files that don't
114 end in them via the -L/--nonewlines option. The latter
115 include fixes to the statusbar prompt so that mouse
116 clicks work properly on it, fixes to the Yes/No/All
117 prompt so that mouse clicks on it work properly when
118 -O/--morespace is used, and fixes to the resize handling
119 so that nano dies properly when the terminal is too
120 small to display a prompt. Enjoy.
121
David Lawrence Ramsey5a9d4932005-10-24 01:44:23 +00001222005.10.23 - GNU nano 1.3.9 breaks through the wall. This release
123 includes major enhancements as well as bugfixes. The
124 enhancements include better handling of invalid UTF-8,
125 expansion of the word count option to also count lines
126 and characters in the file or selection, more efficient
127 screen update routines, a readded -K/--rebindkeypad
128 option to work around numeric keypad problems on
129 terminals that don't show the usual NumLock glitch, a
130 new -W/--wordbounds option to properly detect words
131 containing punctuation when moving among them, and
132 massive improvements to the color code such as handling
133 of unspecified foreground colors, more efficient memory
134 usage for color regexes, and new reserved syntaxes
135 "default" and "none". The bugfixes include fixes for
136 the rewritten history code, fixes for potential line
137 numbering problems on 64-bit platforms, fixes for a few
138 long-standing minor display problems, a fix for erroneous
139 hangups occurring while waiting for input, and a fix for
140 a segfault when displaying certain overly long lines.
141 Have fun with it.
142
David Lawrence Ramsey665b1fb2005-06-30 17:16:16 +00001432005.06.30 - GNU nano 1.3.8 floats at its own level. This release
144 contains several new features. Among other things, you
145 can now move to a specified column number as well as
146 line number within a file, file backups saved in a
147 backup directory will have unique names, the search and
148 replace history routines should work more consistently,
149 you can get a word count by pressing Meta-D at the edit
150 window, and there's a new -E/--tabstospaces option to
151 convert all typed tabs to spaces (--backupdir's short
152 option has been changed to -C). In terms of bugfixes,
153 this release contains fixes for minor problems with
154 screen updates, UTF-8 display, and flow control; a fix
155 for a segfault when displaying some lines ending with
156 tabs; better handling of constant cursor position
157 display; improved color parsing in the rcfile; and
158 support for the "Regexp" toggle in tiny mode
159 (-R/--regexp is gone, and --restricted's short option
160 has been changed to -R), among other things. Enjoy.
161
David Lawrence Ramseyc32a5e72005-04-10 03:58:44 +00001622005.04.10 - GNU nano 1.3.7 claws its way to the top. This release
163 mostly contains bugfixes for the massive amount of new
164 code in 1.3.6. Among other things, nano builds with
165 debug support again; going into the help browser at the
166 "Read File" prompt no longer kicks you out of the prompt
167 after you exit the help browser; paragraph searching no
168 longer skips over certain cases of single-line
169 paragraphs; the titlebar no longer cuts off some UTF-8
170 strings prematurely; and the text displayed in the help
171 browser is now wrapped as it was in nano 1.2.x, taking
172 UTF-8 support into account. New features include an
173 --enable/disable-utf8 configure option to explicitly
174 turn detection of UTF-8 support on or off, and sample
175 regexes for C++ as well as C. Have fun.
176
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +00001772005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
178 This release finally includes the long-awaited support
David Lawrence Ramsey7ec8d7c2005-03-21 08:03:46 +0000179 for UTF-8. Other new features include the ability to
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +0000180 insert UTF-8 characters using verbatim input; the
181 ability to delete all text from the cursor position to
182 the end of the file via ^W^X as (patched) Pico does;
183 improvements to input and output so that pasted text
184 displays faster, improvements to the statusbar prompt so
185 that more edit window shortcuts, including verbatim
186 input and previous/next word search, work in it; a new
187 option to allow using the formerly always-blank second
188 line of the screen as part of the edit window; and the
189 ability to refresh the help browser and file browser
190 windows via Ctrl-L. Notable bug fixes include a fix for
191 a segfault when using full justify, and a fix for the
192 long-standing bug where nano would keep running if the
193 terminal it was in died unexpectedly. Enjoy.
194
David Lawrence Ramsey2c86dc62004-11-22 17:55:17 +00001952004.11.22 - GNU nano 1.3.5 hurls itself forward. New features in this
196 release include the ability to replace only marked text
197 when the mark is on, improvements to smooth scrolling so
198 that it applies everywhere instead of just affecting the
199 movement keys, improvements to how files are opened so
200 that they are no longer displayed unnecessarily, support
201 for multiple +LINE arguments in addition to multiple
202 filenames on the command line, autodetection of the
203 format to save a file in based on the format it was in
204 when it was opened, the ability to toggle both ways
205 between the "Read File" and "Execute Command" prompts
206 and the "Search" and "Go to Line" prompts, and support
207 for cross-compiling nano. As for bug fixes, the
208 "tabsize" nanorc option works again, mouse clicks on the
209 shortcut list trigger the right shortcuts again,
210 tab-completing a filename with %'s in it no longer
211 causes a segfault, the internal spell checker no longer
212 skips words after the cursor position when the cursor is
213 in the middle of the file, and spell checking of only
214 marked text now works properly. Have fun with it.
215
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +00002162004.08.17 - GNU nano 1.3.4 marches forth after a false start. This
217 release mainly features fixes for the bugs that crept
218 into the last release. Among other things, nano now
219 compiles again with certain options, quoted justify now
220 works properly on systems without regex.h, full justify
221 no longer segfaults when used on a file with no
222 paragraphs, previous paragraph searching works properly
223 again, tab completion is properly disabled when needed
224 in restricted mode, Ctrl-C is no longer disabled after
225 using the alternate spell checker, the permissions of a
226 newly created file now match those of nano 1.2.x again,
227 and replacing all text in a file now properly updates
228 the screen in all cases. New features include sample
229 regexes for patch files, improvements to the sample
David Lawrence Ramsey86058fa2007-01-17 16:24:24 +0000230 regexes for C files, and support for strings greater
231 than 1023 characters and/or containing nulls in
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +0000232 .nano_history. Additionally, the full justify keystroke
233 has been changed to match current Pico, and whitespace
234 display mode is now turned off by default. Enjoy.
235
David Lawrence Ramseye1151562004-06-28 13:17:33 +00002362004.06.28 - GNU nano 1.3.3 marches forth. There are several new
237 features in this release, including a restricted mode
238 that provides better security than just setting an
239 operating directory, the ability to justify the entire
240 file at once, support for a "smart" home key that can
241 leap from the beginning of text on a line to the true
242 beginning of the line (or the reverse) in one stroke,
243 support for specifying an alternative spell checker in
244 $SPELL, the ability to specify the characters used to
245 display spaces and tabs so that they can easily be told
246 apart, and the ability to specify the characters marking
247 the ends of sentences as used in justification. There
248 are also several bug fixes; among other things,
249 justification now keeps spaces at the ends of all but
250 the last line of a paragraph as Pico does, saving a
251 marked selection no longer changes the current filename
252 to the filename the selection was saved under, resizing
253 now works better and no longer corrupts the screen under
254 slang, and the movement functions now avoid doing
255 unnecessary redraws and hence work faster. In short,
256 there are a lot of new things to play with. Enjoy.
257
David Lawrence Ramseyf70f0cf2004-03-31 18:42:52 +00002582004.03.31 - GNU nano 1.3.2 is prepared for the void. New features in
259 this release include the ability to spell-check only
260 marked text and the ability to save all backup files in
261 a specified directory instead of wherever the original
262 files are. Bug fixes include a fix for a segfault when
263 replacing certain regular expressions, fixes for some
264 misbehavior when doing searches, minor fixes to verbatim
265 input mode and keyboard input in general, better
266 handling of window resizes at certain times, and
267 allowing the mark to be saved properly again when
268 switching between multiple file buffers. nano has also
269 been ported to the Tandem NonStop Kernel. Have fun.
270
David Lawrence Ramseyfa1497b2004-01-09 23:22:02 +00002712004.01.09 - GNU nano 1.3.1 is outside the gates. This release
272 features, among other things, fixes for the input
273 routines to deal with some problems they had, a
274 reorganized shortcut list for the help browser, minor
275 Pico compatibility improvements for the file browser,
276 fixes for misbehavior when replacing certain regular
277 expressions, and the ability to highlight those regular
278 expressions properly. It also allows searching without
279 prompting to work in view mode, adds support for glib
280 2.x for those systems that need it, updates the .spec
281 file for the 1.3 branch, prompts you first when you try
282 to save a file under a different name, and adds a new
283 verbatim input mode that acts as ^V does under vi, but
284 with additional Pico compatibility (explained in the
285 FAQ). Basically, a bunch of fixes and a few new
286 features for your editor of choice. Enjoy.
287
David Lawrence Ramsey133f7b12003-10-22 17:15:12 +00002882003.10.22 - GNU nano 1.3.0 is loosed upon the world. This is the first
289 release in the unstable 1.3.x series, and as such it
290 includes a lot of new features, including the addition
291 of a -d option for those FreeBSD users with Backspace
292 keys that act like Delete keys, the ability to repeat
293 the last search without prompting, the ability to search
294 for the beginning or end of a paragraph, new smooth
295 paging routines to go with the smooth scrolling
296 routines, and various improvements to the input and
297 display routines to make them behave more intuitively.
298 It also includes the usual load of bugfixes. Enjoy.
299
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00003002003.08.11 - GNU nano 1.2.2 is released, only four months since the
Chris Allegretta33642142003-08-12 01:49:20 +0000301 last version :-). This release includes fixes for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000302 broken regex detection, search history recall, and
303 keypad handling with -K. Debugging strings are no
304 longer translated and comments denote where translations
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000305 should be as short as possible (i.e. the statusbar).
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000306 There are new examples for syntax highlighting, and
307 documentation updates and fixes. The 1.3.0 CVS tree
308 will be opening soon for all your nano desires, so stay
309 tuned!
Chris Allegretta33642142003-08-12 01:49:20 +0000310
Chris Allegrettaaa459312003-04-20 16:20:15 +00003112003.04.19 - Happy Easter! GNU nano 1.2.1 is released. This release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000312 features a new check for broken regexec()
Chris Allegrettaaa459312003-04-20 16:20:15 +0000313 implementations and some variable, function and macro
314 cleanups. Fixes are included for search history,
315 cutting marked text, alt keyboard mode, and the usual
316 translation and documentation updates.
317
Chris Allegretta2b4ead92003-02-20 01:56:02 +00003182003.02.19 - GNU nano 1.2.0 is released. Few changes from pre3, just
319 some doc and translation updates, and bugfixes for
320 justify and file conversion. For those of you who
321 haven't kept up with the 1.1 unstable series, v1.2
322 brings nanorc support, color syntax highlighting,
323 multiple file buffers, search/replace history and much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000324 much more. Please read the UPGRADE file for details,
325 and enjoy GNU nano 1.2.0.
Chris Allegretta2b4ead92003-02-20 01:56:02 +0000326
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00003272003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
Chris Allegretta7ba32792003-02-14 03:09:35 +0000328 really!" is released. This release includes fixes for
329 wrapping (again), resizing, color syntax highlighting,
330 rcfile parsing, the mouse code, more memory leaks, and
331 some reversion of the code to get the user's home
332 directory (nano will now again rely on $HOME). There
333 are also translation updates, a new manual page for the
334 nanorc file, and an UPGRADE file detailing the changes
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000335 since version 1.0. Please submit reports for any bugs
Chris Allegretta7ba32792003-02-14 03:09:35 +0000336 you might find to the development team
337 (nano-devel@gnu.org), and enjoy nano almost-1.2.0 ;-)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000338
Chris Allegretta5c8c2762003-02-03 15:21:27 +00003392003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000340 shoes" is released. There are, not surprisingly, only
341 bugfixes in this release as we move toward the stable
342 1.2.0 release. Fixes are included for translatable
343 string format, subexpression replacement, constant
344 cursor position, invalid search regexes, justify, screen
345 state on SIGHUP and SIGTERM, cutting to end cuts with
346 long lines, many file browser and operating directory
347 bugs, memory and file descriptor leaks, marker code,
348 spell checker, the mouse code with long lines, multiple
349 buffers and non-file open errors, replacement string
350 length, and a silly but serious history message crash.
351 There is also a drastic improvement in CPU utilization
352 for the color regex code.
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000353 Depending on the number of bugs found in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000354 release, there may be a 1.1.99pre3 or RC1, or just a
355 1.2.0 release. Most of the major bugs seem to have been
356 worked out, so if you are waiting for a good time to
357 test nano before the official 1.2.0 release, this would
358 be the one to use. Happy bug hunting!
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000359
Chris Allegrettad46f5442003-01-17 21:47:33 +00003602003.01.17 - GNU nano 1.1.99pre1 "enough already" has been released.
361 This release is, barring bug fixes and documentation
362 updates, what version 1.2.0 has looked like, feature
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000363 wise. There will very likely be bugs, just due the
364 volume of changes made in this release. Search and
365 replace string history has been added, including an
366 option to log history to ~/.nano_history (-H,
367 --historylog). Because of this, the Pico incompatible
368 search/replace string behavior that used to be the
369 default has been deleted. The old "pico" flag (-p) is
370 now compatible with Pico's "preserve" mode for allowing
371 flow control characters; by default this version ignores
372 both ^Q and ^S. The --disable-wrapping-as-root
373 configure option has been forward ported from version
374 1.0.x, and a new flag to enable all extra options
375 (--enable-all) has been added. The internal spell
376 checker has been improved, meaning you will now be
377 prompted only once for each unique capitalization of a
378 given word.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000379 There have also been lots of bug fixes,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000380 including the "trying to insert a directory name in
Chris Allegrettad46f5442003-01-17 21:47:33 +0000381 multibuffer mode bug", the ugly spell checker scrolling,
382 the color code, cutting text crashes, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000383 deleting the "magic line" via replace, and cursor
384 positioning on the statusbar. There have also been the
385 usual helping of translation and documentation updates.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000386 Please send all new feedback on this release
387 direct to the development list (nano-devel@gnu.org).
388
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000038910/24/2002 - GNU nano 1.1.12 "Make Jordi happy" is released. This
David Lawrence Ramseye30c3082006-04-20 03:20:13 +0000390 release demonstrates that nano is starting to freeze for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000391 version 1.2. New features include a Meta-Y toggle for
392 syntax highlighting, pluralized i18n, and a handler for
393 SIGTERM. Nano now ignores XOFF (^S) to stop accidental
394 lock-ups, and no longer references malloc.h.
Chris Allegretta22578932002-10-25 03:14:11 +0000395 Also included are fixes for zero-length regex
396 matches, segfaults with --disable-mouse, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000397 memory corruption with the browser, version and help
398 cmdline output, and translation updates. Aside from the
399 (currently up in the air) search history behavior, the
400 next version of nano should be 1.1.99pre1. Have fun!
Chris Allegretta22578932002-10-25 03:14:11 +0000401
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000040210/01/2002 - GNU nano 1.1.11 "Oddball" is released. This release
403 features a new version of gettext, a new and improved
404 syntax highlighting engine, and some updates for the
405 nanorc.sample file. The toggles for case sensitivity
406 (Meta-C) and regular expressions (Meta-R) have changed
407 in the search and replace prompts, multibuffer status is
408 now displayed and can be toggled from the insert file
409 menu, and some wrapping behavior that changed in 1.1.10
410 has reverted. The --enable-color warning was also made
411 less severe, as the color syntax code has improved, and
412 nano now uses extended regexes in the .nanorc file.
413 Also included are fixes for various memory
414 leaks, the operating directory option, username tab
415 completion, the page_up and down arrow, go to previous
416 word and next word, nanorc parser and line wrapping
417 code. Have fun!
Chris Allegretta6866f6f2002-10-02 00:20:19 +0000418
Chris Allegretta70bb8862002-07-24 01:34:13 +000041907/25/2002 - At long last! GNU nano 1.1.10 "What didn't we break?" is
420 released. This version of GNU nano features version
421 0.11.2 of gettext, building with automake 1.6, some new
422 code for displaying control characters, browser
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000423 improvements, a new backup file option (-B, --backup), a
424 new option to ignore rc files (-I,--ignorercfiles),
Chris Allegretta70bb8862002-07-24 01:34:13 +0000425 compatibility with -pedantic, handling null characters
426 before EOF, a slightly sportier nanorc.sample and more.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000427 Fixes are included included for justification,
428 the reading and writing file routines, resizing and fill
429 length, millions of memory leaks, the usage screen was
Chris Allegretta70bb8862002-07-24 01:34:13 +0000430 updated, and the the --quotestr and --regexp really work
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000431 now ;-) Enjoy :)
Chris Allegretta70bb8862002-07-24 01:34:13 +0000432
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000043305/12/2002 - GNU nano 1.1.9 is released, happy Mother's Day! This
434 release includes many new features, including a prepend
435 mode (^O,M-P), a new "syntax" command in the .nanorc to
436 allow multiple syntax highlighting types, and a new -Y,
437 --syntax flag to set a specific one if there's no
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000438 filename regex to match it against (i.e. w/mutt). The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000439 ^space and M-space keys will now show up in the help
440 menu, which itself has been tweaked a bit, and many more
441 configure options should now cooperate (like the odd
442 pairing of --enable-tiny and --enable-multibuffer). The
443 marker should now work when using multiple buffers, and
444 the huge memory leak in color syntax highlighting has
445 been fixed. A lot of new stuff for everyone's favorite
446 text editor ;) Have fun!
Chris Allegretta8b75a782002-05-13 00:09:30 +0000447
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000044803/30/2002 - GNU nano 1.1.8 is released. New features include an
Chris Allegretta4ceb30c2002-03-30 16:56:53 +0000449 "Insert Output of External Command", ^R^X, and a .spec
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000450 file is now included in the distribution. There are
451 cleanups in the usage code, fixes for regex parsing, the
452 file browser, the NO_CONVERT auto-detect, indented
453 justification, the internal spell checker, and a serious
454 bug where reading a file of 0 lines would hang nano.
455 Also, the "show position" code now shows the starting
Chris Allegretta4ceb30c2002-03-30 16:56:53 +0000456 column as 1 instead of 0. Have fun!
457
Chris Allegretta97489d22002-03-05 23:47:44 +000045803/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks"
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000459 is released. New features include new flags
Chris Allegretta97489d22002-03-05 23:47:44 +0000460 -N,--noconvert to stop any file format conversion and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000461 -Q, --quotestr for the new quoted text justification, a
462 new tempnam() implementation to avoid silly warnings,
Chris Allegretta97489d22002-03-05 23:47:44 +0000463 DOS and Mac file options in the Write File dialog,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000464 multiple save files (file.1) for abnormal exits, ^C now
465 shows column as well as character position, and
Chris Allegretta97489d22002-03-05 23:47:44 +0000466 multibuffer allows duplicate files, even unnamed ones.
467 Also, the static shortcut and toggle lengths are
David Lawrence Ramsey81bfd822006-03-26 17:41:47 +0000468 history, nano now reads SYSCONFDIR/nanorc if rc file
Chris Allegretta97489d22002-03-05 23:47:44 +0000469 support is enabled, and nano is now built with (and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000470 requires for rebuilding) autoconf 2.5.
Chris Allegretta97489d22002-03-05 23:47:44 +0000471 This release also includes fixes for some memory
David Lawrence Ramsey1eadebe2004-01-25 21:36:38 +0000472 leaks, detecting DOS and Mac file format, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000473 suspending keys, search & replace under various
Chris Allegretta97489d22002-03-05 23:47:44 +0000474 conditions, variable width for shortcuts, and the usual
475 ton of translation updates.
476
Chris Allegretta491029e2002-01-25 17:02:32 +000047701/25/2002 - GNU nano 1.1.6 is released. Lots of new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000478 release. New Meta-keys were added as alternates for
Chris Allegretta05f40652002-01-23 02:37:36 +0000479 control sequences: Meta-A for the marker key (^^), and
480 Meta-G for the 'goto dir' key in the file browser (^_).
481 The color syntax highlighting now supports multiple
482 lines via start="regex" end="regex" syntax, and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000483 .nanorc regex format itself has changed. Also, the
Chris Allegretta05f40652002-01-23 02:37:36 +0000484 gettext code was upgraded to version 0.10.40, and nano
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000485 will now display a message if only occurrence of a given
486 search exists.
Chris Allegretta05f40652002-01-23 02:37:36 +0000487 For bugfixes, there are fixes for spelling,
488 stray newlines in the usage() function, suspend issues
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000489 with tcsh, auto-indent and wrapping clashes, ugly code
Chris Allegretta05f40652002-01-23 02:37:36 +0000490 in rcfile.c, global variable compatibility with AIX.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000491 There are also oodles of translation updates. Have fun
492 with it.
Chris Allegretta05f40652002-01-23 02:37:36 +0000493
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000049401/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
495 release is the changed behavior of the keypad. Nano now
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000496 does the Right Thing and used keypad() by default. If
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000497 you wish to use the keypad arrow keys in certain
498 terminals, you may use the -K or --keypad flag to use
499 the old behavior. Users of other OSes should see better
500 handling of their non-keypad keys in this release. Other
501 changes include more Hurd fixes, fixes parsing the
502 .nanorc, display fixes for the color syntax
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000503 highlighting, gettext stabilization and many translation
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000504 updates. This is almost like a stable release, much
505 like in the 0.9.x series when every other release was
506 the most stable one :) Have fun!
507
50812/11/2001 - GNU nano 1.1.4 is released. This release contains
Chris Allegretta7bf25092001-12-12 02:44:40 +0000509 rudimentary color syntax support (but it's still
510 broken), compatibility fixes for the Hurd and FreeBSD,
511 spell checker and wrapping fixes, and more. It seems
512 that the amount of interest in the code is inversely
513 proportional to the amount of time since last release,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000514 so it's time to show the world all the changes since
Chris Allegretta7bf25092001-12-12 02:44:40 +0000515 1.1.3 ;) Have fun with it!
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000516
51710/26/2001 - GNU nano 1.1.3 is released. As far as new features go,
518 the help system is now available for all functions in
519 the editor. Also, nano will also now print a message on
520 the status bar when it automatically converts a file
521 from Mac or DOS format, and trying to load a file that
522 has already been loaded in multibuffer mode will now
523 also cause an error message. There is now a "goto
524 previous word" which you can use by hitting Meta-Space
525 Bar.
526 As for fixes, a SEVERE bug in the null_at code
527 which discarded the memory address of reallocated memory
528 has been fixed. This is probably the biggest bug fix in
529 well over the last year of development. There are also
530 some display fixes for when the screen shouldn't center
531 itself on cut or uncut text. Also, the comments in the
532 header files incorrectly said that nano was distributed
533 under version 1 of the GPL when the accompanying license
534 was the GPLv2.
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000535 If you're using nano-1.1, it is highly
Chris Allegrettad46f5442003-01-17 21:47:33 +0000536 recommended you upgrade to this release. If using 1.0,
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000537 wait for version 1.0.6 which should be available early
538 next week. Enjoy!
539
Chris Allegretta03260b42001-10-04 01:24:07 +000054010/03/2001 - GNU nano 1.1.2 is out there. Many new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000541 release, including support for auto-converting from DOS
542 and Mac formatted files, as well as toggles for writing
543 out files in these formats. Pico's -o flag has been
544 implemented, as has some new smooth scrolling code
545 (which can be used in place of the default jerky
546 scrolling behavior). Also, there is now a "find
547 matching bracket/brace/etc" feature (Meta-]). The
548 .nanorc file now accepts setting the tabsize, and the
549 help text at the bottom of the editor is now better
550 spaced out in the search/replace prompts. There are
551 also the usual helping of bugfixes, translation updates
552 and, surely a bug or two. You better get ready!
Chris Allegretta03260b42001-10-04 01:24:07 +0000553
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000055407/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable
555 release features many bugfixes from the initial release,
556 in particular fixes for the multibuffer code, and
557 various compiler macro fixes. The shortcut lists for
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000558 the search and replace prompts are a little more logical
559 (with cancel the last option again), and the included
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000560 gettext was re-downgraded to 0.10.35 due to problems on
561 the PPC platform. GNU nano now includes its own aclocal
562 macros in the m4/ directory to allow rebuilding the
563 configure script to work on platforms regardless of
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000564 their gettext version.
565
Chris Allegretta9a748602001-07-15 16:07:23 +000056607/15/2001 - GNU nano 1.1.0 is released. This is the first release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000567 in the 1.1.x unstable series of GNU nano. It
568 incorporates all changes up to the 1.0.3 release, and
569 also includes many many new features, including
570 appending to as well as overwriting files, writing
571 marked text to a separate file, dynamic wrap length,
572 lots more compatibility with Pico, and new optional
573 features like .nanorc file support and multiple file
574 buffers! All in all, plenty of new stuff that's sure to
575 introduce lots of bugs ;-) Have fun with it, but be
576 careful, unstable means unstable.
Chris Allegretta9a748602001-07-15 16:07:23 +0000577
David Lawrence Ramsey6c6d2bc2006-11-08 18:03:53 +000057807/01/2001 - GNU nano 1.0.3 is the "mutt" release. This release
579 features oodles of bug fixes with cutting text,
580 especially with the -k (cut to end) option. There is
581 also a new suspend handler which should make nano play
582 better with mutt (the code for which came from mutt
583 itself; many many thanks to Jordi Mallach and Tom Lear
584 for working late into the night fixing this). Nano now
585 also features mutt's case insensitive string compare
586 function for more speed and less memory usage. Two new
587 translations are included, Ukrainian and Russian.
588
58905/12/2001 - GNU nano 1.0.2 is the "just the bugfixes ma'am" release.
590 The most noticeable fixes are for display errors using
591 page up/down with the marker code, and view mode (-v)
592 not stopping the replace function. Other fixes include
593 being able to use the arrow keys while holding down the
594 ctrl key in certain TERMs, and there are many
595 documentation updates and spelling tweaks. We also have
596 a new Galician translation (provided by Jacobo Tarrío).
597 Have fun with it!
598
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000059904/06/2001 - GNU nano 1.0.1 is out there. The only new feature is a
600 configure option for those who want to disable all word
601 wrapping from nano, --disable-wrapping. Bug fixes this
602 release include some bugs with autoconf and i18n, and
603 several fixes in the file browser including a segfault
604 on Solaris, symlinks to directories now work properly,
605 and nano now sorts files case insensitively like Pilot.
606 Have fun with it.
Chris Allegretta38068cd2001-04-06 20:04:23 +0000607
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000060803/22/2001 - GNU Nano 1.0 is released! The autoindent wrapping bug
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000609 has been fixed, as well as strange bug when using Pico
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000610 mode and regex search. There have also been some minor
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000611 spelling and documentation updates. As stated on the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000612 website, there are currently no known bugs with nano,
613 but some will pop up eventually and they will be
614 addressed in subsequent releases. We hope you enjoy
615 this first stable release of nano, and as always,
616 feedback is welcome! nano@nano-editor.org.
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000617
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000061802/19/2001 - Nano 0.9.99pre3 brings a lot of changes! The most
619 important being that nano is now officially a GNU
620 program. Some changes have been made for GNU
621 compatibility (like the default list of shortcuts, "^G
622 Get Help" is now Listed and "^_ Goto Line" is not). The
623 Yes/No/All keys have finally been internationalized
624 also. All in all, quite a few changes, considering nano
625 is supposed to be in a code freeze. But there are the
626 usual helping of bugfixes, a nasty bug when cutting text
627 in -k mode and some compatibility issues with older
628 ncurses libraries have also been fixed. All in all, a
629 lot to see.
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000630
Chris Allegretta90e04042001-01-31 18:01:24 +000063101/31/2001 - Nano 0.9.99pre2 is released. Not surprisingly, all that is
632 new is bugfixes, bugfixes, bugfixes. There were a few
633 cleanups in unneeded global variables and duplicate
634 functions, but most is just fixing. Specifically, there
635 is now a preliminary (read: needs testing) fix for
636 resizing the editor in any mode other than normal edit
637 mode. Other fixes include some more tab completion
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000638 segfaults, and an silly segfault that occurred when
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000639 successfully writing a file on the 2nd try (i.e. after
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000640 an initial write error). Slowly but surely, on toward
641 1.0 we travel.
Chris Allegretta90e04042001-01-31 18:01:24 +0000642
Chris Allegretta9d6f3f32001-01-21 02:35:03 +000064301/17/2001 - Nano 0.9.99pre1 is released. This is the first pre-1.0
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000644 release of nano, and is also the first release since the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000645 code freeze for nano 1.0. Don't expect (or request) any
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000646 new features between now and nano 1.0, only bugfixes,
647 optimizations and doc/translation updates. For fixes, a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000648 nasty segfault when trying to insert one's home
649 directory (~), some checks for the NumLock key making
650 the keypad go awry, window size sanity checks, many
651 autoconf fixes, and support for the KDE konsole keypad
652 layout. Have fun.
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000653
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000065401/07/2001 - Nano 0.9.25 is the "Just one more feature I swear!"
655 release. It includes one new feature that Pico has had
656 forever, a built-in file browser. Since not everyone
657 may want this option, there is a --disable-browser
658 option to the configure script as well. Other changes
659 include slightly different keypad handling, and a bugfix
660 for crashes when tab completion in certain instances.
661 Have fun and Happy New Year!
Chris Allegretta16991442001-01-07 22:06:11 +0000662
Chris Allegretta88520c92001-05-05 17:45:54 +000066312/18/2000 - Nano 0.9.24 is released. This version contains the last of
Chris Allegretta66149e72000-12-19 02:51:06 +0000664 the security fixes for writing files, as well as for a
665 nasty segfault when nano is unable to open a file for
666 reading, among other fixes. Nano also now cowardly
667 refuses to open device files, to stop silly things like
668 trying to open /dev/zero. New features include being
669 Able to use Meta-Meta-<key> as Control-<key>, better
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000670 HURD support, and some new flags have been added for
671 Pico compatibility. Upgrading to this version is highly
Chris Allegretta66149e72000-12-19 02:51:06 +0000672 recommended.
673
Chris Allegretta88167602000-12-09 00:07:06 +000067412/08/2000 - Nano 0.9.23 is the "race conditions bite" release. The
675 main reason for this release is the less-than-optimal
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000676 fix for the security issue in nano with following
677 symbolic links. Hopefully this will fix the problem
678 permanently. The --nofollow option also works again for
679 those who are real security nuts. There are also some
680 display and search fixes, and the --disable-spell
681 function was renamed to --disable-speller to be in line
682 with nano and Pico's "speller" term.
Chris Allegretta88167602000-12-09 00:07:06 +0000683
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000068412/02/2000 - Nano 0.9.22 is released, with many more changes and
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000685 additions than imaginable. The most important change is
686 a fix for unsafe handling of symbolic links which could
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000687 lead to symlink attacks if nano were to exit because of
688 an error or signal. Also there are better checks when
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000689 saving files.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000690 As for new features, username tab completion is now
691 working well, the internal spell checker code has been
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000692 tweaked, you can now unjustify if you don't like how the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000693 justify formatted your text, and there are more options
694 for configure, including --disable-spell and
Chris Allegretta9ee2a0d2000-12-02 21:50:57 +0000695 --disable-justify and --enable-extra (for those who like
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000696 surprises). All in all, a whole lot of changes in a
697 little over a week.
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000698
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000069911/23/2000 - Happy Thanksgiving! Nano 0.9.21 is our "last version was
Chris Allegretta71366cd2000-11-23 21:04:27 +0000700 a big turkey" release. It fixes several bugs introduced
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000701 by the previous version, as well as a few long- standing
702 display bugs. All 0.9.20 users are strongly encouraged
703 to upgrade to this release.
Chris Allegretta71366cd2000-11-23 21:04:27 +0000704
70511/18/2000 - Nano 0.9.20 is finally out the door. Probably the biggest
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000706 change is the brand new way nano displays previous
707 search and replace strings (they are now editable!)
708 This is a break from Pico's (inconsistent) interface, so
709 if you don't like the new way, "Pico" mode (-p on the
710 command line or Meta-P within nano) still works the
711 "old" way.
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000712 Other new features include being able to deal with
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000713 search strings of any length, a new internal spell
714 feature (courtesy of Mr. Rocco Corsi) and tab completion
715 when reading in or writing out files! There's also the
716 usual billion or so bug fixes. Feedback on this release
717 is welcome because so much has changed, especially with
718 the previous string display in search and replace.
719 Email -> nano@nano-editor.org <-. If you like
720 something, don't like something, or just want to order a
721 pizza, let us know!
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000722
Chris Allegretta07e97d62000-10-03 01:52:50 +000072310/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
724 a week and needs a distraction" release. There are only
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000725 a few actual code changes, mainly portability and
726 compiler warning fixes. Nano now also supports
727 PDCurses, which enables easily-built nano executables
728 for Windows NT and 95/98 for the brave. The official
729 nano site has changed (again) as well, check out
730 www.nano-editor.org for all the latest nano schtuff.
Chris Allegretta07e97d62000-10-03 01:52:50 +0000731
Chris Allegretta629edad2000-09-19 00:27:19 +000073209/18/2000 - Nano 0.9.18 is unleashed. It has some new keyboard
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000733 handling code, Cygwin support out of the box, and a more
734 portable handler for the NOHELP toggle. There is also a
735 fix for a somewhat serious bug whereby trying to insert
736 a directory instead of a normal file would destroy the
737 contents of the editor. A must-see. Four stars.
Chris Allegretta629edad2000-09-19 00:27:19 +0000738
Chris Allegretta423cbfd2000-09-04 16:21:29 +000073909/04/2000 - Nano 0.9.17, the Labor Day release, is released after a
740 quiet spell (almost an entire month since last release!)
741 New features include better (not yet perfect) binary
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000742 display support and toggle support for most of the
743 program flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k
744 and M-e for -c, -i, -x, -p, -w, -k, and -R).
Chris Allegretta423cbfd2000-09-04 16:21:29 +0000745
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000074608/09/2000 - Nano 0.9.16, after some struggling, is released. This
747 release should fix a few of the holes that 0.9.15 dug.
748 The "cutting text on the first line" bug is fixed, as is
749 the "cutting text on the last line" bug. Nice symmetry
750 there huh? Also the --tabsize argument should now work
751 as well as by using -T.
Chris Allegrettaba96f7a2000-08-09 21:38:28 +0000752
Chris Allegretta88520c92001-05-05 17:45:54 +000075308/03/2000 - Nano 0.9.15 is the "I can't think of a release description"
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000754 release. There are the usual gala of display bugfixes,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000755 a fix for the the nasty bug in -k mode that could create
756 a loop in the file being edited, and some other code
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000757 cleanup. Also, the -T option should now work regardless
758 of the curses library used. Yay.
759
Chris Allegrettaa1a55c72000-07-28 00:36:03 +000076007/27/2000 - Nano 0.9.14 is officially the "13 is so unlucky it should
761 be skipped as a version number" release. One typo
762 caused unending problems (calling nano with either -t or
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000763 -k caused both flags to be used). The -k code is also
764 now closer in functionality to Pico's -k mode; please
765 note that this code is not finished yet. Working on
766 this code has made me realize that there is not enough
Chris Allegrettaa1a55c72000-07-28 00:36:03 +0000767 abstraction in the code, and I will be working on that
768 for the next release. Until then, have fun with this
769 version.
770
Chris Allegrettaedebbe62000-07-23 16:45:20 +000077107/23/2000 - Nano 0.9.13 has a few new bits and bobs, most notably the
Chris Allegretta231d3d62000-07-22 19:33:19 +0000772 -k option from Pico (cut to end of line). The majority
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000773 of changes in this release are bugfixes, however,
774 including the usual display fixes and fixes for writing
775 to symbolic links and un-writable files. Barring any
776 other major changes, this should be the feature set for
777 nano 1.0, whenever it might be released =-)
Chris Allegretta231d3d62000-07-22 19:33:19 +0000778
Chris Allegrettae955dae2000-07-07 22:24:59 +000077907/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new
780 features, bug fixes, and yummy fruit flavor. For
781 changes, the alternate replace keystroke ^W^T is now
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000782 ^W^R to be compatible with later versions of Pico. ^W^T
783 is now goto line, again for Pico compatibility. As for
784 new features, the wonderful/hated magic line code has
785 returned with a vengeance! Also, regular expression
786 searches and replaces have been incorporated via the -R
787 flag. And, of course, there are the usual helping of
788 display and other bug fixes to top it all off.
Chris Allegrettae955dae2000-07-07 22:24:59 +0000789
Chris Allegretta4da1fc62000-06-21 03:00:43 +000079006/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy
Chris Allegretta37985882000-06-20 00:39:20 +0000791 routines in the program, specifically the wrapping code
792 and almost all of the display routines. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000793 improvements and bugfixes to the display subsystem in
Chris Allegretta37985882000-06-20 00:39:20 +0000794 general, but there may be bugs lurking yet. Also, after
795 many MANY requests, there is now an option to set the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000796 displayed tab width (-T, --tabsize). Note that this
797 function just changes the way tabs LOOK in the editor,
798 the tabs you input are still real tabs of normal width
799 (usually 8 characters); nano just makes them look
Chris Allegretta88520c92001-05-05 17:45:54 +0000800 smaller or bigger while in the editor. New in the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000801 translation department is an Indonesian translation
802 (id).
Chris Allegretta37985882000-06-20 00:39:20 +0000803
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000080406/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT
805 when using "run and terminate" flags (for example,
806 --help). There are also some minor documentation
807 updates. This version of nano is the most stable in
808 quite some time, and is likely to be the most stable for
809 awhile. Users are encouraged to upgrade to this
810 version.
Chris Allegretta2b26e0a2000-06-07 04:02:06 +0000811
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000081205/31/2000 - Nano 0.9.9 introduces much better working i18n support,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000813 more portability, and a ton of bugfixes. While nano is
814 not likely anywhere near 1.0 in terms of code quality,
815 it gets a quantum leap closer with this release.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000816
81705/18/2000 - Nano 0.9.8 (the 'what broke now?' release) should fix
818 the resize crash people have been experiencing. It also
819 offers a new input method that should allow nano to do
820 things the right way (like ^S, ^Q, custom suspend keys)
Chris Allegretta88520c92001-05-05 17:45:54 +0000821 and hopefully won't break with non-US keyboards. There
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000822 are also the obligatory display fixes and speedups.
823 Have fun with it.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000824
82505/14/2000 - Nano 0.9.7 (the Mother's Day release) continues in the long
826 line of display fixes, and also fixes the broken symlink
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000827 behavior (i.e. symlinks weren't being followed by
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000828 default). Hopefully all major bugs can be worked out
829 soon and we can have a 1.0 release before the end of the
830 year, but who knows.
831
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000083205/08/2000 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
833 uncovered. There are improvements (and some remaining
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000834 segfaults) in the wrapping code, and even more display
835 optimizations. I would still say 0.9.4 or 0.9.2 are the
836 most stable versions of nano to date, but this one may
837 not be too bad =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000838
83905/01/2000 - Nano 0.9.5 attempts to speed up the display of text
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000840 to be at least somewhat reasonable. Much code profiling
841 has been done to reduce the ridiculous number of
842 redundant display updates. This will probably expose a
843 lot of bugs that can then be fixed, so this release is
844 probably not for the faint of heart. For anyone
845 curious, I would call nano 0.9.2 the most stable version
846 recently, so use that if you're not particularly
847 concerned with being on the bleeding edge.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000848
84904/25/2000 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000850 line code and related segfaults. It also now has much
851 better handling for 8-bit characters. The --enable-tiny
852 code also produces a smaller executable.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000853
85404/19/2000 - Nano 0.9.3 is officially the "Micro$oft" release. It
855 underscores the recent problem of bugfixes introducing
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000856 more bugs than they fix. The most important change to
857 this version of nano is the removal of the "magic line".
858 You will no longer see a blank line at the end of the
859 file. If you want a new line at the end of your file,
860 you'll have to hit enter to get one.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000861
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000862 NOTE: THIS BREAKS COMPATIBILITY WITH PICO.
863 Unfortunately, this feature has been causing many many
864 problems with nano so it is being removed for the time
865 being, and perhaps indefinitely.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000866
Chris Allegretta88520c92001-05-05 17:45:54 +0000867 Other new stuff includes an --enable-tiny option to make
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000868 nano ultra small (disabling i18n, detailed help and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000869 marker and mouse code), and --with-slang to use the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000870 slang libraries instead of ncurses.
871
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000087204/15/2000 - Nano 0.9.2 just fixes the serious segfault problem if
873 nano is invoked any way other than using the absolute
874 path. The bug was in the new code for checking whether
Chris Allegretta6df90f52002-07-19 01:08:59 +0000875 nano is invoked as 'pico'.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000876
87704/14/2000 - 0.9.1 has some more Pico compatibility built-in. The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000878 option to switch to/from Search and Search/Replace (^T)
879 is now available, and nano now displays the more
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000880 Pico-like shortcut list when invoked as 'pico' (i.e. if
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000881 'pico' is a symlink to nano). There is an important
882 change to the handling of symbolic links as well. Now,
883 nano does the "correct" thing and automatically writes
884 to the object of the symlink, rather than replace the
885 symlink with the updated file. This behavior is still
886 available with the --nofollow or -l flags.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000887 Other new things include a fix for the infamous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000888 "recursive replace" bug, and more bugfixes in the
889 wrapping code.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000890
89104/07/2000 - Nano 0.9.0 has some updates, new language support and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000892 a much better refresh setup (It's still not great,
893 but...) There should also be more stability editing
894 long lines, as there was a stupid mistake in the
895 update_line call. Silly me =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000896
89703/22/2000 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
898 to reflect the current stagnant status of the project.
899 Most things work, the rest doesn't doesn't work because
900 (a) I can't fix it or I would have already done so, and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000901 (b) the amount of patches I'm receiving right now is
902 quite negligible. Fortunately, this release marks the
903 first release since I have acquired ownership of the
904 nano pages on SourceForge. Here's hoping SF will get us
905 some more visibility, translators and patches.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000906
90703/12/2000 - After a hiatus, I have finally moved (not unpacked though)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000908 to my new home into Albany. Thus I should now have more
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000909 time to work on nano. Nano 0.8.8, the "dear god what
910 broke this time?" release, incorporates patches for both
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000911 i18n and many bugfixes. It is VERY likely something
912 broke this version, and it's likely I didn't even apply
913 the i18n stuff properly, so *it* may not even work.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000914
915 I would like to announce that I'm going to need
916 translations soonish, so if you are fluent in other
Chris Allegretta88520c92001-05-05 17:45:54 +0000917 languages than English (or even better, if your native
918 language is not English) and you would like to submit a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000919 translation file to me, please feel free to do so. If
920 you do, I will list your name and email in the AUTHORS
921 file as the maintainer of the .po file, and from then on
922 it is yours to take care of and keep up to date.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000923
92403/01/2000 - Well, to continue my trend of going back on my previous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000925 release's comments, nano 0.8.7 is released. The
926 crashing behavior was still occurring, and this most
927 recent fix also fixes some other wrapping problems, so
928 here you go. There may be another release soon, there
929 may not be, is that vague enough? =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000930
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000093102/25/2000 - More minor bugfixes in 0.8.6, the bizarre behavior at the
932 end of a page has ceased, thankfully. I'm also moving
933 next weekend, so don't be shocked if you don't see a new
934 version of nano next week =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000935
93602/11/2000 - Okay, here we go again. Aside from a few minor fixes and
937 some under-the-hood changes, you won't notice much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000938 different in this version of nano. I haven't gotten
939 much feedback on the help feature, is it simply amazing
940 or does no one care? Write and let me know! =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000941
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000094202/08/2000 - Nano 0.8.3 marks the first time in a long time that there
943 has been more than three days since the last release.
944 New features include an initial help mode (YAY!),
945 hopefully much more support for i18n out of the box, and
946 a flag for more Pico compatibility in the shortcut lists
947 displayed. This release also marks the new nano
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000948 distribution site, http://www.asty.org/nano and email
949 address nano@asty.org for bugs, etc.
950
95102/02/2000 - Okay, I hate to go back on what I said in the last release,
952 but I may be changing jobs very soon. I will release
953 version 0.8.2 as is (no i18n, no help menu (yet). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000954 expect things to settle down by the end of next week,
955 and then I can try to start on the i18n support and help
956 menu; look for these new features in version 0.8.5 to
957 0.9.0.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000958
95901/28/2000 - Nano 0.8.1 marks our first official step toward
Chris Allegretta88520c92001-05-05 17:45:54 +0000960 internationalization (i18n) and the help system (^G). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000961 will be merging in Jordi's patches for initial i18n in
962 the next version, and will implement the help system
963 with i18n built into it shortly after that. Please
964 don't hesitate to send bug reports, as long as you're
965 sure the fault lies with nano =-).
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000966
96701/25/2000 - Nano 0.8.0 is officially the 'let's try and be at least a
968 little portable, mmmmkay?' release. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000969 portability checks and fixes; many thanks to Andy Kahn
970 for his patches. I removed the broken do_spell behavior
971 with the 'spell' program; for now, we only try to call
972 'ispell' until I write a better method to handle the
973 output of the normal 'spell' command.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000974
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000097501/24/2000 - Nano 0.7.9 features many new features. Among them are a
976 new autoindent feature (-i, --autoindent), tempfile flag
977 like Pico's -t flag (-t, --tempfile), and preliminary
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000978 spelling program support. The spelling function tries
979 to run 'spell' and then 'ispell' in that order, but you
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000980 can specify another spelling program with -s or
981 --speller.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000982
98301/17/00 - Nano 0.7.7 is officially the 'way too much stuff changed this
984 release' release. It's the busy time at work for me, so
985 please don't get offended if your patch doesn't get
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000986 included in the next immediate version of nano. I'm
987 sure all the changes in this release will cause a few
988 bugs, so 0.7.8 will primarily be about fixing those
989 bugs.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000990
Chris Allegretta88520c92001-05-05 17:45:54 +0000991 Things added this release include resizability (kinda),
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000992 new -x and -c flags (see nano -h for help), long command
993 line flag support, and the usual array of bugfixes.
994
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000099501/15/00 - Nano 0.7.6 is officially the 'lightning' release. It now
996 loads large files much faster than previous versions,
997 and is even much faster than Pico or vi in some rather
998 rudimentary tests. Many thanks to Adam Rogoyski for the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000999 read_byte patch!
1000
100101/09/00 - As of this version (0.7.4), TIP has officially been renamed
1002 to nano. The new homepage is at
1003 http://faculty.plattsburgh.edu/astyanax/nano. Please
1004 update your bookmarks, tell your friends, and all that
1005 jazz.
Chris Allegrettac87a4112000-08-07 02:16:24 +00001006
1007$Id$