Blame NEWS

Packit 1ac44c
2018.06.02 - GNU nano 2.9.8 "Espresso" brings the ability to filter the
Packit 1ac44c
             buffer (or the marked region) through an external command
Packit 1ac44c
             (^R^X and prefix the command with the pipe symbol, "|"), is
Packit 1ac44c
             better at detecting and maintaining paragraphs, is able to
Packit 1ac44c
             justify //-style comments, fixes a crash when the binding
Packit 1ac44c
             of a key to a string lacks a closing quote, gives feedback
Packit 1ac44c
             about the number of lines written also when prepending or
Packit 1ac44c
             appending, and fixes a couple of bugs with the linter.
Packit 1ac44c
Packit 1ac44c
2018.05.15 - GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
Packit 1ac44c
             for making Ctrl+Right (the nextword function) stop at word
Packit 1ac44c
             ends instead of beginnings, accepts multibyte letters for
Packit 1ac44c
             the Yes/No/All answers, does emergency saves of changed
Packit 1ac44c
             buffers in the unlikely event that nano crashes, adds the
Packit 1ac44c
             until-now missing bindable function 'linenumbers', and
Packit 1ac44c
             renames the toggles 'constupdate' to 'constantshow' and
Packit 1ac44c
             'cuttoend' to 'cutfromcursor', for consistency with the
Packit 1ac44c
             corresponding options -- adjust your nanorc files soon.
Packit 1ac44c
Packit 1ac44c
2018.04.27 - GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
Packit 1ac44c
             makes --enable-altrcname work again, improves the fluidity
Packit 1ac44c
             of scrolling when using the touchpad, tweaks the syntaxes
Packit 1ac44c
             for shell scripts and PO files, makes a replacing session
Packit 1ac44c
             go always forward by default, no longer inserts a newline
Packit 1ac44c
             after an external spell check of a selected region, always
Packit 1ac44c
             accepts the English Y and N (and A) at a yes-no prompt in
Packit 1ac44c
             any locale, and solves a few hypothetical bugs.
Packit 1ac44c
Packit 1ac44c
2018.03.29 - GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up
Packit 1ac44c
             and Scroll-Down commands work (M-- and M-+): instead of
Packit 1ac44c
             keeping the cursor in the same screen position they now
Packit 1ac44c
             keep the cursor in the same text position (if possible).
Packit 1ac44c
             This version further adds a new color name, "normal",
Packit 1ac44c
             which gives the default foreground or background color,
Packit 1ac44c
             which is useful when you want to undo some overzealous
Packit 1ac44c
             painting by earlier syntax regexes.  Bug fixes include:
Packit 1ac44c
             a segfault when trying to insert a file in restricted
Packit 1ac44c
             mode, the reading in of a new file being "undoable", a
Packit 1ac44c
             slight miswrapping of help texts when --linenumbers was
Packit 1ac44c
             used, and the shell syntax coloring the word "tar" in
Packit 1ac44c
             file names.
Packit 1ac44c
Packit 1ac44c
2018.03.08 - GNU nano 2.9.4 "Isabel" allows binding a key to a string
Packit 1ac44c
             (any piece of text and/or commands), permits customizing
Packit 1ac44c
             the color of error messages with 'set errorcolor', colors
Packit 1ac44c
             those error messages by default in bright white on red,
Packit 1ac44c
             makes <Enter> at the bottom of the screen scroll just one
Packit 1ac44c
             row when --smooth is used, does not fail when redoing a
Packit 1ac44c
             file insertion, and cancels a Shift-selection when any
Packit 1ac44c
             cursor key is pressed without Shift even when the cursor
Packit 1ac44c
             cannot move.  Further, it treats tabs fully the same as
Packit 1ac44c
             spaces when doing automatic hard-wrapping, allows syntax
Packit 1ac44c
             names to be unquoted, and removes two deprecated options
Packit 1ac44c
             and six deprecated bindable function names.
Packit 1ac44c
Packit 1ac44c
2018.01.29 - GNU nano 2.9.3 "Córdoba" fixes a segfault with trimblanks
Packit 1ac44c
             that could occur when a typed space caused the word after
Packit 1ac44c
             it to be pushed to the next line.  It further makes macros
Packit 1ac44c
             work also when your keyboard still emits escape sequences,
Packit 1ac44c
             adds the options -M and --trimblanks for the command line,
Packit 1ac44c
             recognizes key combos with Shift on a few more terminals,
Packit 1ac44c
             no longer shows dots in certain prompt texts when visible
Packit 1ac44c
             whitespace is turned on, fixes two corner cases when doing
Packit 1ac44c
             replacements in a marked region, allows to open a named
Packit 1ac44c
             pipe again when using --noread, and accurately detects
Packit 1ac44c
             a needed color change when a line contains a start match
Packit 1ac44c
             but not a corresponding end match any more.  Plus some
Packit 1ac44c
             other small fry.
Packit 1ac44c
Packit 1ac44c
2018.01.02 - GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
Packit 1ac44c
             state when undoing/redoing (also when the file was saved
Packit 1ac44c
             somewhere midway), improves the undoing of an automatic
Packit 1ac44c
             linefeed at EOF, fixes a build issue on the BSDs, shows
Packit 1ac44c
             the cursor again when compiled with --withslang, renames
Packit 1ac44c
             the option 'justifytrim' to 'trimblanks' because it will
Packit 1ac44c
             now snip trailing whitespace also while you are typing
Packit 1ac44c
             (and hard-wrapping is enabled), continues pushing words
Packit 1ac44c
             to the next line much longer (when hard-wrapping), makes
Packit 1ac44c
             <Tab> and <Shift+Tab> indent and unindent a marked region,
Packit 1ac44c
             allows unindenting when not all lines are indented, lets a
Packit 1ac44c
             region marked with Shift persist when indenting/unindenting
Packit 1ac44c
             or commenting/uncommenting it, and in those cases excludes
Packit 1ac44c
             the last line of the region when it is not visibly marked
Packit 1ac44c
             (which makes for a more intuitive behavior).
Packit 1ac44c
Packit 1ac44c
2017.11.27 - GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
Packit 1ac44c
             is on, ^S would overwrite the file with just the marked
Packit 1ac44c
             region.  This release further clears the "Modified" flag
Packit 1ac44c
             when all edits are undone, adds or updates some magic
Packit 1ac44c
             strings, and does not forget when the cursor was last
Packit 1ac44c
             at line 1, column 1.
Packit 1ac44c
Packit 1ac44c
2017.11.18 - GNU nano 2.9.0 "Eta" introduces the ability to record and
Packit 1ac44c
             replay keystrokes (M-: to start and stop recording, M-;
Packit 1ac44c
             to play the macro back), makes ^Q and ^S do something
Packit 1ac44c
             useful by default (^Q starts a backward search, and ^S
Packit 1ac44c
             saves the current file), changes ^W to start always a
Packit 1ac44c
             forward search, shows the number of open buffers (when
Packit 1ac44c
             more than one) in the title bar, no longer asks to press
Packit 1ac44c
             Enter when there are errors in an rc file, retires the
Packit 1ac44c
             options '--quiet' and 'set quiet' and 'set backwards',
Packit 1ac44c
             makes indenting and unindenting undoable, will look in
Packit 1ac44c
             $XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
Packit 1ac44c
             for the history files, adds a history stack for executed
Packit 1ac44c
             commands (^R^X), does not overwrite the position-history
Packit 1ac44c
             file of another nano, and fixes a score of tiny bugs.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2017.08.27 - GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
Packit 1ac44c
             wider than the screen, makes indenting + unindenting
Packit 1ac44c
             more predictable by retaining relative indentations,
Packit 1ac44c
             allows pasting (^U) at a prompt, allows triple quotes
Packit 1ac44c
             in Python to not be followed by a character, does not
Packit 1ac44c
             scroll three pages on a roll of the mouse wheel, binds
Packit 1ac44c
             Alt+Up and Alt+Down to findprevious and findnext, and
Packit 1ac44c
             fixes some hard-to-describe issues with softwrapping
Packit 1ac44c
             and boundary-crossing tabs.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2017.07.21 - GNU nano 2.8.6 "Kekulé" offers a new feature: the ability
Packit 1ac44c
             to do softwrapping between words -- at whitespace --
Packit 1ac44c
             instead of always at the edge of the screen.  This can
Packit 1ac44c
             be activated with -a or --atblanks or 'set atblanks'
Packit 1ac44c
             together with the softwrap option.  This release further
Packit 1ac44c
             fixes a handful of rare display glitches, fixes a build
Packit 1ac44c
             failure on AIX, harmonizes the quoting rules in the rc
Packit 1ac44c
             files, and renames the option 'cut' to 'cutfromcursor'
Packit 1ac44c
             (please update your nanorc files before 2020).
Packit 1ac44c
Packit 1ac44c
2017.06.25 - GNU nano 2.8.5 "Farouche" avoids a crash when waking from
Packit 1ac44c
             a suspension that was induced from the outside, allows
Packit 1ac44c
             negative line and column numbers on the command line,
Packit 1ac44c
             avoids some flickering when resizing the screen while
Packit 1ac44c
             in the file browser, opens files in the order they were
Packit 1ac44c
             mentioned on the command line, and does not pretend to
Packit 1ac44c
             have woken from suspension when receiving a SIGCONT.
Packit 1ac44c
Packit 1ac44c
2017.05.21 - GNU nano 2.8.4 "Our Version of Events" includes the nanorc
Packit 1ac44c
             man page again.
Packit 1ac44c
Packit 1ac44c
2017.05.18 - GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight
Packit 1ac44c
             during interactive replacing, avoids build failures on AIX
Packit 1ac44c
             and Solaris, fixes a crash on Solaris, speeds up backwards
Packit 1ac44c
             searching, improves PHP syntax highlighting, and no longer
Packit 1ac44c
             asks “save anyway?” when the user ^Q discards the buffer.
Packit 1ac44c
Packit 1ac44c
2017.05.04 - GNU nano 2.8.2 "Krats" adds another new feature: it makes
Packit 1ac44c
             the ^G help texts searchable with ^W.  Apart from that,
Packit 1ac44c
             it fixes a crash when resizing the window in the middle
Packit 1ac44c
             of verbatim input, avoids an unlikely crash when used
Packit 1ac44c
             without UTF-8 support in some locales, avoids redrawing
Packit 1ac44c
             the screen twice when switching between buffers while
Packit 1ac44c
             line numbers are active, and works around a coloring
Packit 1ac44c
             bug on musl.  Plus tweaks to the documentation; plus
Packit 1ac44c
             translation updates for fifteen languages.
Packit 1ac44c
Packit 1ac44c
2017.04.12 - GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
Packit 1ac44c
             on musl, fixes scrolling problems in softwrap mode when
Packit 1ac44c
             double-width characters on row boundaries are involved,
Packit 1ac44c
             shows double-width characters as ">" and "<" when split
Packit 1ac44c
             across two rows, moves the cursor more predictably (at
Packit 1ac44c
             the cost of sometimes putting it on the second "half"
Packit 1ac44c
             of a character), avoids creating lines that consist of
Packit 1ac44c
             only blanks when using autoindent, makes ^Home and ^End
Packit 1ac44c
             go to the start and end of the file (on terminals that
Packit 1ac44c
             support those keystrokes), places the cursor better when
Packit 1ac44c
             linting, lets the linter ask only once whether to open
Packit 1ac44c
             an included file, and adds bindings for ^Up and ^Down
Packit 1ac44c
             in the file browser.  Don't sit on your hands.
Packit 1ac44c
Packit 1ac44c
2017.03.31 - GNU nano 2.8.0 "Axat" makes it easier to move around in
Packit 1ac44c
             softwrapped lines: the Up and Down keys now step from
Packit 1ac44c
             visual row to visual row instead of jumping between
Packit 1ac44c
             logical lines, and the Home and End keys now move to
Packit 1ac44c
             the start and end of a row, and only when already
Packit 1ac44c
             there, then to the start and end of the logical line.
Packit 1ac44c
             Furthermore, the screen can now scroll per row instead
Packit 1ac44c
             of always per logical line.  On an entirely different
Packit 1ac44c
             front: nano now makes use of gnulib, to make it build
Packit 1ac44c
             on more platforms.  In short: there were many internal
Packit 1ac44c
             changes, not many user-visible ones (apart from the
Packit 1ac44c
             new softwrap navigation).  The conversion to gnulib
Packit 1ac44c
             was done by Mike Frysinger, the softwrap overhaul by
Packit 1ac44c
             David Ramsey.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2017.02.23 - GNU nano 2.7.5 "Nijntje" can properly search and replace
Packit 1ac44c
             the \B and \b regex anchors, correctly repaints things
Packit 1ac44c
             when multiline regexes with identical start and end are
Packit 1ac44c
             involved, fixes a crash with zero-length regex matches,
Packit 1ac44c
             does replacements at the edges of a marked region right,
Packit 1ac44c
             no longer hides double-width characters at the head of
Packit 1ac44c
             softwrapped rows, displays at most three warnings at
Packit 1ac44c
             startup, and documents the ability to read a file from
Packit 1ac44c
             standard input.  Come tickle my ears.
Packit 1ac44c
Packit 1ac44c
2017.01.10 - GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
Packit 1ac44c
             manner again (bug was introduced in previous version),
Packit 1ac44c
             sets the preferred x position for vertical movements
Packit 1ac44c
             more consistently, avoids some scrolling problems in
Packit 1ac44c
             softwrap mode, installs the Info manual also when your
Packit 1ac44c
             system lacks 'makeinfo', and corrects the behavior of
Packit 1ac44c
             the beginning-of-word anchor (\<) in regex searches.
Packit 1ac44c
Packit 1ac44c
2016.12.28 - GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
Packit 1ac44c
             your editor is now able to handle filenames that contain
Packit 1ac44c
             newlines, avoids a brief flash of color when switching
Packit 1ac44c
             between buffers that are governed by different syntaxes,
Packit 1ac44c
             makes the Shift+Ctrl+Arrow keys select text again on a
Packit 1ac44c
             Linux console, is more resistant against malformations
Packit 1ac44c
             in the positionlog file, and does not crash when ^C is
Packit 1ac44c
             typed on systems where it produces the code KEY_CANCEL.
Packit 1ac44c
             Oh, and it no longer mistakenly warns about editing an
Packit 1ac44c
             unlocked file just after saving a new one.  That's it.
Packit 1ac44c
             Tastes great with thick butter.
Packit 1ac44c
Packit 1ac44c
2016.12.12 - GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
Packit 1ac44c
             the ability to complete with one keystroke (^] by default)
Packit 1ac44c
             a fragment of a word to a full word existing elsewhere in
Packit 1ac44c
             the current buffer.  Besides, this release fixes two bugs
Packit 1ac44c
             related to using line numbers in softwrap mode, allows to
Packit 1ac44c
             use the PageUp and PageDown keys together with Shift on
Packit 1ac44c
             VTE-based terminals, stops the help lines from flickering
