diff --git a/IMPROVEMENTS b/IMPROVEMENTS index 235783d0bca029e1e6f898aadcafa6da2cdcba8d..e1df23dc28100ad6859f8c1f68191e174a3f15ea 100644 --- a/IMPROVEMENTS +++ b/IMPROVEMENTS @@ -1,6 +1,9 @@ Improvements in nano ==================== +Since 2.6.0: + - The ability to use negative numbers at the Go To Line prompt. + Noteworthy changes since 2.2 ---------------------------- - The ability to comment/uncomment lines with a single keystroke (M-3). diff --git a/NEWS b/NEWS index 3239a3eb7e8f0d59d1441b6de4ec84a0cdec8f56..9d844f3e262676f6d1820489d361b4c2eedd9a7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +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 + with Go To Line: -1 meaning the first line from the bottom), + includes syntax highlighting for Rust, and fixes three tiny + bugs (but in such far corners of the editor that they aren't + even worth mentioning). + 2016.06.17 - nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and some of them not so little. It improves moving about in the file browser, corrects failings of the internal spell diff --git a/configure.ac b/configure.ac index 9eec18d0ecb8df23edee188cad5d167d8decdc1b..22a74ffe2e26f8071e45acf2c31941f0d5c311a4 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, # USA. -AC_INIT([nano], [2.6.0], [nano-devel@gnu.org], [nano]) +AC_INIT([nano], [2.6.1], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE diff --git a/doc/man/nano.1 b/doc/man/nano.1 index 5817be7b44e48a75f6828de5e9e164b26c3f7a53..fb4182bac870adb5edaf3690856a97d3e686cc9c 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -17,7 +17,7 @@ .\" Documentation License along with this program. If not, see .\" <http://www.gnu.org/licenses/>. .\" -.TH NANO 1 "version 2.6.0" "June 2016" +.TH NANO 1 "version 2.6.1" "June 2016" .\" Please adjust this date whenever revising the manpage. .\" diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index 9e2902156f48a1f6d538d9aa05d81da0cb2ca83c..acacac3a5579cd0e374dbcbf4ff24d4902a5b23c 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -17,7 +17,7 @@ .\" Documentation License along with this program. If not, see .\" <http://www.gnu.org/licenses/>. .\" -.TH NANORC 5 "version 2.6.0" "June 2016" +.TH NANORC 5 "version 2.6.1" "June 2016" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/man/rnano.1 b/doc/man/rnano.1 index 8457bc3650752547b0241b55043ca5ca206bf24e..08aec8b4fce13021688ef2376ab3266730aef978 100644 --- a/doc/man/rnano.1 +++ b/doc/man/rnano.1 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" <http://www.gnu.org/licenses/>. .\" -.TH RNANO 1 "version 2.6.0" "June 2016" +.TH RNANO 1 "version 2.6.1" "June 2016" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index 3ac6a676f780b051619f2d09a1ad77f3b2ffdb14..4b40cb0b26f603cde0650c522b8d9c551a60f741 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -6,7 +6,7 @@ @smallbook @set EDITION 0.4 -@set VERSION 2.6.0 +@set VERSION 2.6.1 @set UPDATED June 2016 @dircategory Editors @@ -21,7 +21,7 @@ @titlepage @title @code{nano} @subtitle a small and friendly text editor. -@subtitle version 2.6.0 +@subtitle version 2.6.1 @author Chris Allegretta @page