diff --git a/ChangeLog b/ChangeLog index c6ecb748..add0effa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes between v5.6 and v5.6.1: +-------------------------------- + +Benno Schulenberg (4): + bump version numbers and add a news item for the 5.6.1 release + options: rename 'highlightcolor' to the more distinct 'spotlightcolor' + search: correctly colorize a match also when softwrapping is active + tweaks: rename a symbol, to better match the corresponding option + + Changes between v5.5 and v5.6: ------------------------------ diff --git a/NEWS b/NEWS index cf4cc049..18891c15 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2021.03.03 - GNU nano 5.6.1 "Geelgors" +• Search matches are properly colorized in softwrap mode too. +• Option 'highlightcolor' has been renamed to 'spotlightcolor'. + 2021.02.24 - GNU nano 5.6 "Wielewaal" • A search match gets highlighted (in black on yellow by default), in addition to placing the cursor at the start of the match. diff --git a/configure.ac b/configure.ac index 50440ef8..4ddac8e1 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see https://www.gnu.org/licenses/. -AC_INIT([GNU nano], [5.6], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [5.6.1], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.14]) diff --git a/doc/faq.html b/doc/faq.html index 8ecfeb24..911d002e 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -89,7 +89,7 @@
On January 10, 2000, TIP was officially renamed to nano because of a namespace conflict with another program called 'tip'. The original 'tip' program "establishes a full duplex terminal connection to a remote host", and was included with many older Unix systems (and newer ones like Solaris). The conflict was not noticed at first because there is no 'tip' utility included with most GNU/Linux distributions (where nano was developed).
+The current version of nano should be 5.6. Of course, you should always check the nano homepage to see what the latest and greatest version is.
The current version of nano should be 5.6.1. Of course, you should always check the nano homepage to see what the latest and greatest version is.
Jeez, demanding, aren't we? Okay, look here.