Tweaking the Changelog.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5674 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f5eb316603
commit
6fef9208da
|
@ -8,9 +8,9 @@
|
||||||
* src/{files,nano,winio}.c: Rewrap and reshuffle some lines.
|
* src/{files,nano,winio}.c: Rewrap and reshuffle some lines.
|
||||||
|
|
||||||
2016-02-22 Chris Allegretta <chrisa@asty.org>
|
2016-02-22 Chris Allegretta <chrisa@asty.org>
|
||||||
* Add ability to kill the trailing spaces when justifying
|
* Add the ability to kill the trailing spaces when justifying text,
|
||||||
code. New nanorc option kill_spaces_on_justify, we'll see
|
by adding a new nanorc option 'kill_spaces_on_justify' -- we'll see
|
||||||
whether this warrants a command line flahg or not.
|
whether this warrants a command-line flag or not.
|
||||||
|
|
||||||
2016-02-22 Benno Schulenberg <bensberg@justemail.net>
|
2016-02-22 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/nano.c (free_openfilestruct): Elide this function.
|
* src/nano.c (free_openfilestruct): Elide this function.
|
||||||
|
@ -233,7 +233,7 @@ GNU nano 2.5.2 - 2016.02.12
|
||||||
* src/winio.c (set_modified): Plug another memory leak.
|
* src/winio.c (set_modified): Plug another memory leak.
|
||||||
* src/files.c (set_modified): Move this function to its habitat.
|
* src/files.c (set_modified): Move this function to its habitat.
|
||||||
* src/files.c (open_file): Return the fantastic file descriptor
|
* src/files.c (open_file): Return the fantastic file descriptor
|
||||||
when opening a non-existent file for reading succeeds.
|
when the opening of a non-existent file for reading succeeds.
|
||||||
* src/nano.c (delete_opennode), src/text.c (discard_until):
|
* src/nano.c (delete_opennode), src/text.c (discard_until):
|
||||||
Free the items on the undo stack when a buffer is closed.
|
Free the items on the undo stack when a buffer is closed.
|
||||||
This fixes Savannah bug #46904 reported by Mike Frysinger.
|
This fixes Savannah bug #46904 reported by Mike Frysinger.
|
||||||
|
|
Loading…
Reference in New Issue