Tiny ChangeLog fixes, and marking the 2.2.6 release.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5057 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg 2014-07-07 18:46:47 +00:00
parent 6d5b2fd936
commit be3e4404ee
1 changed files with 12 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* src/files.c (do_lockfile): Check whether the directory
of the file we're trying to lock exists, and make the
resulting error message more intuitive. Fixes
Savannah bug 42639 by bens.
Savannah bug #42639 reported by Benno Schulenberg.
2014-07-02 Mark Majeres <mark@engine12.com>
* src/text.c (undo_cut, redo_cut, update_undo): Handle the
@ -101,7 +101,8 @@
* src/prompt.c (do_statusbar_input): Normalize the indentation.
* src/winio.c: Normalize some whitespace.
* Makefile.am, nano.spec.in: Stop distributing the BUGS file.
* BUGS: Remove obsolete file; bugs are tracked on Savannah nowadays.
* BUGS: Remove obsolete file, as all the bugs in it have been fixed
long ago. Nowadays bugs are tracked on Savannah.
* configure.ac: Silence a useless warning about ignoring datarootdir.
2014-06-25 Benno Schulenberg <bensberg@justemail.net>
@ -1312,6 +1313,7 @@ GNU nano 2.3.0 - 2011.02.26
with failing to write the backup file compared to 'allow_insecure_backup'.
* winio.c (edit_redraw): Removed unused variable.
GNU nano 2.2.6 - 2010.11.22
2010-11-15 Chris Allegretta <chrisa@asty.org>
* Add a section to the FAQ about using nanorc on Win32 systems.