Packit 1ac44c
             during interactive replacing, makes a 'set fill' override
Packit 1ac44c
             an earlier 'set nowrap', properly restores the selected
Packit 1ac44c
             region after an external spell check, and improves a few
Packit 1ac44c
             other tidbits.  If you should find any more bugs, please
Packit 1ac44c
             run 'man nano | grep bugs' and report them there.
Packit 1ac44c
Packit 1ac44c
2016.10.29 - GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
Packit 1ac44c
             ability to display line numbers beside the text.  This can
Packit 1ac44c
             be activated with -l or --linenumbers on the command line,
Packit 1ac44c
             or with 'set linenumbers' in your nanorc, or toggled with
Packit 1ac44c
             M-#.  The coloring of these numbers can be chosen via the
Packit 1ac44c
             option 'set numbercolor'.  This release furthermore fixes
Packit 1ac44c
             some bugs with scrolling in softwrap mode, is more strict
Packit 1ac44c
             in the parsing of key rebindings, and marks a new buffer
Packit 1ac44c
             as modified when the output of a command (^R^X) has been
Packit 1ac44c
             read into it.  Come and check it out!
Packit 1ac44c
Packit 1ac44c
2016.09.01 - GNU nano 2.7.0 "Suni" adds a new feature: allowing text to
Packit 1ac44c
             be selected by holding Shift together with the cursor keys.
Packit 1ac44c
             Besides that, nano now works also when run in very tiny
Packit 1ac44c
             terminals (down to one line, one column), and improves
Packit 1ac44c
             the handling of the prompt in cramped spaces.  Not much,
Packit 1ac44c
             but it's time to get it out there.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2016.08.10 - nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
Packit 1ac44c
             a Linux virtual console, takes as verbatim only the very
Packit 1ac44c
             first keystroke after M-V, removes any lock files that it
Packit 1ac44c
             holds when dying, doesn't abort when a word contains digits
Packit 1ac44c
             (when using the default speller), fixes a small sorting bug
Packit 1ac44c
             in the file browser, makes searching case-insensitively in
Packit 1ac44c
             a UTF-8 locale a little faster, and doesn't enter invalid
Packit 1ac44c
             bytes when holding down both Alt keys.  Santé!
Packit 1ac44c
Packit 1ac44c
2016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
Packit 1ac44c
             keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
Packit 1ac44c
             of text, and the option 'wordchars' for specifying which
Packit 1ac44c
             characters (beside alphanumeric ones) should be considered
Packit 1ac44c
             word-forming.  Further, it provides feedback during Unicode
Packit 1ac44c
             input (M-V followed by a six-digit hexadecimal number which
Packit 1ac44c
             must start with 0 or 10), avoids a crash when resizing the
Packit 1ac44c
             window during Verbatim input, doesn't drop a keystroke after
Packit 1ac44c
             having been suspended, and replaces the beginning-of-line
Packit 1ac44c
             anchor (^) just once per line.  There are also several tiny
Packit 1ac44c
             improvements in screen rendering and key handling.  Come get
Packit 1ac44c
             your hair tousled!
Packit 1ac44c
Packit 1ac44c
2016.06.27 - nano 2.6.1 "Stampede" is chiefly a translation update, but
Packit 1ac44c
             also adds one little feature (the ability to use negative
Packit 1ac44c
             numbers with Go To Line: -1 meaning the first line from the
Packit 1ac44c
             bottom), includes syntax highlighting for Rust, and fixes
