blob: b0b69051cfa0428b591becee7dc91d01ddc33afd [file] [log] [blame]
Benno Schulenberg926fe5f2017-02-23 11:20:27 +010012017.02.23 - GNU nano 2.7.5 "Nijntje" can properly search and replace
2 the \B and \b regex anchors, correctly repaints things
3 when multiline regexes with identical start and end are
4 involved, fixes a crash with zero-length regex matches,
5 does replacements at the edges of a marked region right,
6 no longer hides double-width characters at the head of
7 softwrapped rows, displays at most three warnings at
8 startup, and documents the ability to read a file from
9 standard input. Come tickle my ears.
10
Benno Schulenbergf119a902017-01-09 20:29:55 +0100112017.01.10 - GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
12 manner again (bug was introduced in previous version),
13 sets the preferred x position for vertical movements
14 more consistently, avoids some scrolling problems in
15 softwrap mode, installs the Info manual also when your
16 system lacks 'makeinfo', and corrects the behavior of
17 the beginning-of-word anchor (\<) in regex searches.
18
Benno Schulenberg293423b2016-12-28 12:23:01 +0100192016.12.28 - GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
20 your editor is now able to handle filenames that contain
21 newlines, avoids a brief flash of color when switching
22 between buffers that are governed by different syntaxes,
23 makes the Shift+Ctrl+Arrow keys select text again on a
24 Linux console, is more resistant against malformations
25 in the positionlog file, and does not crash when ^C is
26 typed on systems where it produces the code KEY_CANCEL.
27 Oh, and it no longer mistakenly warns about editing an
28 unlocked file just after saving a new one. That's it.
29 Tastes great with thick butter.
30
Benno Schulenberg7a8ae902016-12-11 12:03:50 +0100312016.12.12 - GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
32 the ability to complete with one keystroke (^] by default)
33 a fragment of a word to a full word existing elsewhere in
34 the current buffer. Besides, this release fixes two bugs
35 related to using line numbers in softwrap mode, allows to
36 use the PageUp and PageDown keys together with Shift on
37 VTE-based terminals, stops the help lines from flickering
38 during interactive replacing, makes a "set fill" override
39 an earlier "set nowrap", properly restores the selected
40 region after an external spell check, and improves a few
41 other tidbits. If you should find any more bugs, please
42 run 'man nano | grep bugs' and report them there.
43
Benno Schulenberg04aab232016-10-28 20:23:01 +0200442016.10.29 - GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
45 ability to display line numbers beside the text. This can
46 be activated with -l or --linenumbers on the command line,
47 or with 'set linenumbers' in your nanorc, or toggled with
48 M-#. The coloring of these numbers can be chosen via the
49 option 'set numbercolor'. This release furthermore fixes
50 some bugs with scrolling in softwrap mode, is more strict
51 in the parsing of key rebindings, and marks a new buffer
52 as modified when the output of a command (^R ^X) has been
53 read into it. Come and check it out!
54
Benno Schulenberg002652d2016-09-01 12:38:35 +0200552016.09.01 - GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
56 selected by holding Shift together with the cursor keys.
57 Besides that, nano now works also when run in very tiny
58 terminals (down to one line, one column), and improves
59 the handling of the prompt in cramped spaces. Not much,
60 but it's time to get it out there.
61
62
Benno Schulenbergb2e2c892016-08-10 11:34:56 +0200632016.08.10 - nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
64 a Linux virtual console, takes as verbatim only the very
65 first keystroke after M-V, removes any lock files that it
66 holds when dying, doesn't abort when a word contains digits
67 (when using the default speller), fixes a small sorting bug
68 in the file browser, makes searching case-insensitively in
69 a UTF-8 locale a little faster, and doesn't enter invalid
70 bytes when holding down both Alt keys. Santé!
71
Benno Schulenbergb40520b2016-07-28 09:21:27 +0200722016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
73 keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
74 of text, and the option 'wordchars' for specifying which
75 characters (beside alphanumeric ones) should be considered
76 word-forming. Further, it provides feedback during Unicode
77 input (M-V followed by a six-digit hexadecimal number which
78 must start with 0 or 10), avoids a crash when resizing the
79 window during Verbatim input, doesn't drop a keystroke after
80 having been suspended, and replaces the beginning-of-line
81 anchor (^) just once per line. There are also several tiny
82 improvements in screen rendering and key handling. Come get
83 your hair tousled!
84
Benno Schulenbergbfcb4cd2016-06-27 09:04:37 +0200852016.06.27 - nano 2.6.1 "Stampede" is chiefly a translation update, but also
86 adds one little feature (the ability to use negative numbers
87 with Go To Line: -1 meaning the first line from the bottom),
88 includes syntax highlighting for Rust, and fixes three tiny
89 bugs (but in such far corners of the editor that they aren't
90 even worth mentioning).
91
Benno Schulenberg9536edf2016-06-13 12:31:27 +0200922016.06.17 - nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
93 some of them not so little. It improves moving about in
94 the file browser, corrects failings of the internal spell
95 checker, adds a new feature (comment/uncomment lines, with
96 default binding M-3), makes some error messages clearer,
97 shows more of a file when positionlog is used and the cursor
98 is near the end, displays all error messages at startup if
99 there are multiple ones, does not misinterpret keystrokes
100 when typing very fast, is less eager to trim the filename
101 on narrow terminals, speeds up case-insensitive searches,
102 and allows to abort re-searches. Among bunches of other
103 things. It is worth the trouble to upgrade.
104
Benno Schulenbergf26e88b2016-06-17 10:49:29 +0200105
Chris Allegretta162d5342016-02-25 21:46:09 +00001062016.02.25 - GNU nano 2.5.3 "Alphys" is released. This release
107 contains fixes for bugs like: stray cursor positioning
Benno Schulenberga6946002016-02-26 09:20:59 +0000108 errors, many many memory leaks including file reading,
Benno Schulenbergb43a7242016-07-28 15:24:11 +0200109 using the file browser, searching for multibyte characters,
Chris Allegretta162d5342016-02-25 21:46:09 +0000110 history completion, and many other places.
111 New features include the ability to trim whitespace
112 from the ends of lines when justifying text, see nanorc(5)
Benno Schulenberga6946002016-02-26 09:20:59 +0000113 option justifytrim for deets. As always thank you for your
Chris Allegretta162d5342016-02-25 21:46:09 +0000114 continued support of nano, and keep sparing.
115
Chris Allegretta0f45b262016-02-12 05:25:29 +00001162016.02.12 - GNU nano 2.5.2 is carrying too many dogs. This release includes
117 several fixes for various memory leaks, position history
118 size growth, and a long standing issue with using
Chris Allegretta0db28252016-02-12 05:36:40 +0000119 nano under sudo creating root-owned files. There are also
Chris Allegretta0f45b262016-02-12 05:25:29 +0000120 the usual bevy of documentation and other miscellaneous
Benno Schulenbergf26e88b2016-06-17 10:49:29 +0200121 fixes and touchups. Upgrade today while supplies last,
Chris Allegretta0f45b262016-02-12 05:25:29 +0000122 operators are standing by!
123
Chris Allegretta26347ed2016-01-11 05:03:20 +00001242016.01.11 - GNU nano 2.5.1 "Salzburg" is released. It includes fixes
Benno Schulenberg83475b02016-01-10 16:10:57 +0000125 for a syntax-highlighting bug and a positionlog bug, it
126 disables a time-eating multiline regex in the C syntax,
127 and it adds an escape hatch to the WriteOut menu when
128 --tempfile is used: the discardbuffer command, ^Q. It
129 also has translation updates for fifteen languages, and
130 a small fix in the softwrap code. So... you are heartily
131 invited to upgrade. Enjoy!
132
Chris Allegretta4eb4d082015-12-06 05:27:40 +00001332015.12.05 - GNU nano 2.5.0 "Karma", the first release of the 2.5 series,
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000134 is now available. Please note that as of this release,
Chris Allegrettafa695742015-12-06 05:24:07 +0000135 there will no longer be separate stable and unstable
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000136 branches. The development team will prioritize bug fixes
Benno Schulenberga955b332015-12-07 13:31:38 +0000137 as needed, and make new releases in proportion to the
Chris Allegrettafa695742015-12-06 05:24:07 +0000138 severity of the bugs which are fixed.
Benno Schulenberga955b332015-12-07 13:31:38 +0000139 This release includes all of the fixes now in
140 2.4.3, as well as color syntax highlighting improvements,
Chris Allegrettafa695742015-12-06 05:24:07 +0000141 undo fixes, and many more improvements! Thank you for
142 using nano!
143
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000144
Benno Schulenbergc706b792015-11-21 19:55:09 +00001452015.11.18 - GNU nano 2.4.3 "Apocalypse" is now available for your
146 downloading pleasure. This release includes a myriad
147 of fixes including several memory leaks, issues with
Benno Schulenberga41968e2015-12-03 08:35:40 +0000148 color syntax highlighting, search/replace, file
Benno Schulenbergc706b792015-11-21 19:55:09 +0000149 insertion and help menu bugs. Many thanks to
150 Benno Schulenberg for tireless efforts on the vast
151 majority of fixes for some time now. As always please
152 report bugs via the Savannah page, and remember to
153 Share and Enjoy.
154
Chris Allegretta6edb7a42015-07-05 08:04:53 +00001552015.07.05 - GNU nano 2.4.2 "Portorož" is released. This release
Chris Allegretta5190ab92015-07-05 07:51:55 +0000156 includes several fixes, including the ability to resize
157 when in modes other than the main editing window,
158 proper displaying of invalid UTF-8 bytes, new syntax
159 definitions for Elisp, Guile, and PostgreSQL, and
160 better display of shortcuts in the help menu and file
161 browser. Thanks for your patience and using nano!
162
Chris Allegretta4d2b1982015-04-14 18:03:44 +00001632015.04.14 - GNU nano 2.4.1 "Glitch Gremlin" is released. This release
164 includes several fixes for issues with the file browser
165 menu, linter and formatter functions, spell checker,
166 undo/redo with some specific marked-cutting situations,
167 and some small improvements to the color syntax
Benno Schulenbergc9e83702015-11-21 19:05:10 +0000168 highlighting definitions. There are also various
Chris Allegretta4d2b1982015-04-14 18:03:44 +0000169 documentation and code comment updates included, and
170 finally, fixes for compilation on non-GNU/Linux systems
171 and certain configure combinations. Toasters!
172
Chris Allegretta9007c582015-03-23 03:49:37 +00001732015.03.22 - GNU nano 2.4.0 "lizf" is released. This is the first
Benno Schulenberg745fab82015-03-23 18:16:37 +0000174 stable release in many years, and brings together many
175 new features from the 2.3 series, including:
Chris Allegretta9007c582015-03-23 03:49:37 +0000176 a fully functional undo system (now enabled by default),
177 vim-compatible file locking, linter support, formatter
178 support, syntax highlighting flexibility, and many fixes
179 for issues reported since 2.2. Many sincere thanks
180 to all of the bug reports, patches, well wishes and
181 contributions from everyone who has continued to
182 support us. Thank you for using nano!
183
184
Chris Allegretta98485c92015-02-27 16:57:55 +00001852015.02.27 - GNU nano 2.3.99pre3 "Ashley" is released. This is likely
Benno Schulenberg7d775212015-03-07 20:46:11 +0000186 to be the last release before the next major (2.4.0)
Chris Allegretta98485c92015-02-27 16:57:55 +0000187 release. Please test it out and send us any feedback
Benno Schulenberg7d775212015-03-07 20:46:11 +0000188 via the Savannah bug page for nano
Chris Allegretta98485c92015-02-27 16:57:55 +0000189 (https://savannah.gnu.org/bugs/?group=nano). This
Benno Schulenberg7d775212015-03-07 20:46:11 +0000190 release includes fixes for rebinding toggles via
Chris Allegretta98485c92015-02-27 16:57:55 +0000191 nanorc, several memory alignment fixes, and documentation
192 and build updates. As always thank you for using
193 nano - Share and Enjoy!
194
Chris Allegretta651bb502015-02-07 00:26:43 +00001952015.02.06 - GNU nano 2.3.99pre2 "Snowblind" is released. This release
196 contains only fixes, including: a long-standing problem
197 with cutting in nano-tiny, several memory alignment
198 improvements, and issues with leftover file locks. Please
Benno Schulenberg7d775212015-03-07 20:46:11 +0000199 keep reporting bugs so we can get a happy and healthy
Chris Allegretta651bb502015-02-07 00:26:43 +0000200 2.4.0 soon. Thanks for using nano!
201
Chris Allegretta17067922015-01-06 15:20:04 +00002022015.01.06 - GNU nano 2.3.99pre1 "Junior" is released. As the first
203 2.4 release candidate there will be fewer new features
204 but many bugfixes going forward. This release contains
Benno Schulenberg745fab82015-03-23 18:16:37 +0000205 new support for language reformatters like Go's gofmt
Chris Allegretta17067922015-01-06 15:20:04 +0000206 command which takes the place of the spelling checker.
Benno Schulenberg7d775212015-03-07 20:46:11 +0000207 Fixes in this release include many syntax highlighting
Chris Allegretta17067922015-01-06 15:20:04 +0000208 fixes and improvements, and documentation formatting updates.
209 As always please report bugs via the Savannah bug page for
210 nano (https://savannah.gnu.org/bugs/?group=nano), so we can
211 release a super awesome and bug-free 2.4.0 soon!
212
Chris Allegretta0dfd5f72014-07-17 15:17:49 +00002132014.07.17 - GNU nano 2.3.6 "Columbo" is released. This release
214 contains a fix for installing internationalization
215 files. Also included are scattered documentation
Benno Schulenbergf26e88b2016-06-17 10:49:29 +0200216 (in particular man page) fixes, and a few touchups
Chris Allegretta0dfd5f72014-07-17 15:17:49 +0000217 to syntax highlighting definitions. Oh, just one
218 more thing, thanks for using nano!
219
Chris Allegrettac45d5f42014-07-11 12:45:42 +00002202014.07.11 - GNU nano 2.3.5 "lucky day" is released. This release
221 contains many visible and under-the-hood fixes for
222 components such as file locking, more fixes to the
223 undo system, and you no longer have to explicitly ask
224 nano to have undo/redo support as it now defaults to
225 being enabled. Other notable fixes include a better
226 handling of --tempfile mode, and better handling of
227 command line arguments when also attempting to specify
228 +<line number>. As always, please file any bugs you
229 find at the Savannah page for nano, at
230 https://savannah.gnu.org/bugs/index.php?42639 and
231 thanks for using nano.
232
Benno Schulenbergc9e83702015-11-21 19:05:10 +00002332014.06.02 - GNU nano 2.3.4 won't leave you high, won't leave you dry. This
Chris Allegrettaac1508c2014-06-02 15:17:35 +0000234 release contains only a small number of fixes, but in
Benno Schulenbergb43a7242016-07-28 15:24:11 +0200235 particular allows nano to compile on non-UTF-8 curses
Chris Allegrettaac1508c2014-06-02 15:17:35 +0000236 implementations (i.e. libncursesw). Other small fixes to
237 the undo implementation and the default syntax config are
Benno Schulenbergc9e83702015-11-21 19:05:10 +0000238 also included. As always, Share and Enjoy!
Chris Allegrettaac1508c2014-06-02 15:17:35 +0000239
Chris Allegrettade8dbf52014-05-29 05:10:20 +00002402014.05.28 - GNU nano 2.3.3 is in its right place. This release contains
241 many many improvements to the core system, including
242 substantial improvements to the undo/redo code, UTF-8
243 handling, the configure script, and display of shortcuts
244 on very wide terminals, New features include the
Benno Schulenberg745fab82015-03-23 18:16:37 +0000245 ability to write to named pipes (--noread), as well as
Chris Allegrettade8dbf52014-05-29 05:10:20 +0000246 linter support (see the nanorc man page for details). Also
247 included are much improved syntax highlighting code, and
248 configurations for JSON, texinfo, Go, and a default syntax
Benno Schulenberg07ce01c2016-12-01 14:01:38 +0100249 for catch-all highlighting. Finally, nano now has the
Chris Allegrettade8dbf52014-05-29 05:10:20 +0000250 ability to set the color of the title bar, status bar, and
251 shortcut keys (e.g. "^X") and their descriptions. Again
252 see the nanorc page for details. There's much more, too
253 much to include here, but please keep those reports and
254 general feedback coming! Thank you for helping us help
255 you help us all.
256
Chris Allegretta2b4e4332013-03-22 14:06:58 +00002572013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000258 released. This release introduces vim-style file locking
Chris Allegretta2b4e4332013-03-22 14:06:58 +0000259 (though not backup/restore), useful when using nano
260 in a multi-editor environment. Feedback is welcome if
261 you run into any issues with this new code. Other new
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000262 features include additional support for word boundary
Chris Allegretta2b4e4332013-03-22 14:06:58 +0000263 checking when cross compiling, fixes for trying to go to
264 an invalid line number, and the usual documentation
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000265 tweaks.
Chris Allegretta2b4e4332013-03-22 14:06:58 +0000266
Benno Schulenbergb55ce292014-02-22 10:28:58 +00002672011.05.10 - GNU nano 2.3.1 "I'm in space" is released. This
Chris Allegretta8d7402f2011-05-11 04:54:39 +0000268 release includes some fixes for the new libmagic code, as
269 well as a fix for improper character counts when using
270 auto-indent. Also included are new syntax highlighting
Benno Schulenbergb43a7242016-07-28 15:24:11 +0200271 definitions for RPM spec and Lua files. Thanks for
Chris Allegretta8d7402f2011-05-11 04:54:39 +0000272 using nano and keep circulating the tapes.
273
Chris Allegretta946b2f42011-02-26 14:28:42 +00002742011.02.26 - GNU nano 2.3.0 "Septic surprise" is released. This first
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000275 release in the 2.3 unstable series brings several new
Chris Allegretta946b2f42011-02-26 14:28:42 +0000276 features. First, libmagic support for syntax highlighting
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000277 has been added on top of the existing file extension
278 and header support already available. Secondly, cursor
279 position can be saved between editing sessions with
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000280 the -P or --poslog command-line flag, or via "set poslog"
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000281 in your .nanorc. Also included are some fixes for
282 compilation with g++, and better handling of issues
283 writing the backup file, which should reduce the need
Benno Schulenbergaa0fd882015-07-15 20:21:15 +0000284 for the "set allow_insecure_backup" nanorc option.
Chris Allegretta946b2f42011-02-26 14:28:42 +0000285 Don't stop, get it get it, don't stop, get it get it.
286
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000287
Benno Schulenbergb55ce292014-02-22 10:28:58 +00002882010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to
289 www.desertbus.org and donate a few bucks for the great
290 Child's Play Charity! This is just a small release to
291 update a bug where restricted mode was not particularly
292 restricted since key bindings were introduced. It also
293 signals the return of win32 builds which now feature
294 nanorc support; please see the FAQ for details of how
295 to enable it, this feature is a bit of a kludge for now.
296 Remember that when all else fails, USE SPACE JUMP.
297
Chris Allegretta9b1c8682010-08-06 01:20:51 +00002982010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000299 This release includes slightly less restrictive checking
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000300 when writing files in strange environments (e.g. when
301 being used out of crontab). For very strange situations
Chris Allegretta9b1c8682010-08-06 01:20:51 +0000302 (such as where you cannot change the permissions on the
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000303 file you're writing), there is a new rc file option
Chris Allegretta544c56c2010-08-11 02:41:26 +0000304 "allow_insecure_backup" to be even more permissive and
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000305 allow the write to proceed. Also included are some
306 syntax highlighting updates, and that is about it.
Chris Allegretta9b1c8682010-08-06 01:20:51 +0000307 Keep fighting the good fight children.
308
Chris Allegrettaa2c51722010-04-15 07:40:41 +00003092010.04.15 - GNU nano 2.2.4 is nobody's fool. First and foremost,
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000310 this release includes some security fixes due to
Chris Allegrettaa2c51722010-04-15 07:40:41 +0000311 an assessment of nano's vulnerability to symlink attacks
312 on open files. The CVEs fixed with this release are
313 CVE-2010-1160 and CVE-2010-1161. Also included are fixes
314 for various crash modes when using the spell checker
315 on new files in multibuffer mode (surely you've used
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000316 that combination recently? no?) as well as a fixing
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000317 the 'file was modified' message when saving to a
Chris Allegrettaa2c51722010-04-15 07:40:41 +0000318 new filename (since how would nano know?). And
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000319 the list would not be complete without our
Chris Allegrettaa2c51722010-04-15 07:40:41 +0000320 third-times-the-charm fixes to page up/down due to
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000321 the soft wrapping code. The lone new feature
322 included is a new syntax highlighting definition for
Chris Allegrettaa2c51722010-04-15 07:40:41 +0000323 cmake-related files. Please do consider upgrading to
324 this release if still using the 2.0 series since
325 fixes for that version are still forthcoming.
326
Chris Allegrettaf81d6fe2010-02-11 06:13:55 +00003272010.02.11 - GNU nano 2.2.3 "fumbling toward stability" is released.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000328 This release contains a fix for only one bug, but a
329 rather irritating one: when paging up/down with smooth
330 scrolling, the cursor position was not being preserved
Benno Schulenbergc9e83702015-11-21 19:05:10 +0000331 due to a bug in 2.2.2. With such a targeted fix
Chris Allegrettaf81d6fe2010-02-11 06:13:55 +0000332 like this what could POSSIBLY go WRONG? Hahaha.
333 Enjoy and if you find new bugs, as always please
334 use Savannah's bug tracker.
335 http://savannah.gnu.org/bugs/?func=additem&group=nano
336
Chris Allegretta3eacb852010-01-18 03:47:40 +00003372010.01.17 - GNU nano 2.2.2 is released for you, you, you. This
Benno Schulenbergccb02f72014-02-25 20:53:50 +0000338 release includes fixes for: crashes when writing
Chris Allegretta3eacb852010-01-18 03:47:40 +0000339 backup files in certain conditions, improper
340 screen centering when moving up/down in various
341 combination of smooth scrolling and soft wrapping modes,
342 a search crash on the armel arch, and issues with
343 lots of keybinding customizations causing crashing
344 particularly on FreeBSD. Also included are better
345 help menu entries for forward/back in the file browser,
346 some man page tweaks and one assert fix. As always,
347 share and enjoy!
348
Chris Allegretta560a8cd2009-12-13 03:31:00 +00003492009.12.12 - GNU nano 2.2.1 "DLR strikes back" is open for business.
350 This release fixes many bugs, including: missing
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000351 keybindings for page up/down and GotoDir in the browser,
352 ^P/^N in the help menu, and restoration of M-W as the
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000353 default re-search binding. Other fixes include several
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000354 issues with compiler warnings and configure options, and
355 documentation updates, including the nano texinfo manual,
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000356 nano and nanorc man pages, and UPGRADE file, and some
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000357 missing syntax highlighting entries for the sample nanorc.
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000358 And no release would be complete without the latest round
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000359 of 'final' soft wrapping fixes! Finally, nano will no
360 longer print a warning when attempting to insert the
361 contents of a read-only file into an existing buffer.
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000362 Enjoy and Happy Hanukkah.
Chris Allegretta560a8cd2009-12-13 03:31:00 +0000363
Chris Allegrettacb9a5be2009-11-30 05:26:30 +00003642009.11.30 - GNU nano 2.2.0 "Doc Brown" is released! The culmination
365 of almost two years of development and hot on the heels
366 of nano's 10th birthday is available for all your
367 editing needs! Bugs fixed since the last release
368 include several fixes for tiny mode (involving both
369 the help keys and replace menu text), more 'final'
370 fixes for soft wrapping, and several typo and documentation
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000371 updates including nanorc tweaks and a new syntax
Benno Schulenbergc9e83702015-11-21 19:05:10 +0000372 highlighting file for makefiles. Also included is a long
Chris Allegrettacb9a5be2009-11-30 05:26:30 +0000373 standing fix for random crashing when using nanorc on
374 FreeBSD, and nano will no longer clear the screen on
375 suspend to maintain compatibility with other *nix editors.
376 For those who haven't been playing along at home, please
377 see the official web page for the summary of new
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000378 features since 2.0. Special thanks to all who have
379 submitted bug reports recently in support of our new
380 stable release, and apologies for all those bugs we
Chris Allegrettacb9a5be2009-11-30 05:26:30 +0000381 didn't yet find :-) Peace to all.
382
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000383
Chris Allegretta6c3d8862009-11-22 02:49:39 +00003842009.11.21 - GNU nano 2.1.99pre2 is available for a special pre-Black
385 Friday discount. Included are some (hopefully
386 final) fixes for issues with last page display
387 caused by the soft wrapping code, and a fix for
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000388 a long standing issue with hitting the Home key when
Chris Allegretta6c3d8862009-11-22 02:49:39 +0000389 going through the search history. On the features
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000390 front, nano will now attempt to retain the proper
391 ownership and permissions when trying to create a
392 .save file due to receiving a signal. Nano can also
393 now unbind keys from one or more menus via the 'unbind'
394 keyword. Finally, passing --fill or --nowrap on
395 the command line will now override any related
396 .nanorc entries. Speak now or forever hold your bugs!
Chris Allegretta6c3d8862009-11-22 02:49:39 +0000397
Chris Allegretta2cd2d4b2009-11-15 06:20:21 +00003982009.11.15 - GNU nano 2.1.99pre1 "take a bow" is out there, man, it's
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000399 out there all right. This release contains mainly
400 bugfixes, underscoring that we are preparing for the
401 next stable series release. Included are many fixes
402 for the new soft wrapping code, compiler warning tweaks,
403 and the modification time warning no longer triggers
404 when saving a file as a new name. Also include are
405 some fixes for various nanorc options, and there are
406 surely more bugs to find before we call the code base
Chris Allegretta2cd2d4b2009-11-15 06:20:21 +0000407 stable, so please keep those reports coming!
408
Chris Allegretta1f218fa2009-09-15 03:50:17 +00004092009.09.14 - GNU nano 2.1.11 is on very thin ice, very thin ice, very thin
410 ice. This release includes two new features: first, nano
411 will check whether the current file is writable when it
Benno Schulenbergc9e83702015-11-21 19:05:10 +0000412 is opened, and warn if it is not on the status bar. Secondly,
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000413 a new soft-wrapping (AKA full line display) option is
Chris Allegretta1f218fa2009-09-15 03:50:17 +0000414 available, which will attempt to fully display the contents
415 of lines longer than the width of the screen without the
416 usual truncation and a '$' symbol at the end of the line.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000417 It can be enabled via Meta-$ inside the editor, via the
418 -$ or --softwrap command line flags, or "set softwrap"
419 in your .nanorc). As always please report any bugs to the
Chris Allegretta1f218fa2009-09-15 03:50:17 +0000420 nano Savannah project page
421 (http://savannah.gnu.org/bugs/?func=additem&group=nano)
422 Remember: data loss happens, back up your files.
423
Chris Allegretta7f388202009-07-28 05:08:35 +00004242009.07.28 - GNU nano 2.1.10 "Ellie" is released. This version includes
425 various fixes for portability including some older HP-UX
426 compiler combos, various compiler warnings, and some crash
427 fixes in the undo code. On the topic of the latter item,
428 the undo code is now marked as experimental since it can
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000429 cause severe stability and memory issues, and thus now
430 requires a flag (-u, --undo) in order to enable it.
431 Please feel free to continue to test the undo code and
Chris Allegretta7f388202009-07-28 05:08:35 +0000432 thanks again for using nano for your text editing needs.
433 Go team Nano!
434
Chris Allegrettafbdc8b92009-02-17 04:10:37 +00004352009.02.16 - GNU nano 2.1.9 wonders what all that glass is doing on the
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000436 floor! This release is primarily meant as a less buggy
437 version of 2.1.8, particularly for issues with the new
438 sped-up syntax highlighting code. Other fixes include
439 configure-time detection of groff HTML support before
440 attempting to generate the HTML version of man pages,
441 and using ~ or ~username syntax in .nanorc should now
442 work again. Also, nano will now only ask for one
443 acknowledgement of errors it encounters when parsing
444 nanorc files, and a new flag -q (--quiet) will silence
445 these messages altogether. Give it a go, and happy
Chris Allegrettafbdc8b92009-02-17 04:10:37 +0000446 birthday lenny!
447
Chris Allegretta1658d4d2009-02-08 04:12:07 +00004482009.02.07 - GNU nano 2.1.8 "unsafe at any speed" is released. This
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000449 release include some long overdue performance
Chris Allegretta1658d4d2009-02-08 04:12:07 +0000450 improvements in syntax color highlighting, the ability
451 to abort running searches (useful mainly when
452 editing very large files) and the ability to use nano
453 like a pager for viewing standard input (i.e. "nano -").
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000454 Additionally, there are gentoo syntax highlighting
455 updates and fixes for issues with reading files
456 in a directory with strange parent directory permissions.
457 The key bindings code was also substantially changed
458 in order to be more ISO-C compatible. Be sure to use
459 the Savannah page not only for bug reports but for any
460 features you would like to see before the next stable
Chris Allegretta1658d4d2009-02-08 04:12:07 +0000461 series is released. Have fun with it!
Chris Allegretta1658d4d2009-02-08 04:12:07 +0000462
Chris Allegretta2f2f4d32008-11-10 06:33:12 +00004632008.11.10 - GNU nano 2.1.7 "Effingham" is ready to make good on those
464 campaign promises of lower bug rates and 50% more pie.
465 This release includes a new check for external
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000466 modifications when saving a file, some code and
467 documentation cleanups, and more bug fixes for
Chris Allegretta2f2f4d32008-11-10 06:33:12 +0000468 the new undo code (but we continue to welcome your bug
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000469 reports via the Savannah bug page at
Chris Allegretta2f2f4d32008-11-10 06:33:12 +0000470 http://savannah.gnu.org/bugs/?func=additem&group=nano.
471 Come get some.
472
Chris Allegretta8f0a9212008-10-03 22:20:43 +00004732008.10.03 - GNU nano 2.1.6 was for new features before it was against
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000474 them. This release includes more undo capability,
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000475 several new syntax highlighting configurations including
476 Objective C, OCaml, and Fortran, and a new capability
477 to activate highlighting based on the 1st line of the
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000478 file being edited. Also, the new default configure
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000479 options now include color syntax highlighting, .nanorc
480 support, multibuffer and extras. These items can still
481 be disabled and are not enabled with --enable-tiny. Bug
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000482 fixes include better signal handling under Cygwin, and
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000483 that's about it. Again please remember to
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000484 submit bug reports via Savannah at
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000485 http://savannah.gnu.org/bugs/?func=additem&group=nano
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000486 as undo functions certainly need more testing.
Chris Allegretta8f0a9212008-10-03 22:20:43 +0000487 Bon appetit.
488
Chris Allegretta566635e2008-08-30 21:40:33 +00004892008.08.30 - GNU nano 2.1.5 is ready to lead on day one. This release
490 contains a better fix for incorrectly reported successful
491 writes on full filesystems, more helpful messages when
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000492 an internal error occurs in the undo code, and fixes for
493 various combinations of configure-time options and
494 compiler flags. Also included is new support for
Chris Allegretta566635e2008-08-30 21:40:33 +0000495 changing the rc file name at configure time, and
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000496 using GNU-style regexes for word-boundaries on systems
497 which do not support them natively, as well as the ever
Chris Allegretta566635e2008-08-30 21:40:33 +0000498 popular translation updates. Rock the tarball.
499
Chris Allegrettad2780ec2008-08-09 10:25:22 +00005002008.08.09 - GNU nano 2.1.4 "I told you so!" is released. This release
501 includes fixes for several severe issues with the new
502 undo/redo code. Also the behavior of writing
503 files when using backup mode has changed as well: if writing
504 the backup file fails, nano will not attempt to write the
505 current file. This should help folks who enjoy "extreme
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000506 text editing", i.e. editing files on file systems which
507 are likely to run out of space; see Savannah bug #24000.
Chris Allegrettad2780ec2008-08-09 10:25:22 +0000508 Have fun with it!
509
Benno Schulenbergb55ce292014-02-22 10:28:58 +00005102008.08.04 - GNU nano 2.1.3 "least stable version ever" is released. This
Chris Allegretta599c5592008-08-05 01:35:42 +0000511 release includes new (and experimental) undo and redo
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000512 functionality for most text operations. The default
Chris Allegretta599c5592008-08-05 01:35:42 +0000513 key bindings are Meta-U for undo and Meta-E for redo, but
514 these can be remapped using the new 2.1 keybinding code.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000515 Also included are some fixes for configuring using wide
516 curses, crashing when invoking the help menu with
Chris Allegretta599c5592008-08-05 01:35:42 +0000517 certain locales, and not saving the search history when
518 compiled with configure options.
519
5202008.04.24 - GNU nano 2.1.2 "New York City" is released. This release
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000521 contains fixes for binding bad keys, some
522 configure-specific compilation failures, and more issues
523 with the new input back end and in particular the status
524 bar. Also fixed are some long standing issues with
Chris Allegretta2c367bf2008-06-25 03:35:15 +0000525 compiling on AIX, and a segfault when making the terminal
526 window too small. Rest in Peace Tim and George!
527
Chris Allegretta599c5592008-08-05 01:35:42 +00005282008.04.01 - GNU nano 2.1.1 wont get fooled again. This release contains
Chris Allegretta9ba66062008-04-02 04:08:24 +0000529 fixes for the new user-rebindable keys (in particular
530 bracket match which was mis-bound), and various
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000531 problems with translations and configure-related
Chris Allegretta9ba66062008-04-02 04:08:24 +0000532 compilation problems are now fixed as well.
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000533 It also contains new syntax highlighting
534 definitions for TCL, PHP, Gentoo and Debian-related
535 files, and some documentation updates as well.
536 Please continue to send reports with the key
Chris Allegretta9ba66062008-04-02 04:08:24 +0000537 binding code to the Savannah page
538 (https://savannah.gnu.org/bugs/?group=nano).
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000539
Chris Allegretta599c5592008-08-05 01:35:42 +00005402008.03.18 - GNU nano 2.1.0 "under old mismanagement" is released.
Chris Allegretta595d6e02008-03-19 03:01:34 +0000541 This first release in the 2.1 development series
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000542 introduces rebindable keys for most actions inside
Benno Schulenberg7d775212015-03-07 20:46:11 +0000543 the editor. Please see the nanorc(5) page for
Benno Schulenbergb55ce292014-02-22 10:28:58 +0000544 more information on configuring key bindings. Please
545 also report all keybinding bugs (crashes, missing
Chris Allegretta595d6e02008-03-19 03:01:34 +0000546 menu functions) using the Savannah bug tracker URL,
547 https://savannah.gnu.org/bugs/?group=nano and
548 thanks for sticking with us!
549
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000550
Benno Schulenbergb43a7242016-07-28 15:24:11 +02005512007.12.20 - GNU nano 2.0.7 keeps its balance. This release fixes
David Lawrence Ramsey200f0c82007-12-20 18:57:41 +0000552 several bugs, among others: a segfault and several
553 cursor positioning problems when uncutting text or
554 inserting files into the current buffer; a problem where
555 the total number of characters would be miscalculated
556 when replacing single-byte characters with multibyte
557 ones; several minor issues with the statusbar prompt
558 involving text display and mouse support; and several
559 oddities when tab-completing in the middle of a line.
560 It also improves autodetection of DOS and Mac format
561 files, properly supports the mouse wheel when using a
562 version of ncurses built with the --enable-ext-mouse
563 option, fixes some problems under NetBSD curses, adds a
564 lot of translation updates, and adds more minor
565 documentation updates. Slang curses emulation support
566 has also been changed to turn off all the options that
567 --enable-tiny does, as it's hopelessly broken otherwise.
568 Finally, nano is now licensed under the GNU GPL version
569 3 or later, and its documentation is now dual-licensed
570 under the GNU GPL version 3 or later and the GNU FDL
571 version 1.2 or later. Have fun.
572
Benno Schulenbergb43a7242016-07-28 15:24:11 +02005732007.04.26 - GNU nano 2.0.6 "that was quick" is released. This release
David Lawrence Ramsey75500fd2007-12-17 23:07:49 +0000574 fixes a potential segfault after justifying text marked
575 from the bottom up. It also adds one more minor
576 documentation update. Enjoy.
577
Benno Schulenbergb43a7242016-07-28 15:24:11 +02005782007.04.22 - GNU nano 2.0.5 braces for impact. Among other things, this
David Lawrence Ramsey75500fd2007-12-17 23:07:49 +0000579 release fixes various problems (including a segfault)
580 when trying to open or save a file in a directory
581 beginning with "~" that isn't a home directory; fixes a
582 problem where a file with no name could be saved over an
583 existing filename with no warning about overwriting it;
584 properly disallows opening directories or device files
585 from "include" commands in nanorc files; no longer
586 displays a misleading prompt when trying to save in
587 restricted mode with the mark on; and properly supports
588 the Cancel and Shift-Cancel keys. It also improves
589 several color syntaxes to highlight trailing whitespace,
590 just as the Java syntax does, and adds yet more minor
591 documentation updates. Have fun.
592
5932007.04.06 - GNU nano 2.0.4 heralds the dawn. This release contains
594 proper support for the Ctrl-[arrow key], Shift-[arrow
595 key], and F13-F16 keys under Xfce's Terminal. It also
596 adds still more minor documentation updates. Enjoy.
597
David Lawrence Ramsey8a890962007-01-29 12:33:45 +00005982007.01.29 - GNU nano 2.0.3 flows toward its ending. This release
599 contains several minor optimizations to make the
600 executable a little smaller under some circumstances,
601 some translation updates, improvements to the color
602 syntax for Python, and still more minor documentation
603 updates. Have fun.
604
David Lawrence Ramsey518b7fa2006-12-21 02:47:14 +00006052006.12.20 - GNU nano 2.0.2 forges ahead. This release fixes a segfault
606 when trying to save in a nonexistent directory; fixes
607 handling of strings containing nulls at the "Write File",
608 "Insert File", "Execute Command", and "Go to Directory"
609 prompts; fixes several minor memory leaks; fixes two
610 more potential compilation warnings; adds a few
611 translation updates; and adds a few more minor
612 documentation updates. Enjoy.
613
David Lawrence Ramsey16fd49b2006-11-20 14:38:31 +00006142006.11.20 - GNU nano 2.0.1 emerges from its cocoon. This release
615 contains several bugfixes: saving one file over another
616 will now always warn about overwriting it, overwriting
617 a file is no longer possible when saving a new file in
618 restricted mode, and zero-length Unicode characters are
619 now highlighted properly when nano is built without
620 regular expression support. It also adds several minor
621 documentation updates. Have fun with it.
622
David Lawrence Ramseyf8df4a02006-11-06 16:03:12 +00006232006.11.06 - GNU nano 2.0.0 does its little dance. This release adds
624 documentation updates and a few cosmetic tweaks.
625 For those who haven't been following nano 1.3
626 development, there are a ton of new features, including
627 support for UTF-8, moving to a specified line and column
628 instead of just a line, improved color syntax
629 highlighting, inserting previously untypeable characters
630 using "Verbatim Input" mode, and copying text into the
631 cutbuffer without cutting it. There are also fixes for
632 some long-standing bugs, such as the "NumLock glitch"
633 from nano 1.2.x, and the inability to unjustify text
634 after resizing. Finally, there are also a ton of
635 translation updates and new translations, as well as new
636 color syntaxes. See the UPGRADE file for more
637 information, and enjoy the new stable release.
638
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000639
David Lawrence Ramsey12956992006-10-25 15:27:08 +00006402006.10.25 - GNU nano 1.9.99pre3 learns to appreciate life. This
641 release fixes a bug where the screen sometimes wouldn't
642 be updated properly after copying text into the
643 cutbuffer, fixes a potential warning while compiling,
644 and fixes a few other minor inconsistencies. Have fun.
645
David Lawrence Ramsey2953f782006-10-02 04:08:20 +00006462006.10.02 - GNU nano 1.9.99pre2 crosses the threshold. This release
647 fixes a few more bugs: cursor positioning after leaving
648 the statusbar prompt has been fixed, and verbatim input
649 at the statusbar prompt now properly handles newlines.
650 Enjoy.
651
David Lawrence Ramsey890ea442006-08-29 17:29:57 +00006522006.08.29 - GNU nano 1.9.99pre1 passes through the flames. This
653 release fixes various bugs in the last version: the
654 mouse support properly ignores everything except clicks
655 of the left mouse button; the statusbar is now blanked
656 properly when it should be; indenting and unindenting
657 operate on the current line when the mark is off; nano
658 should build on Tru64, NetBSD, and other systems that
659 use termcap instead of terminfo in their curses
660 libraries; the built-in file browser now properly
661 navigates file lists that take up only one row; the
662 cursor position is now completely restored after
663 inserting a file into the current buffer, and after
664 inserting the output of a command into a new buffer; the
665 ^X shortcut at the search prompt has been removed, as
666 official Pico doesn't include it and it's too easily
667 confused with Exit; the screen is updated properly after
668 scrolling a line without moving the cursor; the keyboard
669 input routines behave more consistently; and so on.
670 Have fun with it.
671
David Lawrence Ramseydb5b5472006-06-26 04:01:31 +00006722006.06.26 - GNU nano 1.3.12 escapes the darkness. This release
673 contains the last new features that nano will have
674 before 2.0: copying text into the cutbuffer without
675 cutting it, indenting lines of marked text with a single
676 keystroke, reworked help text that should be easier for
677 new users, searching for filenames in the file browser,
678 the ability to include color regexes in files separate
679 from nanorc files, etc. It also contains many bugfixes.
680 Text can now be unjustified after justifying it and
681 resizing the window; the screen is now cleared when
682 suspending; the "default" color syntax is now handled
683 properly at all times; lines of text containing tabs are
684 now wrapped at the right place; double-column characters
685 are now properly displayed when past the right edge of
Benno Schulenbergb43a7242016-07-28 15:24:11 +0200686 the screen; invalid multiline color regexes are now
David Lawrence Ramseydb5b5472006-06-26 04:01:31 +0000687 ignored; and so on. Enjoy.
688
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +00006892006.03.30 - GNU nano 1.3.11 awakens from its fever dream. This release
690 focuses mostly on bugfixes, which include better
691 handling of the cursor at the statusbar prompt, support
David Lawrence Ramseyce5284b2006-03-30 07:01:57 +0000692 for certain combinations of Shift and keypad keys in
David Lawrence Ramsey1856ec42006-03-30 06:34:43 +0000693 both normal and --rebind-keypad mode, a fix for a minor
694 display problem after some searches, a real fix for a
695 long-standing segfault when displaying overly long
696 lines, and a real fix for nano's not hanging up properly
697 in xterm under certain circumstances. There are also
698 several new features, such as the ability to set the
699 characters used as brackets when searching for matching
700 brackets, and tab completion of directories at the "Go
701 To Directory" prompt. Have fun.
702
David Lawrence Ramsey2cd986c2005-12-23 16:08:19 +00007032005.12.23 - GNU nano 1.3.10 rises to the surface. This release
704 contains several new features as well as fixes for
705 several longstanding bugs. The former include the
706 ability to scroll up or down single lines without
707 scrolling the cursor, reworked bracket searching code
708 that doesn't require regular expression support,
709 reworked command execution code that uses $SHELL if
710 available instead of hardcoding "/bin/sh", and the
711 ability to no longer add newlines to files that don't
712 end in them via the -L/--nonewlines option. The latter
713 include fixes to the statusbar prompt so that mouse
714 clicks work properly on it, fixes to the Yes/No/All
715 prompt so that mouse clicks on it work properly when
716 -O/--morespace is used, and fixes to the resize handling
717 so that nano dies properly when the terminal is too
718 small to display a prompt. Enjoy.
719
David Lawrence Ramsey5a9d4932005-10-24 01:44:23 +00007202005.10.23 - GNU nano 1.3.9 breaks through the wall. This release
721 includes major enhancements as well as bugfixes. The
722 enhancements include better handling of invalid UTF-8,
723 expansion of the word count option to also count lines
724 and characters in the file or selection, more efficient
725 screen update routines, a readded -K/--rebindkeypad
726 option to work around numeric keypad problems on
727 terminals that don't show the usual NumLock glitch, a
728 new -W/--wordbounds option to properly detect words
729 containing punctuation when moving among them, and
730 massive improvements to the color code such as handling
731 of unspecified foreground colors, more efficient memory
732 usage for color regexes, and new reserved syntaxes
733 "default" and "none". The bugfixes include fixes for
734 the rewritten history code, fixes for potential line
735 numbering problems on 64-bit platforms, fixes for a few
736 long-standing minor display problems, a fix for erroneous
737 hangups occurring while waiting for input, and a fix for
738 a segfault when displaying certain overly long lines.
739 Have fun with it.
740
David Lawrence Ramsey665b1fb2005-06-30 17:16:16 +00007412005.06.30 - GNU nano 1.3.8 floats at its own level. This release
742 contains several new features. Among other things, you
743 can now move to a specified column number as well as
744 line number within a file, file backups saved in a
745 backup directory will have unique names, the search and
746 replace history routines should work more consistently,
747 you can get a word count by pressing Meta-D at the edit
748 window, and there's a new -E/--tabstospaces option to
749 convert all typed tabs to spaces (--backupdir's short
750 option has been changed to -C). In terms of bugfixes,
751 this release contains fixes for minor problems with
752 screen updates, UTF-8 display, and flow control; a fix
753 for a segfault when displaying some lines ending with
754 tabs; better handling of constant cursor position
755 display; improved color parsing in the rcfile; and
756 support for the "Regexp" toggle in tiny mode
757 (-R/--regexp is gone, and --restricted's short option
758 has been changed to -R), among other things. Enjoy.
759
David Lawrence Ramseyc32a5e72005-04-10 03:58:44 +00007602005.04.10 - GNU nano 1.3.7 claws its way to the top. This release
761 mostly contains bugfixes for the massive amount of new
762 code in 1.3.6. Among other things, nano builds with
763 debug support again; going into the help browser at the
764 "Read File" prompt no longer kicks you out of the prompt
765 after you exit the help browser; paragraph searching no
766 longer skips over certain cases of single-line
767 paragraphs; the titlebar no longer cuts off some UTF-8
768 strings prematurely; and the text displayed in the help
769 browser is now wrapped as it was in nano 1.2.x, taking
770 UTF-8 support into account. New features include an
771 --enable/disable-utf8 configure option to explicitly
772 turn detection of UTF-8 support on or off, and sample
773 regexes for C++ as well as C. Have fun.
774
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +00007752005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
776 This release finally includes the long-awaited support
David Lawrence Ramsey7ec8d7c2005-03-21 08:03:46 +0000777 for UTF-8. Other new features include the ability to
David Lawrence Ramseybec01bd2005-03-20 20:02:51 +0000778 insert UTF-8 characters using verbatim input; the
779 ability to delete all text from the cursor position to
780 the end of the file via ^W^X as (patched) Pico does;
781 improvements to input and output so that pasted text
782 displays faster, improvements to the statusbar prompt so
783 that more edit window shortcuts, including verbatim
784 input and previous/next word search, work in it; a new
785 option to allow using the formerly always-blank second
786 line of the screen as part of the edit window; and the
787 ability to refresh the help browser and file browser
788 windows via Ctrl-L. Notable bug fixes include a fix for
789 a segfault when using full justify, and a fix for the
790 long-standing bug where nano would keep running if the
791 terminal it was in died unexpectedly. Enjoy.
792
David Lawrence Ramsey2c86dc62004-11-22 17:55:17 +00007932004.11.22 - GNU nano 1.3.5 hurls itself forward. New features in this
794 release include the ability to replace only marked text
795 when the mark is on, improvements to smooth scrolling so
796 that it applies everywhere instead of just affecting the
797 movement keys, improvements to how files are opened so
798 that they are no longer displayed unnecessarily, support
799 for multiple +LINE arguments in addition to multiple
800 filenames on the command line, autodetection of the
801 format to save a file in based on the format it was in
802 when it was opened, the ability to toggle both ways
803 between the "Read File" and "Execute Command" prompts
804 and the "Search" and "Go to Line" prompts, and support
805 for cross-compiling nano. As for bug fixes, the
806 "tabsize" nanorc option works again, mouse clicks on the
807 shortcut list trigger the right shortcuts again,
808 tab-completing a filename with %'s in it no longer
809 causes a segfault, the internal spell checker no longer
810 skips words after the cursor position when the cursor is
811 in the middle of the file, and spell checking of only
812 marked text now works properly. Have fun with it.
813
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +00008142004.08.17 - GNU nano 1.3.4 marches forth after a false start. This
815 release mainly features fixes for the bugs that crept
816 into the last release. Among other things, nano now
817 compiles again with certain options, quoted justify now
818 works properly on systems without regex.h, full justify
819 no longer segfaults when used on a file with no
820 paragraphs, previous paragraph searching works properly
821 again, tab completion is properly disabled when needed
822 in restricted mode, Ctrl-C is no longer disabled after
823 using the alternate spell checker, the permissions of a
824 newly created file now match those of nano 1.2.x again,
825 and replacing all text in a file now properly updates
826 the screen in all cases. New features include sample
827 regexes for patch files, improvements to the sample
David Lawrence Ramsey86058fa2007-01-17 16:24:24 +0000828 regexes for C files, and support for strings greater
829 than 1023 characters and/or containing nulls in
David Lawrence Ramseyc6718cf2004-08-17 20:38:44 +0000830 .nano_history. Additionally, the full justify keystroke
831 has been changed to match current Pico, and whitespace
832 display mode is now turned off by default. Enjoy.
833
David Lawrence Ramseye1151562004-06-28 13:17:33 +00008342004.06.28 - GNU nano 1.3.3 marches forth. There are several new
835 features in this release, including a restricted mode
836 that provides better security than just setting an
837 operating directory, the ability to justify the entire
Benno Schulenberg5b350b82016-01-12 11:03:00 +0000838 file at once, support for a "smart" Home key that can
David Lawrence Ramseye1151562004-06-28 13:17:33 +0000839 leap from the beginning of text on a line to the true
840 beginning of the line (or the reverse) in one stroke,
841 support for specifying an alternative spell checker in
842 $SPELL, the ability to specify the characters used to
843 display spaces and tabs so that they can easily be told
844 apart, and the ability to specify the characters marking
845 the ends of sentences as used in justification. There
846 are also several bug fixes; among other things,
847 justification now keeps spaces at the ends of all but
848 the last line of a paragraph as Pico does, saving a
849 marked selection no longer changes the current filename
850 to the filename the selection was saved under, resizing
851 now works better and no longer corrupts the screen under
852 slang, and the movement functions now avoid doing
853 unnecessary redraws and hence work faster. In short,
854 there are a lot of new things to play with. Enjoy.
855
David Lawrence Ramseyf70f0cf2004-03-31 18:42:52 +00008562004.03.31 - GNU nano 1.3.2 is prepared for the void. New features in
857 this release include the ability to spell-check only
858 marked text and the ability to save all backup files in
859 a specified directory instead of wherever the original
860 files are. Bug fixes include a fix for a segfault when
861 replacing certain regular expressions, fixes for some
862 misbehavior when doing searches, minor fixes to verbatim
863 input mode and keyboard input in general, better
864 handling of window resizes at certain times, and
865 allowing the mark to be saved properly again when
866 switching between multiple file buffers. nano has also
867 been ported to the Tandem NonStop Kernel. Have fun.
868
David Lawrence Ramseyfa1497b2004-01-09 23:22:02 +00008692004.01.09 - GNU nano 1.3.1 is outside the gates. This release
870 features, among other things, fixes for the input
871 routines to deal with some problems they had, a
872 reorganized shortcut list for the help browser, minor
873 Pico compatibility improvements for the file browser,
874 fixes for misbehavior when replacing certain regular
875 expressions, and the ability to highlight those regular
876 expressions properly. It also allows searching without
877 prompting to work in view mode, adds support for glib
878 2.x for those systems that need it, updates the .spec
879 file for the 1.3 branch, prompts you first when you try
880 to save a file under a different name, and adds a new
881 verbatim input mode that acts as ^V does under vi, but
882 with additional Pico compatibility (explained in the
883 FAQ). Basically, a bunch of fixes and a few new
884 features for your editor of choice. Enjoy.
885
David Lawrence Ramsey133f7b12003-10-22 17:15:12 +00008862003.10.22 - GNU nano 1.3.0 is loosed upon the world. This is the first
887 release in the unstable 1.3.x series, and as such it
888 includes a lot of new features, including the addition
889 of a -d option for those FreeBSD users with Backspace
890 keys that act like Delete keys, the ability to repeat
891 the last search without prompting, the ability to search
892 for the beginning or end of a paragraph, new smooth
893 paging routines to go with the smooth scrolling
894 routines, and various improvements to the input and
895 display routines to make them behave more intuitively.
896 It also includes the usual load of bugfixes. Enjoy.
897
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000898
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00008992003.08.11 - GNU nano 1.2.2 is released, only four months since the
Chris Allegretta33642142003-08-12 01:49:20 +0000900 last version :-). This release includes fixes for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000901 broken regex detection, search history recall, and
902 keypad handling with -K. Debugging strings are no
903 longer translated and comments denote where translations
David Lawrence Ramseyb159f942006-07-28 17:06:27 +0000904 should be as short as possible (i.e. the statusbar).
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000905 There are new examples for syntax highlighting, and
906 documentation updates and fixes. The 1.3.0 CVS tree
907 will be opening soon for all your nano desires, so stay
908 tuned!
Chris Allegretta33642142003-08-12 01:49:20 +0000909
Chris Allegrettaaa459312003-04-20 16:20:15 +00009102003.04.19 - Happy Easter! GNU nano 1.2.1 is released. This release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000911 features a new check for broken regexec()
Chris Allegrettaaa459312003-04-20 16:20:15 +0000912 implementations and some variable, function and macro
913 cleanups. Fixes are included for search history,
914 cutting marked text, alt keyboard mode, and the usual
915 translation and documentation updates.
916
Chris Allegretta2b4ead92003-02-20 01:56:02 +00009172003.02.19 - GNU nano 1.2.0 is released. Few changes from pre3, just
918 some doc and translation updates, and bugfixes for
919 justify and file conversion. For those of you who
920 haven't kept up with the 1.1 unstable series, v1.2
921 brings nanorc support, color syntax highlighting,
922 multiple file buffers, search/replace history and much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000923 much more. Please read the UPGRADE file for details,
924 and enjoy GNU nano 1.2.0.
Chris Allegretta2b4ead92003-02-20 01:56:02 +0000925
Benno Schulenbergaf40fb62016-03-12 09:37:48 +0000926
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00009272003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
Chris Allegretta7ba32792003-02-14 03:09:35 +0000928 really!" is released. This release includes fixes for
929 wrapping (again), resizing, color syntax highlighting,
930 rcfile parsing, the mouse code, more memory leaks, and
931 some reversion of the code to get the user's home
932 directory (nano will now again rely on $HOME). There
933 are also translation updates, a new manual page for the
934 nanorc file, and an UPGRADE file detailing the changes
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000935 since version 1.0. Please submit reports for any bugs
Chris Allegretta7ba32792003-02-14 03:09:35 +0000936 you might find to the development team
937 (nano-devel@gnu.org), and enjoy nano almost-1.2.0 ;-)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000938
Chris Allegretta5c8c2762003-02-03 15:21:27 +00009392003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000940 shoes" is released. There are, not surprisingly, only
941 bugfixes in this release as we move toward the stable
942 1.2.0 release. Fixes are included for translatable
943 string format, subexpression replacement, constant
944 cursor position, invalid search regexes, justify, screen
945 state on SIGHUP and SIGTERM, cutting to end cuts with
946 long lines, many file browser and operating directory
947 bugs, memory and file descriptor leaks, marker code,
948 spell checker, the mouse code with long lines, multiple
949 buffers and non-file open errors, replacement string
950 length, and a silly but serious history message crash.
951 There is also a drastic improvement in CPU utilization
952 for the color regex code.
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000953 Depending on the number of bugs found in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000954 release, there may be a 1.1.99pre3 or RC1, or just a
955 1.2.0 release. Most of the major bugs seem to have been
956 worked out, so if you are waiting for a good time to
957 test nano before the official 1.2.0 release, this would
958 be the one to use. Happy bug hunting!
Chris Allegretta5c8c2762003-02-03 15:21:27 +0000959
Chris Allegrettad46f5442003-01-17 21:47:33 +00009602003.01.17 - GNU nano 1.1.99pre1 "enough already" has been released.
961 This release is, barring bug fixes and documentation
962 updates, what version 1.2.0 has looked like, feature
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000963 wise. There will very likely be bugs, just due the
964 volume of changes made in this release. Search and
965 replace string history has been added, including an
966 option to log history to ~/.nano_history (-H,
967 --historylog). Because of this, the Pico incompatible
968 search/replace string behavior that used to be the
969 default has been deleted. The old "pico" flag (-p) is
970 now compatible with Pico's "preserve" mode for allowing
971 flow control characters; by default this version ignores
972 both ^Q and ^S. The --disable-wrapping-as-root
973 configure option has been forward ported from version
974 1.0.x, and a new flag to enable all extra options
975 (--enable-all) has been added. The internal spell
976 checker has been improved, meaning you will now be
977 prompted only once for each unique capitalization of a
978 given word.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000979 There have also been lots of bug fixes,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000980 including the "trying to insert a directory name in
Chris Allegrettad46f5442003-01-17 21:47:33 +0000981 multibuffer mode bug", the ugly spell checker scrolling,
982 the color code, cutting text crashes, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000983 deleting the "magic line" via replace, and cursor
984 positioning on the statusbar. There have also been the
985 usual helping of translation and documentation updates.
Chris Allegrettad46f5442003-01-17 21:47:33 +0000986 Please send all new feedback on this release
987 direct to the development list (nano-devel@gnu.org).
988
Benno Schulenberg5b350b82016-01-12 11:03:00 +00009892002.10.24 - GNU nano 1.1.12 "Make Jordi happy" is released. This
David Lawrence Ramseye30c3082006-04-20 03:20:13 +0000990 release demonstrates that nano is starting to freeze for
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000991 version 1.2. New features include a Meta-Y toggle for
992 syntax highlighting, pluralized i18n, and a handler for
993 SIGTERM. Nano now ignores XOFF (^S) to stop accidental
994 lock-ups, and no longer references malloc.h.
Chris Allegretta22578932002-10-25 03:14:11 +0000995 Also included are fixes for zero-length regex
996 matches, segfaults with --disable-mouse, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +0000997 memory corruption with the browser, version and help
998 cmdline output, and translation updates. Aside from the
999 (currently up in the air) search history behavior, the
1000 next version of nano should be 1.1.99pre1. Have fun!
Chris Allegretta22578932002-10-25 03:14:11 +00001001
Benno Schulenberg5b350b82016-01-12 11:03:00 +000010022002.10.01 - GNU nano 1.1.11 "Oddball" is released. This release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001003 features a new version of gettext, a new and improved
1004 syntax highlighting engine, and some updates for the
1005 nanorc.sample file. The toggles for case sensitivity
1006 (Meta-C) and regular expressions (Meta-R) have changed
1007 in the search and replace prompts, multibuffer status is
1008 now displayed and can be toggled from the insert file
1009 menu, and some wrapping behavior that changed in 1.1.10
1010 has reverted. The --enable-color warning was also made
1011 less severe, as the color syntax code has improved, and
1012 nano now uses extended regexes in the .nanorc file.
1013 Also included are fixes for various memory
1014 leaks, the operating directory option, username tab
1015 completion, the page_up and down arrow, go to previous
1016 word and next word, nanorc parser and line wrapping
1017 code. Have fun!
Chris Allegretta6866f6f2002-10-02 00:20:19 +00001018
Benno Schulenberg5b350b82016-01-12 11:03:00 +000010192002.07.25 - At long last! GNU nano 1.1.10 "What didn't we break?" is
Chris Allegretta70bb8862002-07-24 01:34:13 +00001020 released. This version of GNU nano features version
1021 0.11.2 of gettext, building with automake 1.6, some new
1022 code for displaying control characters, browser
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001023 improvements, a new backup file option (-B, --backup), a
Benno Schulenbergb43a7242016-07-28 15:24:11 +02001024 new option to ignore rc files (-I, --ignorercfiles),
Chris Allegretta70bb8862002-07-24 01:34:13 +00001025 compatibility with -pedantic, handling null characters
1026 before EOF, a slightly sportier nanorc.sample and more.
Benno Schulenberg16fe1782014-02-27 20:54:26 +00001027 Fixes are included for justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001028 the reading and writing file routines, resizing and fill
1029 length, millions of memory leaks, the usage screen was
Chris Allegretta1642e6a2013-01-03 04:41:41 +00001030 updated, and the --quotestr and --regexp really work
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001031 now ;-) Enjoy :)
Chris Allegretta70bb8862002-07-24 01:34:13 +00001032
Benno Schulenberg5b350b82016-01-12 11:03:00 +000010332002.05.12 - GNU nano 1.1.9 is released, happy Mother's Day! This
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001034 release includes many new features, including a prepend
1035 mode (^O,M-P), a new "syntax" command in the .nanorc to
1036 allow multiple syntax highlighting types, and a new -Y,
1037 --syntax flag to set a specific one if there's no
David Lawrence Ramseyb159f942006-07-28 17:06:27 +00001038 filename regex to match it against (i.e. w/mutt). The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001039 ^space and M-space keys will now show up in the help
1040 menu, which itself has been tweaked a bit, and many more
1041 configure options should now cooperate (like the odd
1042 pairing of --enable-tiny and --enable-multibuffer). The
1043 marker should now work when using multiple buffers, and
1044 the huge memory leak in color syntax highlighting has
1045 been fixed. A lot of new stuff for everyone's favorite
1046 text editor ;) Have fun!
Chris Allegretta8b75a782002-05-13 00:09:30 +00001047
Benno Schulenberg5b350b82016-01-12 11:03:00 +000010482002.03.30 - GNU nano 1.1.8 is released. New features include an
Chris Allegretta4ceb30c2002-03-30 16:56:53 +00001049 "Insert Output of External Command", ^R^X, and a .spec
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001050 file is now included in the distribution. There are
1051 cleanups in the usage code, fixes for regex parsing, the
1052 file browser, the NO_CONVERT auto-detect, indented
1053 justification, the internal spell checker, and a serious
1054 bug where reading a file of 0 lines would hang nano.
1055 Also, the "show position" code now shows the starting
Chris Allegretta4ceb30c2002-03-30 16:56:53 +00001056 column as 1 instead of 0. Have fun!
1057
Benno Schulenberg07ce01c2016-12-01 14:01:38 +010010582002.03.05 - GNU nano 1.1.7 "let's change everything and see what breaks"
1059 is released. New features include the new flags
1060 -N, --noconvert (to stop any file format conversion) and
1061 -Q, --quotestr (for the new quoted text justification),
1062 a new tempnam() implementation to avoid silly warnings,
Chris Allegretta97489d22002-03-05 23:47:44 +00001063 DOS and Mac file options in the Write File dialog,
Benno Schulenberg07ce01c2016-12-01 14:01:38 +01001064 multiple save files (file.1) for abnormal exits,
1065 ^C now showing column as well as character position, and
1066 multibuffer allowing duplicate files, even unnamed ones.
1067 Also, the static shortcut and toggle lengths are history,
1068 nano now reads SYSCONFDIR/nanorc if rc file support is
1069 enabled, and nano is now built with (and for rebuilding
1070 requires) autoconf 2.5.
Chris Allegretta97489d22002-03-05 23:47:44 +00001071 This release also includes fixes for some memory
David Lawrence Ramsey1eadebe2004-01-25 21:36:38 +00001072 leaks, detecting DOS and Mac file format, justification,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001073 suspending keys, search & replace under various
Chris Allegretta97489d22002-03-05 23:47:44 +00001074 conditions, variable width for shortcuts, and the usual
1075 ton of translation updates.
1076
Benno Schulenberg5b350b82016-01-12 11:03:00 +000010772002.01.25 - GNU nano 1.1.6 is released. Lots of new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001078 release. New Meta-keys were added as alternates for
Chris Allegretta05f40652002-01-23 02:37:36 +00001079 control sequences: Meta-A for the marker key (^^), and
1080 Meta-G for the 'goto dir' key in the file browser (^_).
1081 The color syntax highlighting now supports multiple
1082 lines via start="regex" end="regex" syntax, and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001083 .nanorc regex format itself has changed. Also, the
Chris Allegretta05f40652002-01-23 02:37:36 +00001084 gettext code was upgraded to version 0.10.40, and nano
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001085 will now display a message if only occurrence of a given
1086 search exists.
Chris Allegretta05f40652002-01-23 02:37:36 +00001087 For bugfixes, there are fixes for spelling,
1088 stray newlines in the usage() function, suspend issues
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001089 with tcsh, auto-indent and wrapping clashes, ugly code
Chris Allegretta05f40652002-01-23 02:37:36 +00001090 in rcfile.c, global variable compatibility with AIX.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001091 There are also oodles of translation updates. Have fun
1092 with it.
Chris Allegretta05f40652002-01-23 02:37:36 +00001093
Benno Schulenberg5b350b82016-01-12 11:03:00 +000010942002.01.05 - GNU nano 1.1.5 is out. The main new feature in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001095 release is the changed behavior of the keypad. Nano now
Chris Allegrettabdea41e2002-01-05 18:54:43 +00001096 does the Right Thing and used keypad() by default. If
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001097 you wish to use the keypad arrow keys in certain
1098 terminals, you may use the -K or --keypad flag to use
1099 the old behavior. Users of other OSes should see better
Benno Schulenberg5b350b82016-01-12 11:03:00 +00001100 handling of their non-keypad keys in this release.
1101 Other changes include more Hurd fixes, fixes parsing
1102 the .nanorc, display fixes for the color syntax
Chris Allegrettabdea41e2002-01-05 18:54:43 +00001103 highlighting, gettext stabilization and many translation
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001104 updates. This is almost like a stable release, much
1105 like in the 0.9.x series when every other release was
1106 the most stable one :) Have fun!
1107
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011082001.12.11 - GNU nano 1.1.4 is released. This release contains
Chris Allegretta7bf25092001-12-12 02:44:40 +00001109 rudimentary color syntax support (but it's still
1110 broken), compatibility fixes for the Hurd and FreeBSD,
1111 spell checker and wrapping fixes, and more. It seems
1112 that the amount of interest in the code is inversely
1113 proportional to the amount of time since last release,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001114 so it's time to show the world all the changes since
Chris Allegretta7bf25092001-12-12 02:44:40 +00001115 1.1.3 ;) Have fun with it!
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001116
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011172001.10.26 - GNU nano 1.1.3 is released. As far as new features go,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001118 the help system is now available for all functions in
1119 the editor. Also, nano will also now print a message on
1120 the status bar when it automatically converts a file
1121 from Mac or DOS format, and trying to load a file that
1122 has already been loaded in multibuffer mode will now
1123 also cause an error message. There is now a "goto
1124 previous word" which you can use by hitting Meta-Space
1125 Bar.
1126 As for fixes, a SEVERE bug in the null_at code
1127 which discarded the memory address of reallocated memory
1128 has been fixed. This is probably the biggest bug fix in
1129 well over the last year of development. There are also
1130 some display fixes for when the screen shouldn't center
1131 itself on cut or uncut text. Also, the comments in the
1132 header files incorrectly said that nano was distributed
1133 under version 1 of the GPL when the accompanying license
1134 was the GPLv2.
Chris Allegrettadc57bba2001-10-26 16:14:45 +00001135 If you're using nano-1.1, it is highly
Chris Allegrettad46f5442003-01-17 21:47:33 +00001136 recommended you upgrade to this release. If using 1.0,
Chris Allegrettadc57bba2001-10-26 16:14:45 +00001137 wait for version 1.0.6 which should be available early
1138 next week. Enjoy!
1139
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011402001.10.03 - GNU nano 1.1.2 is out there. Many new features in this
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001141 release, including support for auto-converting from DOS
1142 and Mac formatted files, as well as toggles for writing
1143 out files in these formats. Pico's -o flag has been
1144 implemented, as has some new smooth scrolling code
1145 (which can be used in place of the default jerky
1146 scrolling behavior). Also, there is now a "find
1147 matching bracket/brace/etc" feature (Meta-]). The
1148 .nanorc file now accepts setting the tabsize, and the
1149 help text at the bottom of the editor is now better
1150 spaced out in the search/replace prompts. There are
1151 also the usual helping of bugfixes, translation updates
1152 and, surely a bug or two. You better get ready!
Chris Allegretta03260b42001-10-04 01:24:07 +00001153
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011542001.07.28 - GNU nano 1.1.1 is released. Our second 1.1 unstable
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001155 release features many bugfixes from the initial release,
1156 in particular fixes for the multibuffer code, and
1157 various compiler macro fixes. The shortcut lists for
Chris Allegretta0e8c8d82001-07-29 01:16:27 +00001158 the search and replace prompts are a little more logical
1159 (with cancel the last option again), and the included
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001160 gettext was re-downgraded to 0.10.35 due to problems on
1161 the PPC platform. GNU nano now includes its own aclocal
1162 macros in the m4/ directory to allow rebuilding the
1163 configure script to work on platforms regardless of
Chris Allegretta0e8c8d82001-07-29 01:16:27 +00001164 their gettext version.
1165
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011662001.07.15 - GNU nano 1.1.0 is released. This is the first release
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001167 in the 1.1.x unstable series of GNU nano. It
1168 incorporates all changes up to the 1.0.3 release, and
1169 also includes many many new features, including
1170 appending to as well as overwriting files, writing
1171 marked text to a separate file, dynamic wrap length,
1172 lots more compatibility with Pico, and new optional
1173 features like .nanorc file support and multiple file
1174 buffers! All in all, plenty of new stuff that's sure to
1175 introduce lots of bugs ;-) Have fun with it, but be
1176 careful, unstable means unstable.
Chris Allegretta9a748602001-07-15 16:07:23 +00001177
Benno Schulenbergaf40fb62016-03-12 09:37:48 +00001178
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011792001.07.01 - GNU nano 1.0.3 is the "mutt" release. This release
David Lawrence Ramsey6c6d2bc2006-11-08 18:03:53 +00001180 features oodles of bug fixes with cutting text,
1181 especially with the -k (cut to end) option. There is
1182 also a new suspend handler which should make nano play
1183 better with mutt (the code for which came from mutt
1184 itself; many many thanks to Jordi Mallach and Tom Lear
1185 for working late into the night fixing this). Nano now
1186 also features mutt's case insensitive string compare
1187 function for more speed and less memory usage. Two new
1188 translations are included, Ukrainian and Russian.
Benno Schulenbergb55ce292014-02-22 10:28:58 +00001189
Benno Schulenberg5b350b82016-01-12 11:03:00 +000011902001.05.12 - GNU nano 1.0.2 is the "just the bugfixes ma'am" release.
David Lawrence Ramsey6c6d2bc2006-11-08 18:03:53 +00001191 The most noticeable fixes are for display errors using
1192 page up/down with the marker code, and view mode (-v)
1193 not stopping the replace function. Other fixes include
1194 being able to use the arrow keys while holding down the
1195 ctrl key in certain TERMs, and there are many
1196 documentation updates and spelling tweaks. We also have
1197 a new Galician translation (provided by Jacobo Tarrío).
1198 Have fun with it!
1199
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012002001.04.06 - GNU nano 1.0.1 is out there. The only new feature is a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001201 configure option for those who want to disable all word
1202 wrapping from nano, --disable-wrapping. Bug fixes this
1203 release include some bugs with autoconf and i18n, and
1204 several fixes in the file browser including a segfault
1205 on Solaris, symlinks to directories now work properly,
1206 and nano now sorts files case insensitively like Pilot.
1207 Have fun with it.
Chris Allegretta38068cd2001-04-06 20:04:23 +00001208
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012092001.03.22 - GNU Nano 1.0 is released! The autoindent wrapping bug
Chris Allegretta4aa302f2001-03-18 18:50:04 +00001210 has been fixed, as well as strange bug when using Pico
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001211 mode and regex search. There have also been some minor
Chris Allegretta4aa302f2001-03-18 18:50:04 +00001212 spelling and documentation updates. As stated on the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001213 website, there are currently no known bugs with nano,
1214 but some will pop up eventually and they will be
1215 addressed in subsequent releases. We hope you enjoy
1216 this first stable release of nano, and as always,
1217 feedback is welcome! nano@nano-editor.org.
Chris Allegretta4aa302f2001-03-18 18:50:04 +00001218
Benno Schulenbergaf40fb62016-03-12 09:37:48 +00001219
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012202001.02.19 - Nano 0.9.99pre3 brings a lot of changes! The most
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001221 important being that nano is now officially a GNU
1222 program. Some changes have been made for GNU
1223 compatibility (like the default list of shortcuts, "^G
1224 Get Help" is now Listed and "^_ Goto Line" is not). The
1225 Yes/No/All keys have finally been internationalized
1226 also. All in all, quite a few changes, considering nano
1227 is supposed to be in a code freeze. But there are the
1228 usual helping of bugfixes, a nasty bug when cutting text
1229 in -k mode and some compatibility issues with older
1230 ncurses libraries have also been fixed. All in all, a
1231 lot to see.
Chris Allegrettaf4a98642001-02-19 05:28:00 +00001232
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012332001.01.31 - Nano 0.9.99pre2 is released. Not surprisingly, all that is
Chris Allegretta90e04042001-01-31 18:01:24 +00001234 new is bugfixes, bugfixes, bugfixes. There were a few
1235 cleanups in unneeded global variables and duplicate
1236 functions, but most is just fixing. Specifically, there
1237 is now a preliminary (read: needs testing) fix for
1238 resizing the editor in any mode other than normal edit
1239 mode. Other fixes include some more tab completion
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001240 segfaults, and an silly segfault that occurred when
David Lawrence Ramseyb159f942006-07-28 17:06:27 +00001241 successfully writing a file on the 2nd try (i.e. after
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001242 an initial write error). Slowly but surely, on toward
1243 1.0 we travel.
Chris Allegretta90e04042001-01-31 18:01:24 +00001244
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012452001.01.17 - Nano 0.9.99pre1 is released. This is the first pre-1.0
Chris Allegretta9faa3f12001-01-18 04:37:09 +00001246 release of nano, and is also the first release since the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001247 code freeze for nano 1.0. Don't expect (or request) any
Chris Allegretta9faa3f12001-01-18 04:37:09 +00001248 new features between now and nano 1.0, only bugfixes,
1249 optimizations and doc/translation updates. For fixes, a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001250 nasty segfault when trying to insert one's home
1251 directory (~), some checks for the NumLock key making
1252 the keypad go awry, window size sanity checks, many
Benno Schulenbergb43a7242016-07-28 15:24:11 +02001253 autoconf fixes, and support for the KDE Konsole keypad
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001254 layout. Have fun.
Chris Allegretta9faa3f12001-01-18 04:37:09 +00001255
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012562001.01.07 - Nano 0.9.25 is the "Just one more feature I swear!"
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001257 release. It includes one new feature that Pico has had
1258 forever, a built-in file browser. Since not everyone
1259 may want this option, there is a --disable-browser
1260 option to the configure script as well. Other changes
1261 include slightly different keypad handling, and a bugfix
1262 for crashes when tab completion in certain instances.
1263 Have fun and Happy New Year!
Chris Allegretta16991442001-01-07 22:06:11 +00001264
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012652000.12.18 - Nano 0.9.24 is released. This version contains the last of
Chris Allegretta66149e72000-12-19 02:51:06 +00001266 the security fixes for writing files, as well as for a
1267 nasty segfault when nano is unable to open a file for
1268 reading, among other fixes. Nano also now cowardly
1269 refuses to open device files, to stop silly things like
1270 trying to open /dev/zero. New features include being
1271 Able to use Meta-Meta-<key> as Control-<key>, better
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001272 HURD support, and some new flags have been added for
1273 Pico compatibility. Upgrading to this version is highly
Chris Allegretta66149e72000-12-19 02:51:06 +00001274 recommended.
1275
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012762000.12.08 - Nano 0.9.23 is the "race conditions bite" release. The
Chris Allegretta88167602000-12-09 00:07:06 +00001277 main reason for this release is the less-than-optimal
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001278 fix for the security issue in nano with following
1279 symbolic links. Hopefully this will fix the problem
1280 permanently. The --nofollow option also works again for
1281 those who are real security nuts. There are also some
1282 display and search fixes, and the --disable-spell
1283 function was renamed to --disable-speller to be in line
1284 with nano and Pico's "speller" term.
Chris Allegretta88167602000-12-09 00:07:06 +00001285
Benno Schulenberg5b350b82016-01-12 11:03:00 +000012862000.12.02 - Nano 0.9.22 is released, with many more changes and
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001287 additions than imaginable. The most important change is
1288 a fix for unsafe handling of symbolic links which could
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001289 lead to symlink attacks if nano were to exit because of
1290 an error or signal. Also there are better checks when
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001291 saving files.
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001292 As for new features, username tab completion is now
1293 working well, the internal spell checker code has been
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001294 tweaked, you can now unjustify if you don't like how the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001295 justify formatted your text, and there are more options
1296 for configure, including --disable-spell and
Chris Allegretta9ee2a0d2000-12-02 21:50:57 +00001297 --disable-justify and --enable-extra (for those who like
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001298 surprises). All in all, a whole lot of changes in a
1299 little over a week.
Chris Allegrettaac139dd2000-12-02 21:31:17 +00001300
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013012000.11.23 - Happy Thanksgiving! Nano 0.9.21 is our "last version was
Chris Allegretta71366cd2000-11-23 21:04:27 +00001302 a big turkey" release. It fixes several bugs introduced
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001303 by the previous version, as well as a few long- standing
1304 display bugs. All 0.9.20 users are strongly encouraged
1305 to upgrade to this release.
Chris Allegretta71366cd2000-11-23 21:04:27 +00001306
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013072000.11.18 - Nano 0.9.20 is finally out the door. Probably the biggest
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001308 change is the brand new way nano displays previous
1309 search and replace strings (they are now editable!)
1310 This is a break from Pico's (inconsistent) interface, so
1311 if you don't like the new way, "Pico" mode (-p on the
1312 command line or Meta-P within nano) still works the
1313 "old" way.
Chris Allegretta44b52ca2000-11-18 16:46:14 +00001314 Other new features include being able to deal with
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001315 search strings of any length, a new internal spell
1316 feature (courtesy of Mr. Rocco Corsi) and tab completion
1317 when reading in or writing out files! There's also the
1318 usual billion or so bug fixes. Feedback on this release
1319 is welcome because so much has changed, especially with
1320 the previous string display in search and replace.
1321 Email -> nano@nano-editor.org <-. If you like
1322 something, don't like something, or just want to order a
1323 pizza, let us know!
Chris Allegretta44b52ca2000-11-18 16:46:14 +00001324
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013252000.10.02 - Nano 0.9.19 is the "Chris is getting married in less than
Chris Allegretta07e97d62000-10-03 01:52:50 +00001326 a week and needs a distraction" release. There are only
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001327 a few actual code changes, mainly portability and
1328 compiler warning fixes. Nano now also supports
1329 PDCurses, which enables easily-built nano executables
1330 for Windows NT and 95/98 for the brave. The official
1331 nano site has changed (again) as well, check out
1332 www.nano-editor.org for all the latest nano schtuff.
Chris Allegretta07e97d62000-10-03 01:52:50 +00001333
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013342000.09.18 - Nano 0.9.18 is unleashed. It has some new keyboard
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001335 handling code, Cygwin support out of the box, and a more
1336 portable handler for the NOHELP toggle. There is also a
1337 fix for a somewhat serious bug whereby trying to insert
1338 a directory instead of a normal file would destroy the
1339 contents of the editor. A must-see. Four stars.
Chris Allegretta629edad2000-09-19 00:27:19 +00001340
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013412000.09.04 - Nano 0.9.17, the Labor Day release, is released after a
Chris Allegretta423cbfd2000-09-04 16:21:29 +00001342 quiet spell (almost an entire month since last release!)
1343 New features include better (not yet perfect) binary
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001344 display support and toggle support for most of the
1345 program flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k
Benno Schulenberg07ce01c2016-12-01 14:01:38 +01001346 and M-e for -c, -i, -z, -x, -p, -w, -m, -k, and -R).
Chris Allegretta423cbfd2000-09-04 16:21:29 +00001347
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013482000.08.09 - Nano 0.9.16, after some struggling, is released. This
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001349 release should fix a few of the holes that 0.9.15 dug.
1350 The "cutting text on the first line" bug is fixed, as is
1351 the "cutting text on the last line" bug. Nice symmetry
1352 there huh? Also the --tabsize argument should now work
1353 as well as by using -T.
Chris Allegrettaba96f7a2000-08-09 21:38:28 +00001354
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013552000.08.03 - Nano 0.9.15 is the "I can't think of a release description"
Chris Allegretta0bf4e142000-08-04 02:42:04 +00001356 release. There are the usual gala of display bugfixes,
Chris Allegretta1642e6a2013-01-03 04:41:41 +00001357 a fix for the nasty bug in -k mode that could create
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001358 a loop in the file being edited, and some other code
Chris Allegretta0bf4e142000-08-04 02:42:04 +00001359 cleanup. Also, the -T option should now work regardless
1360 of the curses library used. Yay.
1361
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013622000.07.27 - Nano 0.9.14 is officially the "13 is so unlucky it should
Chris Allegrettaa1a55c72000-07-28 00:36:03 +00001363 be skipped as a version number" release. One typo
1364 caused unending problems (calling nano with either -t or
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001365 -k caused both flags to be used). The -k code is also
1366 now closer in functionality to Pico's -k mode; please
1367 note that this code is not finished yet. Working on
1368 this code has made me realize that there is not enough
Chris Allegrettaa1a55c72000-07-28 00:36:03 +00001369 abstraction in the code, and I will be working on that
1370 for the next release. Until then, have fun with this
1371 version.
1372
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013732000.07.23 - Nano 0.9.13 has a few new bits and bobs, most notably the
Chris Allegretta231d3d62000-07-22 19:33:19 +00001374 -k option from Pico (cut to end of line). The majority
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001375 of changes in this release are bugfixes, however,
1376 including the usual display fixes and fixes for writing
Benno Schulenberg5b350b82016-01-12 11:03:00 +00001377 to symbolic links and unwritable files. Barring any
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001378 other major changes, this should be the feature set for
1379 nano 1.0, whenever it might be released =-)
Chris Allegretta231d3d62000-07-22 19:33:19 +00001380
Benno Schulenberg07ce01c2016-12-01 14:01:38 +010013812000.07.07 - Nano 0.9.12 (the "lucky day" release) is bursting with
1382 new features, bug fixes, and yummy fruit flavor. For
Chris Allegrettae955dae2000-07-07 22:24:59 +00001383 changes, the alternate replace keystroke ^W^T is now
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001384 ^W^R to be compatible with later versions of Pico. ^W^T
1385 is now goto line, again for Pico compatibility. As for
1386 new features, the wonderful/hated magic line code has
1387 returned with a vengeance! Also, regular expression
1388 searches and replaces have been incorporated via the -R
1389 flag. And, of course, there are the usual helping of
1390 display and other bug fixes to top it all off.
Chris Allegrettae955dae2000-07-07 22:24:59 +00001391
Benno Schulenberg5b350b82016-01-12 11:03:00 +000013922000.06.20 - Nano 0.9.11 presents drastic rewrites of the most buggy
Chris Allegretta37985882000-06-20 00:39:20 +00001393 routines in the program, specifically the wrapping code
1394 and almost all of the display routines. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001395 improvements and bugfixes to the display subsystem in
Chris Allegretta37985882000-06-20 00:39:20 +00001396 general, but there may be bugs lurking yet. Also, after
1397 many MANY requests, there is now an option to set the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001398 displayed tab width (-T, --tabsize). Note that this
1399 function just changes the way tabs LOOK in the editor,
1400 the tabs you input are still real tabs of normal width
1401 (usually 8 characters); nano just makes them look
Chris Allegretta88520c92001-05-05 17:45:54 +00001402 smaller or bigger while in the editor. New in the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001403 translation department is an Indonesian translation
1404 (id).
Chris Allegretta37985882000-06-20 00:39:20 +00001405
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014062000.06.06 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001407 when using "run and terminate" flags (for example,
1408 --help). There are also some minor documentation
1409 updates. This version of nano is the most stable in
1410 quite some time, and is likely to be the most stable for
1411 awhile. Users are encouraged to upgrade to this
1412 version.
Chris Allegretta2b26e0a2000-06-07 04:02:06 +00001413
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014142000.05.31 - Nano 0.9.9 introduces much better working i18n support,
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001415 more portability, and a ton of bugfixes. While nano is
1416 not likely anywhere near 1.0 in terms of code quality,
1417 it gets a quantum leap closer with this release.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001418
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014192000.05.18 - Nano 0.9.8 (the 'what broke now?' release) should fix
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001420 the resize crash people have been experiencing. It also
1421 offers a new input method that should allow nano to do
1422 things the right way (like ^S, ^Q, custom suspend keys)
Chris Allegretta88520c92001-05-05 17:45:54 +00001423 and hopefully won't break with non-US keyboards. There
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001424 are also the obligatory display fixes and speedups.
1425 Have fun with it.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001426
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014272000.05.14 - Nano 0.9.7 (the Mother's Day release) continues in the long
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001428 line of display fixes, and also fixes the broken symlink
David Lawrence Ramseyb159f942006-07-28 17:06:27 +00001429 behavior (i.e. symlinks weren't being followed by
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001430 default). Hopefully all major bugs can be worked out
1431 soon and we can have a 1.0 release before the end of the
1432 year, but who knows.
1433
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014342000.05.08 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001435 uncovered. There are improvements (and some remaining
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001436 segfaults) in the wrapping code, and even more display
1437 optimizations. I would still say 0.9.4 or 0.9.2 are the
1438 most stable versions of nano to date, but this one may
1439 not be too bad =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001440
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014412000.05.01 - Nano 0.9.5 attempts to speed up the display of text
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001442 to be at least somewhat reasonable. Much code profiling
1443 has been done to reduce the ridiculous number of
1444 redundant display updates. This will probably expose a
1445 lot of bugs that can then be fixed, so this release is
1446 probably not for the faint of heart. For anyone
1447 curious, I would call nano 0.9.2 the most stable version
1448 recently, so use that if you're not particularly
1449 concerned with being on the bleeding edge.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001450
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014512000.04.25 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001452 line code and related segfaults. It also now has much
1453 better handling for 8-bit characters. The --enable-tiny
1454 code also produces a smaller executable.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001455
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014562000.04.19 - Nano 0.9.3 is officially the "Micro$oft" release. It
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001457 underscores the recent problem of bugfixes introducing
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001458 more bugs than they fix. The most important change to
1459 this version of nano is the removal of the "magic line".
1460 You will no longer see a blank line at the end of the
1461 file. If you want a new line at the end of your file,
1462 you'll have to hit enter to get one.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001463
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001464 NOTE: THIS BREAKS COMPATIBILITY WITH PICO.
1465 Unfortunately, this feature has been causing many many
1466 problems with nano so it is being removed for the time
1467 being, and perhaps indefinitely.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001468
Chris Allegretta88520c92001-05-05 17:45:54 +00001469 Other new stuff includes an --enable-tiny option to make
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001470 nano ultra small (disabling i18n, detailed help and the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001471 marker and mouse code), and --with-slang to use the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001472 slang libraries instead of ncurses.
1473
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014742000.04.15 - Nano 0.9.2 just fixes the serious segfault problem if
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001475 nano is invoked any way other than using the absolute
1476 path. The bug was in the new code for checking whether
Chris Allegretta6df90f52002-07-19 01:08:59 +00001477 nano is invoked as 'pico'.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001478
Benno Schulenberg07ce01c2016-12-01 14:01:38 +010014792000.04.14 - Nano 0.9.1 has some more Pico compatibility built-in. The
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001480 option to switch to/from Search and Search/Replace (^T)
1481 is now available, and nano now displays the more
David Lawrence Ramseyb159f942006-07-28 17:06:27 +00001482 Pico-like shortcut list when invoked as 'pico' (i.e. if
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001483 'pico' is a symlink to nano). There is an important
1484 change to the handling of symbolic links as well. Now,
1485 nano does the "correct" thing and automatically writes
1486 to the object of the symlink, rather than replace the
1487 symlink with the updated file. This behavior is still
1488 available with the --nofollow or -l flags.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001489 Other new things include a fix for the infamous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001490 "recursive replace" bug, and more bugfixes in the
1491 wrapping code.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001492
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014932000.04.07 - Nano 0.9.0 has some updates, new language support and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001494 a much better refresh setup (It's still not great,
1495 but...) There should also be more stability editing
1496 long lines, as there was a stupid mistake in the
1497 update_line call. Silly me =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001498
Benno Schulenberg5b350b82016-01-12 11:03:00 +000014992000.03.22 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001500 to reflect the current stagnant status of the project.
1501 Most things work, the rest doesn't doesn't work because
1502 (a) I can't fix it or I would have already done so, and
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001503 (b) the amount of patches I'm receiving right now is
1504 quite negligible. Fortunately, this release marks the
1505 first release since I have acquired ownership of the
1506 nano pages on SourceForge. Here's hoping SF will get us
1507 some more visibility, translators and patches.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001508
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015092000.03.12 - After a hiatus, I have finally moved (not unpacked though)
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001510 to my new home into Albany. Thus I should now have more
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001511 time to work on nano. Nano 0.8.8, the "dear god what
1512 broke this time?" release, incorporates patches for both
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001513 i18n and many bugfixes. It is VERY likely something
1514 broke this version, and it's likely I didn't even apply
1515 the i18n stuff properly, so *it* may not even work.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001516
1517 I would like to announce that I'm going to need
1518 translations soonish, so if you are fluent in other
Chris Allegretta88520c92001-05-05 17:45:54 +00001519 languages than English (or even better, if your native
1520 language is not English) and you would like to submit a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001521 translation file to me, please feel free to do so. If
1522 you do, I will list your name and email in the AUTHORS
1523 file as the maintainer of the .po file, and from then on
1524 it is yours to take care of and keep up to date.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001525
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015262000.03.01 - Well, to continue my trend of going back on my previous
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001527 release's comments, nano 0.8.7 is released. The
1528 crashing behavior was still occurring, and this most
1529 recent fix also fixes some other wrapping problems, so
1530 here you go. There may be another release soon, there
1531 may not be, is that vague enough? =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001532
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015332000.02.25 - More minor bugfixes in 0.8.6, the bizarre behavior at the
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001534 end of a page has ceased, thankfully. I'm also moving
1535 next weekend, so don't be shocked if you don't see a new
1536 version of nano next week =-)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001537
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015382000.02.11 - Okay, here we go again. Aside from a few minor fixes and
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001539 some under-the-hood changes, you won't notice much
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001540 different in this version of nano. I haven't gotten
1541 much feedback on the help feature, is it simply amazing
1542 or does no one care? Write and let me know! =)
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001543
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015442000.02.08 - Nano 0.8.3 marks the first time in a long time that there
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001545 has been more than three days since the last release.
1546 New features include an initial help mode (YAY!),
1547 hopefully much more support for i18n out of the box, and
1548 a flag for more Pico compatibility in the shortcut lists
1549 displayed. This release also marks the new nano
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001550 distribution site, http://www.asty.org/nano and email
1551 address nano@asty.org for bugs, etc.
1552
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015532000.02.02 - Okay, I hate to go back on what I said in the last release,
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001554 but I may be changing jobs very soon. I will release
1555 version 0.8.2 as is (no i18n, no help menu (yet). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001556 expect things to settle down by the end of next week,
1557 and then I can try to start on the i18n support and help
1558 menu; look for these new features in version 0.8.5 to
1559 0.9.0.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001560
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015612000.01.28 - Nano 0.8.1 marks our first official step toward
Chris Allegretta88520c92001-05-05 17:45:54 +00001562 internationalization (i18n) and the help system (^G). I
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001563 will be merging in Jordi's patches for initial i18n in
1564 the next version, and will implement the help system
1565 with i18n built into it shortly after that. Please
1566 don't hesitate to send bug reports, as long as you're
1567 sure the fault lies with nano =-).
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001568
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015692000.01.25 - Nano 0.8.0 is officially the 'let's try and be at least a
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001570 little portable, mmmmkay?' release. There are many
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001571 portability checks and fixes; many thanks to Andy Kahn
1572 for his patches. I removed the broken do_spell behavior
1573 with the 'spell' program; for now, we only try to call
1574 'ispell' until I write a better method to handle the
1575 output of the normal 'spell' command.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001576
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015772000.01.24 - Nano 0.7.9 features many new features. Among them are a
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001578 new autoindent feature (-i, --autoindent), tempfile flag
1579 like Pico's -t flag (-t, --tempfile), and preliminary
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001580 spelling program support. The spelling function tries
1581 to run 'spell' and then 'ispell' in that order, but you
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001582 can specify another spelling program with -s or
1583 --speller.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001584
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015852000.01.17 - Nano 0.7.7 is officially the 'way too much stuff changed this
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001586 release' release. It's the busy time at work for me, so
1587 please don't get offended if your patch doesn't get
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001588 included in the next immediate version of nano. I'm
1589 sure all the changes in this release will cause a few
1590 bugs, so 0.7.8 will primarily be about fixing those
1591 bugs.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001592
Chris Allegretta88520c92001-05-05 17:45:54 +00001593 Things added this release include resizability (kinda),
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001594 new -x and -c flags (see nano -h for help), long command
1595 line flag support, and the usual array of bugfixes.
1596
Benno Schulenberg5b350b82016-01-12 11:03:00 +000015972000.01.15 - Nano 0.7.6 is officially the 'lightning' release. It now
David Lawrence Ramsey9e45a472004-01-06 17:12:28 +00001598 loads large files much faster than previous versions,
1599 and is even much faster than Pico or vi in some rather
1600 rudimentary tests. Many thanks to Adam Rogoyski for the
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001601 read_byte patch!
1602
Benno Schulenberg5b350b82016-01-12 11:03:00 +000016032000.01.09 - As of this version (0.7.4), TIP has officially been renamed
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001604 to nano. The new homepage is at
1605 http://faculty.plattsburgh.edu/astyanax/nano. Please
1606 update your bookmarks, tell your friends, and all that
1607 jazz.