resync NEWS with NEWS from the 2.0 branch
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4214 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9fff4e1a10
commit
200f0c8c2c
|
@ -1,6 +1,7 @@
|
|||
2007-12-20 David Lawrence Ramsey <pooka109@gmail.com>
|
||||
|
||||
* AUTHORS, doc/faq.html: Update maintenance information.
|
||||
* NEWS: Resync with NEWS from the 2.0 branch.
|
||||
|
||||
2007-12-18 David Lawrence Ramsey <pooka109@gmail.com>
|
||||
|
||||
|
|
22
NEWS
22
NEWS
|
@ -1,3 +1,25 @@
|
|||
2007/12/20 - GNU nano 2.0.7 keeps its balance. This release fixes
|
||||
several bugs, among others: a segfault and several
|
||||
cursor positioning problems when uncutting text or
|
||||
inserting files into the current buffer; a problem where
|
||||
the total number of characters would be miscalculated
|
||||
when replacing single-byte characters with multibyte
|
||||
ones; several minor issues with the statusbar prompt
|
||||
involving text display and mouse support; and several
|
||||
oddities when tab-completing in the middle of a line.
|
||||
It also improves autodetection of DOS and Mac format
|
||||
files, properly supports the mouse wheel when using a
|
||||
version of ncurses built with the --enable-ext-mouse
|
||||
option, fixes some problems under NetBSD curses, adds a
|
||||
lot of translation updates, and adds more minor
|
||||
documentation updates. Slang curses emulation support
|
||||
has also been changed to turn off all the options that
|
||||
--enable-tiny does, as it's hopelessly broken otherwise.
|
||||
Finally, nano is now licensed under the GNU GPL version
|
||||
3 or later, and its documentation is now dual-licensed
|
||||
under the GNU GPL version 3 or later and the GNU FDL
|
||||
version 1.2 or later. Have fun.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue