nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 75500fd801afc54887cacb898d97cb81ffd2fe44
parent e3a026368ff32031ad5c8d5074a54cc2a311e6d3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 17 Dec 2007 23:07:49 +0000

resync NEWS with NEWS from the 2.0 branch


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4200 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 1+
MNEWS | 25+++++++++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,7 @@ 2007-12-17 David Lawrence Ramsey <pooka109@gmail.com> * ChangeLog.pre-2.1: Add missing attribution. + * NEWS: Resync with NEWS from the 2.0 branch. 2007-12-10 David Lawrence Ramsey <pooka109@gmail.com> diff --git a/NEWS b/NEWS @@ -1,3 +1,28 @@ +2007/04/26 - GNU nano 2.0.6 "that was quick" is released. This release + fixes a potential segfault after justifying text marked + from the bottom up. It also adds one more minor + documentation update. Enjoy. + +2007/04/22 - GNU nano 2.0.5 braces for impact. Among other things, this + release fixes various problems (including a segfault) + when trying to open or save a file in a directory + beginning with "~" that isn't a home directory; fixes a + problem where a file with no name could be saved over an + existing filename with no warning about overwriting it; + properly disallows opening directories or device files + from "include" commands in nanorc files; no longer + displays a misleading prompt when trying to save in + restricted mode with the mark on; and properly supports + the Cancel and Shift-Cancel keys. It also improves + several color syntaxes to highlight trailing whitespace, + just as the Java syntax does, and adds yet more minor + documentation updates. Have fun. + +2007.04.06 - GNU nano 2.0.4 heralds the dawn. This release contains + proper support for the Ctrl-[arrow key], Shift-[arrow + key], and F13-F16 keys under Xfce's Terminal. It also + adds still more minor documentation updates. Enjoy. + 2007.01.29 - GNU nano 2.0.3 flows toward its ending. This release contains several minor optimizations to make the executable a little smaller under some circumstances,