blob: a8461ebfd5ccf1a85bb2fa4bf292e17247c47244 [file] [log] [blame]
Chris Allegretta2b4e4332013-03-22 14:06:58 +000012013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is
Benno Schulenbergb55ce292014-02-22 10:28:58 +00002 released. This release introduces vim-style file locking
Chris Allegretta2b4e4332013-03-22 14:06:58 +00003 (though not backup/restore), useful when using nano
4 in a multi-editor environment. Feedback is welcome if
5 you run into any issues with this new code. Other new
Benno Schulenbergb55ce292014-02-22 10:28:58 +00006 features include additional support for word boundary
Chris Allegretta2b4e4332013-03-22 14:06:58 +00007 checking when cross compiling, fixes for trying to go to
8 an invalid line number, and the usual documentation
Benno Schulenbergb55ce292014-02-22 10:28:58 +00009 tweaks.
Chris Allegretta2b4e4332013-03-22 14:06:58 +000010
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000112011.05.10 - GNU nano 2.3.1 "I'm in space" is released. This
Chris Allegretta8d7402f2011-05-11 04:54:39 +000012 release includes some fixes for the new libmagic code, as
13 well as a fix for improper character counts when using
14 auto-indent. Also included are new syntax highlighting
Benno Schulenbergb55ce292014-02-22 10:28:58 +000015 definitions for RPM spec and lua files. Thanks for
Chris Allegretta8d7402f2011-05-11 04:54:39 +000016 using nano and keep circulating the tapes.
17
Chris Allegretta946b2f42011-02-26 14:28:42 +0000182011.02.26 - GNU nano 2.3.0 "Septic surprise" is released. This first
Benno Schulenbergccb02f72014-02-25 20:53:50 +000019 release in the 2.3 unstable series brings several new
Chris Allegretta946b2f42011-02-26 14:28:42 +000020 features. First, libmagic support for syntax highlighting
Benno Schulenbergb55ce292014-02-22 10:28:58 +000021 has been added on top of the existing file extension
22 and header support already available. Secondly, cursor
23 position can be saved between editing sessions with
Benno Schulenbergccb02f72014-02-25 20:53:50 +000024 the -P or --poslog command-line flag, or via "set poslog"
Benno Schulenbergb55ce292014-02-22 10:28:58 +000025 in your .nanorc. Also included are some fixes for
26 compilation with g++, and better handling of issues
27 writing the backup file, which should reduce the need
28 for the 'set allow_insecure_backup" nanorc option.
Chris Allegretta946b2f42011-02-26 14:28:42 +000029 Don't stop, get it get it, don't stop, get it get it.
30
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000312010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to
32 www.desertbus.org and donate a few bucks for the great
33 Child's Play Charity! This is just a small release to
34 update a bug where restricted mode was not particularly
35 restricted since key bindings were introduced. It also
36 signals the return of win32 builds which now feature
37 nanorc support; please see the FAQ for details of how
38 to enable it, this feature is a bit of a kludge for now.
39 Remember that when all else fails, USE SPACE JUMP.
40
Chris Allegretta9b1c8682010-08-06 01:20:51 +0000412010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available.
Benno Schulenbergb55ce292014-02-22 10:28:58 +000042 This release includes slightly less restrictive checking
Benno Schulenbergccb02f72014-02-25 20:53:50 +000043 when writing files in strange environments (e.g. when
44 being used out of crontab). For very strange situations
Chris Allegretta9b1c8682010-08-06 01:20:51 +000045 (such as where you cannot change the permissions on the
Benno Schulenbergccb02f72014-02-25 20:53:50 +000046 file you're writing), there is a new rc file option
Chris Allegretta544c56c2010-08-11 02:41:26 +000047 "allow_insecure_backup" to be even more permissive and
Benno Schulenbergccb02f72014-02-25 20:53:50 +000048 allow the write to proceed. Also included are some
49 syntax highlighting updates, and that is about it.
Chris Allegretta9b1c8682010-08-06 01:20:51 +000050 Keep fighting the good fight children.
51
Chris Allegrettaa2c51722010-04-15 07:40:41 +0000522010.04.15 - GNU nano 2.2.4 is nobody's fool. First and foremost,
Benno Schulenbergb55ce292014-02-22 10:28:58 +000053 this release includes some security fixes due to
Chris Allegrettaa2c51722010-04-15 07:40:41 +000054 an assessment of nano's vulnerability to symlink attacks
55 on open files. The CVEs fixed with this release are
56 CVE-2010-1160 and CVE-2010-1161. Also included are fixes
57 for various crash modes when using the spell checker
58 on new files in multibuffer mode (surely you've used
Benno Schulenbergccb02f72014-02-25 20:53:50 +000059 that combination recently? no?) as well as a fixing
Benno Schulenbergb55ce292014-02-22 10:28:58 +000060 the 'file was modified' message when saving to a
Chris Allegrettaa2c51722010-04-15 07:40:41 +000061 new filename (since how would nano know?). And
Benno Schulenbergb55ce292014-02-22 10:28:58 +000062 the list would not be complete without our
Chris Allegrettaa2c51722010-04-15 07:40:41 +000063 third-times-the-charm fixes to page up/down due to
Benno Schulenbergb55ce292014-02-22 10:28:58 +000064 the soft wrapping code. The lone new feature
65 included is a new syntax highlighting definition for
Chris Allegrettaa2c51722010-04-15 07:40:41 +000066 cmake-related files. Please do consider upgrading to
67 this release if still using the 2.0 series since
68 fixes for that version are still forthcoming.
69
Chris Allegrettaf81d6fe2010-02-11 06:13:55 +0000702010.02.11 - GNU nano 2.2.3 "fumbling toward stability" is released.
Benno Schulenbergb55ce292014-02-22 10:28:58 +000071 This release contains a fix for only one bug, but a
72 rather irritating one: when paging up/down with smooth
73 scrolling, the cursor position was not being preserved
74 due to a bug in 2.2.2. With such a targeted fix
Chris Allegrettaf81d6fe2010-02-11 06:13:55 +000075 like this what could POSSIBLY go WRONG? Hahaha.
76 Enjoy and if you find new bugs, as always please
77 use Savannah's bug tracker.
78 http://savannah.gnu.org/bugs/?func=additem&group=nano
79
Chris Allegretta3eacb852010-01-18 03:47:40 +0000802010.01.17 - GNU nano 2.2.2 is released for you, you, you. This
Benno Schulenbergccb02f72014-02-25 20:53:50 +000081 release includes fixes for: crashes when writing
Chris Allegretta3eacb852010-01-18 03:47:40 +000082 backup files in certain conditions, improper
83 screen centering when moving up/down in various
84 combination of smooth scrolling and soft wrapping modes,
85 a search crash on the armel arch, and issues with
86 lots of keybinding customizations causing crashing
87 particularly on FreeBSD. Also included are better
88 help menu entries for forward/back in the file browser,
89 some man page tweaks and one assert fix. As always,
90 share and enjoy!
91
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000922009.12.12 - GNU nano 2.2.1 "DLR strikes back" is open for business.
93 This release fixes many bugs, including: missing
Benno Schulenbergb55ce292014-02-22 10:28:58 +000094 keybindings for page up/down and GotoDir in the browser,
95 ^P/^N in the help menu, and restoration of M-W as the
Chris Allegretta560a8cd2009-12-13 03:31:00 +000096 default re-search binding. Other fixes include several
Benno Schulenbergb55ce292014-02-22 10:28:58 +000097 issues with compiler warnings and configure options, and
98 documentation updates, including the nano texinfo manual,
Chris Allegretta560a8cd2009-12-13 03:31:00 +000099 nano and nanorc man pages, and UPGRADE file, and some
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000100 missing syntax highliting entries for the sample nanorc.
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000101 And no release would be complete without the latest round
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000102 of 'final' soft wrapping fixes! Finally, nano will no
103 longer print a warning when attempting to insert the
104 contents of a read-only file into an existing buffer.
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000105 Enjoy and Happy Hanukkah.
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000106
Chris Allegrettacb9a5be2009-11-30 05:26:30 +00001072009.11.30 - GNU nano 2.2.0 "Doc Brown" is released! The culmination
108 of almost two years of development and hot on the heels
109 of nano's 10th birthday is available for all your
110 editing needs! Bugs fixed since the last release
111 include several fixes for tiny mode (involving both
112 the help keys and replace menu text), more 'final'
113 fixes for soft wrapping, and several typo and documentation
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000114 updates including nanorc tweaks and a new syntax
Chris Allegrettacb9a5be2009-11-30 05:26:30 +0000115 highlighting file for makefiles. Also included is a long
116 standing fix for random crashing when using nanorc on
117 FreeBSD, and nano will no longer clear the screen on
118 suspend to maintain compatibility with other *nix editors.
119 For those who haven't been playing along at home, please
120 see the official web page for the summary of new
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000121 features since 2.0. Special thanks to all who have
122 submitted bug reports recently in support of our new
123 stable release, and apologies for all those bugs we
Chris Allegrettacb9a5be2009-11-30 05:26:30 +0000124 didn't yet find :-) Peace to all.
125
Chris Allegretta6c3d8862009-11-22 02:49:39 +00001262009.11.21 - GNU nano 2.1.99pre2 is available for a special pre-Black
127 Friday discount. Included are some (hopefully
128 final) fixes for issues with last page display
129 caused by the soft wrapping code, and a fix for
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000130 a long standing issue with hittig the home key when
Chris Allegretta6c3d8862009-11-22 02:49:39 +0000131 going through the search history. On the features
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000132 front, nano will now attempt to retain the proper
133 ownership and permissions when trying to create a
134 .save file due to receiving a signal. Nano can also
135 now unbind keys from one or more menus via the 'unbind'
136 keyword. Finally, passing --fill or --nowrap on
137 the command line will now override any related
138 .nanorc entries. Speak now or forever hold your bugs!
Chris Allegretta6c3d8862009-11-22 02:49:39 +0000139
Chris Allegretta2cd2d4b2009-11-15 06:20:21 +00001402009.11.15 - GNU nano 2.1.99pre1 "take a bow" is out there, man, it's
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000141 out there all right. This release contains mainly
142 bugfixes, underscoring that we are preparing for the
143 next stable series release. Included are many fixes
144 for the new soft wrapping code, compiler warning tweaks,
145 and the modification time warning no longer triggers
146 when saving a file as a new name. Also include are
147 some fixes for various nanorc options, and there are
148 surely more bugs to find before we call the code base
Chris Allegretta2cd2d4b2009-11-15 06:20:21 +0000149 stable, so please keep those reports coming!
150
Chris Allegretta1f218fa2009-09-15 03:50:17 +00001512009.09.14 - GNU nano 2.1.11 is on very thin ice, very thin ice, very thin
152 ice. This release includes two new features: first, nano
153 will check whether the current file is writable when it
154 is opened, and warn if it is not on the status bar. Secondly,
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000155 a new soft-wrapping (AKA full line display) option is
Chris Allegretta1f218fa2009-09-15 03:50:17 +0000156 available, which will attempt to fully display the contents
157 of lines longer than the width of the screen without the
158 usual truncation and a '$' symbol at the end of the line.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000159 It can be enabled via Meta-$ inside the editor, via the
160 -$ or --softwrap command line flags, or "set softwrap"
161 in your .nanorc). As always please report any bugs to the
Chris Allegretta1f218fa2009-09-15 03:50:17 +0000162 nano Savannah project page
163 (http://savannah.gnu.org/bugs/?func=additem&group=nano)
164 Remember: data loss happens, back up your files.
165
Chris Allegretta7f388202009-07-28 05:08:35 +00001662009.07.28 - GNU nano 2.1.10 "Ellie" is released. This version includes
167 various fixes for portability including some older HP-UX
168 compiler combos, various compiler warnings, and some crash
169 fixes in the undo code. On the topic of the latter item,
170 the undo code is now marked as experimental since it can
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000171 cause severe stability and memory issues, and thus now
172 requires a flag (-u, --undo) in order to enable it.
173 Please feel free to continue to test the undo code and
Chris Allegretta7f388202009-07-28 05:08:35 +0000174 thanks again for using nano for your text editing needs.
175 Go team Nano!
176
Chris Allegrettafbdc8b92009-02-17 04:10:37 +00001772009.02.16 - GNU nano 2.1.9 wonders what all that glass is doing on the
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000178 floor! This release is primarily meant as a less buggy
179 version of 2.1.8, particularly for issues with the new
180 sped-up syntax highlighting code. Other fixes include
181 configure-time detection of groff HTML support before
182 attempting to generate the HTML version of man pages,
183 and using ~ or ~username syntax in .nanorc should now
184 work again. Also, nano will now only ask for one
185 acknowledgement of errors it encounters when parsing
186 nanorc files, and a new flag -q (--quiet) will silence
187 these messages altogether. Give it a go, and happy
Chris Allegrettafbdc8b92009-02-17 04:10:37 +0000188 birthday lenny!
189
Chris Allegretta1658d4d2009-02-08 04:12:07 +00001902009.02.07 - GNU nano 2.1.8 "unsafe at any speed" is released. This
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000191 release include some long overdue performance
Chris Allegretta1658d4d2009-02-08 04:12:07 +0000192 improvements in syntax color highlighting, the ability
193 to abort running searches (useful mainly when
194 editing very large files) and the ability to use nano
195 like a pager for viewing standard input (i.e. "nano -").
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000196 Additionally, there are gentoo syntax highlighting
197 updates and fixes for issues with reading files
198 in a directory with strange parent directory permissions.
199 The key bindings code was also substantially changed
200 in order to be more ISO-C compatible. Be sure to use
201 the Savannah page not only for bug reports but for any
202 features you would like to see before the next stable
Chris Allegretta1658d4d2009-02-08 04:12:07 +0000203 series is released. Have fun with it!
Chris Allegretta1658d4d2009-02-08 04:12:07 +0000204
Chris Allegretta2f2f4d32008-11-10 06:33:12 +00002052008.11.10 - GNU nano 2.1.7 "Effingham" is ready to make good on those
206 campaign promises of lower bug rates and 50% more pie.
207 This release includes a new check for external
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000208 modifications when saving a file, some code and
209 documentation cleanups, and more bug fixes for
Chris Allegretta2f2f4d32008-11-10 06:33:12 +0000210 the new undo code (but we continue to welcome your bug
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000211 reports via the Savananh bug page at
Chris Allegretta2f2f4d32008-11-10 06:33:12 +0000212 http://savannah.gnu.org/bugs/?func=additem&group=nano.
213 Come get some.
214
Chris Allegretta8f0a9212008-10-03 22:20:43 +00002152008.10.03 - GNU nano 2.1.6 was for new features before it was against
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000216 them. This release includes more undo capability,
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000217 several new syntax highlighting configurations including
218 Objective C, OCaml, and Fortran, and a new capability
219 to activate highlighting based on the 1st line of the
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000220 file being edited. Also, the new default configure
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000221 options now include color syntax highlighting, .nanorc
222 support, multibuffer and extras. These items can still
223 be disabled and are not enabled with --enable-tiny. Bug
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000224 fixes include better signal handling under Cygwin, and
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000225 that's about it. Again please remember to
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000226 submit bug reports via Savannah at
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000227 http://savannah.gnu.org/bugs/?func=additem&group=nano
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000228 as undo functions certainly need more testing.
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000229 Bon appetit.
230
Chris Allegretta566635e2008-08-30 21:40:33 +00002312008.08.30 - GNU nano 2.1.5 is ready to lead on day one. This release
232 contains a better fix for incorrectly reported successful
233 writes on full filesystems, more helpful messages when
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000234 an internal error occurs in the undo code, and fixes for
235 various combinations of configure-time options and
236 compiler flags. Also included is new support for
Chris Allegretta566635e2008-08-30 21:40:33 +0000237 changing the rc file name at configure time, and
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000238 using GNU-style regexes for word-boundaries on systems
239 which do not support them natively, as well as the ever
Chris Allegretta566635e2008-08-30 21:40:33 +0000240 popular translation updates. Rock the tarball.
241
Chris Allegrettad2780ec2008-08-09 10:25:22 +00002422008.08.09 - GNU nano 2.1.4 "I told you so!" is released. This release
243 includes fixes for several severe issues with the new
244 undo/redo code. Also the behavior of writing
245 files when using backup mode has changed as well: if writing
246 the backup file fails, nano will not attempt to write the
247 current file. This should help folks who enjoy "extreme
248 text editing" i.e. editing files on file systems which
249 are likely to run out of space; see Savannah bug 24000.
250 Have fun with it!
251
Benno Schulenbergb55ce292014-02-22 10:28:58 +00002522008.08.04 - GNU nano 2.1.3 "least stable version ever" is released. This
Chris Allegretta599c5592008-08-05 01:35:42 +0000253 release includes new (and experimental) undo and redo
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000254 functionality for most text operations. The default
Chris Allegretta599c5592008-08-05 01:35:42 +0000255 key bindings are Meta-U for undo and Meta-E for redo, but
256 these can be remapped using the new 2.1 keybinding code.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000257 Also included are some fixes for configuring using wide
258 curses, crashing when invoking the help menu with
Chris Allegretta599c5592008-08-05 01:35:42 +0000259 certain locales, and not saving the search history when
260 compiled with configure options.
261
2622008.04.24 - GNU nano 2.1.2 "New York City" is released. This release
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000263 contains fixes for binding bad keys, some
264 configure-specific compilation failures, and more issues
265 with the new input back end and in particular the status
266 bar. Also fixed are some long standing issues with
Chris Allegretta2c367bf2008-06-25 03:35:15 +0000267 compiling on AIX, and a segfault when making the terminal
268 window too small. Rest in Peace Tim and George!
269
Chris Allegretta599c5592008-08-05 01:35:42 +00002702008.04.01 - GNU nano 2.1.1 wont get fooled again. This release contains
Chris Allegretta9ba66062008-04-02 04:08:24 +0000271 fixes for the new user-rebindable keys (in particular
272 bracket match which was mis-bound), and various
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000273 problems with translations and configure-related
Chris Allegretta9ba66062008-04-02 04:08:24 +0000274 compilation problems are now fixed as well.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000275 It also contains new syntax highlighting
276 definitions for TCL, PHP, Gentoo and Debian-related
277 files, and some documentation updates as well.
278 Please continue to send reports with the key
Chris Allegretta9ba66062008-04-02 04:08:24 +0000279 binding code to the Savannah page
280 (https://savannah.gnu.org/bugs/?group=nano).
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000281
Chris Allegretta599c5592008-08-05 01:35:42 +00002822008.03.18 - GNU nano 2.1.0 "under old mismanagement" is released.
Chris Allegretta595d6e02008-03-19 03:01:34 +0000283 This first release in the 2.1 development series
284 introduces rebinadble keys for most actions inside
285 the editor. Please see the nanorc(5) page for
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000286 more information on configuring key bindings. Please
287 also report all keybinding bugs (crashes, missing
Chris Allegretta595d6e02008-03-19 03:01:34 +0000288 menu functions) using the Savannah bug tracker URL,
289 https://savannah.gnu.org/bugs/?group=nano and
290 thanks for sticking with us!
291
Chris Allegretta599c5592008-08-05 01:35:42 +00002922007.12.20- GNU nano 2.0.7 keeps its balance. This release fixes
David Lawrence Ramsey200f0c82007-12-20 18:57:41 +0000293 several bugs, among others: a segfault and several
294 cursor positioning problems when uncutting text or
295 inserting files into the current buffer; a problem where
296 the total number of characters would be miscalculated
297 when replacing single-byte characters with multibyte
298 ones; several minor issues with the statusbar prompt
299 involving text display and mouse support; and several
300 oddities when tab-completing in the middle of a line.
301 It also improves autodetection of DOS and Mac format
302 files, properly supports the mouse wheel when using a
303 version of ncurses built with the --enable-ext-mouse
304 option, fixes some problems under NetBSD curses, adds a
305 lot of translation updates, and adds more minor
306 documentation updates. Slang curses emulation support
307 has also been changed to turn off all the options that
308 --enable-tiny does, as it's hopelessly broken otherwise.
309 Finally, nano is now licensed under the GNU GPL version
310 3 or later, and its documentation is now dual-licensed
311 under the GNU GPL version 3 or later and the GNU FDL
312 version 1.2 or later. Have fun.
313
Chris Allegretta599c5592008-08-05 01:35:42 +00003142007.04.26- GNU nano 2.0.6 "that was quick" is released. This release
David Lawrence Ramsey75500fd2007-12-17 23:07:49 +0000315 fixes a potential segfault after justifying text marked
316 from the bottom up. It also adds one more minor
317 documentation update. Enjoy.
318
Chris Allegretta599c5592008-08-05 01:35:42 +00003192007.04.22- GNU nano 2.0.5 braces for impact. Among other things, this
David Lawrence Ramsey75500fd2007-12-17 23:07:49 +0000320 release fixes various problems (including a segfault)
321 when trying to open or save a file in a directory
322 beginning with "~" that isn't a home directory; fixes a
323 problem where a file with no name could be saved over an
324 existing filename with no warning about overwriting it;
325 properly disallows opening directories or device files
326 from "include" commands in nanorc files; no longer
327 displays a misleading prompt when trying to save in
328 restricted mode with the mark on; and properly supports
329 the Cancel and Shift-Cancel keys. It also improves
330 several color syntaxes to highlight trailing whitespace,
331 just as the Java syntax does, and adds yet more minor
332 documentation updates. Have fun.
333
3342007.04.06 - GNU nano 2.0.4 heralds the dawn. This release contains
335 proper support for the Ctrl-[arrow key], Shift-[arrow
336 key], and F13-F16 keys under Xfce's Terminal. It also
337 adds still more minor documentation updates. Enjoy.
338
David Lawrence Ramsey8a890962007-01-29 12:33:45 +00003392007.01.29 - GNU nano 2.0.3 flows toward its ending. This release
340 contains several minor optimizations to make the
341 executable a little smaller under some circumstances,
342 some translation updates, improvements to the color
343 syntax for Python, and still more minor documentation
344 updates. Have fun.
345
David Lawrence Ramsey518b7fa2006-12-21 02:47:14 +00003462006.12.20 - GNU nano 2.0.2 forges ahead. This release fixes a segfault
347 when trying to save in a nonexistent directory; fixes
348 handling of strings containing nulls at the "Write File",
349 "Insert File", "Execute Command", and "Go to Directory"
350 prompts; fixes several minor memory leaks; fixes two
351 more potential compilation warnings; adds a few
352 translation updates; and adds a few more minor
353 documentation updates. Enjoy.
354
David Lawrence Ramsey16fd49b2006-11-20 14:38:31 +00003552006.11.20 - GNU nano 2.0.1 emerges from its cocoon. This release
356 contains several bugfixes: saving one file over another
357 will now always warn about overwriting it, overwriting
358 a file is no longer possible when saving a new file in
359 restricted mode, and zero-length Unicode characters are
360 now highlighted properly when nano is built without
361 regular expression support. It also adds several minor
362 documentation updates. Have fun with it.
363
David Lawrence Ramseyf8df4a02006-11-06 16:03:12 +00003642006.11.06 - GNU nano 2.0.0 does its little dance. This release adds
365 documentation updates and a few cosmetic tweaks.
366 For those who haven't been following nano 1.3
367 development, there are a ton of new features, including
368 support for UTF-8, moving to a specified line and column
369 instead of just a line, improved color syntax
370 highlighting, inserting previously untypeable characters
371 using "Verbatim Input" mode, and copying text into the
372 cutbuffer without cutting it. There are also fixes for
373 some long-standing bugs, such as the "NumLock glitch"
374 from nano 1.2.x, and the inability to unjustify text
375 after resizing. Finally, there are also a ton of
376 translation updates and new translations, as well as new
377 color syntaxes. See the UPGRADE file for more
378 information, and enjoy the new stable release.
379
David Lawrence Ramsey12956992006-10-25 15:27:08 +00003802006.10.25 - GNU nano 1.9.99pre3 learns to appreciate life. This
381 release fixes a bug where the screen sometimes wouldn't
382 be updated properly after copying text into the
383 cutbuffer, fixes a potential warning while compiling,
384 and fixes a few other minor inconsistencies. Have fun.
385
David Lawrence Ramsey2953f782006-10-02 04:08:20 +00003862006.10.02 - GNU nano 1.9.99pre2 crosses the threshold. This release
387 fixes a few more bugs: cursor positioning after leaving
388 the statusbar prompt has been fixed, and verbatim input
389 at the statusbar prompt now properly handles newlines.
390 Enjoy.
391
David Lawrence Ramsey890ea442006-08-29 17:29:57 +00003922006.08.29 - GNU nano 1.9.99pre1 passes through the flames. This
393 release fixes various bugs in the last version: the
394 mouse support properly ignores everything except clicks
395 of the left mouse button; the statusbar is now blanked
396 properly when it should be; indenting and unindenting
397 operate on the current line when the mark is off; nano
398 should build on Tru64, NetBSD, and other systems that
399 use termcap instead of terminfo in their curses
400 libraries; the built-in file browser now properly
401 navigates file lists that take up only one row; the
402 cursor position is now completely restored after
403 inserting a file into the current buffer, and after
404 inserting the output of a command into a new buffer; the
405 ^X shortcut at the search prompt has been removed, as
406 official Pico doesn't include it and it's too easily
407 confused with Exit; the screen is updated properly after
408 scrolling a line without moving the cursor; the keyboard
409 input routines behave more consistently; and so on.
410 Have fun with it.
411
David Lawrence Ramseydb5b5472006-06-26 04:01:31 +00004122006.06.26 - GNU nano 1.3.12 escapes the darkness. This release
413 contains the last new features that nano will have
414 before 2.0: copying text into the cutbuffer without
415 cutting it, indenting lines of marked text with a single
416 keystroke, reworked help text that should be easier for
417 new users, searching for filenames in the file browser,
418 the ability to include color regexes in files separate
419 from nanorc files, etc. It also contains many bugfixes.
420 Text can now be unjustified after justifying it and
421 resizing the window; the screen is now cleared when
422 suspending; the "default" color syntax is now handled
423 properly at all times; lines of text containing tabs are
424 now wrapped at the right place; double-column characters
425 are now properly displayed when past the right edge of
426 the screen; invalid multi-line color regexes are now
427 ignored; and so on. Enjoy.
428
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +00004292006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
430 focuses mostly on bugfixes, which include better
431 handling of the cursor at the statusbar prompt, support
David Lawrence Ramseyce5284b2006-03-30 07:01:57 +0000432 for certain combinations of Shift and keypad keys in
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +0000433 both normal and --rebind-keypad mode, a fix for a minor
434 display problem after some searches, a real fix for a
435 long-standing segfault when displaying overly long
436 lines, and a real fix for nano's not hanging up properly
437 in xterm under certain circumstances. There are also
438 several new features, such as the ability to set the
439 characters used as brackets when searching for matching
440 brackets, and tab completion of directories at the "Go
441 To Directory" prompt. Have fun.
442
David Lawrence Ramsey2cd986c2005-12-23 16:08:19 +00004432005.12.23 - GNU nano 1.3.10 rises to the surface. This release
444 contains several new features as well as fixes for
445 several longstanding bugs. The former include the
446 ability to scroll up or down single lines without
447 scrolling the cursor, reworked bracket searching code
448 that doesn't require regular expression support,
449 reworked command execution code that uses $SHELL if
450 available instead of hardcoding "/bin/sh", and the
451 ability to no longer add newlines to files that don't
452 end in them via the -L/--nonewlines option. The latter
453 include fixes to the statusbar prompt so that mouse
454 clicks work properly on it, fixes to the Yes/No/All
455 prompt so that mouse clicks on it work properly when
456 -O/--morespace is used, and fixes to the resize handling
457 so that nano dies properly when the terminal is too
458 small to display a prompt. Enjoy.
459
David Lawrence Ramsey5a9d4932005-10-24 01:44:23 +00004602005.10.23 - GNU nano 1.3.9 breaks through the wall. This release
461 includes major enhancements as well as bugfixes. The
462 enhancements include better handling of invalid UTF-8,
463 expansion of the word count option to also count lines
464 and characters in the file or selection, more efficient
465 screen update routines, a readded -K/--rebindkeypad
466 option to work around numeric keypad problems on
467 terminals that don't show the usual NumLock glitch, a
468 new -W/--wordbounds option to properly detect words
469 containing punctuation when moving among them, and
470 massive improvements to the color code such as handling
471 of unspecified foreground colors, more efficient memory
472 usage for color regexes, and new reserved syntaxes
473 "default" and "none". The bugfixes include fixes for
474 the rewritten history code, fixes for potential line
475 numbering problems on 64-bit platforms, fixes for a few
476 long-standing minor display problems, a fix for erroneous
477 hangups occurring while waiting for input, and a fix for
478 a segfault when displaying certain overly long lines.
479 Have fun with it.
480
David Lawrence Ramsey665b1fb2005-06-30 17:16:16 +00004812005.06.30 - GNU nano 1.3.8 floats at its own level. This release
482 contains several new features. Among other things, you
483 can now move to a specified column number as well as
484 line number within a file, file backups saved in a
485 backup directory will have unique names, the search and
486 replace history routines should work more consistently,
487 you can get a word count by pressing Meta-D at the edit
488 window, and there's a new -E/--tabstospaces option to
489 convert all typed tabs to spaces (--backupdir's short
490 option has been changed to -C). In terms of bugfixes,
491 this release contains fixes for minor problems with
492 screen updates, UTF-8 display, and flow control; a fix
493 for a segfault when displaying some lines ending with
494 tabs; better handling of constant cursor position
495 display; improved color parsing in the rcfile; and
496 support for the "Regexp" toggle in tiny mode
497 (-R/--regexp is gone, and --restricted's short option
498 has been changed to -R), among other things. Enjoy.
499
David Lawrence Ramseyc32a5e72005-04-10 03:58:44 +00005002005.04.10 - GNU nano 1.3.7 claws its way to the top. This release
501 mostly contains bugfixes for the massive amount of new
502 code in 1.3.6. Among other things, nano builds with
503 debug support again; going into the help browser at the
504 "Read File" prompt no longer kicks you out of the prompt
505 after you exit the help browser; paragraph searching no
506 longer skips over certain cases of single-line
507 paragraphs; the titlebar no longer cuts off some UTF-8
508 strings prematurely; and the text displayed in the help
509 browser is now wrapped as it was in nano 1.2.x, taking
510 UTF-8 support into account. New features include an
511 --enable/disable-utf8 configure option to explicitly
512 turn detection of UTF-8 support on or off, and sample
513 regexes for C++ as well as C. Have fun.
514
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +00005152005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
516 This release finally includes the long-awaited support
David Lawrence Ramsey7ec8d7c2005-03-21 08:03:46 +0000517 for UTF-8. Other new features include the ability to
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +0000518 insert UTF-8 characters using verbatim input; the
519 ability to delete all text from the cursor position to
520 the end of the file via ^W^X as (patched) Pico does;
521 improvements to input and output so that pasted text
522 displays faster, improvements to the statusbar prompt so
523 that more edit window shortcuts, including verbatim
524 input and previous/next word search, work in it; a new
525 option to allow using the formerly always-blank second
526 line of the screen as part of the edit window; and the
527 ability to refresh the help browser and file browser
528 windows via Ctrl-L. Notable bug fixes include a fix for
529 a segfault when using full justify, and a fix for the
530 long-standing bug where nano would keep running if the
531 terminal it was in died unexpectedly. Enjoy.
532
David Lawrence Ramsey2c86dc62004-11-22 17:55:17 +00005332004.11.22 - GNU nano 1.3.5 hurls itself forward. New features in this
534 release include the ability to replace only marked text
535 when the mark is on, improvements to smooth scrolling so
536 that it applies everywhere instead of just affecting the
537 movement keys, improvements to how files are opened so
538 that they are no longer displayed unnecessarily, support
539 for multiple +LINE arguments in addition to multiple
540 filenames on the command line, autodetection of the
541 format to save a file in based on the format it was in
542 when it was opened, the ability to toggle both ways
543 between the "Read File" and "Execute Command" prompts
544 and the "Search" and "Go to Line" prompts, and support
545 for cross-compiling nano. As for bug fixes, the
546 "tabsize" nanorc option works again, mouse clicks on the
547 shortcut list trigger the right shortcuts again,
548 tab-completing a filename with %'s in it no longer
549 causes a segfault, the internal spell checker no longer
550 skips words after the cursor position when the cursor is
551 in the middle of the file, and spell checking of only
552 marked text now works properly. Have fun with it.
553
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +00005542004.08.17 - GNU nano 1.3.4 marches forth after a false start. This
555 release mainly features fixes for the bugs that crept
556 into the last release. Among other things, nano now
557 compiles again with certain options, quoted justify now
558 works properly on systems without regex.h, full justify
559 no longer segfaults when used on a file with no
560 paragraphs, previous paragraph searching works properly
561 again, tab completion is properly disabled when needed
562 in restricted mode, Ctrl-C is no longer disabled after
563 using the alternate spell checker, the permissions of a
564 newly created file now match those of nano 1.2.x again,
565 and replacing all text in a file now properly updates
566 the screen in all cases. New features include sample
567 regexes for patch files, improvements to the sample
David Lawrence Ramsey86058fa2007-01-17 16:24:24 +0000568 regexes for C files, and support for strings greater
569 than 1023 characters and/or containing nulls in
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +0000570 .nano_history. Additionally, the full justify keystroke
571 has been changed to match current Pico, and whitespace
572 display mode is now turned off by default. Enjoy.
573
David Lawrence Ramseye1151562004-06-28 13:17:33 +00005742004.06.28 - GNU nano 1.3.3 marches forth. There are several new
575 features in this release, including a restricted mode
576 that provides better security than just setting an
577 operating directory, the ability to justify the entire
578 file at once, support for a "smart" home key that can
579 leap from the beginning of text on a line to the true
580 beginning of the line (or the reverse) in one stroke,
581 support for specifying an alternative spell checker in
582 $SPELL, the ability to specify the characters used to
583 display spaces and tabs so that they can easily be told
584 apart, and the ability to specify the characters marking
585 the ends of sentences as used in justification. There
586 are also several bug fixes; among other things,
587 justification now keeps spaces at the ends of all but
588 the last line of a paragraph as Pico does, saving a
589 marked selection no longer changes the current filename
590 to the filename the selection was saved under, resizing
591 now works better and no longer corrupts the screen under
592 slang, and the movement functions now avoid doing
593 unnecessary redraws and hence work faster. In short,
594 there are a lot of new things to play with. Enjoy.
595
David Lawrence Ramseyf70f0cf2004-03-31 18:42:52 +00005962004.03.31 - GNU nano 1.3.2 is prepared for the void. New features in
597 this release include the ability to spell-check only
598 marked text and the ability to save all backup files in
599 a specified directory instead of wherever the original
600 files are. Bug fixes include a fix for a segfault when
601 replacing certain regular expressions, fixes for some
602 misbehavior when doing searches, minor fixes to verbatim
603 input mode and keyboard input in general, better
604 handling of window resizes at certain times, and
605 allowing the mark to be saved properly again when
606 switching between multiple file buffers. nano has also
607 been ported to the Tandem NonStop Kernel. Have fun.
608
David Lawrence Ramseyfa1497b2004-01-09 23:22:02 +00006092004.01.09 - GNU nano 1.3.1 is outside the gates. This release
610 features, among other things, fixes for the input
611 routines to deal with some problems they had, a
612 reorganized shortcut list for the help browser, minor
613 Pico compatibility improvements for the file browser,
614 fixes for misbehavior when replacing certain regular
615 expressions, and the ability to highlight those regular
616 expressions properly. It also allows searching without
617 prompting to work in view mode, adds support for glib
618 2.x for those systems that need it, updates the .spec
619 file for the 1.3 branch, prompts you first when you try
620 to save a file under a different name, and adds a new
621 verbatim input mode that acts as ^V does under vi, but
622 with additional Pico compatibility (explained in the
623 FAQ). Basically, a bunch of fixes and a few new
624 features for your editor of choice. Enjoy.
625
David Lawrence Ramsey133f7b12003-10-22 17:15:12 +00006262003.10.22 - GNU nano 1.3.0 is loosed upon the world. This is the first
627 release in the unstable 1.3.x series, and as such it
628 includes a lot of new features, including the addition
629 of a -d option for those FreeBSD users with Backspace
630 keys that act like Delete keys, the ability to repeat
631 the last search without prompting, the ability to search
632 for the beginning or end of a paragraph, new smooth
633 paging routines to go with the smooth scrolling
634 routines, and various improvements to the input and
635 display routines to make them behave more intuitively.
636 It also includes the usual load of bugfixes. Enjoy.
637
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00006382003.08.11 - GNU nano 1.2.2 is released, only four months since the
Chris Allegretta33642142003-08-12 01:49:20 +0000639 last version :-). This release includes fixes for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000640 broken regex detection, search history recall, and
641 keypad handling with -K. Debugging strings are no
642 longer translated and comments denote where translations
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000643 should be as short as possible (i.e. the statusbar).
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000644 There are new examples for syntax highlighting, and
645 documentation updates and fixes. The 1.3.0 CVS tree
646 will be opening soon for all your nano desires, so stay
647 tuned!
Chris Allegretta33642142003-08-12 01:49:20 +0000648
Chris Allegrettaaa459312003-04-20 16:20:15 +00006492003.04.19 - Happy Easter! GNU nano 1.2.1 is released. This release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000650 features a new check for broken regexec()
Chris Allegrettaaa459312003-04-20 16:20:15 +0000651 implementations and some variable, function and macro
652 cleanups. Fixes are included for search history,
653 cutting marked text, alt keyboard mode, and the usual
654 translation and documentation updates.
655
Chris Allegretta2b4ead92003-02-20 01:56:02 +00006562003.02.19 - GNU nano 1.2.0 is released. Few changes from pre3, just
657 some doc and translation updates, and bugfixes for
658 justify and file conversion. For those of you who
659 haven't kept up with the 1.1 unstable series, v1.2
660 brings nanorc support, color syntax highlighting,
661 multiple file buffers, search/replace history and much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000662 much more. Please read the UPGRADE file for details,
663 and enjoy GNU nano 1.2.0.
Chris Allegretta2b4ead92003-02-20 01:56:02 +0000664
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00006652003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
Chris Allegretta7ba32792003-02-14 03:09:35 +0000666 really!" is released. This release includes fixes for
667 wrapping (again), resizing, color syntax highlighting,
668 rcfile parsing, the mouse code, more memory leaks, and
669 some reversion of the code to get the user's home
670 directory (nano will now again rely on $HOME). There
671 are also translation updates, a new manual page for the
672 nanorc file, and an UPGRADE file detailing the changes
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000673 since version 1.0. Please submit reports for any bugs
Chris Allegretta7ba32792003-02-14 03:09:35 +0000674 you might find to the development team
675 (nano-devel@gnu.org), and enjoy nano almost-1.2.0 ;-)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000676
Chris Allegretta5c8c2762003-02-03 15:21:27 +00006772003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000678 shoes" is released. There are, not surprisingly, only
679 bugfixes in this release as we move toward the stable
680 1.2.0 release. Fixes are included for translatable
681 string format, subexpression replacement, constant
682 cursor position, invalid search regexes, justify, screen
683 state on SIGHUP and SIGTERM, cutting to end cuts with
684 long lines, many file browser and operating directory
685 bugs, memory and file descriptor leaks, marker code,
686 spell checker, the mouse code with long lines, multiple
687 buffers and non-file open errors, replacement string
688 length, and a silly but serious history message crash.
689 There is also a drastic improvement in CPU utilization
690 for the color regex code.
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000691 Depending on the number of bugs found in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000692 release, there may be a 1.1.99pre3 or RC1, or just a
693 1.2.0 release. Most of the major bugs seem to have been
694 worked out, so if you are waiting for a good time to
695 test nano before the official 1.2.0 release, this would
696 be the one to use. Happy bug hunting!
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000697
Chris Allegrettad46f5442003-01-17 21:47:33 +00006982003.01.17 - GNU nano 1.1.99pre1 "enough already" has been released.
699 This release is, barring bug fixes and documentation
700 updates, what version 1.2.0 has looked like, feature
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000701 wise. There will very likely be bugs, just due the
702 volume of changes made in this release. Search and
703 replace string history has been added, including an
704 option to log history to ~/.nano_history (-H,
705 --historylog). Because of this, the Pico incompatible
706 search/replace string behavior that used to be the
707 default has been deleted. The old "pico" flag (-p) is
708 now compatible with Pico's "preserve" mode for allowing
709 flow control characters; by default this version ignores
710 both ^Q and ^S. The --disable-wrapping-as-root
711 configure option has been forward ported from version
712 1.0.x, and a new flag to enable all extra options
713 (--enable-all) has been added. The internal spell
714 checker has been improved, meaning you will now be
715 prompted only once for each unique capitalization of a
716 given word.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000717 There have also been lots of bug fixes,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000718 including the "trying to insert a directory name in
Chris Allegrettad46f5442003-01-17 21:47:33 +0000719 multibuffer mode bug", the ugly spell checker scrolling,
720 the color code, cutting text crashes, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000721 deleting the "magic line" via replace, and cursor
722 positioning on the statusbar. There have also been the
723 usual helping of translation and documentation updates.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000724 Please send all new feedback on this release
725 direct to the development list (nano-devel@gnu.org).
726
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000072710/24/2002 - GNU nano 1.1.12 "Make Jordi happy" is released. This
David Lawrence Ramseye30c3082006-04-20 03:20:13 +0000728 release demonstrates that nano is starting to freeze for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000729 version 1.2. New features include a Meta-Y toggle for
730 syntax highlighting, pluralized i18n, and a handler for
731 SIGTERM. Nano now ignores XOFF (^S) to stop accidental
732 lock-ups, and no longer references malloc.h.
Chris Allegretta22578932002-10-25 03:14:11 +0000733 Also included are fixes for zero-length regex
734 matches, segfaults with --disable-mouse, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000735 memory corruption with the browser, version and help
736 cmdline output, and translation updates. Aside from the
737 (currently up in the air) search history behavior, the
738 next version of nano should be 1.1.99pre1. Have fun!
Chris Allegretta22578932002-10-25 03:14:11 +0000739
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000074010/01/2002 - GNU nano 1.1.11 "Oddball" is released. This release
741 features a new version of gettext, a new and improved
742 syntax highlighting engine, and some updates for the
743 nanorc.sample file. The toggles for case sensitivity
744 (Meta-C) and regular expressions (Meta-R) have changed
745 in the search and replace prompts, multibuffer status is
746 now displayed and can be toggled from the insert file
747 menu, and some wrapping behavior that changed in 1.1.10
748 has reverted. The --enable-color warning was also made
749 less severe, as the color syntax code has improved, and
750 nano now uses extended regexes in the .nanorc file.
751 Also included are fixes for various memory
752 leaks, the operating directory option, username tab
753 completion, the page_up and down arrow, go to previous
754 word and next word, nanorc parser and line wrapping
755 code. Have fun!
Chris Allegretta6866f6f2002-10-02 00:20:19 +0000756
Chris Allegretta70bb8862002-07-24 01:34:13 +000075707/25/2002 - At long last! GNU nano 1.1.10 "What didn't we break?" is
758 released. This version of GNU nano features version
759 0.11.2 of gettext, building with automake 1.6, some new
760 code for displaying control characters, browser
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000761 improvements, a new backup file option (-B, --backup), a
762 new option to ignore rc files (-I,--ignorercfiles),
Chris Allegretta70bb8862002-07-24 01:34:13 +0000763 compatibility with -pedantic, handling null characters
764 before EOF, a slightly sportier nanorc.sample and more.
Benno Schulenberg16fe1782014-02-27 20:54:26 +0000765 Fixes are included for justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000766 the reading and writing file routines, resizing and fill
767 length, millions of memory leaks, the usage screen was
Chris Allegretta1642e6a2013-01-03 04:41:41 +0000768 updated, and the --quotestr and --regexp really work
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000769 now ;-) Enjoy :)
Chris Allegretta70bb8862002-07-24 01:34:13 +0000770
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000077105/12/2002 - GNU nano 1.1.9 is released, happy Mother's Day! This
772 release includes many new features, including a prepend
773 mode (^O,M-P), a new "syntax" command in the .nanorc to
774 allow multiple syntax highlighting types, and a new -Y,
775 --syntax flag to set a specific one if there's no
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000776 filename regex to match it against (i.e. w/mutt). The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000777 ^space and M-space keys will now show up in the help
778 menu, which itself has been tweaked a bit, and many more
779 configure options should now cooperate (like the odd
780 pairing of --enable-tiny and --enable-multibuffer). The
781 marker should now work when using multiple buffers, and
782 the huge memory leak in color syntax highlighting has
783 been fixed. A lot of new stuff for everyone's favorite
784 text editor ;) Have fun!
Chris Allegretta8b75a782002-05-13 00:09:30 +0000785
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000078603/30/2002 - GNU nano 1.1.8 is released. New features include an
Chris Allegretta4ceb30c2002-03-30 16:56:53 +0000787 "Insert Output of External Command", ^R^X, and a .spec
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000788 file is now included in the distribution. There are
789 cleanups in the usage code, fixes for regex parsing, the
790 file browser, the NO_CONVERT auto-detect, indented
791 justification, the internal spell checker, and a serious
792 bug where reading a file of 0 lines would hang nano.
793 Also, the "show position" code now shows the starting
Chris Allegretta4ceb30c2002-03-30 16:56:53 +0000794 column as 1 instead of 0. Have fun!
795
Chris Allegretta97489d22002-03-05 23:47:44 +000079603/05/2002 - GNU nano 1.1.7 "lets change everything and see what breaks"
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000797 is released. New features include new flags
Chris Allegretta97489d22002-03-05 23:47:44 +0000798 -N,--noconvert to stop any file format conversion and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000799 -Q, --quotestr for the new quoted text justification, a
800 new tempnam() implementation to avoid silly warnings,
Chris Allegretta97489d22002-03-05 23:47:44 +0000801 DOS and Mac file options in the Write File dialog,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000802 multiple save files (file.1) for abnormal exits, ^C now
803 shows column as well as character position, and
Chris Allegretta97489d22002-03-05 23:47:44 +0000804 multibuffer allows duplicate files, even unnamed ones.
805 Also, the static shortcut and toggle lengths are
David Lawrence Ramsey81bfd822006-03-26 17:41:47 +0000806 history, nano now reads SYSCONFDIR/nanorc if rc file
Chris Allegretta97489d22002-03-05 23:47:44 +0000807 support is enabled, and nano is now built with (and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000808 requires for rebuilding) autoconf 2.5.
Chris Allegretta97489d22002-03-05 23:47:44 +0000809 This release also includes fixes for some memory
David Lawrence Ramsey1eadebe2004-01-25 21:36:38 +0000810 leaks, detecting DOS and Mac file format, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000811 suspending keys, search & replace under various
Chris Allegretta97489d22002-03-05 23:47:44 +0000812 conditions, variable width for shortcuts, and the usual
813 ton of translation updates.
814
Chris Allegretta491029e2002-01-25 17:02:32 +000081501/25/2002 - GNU nano 1.1.6 is released. Lots of new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000816 release. New Meta-keys were added as alternates for
Chris Allegretta05f40652002-01-23 02:37:36 +0000817 control sequences: Meta-A for the marker key (^^), and
818 Meta-G for the 'goto dir' key in the file browser (^_).
819 The color syntax highlighting now supports multiple
820 lines via start="regex" end="regex" syntax, and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000821 .nanorc regex format itself has changed. Also, the
Chris Allegretta05f40652002-01-23 02:37:36 +0000822 gettext code was upgraded to version 0.10.40, and nano
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000823 will now display a message if only occurrence of a given
824 search exists.
Chris Allegretta05f40652002-01-23 02:37:36 +0000825 For bugfixes, there are fixes for spelling,
826 stray newlines in the usage() function, suspend issues
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000827 with tcsh, auto-indent and wrapping clashes, ugly code
Chris Allegretta05f40652002-01-23 02:37:36 +0000828 in rcfile.c, global variable compatibility with AIX.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000829 There are also oodles of translation updates. Have fun
830 with it.
Chris Allegretta05f40652002-01-23 02:37:36 +0000831
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000083201/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
833 release is the changed behavior of the keypad. Nano now
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000834 does the Right Thing and used keypad() by default. If
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000835 you wish to use the keypad arrow keys in certain
836 terminals, you may use the -K or --keypad flag to use
837 the old behavior. Users of other OSes should see better
838 handling of their non-keypad keys in this release. Other
839 changes include more Hurd fixes, fixes parsing the
840 .nanorc, display fixes for the color syntax
Chris Allegrettabdea41e2002-01-05 18:54:43 +0000841 highlighting, gettext stabilization and many translation
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000842 updates. This is almost like a stable release, much
843 like in the 0.9.x series when every other release was
844 the most stable one :) Have fun!
845
84612/11/2001 - GNU nano 1.1.4 is released. This release contains
Chris Allegretta7bf25092001-12-12 02:44:40 +0000847 rudimentary color syntax support (but it's still
848 broken), compatibility fixes for the Hurd and FreeBSD,
849 spell checker and wrapping fixes, and more. It seems
850 that the amount of interest in the code is inversely
851 proportional to the amount of time since last release,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000852 so it's time to show the world all the changes since
Chris Allegretta7bf25092001-12-12 02:44:40 +0000853 1.1.3 ;) Have fun with it!
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000854
85510/26/2001 - GNU nano 1.1.3 is released. As far as new features go,
856 the help system is now available for all functions in
857 the editor. Also, nano will also now print a message on
858 the status bar when it automatically converts a file
859 from Mac or DOS format, and trying to load a file that
860 has already been loaded in multibuffer mode will now
861 also cause an error message. There is now a "goto
862 previous word" which you can use by hitting Meta-Space
863 Bar.
864 As for fixes, a SEVERE bug in the null_at code
865 which discarded the memory address of reallocated memory
866 has been fixed. This is probably the biggest bug fix in
867 well over the last year of development. There are also
868 some display fixes for when the screen shouldn't center
869 itself on cut or uncut text. Also, the comments in the
870 header files incorrectly said that nano was distributed
871 under version 1 of the GPL when the accompanying license
872 was the GPLv2.
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000873 If you're using nano-1.1, it is highly
Chris Allegrettad46f5442003-01-17 21:47:33 +0000874 recommended you upgrade to this release. If using 1.0,
Chris Allegrettadc57bba2001-10-26 16:14:45 +0000875 wait for version 1.0.6 which should be available early
876 next week. Enjoy!
877
Chris Allegretta03260b42001-10-04 01:24:07 +000087810/03/2001 - GNU nano 1.1.2 is out there. Many new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000879 release, including support for auto-converting from DOS
880 and Mac formatted files, as well as toggles for writing
881 out files in these formats. Pico's -o flag has been
882 implemented, as has some new smooth scrolling code
883 (which can be used in place of the default jerky
884 scrolling behavior). Also, there is now a "find
885 matching bracket/brace/etc" feature (Meta-]). The
886 .nanorc file now accepts setting the tabsize, and the
887 help text at the bottom of the editor is now better
888 spaced out in the search/replace prompts. There are
889 also the usual helping of bugfixes, translation updates
890 and, surely a bug or two. You better get ready!
Chris Allegretta03260b42001-10-04 01:24:07 +0000891
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000089207/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable
893 release features many bugfixes from the initial release,
894 in particular fixes for the multibuffer code, and
895 various compiler macro fixes. The shortcut lists for
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000896 the search and replace prompts are a little more logical
897 (with cancel the last option again), and the included
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000898 gettext was re-downgraded to 0.10.35 due to problems on
899 the PPC platform. GNU nano now includes its own aclocal
900 macros in the m4/ directory to allow rebuilding the
901 configure script to work on platforms regardless of
Chris Allegretta0e8c8d82001-07-29 01:16:27 +0000902 their gettext version.
903
Chris Allegretta9a748602001-07-15 16:07:23 +000090407/15/2001 - GNU nano 1.1.0 is released. This is the first release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000905 in the 1.1.x unstable series of GNU nano. It
906 incorporates all changes up to the 1.0.3 release, and
907 also includes many many new features, including
908 appending to as well as overwriting files, writing
909 marked text to a separate file, dynamic wrap length,
910 lots more compatibility with Pico, and new optional
911 features like .nanorc file support and multiple file
912 buffers! All in all, plenty of new stuff that's sure to
913 introduce lots of bugs ;-) Have fun with it, but be
914 careful, unstable means unstable.
Chris Allegretta9a748602001-07-15 16:07:23 +0000915
David Lawrence Ramsey6c6d2bc2006-11-08 18:03:53 +000091607/01/2001 - GNU nano 1.0.3 is the "mutt" release. This release
917 features oodles of bug fixes with cutting text,
918 especially with the -k (cut to end) option. There is
919 also a new suspend handler which should make nano play
920 better with mutt (the code for which came from mutt
921 itself; many many thanks to Jordi Mallach and Tom Lear
922 for working late into the night fixing this). Nano now
923 also features mutt's case insensitive string compare
924 function for more speed and less memory usage. Two new
925 translations are included, Ukrainian and Russian.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000926
David Lawrence Ramsey6c6d2bc2006-11-08 18:03:53 +000092705/12/2001 - GNU nano 1.0.2 is the "just the bugfixes ma'am" release.
928 The most noticeable fixes are for display errors using
929 page up/down with the marker code, and view mode (-v)
930 not stopping the replace function. Other fixes include
931 being able to use the arrow keys while holding down the
932 ctrl key in certain TERMs, and there are many
933 documentation updates and spelling tweaks. We also have
934 a new Galician translation (provided by Jacobo Tarrío).
935 Have fun with it!
936
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000093704/06/2001 - GNU nano 1.0.1 is out there. The only new feature is a
938 configure option for those who want to disable all word
939 wrapping from nano, --disable-wrapping. Bug fixes this
940 release include some bugs with autoconf and i18n, and
941 several fixes in the file browser including a segfault
942 on Solaris, symlinks to directories now work properly,
943 and nano now sorts files case insensitively like Pilot.
944 Have fun with it.
Chris Allegretta38068cd2001-04-06 20:04:23 +0000945
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000094603/22/2001 - GNU Nano 1.0 is released! The autoindent wrapping bug
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000947 has been fixed, as well as strange bug when using Pico
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000948 mode and regex search. There have also been some minor
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000949 spelling and documentation updates. As stated on the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000950 website, there are currently no known bugs with nano,
951 but some will pop up eventually and they will be
952 addressed in subsequent releases. We hope you enjoy
953 this first stable release of nano, and as always,
954 feedback is welcome! nano@nano-editor.org.
Chris Allegretta4aa302f2001-03-18 18:50:04 +0000955
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000095602/19/2001 - Nano 0.9.99pre3 brings a lot of changes! The most
957 important being that nano is now officially a GNU
958 program. Some changes have been made for GNU
959 compatibility (like the default list of shortcuts, "^G
960 Get Help" is now Listed and "^_ Goto Line" is not). The
961 Yes/No/All keys have finally been internationalized
962 also. All in all, quite a few changes, considering nano
963 is supposed to be in a code freeze. But there are the
964 usual helping of bugfixes, a nasty bug when cutting text
965 in -k mode and some compatibility issues with older
966 ncurses libraries have also been fixed. All in all, a
967 lot to see.
Chris Allegrettaf4a98642001-02-19 05:28:00 +0000968
Chris Allegretta90e04042001-01-31 18:01:24 +000096901/31/2001 - Nano 0.9.99pre2 is released. Not surprisingly, all that is
970 new is bugfixes, bugfixes, bugfixes. There were a few
971 cleanups in unneeded global variables and duplicate
972 functions, but most is just fixing. Specifically, there
973 is now a preliminary (read: needs testing) fix for
974 resizing the editor in any mode other than normal edit
975 mode. Other fixes include some more tab completion
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000976 segfaults, and an silly segfault that occurred when
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000977 successfully writing a file on the 2nd try (i.e. after
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000978 an initial write error). Slowly but surely, on toward
979 1.0 we travel.
Chris Allegretta90e04042001-01-31 18:01:24 +0000980
Chris Allegretta9d6f3f32001-01-21 02:35:03 +000098101/17/2001 - Nano 0.9.99pre1 is released. This is the first pre-1.0
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000982 release of nano, and is also the first release since the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000983 code freeze for nano 1.0. Don't expect (or request) any
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000984 new features between now and nano 1.0, only bugfixes,
985 optimizations and doc/translation updates. For fixes, a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000986 nasty segfault when trying to insert one's home
987 directory (~), some checks for the NumLock key making
988 the keypad go awry, window size sanity checks, many
989 autoconf fixes, and support for the KDE konsole keypad
990 layout. Have fun.
Chris Allegretta9faa3f12001-01-18 04:37:09 +0000991
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +000099201/07/2001 - Nano 0.9.25 is the "Just one more feature I swear!"
993 release. It includes one new feature that Pico has had
994 forever, a built-in file browser. Since not everyone
995 may want this option, there is a --disable-browser
996 option to the configure script as well. Other changes
997 include slightly different keypad handling, and a bugfix
998 for crashes when tab completion in certain instances.
999 Have fun and Happy New Year!
Chris Allegretta16991442001-01-07 22:06:11 +00001000
Chris Allegretta88520c92001-05-05 17:45:54 +0000100112/18/2000 - Nano 0.9.24 is released. This version contains the last of
Chris Allegretta66149e72000-12-19 02:51:06 +00001002 the security fixes for writing files, as well as for a
1003 nasty segfault when nano is unable to open a file for
1004 reading, among other fixes. Nano also now cowardly
1005 refuses to open device files, to stop silly things like
1006 trying to open /dev/zero. New features include being
1007 Able to use Meta-Meta-<key> as Control-<key>, better
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001008 HURD support, and some new flags have been added for
1009 Pico compatibility. Upgrading to this version is highly
Chris Allegretta66149e72000-12-19 02:51:06 +00001010 recommended.
1011
Chris Allegretta88167602000-12-09 00:07:06 +0000101212/08/2000 - Nano 0.9.23 is the "race conditions bite" release. The
1013 main reason for this release is the less-than-optimal
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001014 fix for the security issue in nano with following
1015 symbolic links. Hopefully this will fix the problem
1016 permanently. The --nofollow option also works again for
1017 those who are real security nuts. There are also some
1018 display and search fixes, and the --disable-spell
1019 function was renamed to --disable-speller to be in line
1020 with nano and Pico's "speller" term.
Chris Allegretta88167602000-12-09 00:07:06 +00001021
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000102212/02/2000 - Nano 0.9.22 is released, with many more changes and
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001023 additions than imaginable. The most important change is
1024 a fix for unsafe handling of symbolic links which could
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001025 lead to symlink attacks if nano were to exit because of
1026 an error or signal. Also there are better checks when
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001027 saving files.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001028 As for new features, username tab completion is now
1029 working well, the internal spell checker code has been
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001030 tweaked, you can now unjustify if you don't like how the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001031 justify formatted your text, and there are more options
1032 for configure, including --disable-spell and
Chris Allegretta9ee2a0d2000-12-02 21:50:57 +00001033 --disable-justify and --enable-extra (for those who like
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001034 surprises). All in all, a whole lot of changes in a
1035 little over a week.
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001036
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000103711/23/2000 - Happy Thanksgiving! Nano 0.9.21 is our "last version was
Chris Allegretta71366cd2000-11-23 21:04:27 +00001038 a big turkey" release. It fixes several bugs introduced
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001039 by the previous version, as well as a few long- standing
1040 display bugs. All 0.9.20 users are strongly encouraged
1041 to upgrade to this release.
Chris Allegretta71366cd2000-11-23 21:04:27 +00001042
104311/18/2000 - Nano 0.9.20 is finally out the door. Probably the biggest
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001044 change is the brand new way nano displays previous
1045 search and replace strings (they are now editable!)
1046 This is a break from Pico's (inconsistent) interface, so
1047 if you don't like the new way, "Pico" mode (-p on the
1048 command line or Meta-P within nano) still works the
1049 "old" way.
Chris Allegretta44b52ca2000-11-18 16:46:14 +00001050 Other new features include being able to deal with
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001051 search strings of any length, a new internal spell
1052 feature (courtesy of Mr. Rocco Corsi) and tab completion
1053 when reading in or writing out files! There's also the
1054 usual billion or so bug fixes. Feedback on this release
1055 is welcome because so much has changed, especially with
1056 the previous string display in search and replace.
1057 Email -> nano@nano-editor.org <-. If you like
1058 something, don't like something, or just want to order a
1059 pizza, let us know!
Chris Allegretta44b52ca2000-11-18 16:46:14 +00001060
Chris Allegretta07e97d62000-10-03 01:52:50 +0000106110/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
1062 a week and needs a distraction" release. There are only
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001063 a few actual code changes, mainly portability and
1064 compiler warning fixes. Nano now also supports
1065 PDCurses, which enables easily-built nano executables
1066 for Windows NT and 95/98 for the brave. The official
1067 nano site has changed (again) as well, check out
1068 www.nano-editor.org for all the latest nano schtuff.
Chris Allegretta07e97d62000-10-03 01:52:50 +00001069
Chris Allegretta629edad2000-09-19 00:27:19 +0000107009/18/2000 - Nano 0.9.18 is unleashed. It has some new keyboard
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001071 handling code, Cygwin support out of the box, and a more
1072 portable handler for the NOHELP toggle. There is also a
1073 fix for a somewhat serious bug whereby trying to insert
1074 a directory instead of a normal file would destroy the
1075 contents of the editor. A must-see. Four stars.
Chris Allegretta629edad2000-09-19 00:27:19 +00001076
Chris Allegretta423cbfd2000-09-04 16:21:29 +0000107709/04/2000 - Nano 0.9.17, the Labor Day release, is released after a
1078 quiet spell (almost an entire month since last release!)
1079 New features include better (not yet perfect) binary
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001080 display support and toggle support for most of the
1081 program flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k
1082 and M-e for -c, -i, -x, -p, -w, -k, and -R).
Chris Allegretta423cbfd2000-09-04 16:21:29 +00001083
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000108408/09/2000 - Nano 0.9.16, after some struggling, is released. This
1085 release should fix a few of the holes that 0.9.15 dug.
1086 The "cutting text on the first line" bug is fixed, as is
1087 the "cutting text on the last line" bug. Nice symmetry
1088 there huh? Also the --tabsize argument should now work
1089 as well as by using -T.
Chris Allegrettaba96f7a2000-08-09 21:38:28 +00001090
Chris Allegretta88520c92001-05-05 17:45:54 +0000109108/03/2000 - Nano 0.9.15 is the "I can't think of a release description"
Chris Allegretta0bf4e142000-08-04 02:42:04 +00001092 release. There are the usual gala of display bugfixes,
Chris Allegretta1642e6a2013-01-03 04:41:41 +00001093 a fix for the nasty bug in -k mode that could create
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001094 a loop in the file being edited, and some other code
Chris Allegretta0bf4e142000-08-04 02:42:04 +00001095 cleanup. Also, the -T option should now work regardless
1096 of the curses library used. Yay.
1097
Chris Allegrettaa1a55c72000-07-28 00:36:03 +0000109807/27/2000 - Nano 0.9.14 is officially the "13 is so unlucky it should
1099 be skipped as a version number" release. One typo
1100 caused unending problems (calling nano with either -t or
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001101 -k caused both flags to be used). The -k code is also
1102 now closer in functionality to Pico's -k mode; please
1103 note that this code is not finished yet. Working on
1104 this code has made me realize that there is not enough
Chris Allegrettaa1a55c72000-07-28 00:36:03 +00001105 abstraction in the code, and I will be working on that
1106 for the next release. Until then, have fun with this
1107 version.
1108
Chris Allegrettaedebbe62000-07-23 16:45:20 +0000110907/23/2000 - Nano 0.9.13 has a few new bits and bobs, most notably the
Chris Allegretta231d3d62000-07-22 19:33:19 +00001110 -k option from Pico (cut to end of line). The majority
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001111 of changes in this release are bugfixes, however,
1112 including the usual display fixes and fixes for writing
1113 to symbolic links and un-writable files. Barring any
1114 other major changes, this should be the feature set for
1115 nano 1.0, whenever it might be released =-)
Chris Allegretta231d3d62000-07-22 19:33:19 +00001116
Chris Allegrettae955dae2000-07-07 22:24:59 +0000111707/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new
1118 features, bug fixes, and yummy fruit flavor. For
1119 changes, the alternate replace keystroke ^W^T is now
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001120 ^W^R to be compatible with later versions of Pico. ^W^T
1121 is now goto line, again for Pico compatibility. As for
1122 new features, the wonderful/hated magic line code has
1123 returned with a vengeance! Also, regular expression
1124 searches and replaces have been incorporated via the -R
1125 flag. And, of course, there are the usual helping of
1126 display and other bug fixes to top it all off.
Chris Allegrettae955dae2000-07-07 22:24:59 +00001127
Chris Allegretta4da1fc62000-06-21 03:00:43 +0000112806/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy
Chris Allegretta37985882000-06-20 00:39:20 +00001129 routines in the program, specifically the wrapping code
1130 and almost all of the display routines. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001131 improvements and bugfixes to the display subsystem in
Chris Allegretta37985882000-06-20 00:39:20 +00001132 general, but there may be bugs lurking yet. Also, after
1133 many MANY requests, there is now an option to set the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001134 displayed tab width (-T, --tabsize). Note that this
1135 function just changes the way tabs LOOK in the editor,
1136 the tabs you input are still real tabs of normal width
1137 (usually 8 characters); nano just makes them look
Chris Allegretta88520c92001-05-05 17:45:54 +00001138 smaller or bigger while in the editor. New in the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001139 translation department is an Indonesian translation
1140 (id).
Chris Allegretta37985882000-06-20 00:39:20 +00001141
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000114206/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT
1143 when using "run and terminate" flags (for example,
1144 --help). There are also some minor documentation
1145 updates. This version of nano is the most stable in
1146 quite some time, and is likely to be the most stable for
1147 awhile. Users are encouraged to upgrade to this
1148 version.
Chris Allegretta2b26e0a2000-06-07 04:02:06 +00001149
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000115005/31/2000 - Nano 0.9.9 introduces much better working i18n support,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001151 more portability, and a ton of bugfixes. While nano is
1152 not likely anywhere near 1.0 in terms of code quality,
1153 it gets a quantum leap closer with this release.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001154
115505/18/2000 - Nano 0.9.8 (the 'what broke now?' release) should fix
1156 the resize crash people have been experiencing. It also
1157 offers a new input method that should allow nano to do
1158 things the right way (like ^S, ^Q, custom suspend keys)
Chris Allegretta88520c92001-05-05 17:45:54 +00001159 and hopefully won't break with non-US keyboards. There
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001160 are also the obligatory display fixes and speedups.
1161 Have fun with it.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001162
116305/14/2000 - Nano 0.9.7 (the Mother's Day release) continues in the long
1164 line of display fixes, and also fixes the broken symlink
David Lawrence Ramseyb159f942006-07-28 17:06:27 +00001165 behavior (i.e. symlinks weren't being followed by
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001166 default). Hopefully all major bugs can be worked out
1167 soon and we can have a 1.0 release before the end of the
1168 year, but who knows.
1169
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000117005/08/2000 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
1171 uncovered. There are improvements (and some remaining
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001172 segfaults) in the wrapping code, and even more display
1173 optimizations. I would still say 0.9.4 or 0.9.2 are the
1174 most stable versions of nano to date, but this one may
1175 not be too bad =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001176
117705/01/2000 - Nano 0.9.5 attempts to speed up the display of text
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001178 to be at least somewhat reasonable. Much code profiling
1179 has been done to reduce the ridiculous number of
1180 redundant display updates. This will probably expose a
1181 lot of bugs that can then be fixed, so this release is
1182 probably not for the faint of heart. For anyone
1183 curious, I would call nano 0.9.2 the most stable version
1184 recently, so use that if you're not particularly
1185 concerned with being on the bleeding edge.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001186
118704/25/2000 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001188 line code and related segfaults. It also now has much
1189 better handling for 8-bit characters. The --enable-tiny
1190 code also produces a smaller executable.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001191
119204/19/2000 - Nano 0.9.3 is officially the "Micro$oft" release. It
1193 underscores the recent problem of bugfixes introducing
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001194 more bugs than they fix. The most important change to
1195 this version of nano is the removal of the "magic line".
1196 You will no longer see a blank line at the end of the
1197 file. If you want a new line at the end of your file,
1198 you'll have to hit enter to get one.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001199
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001200 NOTE: THIS BREAKS COMPATIBILITY WITH PICO.
1201 Unfortunately, this feature has been causing many many
1202 problems with nano so it is being removed for the time
1203 being, and perhaps indefinitely.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001204
Chris Allegretta88520c92001-05-05 17:45:54 +00001205 Other new stuff includes an --enable-tiny option to make
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001206 nano ultra small (disabling i18n, detailed help and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001207 marker and mouse code), and --with-slang to use the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001208 slang libraries instead of ncurses.
1209
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000121004/15/2000 - Nano 0.9.2 just fixes the serious segfault problem if
1211 nano is invoked any way other than using the absolute
1212 path. The bug was in the new code for checking whether
Chris Allegretta6df90f52002-07-19 01:08:59 +00001213 nano is invoked as 'pico'.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001214
121504/14/2000 - 0.9.1 has some more Pico compatibility built-in. The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001216 option to switch to/from Search and Search/Replace (^T)
1217 is now available, and nano now displays the more
David Lawrence Ramseyb159f942006-07-28 17:06:27 +00001218 Pico-like shortcut list when invoked as 'pico' (i.e. if
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001219 'pico' is a symlink to nano). There is an important
1220 change to the handling of symbolic links as well. Now,
1221 nano does the "correct" thing and automatically writes
1222 to the object of the symlink, rather than replace the
1223 symlink with the updated file. This behavior is still
1224 available with the --nofollow or -l flags.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001225 Other new things include a fix for the infamous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001226 "recursive replace" bug, and more bugfixes in the
1227 wrapping code.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001228
122904/07/2000 - Nano 0.9.0 has some updates, new language support and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001230 a much better refresh setup (It's still not great,
1231 but...) There should also be more stability editing
1232 long lines, as there was a stupid mistake in the
1233 update_line call. Silly me =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001234
123503/22/2000 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
1236 to reflect the current stagnant status of the project.
1237 Most things work, the rest doesn't doesn't work because
1238 (a) I can't fix it or I would have already done so, and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001239 (b) the amount of patches I'm receiving right now is
1240 quite negligible. Fortunately, this release marks the
1241 first release since I have acquired ownership of the
1242 nano pages on SourceForge. Here's hoping SF will get us
1243 some more visibility, translators and patches.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001244
124503/12/2000 - After a hiatus, I have finally moved (not unpacked though)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001246 to my new home into Albany. Thus I should now have more
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001247 time to work on nano. Nano 0.8.8, the "dear god what
1248 broke this time?" release, incorporates patches for both
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001249 i18n and many bugfixes. It is VERY likely something
1250 broke this version, and it's likely I didn't even apply
1251 the i18n stuff properly, so *it* may not even work.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001252
1253 I would like to announce that I'm going to need
1254 translations soonish, so if you are fluent in other
Chris Allegretta88520c92001-05-05 17:45:54 +00001255 languages than English (or even better, if your native
1256 language is not English) and you would like to submit a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001257 translation file to me, please feel free to do so. If
1258 you do, I will list your name and email in the AUTHORS
1259 file as the maintainer of the .po file, and from then on
1260 it is yours to take care of and keep up to date.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001261
126203/01/2000 - Well, to continue my trend of going back on my previous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001263 release's comments, nano 0.8.7 is released. The
1264 crashing behavior was still occurring, and this most
1265 recent fix also fixes some other wrapping problems, so
1266 here you go. There may be another release soon, there
1267 may not be, is that vague enough? =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001268
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000126902/25/2000 - More minor bugfixes in 0.8.6, the bizarre behavior at the
1270 end of a page has ceased, thankfully. I'm also moving
1271 next weekend, so don't be shocked if you don't see a new
1272 version of nano next week =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001273
127402/11/2000 - Okay, here we go again. Aside from a few minor fixes and
1275 some under-the-hood changes, you won't notice much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001276 different in this version of nano. I haven't gotten
1277 much feedback on the help feature, is it simply amazing
1278 or does no one care? Write and let me know! =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001279
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000128002/08/2000 - Nano 0.8.3 marks the first time in a long time that there
1281 has been more than three days since the last release.
1282 New features include an initial help mode (YAY!),
1283 hopefully much more support for i18n out of the box, and
1284 a flag for more Pico compatibility in the shortcut lists
1285 displayed. This release also marks the new nano
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001286 distribution site, http://www.asty.org/nano and email
1287 address nano@asty.org for bugs, etc.
1288
128902/02/2000 - Okay, I hate to go back on what I said in the last release,
1290 but I may be changing jobs very soon. I will release
1291 version 0.8.2 as is (no i18n, no help menu (yet). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001292 expect things to settle down by the end of next week,
1293 and then I can try to start on the i18n support and help
1294 menu; look for these new features in version 0.8.5 to
1295 0.9.0.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001296
129701/28/2000 - Nano 0.8.1 marks our first official step toward
Chris Allegretta88520c92001-05-05 17:45:54 +00001298 internationalization (i18n) and the help system (^G). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001299 will be merging in Jordi's patches for initial i18n in
1300 the next version, and will implement the help system
1301 with i18n built into it shortly after that. Please
1302 don't hesitate to send bug reports, as long as you're
1303 sure the fault lies with nano =-).
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001304
130501/25/2000 - Nano 0.8.0 is officially the 'let's try and be at least a
1306 little portable, mmmmkay?' release. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001307 portability checks and fixes; many thanks to Andy Kahn
1308 for his patches. I removed the broken do_spell behavior
1309 with the 'spell' program; for now, we only try to call
1310 'ispell' until I write a better method to handle the
1311 output of the normal 'spell' command.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001312
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000131301/24/2000 - Nano 0.7.9 features many new features. Among them are a
1314 new autoindent feature (-i, --autoindent), tempfile flag
1315 like Pico's -t flag (-t, --tempfile), and preliminary
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001316 spelling program support. The spelling function tries
1317 to run 'spell' and then 'ispell' in that order, but you
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001318 can specify another spelling program with -s or
1319 --speller.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001320
132101/17/00 - Nano 0.7.7 is officially the 'way too much stuff changed this
1322 release' release. It's the busy time at work for me, so
1323 please don't get offended if your patch doesn't get
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001324 included in the next immediate version of nano. I'm
1325 sure all the changes in this release will cause a few
1326 bugs, so 0.7.8 will primarily be about fixing those
1327 bugs.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001328
Chris Allegretta88520c92001-05-05 17:45:54 +00001329 Things added this release include resizability (kinda),
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001330 new -x and -c flags (see nano -h for help), long command
1331 line flag support, and the usual array of bugfixes.
1332
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000133301/15/00 - Nano 0.7.6 is officially the 'lightning' release. It now
1334 loads large files much faster than previous versions,
1335 and is even much faster than Pico or vi in some rather
1336 rudimentary tests. Many thanks to Adam Rogoyski for the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001337 read_byte patch!
1338
133901/09/00 - As of this version (0.7.4), TIP has officially been renamed
1340 to nano. The new homepage is at
1341 http://faculty.plattsburgh.edu/astyanax/nano. Please
1342 update your bookmarks, tell your friends, and all that
1343 jazz.
Chris Allegrettac87a4112000-08-07 02:16:24 +00001344
1345$Id$