Packit 1ac44c
             three tiny bugs (but in such far corners of the editor that
Packit 1ac44c
             they aren't even worth mentioning).
Packit 1ac44c
Packit 1ac44c
2016.06.17 - nano 2.6.0 "Rubicon" fixes more than fifty little bugs --
Packit 1ac44c
             and some of them not so little.  It improves moving about
Packit 1ac44c
             in the file browser, corrects failings of the internal spell
Packit 1ac44c
             checker, adds a new feature (comment/uncomment lines, with
Packit 1ac44c
             default binding M-3), makes some error messages clearer,
Packit 1ac44c
             shows more of a file when positionlog is used and the cursor
Packit 1ac44c
             is near the end, displays all error messages at startup if
Packit 1ac44c
             there are multiple ones, does not misinterpret keystrokes
Packit 1ac44c
             when typing very fast, is less eager to trim the filename
Packit 1ac44c
             on narrow terminals, speeds up case-insensitive searches,
Packit 1ac44c
             and allows to abort re-searches.  Among bunches of other
Packit 1ac44c
             things.  It is worth the trouble to upgrade.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2016.02.25 - GNU nano 2.5.3 "Alphys" is released.  This release contains
Packit 1ac44c
             fixes for bugs like: stray cursor positioning errors, many
Packit 1ac44c
             many memory leaks including during file reading, using the
Packit 1ac44c
             file browser, searching for multibyte characters, history
Packit 1ac44c
             completion, and many other places.
Packit 1ac44c
                 New features include the ability to trim whitespace
Packit 1ac44c
             from the ends of lines when justifying text, see nanorc(5)
Packit 1ac44c
             option justifytrim for deets.  As always thank you for your
Packit 1ac44c
             continued support of nano, and keep sparing.
Packit 1ac44c
Packit 1ac44c
2016.02.12 - GNU nano 2.5.2 is carrying too many dogs.  This release
Packit 1ac44c
             includes several fixes for various memory leaks, position-
Packit 1ac44c
             history size growth, and a long standing issue with using
Packit 1ac44c
             nano under sudo creating root-owned files.  There are also
Packit 1ac44c
             the usual bevy of documentation and other miscellaneous
Packit 1ac44c
             fixes and touchups.  Upgrade today while supplies last,
Packit 1ac44c
             operators are standing by!
Packit 1ac44c
Packit 1ac44c
2016.01.11 - GNU nano 2.5.1 "Salzburg" is released.  It includes fixes
Packit 1ac44c
             for a syntax-highlighting bug and a positionlog bug, it
Packit 1ac44c
             disables a time-eating multiline regex in the C syntax,
Packit 1ac44c
             and it adds an escape hatch to the WriteOut menu when
Packit 1ac44c
             --tempfile is used: the discardbuffer command, ^Q.  It
Packit 1ac44c
             also has translation updates for fifteen languages, and
Packit 1ac44c
             a small fix in the softwrap code.  So... you are heartily
Packit 1ac44c
             invited to upgrade.  Enjoy!
Packit 1ac44c
Packit 1ac44c
2015.12.05 - GNU nano 2.5.0 "Karma", the first release of the 2.5 series,
Packit 1ac44c
             is now available.  Please note that as of this release,
Packit 1ac44c
             there will no longer be separate stable and unstable
Packit 1ac44c
             branches.  The development team will prioritize bug fixes
Packit 1ac44c
             as needed, and make new releases in proportion to the
Packit 1ac44c
             severity of the bugs which are fixed.
Packit 1ac44c
                 This release includes all of the fixes now in 2.4.3, as
Packit 1ac44c
             well as color syntax highlighting improvements, undo fixes,
Packit 1ac44c
             and many more improvements!  Thank you for using nano!
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2015.11.18 - GNU nano 2.4.3 "Apocalypse" is now available for your
Packit 1ac44c
             downloading pleasure.  This release includes a myriad
Packit 1ac44c
             of fixes including several memory leaks, issues with
Packit 1ac44c
             color syntax highlighting, search/replace, file insertion
Packit 1ac44c
             and help menu bugs.  Many thanks to Benno Schulenberg for
Packit 1ac44c
             tireless efforts on the vast majority of fixes for some
Packit 1ac44c
             time now.  As always please report bugs via the Savannah
Packit 1ac44c
             page, and remember to Share and Enjoy.
Packit 1ac44c
Packit 1ac44c
2015.07.05 - GNU nano 2.4.2 "Portorož" is released.  This release
Packit 1ac44c
             includes several fixes, including the ability to resize
Packit 1ac44c
             when in modes other than the main editing window, proper
Packit 1ac44c
             displaying of invalid UTF-8 bytes, new syntax definitions
Packit 1ac44c
             for Elisp, Guile, and PostgreSQL, and better display of
Packit 1ac44c
             shortcuts in the help viewer and file browser.  Thanks
Packit 1ac44c
             for your patience and using nano!
Packit 1ac44c
Packit 1ac44c
2015.04.14 - GNU nano 2.4.1 "Glitch Gremlin" is released.  This release
Packit 1ac44c
             includes several fixes for issues with the file browser
Packit 1ac44c
             menu, linter and formatter functions, spell checker,
Packit 1ac44c
             undo/redo with some specific marked-cutting situations,
Packit 1ac44c
             and some small improvements to the color syntax
Packit 1ac44c
             highlighting definitions.  There are also various
Packit 1ac44c
             documentation and code comment updates included, and
Packit 1ac44c
             finally, fixes for compilation on non-GNU/Linux systems
Packit 1ac44c
             and certain configure combinations.  Toasters!
Packit 1ac44c
Packit 1ac44c
2015.03.22 - GNU nano 2.4.0 "lizf" is released.  This is the first
Packit 1ac44c
             stable release in many years, and brings together many
Packit 1ac44c
             new features from the 2.3 series, including:
Packit 1ac44c
             a fully functional undo system (now enabled by default),
Packit 1ac44c
             vim-compatible file locking, linter support, formatter
Packit 1ac44c
             support, syntax highlighting flexibility, and many fixes
Packit 1ac44c
             for issues reported since 2.2.  Many sincere thanks
Packit 1ac44c
             to all of the bug reports, patches, well wishes and
Packit 1ac44c
             contributions from everyone who has continued to
Packit 1ac44c
             support us.  Thank you for using nano!
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2015.02.27 - GNU nano 2.3.99pre3 "Ashley" is released.  This is likely
Packit 1ac44c
             to be the last release before the next major (2.4.0)
Packit 1ac44c
             release.  Please test it out and send us any feedback
Packit 1ac44c
             via Savannah (https://savannah.gnu.org/bugs/?group=nano).
Packit 1ac44c
             This release includes fixes for rebinding toggles via
Packit 1ac44c
             nanorc, several memory alignment fixes, and documentation
Packit 1ac44c
             and build updates.  As always thank you for using nano -
Packit 1ac44c
             Share and Enjoy!
Packit 1ac44c
Packit 1ac44c
2015.02.06 - GNU nano 2.3.99pre2 "Snowblind" is released.  This release
Packit 1ac44c
             contains only fixes, including: a long-standing problem
Packit 1ac44c
             with cutting in nano-tiny, several memory alignment
Packit 1ac44c
             improvements, and issues with leftover file locks.  Please
Packit 1ac44c
             keep reporting bugs so we can get a happy and healthy
Packit 1ac44c
             2.4.0 soon.  Thanks for using nano!
Packit 1ac44c
Packit 1ac44c
2015.01.06 - GNU nano 2.3.99pre1 "Junior" is released.  As the first
Packit 1ac44c
             2.4 release candidate there will be fewer new features
Packit 1ac44c
             but many bugfixes going forward.  This release contains
Packit 1ac44c
             new support for language reformatters like Go's gofmt
Packit 1ac44c
             command which takes the place of the spelling checker.
Packit 1ac44c
             Fixes in this release include many syntax highlighting
Packit 1ac44c
             fixes and improvements, and documentation formatting updates.
Packit 1ac44c
             As always please report bugs via the Savannah bug page for
Packit 1ac44c
             nano (https://savannah.gnu.org/bugs/?group=nano), so we can
Packit 1ac44c
             release a super awesome and bug-free 2.4.0 soon!
Packit 1ac44c
Packit 1ac44c
2014.07.17 - GNU nano 2.3.6 "Columbo" is released.  This release
Packit 1ac44c
             contains a fix for installing internationalization
Packit 1ac44c
             files.  Also included are scattered documentation
Packit 1ac44c
             (in particular man page) fixes, and a few touchups
Packit 1ac44c
             to syntax highlighting definitions.  Oh, just one
Packit 1ac44c
             more thing, thanks for using nano!
Packit 1ac44c
Packit 1ac44c
2014.07.11 - GNU nano 2.3.5 "lucky day" is released.  This release
Packit 1ac44c
             contains many visible and under-the-hood fixes for
Packit 1ac44c
             components such as file locking, more fixes to the
Packit 1ac44c
             undo system, and you no longer have to explicitly ask
Packit 1ac44c
             nano to have undo/redo support as it now defaults to
Packit 1ac44c
             being enabled.  Other notable fixes include a better
Packit 1ac44c
             handling of --tempfile mode, and better handling of
Packit 1ac44c
             command line arguments when also attempting to specify
Packit 1ac44c
             +<line number>.  As always, please file any bugs you
Packit 1ac44c
             find via https://savannah.gnu.org/bugs/?group=nano
Packit 1ac44c
             and thanks for using nano.
Packit 1ac44c
Packit 1ac44c
2014.06.02 - GNU nano 2.3.4 won't leave you high, won't leave you dry.
Packit 1ac44c
             This release contains only a small number of fixes, but
Packit 1ac44c
             in particular allows nano to compile on non-UTF-8 curses
Packit 1ac44c
             implementations (i.e. libncursesw).  Other small fixes to
Packit 1ac44c
             the undo implementation and the default syntax config are
Packit 1ac44c
             also included.  As always, Share and Enjoy!
Packit 1ac44c
Packit 1ac44c
2014.05.28 - GNU nano 2.3.3 is in its right place.  This release contains
Packit 1ac44c
             many many improvements to the core system, including
Packit 1ac44c
             substantial improvements to the undo/redo code, UTF-8
Packit 1ac44c
             handling, the configure script, and display of shortcuts
Packit 1ac44c
             on very wide terminals.  New features include the
Packit 1ac44c
             ability to write to named pipes (--noread), as well as
Packit 1ac44c
             linter support (see the nanorc man page for details).  Also
Packit 1ac44c
             included are much improved syntax highlighting code, and
Packit 1ac44c
             configurations for JSON, texinfo, Go, and a default syntax
Packit 1ac44c
             for catch-all highlighting.  Finally, nano now has the
Packit 1ac44c
             ability to set the color of the title bar, status bar, and
Packit 1ac44c
             shortcut keys (e.g. "^X") and their descriptions.  Again
Packit 1ac44c
             see the nanorc page for details.  There's much more, too
Packit 1ac44c
             much to include here, but please keep those reports and
Packit 1ac44c
             general feedback coming!  Thank you for helping us help
Packit 1ac44c
             you help us all.
Packit 1ac44c
Packit 1ac44c
2013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is
Packit 1ac44c
             released.  This release introduces vim-style file locking
Packit 1ac44c
             (though not backup/restore), useful when using nano in a
Packit 1ac44c
             multi-editor environment.  Feedback is welcome if you run
Packit 1ac44c
             into any issues with this new code.  Other new features
Packit 1ac44c
             include additional support for word boundary checking when
Packit 1ac44c
             cross compiling, fixes for trying to go to an invalid
Packit 1ac44c
             line number, and the usual documentation tweaks.
Packit 1ac44c
Packit 1ac44c
2011.05.10 - GNU nano 2.3.1 "I'm in space" is released.  This release
Packit 1ac44c
             includes some fixes for the new libmagic code, as well as
Packit 1ac44c
             a fix for improper character counts when using auto-indent.
Packit 1ac44c
             Also included are new syntax highlighting definitions for
Packit 1ac44c
             RPM spec and Lua files.  Thanks for using nano and keep
Packit 1ac44c
             circulating the tapes.
Packit 1ac44c
Packit 1ac44c
2011.02.26 - GNU nano 2.3.0 "Septic surprise" is released.  This first
Packit 1ac44c
             release in the 2.3 unstable series brings several new
Packit 1ac44c
             features.  First, libmagic support for syntax highlighting
Packit 1ac44c
             has been added on top of the existing file extension and
Packit 1ac44c
             header support already available.  Secondly, cursor position
Packit 1ac44c
             can be saved between editing sessions with the -P or --poslog
Packit 1ac44c
             command-line flag, or via 'set poslog' in your .nanorc.  Also
Packit 1ac44c
             included are some fixes for compilation with g++, and better
Packit 1ac44c
             handling of issues writing the backup file, which should
Packit 1ac44c
             reduce the need for the 'set allow_insecure_backup' nanorc
Packit 1ac44c
             option.  Don't stop, get it get it, don't stop, get it get it.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to
Packit 1ac44c
             www.desertbus.org and donate a few bucks for the great
Packit 1ac44c
             Child's Play Charity!  This is just a small release to
Packit 1ac44c
             update a bug where restricted mode was not particularly
Packit 1ac44c
             restricted since key bindings were introduced.  It also
Packit 1ac44c
             signals the return of win32 builds which now feature
Packit 1ac44c
             nanorc support; please see the FAQ for details of how
Packit 1ac44c
             to enable it, this feature is a bit of a kludge for now.
Packit 1ac44c
             Remember that when all else fails, USE SPACE JUMP.
Packit 1ac44c
Packit 1ac44c
2010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available.
Packit 1ac44c
             This release includes slightly less restrictive checking
Packit 1ac44c
             when writing files in strange environments (e.g. when
Packit 1ac44c
             being used out of crontab).  For very strange situations
Packit 1ac44c
             (such as where you cannot change the permissions on the
Packit 1ac44c
             file you're writing), there is a new rc file option
Packit 1ac44c
             'allow_insecure_backup' to be even more permissive and
Packit 1ac44c
             allow the write to proceed.  Also included are some
Packit 1ac44c
             syntax highlighting updates, and that is about it.
Packit 1ac44c
             Keep fighting the good fight children.
Packit 1ac44c
Packit 1ac44c
2010.04.15 - GNU nano 2.2.4 is nobody's fool.  First and foremost,
Packit 1ac44c
             this release includes some security fixes due to
Packit 1ac44c
             an assessment of nano's vulnerability to symlink attacks
Packit 1ac44c
             on open files.  The CVEs fixed with this release are
Packit 1ac44c
             CVE-2010-1160 and CVE-2010-1161.  Also included are fixes
Packit 1ac44c
             for various crash modes when using the spell checker
Packit 1ac44c
             on new files in multibuffer mode (surely you've used
Packit 1ac44c
             that combination recently? no?) as well as a fixing
Packit 1ac44c
             the 'file was modified' message when saving to a
Packit 1ac44c
             new filename (since how would nano know?).  And
Packit 1ac44c
             the list would not be complete without our
Packit 1ac44c
             third-times-the-charm fixes to page up/down due to
Packit 1ac44c
             the soft wrapping code.  The lone new feature
Packit 1ac44c
             included is a new syntax highlighting definition for
Packit 1ac44c
             cmake-related files.  Please do consider upgrading to
Packit 1ac44c
             this release if still using the 2.0 series since
Packit 1ac44c
             fixes for that version are still forthcoming.
Packit 1ac44c
Packit 1ac44c
2010.02.11 - GNU nano 2.2.3 "fumbling toward stability" is released.
Packit 1ac44c
             This release contains a fix for only one bug, but a
Packit 1ac44c
             rather irritating one: when paging up/down with smooth
Packit 1ac44c
             scrolling, the cursor position was not being preserved
Packit 1ac44c
             due to a bug in 2.2.2.  With such a targeted fix
Packit 1ac44c
             like this what could POSSIBLY go WRONG?  Hahaha.
Packit 1ac44c
             Enjoy and if you find new bugs, as always please
Packit 1ac44c
             use Savannah's bug tracker.
Packit 1ac44c
             http://savannah.gnu.org/bugs/?func=additem&group=nano
Packit 1ac44c
Packit 1ac44c
2010.01.17 - GNU nano 2.2.2 is released for you, you, you.  This
Packit 1ac44c
             release includes fixes for: crashes when writing
Packit 1ac44c
             backup files in certain conditions, improper
Packit 1ac44c
             screen centering when moving up/down in various
Packit 1ac44c
             combination of smooth scrolling and soft wrapping modes,
Packit 1ac44c
             a search crash on the armel arch, and issues with
Packit 1ac44c
             lots of keybinding customizations causing crashing
Packit 1ac44c
             particularly on FreeBSD.  Also included are better
Packit 1ac44c
             help menu entries for forward/back in the file browser,
Packit 1ac44c
             some man page tweaks and one assert fix.   As always,
Packit 1ac44c
             share and enjoy!
Packit 1ac44c
Packit 1ac44c
2009.12.12 - GNU nano 2.2.1 "DLR strikes back" is open for business.
Packit 1ac44c
             This release fixes many bugs, including: missing
Packit 1ac44c
             keybindings for page up/down and GotoDir in the browser,
Packit 1ac44c
             ^P/^N in the help menu, and restoration of M-W as the
Packit 1ac44c
             default re-search binding.  Other fixes include several
Packit 1ac44c
             issues with compiler warnings and configure options, and
Packit 1ac44c
             documentation updates, including the nano texinfo manual,
Packit 1ac44c
             nano and nanorc man pages, and UPGRADE file, and some
Packit 1ac44c
             missing syntax highlighting entries for the sample nanorc.
Packit 1ac44c
             And no release would be complete without the latest round
Packit 1ac44c
             of 'final' soft wrapping fixes!  Finally, nano will no
Packit 1ac44c
             longer print a warning when attempting to insert the
Packit 1ac44c
             contents of a read-only file into an existing buffer.
Packit 1ac44c
             Enjoy and Happy Hanukkah.
Packit 1ac44c
Packit 1ac44c
2009.11.30 - GNU nano 2.2.0 "Doc Brown" is released!  The culmination
Packit 1ac44c
             of almost two years of development and hot on the heels
Packit 1ac44c
             of nano's 10th birthday is available for all your
Packit 1ac44c
             editing needs!  Bugs fixed since the last release
Packit 1ac44c
             include several fixes for tiny mode (involving both
Packit 1ac44c
             the help keys and replace menu text), more 'final'
Packit 1ac44c
             fixes for soft wrapping, and several typo and documentation
Packit 1ac44c
             updates including nanorc tweaks and a new syntax
Packit 1ac44c
             highlighting file for makefiles.  Also included is a long
Packit 1ac44c
             standing fix for random crashing when using nanorc on
Packit 1ac44c
             FreeBSD, and nano will no longer clear the screen on
Packit 1ac44c
             suspend to maintain compatibility with other *nix editors.
Packit 1ac44c
             For those who haven't been playing along at home, please
Packit 1ac44c
             see the official web page for the summary of new
Packit 1ac44c
             features since 2.0.  Special thanks to all who have
Packit 1ac44c
             submitted bug reports recently in support of our new
Packit 1ac44c
             stable release, and apologies for all those bugs we
Packit 1ac44c
             didn't yet find :-) Peace to all.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2009.11.21 - GNU nano 2.1.99pre2 is available for a special pre-Black
Packit 1ac44c
             Friday discount.  Included are some (hopefully final)
Packit 1ac44c
             fixes for issues with last page display caused by the
Packit 1ac44c
             soft wrapping code, and a fix for a long standing issue
Packit 1ac44c
             with hitting the Home key when going through the search
Packit 1ac44c
             history.  On the features front, nano will now attempt to
Packit 1ac44c
             retain the proper ownership and permissions when trying
Packit 1ac44c
             to create a .save file due to receiving a signal.  Nano
Packit 1ac44c
             can now also unbind keys from one or more menus via the
Packit 1ac44c
             'unbind' keyword.  Finally, passing --fill or --nowrap on
Packit 1ac44c
             the command line will now override any related .nanorc
Packit 1ac44c
             entries.  Speak now or forever hold your bugs!
Packit 1ac44c
Packit 1ac44c
2009.11.15 - GNU nano 2.1.99pre1 "take a bow" is out there, man, it's
Packit 1ac44c
             out there all right.  This release contains mainly
Packit 1ac44c
             bugfixes, underscoring that we are preparing for the
Packit 1ac44c
             next stable series release.  Included are many fixes
Packit 1ac44c
             for the new soft wrapping code, compiler warning tweaks,
Packit 1ac44c
             and the modification time warning no longer triggers
Packit 1ac44c
             when saving a file as a new name.  Also include are
Packit 1ac44c
             some fixes for various nanorc options, and there are
Packit 1ac44c
             surely more bugs to find before we call the code base
Packit 1ac44c
             stable, so please keep those reports coming!
Packit 1ac44c
Packit 1ac44c
2009.09.14 - GNU nano 2.1.11 is on very thin ice, very thin ice, very
Packit 1ac44c
             thin ice.  This release includes two new features: first,
Packit 1ac44c
             nano will check whether the current file is writable when
Packit 1ac44c
             it is opened, and warn if it is not on the status bar.
Packit 1ac44c
             Secondly, a new soft-wrapping (AKA full-line display)
Packit 1ac44c
             option is available, which will attempt to fully display
Packit 1ac44c
             the contents of lines longer than the width of the screen
Packit 1ac44c
             without the usual truncation and a '$' symbol at the end
Packit 1ac44c
             of the line.  It can be enabled via Meta-$ inside the
Packit 1ac44c
             editor, via the -$ or --softwrap command-line flags,
Packit 1ac44c
             or "set softwrap" in your .nanorc).  As always, please
Packit 1ac44c
             report any bugs to the nano Savannah project page
Packit 1ac44c
             (http://savannah.gnu.org/bugs/?func=additem&group=nano)
Packit 1ac44c
             Remember: data loss happens, back up your files.
Packit 1ac44c
Packit 1ac44c
2009.07.28 - GNU nano 2.1.10 "Ellie" is released.  This version includes
Packit 1ac44c
             various fixes for portability including some older HP-UX
Packit 1ac44c
             compiler combos, various compiler warnings, and some crash
Packit 1ac44c
             fixes in the undo code.  On the topic of the latter item,
Packit 1ac44c
             the undo code is now marked as experimental since it can
Packit 1ac44c
             cause severe stability and memory issues, and thus now
Packit 1ac44c
             requires a flag (-u, --undo) in order to enable it.
Packit 1ac44c
             Please feel free to continue to test the undo code and
Packit 1ac44c
             thanks again for using nano for your text editing needs.
Packit 1ac44c
             Go team Nano!
Packit 1ac44c
Packit 1ac44c
2009.02.16 - GNU nano 2.1.9 wonders what all that glass is doing on the
Packit 1ac44c
             floor!  This release is primarily meant as a less buggy
Packit 1ac44c
             version of 2.1.8, particularly for issues with the new
Packit 1ac44c
             sped-up syntax highlighting code.  Other fixes include
Packit 1ac44c
             configure-time detection of groff HTML support before
Packit 1ac44c
             attempting to generate the HTML version of man pages,
Packit 1ac44c
             and using ~ or ~username syntax in .nanorc should now
Packit 1ac44c
             work again.  Also, nano will now only ask for one
Packit 1ac44c
             acknowledgement of errors it encounters when parsing
Packit 1ac44c
             nanorc files, and a new flag -q (--quiet) will silence
Packit 1ac44c
             these messages altogether.  Give it a go, and happy
Packit 1ac44c
             birthday lenny!
Packit 1ac44c
Packit 1ac44c
2009.02.07 - GNU nano 2.1.8 "unsafe at any speed" is released.  This
Packit 1ac44c
             release include some long overdue performance
Packit 1ac44c
             improvements in syntax color highlighting, the ability
Packit 1ac44c
             to abort running searches (useful mainly when
Packit 1ac44c
             editing very large files) and the ability to use nano
Packit 1ac44c
             like a pager for viewing standard input (i.e. "nano -").
Packit 1ac44c
             Additionally, there are gentoo syntax highlighting
Packit 1ac44c
             updates and fixes for issues with reading files
Packit 1ac44c
             in a directory with strange parent directory permissions.
Packit 1ac44c
             The key bindings code was also substantially changed
Packit 1ac44c
             in order to be more ISO-C compatible.  Be sure to use
Packit 1ac44c
             the Savannah page not only for bug reports but for any
Packit 1ac44c
             features you would like to see before the next stable
Packit 1ac44c
             series is released.  Have fun with it!
Packit 1ac44c
Packit 1ac44c
2008.11.10 - GNU nano 2.1.7 "Effingham" is ready to make good on those
Packit 1ac44c
             campaign promises of lower bug rates and 50% more pie.
Packit 1ac44c
             This release includes a new check for external
Packit 1ac44c
             modifications when saving a file, some code and
Packit 1ac44c
             documentation cleanups, and more bug fixes for
Packit 1ac44c
             the new undo code (but we continue to welcome
Packit 1ac44c
             your bug reports via the Savannah bug page at
Packit 1ac44c
             http://savannah.gnu.org/bugs/?func=additem&group=nano).
Packit 1ac44c
             Come get some.
Packit 1ac44c
Packit 1ac44c
2008.10.03 - GNU nano 2.1.6 was for new features before it was against
Packit 1ac44c
             them.  This release includes more undo capability,
Packit 1ac44c
             several new syntax highlighting configurations including
Packit 1ac44c
             Objective C, OCaml, and Fortran, and a new capability
Packit 1ac44c
             to activate highlighting based on the 1st line of the
Packit 1ac44c
             file being edited.  Also, the new default configure
Packit 1ac44c
             options now include color syntax highlighting, .nanorc
Packit 1ac44c
             support, multibuffer and extras.  These items can still
Packit 1ac44c
             be disabled and are not enabled with --enable-tiny.  Bug
Packit 1ac44c
             fixes include better signal handling under Cygwin, and
Packit 1ac44c
             that's about it.  Again please remember to
Packit 1ac44c
             submit bug reports via Savannah at
Packit 1ac44c
             http://savannah.gnu.org/bugs/?func=additem&group=nano
Packit 1ac44c
             as undo functions certainly need more testing.
Packit 1ac44c
             Bon appetit.
Packit 1ac44c
Packit 1ac44c
2008.08.30 - GNU nano 2.1.5 is ready to lead on day one.  This release
Packit 1ac44c
             contains a better fix for incorrectly reported successful
Packit 1ac44c
             writes on full filesystems, more helpful messages when
Packit 1ac44c
             an internal error occurs in the undo code, and fixes for
Packit 1ac44c
             various combinations of configure-time options and
Packit 1ac44c
             compiler flags.  Also included is new support for
Packit 1ac44c
             changing the rc file name at configure time, and using
Packit 1ac44c
             GNU-style regexes for word-boundaries on systems which
Packit 1ac44c
             do not support them natively, as well as the ever popular
Packit 1ac44c
             translation updates.  Rock the tarball.
Packit 1ac44c
Packit 1ac44c
2008.08.09 - GNU nano 2.1.4 "I told you so!" is released.  This release
Packit 1ac44c
             includes fixes for several severe issues with the new
Packit 1ac44c
             undo/redo code.  Also the behavior of writing files when
Packit 1ac44c
             using backup mode has changed as well: if writing the
Packit 1ac44c
             backup file fails, nano will not attempt to write the
Packit 1ac44c
             current file.  This should help folks who enjoy "extreme
Packit 1ac44c
             text editing", i.e. editing files on file systems which
Packit 1ac44c
             are likely to run out of space; see Savannah bug #24000.
Packit 1ac44c
             Have fun with it!
Packit 1ac44c
Packit 1ac44c
2008.08.04 - GNU nano 2.1.3 "least stable version ever" is released.  This
Packit 1ac44c
             release includes new (and experimental) undo and redo
Packit 1ac44c
             functionality for most text operations.  The default
Packit 1ac44c
             key bindings are Meta-U for undo and Meta-E for redo, but
Packit 1ac44c
             these can be remapped using the new 2.1 keybinding code.
Packit 1ac44c
             Also included are some fixes for configuring using wide
Packit 1ac44c
             curses, crashing when invoking the help menu with
Packit 1ac44c
             certain locales, and not saving the search history when
Packit 1ac44c
             compiled with configure options.
Packit 1ac44c
Packit 1ac44c
2008.04.24 - GNU nano 2.1.2 "New York City" is released.  This release
Packit 1ac44c
             contains fixes for binding bad keys, some
Packit 1ac44c
             configure-specific compilation failures, and more issues
Packit 1ac44c
             with the new input back end and in particular the status
Packit 1ac44c
             bar.  Also fixed are some long standing issues with
Packit 1ac44c
             compiling on AIX, and a segfault when making the terminal
Packit 1ac44c
             window too small.  Rest in Peace Tim and George!
Packit 1ac44c
Packit 1ac44c
2008.04.01 - GNU nano 2.1.1 won't get fooled again.  This release contains
Packit 1ac44c
             fixes for the new user-rebindable keys (in particular
Packit 1ac44c
             bracket match which was mis-bound), and various
Packit 1ac44c
             problems with translations and configure-related
Packit 1ac44c
             compilation problems are now fixed as well.
Packit 1ac44c
             It also contains new syntax highlighting
Packit 1ac44c
             definitions for TCL, PHP, Gentoo and Debian-related
Packit 1ac44c
             files, and some documentation updates as well.
Packit 1ac44c
             Please continue to send reports with the key
Packit 1ac44c
             binding code to the Savannah page
Packit 1ac44c
             (https://savannah.gnu.org/bugs/?group=nano).
Packit 1ac44c
Packit 1ac44c
2008.03.18 - GNU nano 2.1.0 "under old mismanagement" is released.
Packit 1ac44c
             This first release in the 2.1 development series
Packit 1ac44c
             introduces rebindable keys for most actions inside
Packit 1ac44c
             the editor.  Please see the nanorc(5) page for
Packit 1ac44c
             more information on configuring key bindings.  Please
Packit 1ac44c
             also report all keybinding bugs (crashes, missing
Packit 1ac44c
             menu functions) using the Savannah bug tracker URL,
Packit 1ac44c
             https://savannah.gnu.org/bugs/?group=nano and
Packit 1ac44c
             thanks for sticking with us!
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2007.12.20 - GNU nano 2.0.7 keeps its balance.  This release fixes
Packit 1ac44c
             several bugs, among others: a segfault and several
Packit 1ac44c
             cursor positioning problems when uncutting text or
Packit 1ac44c
             inserting files into the current buffer; a problem where
Packit 1ac44c
             the total number of characters would be miscalculated
Packit 1ac44c
             when replacing single-byte characters with multibyte
Packit 1ac44c
             ones; several minor issues with the statusbar prompt
Packit 1ac44c
             involving text display and mouse support; and several
Packit 1ac44c
             oddities when tab-completing in the middle of a line.
Packit 1ac44c
             It also improves autodetection of DOS and Mac format
Packit 1ac44c
             files, properly supports the mouse wheel when using a
Packit 1ac44c
             version of ncurses built with the --enable-ext-mouse
Packit 1ac44c
             option, fixes some problems under NetBSD curses, adds a
Packit 1ac44c
             lot of translation updates, and adds more minor
Packit 1ac44c
             documentation updates.  Slang curses emulation support
Packit 1ac44c
             has also been changed to turn off all the options that
Packit 1ac44c
             --enable-tiny does, as it's hopelessly broken otherwise.
Packit 1ac44c
             Finally, nano is now licensed under the GNU GPL version
Packit 1ac44c
             3 or later, and its documentation is now dual-licensed
Packit 1ac44c
             under the GNU GPL version 3 or later and the GNU FDL
Packit 1ac44c
             version 1.2 or later.  Have fun.
Packit 1ac44c
Packit 1ac44c
2007.04.26 - GNU nano 2.0.6 "that was quick" is released.  This release
Packit 1ac44c
             fixes a potential segfault after justifying text marked
Packit 1ac44c
             from the bottom up.  It also adds one more minor
Packit 1ac44c
             documentation update.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2007.04.22 - GNU nano 2.0.5 braces for impact.  Among other things, this
Packit 1ac44c
             release fixes various problems (including a segfault)
Packit 1ac44c
             when trying to open or save a file in a directory
Packit 1ac44c
             beginning with "~" that isn't a home directory; fixes a
Packit 1ac44c
             problem where a file with no name could be saved over an
Packit 1ac44c
             existing filename with no warning about overwriting it;
Packit 1ac44c
             properly disallows opening directories or device files
Packit 1ac44c
             from "include" commands in nanorc files; no longer
Packit 1ac44c
             displays a misleading prompt when trying to save in
Packit 1ac44c
             restricted mode with the mark on; and properly supports
Packit 1ac44c
             the Cancel and Shift-Cancel keys.  It also improves
Packit 1ac44c
             several color syntaxes to highlight trailing whitespace,
Packit 1ac44c
             just as the Java syntax does, and adds yet more minor
Packit 1ac44c
             documentation updates.  Have fun.
Packit 1ac44c
Packit 1ac44c
2007.04.06 - GNU nano 2.0.4 heralds the dawn.  This release contains
Packit 1ac44c
             proper support for the Ctrl-[arrow key], Shift-[arrow
Packit 1ac44c
             key], and F13-F16 keys under Xfce's Terminal.  It also
Packit 1ac44c
             adds still more minor documentation updates.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2007.01.29 - GNU nano 2.0.3 flows toward its ending.  This release
Packit 1ac44c
             contains several minor optimizations to make the
Packit 1ac44c
             executable a little smaller under some circumstances,
Packit 1ac44c
             some translation updates, improvements to the color
Packit 1ac44c
             syntax for Python, and still more minor documentation
Packit 1ac44c
             updates.  Have fun.
Packit 1ac44c
Packit 1ac44c
2006.12.20 - GNU nano 2.0.2 forges ahead.  This release fixes a segfault
Packit 1ac44c
             when trying to save in a nonexistent directory; fixes
Packit 1ac44c
             handling of strings containing nulls at the "Write File",
Packit 1ac44c
             "Insert File", "Execute Command", and "Go to Directory"
Packit 1ac44c
             prompts; fixes several minor memory leaks; fixes two
Packit 1ac44c
             more potential compilation warnings; adds a few
Packit 1ac44c
             translation updates; and adds a few more minor
Packit 1ac44c
             documentation updates.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2006.11.20 - GNU nano 2.0.1 emerges from its cocoon.  This release
Packit 1ac44c
             contains several bugfixes: saving one file over another
Packit 1ac44c
             will now always warn about overwriting it, overwriting
Packit 1ac44c
             a file is no longer possible when saving a new file in
Packit 1ac44c
             restricted mode, and zero-length Unicode characters are
Packit 1ac44c
             now highlighted properly when nano is built without
Packit 1ac44c
             regular expression support.  It also adds several minor
Packit 1ac44c
             documentation updates.  Have fun with it.
Packit 1ac44c
Packit 1ac44c
2006.11.06 - GNU nano 2.0.0 does its little dance.  This release adds
Packit 1ac44c
             documentation updates and a few cosmetic tweaks.
Packit 1ac44c
                 For those who haven't been following nano 1.3
Packit 1ac44c
             development, there are a ton of new features, including
Packit 1ac44c
             support for UTF-8, moving to a specified line and column
Packit 1ac44c
             instead of just a line, improved color syntax
Packit 1ac44c
             highlighting, inserting previously untypeable characters
Packit 1ac44c
             using "Verbatim Input" mode, and copying text into the
Packit 1ac44c
             cutbuffer without cutting it.  There are also fixes for
Packit 1ac44c
             some long-standing bugs, such as the "NumLock glitch"
Packit 1ac44c
             from nano 1.2.x, and the inability to unjustify text
Packit 1ac44c
             after resizing.  Finally, there are also a ton of
Packit 1ac44c
             translation updates and new translations, as well as new
Packit 1ac44c
             color syntaxes.  See the UPGRADE file for more
Packit 1ac44c
             information, and enjoy the new stable release.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2006.10.25 - GNU nano 1.9.99pre3 learns to appreciate life.  This
Packit 1ac44c
             release fixes a bug where the screen sometimes wouldn't
Packit 1ac44c
             be updated properly after copying text into the
Packit 1ac44c
             cutbuffer, fixes a potential warning while compiling,
Packit 1ac44c
             and fixes a few other minor inconsistencies.  Have fun.
Packit 1ac44c
Packit 1ac44c
2006.10.02 - GNU nano 1.9.99pre2 crosses the threshold.  This release
Packit 1ac44c
             fixes a few more bugs: cursor positioning after leaving
Packit 1ac44c
             the statusbar prompt has been fixed, and verbatim input
Packit 1ac44c
             at the statusbar prompt now properly handles newlines.
Packit 1ac44c
             Enjoy.
Packit 1ac44c
Packit 1ac44c
2006.08.29 - GNU nano 1.9.99pre1 passes through the flames.  This
Packit 1ac44c
             release fixes various bugs in the last version: the
Packit 1ac44c
             mouse support properly ignores everything except clicks
Packit 1ac44c
             of the left mouse button; the statusbar is now blanked
Packit 1ac44c
             properly when it should be; indenting and unindenting
Packit 1ac44c
             operate on the current line when the mark is off; nano
Packit 1ac44c
             should build on Tru64, NetBSD, and other systems that
Packit 1ac44c
             use termcap instead of terminfo in their curses
Packit 1ac44c
             libraries; the built-in file browser now properly
Packit 1ac44c
             navigates file lists that take up only one row; the
Packit 1ac44c
             cursor position is now completely restored after
Packit 1ac44c
             inserting a file into the current buffer, and after
Packit 1ac44c
             inserting the output of a command into a new buffer; the
Packit 1ac44c
             ^X shortcut at the search prompt has been removed, as
Packit 1ac44c
             official Pico doesn't include it and it's too easily
Packit 1ac44c
             confused with Exit; the screen is updated properly after
Packit 1ac44c
             scrolling a line without moving the cursor; the keyboard
Packit 1ac44c
             input routines behave more consistently; and so on.
Packit 1ac44c
             Have fun with it.
Packit 1ac44c
Packit 1ac44c
2006.06.26 - GNU nano 1.3.12 escapes the darkness.  This release
Packit 1ac44c
             contains the last new features that nano will have
Packit 1ac44c
             before 2.0: copying text into the cutbuffer without
Packit 1ac44c
             cutting it, indenting lines of marked text with a single
Packit 1ac44c
             keystroke, reworked help text that should be easier for
Packit 1ac44c
             new users, searching for filenames in the file browser,
Packit 1ac44c
             the ability to include color regexes in files separate
Packit 1ac44c
             from nanorc files, etc.  It also contains many bugfixes.
Packit 1ac44c
             Text can now be unjustified after justifying it and
Packit 1ac44c
             resizing the window; the screen is now cleared when
Packit 1ac44c
             suspending; the "default" color syntax is now handled
Packit 1ac44c
             properly at all times; lines of text containing tabs are
Packit 1ac44c
             now wrapped at the right place; double-column characters
Packit 1ac44c
             are now properly displayed when past the right edge of
Packit 1ac44c
             the screen; invalid multiline color regexes are now
Packit 1ac44c
             ignored; and so on.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2006.03.30 - GNU nano 1.3.11 awakens from its fever dream.  This release
Packit 1ac44c
             focuses mostly on bugfixes, which include better
Packit 1ac44c
             handling of the cursor at the statusbar prompt, support
Packit 1ac44c
             for certain combinations of Shift and keypad keys in
Packit 1ac44c
             both normal and --rebindkeypad mode, a fix for a minor
Packit 1ac44c
             display problem after some searches, a real fix for a
Packit 1ac44c
             long-standing segfault when displaying overly long
Packit 1ac44c
             lines, and a real fix for nano's not hanging up properly
Packit 1ac44c
             in xterm under certain circumstances.  There are also
Packit 1ac44c
             several new features, such as the ability to set the
Packit 1ac44c
             characters used as brackets when searching for matching
Packit 1ac44c
             brackets, and tab completion of directories at the "Go
Packit 1ac44c
             To Directory" prompt.  Have fun.
Packit 1ac44c
Packit 1ac44c
2005.12.23 - GNU nano 1.3.10 rises to the surface.  This release
Packit 1ac44c
             contains several new features as well as fixes for
Packit 1ac44c
             several longstanding bugs.  The former include the
Packit 1ac44c
             ability to scroll up or down single lines without
Packit 1ac44c
             scrolling the cursor, reworked bracket searching code
Packit 1ac44c
             that doesn't require regular expression support,
Packit 1ac44c
             reworked command execution code that uses $SHELL if
Packit 1ac44c
             available instead of hardcoding "/bin/sh", and the
Packit 1ac44c
             ability to no longer add newlines to files that don't
Packit 1ac44c
             end in them via the -L/--nonewlines option.  The latter
Packit 1ac44c
             include fixes to the statusbar prompt so that mouse
Packit 1ac44c
             clicks work properly on it, fixes to the Yes/No/All
Packit 1ac44c
             prompt so that mouse clicks on it work properly when
Packit 1ac44c
             -O/--morespace is used, and fixes to the resize handling
Packit 1ac44c
             so that nano dies properly when the terminal is too
Packit 1ac44c
             small to display a prompt.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2005.10.23 - GNU nano 1.3.9 breaks through the wall.  This release
Packit 1ac44c
             includes major enhancements as well as bugfixes.  The
Packit 1ac44c
             enhancements include better handling of invalid UTF-8,
Packit 1ac44c
             expansion of the word count option to also count lines
Packit 1ac44c
             and characters in the file or selection, more efficient
Packit 1ac44c
             screen update routines, a readded -K/--rebindkeypad
Packit 1ac44c
             option to work around numeric keypad problems on
Packit 1ac44c
             terminals that don't show the usual NumLock glitch, a
Packit 1ac44c
             new -W/--wordbounds option to properly detect words
Packit 1ac44c
             containing punctuation when moving among them, and
Packit 1ac44c
             massive improvements to the color code such as handling
Packit 1ac44c
             of unspecified foreground colors, more efficient memory
Packit 1ac44c
             usage for color regexes, and new reserved syntaxes
Packit 1ac44c
             "default" and "none".  The bugfixes include fixes for
Packit 1ac44c
             the rewritten history code, fixes for potential line
Packit 1ac44c
             numbering problems on 64-bit platforms, fixes for a few
Packit 1ac44c
             long-standing minor display problems, a fix for erroneous
Packit 1ac44c
             hangups occurring while waiting for input, and a fix for
Packit 1ac44c
             a segfault when displaying certain overly long lines.
Packit 1ac44c
             Have fun with it.
Packit 1ac44c
Packit 1ac44c
2005.06.30 - GNU nano 1.3.8 floats at its own level.  This release
Packit 1ac44c
             contains several new features.  Among other things, you
Packit 1ac44c
             can now move to a specified column number as well as
Packit 1ac44c
             line number within a file, file backups saved in a
Packit 1ac44c
             backup directory will have unique names, the search and
Packit 1ac44c
             replace history routines should work more consistently,
Packit 1ac44c
             you can get a word count by pressing Meta-D at the edit
Packit 1ac44c
             window, and there's a new -E/--tabstospaces option to
Packit 1ac44c
             convert all typed tabs to spaces (--backupdir's short
Packit 1ac44c
             option has been changed to -C).  In terms of bugfixes,
Packit 1ac44c
             this release contains fixes for minor problems with
Packit 1ac44c
             screen updates, UTF-8 display, and flow control; a fix
Packit 1ac44c
             for a segfault when displaying some lines ending with
Packit 1ac44c
             tabs; better handling of constant cursor position
Packit 1ac44c
             display; improved color parsing in the rcfile; and
Packit 1ac44c
             support for the "Regexp" toggle in tiny mode
Packit 1ac44c
             (-R/--regexp is gone, and --restricted's short option
Packit 1ac44c
             has been changed to -R), among other things.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2005.04.10 - GNU nano 1.3.7 claws its way to the top.  This release
Packit 1ac44c
             mostly contains bugfixes for the massive amount of new
Packit 1ac44c
             code in 1.3.6.  Among other things, nano builds with
Packit 1ac44c
             debug support again; going into the help browser at the
Packit 1ac44c
             "Read File" prompt no longer kicks you out of the prompt
Packit 1ac44c
             after you exit the help browser; paragraph searching no
Packit 1ac44c
             longer skips over certain cases of single-line
Packit 1ac44c
             paragraphs; the titlebar no longer cuts off some UTF-8
Packit 1ac44c
             strings prematurely; and the text displayed in the help
Packit 1ac44c
             browser is now wrapped as it was in nano 1.2.x, taking
Packit 1ac44c
             UTF-8 support into account.  New features include an
Packit 1ac44c
             --enable/disable-utf8 configure option to explicitly
Packit 1ac44c
             turn detection of UTF-8 support on or off, and sample
Packit 1ac44c
             regexes for C++ as well as C.  Have fun.
Packit 1ac44c
Packit 1ac44c
2005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
Packit 1ac44c
             This release finally includes the long-awaited support
Packit 1ac44c
             for UTF-8.  Other new features include the ability to
Packit 1ac44c
             insert UTF-8 characters using verbatim input; the
Packit 1ac44c
             ability to delete all text from the cursor position to
Packit 1ac44c
             the end of the file via ^W^X as (patched) Pico does;
Packit 1ac44c
             improvements to input and output so that pasted text
Packit 1ac44c
             displays faster, improvements to the statusbar prompt so
Packit 1ac44c
             that more edit window shortcuts, including verbatim
Packit 1ac44c
             input and previous/next word search, work in it; a new
Packit 1ac44c
             option to allow using the formerly always-blank second
Packit 1ac44c
             line of the screen as part of the edit window; and the
Packit 1ac44c
             ability to refresh the help browser and file browser
Packit 1ac44c
             windows via Ctrl-L.  Notable bug fixes include a fix for
Packit 1ac44c
             a segfault when using full justify, and a fix for the
Packit 1ac44c
             long-standing bug where nano would keep running if the
Packit 1ac44c
             terminal it was in died unexpectedly.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2004.11.22 - GNU nano 1.3.5 hurls itself forward.  New features in this
Packit 1ac44c
             release include the ability to replace only marked text
Packit 1ac44c
             when the mark is on, improvements to smooth scrolling so
Packit 1ac44c
             that it applies everywhere instead of just affecting the
Packit 1ac44c
             movement keys, improvements to how files are opened so
Packit 1ac44c
             that they are no longer displayed unnecessarily, support
Packit 1ac44c
             for multiple +LINE arguments in addition to multiple
Packit 1ac44c
             filenames on the command line, autodetection of the
Packit 1ac44c
             format to save a file in based on the format it was in
Packit 1ac44c
             when it was opened, the ability to toggle both ways
Packit 1ac44c
             between the "Read File" and "Execute Command" prompts
Packit 1ac44c
             and the "Search" and "Go to Line" prompts, and support
Packit 1ac44c
             for cross-compiling nano.  As for bug fixes, the
Packit 1ac44c
             "tabsize" nanorc option works again, mouse clicks on the
Packit 1ac44c
             shortcut list trigger the right shortcuts again,
Packit 1ac44c
             tab-completing a filename with %'s in it no longer
Packit 1ac44c
             causes a segfault, the internal spell checker no longer
Packit 1ac44c
             skips words after the cursor position when the cursor is
Packit 1ac44c
             in the middle of the file, and spell checking of only
Packit 1ac44c
             marked text now works properly.  Have fun with it.
Packit 1ac44c
Packit 1ac44c
2004.08.17 - GNU nano 1.3.4 marches forth after a false start.  This
Packit 1ac44c
             release mainly features fixes for the bugs that crept
Packit 1ac44c
             into the last release.  Among other things, nano now
Packit 1ac44c
             compiles again with certain options, quoted justify now
Packit 1ac44c
             works properly on systems without regex.h, full justify
Packit 1ac44c
             no longer segfaults when used on a file with no
Packit 1ac44c
             paragraphs, previous paragraph searching works properly
Packit 1ac44c
             again, tab completion is properly disabled when needed
Packit 1ac44c
             in restricted mode, Ctrl-C is no longer disabled after
Packit 1ac44c
             using the alternate spell checker, the permissions of a
Packit 1ac44c
             newly created file now match those of nano 1.2.x again,
Packit 1ac44c
             and replacing all text in a file now properly updates
Packit 1ac44c
             the screen in all cases.  New features include sample
Packit 1ac44c
             regexes for patch files, improvements to the sample
Packit 1ac44c
             regexes for C files, and support for strings greater
Packit 1ac44c
             than 1023 characters and/or containing nulls in
Packit 1ac44c
             .nano_history.  Additionally, the full justify keystroke
Packit 1ac44c
             has been changed to match current Pico, and whitespace
Packit 1ac44c
             display mode is now turned off by default.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2004.06.28 - GNU nano 1.3.3 marches forth.  There are several new
Packit 1ac44c
             features in this release, including a restricted mode
Packit 1ac44c
             that provides better security than just setting an
Packit 1ac44c
             operating directory, the ability to justify the entire
Packit 1ac44c
             file at once, support for a "smart" Home key that can
Packit 1ac44c
             leap from the beginning of text on a line to the true
Packit 1ac44c
             beginning of the line (or the reverse) in one stroke,
Packit 1ac44c
             support for specifying an alternative spell checker in
Packit 1ac44c
             $SPELL, the ability to specify the characters used to
Packit 1ac44c
             display spaces and tabs so that they can easily be told
Packit 1ac44c
             apart, and the ability to specify the characters marking
Packit 1ac44c
             the ends of sentences as used in justification.  There
Packit 1ac44c
             are also several bug fixes; among other things,
Packit 1ac44c
             justification now keeps spaces at the ends of all but
Packit 1ac44c
             the last line of a paragraph as Pico does, saving a
Packit 1ac44c
             marked selection no longer changes the current filename
Packit 1ac44c
             to the filename the selection was saved under, resizing
Packit 1ac44c
             now works better and no longer corrupts the screen under
Packit 1ac44c
             slang, and the movement functions now avoid doing
Packit 1ac44c
             unnecessary redraws and hence work faster.  In short,
Packit 1ac44c
             there are a lot of new things to play with.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2004.03.31 - GNU nano 1.3.2 is prepared for the void.  New features in
Packit 1ac44c
             this release include the ability to spell-check only
Packit 1ac44c
             marked text and the ability to save all backup files in
Packit 1ac44c
             a specified directory instead of wherever the original
Packit 1ac44c
             files are.  Bug fixes include a fix for a segfault when
Packit 1ac44c
             replacing certain regular expressions, fixes for some
Packit 1ac44c
             misbehavior when doing searches, minor fixes to verbatim
Packit 1ac44c
             input mode and keyboard input in general, better
Packit 1ac44c
             handling of window resizes at certain times, and
Packit 1ac44c
             allowing the mark to be saved properly again when
Packit 1ac44c
             switching between multiple file buffers.  nano has also
Packit 1ac44c
             been ported to the Tandem NonStop Kernel.  Have fun.
Packit 1ac44c
Packit 1ac44c
2004.01.09 - GNU nano 1.3.1 is outside the gates.  This release
Packit 1ac44c
             features, among other things, fixes for the input
Packit 1ac44c
             routines to deal with some problems they had, a
Packit 1ac44c
             reorganized shortcut list for the help browser, minor
Packit 1ac44c
             Pico compatibility improvements for the file browser,
Packit 1ac44c
             fixes for misbehavior when replacing certain regular
Packit 1ac44c
             expressions, and the ability to highlight those regular
Packit 1ac44c
             expressions properly.  It also allows searching without
Packit 1ac44c
             prompting to work in view mode, adds support for glib
Packit 1ac44c
             2.x for those systems that need it, updates the .spec
Packit 1ac44c
             file for the 1.3 branch, prompts you first when you try
Packit 1ac44c
             to save a file under a different name, and adds a new
Packit 1ac44c
             verbatim input mode that acts as ^V does under vi, but
Packit 1ac44c
             with additional Pico compatibility (explained in the
Packit 1ac44c
             FAQ).  Basically, a bunch of fixes and a few new
Packit 1ac44c
             features for your editor of choice.  Enjoy.
Packit 1ac44c
Packit 1ac44c
2003.10.22 - GNU nano 1.3.0 is loosed upon the world.  This is the first
Packit 1ac44c
             release in the unstable 1.3.x series, and as such it
Packit 1ac44c
             includes a lot of new features, including the addition
Packit 1ac44c
             of a -d option for those FreeBSD users with Backspace
Packit 1ac44c
             keys that act like Delete keys, the ability to repeat
Packit 1ac44c
             the last search without prompting, the ability to search
Packit 1ac44c
             for the beginning or end of a paragraph, new smooth
Packit 1ac44c
             paging routines to go with the smooth scrolling
Packit 1ac44c
             routines, and various improvements to the input and
Packit 1ac44c
             display routines to make them behave more intuitively.
Packit 1ac44c
             It also includes the usual load of bugfixes.  Enjoy.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2003.08.11 - GNU nano 1.2.2 is released, only four months since the
Packit 1ac44c
             last version :-).  This release includes fixes for
Packit 1ac44c
             broken regex detection, search history recall, and
Packit 1ac44c
             keypad handling with -K.  Debugging strings are no
Packit 1ac44c
             longer translated and comments denote where translations
Packit 1ac44c
             should be as short as possible (i.e. the statusbar).
Packit 1ac44c
             There are new examples for syntax highlighting, and
Packit 1ac44c
             documentation updates and fixes.  The 1.3.0 CVS tree
Packit 1ac44c
             will be opening soon for all your nano desires, so stay
Packit 1ac44c
             tuned!
Packit 1ac44c
Packit 1ac44c
2003.04.19 - Happy Easter! GNU nano 1.2.1 is released.  This release
Packit 1ac44c
             features a new check for broken regexec()
Packit 1ac44c
             implementations and some variable, function and macro
Packit 1ac44c
             cleanups.  Fixes are included for search history,
Packit 1ac44c
             cutting marked text, alt keyboard mode, and the usual
Packit 1ac44c
             translation and documentation updates.
Packit 1ac44c
Packit 1ac44c
2003.02.19 - GNU nano 1.2.0 is released.  Few changes from pre3, just
Packit 1ac44c
             some doc and translation updates, and bugfixes for
Packit 1ac44c
             justify and file conversion.  For those of you who
Packit 1ac44c
             haven't kept up with the 1.1 unstable series, v1.2
Packit 1ac44c
             brings nanorc support, color syntax highlighting,
Packit 1ac44c
             multiple file buffers, search/replace history and much
Packit 1ac44c
             much more.  Please read the UPGRADE file for details,
Packit 1ac44c
             and enjoy GNU nano 1.2.0.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
Packit 1ac44c
             really!" is released.  This release includes fixes for
Packit 1ac44c
             wrapping (again), resizing, color syntax highlighting,
Packit 1ac44c
             rcfile parsing, the mouse code, more memory leaks, and
Packit 1ac44c
             some reversion of the code to get the user's home
Packit 1ac44c
             directory (nano will now again rely on $HOME).  There
Packit 1ac44c
             are also translation updates, a new manual page for the
Packit 1ac44c
             nanorc file, and an UPGRADE file detailing the changes
Packit 1ac44c
             since version 1.0.  Please submit reports for any bugs
Packit 1ac44c
             you might find to the development team
Packit 1ac44c
             (nano-devel@gnu.org), and enjoy nano almost-1.2.0 ;-)
Packit 1ac44c
Packit 1ac44c
2003.02.03 - GNU nano 1.1.99pre2 "bugs in my pockets, bugs in my
Packit 1ac44c
             shoes" is released.  There are, not surprisingly, only
Packit 1ac44c
             bugfixes in this release as we move toward the stable
Packit 1ac44c
             1.2.0 release.  Fixes are included for translatable
Packit 1ac44c
             string format, subexpression replacement, constant
Packit 1ac44c
             cursor position, invalid search regexes, justify, screen
Packit 1ac44c
             state on SIGHUP and SIGTERM, cutting to end cuts with
Packit 1ac44c
             long lines, many file browser and operating directory
Packit 1ac44c
             bugs, memory and file descriptor leaks, marker code,
Packit 1ac44c
             spell checker, the mouse code with long lines, multiple
Packit 1ac44c
             buffers and non-file open errors, replacement string
Packit 1ac44c
             length, and a silly but serious history message crash.
Packit 1ac44c
             There is also a drastic improvement in CPU utilization
Packit 1ac44c
             for the color regex code.
Packit 1ac44c
                 Depending on the number of bugs found in this
Packit 1ac44c
             release, there may be a 1.1.99pre3 or RC1, or just a
Packit 1ac44c
             1.2.0 release.  Most of the major bugs seem to have been
Packit 1ac44c
             worked out, so if you are waiting for a good time to
Packit 1ac44c
             test nano before the official 1.2.0 release, this would
Packit 1ac44c
             be the one to use.  Happy bug hunting!
Packit 1ac44c
Packit 1ac44c
2003.01.17 - GNU nano 1.1.99pre1 "enough already" has been released.
Packit 1ac44c
             This release is, barring bug fixes and documentation
Packit 1ac44c
             updates, what version 1.2.0 has looked like, feature
Packit 1ac44c
             wise.  There will very likely be bugs, just due the
Packit 1ac44c
             volume of changes made in this release.  Search and
Packit 1ac44c
             replace string history has been added, including an
Packit 1ac44c
             option to log history to ~/.nano_history (-H,
Packit 1ac44c
             --historylog).  Because of this, the Pico incompatible
Packit 1ac44c
             search/replace string behavior that used to be the
Packit 1ac44c
             default has been deleted.  The old "pico" flag (-p) is
Packit 1ac44c
             now compatible with Pico's "preserve" mode for allowing
Packit 1ac44c
             flow control characters; by default this version ignores
Packit 1ac44c
             both ^Q and ^S.  The --disable-wrapping-as-root
Packit 1ac44c
             configure option has been forward ported from version
Packit 1ac44c
             1.0.x, and a new flag to enable all extra options
Packit 1ac44c
             (--enable-all) has been added.  The internal spell
Packit 1ac44c
             checker has been improved, meaning you will now be
Packit 1ac44c
             prompted only once for each unique capitalization of a
Packit 1ac44c
             given word.
Packit 1ac44c
                 There have also been lots of bug fixes,
Packit 1ac44c
             including the "trying to insert a directory name in
Packit 1ac44c
             multibuffer mode bug", the ugly spell checker scrolling,
Packit 1ac44c
             the color code, cutting text crashes, justification,
Packit 1ac44c
             deleting the "magic line" via replace, and cursor
Packit 1ac44c
             positioning on the statusbar.  There have also been the
Packit 1ac44c
             usual helping of translation and documentation updates.
Packit 1ac44c
                 Please send all new feedback on this release
Packit 1ac44c
             direct to the development list (nano-devel@gnu.org).
Packit 1ac44c
Packit 1ac44c
2002.10.24 - GNU nano 1.1.12 "Make Jordi happy" is released.  This
Packit 1ac44c
             release demonstrates that nano is starting to freeze for
Packit 1ac44c
             version 1.2.  New features include a Meta-Y toggle for
Packit 1ac44c
             syntax highlighting, pluralized i18n, and a handler for
Packit 1ac44c
             SIGTERM.  Nano now ignores XOFF (^S) to stop accidental
Packit 1ac44c
             lock-ups, and no longer references malloc.h.
Packit 1ac44c
                 Also included are fixes for zero-length regex
Packit 1ac44c
             matches, segfaults with --disable-mouse, justification,
Packit 1ac44c
             memory corruption with the browser, version and help
Packit 1ac44c
             cmdline output, and translation updates.  Aside from the
Packit 1ac44c
             (currently up in the air) search history behavior, the
Packit 1ac44c
             next version of nano should be 1.1.99pre1.  Have fun!
Packit 1ac44c
Packit 1ac44c
2002.10.01 - GNU nano 1.1.11 "Oddball" is released.  This release
Packit 1ac44c
             features a new version of gettext, a new and improved
Packit 1ac44c
             syntax highlighting engine, and some updates for the
Packit 1ac44c
             nanorc.sample file.  The toggles for case sensitivity
Packit 1ac44c
             (Meta-C) and regular expressions (Meta-R) have changed
Packit 1ac44c
             in the search and replace prompts, multibuffer status is
Packit 1ac44c
             now displayed and can be toggled from the insert file
Packit 1ac44c
             menu, and some wrapping behavior that changed in 1.1.10
Packit 1ac44c
             has reverted.  The --enable-color warning was also made
Packit 1ac44c
             less severe, as the color syntax code has improved, and
Packit 1ac44c
             nano now uses extended regexes in the .nanorc file.
Packit 1ac44c
                 Also included are fixes for various memory
Packit 1ac44c
             leaks, the operating directory option, username tab
Packit 1ac44c
             completion, the page_up and down arrow, go to previous
Packit 1ac44c
             word and next word, nanorc parser and line wrapping
Packit 1ac44c
             code.  Have fun!
Packit 1ac44c
Packit 1ac44c
2002.07.25 - At long last!  GNU nano 1.1.10 "What didn't we break?" is
Packit 1ac44c
             released.  This version of GNU nano features version
Packit 1ac44c
             0.11.2 of gettext, building with automake 1.6, some new
Packit 1ac44c
             code for displaying control characters, browser
Packit 1ac44c
             improvements, a new backup file option (-B, --backup), a
Packit 1ac44c
             new option to ignore rc files (-I, --ignorercfiles),
Packit 1ac44c
             compatibility with -pedantic, handling null characters
Packit 1ac44c
             before EOF, a slightly sportier nanorc.sample and more.
Packit 1ac44c
                 Fixes are included for justification,
Packit 1ac44c
             the reading and writing file routines, resizing and fill
Packit 1ac44c
             length, millions of memory leaks, the usage screen was
Packit 1ac44c
             updated, and the --quotestr and --regexp really work
Packit 1ac44c
             now ;-)  Enjoy :)
Packit 1ac44c
Packit 1ac44c
2002.05.12 - GNU nano 1.1.9 is released, happy Mother's Day!  This
Packit 1ac44c
             release includes many new features, including a prepend
Packit 1ac44c
             mode (^O,M-P), a new "syntax" command in the .nanorc to
Packit 1ac44c
             allow multiple syntax highlighting types, and a new -Y,
Packit 1ac44c
             --syntax flag to set a specific one if there's no
Packit 1ac44c
             filename regex to match it against (i.e. w/mutt).  The
Packit 1ac44c
             ^space and M-space keys will now show up in the help
Packit 1ac44c
             menu, which itself has been tweaked a bit, and many more
Packit 1ac44c
             configure options should now cooperate (like the odd
Packit 1ac44c
             pairing of --enable-tiny and --enable-multibuffer).  The
Packit 1ac44c
             marker should now work when using multiple buffers, and
Packit 1ac44c
             the huge memory leak in color syntax highlighting has
Packit 1ac44c
             been fixed.  A lot of new stuff for everyone's favorite
Packit 1ac44c
             text editor ;)  Have fun!
Packit 1ac44c
Packit 1ac44c
2002.03.30 - GNU nano 1.1.8 is released.  New features include an
Packit 1ac44c
             "Insert Output of External Command", ^R^X, and a .spec
Packit 1ac44c
             file is now included in the distribution.  There are
Packit 1ac44c
             cleanups in the usage code, fixes for regex parsing, the
Packit 1ac44c
             file browser, the NO_CONVERT auto-detect, indented
Packit 1ac44c
             justification, the internal spell checker, and a serious
Packit 1ac44c
             bug where reading a file of 0 lines would hang nano.
Packit 1ac44c
             Also, the "show position" code now shows the starting
Packit 1ac44c
             column as 1 instead of 0.  Have fun!
Packit 1ac44c
Packit 1ac44c
2002.03.05 - GNU nano 1.1.7 "let's change everything and see what breaks"
Packit 1ac44c
             is released.  New features include the new flags
Packit 1ac44c
             -N, --noconvert (to stop any file format conversion) and
Packit 1ac44c
             -Q, --quotestr (for the new quoted text justification),
Packit 1ac44c
             a new tempnam() implementation to avoid silly warnings,
Packit 1ac44c
             DOS and Mac file options in the Write File dialog,
Packit 1ac44c
             multiple save files (file.1) for abnormal exits,
Packit 1ac44c
             ^C now showing column as well as character position, and
Packit 1ac44c
             multibuffer allowing duplicate files, even unnamed ones.
Packit 1ac44c
             Also, the static shortcut and toggle lengths are history,
Packit 1ac44c
             nano now reads SYSCONFDIR/nanorc if rc file support is
Packit 1ac44c
             enabled, and nano is now built with (and for rebuilding
Packit 1ac44c
             requires) autoconf 2.5.
Packit 1ac44c
                 This release also includes fixes for some memory
Packit 1ac44c
             leaks, detecting DOS and Mac file format, justification,
Packit 1ac44c
             suspending keys, search & replace under various
Packit 1ac44c
             conditions, variable width for shortcuts, and the usual
Packit 1ac44c
             ton of translation updates.
Packit 1ac44c
Packit 1ac44c
2002.01.25 - GNU nano 1.1.6 is released.  Lots of new features in this
Packit 1ac44c
             release.  New Meta-keys were added as alternates for
Packit 1ac44c
             control sequences: Meta-A for the marker key (^^), and
Packit 1ac44c
             Meta-G for the 'goto dir' key in the file browser (^_).
Packit 1ac44c
             The color syntax highlighting now supports multiple
Packit 1ac44c
             lines via start="regex" end="regex" syntax, and the
Packit 1ac44c
             .nanorc regex format itself has changed.  Also, the
Packit 1ac44c
             gettext code was upgraded to version 0.10.40, and nano
Packit 1ac44c
             will now display a message if only occurrence of a given
Packit 1ac44c
             search exists.
Packit 1ac44c
                 For bugfixes, there are fixes for spelling,
Packit 1ac44c
             stray newlines in the usage() function, suspend issues
Packit 1ac44c
             with tcsh, auto-indent and wrapping clashes, ugly code
Packit 1ac44c
             in rcfile.c, global variable compatibility with AIX.
Packit 1ac44c
             There are also oodles of translation updates.  Have fun
Packit 1ac44c
             with it.
Packit 1ac44c
Packit 1ac44c
2002.01.05 - GNU nano 1.1.5 is out.  The main new feature in this
Packit 1ac44c
             release is the changed behavior of the keypad.  Nano
Packit 1ac44c
             now does the Right Thing and uses keypad() by default.
Packit 1ac44c
             If you wish to use the keypad arrow keys in certain
Packit 1ac44c
             terminals, you may use the -K or --keypad flag to get
Packit 1ac44c
             the old behavior.  Users of other OSes should see better
Packit 1ac44c
             handling of their non-keypad keys in this release.
Packit 1ac44c
             Other changes include more Hurd fixes, fixes parsing the
Packit 1ac44c
             .nanorc, display fixes for the color syntax highlighting,
Packit 1ac44c
             gettext stabilization and many translation updates.
Packit 1ac44c
             This is almost like a stable release, much like in the
Packit 1ac44c
             0.9.x series when every other release was the most stable
Packit 1ac44c
             one :)  Have fun!
