Making the release markers stand out more,
plus a few small other fixes. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5310 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f1bd958851
commit
59fdd4db7a
44
ChangeLog
44
ChangeLog
|
@ -4,6 +4,7 @@
|
||||||
last start. This fixes bug #45525 and bug #41313 on Savannah.
|
last start. This fixes bug #45525 and bug #41313 on Savannah.
|
||||||
* src/nano.c, src/text.c, src/winio.c: Adjust some comments.
|
* src/nano.c, src/text.c, src/winio.c: Adjust some comments.
|
||||||
* doc/faq.html: Fix a few typos and make some updates for 2.4.*.
|
* doc/faq.html: Fix a few typos and make some updates for 2.4.*.
|
||||||
|
* ChangeLog: Make the release markers stand out more.
|
||||||
|
|
||||||
2015-07-17 Benno Schulenberg <bensberg@justemail.net>
|
2015-07-17 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/files.c (open_buffer): Verify that a named and existing file
|
* src/files.c (open_buffer): Verify that a named and existing file
|
||||||
|
@ -57,7 +58,8 @@
|
||||||
* src/global.c (add_to_sclist), src/help.c (help_init), src/nano.h,
|
* src/global.c (add_to_sclist), src/help.c (help_init), src/nano.h,
|
||||||
src/rcfile.c (parse_binding): When defining the toggles, give each
|
src/rcfile.c (parse_binding): When defining the toggles, give each
|
||||||
of them a sequence number, so that, when they are rebound, they can
|
of them a sequence number, so that, when they are rebound, they can
|
||||||
still be listed in the original order in the help text.
|
still be listed in the original order in the help text. This fixes
|
||||||
|
Savannah bug #45417.
|
||||||
* src/text.c (do_undo): Make it clearer what WAS_FINAL_BACKSPACE does.
|
* src/text.c (do_undo): Make it clearer what WAS_FINAL_BACKSPACE does.
|
||||||
* src/text.c (add_undo, do_deletion): Move the check for a Delete at
|
* src/text.c (add_undo, do_deletion): Move the check for a Delete at
|
||||||
the end-of-file to a less frequently travelled path.
|
the end-of-file to a less frequently travelled path.
|
||||||
|
@ -67,6 +69,7 @@
|
||||||
bracing after the previous changes.
|
bracing after the previous changes.
|
||||||
|
|
||||||
GNU nano 2.4.2 - 2015.07.05
|
GNU nano 2.4.2 - 2015.07.05
|
||||||
|
|
||||||
2015-06-28 Benno Schulenberg <bensberg@justemail.net>
|
2015-06-28 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/browser.c (browser_refresh): Limit the selected file to the
|
* src/browser.c (browser_refresh): Limit the selected file to the
|
||||||
available ones in the list -- after a refresh the number may have
|
available ones in the list -- after a refresh the number may have
|
||||||
|
@ -285,6 +288,7 @@ GNU nano 2.4.2 - 2015.07.05
|
||||||
Browser in the order of ascending stride, as in the Help Viewer.
|
Browser in the order of ascending stride, as in the Help Viewer.
|
||||||
|
|
||||||
GNU nano 2.4.1 - 2015.04.14
|
GNU nano 2.4.1 - 2015.04.14
|
||||||
|
|
||||||
2015-04-13 Benno Schulenberg <bensberg@justemail.net>
|
2015-04-13 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/search.c (do_replace_loop): Fix compilation with --enable-tiny.
|
* src/search.c (do_replace_loop): Fix compilation with --enable-tiny.
|
||||||
* README: Mention also the Savannah page for reporting bugs.
|
* README: Mention also the Savannah page for reporting bugs.
|
||||||
|
@ -402,6 +406,7 @@ GNU nano 2.4.1 - 2015.04.14
|
||||||
Fixes compilation on win32 and macOS.
|
Fixes compilation on win32 and macOS.
|
||||||
|
|
||||||
GNU nano 2.4.0 - 2015.03.22
|
GNU nano 2.4.0 - 2015.03.22
|
||||||
|
|
||||||
2015-03-22 Benno Schulenberg <bensberg@justemail.net>
|
2015-03-22 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/chars.c (move_mbleft): Start looking for a multibyte char
|
* src/chars.c (move_mbleft): Start looking for a multibyte char
|
||||||
not at the start of the string, but only as far back as such a
|
not at the start of the string, but only as far back as such a
|
||||||
|
@ -465,6 +470,7 @@ GNU nano 2.4.0 - 2015.03.22
|
||||||
texinfo document, and slightly improve its punctuation.
|
texinfo document, and slightly improve its punctuation.
|
||||||
|
|
||||||
GNU nano 2.3.99pre3 - 2015.02.27
|
GNU nano 2.3.99pre3 - 2015.02.27
|
||||||
|
|
||||||
2015-02-25 Chris Allegretta <chrisa@asty.org>
|
2015-02-25 Chris Allegretta <chrisa@asty.org>
|
||||||
* src/rcfile.c (parse_binding): Add an exception for do_toggle() as
|
* src/rcfile.c (parse_binding): Add an exception for do_toggle() as
|
||||||
rebinding toggles broke with r5022. (Fixed in r5134.)
|
rebinding toggles broke with r5022. (Fixed in r5134.)
|
||||||
|
@ -489,6 +495,7 @@ GNU nano 2.3.99pre3 - 2015.02.27
|
||||||
RPM file creation.
|
RPM file creation.
|
||||||
|
|
||||||
GNU nano 2.3.99pre2 - 2015.02.06
|
GNU nano 2.3.99pre2 - 2015.02.06
|
||||||
|
|
||||||
2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
|
2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
|
||||||
* src/cut.c (do_cut_text): Make sure to set modified even when
|
* src/cut.c (do_cut_text): Make sure to set modified even when
|
||||||
using --enable-tiny.
|
using --enable-tiny.
|
||||||
|
@ -515,6 +522,7 @@ GNU nano 2.3.99pre2 - 2015.02.06
|
||||||
open_file(). Fixes Savannah bug #42373 reported by Benno Schulenberg.
|
open_file(). Fixes Savannah bug #42373 reported by Benno Schulenberg.
|
||||||
|
|
||||||
GNU nano 2.3.99pre1 - 2015.01.06
|
GNU nano 2.3.99pre1 - 2015.01.06
|
||||||
|
|
||||||
2015-01-03 Chris Allegretta <chrisa@asty.org>
|
2015-01-03 Chris Allegretta <chrisa@asty.org>
|
||||||
* New formatter code to support syntaxes like
|
* New formatter code to support syntaxes like
|
||||||
go which have tools to automatically lint and reformat the text for
|
go which have tools to automatically lint and reformat the text for
|
||||||
|
@ -590,6 +598,7 @@ GNU nano 2.3.99pre1 - 2015.01.06
|
||||||
* doc/nanorc.sample.in: Remove ‘undo’ section which is now obsolete.
|
* doc/nanorc.sample.in: Remove ‘undo’ section which is now obsolete.
|
||||||
|
|
||||||
GNU nano 2.3.6 - 2014.07.17
|
GNU nano 2.3.6 - 2014.07.17
|
||||||
|
|
||||||
2014-07-16 Jordi Mallach <jordi@gnu.org>
|
2014-07-16 Jordi Mallach <jordi@gnu.org>
|
||||||
* doc/man/rnano.1: Additional printing formatting improvement from
|
* doc/man/rnano.1: Additional printing formatting improvement from
|
||||||
Bjarni Ingi Gislason.
|
Bjarni Ingi Gislason.
|
||||||
|
@ -636,6 +645,7 @@ GNU nano 2.3.6 - 2014.07.17
|
||||||
* src/files.c (write_lockfile): Refix typo in error message.
|
* src/files.c (write_lockfile): Refix typo in error message.
|
||||||
|
|
||||||
GNU nano 2.3.5 - 2014.07.11
|
GNU nano 2.3.5 - 2014.07.11
|
||||||
|
|
||||||
2014-07-11 Chris Allegretta <chrisa@asty.org>
|
2014-07-11 Chris Allegretta <chrisa@asty.org>
|
||||||
* src/files.c (do_lockfile, open_file): If locking fails,
|
* src/files.c (do_lockfile, open_file): If locking fails,
|
||||||
allow the lock failure message to be preserved AND
|
allow the lock failure message to be preserved AND
|
||||||
|
@ -966,6 +976,7 @@ GNU nano 2.3.5 - 2014.07.11
|
||||||
necessary.
|
necessary.
|
||||||
|
|
||||||
GNU nano 2.3.4 - 2014.06.02
|
GNU nano 2.3.4 - 2014.06.02
|
||||||
|
|
||||||
2014-06-02 Chris Allegretta <chrisa@asty.org>
|
2014-06-02 Chris Allegretta <chrisa@asty.org>
|
||||||
* doc/syntax/default.nanorc: Can't do trailing spaces in the
|
* doc/syntax/default.nanorc: Can't do trailing spaces in the
|
||||||
default syntax or it will hilight the spaces as you type them
|
default syntax or it will hilight the spaces as you type them
|
||||||
|
@ -981,6 +992,7 @@ GNU nano 2.3.4 - 2014.06.02
|
||||||
* nano-regress: Added --disable-utf8 to regression check.
|
* nano-regress: Added --disable-utf8 to regression check.
|
||||||
|
|
||||||
GNU nano 2.3.3 - 2014.05.29
|
GNU nano 2.3.3 - 2014.05.29
|
||||||
|
|
||||||
2014-05-28 Chris Allegretta <chrisa@asty.org>
|
2014-05-28 Chris Allegretta <chrisa@asty.org>
|
||||||
* doc/syntax/mutt.nanorc: Include Benno's awesome signature
|
* doc/syntax/mutt.nanorc: Include Benno's awesome signature
|
||||||
matcher, modified slightly to also work for quoted sigs.
|
matcher, modified slightly to also work for quoted sigs.
|
||||||
|
@ -1834,6 +1846,7 @@ GNU nano 2.3.3 - 2014.05.29
|
||||||
Partly fixes an issue reported by Benno Schulenberg.
|
Partly fixes an issue reported by Benno Schulenberg.
|
||||||
|
|
||||||
GNU nano 2.3.2 - 2013.03.23
|
GNU nano 2.3.2 - 2013.03.23
|
||||||
|
|
||||||
2013-03-17 Chris Allegretta <chrisa@asty.org>
|
2013-03-17 Chris Allegretta <chrisa@asty.org>
|
||||||
* Revert r4547 as we should have a new release and the overlap code is not yet
|
* Revert r4547 as we should have a new release and the overlap code is not yet
|
||||||
ready for public consumption.
|
ready for public consumption.
|
||||||
|
@ -1890,6 +1903,7 @@ GNU nano 2.3.2 - 2013.03.23
|
||||||
be, and maybe we'll even start checking for it in autoconf!
|
be, and maybe we'll even start checking for it in autoconf!
|
||||||
|
|
||||||
GNU nano 2.3.1 - 2011.05.10
|
GNU nano 2.3.1 - 2011.05.10
|
||||||
|
|
||||||
2011-05-10 Chris Allegretta <chrisa@asty.org>
|
2011-05-10 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c (do_enter): Only increment totsize by the auto-indented amount, since the previous
|
* text.c (do_enter): Only increment totsize by the auto-indented amount, since the previous
|
||||||
line's size was already counted. Fixes bug reported by Robert Spanjaard.
|
line's size was already counted. Fixes bug reported by Robert Spanjaard.
|
||||||
|
@ -1917,6 +1931,7 @@ GNU nano 2.3.1 - 2011.05.10
|
||||||
Fixed extra messages going to stderr, reported by Mike Frysinger.
|
Fixed extra messages going to stderr, reported by Mike Frysinger.
|
||||||
|
|
||||||
GNU nano 2.3.0 - 2011.02.26
|
GNU nano 2.3.0 - 2011.02.26
|
||||||
|
|
||||||
2011-02-26 Chris Allegretta <chrisa@asty.org>
|
2011-02-26 Chris Allegretta <chrisa@asty.org>
|
||||||
* Change RAW in function_type enum to RAWINPUT, to fix compilation on AIX,
|
* Change RAW in function_type enum to RAWINPUT, to fix compilation on AIX,
|
||||||
reported by Richard G Daniel <skunk@iskunk.org>.
|
reported by Richard G Daniel <skunk@iskunk.org>.
|
||||||
|
@ -1958,6 +1973,7 @@ GNU nano 2.3.0 - 2011.02.26
|
||||||
* winio.c (edit_redraw): Removed unused variable.
|
* winio.c (edit_redraw): Removed unused variable.
|
||||||
|
|
||||||
GNU nano 2.2.6 - 2010.11.22
|
GNU nano 2.2.6 - 2010.11.22
|
||||||
|
|
||||||
2010-11-15 Chris Allegretta <chrisa@asty.org>
|
2010-11-15 Chris Allegretta <chrisa@asty.org>
|
||||||
* Add a section to the FAQ about using nanorc on Win32 systems.
|
* Add a section to the FAQ about using nanorc on Win32 systems.
|
||||||
|
|
||||||
|
@ -1967,6 +1983,7 @@ GNU nano 2.2.6 - 2010.11.22
|
||||||
mode. Fixes Savannah bug #31625 reported by Charlie Somerville.
|
mode. Fixes Savannah bug #31625 reported by Charlie Somerville.
|
||||||
|
|
||||||
GNU nano 2.2.5 - 2010.08.05
|
GNU nano 2.2.5 - 2010.08.05
|
||||||
|
|
||||||
2010-08-04 Lauri Kasanen <curaga@operamail.comcuraga@operamail.com>
|
2010-08-04 Lauri Kasanen <curaga@operamail.comcuraga@operamail.com>
|
||||||
* doc/syntax/mgp.nanorc: New Magicpoint syntax highlighting definition.
|
* doc/syntax/mgp.nanorc: New Magicpoint syntax highlighting definition.
|
||||||
|
|
||||||
|
@ -1985,6 +2002,7 @@ GNU nano 2.2.5 - 2010.08.05
|
||||||
#29514: [nano 2.2.2] backup should ignore chown errors.
|
#29514: [nano 2.2.2] backup should ignore chown errors.
|
||||||
|
|
||||||
GNU nano 2.2.4 - 2010.04.15
|
GNU nano 2.2.4 - 2010.04.15
|
||||||
|
|
||||||
2010-04-07 Chris Allegretta <chrisa@asty.org>
|
2010-04-07 Chris Allegretta <chrisa@asty.org>
|
||||||
* doc/man/nano.1,nanorc.5: Remove the backup file warnings now
|
* doc/man/nano.1,nanorc.5: Remove the backup file warnings now
|
||||||
that a sufficient security fix exists for the backup file code.
|
that a sufficient security fix exists for the backup file code.
|
||||||
|
@ -2043,11 +2061,13 @@ GNU nano 2.2.4 - 2010.04.15
|
||||||
bug #28984.
|
bug #28984.
|
||||||
|
|
||||||
GNU nano 2.2.3 - 2010.02.11
|
GNU nano 2.2.3 - 2010.02.11
|
||||||
|
|
||||||
2010-01-28 Chris Allegretta <chrisa@asty.org>
|
2010-01-28 Chris Allegretta <chrisa@asty.org>
|
||||||
* move.c (do_page_up, do_page_down): Fix for smooth mode not preserving cursor
|
* move.c (do_page_up, do_page_down): Fix for smooth mode not preserving cursor
|
||||||
position. Part one of fix for Savannah bug #21178 by Mike Frysinger.
|
position. Part one of fix for Savannah bug #21178 by Mike Frysinger.
|
||||||
|
|
||||||
GNU nano 2.2.2 - 2010.01.17
|
GNU nano 2.2.2 - 2010.01.17
|
||||||
|
|
||||||
2010-01-17 Chris Allegretta <chrisa@asty.org>
|
2010-01-17 Chris Allegretta <chrisa@asty.org>
|
||||||
* nano.c (main), prompt.c (do_statusbar_input): Handle problems with an unmapped
|
* nano.c (main), prompt.c (do_statusbar_input): Handle problems with an unmapped
|
||||||
function due to key rebinding, fixes crashes on FreeBSD reported by Eitan
|
function due to key rebinding, fixes crashes on FreeBSD reported by Eitan
|
||||||
|
@ -2098,6 +2118,7 @@ GNU nano 2.2.2 - 2010.01.17
|
||||||
Savannah bug #28299 reported by Mike Frysinger.
|
Savannah bug #28299 reported by Mike Frysinger.
|
||||||
|
|
||||||
GNU nano 2.2.1 - 2009.12.12
|
GNU nano 2.2.1 - 2009.12.12
|
||||||
|
|
||||||
2009-12-12 Chris Allegretta <chrisa@asty.org>
|
2009-12-12 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c (do_delete), nano.c (do_output): Add check for length of current line
|
* text.c (do_delete), nano.c (do_output): Add check for length of current line
|
||||||
before and after adding/deleting text, and do full refresh if it is now
|
before and after adding/deleting text, and do full refresh if it is now
|
||||||
|
@ -2150,6 +2171,7 @@ GNU nano 2.2.1 - 2009.12.12
|
||||||
file, man pages, UPGRADE file, and update copyright notice for the current year.
|
file, man pages, UPGRADE file, and update copyright notice for the current year.
|
||||||
|
|
||||||
GNU nano 2.2.0 - 2009.11.30
|
GNU nano 2.2.0 - 2009.11.30
|
||||||
|
|
||||||
2009-11-29 Chris Allegretta <chrisa@asty.org>
|
2009-11-29 Chris Allegretta <chrisa@asty.org>
|
||||||
* prompt.c (get_prompt_string): Universally handle help key when it is disabled.
|
* prompt.c (get_prompt_string): Universally handle help key when it is disabled.
|
||||||
Fixes Savannah bug #28117 by David Lawrence Ramsey <pooka109@gmail.com>.
|
Fixes Savannah bug #28117 by David Lawrence Ramsey <pooka109@gmail.com>.
|
||||||
|
@ -2194,13 +2216,14 @@ GNU nano 2.2.0 - 2009.11.30
|
||||||
* doc/syntax/gentoo.nanorc: Tweak comment highlighting.
|
* doc/syntax/gentoo.nanorc: Tweak comment highlighting.
|
||||||
|
|
||||||
GNU nano 2.1.99pre2 - 2009.11.21
|
GNU nano 2.1.99pre2 - 2009.11.21
|
||||||
|
|
||||||
2009-11-21 Chris Allegretta <chrisa@asty.org>
|
2009-11-21 Chris Allegretta <chrisa@asty.org>
|
||||||
* rcfile.c: Add unbinding keyword, fixes Savannah bug #22852 reported by frankd.
|
* rcfile.c: Add unbinding keyword, fixes Savannah bug #22852 reported by frankd.
|
||||||
* prompt.c (update_statusbar_line): Set statusbar_pww when updating the line.
|
* prompt.c (update_statusbar_line): Set statusbar_pww when updating the line.
|
||||||
Fixes Savannah bug #24957 reported by Mike Frysinger.
|
Fixes Savannah bug #24957 reported by Mike Frysinger.
|
||||||
|
|
||||||
2009-11-19 Chris Allegretta <chrisa@asty.org>
|
2009-11-19 Chris Allegretta <chrisa@asty.org>
|
||||||
* nano.c (die_save_file) Try and match the permissions of the file we were
|
* nano.c (die_save_file): Try and match the permissions of the file we were
|
||||||
editing but only make a minimal effort to do so. Fixes Savannah bug #27273
|
editing but only make a minimal effort to do so. Fixes Savannah bug #27273
|
||||||
reported by Mike Frysinger.
|
reported by Mike Frysinger.
|
||||||
|
|
||||||
|
@ -2213,6 +2236,7 @@ GNU nano 2.1.99pre2 - 2009.11.21
|
||||||
is enabled. Fixes Savannah bug #28024 by Mike Frysinger.
|
is enabled. Fixes Savannah bug #28024 by Mike Frysinger.
|
||||||
|
|
||||||
GNU nano 2.1.99pre1 - 2009.11.15
|
GNU nano 2.1.99pre1 - 2009.11.15
|
||||||
|
|
||||||
2009-11-14 Chris Allegretta <chrisa@asty.org>
|
2009-11-14 Chris Allegretta <chrisa@asty.org>
|
||||||
* move.c (do_first_line, do_last_line): Just set edit_refresh_needed
|
* move.c (do_first_line, do_last_line): Just set edit_refresh_needed
|
||||||
rather than get messy.
|
rather than get messy.
|
||||||
|
@ -2258,6 +2282,7 @@ GNU nano 2.1.99pre1 - 2009.11.15
|
||||||
* winio.c: Clean up some unused variables from the soft wrapping code.
|
* winio.c: Clean up some unused variables from the soft wrapping code.
|
||||||
|
|
||||||
GNU nano 2.1.11 - 2009.09.14
|
GNU nano 2.1.11 - 2009.09.14
|
||||||
|
|
||||||
2009-09-12 Chris Allegretta <chrisa@asty.org>
|
2009-09-12 Chris Allegretta <chrisa@asty.org>
|
||||||
* winio.c (edit_update): properly update edittop when using soft wrapping.
|
* winio.c (edit_update): properly update edittop when using soft wrapping.
|
||||||
Fixes lack of centering for searching for off-screen answers, found by
|
Fixes lack of centering for searching for off-screen answers, found by
|
||||||
|
@ -2296,6 +2321,7 @@ GNU nano 2.1.11 - 2009.09.14
|
||||||
previous undo flag to be implemented consistent with other flags.
|
previous undo flag to be implemented consistent with other flags.
|
||||||
|
|
||||||
GNU nano 2.1.10 - 2009.07.28
|
GNU nano 2.1.10 - 2009.07.28
|
||||||
|
|
||||||
2009-07-27 Chris Allegretta <chrisa@asty.org>
|
2009-07-27 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c (undo_cut, redo_cut): Don't actually try and undo/redo an empty cut, i.e. the magicline.
|
* text.c (undo_cut, redo_cut): Don't actually try and undo/redo an empty cut, i.e. the magicline.
|
||||||
Fixes crash on cutting last line discovered by Eitan Adler <eitanadlerlist@gmail.com>.
|
Fixes crash on cutting last line discovered by Eitan Adler <eitanadlerlist@gmail.com>.
|
||||||
|
@ -2324,6 +2350,7 @@ GNU nano 2.1.10 - 2009.07.28
|
||||||
* doc/man/fr/Makefile.am: Add groff check fix to fr files.
|
* doc/man/fr/Makefile.am: Add groff check fix to fr files.
|
||||||
|
|
||||||
GNU nano 2.1.9 - 2009.02.16
|
GNU nano 2.1.9 - 2009.02.16
|
||||||
|
|
||||||
2009-02-16 Chris Allegretta <chrisa@asty.org>
|
2009-02-16 Chris Allegretta <chrisa@asty.org>
|
||||||
* Add new argument to reset_multis for force redraws without attempting to
|
* Add new argument to reset_multis for force redraws without attempting to
|
||||||
guess whether we need to, for functions that we don't have good info about
|
guess whether we need to, for functions that we don't have good info about
|
||||||
|
@ -2362,6 +2389,7 @@ GNU nano 2.1.9 - 2009.02.16
|
||||||
with syntax highlighting in new buffers, initially reported by Mike Frysinger.
|
with syntax highlighting in new buffers, initially reported by Mike Frysinger.
|
||||||
|
|
||||||
GNU nano 2.1.8 - 2009.02.07
|
GNU nano 2.1.8 - 2009.02.07
|
||||||
|
|
||||||
2009-02-06 Chris Allegretta <chrisa@asty.org>
|
2009-02-06 Chris Allegretta <chrisa@asty.org>
|
||||||
* rcfile.c (parse_include): Abort on being unable to open an included rcfile.
|
* rcfile.c (parse_include): Abort on being unable to open an included rcfile.
|
||||||
Fixes Savannah bug #25490, nanorc: "include"ing a file which doesn't exist
|
Fixes Savannah bug #25490, nanorc: "include"ing a file which doesn't exist
|
||||||
|
@ -2407,6 +2435,7 @@ GNU nano 2.1.8 - 2009.02.07
|
||||||
reported by Eitan Adler <eitanadlerlist@gmail.com>.
|
reported by Eitan Adler <eitanadlerlist@gmail.com>.
|
||||||
|
|
||||||
GNU nano 2.1.7 - 2008.11.10
|
GNU nano 2.1.7 - 2008.11.10
|
||||||
|
|
||||||
2008-10-20 Chris Allegretta <chrisa@asty.org>
|
2008-10-20 Chris Allegretta <chrisa@asty.org>
|
||||||
* files.c (do_writeout): Add check for file modification when saving
|
* files.c (do_writeout): Add check for file modification when saving
|
||||||
the file so the user can at least know they may be blowing away changes.
|
the file so the user can at least know they may be blowing away changes.
|
||||||
|
@ -2426,6 +2455,7 @@ GNU nano 2.1.7 - 2008.11.10
|
||||||
next uncut, fixes Savannah bug #24183.
|
next uncut, fixes Savannah bug #24183.
|
||||||
|
|
||||||
GNU nano 2.1.6 - 2008.10.03
|
GNU nano 2.1.6 - 2008.10.03
|
||||||
|
|
||||||
2008-10-03 Pascal Gentil <pascal.gentil@univ-rennes1.fr>
|
2008-10-03 Pascal Gentil <pascal.gentil@univ-rennes1.fr>
|
||||||
* fortran.nanorc: Sample Fortran syntax highlighting file.
|
* fortran.nanorc: Sample Fortran syntax highlighting file.
|
||||||
|
|
||||||
|
@ -2457,6 +2487,7 @@ GNU nano 2.1.6 - 2008.10.03
|
||||||
we can't generate ^C without it.
|
we can't generate ^C without it.
|
||||||
|
|
||||||
GNU nano 2.1.5 - 2008.08.30
|
GNU nano 2.1.5 - 2008.08.30
|
||||||
|
|
||||||
2008-08-29 Chris Allegretta <chrisa@asty.org>
|
2008-08-29 Chris Allegretta <chrisa@asty.org>
|
||||||
* configure.ac, color.c, rcfile.c, utils.c: 1st attempt at supporting systems
|
* configure.ac, color.c, rcfile.c, utils.c: 1st attempt at supporting systems
|
||||||
which don't support GNU-style word boundaries. New function fixbounds() to
|
which don't support GNU-style word boundaries. New function fixbounds() to
|
||||||
|
@ -2488,6 +2519,7 @@ GNU nano 2.1.5 - 2008.08.30
|
||||||
space on partition - nano claims successful write - file is empty.
|
space on partition - nano claims successful write - file is empty.
|
||||||
|
|
||||||
GNU nano 2.1.4 - 2008.08.09
|
GNU nano 2.1.4 - 2008.08.09
|
||||||
|
|
||||||
2008-08-08 Chris Allegretta <chrisa@asty.org>
|
2008-08-08 Chris Allegretta <chrisa@asty.org>
|
||||||
* files.c (write_file): Do not go on and attempt to write the main file if writing
|
* files.c (write_file): Do not go on and attempt to write the main file if writing
|
||||||
the backup file failed, related to Savannah bug #24000.
|
the backup file failed, related to Savannah bug #24000.
|
||||||
|
@ -2501,11 +2533,12 @@ GNU nano 2.1.4 - 2008.08.09
|
||||||
a struct which may be NULL.
|
a struct which may be NULL.
|
||||||
|
|
||||||
GNU nano 2.1.3 - 2008.08.04
|
GNU nano 2.1.3 - 2008.08.04
|
||||||
|
|
||||||
2008-07-23 Chris Allegretta <chrisa@asty.org>
|
2008-07-23 Chris Allegretta <chrisa@asty.org>
|
||||||
* configure.ac: Add ncursesw dir to include path if lib is detected.
|
* configure.ac: Add ncursesw dir to include path if lib is detected.
|
||||||
|
|
||||||
2008-07-11 Mike Frysinger <vapier@gentoo.org>
|
2008-07-11 Mike Frysinger <vapier@gentoo.org>
|
||||||
* doc/nanorc.sample.in: Include the updates files in the default sample nanorc.
|
* doc/nanorc.sample.in: Include the updated files in the default sample nanorc.
|
||||||
|
|
||||||
2008-07-11 Fabian Groffen <grobian@gentoo.org>
|
2008-07-11 Fabian Groffen <grobian@gentoo.org>
|
||||||
* nano.c: Don't include langinfo.h if not using ENABLE_UTF8
|
* nano.c: Don't include langinfo.h if not using ENABLE_UTF8
|
||||||
|
@ -2523,8 +2556,8 @@ GNU nano 2.1.3 - 2008.08.04
|
||||||
* global.c: Fix for not having a search history when --disable-justify is used
|
* global.c: Fix for not having a search history when --disable-justify is used
|
||||||
(Savannah bug #23733).
|
(Savannah bug #23733).
|
||||||
|
|
||||||
|
|
||||||
GNU nano 2.1.2 - 2008.06.24
|
GNU nano 2.1.2 - 2008.06.24
|
||||||
|
|
||||||
2008-06-24 Chris Allegretta <chrisa@asty.org>
|
2008-06-24 Chris Allegretta <chrisa@asty.org>
|
||||||
* rcfile.c: Added function check_bad_binding() to look for sequences which
|
* rcfile.c: Added function check_bad_binding() to look for sequences which
|
||||||
shouldn't be bound, per Savannah bug #22674.
|
shouldn't be bound, per Savannah bug #22674.
|
||||||
|
@ -2550,6 +2583,7 @@ GNU nano 2.1.2 - 2008.06.24
|
||||||
by Andreas Amann <andreas.amann@tyndall.ie>.
|
by Andreas Amann <andreas.amann@tyndall.ie>.
|
||||||
|
|
||||||
GNU nano 2.1.1 - 2008.04.01
|
GNU nano 2.1.1 - 2008.04.01
|
||||||
|
|
||||||
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* Added the following contributed files, by owner:
|
* Added the following contributed files, by owner:
|
||||||
Donnie Berkholz <dberkholz@gentoo.org>
|
Donnie Berkholz <dberkholz@gentoo.org>
|
||||||
|
@ -2557,7 +2591,7 @@ GNU nano 2.1.1 - 2008.04.01
|
||||||
Simon Rupf <simon.rupf@int-ag.ch>
|
Simon Rupf <simon.rupf@int-ag.ch>
|
||||||
* Sample css.nanorc
|
* Sample css.nanorc
|
||||||
Josef 'Jupp' Schugt <jupp@rubyforge.org>
|
Josef 'Jupp' Schugt <jupp@rubyforge.org>
|
||||||
* sample ruby.nanorc
|
* Sample ruby.nanorc
|
||||||
|
|
||||||
2008-03-31 Chris Allegretta <chrisa@asty.org>
|
2008-03-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* global.c: Fix for issues compiling with --enable-tiny and
|
* global.c: Fix for issues compiling with --enable-tiny and
|
||||||
|
|
Loading…
Reference in New Issue