More tweaks of bug numbers, spelling and line length,
and trimmings of trailing whitespace. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4699 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
619b216b62
commit
1265e4ae5d
78
ChangeLog
78
ChangeLog
|
@ -4,7 +4,7 @@
|
||||||
* ChangeLog: Consistently use a colon after names of changed files.
|
* ChangeLog: Consistently use a colon after names of changed files.
|
||||||
|
|
||||||
2014-03-30 Mike Frysinger <vapier@gentoo.org>
|
2014-03-30 Mike Frysinger <vapier@gentoo.org>
|
||||||
* doc/Makefile.am, doc/man/Makefile.am, doc/man/fr/Makefile.am -
|
* doc/Makefile.am, doc/man/Makefile.am, doc/man/fr/Makefile.am:
|
||||||
The build already provides a standard htmldir for installing html
|
The build already provides a standard htmldir for installing html
|
||||||
files. Use that instead of creating our own.
|
files. Use that instead of creating our own.
|
||||||
* doc/man/Makefile.am, doc/man/fr/Makefile.am: Use dist_ prefixes
|
* doc/man/Makefile.am, doc/man/fr/Makefile.am: Use dist_ prefixes
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
* src/global.c (shortcut_init): Normalize the writing of three
|
* src/global.c (shortcut_init): Normalize the writing of three
|
||||||
help-line items: "Write Out", "Uncut Text", and "Unjustify", to
|
help-line items: "Write Out", "Uncut Text", and "Unjustify", to
|
||||||
better stress the O and U -- the big C and J were distracting.
|
better stress the O and U -- the big C and J were distracting.
|
||||||
* doc/{syntax/nanorc.nanorc,man/nanorc.5,texinfo/nano.texi} -
|
* doc/{syntax/nanorc.nanorc,man/nanorc.5,texinfo/nano.texi}:
|
||||||
Remove erroneous 'suspendenable' -- it is not a settable option
|
Remove erroneous 'suspendenable' -- it is not a settable option
|
||||||
but a bindable function.
|
but a bindable function.
|
||||||
|
|
||||||
|
@ -703,8 +703,8 @@ GNU nano 2.2.0 - 2009.11.30
|
||||||
(fixes Savannah bug #28076 reported by David Lawrence Ramsey).
|
(fixes Savannah bug #28076 reported by David Lawrence Ramsey).
|
||||||
|
|
||||||
2009-11-22 David Lawrence Ramsey <pooka109@gmail.com>
|
2009-11-22 David Lawrence Ramsey <pooka109@gmail.com>
|
||||||
* nano.c (move_to_filestruct): Fix bug 71 (cut at top of line recenters)
|
* nano.c (move_to_filestruct): Fix bug 71 (cut at top of line recenters).
|
||||||
* Fix compilation with --enable-tiny
|
* Fix compilation with --enable-tiny.
|
||||||
|
|
||||||
2009-11-22 Mike Frysinger <vapier@gentoo.org>
|
2009-11-22 Mike Frysinger <vapier@gentoo.org>
|
||||||
* doc/syntax/gentoo.nanorc: Tweak comment highlighting.
|
* doc/syntax/gentoo.nanorc: Tweak comment highlighting.
|
||||||
|
@ -938,7 +938,7 @@ GNU nano 2.1.7 - 2008.11.10
|
||||||
* undo.c (update_undo): Don't free cutbuffer if NULL, fixes Savannah bug #24499.
|
* undo.c (update_undo): Don't free cutbuffer if NULL, fixes Savannah bug #24499.
|
||||||
|
|
||||||
2008-10-04 Chris Allegretta <chrisa@asty.org>
|
2008-10-04 Chris Allegretta <chrisa@asty.org>
|
||||||
* cut.c (Add_undo): Save last cut undo information so it can be used for
|
* cut.c (add_undo): Save last cut undo information so it can be used for
|
||||||
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
|
||||||
|
@ -962,7 +962,7 @@ GNU nano 2.1.6 - 2008.10.03
|
||||||
2008-09-21 Chris Allegretta <chrisa@asty.org>
|
2008-09-21 Chris Allegretta <chrisa@asty.org>
|
||||||
* rcfile.c, color.c, nano.h: Add new capability for matching a syntax type by
|
* rcfile.c, color.c, nano.h: Add new capability for matching a syntax type by
|
||||||
the "header" (1st line) of a file being edited. Based on Savannah bug #24197
|
the "header" (1st line) of a file being edited. Based on Savannah bug #24197
|
||||||
and inital proof of concept by Dave Geering <dgeering@toshiba-tap.com>.
|
and initial proof of concept by Dave Geering <dgeering@toshiba-tap.com>.
|
||||||
|
|
||||||
2008-09-16 Chris Allegretta <chrisa@asty.org>
|
2008-09-16 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c: Add support for undoing a text uncut. Split out the undo and redo
|
* text.c: Add support for undoing a text uncut. Split out the undo and redo
|
||||||
|
@ -974,13 +974,14 @@ GNU nano 2.1.6 - 2008.10.03
|
||||||
|
|
||||||
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 which don't support
|
* configure.ac, color.c, rcfile.c, utils.c: 1st attempt at supporting systems
|
||||||
GNU-style word boundaries. New function fixbounds() to translate from GNU-style to
|
which don't support GNU-style word boundaries. New function fixbounds() to
|
||||||
BSD-style, autoconf option GNU_WORDBOUNDS.
|
translate from GNU-style to BSD-style, autoconf option GNU_WORDBOUNDS.
|
||||||
* nano-regress: New perl script to check for some of the more obvious issues with compilation
|
* nano-regress: New perl script to check for some of the more obvious issues
|
||||||
issues with certain configure options.
|
with compilation issues with certain configure options.
|
||||||
* global.c, help.c, browser.c, files.c, proto.h: Fix several compipation and programmatic
|
* global.c, help.c, browser.c, files.c, proto.h: Fix several compilation and
|
||||||
issues with --disable-help, especially that do-writeout was treating ^G the same as ^M.
|
programmatic issues with --disable-help, especially that do-writeout was
|
||||||
|
treating ^G the same as ^M.
|
||||||
|
|
||||||
2008-08-28 Chris Allegretta <chrisa@asty.org>
|
2008-08-28 Chris Allegretta <chrisa@asty.org>
|
||||||
* configure.ac, rcfile.c: Add support for an alternate rcfilename at configure time. Maybe this
|
* configure.ac, rcfile.c: Add support for an alternate rcfilename at configure time. Maybe this
|
||||||
|
@ -988,80 +989,81 @@ GNU nano 2.1.5 - 2008.08.30
|
||||||
fix for Savannah bug #24128: Add nanorc support to win32 platform.
|
fix for Savannah bug #24128: Add nanorc support to win32 platform.
|
||||||
|
|
||||||
2008-08-21 Chris Allegretta <chrisa@asty.org>
|
2008-08-21 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c: Change error messages where we may possibly get into a bad state and urge
|
* text.c: Change error messages where we may possibly get into a bad state and urge the
|
||||||
the user to save when this happens. Originally by Benno Schulenberg <bensberg@justemail.net>
|
user to save when this happens. Originally by Benno Schulenberg <bensberg@justemail.net>
|
||||||
* text.c (do_enter): Fix issue when compiled with --enable-debug, fixes Savannah bug 24092.
|
* text.c (do_enter): Fix issue when compiled with --enable-debug, fixes Savannah bug #24092.
|
||||||
|
|
||||||
2008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?>
|
2008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?>
|
||||||
* files.c (write_file): Add needed flags to open() calls when writing out files. Fixes Savannah bug
|
* files.c (write_file): Add needed flags to open() calls when writing out files.
|
||||||
#23827: Compilation fails with -D_FORTIFY_SOURCE=2
|
Fixes Savannah bug #23827: Compilation fails with -D_FORTIFY_SOURCE=2.
|
||||||
|
|
||||||
2008-08-08 Chris Allegretta <chrisa@asty.org>
|
2008-08-08 Chris Allegretta <chrisa@asty.org>
|
||||||
* files.c (write_file): Check exit code of fclose(), since in certain out of space conditions the OS will
|
* files.c (write_file): Check the exit code of fclose(), since in certain
|
||||||
happily report successful fwrite()s until you try and close the file. Fix for Savannah bug
|
out-of-space conditions the OS will happily report successful fwrite()s
|
||||||
#24000: no free space on partition - nano claims successful write - file empty
|
until you try and close the file. Fixes Savannah bug #24000: no free
|
||||||
|
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 the backup file failed,
|
* files.c (write_file): Do not go on and attempt to write the main file if writing
|
||||||
related to Savannah bug 24000.
|
the backup file failed, related to Savannah bug #24000.
|
||||||
* text.c (do_redo): Fix improperly restoring the text when redoing a line split.
|
* text.c (do_redo): Fix improperly restoring the text when redoing a line split.
|
||||||
* text.c (add_undo): Fix check for multi-line cut check skips adding other new legit events.
|
* text.c (add_undo): Fix check for multi-line cut check skips adding other new legit events.
|
||||||
|
|
||||||
2008-07-23 Chris Allegretta <chrisa@asty.org>
|
2008-07-23 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c: Reset openfile-> to OTHER after an undo or redo so we don't mistakenly
|
* text.c: Reset openfile-> to OTHER after an undo or redo so we don't
|
||||||
mistakenly think this is an update when it's really an add. Also
|
mistakenly think this is an update when it's really an add. Also
|
||||||
Fix an extra ; after an if statement which makes nano try to free a struct which
|
fix an extra ; after an if statement which makes nano try to free
|
||||||
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 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 updates 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
|
||||||
(Savannah patch 6565)
|
(Savannah patch #6565).
|
||||||
|
|
||||||
2008-07-11 Mitsuya Shibata <mty.shibata@gmail.com>
|
2008-07-11 Mitsuya Shibata <mty.shibata@gmail.com>
|
||||||
* text.c: Fix crashing in help menu when using certain locales
|
* text.c: Fix crashing in help menu when using certain locales
|
||||||
(Savannah bug 23751)
|
(Savannah bug #23751).
|
||||||
|
|
||||||
2008-07-09 Chris Allegretta <chrisa@asty.org>
|
2008-07-09 Chris Allegretta <chrisa@asty.org>
|
||||||
* nano.c/nano.h/global.c/text.c: New generalized undo code, currently
|
* nano.c/nano.h/global.c/text.c: New generalized undo code, currently
|
||||||
just works for adding and deleting text and splitting and unsplitting lines.
|
just works for adding and deleting text and splitting and unsplitting lines.
|
||||||
|
|
||||||
2008-06-29 Chris Allegretta <chrisa@asty.org>
|
2008-06-29 Chris Allegretta <chrisa@asty.org>
|
||||||
* global.c: Fix for not having 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.
|
||||||
|
|
||||||
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* prompt.c,search.c,global.c: Tentative fix for bug #23144: using arrow
|
* prompt.c,search.c,global.c: Tentative fix for bug #23144: using arrow
|
||||||
keys in search buffer affects main window (by Mike Frysinger)
|
keys in search buffer affects main window (by Mike Frysinger).
|
||||||
|
|
||||||
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* global.c: Fix for Savannah bug #23442: left/right arrow keys
|
* global.c: Fix for Savannah bug #23442: left/right arrow keys
|
||||||
do not work with --enable-tiny (by Mike Frysinger)
|
do not work with --enable-tiny (by Mike Frysinger).
|
||||||
|
|
||||||
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* files.c,proto.h,text.c: Fix for conflicts with AIX curses
|
* files.c,proto.h,text.c: Fix for conflicts with AIX curses
|
||||||
variables, from William Jojo <jojowil@hvcc.edu>
|
variables, from William Jojo <jojowil@hvcc.edu>.
|
||||||
|
|
||||||
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* global.c: Fix for compile error when --disable-speller is used
|
* global.c: Fix for compile error when --disable-speller is used
|
||||||
(Savannah bug 23227 by Mike Frysinger)
|
(Savannah bug #23227 by Mike Frysinger).
|
||||||
|
|
||||||
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
2008-05-31 Chris Allegretta <chrisa@asty.org>
|
||||||
* Fix for seg fault when window size too small, by
|
* Fix for seg fault when window size is too small,
|
||||||
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>
|
||||||
|
|
Loading…
Reference in New Issue