Packit 1ac44c
Packit 1ac44c
2001.12.11 - GNU nano 1.1.4 is released.  This release contains
Packit 1ac44c
             rudimentary color syntax support (but it's still
Packit 1ac44c
             broken), compatibility fixes for the Hurd and FreeBSD,
Packit 1ac44c
             spell checker and wrapping fixes, and more.  It seems
Packit 1ac44c
             that the amount of interest in the code is inversely
Packit 1ac44c
             proportional to the amount of time since last release,
Packit 1ac44c
             so it's time to show the world all the changes since
Packit 1ac44c
             1.1.3 ;)  Have fun with it!
Packit 1ac44c
Packit 1ac44c
2001.10.26 - GNU nano 1.1.3 is released.  As far as new features go,
Packit 1ac44c
             the help system is now available for all functions in
Packit 1ac44c
             the editor.  Also, nano will now also print a message on
Packit 1ac44c
             the status bar when it automatically converts a file
Packit 1ac44c
             from Mac or DOS format, and trying to load a file that
Packit 1ac44c
             has already been loaded in multibuffer mode will now
Packit 1ac44c
             also cause an error message.  There is now a "goto
Packit 1ac44c
             previous word" which you can use by hitting Meta-Space
Packit 1ac44c
             Bar.
Packit 1ac44c
                 As for fixes, a SEVERE bug in the null_at code
