blob: 39d08b838d24d34737769d9f4a528d27ff4b8444 [file] [log] [blame]
David Lawrence Ramseydb5b5472006-06-26 04:01:31 +000012006.06.26 - GNU nano 1.3.12 escapes the darkness. This release
2 contains the last new features that nano will have
3 before 2.0: copying text into the cutbuffer without
4 cutting it, indenting lines of marked text with a single
5 keystroke, reworked help text that should be easier for
6 new users, searching for filenames in the file browser,
7 the ability to include color regexes in files separate
8 from nanorc files, etc. It also contains many bugfixes.
9 Text can now be unjustified after justifying it and
10 resizing the window; the screen is now cleared when
11 suspending; the "default" color syntax is now handled
12 properly at all times; lines of text containing tabs are
13 now wrapped at the right place; double-column characters
14 are now properly displayed when past the right edge of
15 the screen; invalid multi-line color regexes are now
16 ignored; and so on. Enjoy.
17
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +0000182006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
19 focuses mostly on bugfixes, which include better
20 handling of the cursor at the statusbar prompt, support
David Lawrence Ramseyce5284b2006-03-30 07:01:57 +000021 for certain combinations of Shift and keypad keys in
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +000022 both normal and --rebind-keypad mode, a fix for a minor
23 display problem after some searches, a real fix for a
24 long-standing segfault when displaying overly long
25 lines, and a real fix for nano's not hanging up properly
26 in xterm under certain circumstances. There are also
27 several new features, such as the ability to set the
28 characters used as brackets when searching for matching
29 brackets, and tab completion of directories at the "Go
30 To Directory" prompt. Have fun.
31
David Lawrence Ramsey2cd986c2005-12-23 16:08:19 +0000322005.12.23 - GNU nano 1.3.10 rises to the surface. This release
33 contains several new features as well as fixes for
34 several longstanding bugs. The former include the
35 ability to scroll up or down single lines without
36 scrolling the cursor, reworked bracket searching code
37 that doesn't require regular expression support,
38 reworked command execution code that uses $SHELL if
39 available instead of hardcoding "/bin/sh", and the
40 ability to no longer add newlines to files that don't
41 end in them via the -L/--nonewlines option. The latter
42 include fixes to the statusbar prompt so that mouse
43 clicks work properly on it, fixes to the Yes/No/All
44 prompt so that mouse clicks on it work properly when
45 -O/--morespace is used, and fixes to the resize handling
46 so that nano dies properly when the terminal is too
47 small to display a prompt. Enjoy.
48
David Lawrence Ramsey5a9d4932005-10-24 01:44:23 +0000492005.10.23 - GNU nano 1.3.9 breaks through the wall. This release
50 includes major enhancements as well as bugfixes. The
51 enhancements include better handling of invalid UTF-8,
52 expansion of the word count option to also count lines
53 and characters in the file or selection, more efficient
54 screen update routines, a readded -K/--rebindkeypad
55 option to work around numeric keypad problems on
56 terminals that don't show the usual NumLock glitch, a
57 new -W/--wordbounds option to properly detect words
58 containing punctuation when moving among them, and
59 massive improvements to the color code such as handling
60 of unspecified foreground colors, more efficient memory
61 usage for color regexes, and new reserved syntaxes
62 "default" and "none". The bugfixes include fixes for
63 the rewritten history code, fixes for potential line
64 numbering problems on 64-bit platforms, fixes for a few
65 long-standing minor display problems, a fix for erroneous
66 hangups occurring while waiting for input, and a fix for
67 a segfault when displaying certain overly long lines.
68 Have fun with it.
69
David Lawrence Ramsey665b1fb2005-06-30 17:16:16 +0000702005.06.30 - GNU nano 1.3.8 floats at its own level. This release
71 contains several new features. Among other things, you
72 can now move to a specified column number as well as
73 line number within a file, file backups saved in a
74 backup directory will have unique names, the search and
75 replace history routines should work more consistently,
76 you can get a word count by pressing Meta-D at the edit
77 window, and there's a new -E/--tabstospaces option to
78 convert all typed tabs to spaces (--backupdir's short
79 option has been changed to -C). In terms of bugfixes,
80 this release contains fixes for minor problems with
81 screen updates, UTF-8 display, and flow control; a fix
82 for a segfault when displaying some lines ending with
83 tabs; better handling of constant cursor position
84 display; improved color parsing in the rcfile; and
85 support for the "Regexp" toggle in tiny mode
86 (-R/--regexp is gone, and --restricted's short option
87 has been changed to -R), among other things. Enjoy.
88
David Lawrence Ramseyc32a5e72005-04-10 03:58:44 +0000892005.04.10 - GNU nano 1.3.7 claws its way to the top. This release
90 mostly contains bugfixes for the massive amount of new
91 code in 1.3.6. Among other things, nano builds with
92 debug support again; going into the help browser at the
93 "Read File" prompt no longer kicks you out of the prompt
94 after you exit the help browser; paragraph searching no
95 longer skips over certain cases of single-line
96 paragraphs; the titlebar no longer cuts off some UTF-8
97 strings prematurely; and the text displayed in the help
98 browser is now wrapped as it was in nano 1.2.x, taking
99 UTF-8 support into account. New features include an
100 --enable/disable-utf8 configure option to explicitly
101 turn detection of UTF-8 support on or off, and sample
102 regexes for C++ as well as C. Have fun.
103
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +00001042005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
105 This release finally includes the long-awaited support
David Lawrence Ramsey7ec8d7c2005-03-21 08:03:46 +0000106 for UTF-8. Other new features include the ability to
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +0000107 insert UTF-8 characters using verbatim input; the
108 ability to delete all text from the cursor position to
109 the end of the file via ^W^X as (patched) Pico does;
110 improvements to input and output so that pasted text
111 displays faster, improvements to the statusbar prompt so
112 that more edit window shortcuts, including verbatim
113 input and previous/next word search, work in it; a new
114 option to allow using the formerly always-blank second
115 line of the screen as part of the edit window; and the
116 ability to refresh the help browser and file browser
117 windows via Ctrl-L. Notable bug fixes include a fix for
118 a segfault when using full justify, and a fix for the
119 long-standing bug where nano would keep running if the
120 terminal it was in died unexpectedly. Enjoy.
121
David Lawrence Ramsey2c86dc62004-11-22 17:55:17 +00001222004.11.22 - GNU nano 1.3.5 hurls itself forward. New features in this
123 release include the ability to replace only marked text
124 when the mark is on, improvements to smooth scrolling so
125 that it applies everywhere instead of just affecting the
126 movement keys, improvements to how files are opened so
127 that they are no longer displayed unnecessarily, support
128 for multiple +LINE arguments in addition to multiple
129 filenames on the command line, autodetection of the
130 format to save a file in based on the format it was in
131 when it was opened, the ability to toggle both ways
132 between the "Read File" and "Execute Command" prompts
133 and the "Search" and "Go to Line" prompts, and support
134 for cross-compiling nano. As for bug fixes, the
135 "tabsize" nanorc option works again, mouse clicks on the
136 shortcut list trigger the right shortcuts again,
137 tab-completing a filename with %'s in it no longer
138 causes a segfault, the internal spell checker no longer
139 skips words after the cursor position when the cursor is
140 in the middle of the file, and spell checking of only
141 marked text now works properly. Have fun with it.
142
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +00001432004.08.17 - GNU nano 1.3.4 marches forth after a false start. This
144 release mainly features fixes for the bugs that crept
145 into the last release. Among other things, nano now
146 compiles again with certain options, quoted justify now
147 works properly on systems without regex.h, full justify
148 no longer segfaults when used on a file with no
149 paragraphs, previous paragraph searching works properly
150 again, tab completion is properly disabled when needed
151 in restricted mode, Ctrl-C is no longer disabled after
152 using the alternate spell checker, the permissions of a
153 newly created file now match those of nano 1.2.x again,
154 and replacing all text in a file now properly updates
155 the screen in all cases. New features include sample
156 regexes for patch files, improvements to the sample
157 regexes for C files, and support for strings
158 greater than 1023 characters and/or containing nulls in
159 .nano_history. Additionally, the full justify keystroke
160 has been changed to match current Pico, and whitespace
161 display mode is now turned off by default. Enjoy.
162
David Lawrence Ramseye1151562004-06-28 13:17:33 +00001632004.06.28 - GNU nano 1.3.3 marches forth. There are several new
164 features in this release, including a restricted mode
165 that provides better security than just setting an
166 operating directory, the ability to justify the entire
167 file at once, support for a "smart" home key that can
168 leap from the beginning of text on a line to the true
169 beginning of the line (or the reverse) in one stroke,
170 support for specifying an alternative spell checker in
171 $SPELL, the ability to specify the characters used to
172 display spaces and tabs so that they can easily be told
173 apart, and the ability to specify the characters marking
174 the ends of sentences as used in justification. There
175 are also several bug fixes; among other things,
176 justification now keeps spaces at the ends of all but
177 the last line of a paragraph as Pico does, saving a
178 marked selection no longer changes the current filename
179 to the filename the selection was saved under, resizing
180 now works better and no longer corrupts the screen under
181 slang, and the movement functions now avoid doing
182 unnecessary redraws and hence work faster. In short,
183 there are a lot of new things to play with. Enjoy.
184
David Lawrence Ramseyf70f0cf2004-03-31 18:42:52 +00001852004.03.31 - GNU nano 1.3.2 is prepared for the void. New features in
186 this release include the ability to spell-check only
187 marked text and the ability to save all backup files in
188 a specified directory instead of wherever the original
189 files are. Bug fixes include a fix for a segfault when
190 replacing certain regular expressions, fixes for some
191 misbehavior when doing searches, minor fixes to verbatim
192 input mode and keyboard input in general, better
193 handling of window resizes at certain times, and
194 allowing the mark to be saved properly again when
195 switching between multiple file buffers. nano has also
196 been ported to the Tandem NonStop Kernel. Have fun.
197
David Lawrence Ramseyfa1497b2004-01-09 23:22:02 +00001982004.01.09 - GNU nano 1.3.1 is outside the gates. This release
199 features, among other things, fixes for the input
200 routines to deal with some problems they had, a
201 reorganized shortcut list for the help browser, minor
202 Pico compatibility improvements for the file browser,
203 fixes for misbehavior when replacing certain regular
204 expressions, and the ability to highlight those regular
205 expressions properly. It also allows searching without
206 prompting to work in view mode, adds support for glib
207 2.x for those systems that need it, updates the .spec
208 file for the 1.3 branch, prompts you first when you try
209 to save a file under a different name, and adds a new
210 verbatim input mode that acts as ^V does under vi, but
211 with additional Pico compatibility (explained in the
212 FAQ). Basically, a bunch of fixes and a few new
213 features for your editor of choice. Enjoy.
214
David Lawrence Ramsey133f7b12003-10-22 17:15:12 +00002152003.10.22 - GNU nano 1.3.0 is loosed upon the world. This is the first
216 release in the unstable 1.3.x series, and as such it
217 includes a lot of new features, including the addition
218 of a -d option for those FreeBSD users with Backspace
219 keys that act like Delete keys, the ability to repeat
220 the last search without prompting, the ability to search
221 for the beginning or end of a paragraph, new smooth
222 paging routines to go with the smooth scrolling
223 routines, and various improvements to the input and
224 display routines to make them behave more intuitively.
225 It also includes the usual load of bugfixes. Enjoy.
226
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00002272003.08.11 - GNU nano 1.2.2 is released, only four months since the
Chris Allegretta33642142003-08-12 01:49:20 +0000228 last version :-). This release includes fixes for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000229 broken regex detection, search history recall, and
230 keypad handling with -K. Debugging strings are no
231 longer translated and comments denote where translations
232 should be as short as possible (i.e, the statusbar).
233 There are new examples for syntax highlighting, and
234 documentation updates and fixes. The 1.3.0 CVS tree
235 will be opening soon for all your nano desires, so stay
236 tuned!
Chris Allegretta33642142003-08-12 01:49:20 +0000237
Chris Allegrettaaa459312003-04-20 16:20:15 +00002382003.04.19 - Happy Easter! GNU nano 1.2.1 is released. This release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000239 features a new check for broken regexec()
Chris Allegrettaaa459312003-04-20 16:20:15 +0000240 implementations and some variable, function and macro
241 cleanups. Fixes are included for search history,
242 cutting marked text, alt keyboard mode, and the usual
243 translation and documentation updates.
244
Chris Allegretta2b4ead92003-02-20 01:56:02 +00002452003.02.19 - GNU nano 1.2.0 is released. Few changes from pre3, just
246 some doc and translation updates, and bugfixes for
247 justify and file conversion. For those of you who
248 haven't kept up with the 1.1 unstable series, v1.2
249 brings nanorc support, color syntax highlighting,
250 multiple file buffers, search/replace history and much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000251 much more. Please read the UPGRADE file for details,
252 and enjoy GNU nano 1.2.0.
Chris Allegretta2b4ead92003-02-20 01:56:02 +0000253
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00002542003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
Chris Allegretta7ba32792003-02-14 03:09:35 +0000255 really!" is released. This release includes fixes for
256 wrapping (again), resizing, color syntax highlighting,
257 rcfile parsing, the mouse code, more memory leaks, and
258 some reversion of the code to get the user's home
259 directory (nano will now again rely on $HOME). There
260 are also translation updates, a new manual page for the
261 nanorc file, and an UPGRADE file detailing the changes
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000262 since version 1.0. Please submit reports for any bugs
Chris Allegretta7ba32792003-02-14 03:09:35 +0000263 you might find to the development team
264 (nano-devel@gnu.org), and enjoy nano almost-1.2.0 ;-)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000265
Chris Allegretta5c8c2762003-02-03 15:21:27 +00002662003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000267 shoes" is released. There are, not surprisingly, only
268 bugfixes in this release as we move toward the stable
269 1.2.0 release. Fixes are included for translatable
270 string format, subexpression replacement, constant
271 cursor position, invalid search regexes, justify, screen
272 state on SIGHUP and SIGTERM, cutting to end cuts with
273 long lines, many file browser and operating directory
274 bugs, memory and file descriptor leaks, marker code,
275 spell checker, the mouse code with long lines, multiple
276 buffers and non-file open errors, replacement string
277 length, and a silly but serious history message crash.
278 There is also a drastic improvement in CPU utilization
279 for the color regex code.
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000280 Depending on the number of bugs found in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000281 release, there may be a 1.1.99pre3 or RC1, or just a
282 1.2.0 release. Most of the major bugs seem to have been
283 worked out, so if you are waiting for a good time to
284 test nano before the official 1.2.0 release, this would
285 be the one to use. Happy bug hunting!
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000286
Chris Allegrettad46f5442003-01-17 21:47:33 +00002872003.01.17 - GNU nano 1.1.99pre1 "enough already" has been released.
288 This release is, barring bug fixes and documentation
289 updates, what version 1.2.0 has looked like, feature
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000290 wise. There will very likely be bugs, just due the
291 volume of changes made in this release. Search and
292 replace string history has been added, including an
293 option to log history to ~/.nano_history (-H,
294 --historylog). Because of this, the Pico incompatible
295 search/replace string behavior that used to be the
296 default has been deleted. The old "pico" flag (-p) is
297 now compatible with Pico's "preserve" mode for allowing
298 flow control characters; by default this version ignores
299 both ^Q and ^S. The --disable-wrapping-as-root
300 configure option has been forward ported from version
301 1.0.x, and a new flag to enable all extra options
302 (--enable-all) has been added. The internal spell
303 checker has been improved, meaning you will now be
304 prompted only once for each unique capitalization of a
305 given word.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000306 There have also been lots of bug fixes,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000307 including the "trying to insert a directory name in
Chris Allegrettad46f5442003-01-17 21:47:33 +0000308 multibuffer mode bug", the ugly spell checker scrolling,
309 the color code, cutting text crashes, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000310 deleting the "magic line" via replace, and cursor
311 positioning on the statusbar. There have also been the
312 usual helping of translation and documentation updates.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000313 Please send all new feedback on this release
314 direct to the development list (nano-devel@gnu.org).
315
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000031610/24/2002 - GNU nano 1.1.12 "Make Jordi happy" is released. This
David Lawrence Ramseye30c3082006-04-20 03:20:13 +0000317 release demonstrates that nano is starting to freeze for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000318 version 1.2. New features include a Meta-Y toggle for
319 syntax highlighting, pluralized i18n, and a handler for
320 SIGTERM. Nano now ignores XOFF (^S) to stop accidental
321 lock-ups, and no longer references malloc.h.
Chris Allegretta22578932002-10-25 03:14:11 +0000322 Also included are fixes for zero-length regex
323 matches, segfaults with --disable-mouse, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000324 memory corruption with the browser, version and help
325 cmdline output, and translation updates. Aside from the
326 (currently up in the air) search history behavior, the
327 next version of nano should be 1.1.99pre1. Have fun!
Chris Allegretta22578932002-10-25 03:14:11 +0000328
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000032910/01/2002 - GNU nano 1.1.11 "Oddball" is released. This release
330 features a new version of gettext, a new and improved
331 syntax highlighting engine, and some updates for the
332 nanorc.sample file. The toggles for case sensitivity
333 (Meta-C) and regular expressions (Meta-R) have changed
334 in the search and replace prompts, multibuffer status is
335 now displayed and can be toggled from the insert file
336 menu, and some wrapping behavior that changed in 1.1.10
337 has reverted. The --enable-color warning was also made
338 less severe, as the color syntax code has improved, and
339 nano now uses extended regexes in the .nanorc file.
340 Also included are fixes for various memory
341 leaks, the operating directory option, username tab
342 completion, the page_up and down arrow, go to previous
343 word and next word, nanorc parser and line wrapping
344 code. Have fun!
Chris Allegretta6866f6f2002-10-02 00:20:19 +0000345
Chris Allegretta70bb8862002-07-24 01:34:13 +000034607/25/2002 - At long last! GNU nano 1.1.10 "What didn't we break?" is
347 released. This version of GNU nano features version
348 0.11.2 of gettext, building with automake 1.6, some new
349 code for displaying control characters, browser
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000350 improvements, a new backup file option (-B, --backup), a
351 new option to ignore rc files (-I,--ignorercfiles),
Chris Allegretta70bb8862002-07-24 01:34:13 +0000352 compatibility with -pedantic, handling null characters
353 before EOF, a slightly sportier nanorc.sample and more.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000354 Fixes are included included for justification,
355 the reading and writing file routines, resizing and fill
356 length, millions of memory leaks, the usage screen was
Chris Allegretta70bb8862002-07-24 01:34:13 +0000357 updated, and the the --quotestr and --regexp really work
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000358 now ;-) Enjoy :)
Chris Allegretta70bb8862002-07-24 01:34:13 +0000359
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000036005/12/2002 - GNU nano 1.1.9 is released, happy Mother's Day! This
361 release includes many new features, including a prepend
362 mode (^O,M-P), a new "syntax" command in the .nanorc to
363 allow multiple syntax highlighting types, and a new -Y,
364 --syntax flag to set a specific one if there's no
365 filename regex to match it against (i.e, w/mutt). The
366 ^space and M-space keys will now show up in the help
367 menu, which itself has been tweaked a bit, and many more
368 configure options should now cooperate (like the odd
369 pairing of --enable-tiny and --enable-multibuffer). The
370 marker should now work when using multiple buffers, and
371 the huge memory leak in color syntax highlighting has
372 been fixed. A lot of new stuff for everyone's favorite
373 text editor ;) Have fun!
Chris Allegretta8b75a782002-05-13 00:09:30 +0000374
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000037503/30/2002 - GNU nano 1.1.8 is released. New features include an
Chris Allegretta4ceb30c2002-03-30 16:56:53 +0000376 "Insert Output of External Command", ^R^X, and a .spec
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000377 file is now included in the distribution. There are
378 cleanups in the usage code, fixes for regex parsing, the
379 file browser, the NO_CONVERT auto-detect, indented
380 justification, the internal spell checker, and a serious
381 bug where reading a file of 0 lines would hang nano.
382 Also, the "show position" code now shows the starting
Chris Allegretta4ceb30c2002-03-30 16:56:53 +0000383 column as 1 instead of 0. Have fun!
384
Chris Allegretta97489d22002-03-05 23:47:44 +000038503/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks"
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000386 is released. New features include new flags
Chris Allegretta97489d22002-03-05 23:47:44 +0000387 -N,--noconvert to stop any file format conversion and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000388 -Q, --quotestr for the new quoted text justification, a
389 new tempnam() implementation to avoid silly warnings,
Chris Allegretta97489d22002-03-05 23:47:44 +0000390 DOS and Mac file options in the Write File dialog,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000391 multiple save files (file.1) for abnormal exits, ^C now
392 shows column as well as character position, and
Chris Allegretta97489d22002-03-05 23:47:44 +0000393 multibuffer allows duplicate files, even unnamed ones.
394 Also, the static shortcut and toggle lengths are
David Lawrence Ramsey81bfd822006-03-26 17:41:47 +0000395 history, nano now reads SYSCONFDIR/nanorc if rc file
Chris Allegretta97489d22002-03-05 23:47:44 +0000396 support is enabled, and nano is now built with (and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000397 requires for rebuilding) autoconf 2.5.
Chris Allegretta97489d22002-03-05 23:47:44 +0000398 This release also includes fixes for some memory
David Lawrence Ramsey1eadebe2004-01-25 21:36:38 +0000399 leaks, detecting DOS and Mac file format, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000400 suspending keys, search & replace under various
Chris Allegretta97489d22002-03-05 23:47:44 +0000401 conditions, variable width for shortcuts, and the usual
402 ton of translation updates.
403
Chris Allegretta491029e2002-01-25 17:02:32 +000040401/25/2002 - GNU nano 1.1.6 is released. Lots of new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000405 release. New Meta-keys were added as alternates for
Chris Allegretta05f40652002-01-23 02:37:36 +0000406 control sequences: Meta-A for the marker key (^^), and
407 Meta-G for the 'goto dir' key in the file browser (^_).
408 The color syntax highlighting now supports multiple
409 lines via start="regex" end="regex" syntax, and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000410 .nanorc regex format itself has changed. Also, the
Chris Allegretta05f40652002-01-23 02:37:36 +0000411 gettext code was upgraded to version 0.10.40, and nano
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000412 will now display a message if only occurrence of a given
413 search exists.
Chris Allegretta05f40652002-01-23 02:37:36 +0000414 For bugfixes, there are fixes for spelling,
415 stray newlines in the usage() function, suspend issues
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000416 with tcsh, auto-indent and wrapping clashes, ugly code
Chris Allegretta05f40652002-01-23 02:37:36 +0000417 in rcfile.c, global variable compatibility with AIX.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000418 There are also oodles of translation updates. Have fun
419 with it.
Chris Allegretta05f40652002-01-23 02:37:36 +0000420
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000042101/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
422 release is the changed behavior of the keypad. Nano now
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000423 does the Right Thing and used keypad() by default. If
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000424 you wish to use the keypad arrow keys in certain
425 terminals, you may use the -K or --keypad flag to use
426 the old behavior. Users of other OSes should see better
427 handling of their non-keypad keys in this release. Other
428 changes include more Hurd fixes, fixes parsing the
429 .nanorc, display fixes for the color syntax
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000430 highlighting, gettext stabilization and many translation
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000431 updates. This is almost like a stable release, much
432 like in the 0.9.x series when every other release was
433 the most stable one :) Have fun!
434
43512/11/2001 - GNU nano 1.1.4 is released. This release contains
Chris Allegretta7bf25092001-12-12 02:44:40 +0000436 rudimentary color syntax support (but it's still
437 broken), compatibility fixes for the Hurd and FreeBSD,
438 spell checker and wrapping fixes, and more. It seems
439 that the amount of interest in the code is inversely
440 proportional to the amount of time since last release,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000441 so it's time to show the world all the changes since
Chris Allegretta7bf25092001-12-12 02:44:40 +0000442 1.1.3 ;) Have fun with it!
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000443
44410/26/2001 - GNU nano 1.1.3 is released. As far as new features go,
445 the help system is now available for all functions in
446 the editor. Also, nano will also now print a message on
447 the status bar when it automatically converts a file
448 from Mac or DOS format, and trying to load a file that
449 has already been loaded in multibuffer mode will now
450 also cause an error message. There is now a "goto
451 previous word" which you can use by hitting Meta-Space
452 Bar.
453 As for fixes, a SEVERE bug in the null_at code
454 which discarded the memory address of reallocated memory
455 has been fixed. This is probably the biggest bug fix in
456 well over the last year of development. There are also
457 some display fixes for when the screen shouldn't center
458 itself on cut or uncut text. Also, the comments in the
459 header files incorrectly said that nano was distributed
460 under version 1 of the GPL when the accompanying license
461 was the GPLv2.
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000462 If you're using nano-1.1, it is highly
Chris Allegrettad46f5442003-01-17 21:47:33 +0000463 recommended you upgrade to this release. If using 1.0,
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000464 wait for version 1.0.6 which should be available early
465 next week. Enjoy!
466
Chris Allegretta03260b42001-10-04 01:24:07 +000046710/03/2001 - GNU nano 1.1.2 is out there. Many new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000468 release, including support for auto-converting from DOS
469 and Mac formatted files, as well as toggles for writing
470 out files in these formats. Pico's -o flag has been
471 implemented, as has some new smooth scrolling code
472 (which can be used in place of the default jerky
473 scrolling behavior). Also, there is now a "find
474 matching bracket/brace/etc" feature (Meta-]). The
475 .nanorc file now accepts setting the tabsize, and the
476 help text at the bottom of the editor is now better
477 spaced out in the search/replace prompts. There are
478 also the usual helping of bugfixes, translation updates
479 and, surely a bug or two. You better get ready!
Chris Allegretta03260b42001-10-04 01:24:07 +0000480
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000048107/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable
482 release features many bugfixes from the initial release,
483 in particular fixes for the multibuffer code, and
484 various compiler macro fixes. The shortcut lists for
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000485 the search and replace prompts are a little more logical
486 (with cancel the last option again), and the included
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000487 gettext was re-downgraded to 0.10.35 due to problems on
488 the PPC platform. GNU nano now includes its own aclocal
489 macros in the m4/ directory to allow rebuilding the
490 configure script to work on platforms regardless of
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000491 their gettext version.
492
Chris Allegretta9a748602001-07-15 16:07:23 +000049307/15/2001 - GNU nano 1.1.0 is released. This is the first release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000494 in the 1.1.x unstable series of GNU nano. It
495 incorporates all changes up to the 1.0.3 release, and
496 also includes many many new features, including
497 appending to as well as overwriting files, writing
498 marked text to a separate file, dynamic wrap length,
499 lots more compatibility with Pico, and new optional
500 features like .nanorc file support and multiple file
501 buffers! All in all, plenty of new stuff that's sure to
502 introduce lots of bugs ;-) Have fun with it, but be
503 careful, unstable means unstable.
Chris Allegretta9a748602001-07-15 16:07:23 +0000504
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000050504/06/2001 - GNU nano 1.0.1 is out there. The only new feature is a
506 configure option for those who want to disable all word
507 wrapping from nano, --disable-wrapping. Bug fixes this
508 release include some bugs with autoconf and i18n, and
509 several fixes in the file browser including a segfault
510 on Solaris, symlinks to directories now work properly,
511 and nano now sorts files case insensitively like Pilot.
512 Have fun with it.
Chris Allegretta38068cd2001-04-06 20:04:23 +0000513
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000051403/22/2001 - GNU Nano 1.0 is released! The autoindent wrapping bug
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000515 has been fixed, as well as strange bug when using Pico
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000516 mode and regex search. There have also been some minor
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000517 spelling and documentation updates. As stated on the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000518 website, there are currently no known bugs with nano,
519 but some will pop up eventually and they will be
520 addressed in subsequent releases. We hope you enjoy
521 this first stable release of nano, and as always,
522 feedback is welcome! nano@nano-editor.org.
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000523
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000052402/19/2001 - Nano 0.9.99pre3 brings a lot of changes! The most
525 important being that nano is now officially a GNU
526 program. Some changes have been made for GNU
527 compatibility (like the default list of shortcuts, "^G
528 Get Help" is now Listed and "^_ Goto Line" is not). The
529 Yes/No/All keys have finally been internationalized
530 also. All in all, quite a few changes, considering nano
531 is supposed to be in a code freeze. But there are the
532 usual helping of bugfixes, a nasty bug when cutting text
533 in -k mode and some compatibility issues with older
534 ncurses libraries have also been fixed. All in all, a
535 lot to see.
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000536
Chris Allegretta90e04042001-01-31 18:01:24 +000053701/31/2001 - Nano 0.9.99pre2 is released. Not surprisingly, all that is
538 new is bugfixes, bugfixes, bugfixes. There were a few
539 cleanups in unneeded global variables and duplicate
540 functions, but most is just fixing. Specifically, there
541 is now a preliminary (read: needs testing) fix for
542 resizing the editor in any mode other than normal edit
543 mode. Other fixes include some more tab completion
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000544 segfaults, and an silly segfault that occurred when
545 successfully writing a file on the 2nd try (i.e, after
546 an initial write error). Slowly but surely, on toward
547 1.0 we travel.
Chris Allegretta90e04042001-01-31 18:01:24 +0000548
Chris Allegretta9d6f3f32001-01-21 02:35:03 +000054901/17/2001 - Nano 0.9.99pre1 is released. This is the first pre-1.0
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000550 release of nano, and is also the first release since the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000551 code freeze for nano 1.0. Don't expect (or request) any
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000552 new features between now and nano 1.0, only bugfixes,
553 optimizations and doc/translation updates. For fixes, a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000554 nasty segfault when trying to insert one's home
555 directory (~), some checks for the NumLock key making
556 the keypad go awry, window size sanity checks, many
557 autoconf fixes, and support for the KDE konsole keypad
558 layout. Have fun.
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000559
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000056001/07/2001 - Nano 0.9.25 is the "Just one more feature I swear!"
561 release. It includes one new feature that Pico has had
562 forever, a built-in file browser. Since not everyone
563 may want this option, there is a --disable-browser
564 option to the configure script as well. Other changes
565 include slightly different keypad handling, and a bugfix
566 for crashes when tab completion in certain instances.
567 Have fun and Happy New Year!
Chris Allegretta16991442001-01-07 22:06:11 +0000568
Chris Allegretta88520c92001-05-05 17:45:54 +000056912/18/2000 - Nano 0.9.24 is released. This version contains the last of
Chris Allegretta66149e72000-12-19 02:51:06 +0000570 the security fixes for writing files, as well as for a
571 nasty segfault when nano is unable to open a file for
572 reading, among other fixes. Nano also now cowardly
573 refuses to open device files, to stop silly things like
574 trying to open /dev/zero. New features include being
575 Able to use Meta-Meta-<key> as Control-<key>, better
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000576 HURD support, and some new flags have been added for
577 Pico compatibility. Upgrading to this version is highly
Chris Allegretta66149e72000-12-19 02:51:06 +0000578 recommended.
579
Chris Allegretta88167602000-12-09 00:07:06 +000058012/08/2000 - Nano 0.9.23 is the "race conditions bite" release. The
581 main reason for this release is the less-than-optimal
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000582 fix for the security issue in nano with following
583 symbolic links. Hopefully this will fix the problem
584 permanently. The --nofollow option also works again for
585 those who are real security nuts. There are also some
586 display and search fixes, and the --disable-spell
587 function was renamed to --disable-speller to be in line
588 with nano and Pico's "speller" term.
Chris Allegretta88167602000-12-09 00:07:06 +0000589
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000059012/02/2000 - Nano 0.9.22 is released, with many more changes and
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000591 additions than imaginable. The most important change is
592 a fix for unsafe handling of symbolic links which could
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000593 lead to symlink attacks if nano were to exit because of
594 an error or signal. Also there are better checks when
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000595 saving files.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000596 As for new features, username tab completion is now
597 working well, the internal spell checker code has been
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000598 tweaked, you can now unjustify if you don't like how the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000599 justify formatted your text, and there are more options
600 for configure, including --disable-spell and
Chris Allegretta9ee2a0d2000-12-02 21:50:57 +0000601 --disable-justify and --enable-extra (for those who like
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000602 surprises). All in all, a whole lot of changes in a
603 little over a week.
Chris Allegrettaac139dd2000-12-02 21:31:17 +0000604
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000060511/23/2000 - Happy Thanksgiving! Nano 0.9.21 is our "last version was
Chris Allegretta71366cd2000-11-23 21:04:27 +0000606 a big turkey" release. It fixes several bugs introduced
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000607 by the previous version, as well as a few long- standing
608 display bugs. All 0.9.20 users are strongly encouraged
609 to upgrade to this release.
Chris Allegretta71366cd2000-11-23 21:04:27 +0000610
61111/18/2000 - Nano 0.9.20 is finally out the door. Probably the biggest
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000612 change is the brand new way nano displays previous
613 search and replace strings (they are now editable!)
614 This is a break from Pico's (inconsistent) interface, so
615 if you don't like the new way, "Pico" mode (-p on the
616 command line or Meta-P within nano) still works the
617 "old" way.
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000618 Other new features include being able to deal with
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000619 search strings of any length, a new internal spell
620 feature (courtesy of Mr. Rocco Corsi) and tab completion
621 when reading in or writing out files! There's also the
622 usual billion or so bug fixes. Feedback on this release
623 is welcome because so much has changed, especially with
624 the previous string display in search and replace.
625 Email -> nano@nano-editor.org <-. If you like
626 something, don't like something, or just want to order a
627 pizza, let us know!
Chris Allegretta44b52ca2000-11-18 16:46:14 +0000628
Chris Allegretta07e97d62000-10-03 01:52:50 +000062910/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
630 a week and needs a distraction" release. There are only
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000631 a few actual code changes, mainly portability and
632 compiler warning fixes. Nano now also supports
633 PDCurses, which enables easily-built nano executables
634 for Windows NT and 95/98 for the brave. The official
635 nano site has changed (again) as well, check out
636 www.nano-editor.org for all the latest nano schtuff.
Chris Allegretta07e97d62000-10-03 01:52:50 +0000637
Chris Allegretta629edad2000-09-19 00:27:19 +000063809/18/2000 - Nano 0.9.18 is unleashed. It has some new keyboard
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000639 handling code, Cygwin support out of the box, and a more
640 portable handler for the NOHELP toggle. There is also a
641 fix for a somewhat serious bug whereby trying to insert
642 a directory instead of a normal file would destroy the
643 contents of the editor. A must-see. Four stars.
Chris Allegretta629edad2000-09-19 00:27:19 +0000644
Chris Allegretta423cbfd2000-09-04 16:21:29 +000064509/04/2000 - Nano 0.9.17, the Labor Day release, is released after a
646 quiet spell (almost an entire month since last release!)
647 New features include better (not yet perfect) binary
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000648 display support and toggle support for most of the
649 program flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k
650 and M-e for -c, -i, -x, -p, -w, -k, and -R).
Chris Allegretta423cbfd2000-09-04 16:21:29 +0000651
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000065208/09/2000 - Nano 0.9.16, after some struggling, is released. This
653 release should fix a few of the holes that 0.9.15 dug.
654 The "cutting text on the first line" bug is fixed, as is
655 the "cutting text on the last line" bug. Nice symmetry
656 there huh? Also the --tabsize argument should now work
657 as well as by using -T.
Chris Allegrettaba96f7a2000-08-09 21:38:28 +0000658
Chris Allegretta88520c92001-05-05 17:45:54 +000065908/03/2000 - Nano 0.9.15 is the "I can't think of a release description"
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000660 release. There are the usual gala of display bugfixes,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000661 a fix for the the nasty bug in -k mode that could create
662 a loop in the file being edited, and some other code
Chris Allegretta0bf4e142000-08-04 02:42:04 +0000663 cleanup. Also, the -T option should now work regardless
664 of the curses library used. Yay.
665
Chris Allegrettaa1a55c72000-07-28 00:36:03 +000066607/27/2000 - Nano 0.9.14 is officially the "13 is so unlucky it should
667 be skipped as a version number" release. One typo
668 caused unending problems (calling nano with either -t or
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000669 -k caused both flags to be used). The -k code is also
670 now closer in functionality to Pico's -k mode; please
671 note that this code is not finished yet. Working on
672 this code has made me realize that there is not enough
Chris Allegrettaa1a55c72000-07-28 00:36:03 +0000673 abstraction in the code, and I will be working on that
674 for the next release. Until then, have fun with this
675 version.
676
Chris Allegrettaedebbe62000-07-23 16:45:20 +000067707/23/2000 - Nano 0.9.13 has a few new bits and bobs, most notably the
Chris Allegretta231d3d62000-07-22 19:33:19 +0000678 -k option from Pico (cut to end of line). The majority
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000679 of changes in this release are bugfixes, however,
680 including the usual display fixes and fixes for writing
681 to symbolic links and un-writable files. Barring any
682 other major changes, this should be the feature set for
683 nano 1.0, whenever it might be released =-)
Chris Allegretta231d3d62000-07-22 19:33:19 +0000684
Chris Allegrettae955dae2000-07-07 22:24:59 +000068507/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new
686 features, bug fixes, and yummy fruit flavor. For
687 changes, the alternate replace keystroke ^W^T is now
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000688 ^W^R to be compatible with later versions of Pico. ^W^T
689 is now goto line, again for Pico compatibility. As for
690 new features, the wonderful/hated magic line code has
691 returned with a vengeance! Also, regular expression
692 searches and replaces have been incorporated via the -R
693 flag. And, of course, there are the usual helping of
694 display and other bug fixes to top it all off.
Chris Allegrettae955dae2000-07-07 22:24:59 +0000695
Chris Allegretta4da1fc62000-06-21 03:00:43 +000069606/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy
Chris Allegretta37985882000-06-20 00:39:20 +0000697 routines in the program, specifically the wrapping code
698 and almost all of the display routines. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000699 improvements and bugfixes to the display subsystem in
Chris Allegretta37985882000-06-20 00:39:20 +0000700 general, but there may be bugs lurking yet. Also, after
701 many MANY requests, there is now an option to set the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000702 displayed tab width (-T, --tabsize). Note that this
703 function just changes the way tabs LOOK in the editor,
704 the tabs you input are still real tabs of normal width
705 (usually 8 characters); nano just makes them look
Chris Allegretta88520c92001-05-05 17:45:54 +0000706 smaller or bigger while in the editor. New in the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000707 translation department is an Indonesian translation
708 (id).
Chris Allegretta37985882000-06-20 00:39:20 +0000709
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000071006/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT
711 when using "run and terminate" flags (for example,
712 --help). There are also some minor documentation
713 updates. This version of nano is the most stable in
714 quite some time, and is likely to be the most stable for
715 awhile. Users are encouraged to upgrade to this
716 version.
Chris Allegretta2b26e0a2000-06-07 04:02:06 +0000717
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000071805/31/2000 - Nano 0.9.9 introduces much better working i18n support,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000719 more portability, and a ton of bugfixes. While nano is
720 not likely anywhere near 1.0 in terms of code quality,
721 it gets a quantum leap closer with this release.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000722
72305/18/2000 - Nano 0.9.8 (the 'what broke now?' release) should fix
724 the resize crash people have been experiencing. It also
725 offers a new input method that should allow nano to do
726 things the right way (like ^S, ^Q, custom suspend keys)
Chris Allegretta88520c92001-05-05 17:45:54 +0000727 and hopefully won't break with non-US keyboards. There
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000728 are also the obligatory display fixes and speedups.
729 Have fun with it.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000730
73105/14/2000 - Nano 0.9.7 (the Mother's Day release) continues in the long
732 line of display fixes, and also fixes the broken symlink
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000733 behavior (i.e, symlinks weren't being followed by
734 default). Hopefully all major bugs can be worked out
735 soon and we can have a 1.0 release before the end of the
736 year, but who knows.
737
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000073805/08/2000 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
739 uncovered. There are improvements (and some remaining
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000740 segfaults) in the wrapping code, and even more display
741 optimizations. I would still say 0.9.4 or 0.9.2 are the
742 most stable versions of nano to date, but this one may
743 not be too bad =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000744
74505/01/2000 - Nano 0.9.5 attempts to speed up the display of text
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000746 to be at least somewhat reasonable. Much code profiling
747 has been done to reduce the ridiculous number of
748 redundant display updates. This will probably expose a
749 lot of bugs that can then be fixed, so this release is
750 probably not for the faint of heart. For anyone
751 curious, I would call nano 0.9.2 the most stable version
752 recently, so use that if you're not particularly
753 concerned with being on the bleeding edge.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000754
75504/25/2000 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000756 line code and related segfaults. It also now has much
757 better handling for 8-bit characters. The --enable-tiny
758 code also produces a smaller executable.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000759
76004/19/2000 - Nano 0.9.3 is officially the "Micro$oft" release. It
761 underscores the recent problem of bugfixes introducing
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000762 more bugs than they fix. The most important change to
763 this version of nano is the removal of the "magic line".
764 You will no longer see a blank line at the end of the
765 file. If you want a new line at the end of your file,
766 you'll have to hit enter to get one.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000767
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000768 NOTE: THIS BREAKS COMPATIBILITY WITH PICO.
769 Unfortunately, this feature has been causing many many
770 problems with nano so it is being removed for the time
771 being, and perhaps indefinitely.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000772
Chris Allegretta88520c92001-05-05 17:45:54 +0000773 Other new stuff includes an --enable-tiny option to make
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000774 nano ultra small (disabling i18n, detailed help and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000775 marker and mouse code), and --with-slang to use the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000776 slang libraries instead of ncurses.
777
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000077804/15/2000 - Nano 0.9.2 just fixes the serious segfault problem if
779 nano is invoked any way other than using the absolute
780 path. The bug was in the new code for checking whether
Chris Allegretta6df90f52002-07-19 01:08:59 +0000781 nano is invoked as 'pico'.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000782
78304/14/2000 - 0.9.1 has some more Pico compatibility built-in. The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000784 option to switch to/from Search and Search/Replace (^T)
785 is now available, and nano now displays the more
786 Pico-like shortcut list when invoked as 'pico' (i.e, if
787 'pico' is a symlink to nano). There is an important
788 change to the handling of symbolic links as well. Now,
789 nano does the "correct" thing and automatically writes
790 to the object of the symlink, rather than replace the
791 symlink with the updated file. This behavior is still
792 available with the --nofollow or -l flags.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000793 Other new things include a fix for the infamous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000794 "recursive replace" bug, and more bugfixes in the
795 wrapping code.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000796
79704/07/2000 - Nano 0.9.0 has some updates, new language support and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000798 a much better refresh setup (It's still not great,
799 but...) There should also be more stability editing
800 long lines, as there was a stupid mistake in the
801 update_line call. Silly me =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000802
80303/22/2000 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
804 to reflect the current stagnant status of the project.
805 Most things work, the rest doesn't doesn't work because
806 (a) I can't fix it or I would have already done so, and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000807 (b) the amount of patches I'm receiving right now is
808 quite negligible. Fortunately, this release marks the
809 first release since I have acquired ownership of the
810 nano pages on SourceForge. Here's hoping SF will get us
811 some more visibility, translators and patches.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000812
81303/12/2000 - After a hiatus, I have finally moved (not unpacked though)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000814 to my new home into Albany. Thus I should now have more
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000815 time to work on nano. Nano 0.8.8, the "dear god what
816 broke this time?" release, incorporates patches for both
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000817 i18n and many bugfixes. It is VERY likely something
818 broke this version, and it's likely I didn't even apply
819 the i18n stuff properly, so *it* may not even work.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000820
821 I would like to announce that I'm going to need
822 translations soonish, so if you are fluent in other
Chris Allegretta88520c92001-05-05 17:45:54 +0000823 languages than English (or even better, if your native
824 language is not English) and you would like to submit a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000825 translation file to me, please feel free to do so. If
826 you do, I will list your name and email in the AUTHORS
827 file as the maintainer of the .po file, and from then on
828 it is yours to take care of and keep up to date.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000829
83003/01/2000 - Well, to continue my trend of going back on my previous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000831 release's comments, nano 0.8.7 is released. The
832 crashing behavior was still occurring, and this most
833 recent fix also fixes some other wrapping problems, so
834 here you go. There may be another release soon, there
835 may not be, is that vague enough? =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000836
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000083702/25/2000 - More minor bugfixes in 0.8.6, the bizarre behavior at the
838 end of a page has ceased, thankfully. I'm also moving
839 next weekend, so don't be shocked if you don't see a new
840 version of nano next week =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000841
84202/11/2000 - Okay, here we go again. Aside from a few minor fixes and
843 some under-the-hood changes, you won't notice much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000844 different in this version of nano. I haven't gotten
845 much feedback on the help feature, is it simply amazing
846 or does no one care? Write and let me know! =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000847
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000084802/08/2000 - Nano 0.8.3 marks the first time in a long time that there
849 has been more than three days since the last release.
850 New features include an initial help mode (YAY!),
851 hopefully much more support for i18n out of the box, and
852 a flag for more Pico compatibility in the shortcut lists
853 displayed. This release also marks the new nano
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000854 distribution site, http://www.asty.org/nano and email
855 address nano@asty.org for bugs, etc.
856
85702/02/2000 - Okay, I hate to go back on what I said in the last release,
858 but I may be changing jobs very soon. I will release
859 version 0.8.2 as is (no i18n, no help menu (yet). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000860 expect things to settle down by the end of next week,
861 and then I can try to start on the i18n support and help
862 menu; look for these new features in version 0.8.5 to
863 0.9.0.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000864
86501/28/2000 - Nano 0.8.1 marks our first official step toward
Chris Allegretta88520c92001-05-05 17:45:54 +0000866 internationalization (i18n) and the help system (^G). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000867 will be merging in Jordi's patches for initial i18n in
868 the next version, and will implement the help system
869 with i18n built into it shortly after that. Please
870 don't hesitate to send bug reports, as long as you're
871 sure the fault lies with nano =-).
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000872
87301/25/2000 - Nano 0.8.0 is officially the 'let's try and be at least a
874 little portable, mmmmkay?' release. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000875 portability checks and fixes; many thanks to Andy Kahn
876 for his patches. I removed the broken do_spell behavior
877 with the 'spell' program; for now, we only try to call
878 'ispell' until I write a better method to handle the
879 output of the normal 'spell' command.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000880
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000088101/24/2000 - Nano 0.7.9 features many new features. Among them are a
882 new autoindent feature (-i, --autoindent), tempfile flag
883 like Pico's -t flag (-t, --tempfile), and preliminary
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000884 spelling program support. The spelling function tries
885 to run 'spell' and then 'ispell' in that order, but you
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000886 can specify another spelling program with -s or
887 --speller.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000888
88901/17/00 - Nano 0.7.7 is officially the 'way too much stuff changed this
890 release' release. It's the busy time at work for me, so
891 please don't get offended if your patch doesn't get
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000892 included in the next immediate version of nano. I'm
893 sure all the changes in this release will cause a few
894 bugs, so 0.7.8 will primarily be about fixing those
895 bugs.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000896
Chris Allegretta88520c92001-05-05 17:45:54 +0000897 Things added this release include resizability (kinda),
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000898 new -x and -c flags (see nano -h for help), long command
899 line flag support, and the usual array of bugfixes.
900
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000090101/15/00 - Nano 0.7.6 is officially the 'lightning' release. It now
902 loads large files much faster than previous versions,
903 and is even much faster than Pico or vi in some rather
904 rudimentary tests. Many thanks to Adam Rogoyski for the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000905 read_byte patch!
906
90701/09/00 - As of this version (0.7.4), TIP has officially been renamed
908 to nano. The new homepage is at
909 http://faculty.plattsburgh.edu/astyanax/nano. Please
910 update your bookmarks, tell your friends, and all that
911 jazz.
Chris Allegrettac87a4112000-08-07 02:16:24 +0000912
913$Id$