mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
bump version numbers and add a news item for 2.6.2
This commit is contained in:
parent
992533b91e
commit
b40520b574
@ -2,6 +2,10 @@ Improvements in nano
|
|||||||
====================
|
====================
|
||||||
|
|
||||||
Since 2.6.0:
|
Since 2.6.0:
|
||||||
|
- Ctrl+Up and Ctrl+Down jump to previous or next block of text.
|
||||||
|
- Feedback during Unicode Input (M-V followed by six digits).
|
||||||
|
- The option 'wordchars' for specifying extra word characters.
|
||||||
|
- Hi-bit control characters are shown in a more readable manner.
|
||||||
- The ability to use negative numbers at the Go To Line prompt.
|
- The ability to use negative numbers at the Go To Line prompt.
|
||||||
|
|
||||||
Noteworthy changes since 2.2
|
Noteworthy changes since 2.2
|
||||||
|
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
2016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
|
||||||
|
keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
|
||||||
|
of text, and the option 'wordchars' for specifying which
|
||||||
|
characters (beside alphanumeric ones) should be considered
|
||||||
|
word-forming. Further, it provides feedback during Unicode
|
||||||
|
input (M-V followed by a six-digit hexadecimal number which
|
||||||
|
must start with 0 or 10), avoids a crash when resizing the
|
||||||
|
window during Verbatim input, doesn't drop a keystroke after
|
||||||
|
having been suspended, and replaces the beginning-of-line
|
||||||
|
anchor (^) just once per line. There are also several tiny
|
||||||
|
improvements in screen rendering and key handling. Come get
|
||||||
|
your hair tousled!
|
||||||
|
|
||||||
2016.06.27 - nano 2.6.1 "Stampede" is chiefly a translation update, but also
|
2016.06.27 - nano 2.6.1 "Stampede" is chiefly a translation update, but also
|
||||||
adds one little feature (the ability to use negative numbers
|
adds one little feature (the ability to use negative numbers
|
||||||
with Go To Line: -1 meaning the first line from the bottom),
|
with Go To Line: -1 meaning the first line from the bottom),
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
|
||||||
# USA.
|
# USA.
|
||||||
|
|
||||||
AC_INIT([nano], [2.6.1], [nano-devel@gnu.org], [nano])
|
AC_INIT([nano], [2.6.2], [nano-devel@gnu.org], [nano])
|
||||||
AC_CONFIG_SRCDIR([src/nano.c])
|
AC_CONFIG_SRCDIR([src/nano.c])
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
.\" Documentation License along with this program. If not, see
|
.\" Documentation License along with this program. If not, see
|
||||||
.\" <http://www.gnu.org/licenses/>.
|
.\" <http://www.gnu.org/licenses/>.
|
||||||
.\"
|
.\"
|
||||||
.TH NANO 1 "version 2.6.1" "June 2016"
|
.TH NANO 1 "version 2.6.2" "July 2016"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
.\" Documentation License along with this program. If not, see
|
.\" Documentation License along with this program. If not, see
|
||||||
.\" <http://www.gnu.org/licenses/>.
|
.\" <http://www.gnu.org/licenses/>.
|
||||||
.\"
|
.\"
|
||||||
.TH NANORC 5 "version 2.6.1" "June 2016"
|
.TH NANORC 5 "version 2.6.2" "July 2016"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
.\" Documentation License along with this program. If not, see
|
.\" Documentation License along with this program. If not, see
|
||||||
.\" <http://www.gnu.org/licenses/>.
|
.\" <http://www.gnu.org/licenses/>.
|
||||||
.\"
|
.\"
|
||||||
.TH RNANO 1 "version 2.6.1" "June 2016"
|
.TH RNANO 1 "version 2.6.2" "July 2016"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
@smallbook
|
@smallbook
|
||||||
@set EDITION 0.4
|
@set EDITION 0.4
|
||||||
@set VERSION 2.6.1
|
@set VERSION 2.6.2
|
||||||
@set UPDATED June 2016
|
@set UPDATED July 2016
|
||||||
|
|
||||||
@dircategory Editors
|
@dircategory Editors
|
||||||
@direntry
|
@direntry
|
||||||
@ -21,7 +21,7 @@
|
|||||||
@titlepage
|
@titlepage
|
||||||
@title @code{nano}
|
@title @code{nano}
|
||||||
@subtitle a small and friendly text editor.
|
@subtitle a small and friendly text editor.
|
||||||
@subtitle version 2.6.1
|
@subtitle version 2.6.2
|
||||||
|
|
||||||
@author Chris Allegretta
|
@author Chris Allegretta
|
||||||
@page
|
@page
|
||||||
|
Loading…
Reference in New Issue
Block a user