Packit 1ac44c
             which discarded the memory address of reallocated memory
Packit 1ac44c
             has been fixed.  This is probably the biggest bug fix in
Packit 1ac44c
             well over the last year of development.  There are also
Packit 1ac44c
             some display fixes for when the screen shouldn't center
Packit 1ac44c
             itself on cut or uncut text.  Also, the comments in the
Packit 1ac44c
             header files incorrectly said that nano was distributed
Packit 1ac44c
             under version 1 of the GPL when the accompanying license
Packit 1ac44c
             was the GPLv2.
Packit 1ac44c
                 If you're using nano-1.1, it is highly
Packit 1ac44c
             recommended you upgrade to this release.  If using 1.0,
Packit 1ac44c
             wait for version 1.0.6 which should be available early
Packit 1ac44c
             next week.  Enjoy!
Packit 1ac44c
Packit 1ac44c
2001.10.03 - GNU nano 1.1.2 is out there.  Many new features in this
Packit 1ac44c
             release, including support for auto-converting from DOS
Packit 1ac44c
             and Mac formatted files, as well as toggles for writing
Packit 1ac44c
             out files in these formats.  Pico's -o flag has been
Packit 1ac44c
             implemented, as has some new smooth scrolling code
Packit 1ac44c
             (which can be used in place of the default jerky
Packit 1ac44c
             scrolling behavior).  Also, there is now a "find
Packit 1ac44c
             matching bracket/brace/etc" feature (Meta-]).  The
Packit 1ac44c
             .nanorc file now accepts setting the tabsize, and the
Packit 1ac44c
             help text at the bottom of the editor is now better
Packit 1ac44c
             spaced out in the search/replace prompts.  There are
Packit 1ac44c
             also the usual helping of bugfixes, translation updates
Packit 1ac44c
             and, surely a bug or two.  You better get ready!
Packit 1ac44c
Packit 1ac44c
2001.07.28 - GNU nano 1.1.1 is released.  Our second 1.1 unstable
Packit 1ac44c
             release features many bugfixes from the initial release,
Packit 1ac44c
             in particular fixes for the multibuffer code, and
Packit 1ac44c
             various compiler macro fixes.  The shortcut lists for
Packit 1ac44c
             the search and replace prompts are a little more logical
Packit 1ac44c
             (with cancel the last option again), and the included
Packit 1ac44c
             gettext was re-downgraded to 0.10.35 due to problems on
Packit 1ac44c
             the PPC platform.  GNU nano now includes its own aclocal
Packit 1ac44c
             macros in the m4/ directory to allow rebuilding the
Packit 1ac44c
             configure script to work on platforms regardless of
Packit 1ac44c
             their gettext version.
Packit 1ac44c
Packit 1ac44c
2001.07.15 - GNU nano 1.1.0 is released.  This is the first release
Packit 1ac44c
             in the 1.1.x unstable series of GNU nano.  It
Packit 1ac44c
             incorporates all changes up to the 1.0.3 release, and
Packit 1ac44c
             also includes many many new features, including
Packit 1ac44c
             appending to as well as overwriting files, writing
Packit 1ac44c
             marked text to a separate file, dynamic wrap length,
Packit 1ac44c
             lots more compatibility with Pico, and new optional
Packit 1ac44c
             features like .nanorc file support and multiple file
Packit 1ac44c
             buffers!  All in all, plenty of new stuff that's sure to
Packit 1ac44c
             introduce lots of bugs ;-)  Have fun with it, but be
Packit 1ac44c
             careful, unstable means unstable.
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2001.07.01 - GNU nano 1.0.3 is the "mutt" release.  This release
Packit 1ac44c
             features oodles of bug fixes with cutting text,
Packit 1ac44c
             especially with the -k (cut to end) option.  There is
Packit 1ac44c
             also a new suspend handler which should make nano play
Packit 1ac44c
             better with mutt (the code for which came from mutt
Packit 1ac44c
             itself; many many thanks to Jordi Mallach and Tom Lear
Packit 1ac44c
             for working late into the night fixing this).  Nano now
Packit 1ac44c
             also features mutt's case insensitive string compare
Packit 1ac44c
             function for more speed and less memory usage.  Two new
Packit 1ac44c
             translations are included, Ukrainian and Russian.
Packit 1ac44c
Packit 1ac44c
2001.05.12 - GNU nano 1.0.2 is the "just the bugfixes ma'am" release.
Packit 1ac44c
             The most noticeable fixes are for display errors using
Packit 1ac44c
             page up/down with the marker code, and view mode (-v)
Packit 1ac44c
             not stopping the replace function.  Other fixes include
Packit 1ac44c
             being able to use the arrow keys while holding down the
Packit 1ac44c
             ctrl key in certain TERMs, and there are many
Packit 1ac44c
             documentation updates and spelling tweaks.  We also have
Packit 1ac44c
             a new Galician translation (provided by Jacobo Tarrío).
Packit 1ac44c
             Have fun with it!
Packit 1ac44c
Packit 1ac44c
2001.04.06 - GNU nano 1.0.1 is out there.  The only new feature is a
Packit 1ac44c
             configure option for those who want to disable all word
Packit 1ac44c
             wrapping from nano, --disable-wrapping.  Bug fixes this
Packit 1ac44c
             release include some bugs with autoconf and i18n, and
Packit 1ac44c
             several fixes in the file browser including a segfault
Packit 1ac44c
             on Solaris, symlinks to directories now work properly,
Packit 1ac44c
             and nano now sorts files case insensitively like Pilot.
Packit 1ac44c
             Have fun with it.
Packit 1ac44c
Packit 1ac44c
2001.03.22 - GNU Nano 1.0 is released!  The autoindent wrapping bug
Packit 1ac44c
             has been fixed, as well as a strange bug when using Pico
Packit 1ac44c
             mode and regex search.  There have also been some minor
Packit 1ac44c
             spelling and documentation updates.  As stated on the
Packit 1ac44c
             website, there are currently no known bugs with nano,
Packit 1ac44c
             but some will pop up eventually and they will be
Packit 1ac44c
             addressed in subsequent releases.  We hope you enjoy
Packit 1ac44c
             this first stable release of nano, and as always,
Packit 1ac44c
             feedback is welcome!  <nano@nano-editor.org>
Packit 1ac44c
Packit 1ac44c
Packit 1ac44c
2001.02.19 - Nano 0.9.99pre3 brings a lot of changes!  The most important
Packit 1ac44c
             being that nano is now officially a GNU program.  Some
Packit 1ac44c
             changes have been made for GNU compatibility (like in the
Packit 1ac44c
             default list of shortcuts: "^G Get Help" is now listed
Packit 1ac44c
             and "^_ Goto Line" is not).  The Yes/No/All keys have
Packit 1ac44c
             finally been internationalized also.  All in all, quite
Packit 1ac44c
             a few changes, considering nano is supposed to be in
Packit 1ac44c
             a code freeze.  But there are the usual helping of
Packit 1ac44c
             bugfixes, a nasty bug when cutting text in -k mode and
Packit 1ac44c
             some compatibility issues with older ncurses libraries
Packit 1ac44c
             have also been fixed.  All in all, a lot to see.
Packit 1ac44c
Packit 1ac44c
2001.01.31 - Nano 0.9.99pre2 is released.  Not surprisingly, all that is
Packit 1ac44c
             new is bugfixes, bugfixes, bugfixes.  There were a few
Packit 1ac44c
             cleanups in unneeded global variables and duplicate
Packit 1ac44c
             functions, but most is just fixing.  Specifically, there
Packit 1ac44c
             is now a preliminary (read: needs testing) fix for
Packit 1ac44c
             resizing the editor in any mode other than normal edit
Packit 1ac44c
             mode.  Other fixes include some more tab completion
Packit 1ac44c
             segfaults, and a silly segfault that occurred when
Packit 1ac44c
             successfully writing a file on the 2nd try (i.e. after
Packit 1ac44c
             an initial write error).  Slowly but surely, on toward
Packit 1ac44c
             1.0 we travel.
Packit 1ac44c
Packit 1ac44c
2001.01.17 - Nano 0.9.99pre1 is released.  This is the first pre-1.0
Packit 1ac44c
             release of nano, and is also the first release since the
Packit 1ac44c
             code freeze for nano 1.0.  Don't expect (or request) any
Packit 1ac44c
             new features between now and nano 1.0, only bugfixes,
Packit 1ac44c
             optimizations and doc/translation updates.  For fixes, a
Packit 1ac44c
             nasty segfault when trying to insert one's home directory
Packit 1ac44c
             (~), some checks for the NumLock key making the keypad go
Packit 1ac44c
             awry, window size sanity checks, many autoconf fixes, and
Packit 1ac44c
             support for the KDE Konsole keypad layout.  Have fun.
Packit 1ac44c
Packit 1ac44c
2001.01.07 - Nano 0.9.25 is the "Just one more feature I swear!"
Packit 1ac44c
             release.  It includes one new feature that Pico has had
Packit 1ac44c
             forever, a built-in file browser.  Since not everyone
Packit 1ac44c
             may want this option, there is a --disable-browser
Packit 1ac44c
             option to the configure script as well.  Other changes
Packit 1ac44c
             include slightly different keypad handling, and a bugfix
Packit 1ac44c
             for crashes when tab completion in certain instances.
Packit 1ac44c
             Have fun and Happy New Year!
Packit 1ac44c
Packit 1ac44c
2000.12.18 - Nano 0.9.24 is released.  This version contains the last
Packit 1ac44c
             of the security fixes for writing files, as well as for
Packit 1ac44c
             a nasty segfault when nano is unable to open a file for
Packit 1ac44c
             reading, among other fixes.  Nano now also cowardly
Packit 1ac44c
             refuses to open device files, to stop silly things like
Packit 1ac44c
             trying to open /dev/zero.  New features include being
Packit 1ac44c
             able to use Meta-Meta-<key> as Control-<key>, better
Packit 1ac44c
             HURD support, and some new flags have been added for
Packit 1ac44c
             Pico compatibility.  Upgrading to this version is highly
Packit 1ac44c
             recommended.
Packit 1ac44c
Packit 1ac44c
2000.12.08 - Nano 0.9.23 is the "race conditions bite" release.  The
Packit 1ac44c
             main reason for this release is the less-than-optimal
Packit 1ac44c
             fix for the security issue in nano with following
Packit 1ac44c
             symbolic links.  Hopefully this will fix the problem
Packit 1ac44c
             permanently.  The --nofollow option also works again for
Packit 1ac44c
             those who are real security nuts.  There are also some
Packit 1ac44c
             display and search fixes, and the --disable-spell
Packit 1ac44c
             function was renamed to --disable-speller to be in line
Packit 1ac44c
             with nano and Pico's "speller" term.
Packit 1ac44c
Packit 1ac44c
2000.12.02 - Nano 0.9.22 is released, with many more changes and
Packit 1ac44c
             additions than imaginable.  The most important change is
Packit 1ac44c
             a fix for unsafe handling of symbolic links which could
Packit 1ac44c
             lead to symlink attacks if nano were to exit because of
Packit 1ac44c
             an error or signal.  Also there are better checks when
Packit 1ac44c
             saving files.
Packit 1ac44c
                 As for new features, username tab completion is now
Packit 1ac44c
             working well, the internal spell checker code has been
Packit 1ac44c
             tweaked, you can now unjustify if you don't like how the
Packit 1ac44c
             justify formatted your text, and there are more options
Packit 1ac44c
             for configure, including --disable-spell and
Packit 1ac44c
             --disable-justify and --enable-extra (for those who like
Packit 1ac44c
             surprises).  All in all, a whole lot of changes in a
Packit 1ac44c
             little over a week.
Packit 1ac44c
Packit 1ac44c
2000.11.23 - Happy Thanksgiving!  Nano 0.9.21 is our "last version was
Packit 1ac44c
             a big turkey" release.  It fixes several bugs introduced
Packit 1ac44c
             by the previous version, as well as a few long- standing
Packit 1ac44c
             display bugs.  All 0.9.20 users are strongly encouraged
Packit 1ac44c
             to upgrade to this release.
Packit 1ac44c
Packit 1ac44c
2000.11.18 - Nano 0.9.20 is finally out the door.  Probably the biggest
Packit 1ac44c
             change is the brand new way nano displays previous
Packit 1ac44c
             search and replace strings (they are now editable!)
Packit 1ac44c
             This is a break from Pico's (inconsistent) interface, so
Packit 1ac44c
             if you don't like the new way, "Pico" mode (-p on the
Packit 1ac44c
             command line or Meta-P within nano) still works the
Packit 1ac44c
             "old" way.
Packit 1ac44c
                 Other new features include being able to deal with
Packit 1ac44c
             search strings of any length, a new internal spell
Packit 1ac44c
             feature (courtesy of Mr. Rocco Corsi) and tab completion
Packit 1ac44c
             when reading in or writing out files!  There's also the
Packit 1ac44c
             usual billion or so bug fixes.  Feedback on this release
Packit 1ac44c
             is welcome because so much has changed, especially with
Packit 1ac44c
             the previous string display in search and replace.
Packit 1ac44c
             Email -> nano@nano-editor.org <-.  If you like
Packit 1ac44c
             something, don't like something, or just want to order a
Packit 1ac44c
             pizza, let us know!
Packit 1ac44c
Packit 1ac44c
2000.10.02 - Nano 0.9.19 is the "Chris is getting married in less than
Packit 1ac44c
             a week and needs a distraction" release.  There are only
Packit 1ac44c
             a few actual code changes, mainly portability and
Packit 1ac44c
             compiler warning fixes.  Nano now also supports
Packit 1ac44c
             PDCurses, which enables easily-built nano executables
Packit 1ac44c
             for Windows NT and 95/98 for the brave.  The official
Packit 1ac44c
             nano site has changed (again) as well, check out
Packit 1ac44c
             www.nano-editor.org for all the latest nano schtuff.
Packit 1ac44c
Packit 1ac44c
2000.09.18 - Nano 0.9.18 is unleashed.  It has some new keyboard
Packit 1ac44c
             handling code, Cygwin support out of the box, and a more
Packit 1ac44c
             portable handler for the NOHELP toggle.  There is also a
Packit 1ac44c
             fix for a somewhat serious bug whereby trying to insert
Packit 1ac44c
             a directory instead of a normal file would destroy the
Packit 1ac44c
             contents of the editor.  A must-see.  Four stars.
Packit 1ac44c
Packit 1ac44c
2000.09.04 - Nano 0.9.17, the Labor Day release, is released after a
Packit 1ac44c
             quiet spell (almost an entire month since last release!)
Packit 1ac44c
             New features include better (not yet perfect) binary
Packit 1ac44c
             display support and toggle support for most of the
Packit 1ac44c
             program flags (M-c, M-i, M-z, M-x, M-p, M-w, M-m, M-k
Packit 1ac44c
             and M-e for -c, -i, -z, -x, -p, -w, -m, -k, and -R).
Packit 1ac44c
Packit 1ac44c
2000.08.09 - Nano 0.9.16, after some struggling, is released.  This
Packit 1ac44c
             release should fix a few of the holes that 0.9.15 dug.
Packit 1ac44c
             The "cutting text on the first line" bug is fixed, as is
Packit 1ac44c
             the "cutting text on the last line" bug.  Nice symmetry
Packit 1ac44c
             there huh?  Also the --tabsize argument should now work
Packit 1ac44c
             as well as by using -T.
Packit 1ac44c
Packit 1ac44c
2000.08.03 - Nano 0.9.15 is the "I can't think of a release description"
Packit 1ac44c
             release.  There are the usual gala of display bugfixes,
Packit 1ac44c
             a fix for the nasty bug in -k mode that could create
Packit 1ac44c
             a loop in the file being edited, and some other code
Packit 1ac44c
             cleanup.  Also, the -T option should now work regardless
Packit 1ac44c
             of the curses library used.  Yay.
Packit 1ac44c
Packit 1ac44c
2000.07.27 - Nano 0.9.14 is officially the "13 is so unlucky it should
Packit 1ac44c
             be skipped as a version number" release.  One typo caused
Packit 1ac44c
             unending problems (calling nano with either -t or -k
Packit 1ac44c
             caused both flags to be used).  The -k code is now also
Packit 1ac44c
             closer in functionality to Pico's -k mode; please note
Packit 1ac44c
             that this code is not finished yet.  Working on this code
Packit 1ac44c
             has made me realize that there is not enough abstraction
Packit 1ac44c
             in the code, and I will be working on that for the next
Packit 1ac44c
             release.  Until then, have fun with this version.
Packit 1ac44c
Packit 1ac44c
2000.07.23 - Nano 0.9.13 has a few new bits and bobs, most notably the
Packit 1ac44c
             -k option from Pico (cut to end of line).  The majority
Packit 1ac44c
             of changes in this release are bugfixes, however,
Packit 1ac44c
             including the usual display fixes and fixes for writing
Packit 1ac44c
             to symbolic links and unwritable files.  Barring any
Packit 1ac44c
             other major changes, this should be the feature set for
Packit 1ac44c
             nano 1.0, whenever it might be released =-)
Packit 1ac44c
Packit 1ac44c
2000.07.07 - Nano 0.9.12 (the "lucky day" release) is bursting with
Packit 1ac44c
             new features, bug fixes, and yummy fruit flavor.  For
Packit 1ac44c
             changes, the alternate replace keystroke ^W^T is now
Packit 1ac44c
             ^W^R to be compatible with later versions of Pico.  ^W^T
Packit 1ac44c
             is now goto line, again for Pico compatibility.  As for
Packit 1ac44c
             new features, the wonderful/hated magic line code has
Packit 1ac44c
             returned with a vengeance!  Also, regular expression
Packit 1ac44c
             searches and replaces have been incorporated via the -R
Packit 1ac44c
             flag.  And, of course, there are the usual helping of
Packit 1ac44c
             display and other bug fixes to top it all off.
Packit 1ac44c
Packit 1ac44c
2000.06.20 - Nano 0.9.11 presents drastic rewrites of the most buggy
Packit 1ac44c
             routines in the program, specifically the wrapping code
Packit 1ac44c
             and almost all of the display routines.  There are many
Packit 1ac44c
             improvements and bugfixes to the display subsystem in
Packit 1ac44c
             general, but there may be bugs lurking yet.  Also, after
Packit 1ac44c
             many MANY requests, there is now an option to set the
Packit 1ac44c
             displayed tab width (-T, --tabsize).  Note that this
Packit 1ac44c
             function just changes the way tabs LOOK in the editor,
Packit 1ac44c
             the tabs you input are still real tabs of normal width
Packit 1ac44c
             (usually 8 characters); nano just makes them look
Packit 1ac44c
             smaller or bigger while in the editor.  New in the
Packit 1ac44c
             translation department is an Indonesian translation
Packit 1ac44c
             (id).
Packit 1ac44c
Packit 1ac44c
2000.06.06 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT
Packit 1ac44c
             when using "run and terminate" flags (for example,
Packit 1ac44c
             --help).  There are also some minor documentation
Packit 1ac44c
             updates.  This version of nano is the most stable in
Packit 1ac44c
             quite some time, and is likely to be the most stable for
Packit 1ac44c
             awhile.  Users are encouraged to upgrade to this
Packit 1ac44c
             version.
Packit 1ac44c
Packit 1ac44c
2000.05.31 - Nano 0.9.9 introduces much better working i18n support,
Packit 1ac44c
             more portability, and a ton of bugfixes.  While nano is
Packit 1ac44c
             not likely anywhere near 1.0 in terms of code quality,
Packit 1ac44c
             it gets a quantum leap closer with this release.
Packit 1ac44c
Packit 1ac44c
2000.05.18 - Nano 0.9.8 (the 'what broke now?' release) should fix
Packit 1ac44c
             the resize crash people have been experiencing.  It also
Packit 1ac44c
             offers a new input method that should allow nano to do
Packit 1ac44c
             things the right way (like ^S, ^Q, custom suspend keys)
Packit 1ac44c
             and hopefully won't break with non-US keyboards.  There
Packit 1ac44c
             are also the obligatory display fixes and speedups.
Packit 1ac44c
             Have fun with it.
Packit 1ac44c
Packit 1ac44c
2000.05.14 - Nano 0.9.7 (the Mother's Day release) continues in the long
Packit 1ac44c
             line of display fixes, and also fixes the broken symlink
Packit 1ac44c
             behavior (i.e. symlinks weren't being followed by
Packit 1ac44c
             default).  Hopefully all major bugs can be worked out
Packit 1ac44c
             soon and we can have a 1.0 release before the end of the
Packit 1ac44c
             year, but who knows.
Packit 1ac44c
Packit 1ac44c
2000.05.08 - Nano 0.9.6 cleans up a lot of the display bugs that 0.9.5
Packit 1ac44c
             uncovered.  There are improvements (and some remaining
Packit 1ac44c
             segfaults) in the wrapping code, and even more display
Packit 1ac44c
             optimizations.  I would still say 0.9.4 or 0.9.2 are the
Packit 1ac44c
             most stable versions of nano to date, but this one may
Packit 1ac44c
             not be too bad =-)
Packit 1ac44c
Packit 1ac44c
2000.05.01 - Nano 0.9.5 attempts to speed up the display of text
Packit 1ac44c
             to be at least somewhat reasonable.  Much code profiling
Packit 1ac44c
             has been done to reduce the ridiculous number of
Packit 1ac44c
             redundant display updates.  This will probably expose a
Packit 1ac44c
             lot of bugs that can then be fixed, so this release is
Packit 1ac44c
             probably not for the faint of heart.  For anyone
Packit 1ac44c
             curious, I would call nano 0.9.2 the most stable version
Packit 1ac44c
             recently, so use that if you're not particularly
Packit 1ac44c
             concerned with being on the bleeding edge.
Packit 1ac44c
Packit 1ac44c
2000.04.25 - Nano 0.9.4 fixes some problems in 0.9.3 with the last
Packit 1ac44c
             line code and related segfaults.  It now also has much
Packit 1ac44c
             better handling for 8-bit characters.  The --enable-tiny
Packit 1ac44c
             code also produces a smaller executable.
Packit 1ac44c
Packit 1ac44c
2000.04.19 - Nano 0.9.3 is officially the "Micro$oft" release.  It
Packit 1ac44c
             underscores the recent problem of bugfixes introducing
Packit 1ac44c
             more bugs than they fix.  The most important change to
Packit 1ac44c
             this version of nano is the removal of the "magic line".
Packit 1ac44c
             You will no longer see a blank line at the end of the
Packit 1ac44c
             file.  If you want a new line at the end of your file,
Packit 1ac44c
             you'll have to hit enter to get one.
Packit 1ac44c
Packit 1ac44c
             NOTE: THIS BREAKS COMPATIBILITY WITH PICO.
Packit 1ac44c
             Unfortunately, this feature has been causing many many
Packit 1ac44c
             problems with nano so it is being removed for the time
Packit 1ac44c
             being, and perhaps indefinitely.
Packit 1ac44c
Packit 1ac44c
             Other new stuff includes an --enable-tiny option to make
Packit 1ac44c
             nano ultra small (disabling i18n, detailed help and the
Packit 1ac44c
             marker and mouse code), and --with-slang to use the
Packit 1ac44c
             slang libraries instead of ncurses.
Packit 1ac44c
Packit 1ac44c
2000.04.15 - Nano 0.9.2 just fixes the serious segfault problem if
Packit 1ac44c
             nano is invoked any way other than using the absolute
Packit 1ac44c
             path.  The bug was in the new code for checking whether
Packit 1ac44c
             nano is invoked as 'pico'.
Packit 1ac44c
Packit 1ac44c
2000.04.14 - Nano 0.9.1 has some more Pico compatibility built-in.  The
Packit 1ac44c
             option to switch to/from Search and Search/Replace (^T)
Packit 1ac44c
             is now available, and nano now displays the more
Packit 1ac44c
             Pico-like shortcut list when invoked as 'pico' (i.e. if
Packit 1ac44c
             'pico' is a symlink to nano).  There is an important
Packit 1ac44c
             change to the handling of symbolic links as well.  Now,
Packit 1ac44c
             nano does the "correct" thing and automatically writes
Packit 1ac44c
             to the object of the symlink, rather than replace the
Packit 1ac44c
             symlink with the updated file.  This behavior is still
Packit 1ac44c
             available with the --nofollow or -l flags.
Packit 1ac44c
                 Other new things include a fix for the infamous
Packit 1ac44c
             "recursive replace" bug, and more bugfixes in the
Packit 1ac44c
             wrapping code.
Packit 1ac44c
Packit 1ac44c
2000.04.07 - Nano 0.9.0 has some updates, new language support and
Packit 1ac44c
             a much better refresh setup (It's still not great,
Packit 1ac44c
             but...)  There should also be more stability editing
Packit 1ac44c
             long lines, as there was a stupid mistake in the
Packit 1ac44c
             update_line call.  Silly me =)
Packit 1ac44c
Packit 1ac44c
2000.03.22 - Nano 0.8.9 is basically just a bugfix release of 0.8.8
Packit 1ac44c
             to reflect the current stagnant status of the project.
Packit 1ac44c
             Most things work, the rest doesn't doesn't work because
Packit 1ac44c
             (a) I can't fix it or I would have already done so, and
Packit 1ac44c
             (b) the amount of patches I'm receiving right now is
Packit 1ac44c
             quite negligible.  Fortunately, this release marks the
Packit 1ac44c
             first release since I have acquired ownership of the
Packit 1ac44c
             nano pages on SourceForge.  Here's hoping SF will get us
Packit 1ac44c
             some more visibility, translators and patches.
Packit 1ac44c
Packit 1ac44c
2000.03.12 - After a hiatus, I have finally moved (not unpacked though)
Packit 1ac44c
             to my new home into Albany.  Thus I should now have more
Packit 1ac44c
             time to work on nano.  Nano 0.8.8, the "dear god what
Packit 1ac44c
             broke this time?" release, incorporates patches for both
Packit 1ac44c
             i18n and many bugfixes.  It is VERY likely something
Packit 1ac44c
             broke this version, and it's likely I didn't even apply
Packit 1ac44c
             the i18n stuff properly, so *it* may not even work.
Packit 1ac44c
Packit 1ac44c
             I would like to announce that I'm going to need
Packit 1ac44c
             translations soonish, so if you are fluent in other
Packit 1ac44c
             languages than English (or even better, if your native
Packit 1ac44c
             language is not English) and you would like to submit a
Packit 1ac44c
             translation file to me, please feel free to do so.  If
Packit 1ac44c
             you do, I will list your name and email in the AUTHORS
Packit 1ac44c
             file as the maintainer of the .po file, and from then on
Packit 1ac44c
             it is yours to take care of and keep up to date.
Packit 1ac44c
Packit 1ac44c
2000.03.01 - Well, to continue my trend of going back on my previous
Packit 1ac44c
             release's comments, nano 0.8.7 is released.  The
Packit 1ac44c
             crashing behavior was still occurring, and this most
Packit 1ac44c
             recent fix also fixes some other wrapping problems, so
Packit 1ac44c
             here you go.  There may be another release soon, there
Packit 1ac44c
             may not be, is that vague enough? =)
Packit 1ac44c
Packit 1ac44c
2000.02.25 - More minor bugfixes in 0.8.6, the bizarre behavior at the
Packit 1ac44c
             end of a page has ceased, thankfully.  I'm also moving
Packit 1ac44c
             next weekend, so don't be shocked if you don't see a new
Packit 1ac44c
             version of nano next week  =-)
Packit 1ac44c
Packit 1ac44c
2000.02.11 - Okay, here we go again.  Aside from a few minor fixes and
Packit 1ac44c
             some under-the-hood changes, you won't notice much
Packit 1ac44c
             different in this version of nano.  I haven't gotten
Packit 1ac44c
             much feedback on the help feature, is it simply amazing
Packit 1ac44c
             or does no one care?  Write and let me know! =)
Packit 1ac44c
Packit 1ac44c
2000.02.08 - Nano 0.8.3 marks the first time in a long time that there
Packit 1ac44c
             has been more than three days since the last release.
Packit 1ac44c
             New features include an initial help mode (YAY!),
Packit 1ac44c
             hopefully much more support for i18n out of the box, and
Packit 1ac44c
             a flag for more Pico compatibility in the shortcut lists
Packit 1ac44c
             displayed.  This release also marks the new nano
Packit 1ac44c
             distribution site, http://www.asty.org/nano and email
Packit 1ac44c
             address nano@asty.org for bugs, etc.
Packit 1ac44c
Packit 1ac44c
2000.02.02 - Okay, I hate to go back on what I said in the last release,
Packit 1ac44c
             but I may be changing jobs very soon.  I will release
Packit 1ac44c
             version 0.8.2 as is (no i18n, no help menu (yet)).  I
Packit 1ac44c
             expect things to settle down by the end of next week,
Packit 1ac44c
             and then I can try to start on the i18n support and help
Packit 1ac44c
             menu; look for these new features in version 0.8.5 to
Packit 1ac44c
             0.9.0.
Packit 1ac44c
Packit 1ac44c
2000.01.28 - Nano 0.8.1 marks our first official step toward
Packit 1ac44c
             internationalization (i18n) and the help system (^G).  I
Packit 1ac44c
             will be merging in Jordi's patches for initial i18n in
Packit 1ac44c
             the next version, and will implement the help system
Packit 1ac44c
             with i18n built into it shortly after that.  Please
Packit 1ac44c
             don't hesitate to send bug reports, as long as you're
Packit 1ac44c
             sure the fault lies with nano =-).
Packit 1ac44c
Packit 1ac44c
2000.01.25 - Nano 0.8.0 is officially the 'let's try and be at least a
Packit 1ac44c
             little portable, mmmmkay?' release.  There are many
Packit 1ac44c
             portability checks and fixes; many thanks to Andy Kahn
Packit 1ac44c
             for his patches.  I removed the broken do_spell behavior
Packit 1ac44c
             with the 'spell' program; for now, we only try to call
Packit 1ac44c
             'ispell' until I write a better method to handle the
Packit 1ac44c
             output of the normal 'spell' command.
Packit 1ac44c
Packit 1ac44c
2000.01.24 - Nano 0.7.9 features many new features.  Among them are a
Packit 1ac44c
             new autoindent feature (-i, --autoindent), tempfile flag
Packit 1ac44c
             like Pico's -t flag (-t, --tempfile), and preliminary
Packit 1ac44c
             spelling program support.  The spelling function tries
Packit 1ac44c
             to run 'spell' and then 'ispell' in that order, but you
Packit 1ac44c
             can specify another spelling program with -s or
Packit 1ac44c
             --speller.
Packit 1ac44c
Packit 1ac44c
2000.01.17 - Nano 0.7.7 is officially the 'way too much stuff changed this
Packit 1ac44c
             release' release.  It's the busy time at work for me, so
Packit 1ac44c
             please don't get offended if your patch doesn't get
Packit 1ac44c
             included in the next immediate version of nano.  I'm
Packit 1ac44c
             sure all the changes in this release will cause a few
Packit 1ac44c
             bugs, so 0.7.8 will primarily be about fixing those
Packit 1ac44c
             bugs.
Packit 1ac44c
Packit 1ac44c
             Things added this release include resizability (kinda),
Packit 1ac44c
             new -x and -c flags (see nano -h for help), long command
Packit 1ac44c
             line flag support, and the usual array of bugfixes.
Packit 1ac44c
Packit 1ac44c
2000.01.15 - Nano 0.7.6 is officially the 'lightning' release.  It now
Packit 1ac44c
             loads large files much faster than previous versions,
Packit 1ac44c
             and is even much faster than Pico or vi in some rather
Packit 1ac44c
             rudimentary tests.  Many thanks to Adam Rogoyski for the
Packit 1ac44c
             read_byte patch!
Packit 1ac44c
Packit 1ac44c
2000.01.09 - As of this version (0.7.4), TIP has officially been renamed
Packit 1ac44c
             to nano.  The new homepage is at
Packit 1ac44c
             http://faculty.plattsburgh.edu/astyanax/nano.  Please
Packit 1ac44c
             update your bookmarks, tell your friends, and all that
Packit 1ac44c
             jazz.