Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nano for openSUSE:Factory checked in at 2021-03-12 13:30:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nano (Old) and /work/SRC/openSUSE:Factory/.nano.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nano" Fri Mar 12 13:30:54 2021 rev:95 rq:877577 version:5.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nano/nano.changes 2021-03-02 12:25:53.547340657 +0100 +++ /work/SRC/openSUSE:Factory/.nano.new.2401/nano.changes 2021-03-12 13:31:10.670145583 +0100 @@ -1,0 +2,13 @@ +Mon Mar 8 08:12:08 UTC 2021 - Martin Pluskal <mplus...@suse.com> + +- Fox signature sources +- Drop no longer needed scriplets + +------------------------------------------------------------------- +Wed Mar 3 10:12:16 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- GNU nano 5.6.1: + * Search matches are properly colorized in softwrap mode too + * Option 'highlightcolor' has been renamed to 'spotlightcolor' + +------------------------------------------------------------------- Old: ---- nano-5.6.tar.xz nano-5.6.tar.xz.asc New: ---- nano-5.6.1.tar.xz nano-5.6.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nano.spec ++++++ --- /var/tmp/diff_new_pack.zHtWwb/_old 2021-03-12 13:31:11.270146424 +0100 +++ /var/tmp/diff_new_pack.zHtWwb/_new 2021-03-12 13:31:11.274146429 +0100 @@ -18,7 +18,7 @@ %define _version 5 Name: nano -Version: 5.6 +Version: 5.6.1 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0-or-later @@ -34,8 +34,6 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(zlib) -Requires(post): info -Requires(preun): info %description GNU nano is a small and friendly text editor. It aims to emulate @@ -75,12 +73,6 @@ %find_lang %{name} --with-man --all-name -%post -%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{?ext_info} - -%preun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{?ext_info} - %files %license COPYING COPYING.DOC %doc AUTHORS ChangeLog* IMPROVEMENTS NEWS README THANKS TODO doc/sample.nanorc ++++++ nano-5.6.tar.xz -> nano-5.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/ChangeLog new/nano-5.6.1/ChangeLog --- old/nano-5.6/ChangeLog 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/ChangeLog 2021-03-03 09:58:40.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/NEWS new/nano-5.6.1/NEWS --- old/nano-5.6/NEWS 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/NEWS 2021-03-03 09:58:40.000000000 +0100 @@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/configure new/nano-5.6.1/configure --- old/nano-5.6/configure 2021-02-24 11:03:43.000000000 +0100 +++ new/nano-5.6.1/configure 2021-03-03 10:05:34.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for GNU nano 5.6. +# Generated by GNU Autoconf 2.71 for GNU nano 5.6.1. # # Report bugs to <nano-de...@gnu.org>. # @@ -611,8 +611,8 @@ # Identity of this package. PACKAGE_NAME='GNU nano' PACKAGE_TARNAME='nano' -PACKAGE_VERSION='5.6' -PACKAGE_STRING='GNU nano 5.6' +PACKAGE_VERSION='5.6.1' +PACKAGE_STRING='GNU nano 5.6.1' PACKAGE_BUGREPORT='nano-de...@gnu.org' PACKAGE_URL='https://www.gnu.org/software/nano/' @@ -2637,7 +2637,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU nano 5.6 to adapt to many kinds of systems. +\`configure' configures GNU nano 5.6.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2708,7 +2708,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU nano 5.6:";; + short | recursive ) echo "Configuration of GNU nano 5.6.1:";; esac cat <<\_ACEOF @@ -2857,7 +2857,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU nano configure 5.6 +GNU nano configure 5.6.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -3519,7 +3519,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU nano $as_me 5.6, which was +It was created by GNU nano $as_me 5.6.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4927,7 +4927,7 @@ # Define the identity of the package. PACKAGE='nano' - VERSION='5.6' + VERSION='5.6.1' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -38973,7 +38973,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU nano $as_me 5.6, which was +This file was extended by GNU nano $as_me 5.6.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -39043,7 +39043,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -GNU nano config.status 5.6 +GNU nano config.status 5.6.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/configure.ac new/nano-5.6.1/configure.ac --- old/nano-5.6/configure.ac 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/configure.ac 2021-03-03 09:58:40.000000000 +0100 @@ -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-de...@gnu.org], [nano]) +AC_INIT([GNU nano], [5.6.1], [nano-de...@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.14]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/faq.html new/nano-5.6.1/doc/faq.html --- old/nano-5.6/doc/faq.html 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/doc/faq.html 2021-03-03 09:58:40.000000000 +0100 @@ -89,7 +89,7 @@ <h3><a name="1.3"></a>1.3. Why the name change from TIP?</h3> <blockquote><p>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).</p></blockquote> <h3><a name="1.4"></a>1.4. What is the current version of nano?</h3> -<blockquote><p>The current version of nano <i>should</i> be <b>5.6</b>. Of course, you should always check the <a href="https://nano-editor.org/">nano homepage</a> to see what the latest and greatest version is.</p></blockquote> +<blockquote><p>The current version of nano <i>should</i> be <b>5.6.1</b>. Of course, you should always check the <a href="https://nano-editor.org/">nano homepage</a> to see what the latest and greatest version is.</p></blockquote> <h3><a name="1.5"></a>1.5. I want to read the man page without having to download the program!</h3> <blockquote><p>Jeez, demanding, aren't we? Okay, look <a href="https://nano-editor.org/dist/latest/nano.1.html">here</a>.</p></blockquote> <hr width="100%"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nano.1 new/nano-5.6.1/doc/nano.1 --- old/nano-5.6/doc/nano.1 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/doc/nano.1 2021-03-03 09:58:40.000000000 +0100 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" <https://www.gnu.org/licenses/>. .\" -.TH NANO 1 "version 5.6" "February 2021" +.TH NANO 1 "version 5.6.1" "March 2021" .SH NAME nano \- Nano's ANOther editor, inspired by Pico diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nano.1.html new/nano-5.6.1/doc/nano.1.html --- old/nano-5.6/doc/nano.1.html 2021-02-24 11:00:19.000000000 +0100 +++ new/nano-5.6.1/doc/nano.1.html 2021-03-03 10:01:16.000000000 +0100 @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.22.4 --> -<!-- CreationDate: Wed Feb 24 11:00:19 2021 --> +<!-- CreationDate: Wed Mar 3 10:01:16 2021 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nano.html new/nano-5.6.1/doc/nano.html --- old/nano-5.6/doc/nano.html 2021-02-24 11:00:22.000000000 +0100 +++ new/nano-5.6.1/doc/nano.html 2021-03-03 10:01:20.000000000 +0100 @@ -45,7 +45,7 @@ <span id="Top"></span><span id="SEC_Top"></span> -<p>This manual documents the GNU <code>nano</code> editor, version 5.6. +<p>This manual documents the GNU <code>nano</code> editor, version 5.6.1. </p> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">• <a href="#Introduction" accesskey="1">Introduction</a></td><td> </td><td align="left" valign="top"> @@ -960,12 +960,6 @@ text. (The color of the stripe can be changed with <code>set stripecolor</code>.) </p> </dd> -<dt><code>set highlightcolor [bold,][italic,]<var>fgcolor</var>,<var>bgcolor</var></code></dt> -<dd><p>Use this color combination for highlighting a search match. -The default value is <tt>black,lightyellow</tt>. -See <a href="#set-functioncolor"><code>set functioncolor</code></a> for valid color names. -</p> -</dd> <dt><code>set historylog</code></dt> <dd><p>Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -1177,6 +1171,12 @@ See <a href="#g_t_002d_002dspeller"><samp>--speller</samp></a> for details. </p> </dd> +<dt><code>set spotlightcolor [bold,][italic,]<var>fgcolor</var>,<var>bgcolor</var></code></dt> +<dd><p>Use this color combination for highlighting a search match. +The default value is <tt>black,lightyellow</tt>. +See <a href="#set-functioncolor"><code>set functioncolor</code></a> for valid color names. +</p> +</dd> <dt><code>set stateflags</code></dt> <dd><p>Use the top-right corner of the screen for showing some state flags: <code>I</code> when auto-indenting, <code>M</code> when the mark is on, <code>L</code> when diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nano.info new/nano-5.6.1/doc/nano.info --- old/nano-5.6/doc/nano.info 2021-02-24 11:00:25.000000000 +0100 +++ new/nano-5.6.1/doc/nano.info 2021-03-03 10:01:23.000000000 +0100 @@ -11,7 +11,7 @@ nano **** -This manual documents the GNU ???nano??? editor, version 5.6. +This manual documents the GNU ???nano??? editor, version 5.6.1. * Menu: @@ -846,11 +846,6 @@ of the text. (The color of the stripe can be changed with ???set stripecolor???.) -???set highlightcolor [bold,][italic,]FGCOLOR,BGCOLOR??? - Use this color combination for highlighting a search match. The - default value is black,lightyellow. *Note set functioncolor:: for - valid color names. - ???set historylog??? Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -1031,6 +1026,11 @@ Use the given program to do spell checking and correcting. *Note --speller:: for details. +???set spotlightcolor [bold,][italic,]FGCOLOR,BGCOLOR??? + Use this color combination for highlighting a search match. The + default value is black,lightyellow. *Note set functioncolor:: for + valid color names. + ???set stateflags??? Use the top-right corner of the screen for showing some state flags: ???I??? when auto-indenting, ???M??? when the mark is on, ???L??? when @@ -1917,32 +1917,32 @@ Tag Table: Node: Top199 -Node: Introduction554 -Node: Invoking1750 -Node: Command-line Options3366 -Ref: --speller12499 -Node: Editor Basics16290 -Node: Entering Text16586 -Node: Commands17575 -Node: The Cutbuffer18372 -Node: The Mark18946 -Node: Screen Layout19916 -Node: Search and Replace21095 -Node: Using the Mouse21830 -Node: Anchors22443 -Node: Limitations23248 -Node: Built-in Help23565 -Node: The File Browser23990 -Node: Feature Toggles24881 -Node: Nanorc Files26688 -Node: Settings28309 -Ref: set functioncolor31579 -Ref: set matchbrackets34188 -Ref: Whitespace42237 -Node: Syntax Highlighting42992 -Node: Rebinding Keys49757 -Node: Pico Compatibility64209 -Node: Building and Configure Options68749 +Node: Introduction556 +Node: Invoking1752 +Node: Command-line Options3368 +Ref: --speller12501 +Node: Editor Basics16292 +Node: Entering Text16588 +Node: Commands17577 +Node: The Cutbuffer18374 +Node: The Mark18948 +Node: Screen Layout19918 +Node: Search and Replace21097 +Node: Using the Mouse21832 +Node: Anchors22445 +Node: Limitations23250 +Node: Built-in Help23567 +Node: The File Browser23992 +Node: Feature Toggles24883 +Node: Nanorc Files26690 +Node: Settings28311 +Ref: set functioncolor31581 +Ref: set matchbrackets33966 +Ref: Whitespace42239 +Node: Syntax Highlighting42994 +Node: Rebinding Keys49759 +Node: Pico Compatibility64211 +Node: Building and Configure Options68751 End Tag Table diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nano.texi new/nano-5.6.1/doc/nano.texi --- old/nano-5.6/doc/nano.texi 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/doc/nano.texi 2021-03-03 09:58:40.000000000 +0100 @@ -8,8 +8,8 @@ @smallbook @set EDITION 0.5 -@set VERSION 5.6 -@set UPDATED February 2021 +@set VERSION 5.6.1 +@set UPDATED March 2021 @dircategory Editors @direntry @@ -23,7 +23,7 @@ @titlepage @title GNU @command{nano} @subtitle a small and friendly text editor -@subtitle version 5.6 +@subtitle version 5.6.1 @author Chris Allegretta @page @@ -63,7 +63,7 @@ @node Top @top -This manual documents the GNU @command{nano} editor, version 5.6. +This manual documents the GNU @command{nano} editor, version 5.6.1. @menu * Introduction:: @@ -892,11 +892,6 @@ Draw a vertical stripe at the given column, to help judge the width of the text. (The color of the stripe can be changed with @code{set stripecolor}.) -@item set highlightcolor [bold,][italic,]@var{fgcolor},@var{bgcolor} -Use this color combination for highlighting a search match. -The default value is @t{black,lightyellow}. -@xref{@code{set functioncolor}} for valid color names. - @item set historylog Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -1073,6 +1068,11 @@ Use the given program to do spell checking and correcting. @xref{@option{--speller}} for details. +@item set spotlightcolor [bold,][italic,]@var{fgcolor},@var{bgcolor} +Use this color combination for highlighting a search match. +The default value is @t{black,lightyellow}. +@xref{@code{set functioncolor}} for valid color names. + @item set stateflags Use the top-right corner of the screen for showing some state flags: @code{I} when auto-indenting, @code{M} when the mark is on, @code{L} when diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nanorc.5 new/nano-5.6.1/doc/nanorc.5 --- old/nano-5.6/doc/nanorc.5 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/doc/nanorc.5 2021-03-03 09:58:40.000000000 +0100 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" <https://www.gnu.org/licenses/>. .\" -.TH NANORC 5 "version 5.6" "February 2021" +.TH NANORC 5 "version 5.6.1" "March 2021" .SH NAME nanorc \- GNU nano's configuration file @@ -146,11 +146,6 @@ Draw a vertical stripe at the given column, to help judge the width of the text. (The color of the stripe can be changed with \fBset stripecolor\fR.) .TP -.B set highlightcolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR -Use this color combination for highlighting a search match. -The default value is \fBblack,lightyellow\fR. -See \fBset titlecolor\fR for valid color names. -.TP .B set historylog Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -327,6 +322,11 @@ Use the given \fIprogram\fR to do spell checking and correcting, instead of using the built-in corrector that calls \fBhunspell\fR(1) or \fBspell\fR(1). .TP +.B set spotlightcolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR +Use this color combination for highlighting a search match. +The default value is \fBblack,lightyellow\fR. +See \fBset titlecolor\fR for valid color names. +.TP .B set stateflags Use the top-right corner of the screen for showing some state flags: \fBI\fR when auto-indenting, \fBM\fR when the mark is on, \fBL\fR when diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/nanorc.5.html new/nano-5.6.1/doc/nanorc.5.html --- old/nano-5.6/doc/nanorc.5.html 2021-02-24 11:04:07.000000000 +0100 +++ new/nano-5.6.1/doc/nanorc.5.html 2021-03-03 10:01:17.000000000 +0100 @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.22.4 --> -<!-- CreationDate: Wed Feb 24 11:04:07 2021 --> +<!-- CreationDate: Wed Mar 3 10:01:17 2021 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> @@ -235,14 +235,6 @@ color of the stripe can be changed with <b>set stripecolor</b>.)</p> -<p style="margin-left:11%;"><b>set highlightcolor</b> -[<b>bold,</b>][<b>italic,</b>]<i>fgcolor</i><b>,</b><i>bgcolor</i></p> - -<p style="margin-left:15%;">Use this color combination for -highlighting a search match. The default value is -<b>black,lightyellow</b>. See <b>set titlecolor</b> for -valid color names.</p> - <p style="margin-left:11%;"><b>set historylog</b></p> <p style="margin-left:15%;">Save the last hundred search @@ -511,6 +503,14 @@ built-in corrector that calls <b>hunspell</b>(1) or <b>spell</b>(1).</p> +<p style="margin-left:11%;"><b>set spotlightcolor</b> +[<b>bold,</b>][<b>italic,</b>]<i>fgcolor</i><b>,</b><i>bgcolor</i></p> + +<p style="margin-left:15%;">Use this color combination for +highlighting a search match. The default value is +<b>black,lightyellow</b>. See <b>set titlecolor</b> for +valid color names.</p> + <p style="margin-left:11%;"><b>set stateflags</b></p> <p style="margin-left:15%;">Use the top-right corner of the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/rnano.1 new/nano-5.6.1/doc/rnano.1 --- old/nano-5.6/doc/rnano.1 2021-02-24 10:56:32.000000000 +0100 +++ new/nano-5.6.1/doc/rnano.1 2021-03-03 09:58:40.000000000 +0100 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" <https://www.gnu.org/licenses/>. .\" -.TH RNANO 1 "version 5.6" "February 2021" +.TH RNANO 1 "version 5.6.1" "March 2021" .SH NAME rnano \- a restricted nano diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/rnano.1.html new/nano-5.6.1/doc/rnano.1.html --- old/nano-5.6/doc/rnano.1.html 2021-02-24 11:00:19.000000000 +0100 +++ new/nano-5.6.1/doc/rnano.1.html 2021-03-03 10:01:16.000000000 +0100 @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.22.4 --> -<!-- CreationDate: Wed Feb 24 11:00:19 2021 --> +<!-- CreationDate: Wed Mar 3 10:01:16 2021 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/doc/sample.nanorc.in new/nano-5.6.1/doc/sample.nanorc.in --- old/nano-5.6/doc/sample.nanorc.in 2021-02-23 11:21:19.000000000 +0100 +++ new/nano-5.6.1/doc/sample.nanorc.in 2021-03-03 09:58:40.000000000 +0100 @@ -203,13 +203,13 @@ ## Paint the interface elements of nano. These are examples; there are -## no colors by default, except for errorcolor and highlightcolor. +## no colors by default, except for errorcolor and spotlightcolor. # set titlecolor bold,lightwhite,blue # set promptcolor lightwhite,lightblack # set statuscolor bold,lightwhite,green # set errorcolor bold,lightwhite,red +# set spotlightcolor black,lime # set selectedcolor lightwhite,magenta -# set highlightcolor black,lime # set stripecolor ,yellow # set scrollercolor cyan # set numbercolor cyan @@ -221,8 +221,8 @@ # set promptcolor black,yellow # set statuscolor bold,lightwhite,magenta # set errorcolor bold,lightwhite,red +# set spotlightcolor black,orange # set selectedcolor lightwhite,cyan -# set highlightcolor black,orange # set stripecolor ,yellow # set scrollercolor magenta # set numbercolor magenta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/bg.po new/nano-5.6.1/po/bg.po --- old/nano-5.6/po/bg.po 2021-02-24 11:05:27.000000000 +0100 +++ new/nano-5.6.1/po/bg.po 2021-03-03 10:07:20.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano 1.9.99pre0\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2006-08-25 00:56+0300\n" "Last-Translator: Anton Zinoviev <zinov...@debian.org>\n" "Language-Team: Bulgarian <d...@fsa-bg.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ca.po new/nano-5.6.1/po/ca.po --- old/nano-5.6/po/ca.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/ca.po 2021-03-03 10:07:20.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-08 13:37+0100\n" "Last-Translator: Jordi Mallach <jo...@gnu.org>\n" "Language-Team: Catalan <c...@dodds.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/cs.po new/nano-5.6.1/po/cs.po --- old/nano-5.6/po/cs.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/cs.po 2021-03-03 10:07:20.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 5.0-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2020-07-30 22:58+0200\n" "Last-Translator: Pavel Fric <pavelf...@seznam.cz>\n" "Language-Team: Czech <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/da.po new/nano-5.6.1/po/da.po --- old/nano-5.6/po/da.po 2021-02-24 11:05:36.000000000 +0100 +++ new/nano-5.6.1/po/da.po 2021-03-03 10:07:28.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: nano-5.1-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2020-08-30 13:30+0200\n" "Last-Translator: Ask Hjorth Larsen <asklar...@gmail.com>\n" "Language-Team: Danish <da...@dansk-gruppen.dk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/de.po new/nano-5.6.1/po/de.po --- old/nano-5.6/po/de.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/de.po 2021-03-03 10:07:20.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-07 20:38+0100\n" "Last-Translator: Mario Bl??ttermann <mario.blaetterm...@gmail.com>\n" "Language-Team: German <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/eo.po new/nano-5.6.1/po/eo.po --- old/nano-5.6/po/eo.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/eo.po 2021-03-03 10:07:20.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-10 11:52+0100\n" "Last-Translator: Benno Schulenberg <vertal...@coevern.nl>\n" "Language-Team: Esperanto <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/es.po new/nano-5.6.1/po/es.po --- old/nano-5.6/po/es.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/es.po 2021-03-03 10:07:20.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: nano-5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-07 17:30+0100\n" "Last-Translator: Antonio Ceballos <acebal...@gmail.com>\n" "Language-Team: Spanish <e...@tp.org.es>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/eu.po new/nano-5.6.1/po/eu.po --- old/nano-5.6/po/eu.po 2021-02-24 11:05:37.000000000 +0100 +++ new/nano-5.6.1/po/eu.po 2021-03-03 10:07:30.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano 1.9.99pre0\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2006-09-25 19:59+0200\n" "Last-Translator: Mikel Olasagasti <hey_ne...@mundurat.net>\n" "Language-Team: Basque <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/fi.po new/nano-5.6.1/po/fi.po --- old/nano-5.6/po/fi.po 2021-02-24 11:05:37.000000000 +0100 +++ new/nano-5.6.1/po/fi.po 2021-03-03 10:07:30.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: nano 3.0-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2018-09-13 21:11+0300\n" "Last-Translator: Lauri Nurmi <lanu...@iki.fi>\n" "Language-Team: Finnish <translation-team...@lists.sourceforge.net>\n" Binary files old/nano-5.6/po/fr.gmo and new/nano-5.6.1/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/fr.po new/nano-5.6.1/po/fr.po --- old/nano-5.6/po/fr.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/fr.po 2021-03-03 10:07:21.000000000 +0100 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" -"PO-Revision-Date: 2021-01-07 22:03+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" +"PO-Revision-Date: 2021-02-24 12:02+0100\n" "Last-Translator: Jean-Philippe Gu??rard <jean-philippe.guerard@corbeaunoir." "org>\n" "Language-Team: French <tra...@traduc.org>\n" @@ -985,7 +985,7 @@ #: src/global.c:842 msgid "Set Mark" -msgstr "Placer la marque" +msgstr "Marquer" #: src/global.c:844 msgid "Copy" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ga.po new/nano-5.6.1/po/ga.po --- old/nano-5.6/po/ga.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/ga.po 2021-03-03 10:07:21.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: nano 2.9.4-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2018-03-04 05:44-0600\n" "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n" "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/gl.po new/nano-5.6.1/po/gl.po --- old/nano-5.6/po/gl.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/gl.po 2021-03-03 10:07:21.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano 5.4-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2020-11-25 22:49+0100\n" "Last-Translator: Francisco Javier Tsao Sant??n <t...@members.fsf.org>\n" "Language-Team: Galician <proxe...@trasno.gal>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/hr.po new/nano-5.6.1/po/hr.po --- old/nano-5.6/po/hr.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/hr.po 2021-03-03 10:07:21.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: GNU nano-5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-07 17:44-0800\n" "Last-Translator: Bo??idar Putanec <bozid...@yahoo.com>\n" "Language-Team: Croatian <lokalizac...@linux.hr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/hu.po new/nano-5.6.1/po/hu.po --- old/nano-5.6/po/hu.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/hu.po 2021-03-03 10:07:21.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: nano 2.9.4-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2018-03-20 22:25+0100\n" "Last-Translator: Gabor Kelemen <kelem...@gnome.hu>\n" "Language-Team: Hungarian <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/id.po new/nano-5.6.1/po/id.po --- old/nano-5.6/po/id.po 2021-02-24 11:05:28.000000000 +0100 +++ new/nano-5.6.1/po/id.po 2021-03-03 10:07:21.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: nano 1.2.1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2003-04-23 09:41+0000\n" "Last-Translator: Tedi Heriyanto <ted...@gmx.net>\n" "Language-Team: Indonesian <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/it.po new/nano-5.6.1/po/it.po --- old/nano-5.6/po/it.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/it.po 2021-03-03 10:07:21.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: nano 3.2-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2018-11-07 14:37+0000\n" "Last-Translator: Marco Colombo <m.colo...@ed.ac.uk>\n" "Language-Team: Italian <t...@lists.linux.it>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ja.po new/nano-5.6.1/po/ja.po --- old/nano-5.6/po/ja.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/ja.po 2021-03-03 10:07:21.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-02-09 22:32+0900\n" "Last-Translator: Takeshi Hamasaki <hmat...@users.sourceforge.jp>\n" "Language-Team: Japanese <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ko.po new/nano-5.6.1/po/ko.po --- old/nano-5.6/po/ko.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/ko.po 2021-03-03 10:07:21.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: GNU nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-14 09:58+0900\n" "Last-Translator: Seong-ho Cho <darkcircle.0...@gmail.com>\n" "Language-Team: Korean <translation-team...@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ms.po new/nano-5.6.1/po/ms.po --- old/nano-5.6/po/ms.po 2021-02-24 11:05:40.000000000 +0100 +++ new/nano-5.6.1/po/ms.po 2021-03-03 10:07:33.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-02-11 21:43+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzza...@gmail.com>\n" "Language-Team: Malay <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/nano.pot new/nano-5.6.1/po/nano.pot --- old/nano-5.6/po/nano.pot 2021-02-24 11:05:11.000000000 +0100 +++ new/nano-5.6.1/po/nano.pot 2021-03-03 10:07:03.000000000 +0100 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: GNU nano 5.6\n" +"Project-Id-Version: GNU nano 5.6.1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <l...@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/nb.po new/nano-5.6.1/po/nb.po --- old/nano-5.6/po/nb.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/nb.po 2021-03-03 10:07:21.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-18 20:48+0100\n" "Last-Translator: Johnny A. Solbu <joh...@solbu.net>\n" "Language-Team: Norwegian Bokmaal <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/nl.po new/nano-5.6.1/po/nl.po --- old/nano-5.6/po/nl.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/nl.po 2021-03-03 10:07:21.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: nano-5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-10 11:41+0100\n" "Last-Translator: Benno Schulenberg <vertal...@coevern.nl>\n" "Language-Team: Dutch <vertal...@vrijschrift.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/nn.po new/nano-5.6.1/po/nn.po --- old/nano-5.6/po/nn.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/nn.po 2021-03-03 10:07:21.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano 1.1.7\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2002-03-22 20:34+0100\n" "Last-Translator: Kjetil Torgrim Homme <kjeti...@linpro.no>\n" "Language-Team: Norwegian nynorsk <i18n...@lister.ping.uio.no>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/pl.po new/nano-5.6.1/po/pl.po --- old/nano-5.6/po/pl.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/pl.po 2021-03-03 10:07:22.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-08 14:23+0200\n" "Last-Translator: Sergey Poznyakoff <g...@gnu.org>\n" "Language-Team: Polish <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/pt.po new/nano-5.6.1/po/pt.po --- old/nano-5.6/po/pt.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/pt.po 2021-03-03 10:07:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-10 14:25+0000\n" "Last-Translator: Pedro Albuquerque <p...@protonmail.com>\n" "Language-Team: Portuguese <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/pt_BR.po new/nano-5.6.1/po/pt_BR.po --- old/nano-5.6/po/pt_BR.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/pt_BR.po 2021-03-03 10:07:22.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-10 08:54-0300\n" "Last-Translator: Rafael Fontenelle <rafae...@gnome.org>\n" "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ro.po new/nano-5.6.1/po/ro.po --- old/nano-5.6/po/ro.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/ro.po 2021-03-03 10:07:22.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano-5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-02-12 10:52+0100\n" "Last-Translator: Mihai Cristescu <mihai.criste...@gmail.com>\n" "Language-Team: Romanian <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/ru.po new/nano-5.6.1/po/ru.po --- old/nano-5.6/po/ru.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/ru.po 2021-03-03 10:07:22.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: nano 5.4-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2020-12-27 17:18+0200\n" "Last-Translator: Pavlo Marianov <a...@jack.kiev.ua>\n" "Language-Team: Russian <g...@d07.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/sl.po new/nano-5.6.1/po/sl.po --- old/nano-5.6/po/sl.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/sl.po 2021-03-03 10:07:22.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 2.3.2pre4\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2013-03-18 21:33+0100\n" "Last-Translator: Klemen Ko??ir <klemen...@gmail.com>\n" "Language-Team: Slovenian <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/sr.po new/nano-5.6.1/po/sr.po --- old/nano-5.6/po/sr.po 2021-02-24 11:05:29.000000000 +0100 +++ new/nano-5.6.1/po/sr.po 2021-03-03 10:07:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: nano-5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-12 07:19+0200\n" "Last-Translator: ???????????????? ?????????????? <miroslavniko...@rocketmail.com>\n" "Language-Team: Serbian <(nothing)>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/sv.po new/nano-5.6.1/po/sv.po --- old/nano-5.6/po/sv.po 2021-02-24 11:05:30.000000000 +0100 +++ new/nano-5.6.1/po/sv.po 2021-03-03 10:07:22.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: nano 5.4-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-05 17:20+0100\n" "Last-Translator: Josef Andersson <l10nl18nsw...@gmail.com>\n" "Language-Team: Swedish <tp...@listor.tp-sv.se>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/tr.po new/nano-5.6.1/po/tr.po --- old/nano-5.6/po/tr.po 2021-02-24 11:05:30.000000000 +0100 +++ new/nano-5.6.1/po/tr.po 2021-03-03 10:07:22.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano-5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-08 12:13+0300\n" "Last-Translator: Mehmet Kececi <mkec...@mehmetkececi.com>\n" "Language-Team: Turkish <gnome-t...@gnome.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/uk.po new/nano-5.6.1/po/uk.po --- old/nano-5.6/po/uk.po 2021-02-24 11:05:30.000000000 +0100 +++ new/nano-5.6.1/po/uk.po 2021-03-03 10:07:22.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-07 17:33+0200\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <trans...@lists.fedoraproject.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/vi.po new/nano-5.6.1/po/vi.po --- old/nano-5.6/po/vi.po 2021-02-24 11:05:30.000000000 +0100 +++ new/nano-5.6.1/po/vi.po 2021-03-03 10:07:22.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: nano 3.2-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2018-11-06 08:59+0700\n" "Last-Translator: Tr???n Ng???c Qu??n <vnwild...@gmail.com>\n" "Language-Team: Vietnamese <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/zh_CN.po new/nano-5.6.1/po/zh_CN.po --- old/nano-5.6/po/zh_CN.po 2021-02-24 11:05:30.000000000 +0100 +++ new/nano-5.6.1/po/zh_CN.po 2021-03-03 10:07:22.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-07 10:51-0500\n" "Last-Translator: Boyuan Yang <073p...@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n...@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/po/zh_TW.po new/nano-5.6.1/po/zh_TW.po --- old/nano-5.6/po/zh_TW.po 2021-02-24 11:05:30.000000000 +0100 +++ new/nano-5.6.1/po/zh_TW.po 2021-03-03 10:07:22.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: GNU nano 5.5-pre1\n" "Report-Msgid-Bugs-To: nano-de...@gnu.org\n" -"POT-Creation-Date: 2021-02-24 11:05+0100\n" +"POT-Creation-Date: 2021-03-03 10:07+0100\n" "PO-Revision-Date: 2021-01-10 19:01+0800\n" "Last-Translator: Yi-Jyun Pan <pan93...@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l...@lists.linux.org.tw>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/src/color.c new/nano-5.6.1/src/color.c --- old/nano-5.6/src/color.c 2021-02-23 11:21:19.000000000 +0100 +++ new/nano-5.6.1/src/color.c 2021-03-03 09:58:40.000000000 +0100 @@ -58,7 +58,7 @@ interface_color_pair[index] = A_NORMAL; else if (index == GUIDE_STRIPE) interface_color_pair[index] = A_REVERSE; - else if (index == HIGHLIGHTED) { + else if (index == SPOTLIGHTED) { init_pair(index + 1, COLOR_BLACK, COLOR_YELLOW + (COLORS > 15 ? 8 : 0)); interface_color_pair[index] = COLOR_PAIR(index + 1); } else if (index == PROMPT_BAR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/src/definitions.h new/nano-5.6.1/src/definitions.h --- old/nano-5.6/src/definitions.h 2021-02-23 11:21:19.000000000 +0100 +++ new/nano-5.6.1/src/definitions.h 2021-03-03 09:58:40.000000000 +0100 @@ -282,7 +282,7 @@ GUIDE_STRIPE, SCROLL_BAR, SELECTED_TEXT, - HIGHLIGHTED, + SPOTLIGHTED, PROMPT_BAR, STATUS_BAR, ERROR_MESSAGE, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/src/nano.c new/nano-5.6.1/src/nano.c --- old/nano-5.6/src/nano.c 2021-02-23 11:21:20.000000000 +0100 +++ new/nano-5.6.1/src/nano.c 2021-03-03 09:58:40.000000000 +0100 @@ -2325,7 +2325,7 @@ interface_color_pair[GUIDE_STRIPE] = A_REVERSE; interface_color_pair[SCROLL_BAR] = A_NORMAL; interface_color_pair[SELECTED_TEXT] = hilite_attribute; - interface_color_pair[HIGHLIGHTED] = A_REVERSE; + interface_color_pair[SPOTLIGHTED] = A_REVERSE; interface_color_pair[PROMPT_BAR] = hilite_attribute; interface_color_pair[STATUS_BAR] = hilite_attribute; interface_color_pair[ERROR_MESSAGE] = hilite_attribute; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/src/rcfile.c new/nano-5.6.1/src/rcfile.c --- old/nano-5.6/src/rcfile.c 2021-02-23 11:21:20.000000000 +0100 +++ new/nano-5.6.1/src/rcfile.c 2021-03-03 09:58:40.000000000 +0100 @@ -132,7 +132,7 @@ {"stripecolor", 0}, {"scrollercolor", 0}, {"selectedcolor", 0}, - {"highlightcolor", 0}, + {"spotlightcolor", 0}, {"promptcolor", 0}, {"statuscolor", 0}, {"errorcolor", 0}, @@ -1558,8 +1558,8 @@ color_combo[SCROLL_BAR] = parse_interface_color(argument); else if (strcmp(option, "selectedcolor") == 0) color_combo[SELECTED_TEXT] = parse_interface_color(argument); - else if (strcmp(option, "highlightcolor") == 0) - color_combo[HIGHLIGHTED] = parse_interface_color(argument); + else if (strcmp(option, "spotlightcolor") == 0) + color_combo[SPOTLIGHTED] = parse_interface_color(argument); else if (strcmp(option, "promptcolor") == 0) color_combo[PROMPT_BAR] = parse_interface_color(argument); else if (strcmp(option, "statuscolor") == 0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/src/winio.c new/nano-5.6.1/src/winio.c --- old/nano-5.6/src/winio.c 2021-02-23 11:21:20.000000000 +0100 +++ new/nano-5.6.1/src/winio.c 2021-03-03 09:58:40.000000000 +0100 @@ -3504,11 +3504,11 @@ word = display_string(openfile->current->data, from_col, to_col - from_col, FALSE, overshoots); - wattron(edit, interface_color_pair[HIGHLIGHTED]); + wattron(edit, interface_color_pair[SPOTLIGHTED]); waddnstr(edit, word, actual_x(word, to_col)); if (overshoots) mvwaddch(edit, openfile->current_y, COLS - 1 - thebar, '>'); - wattroff(edit, interface_color_pair[HIGHLIGHTED]); + wattroff(edit, interface_color_pair[SPOTLIGHTED]); free(word); } @@ -3544,9 +3544,9 @@ word = display_string(openfile->current->data, from_col, break_col - from_col, FALSE, FALSE); - wattron(edit, interface_color_pair[SELECTED_TEXT]); + wattron(edit, interface_color_pair[SPOTLIGHTED]); waddnstr(edit, word, actual_x(word, break_col)); - wattroff(edit, interface_color_pair[SELECTED_TEXT]); + wattroff(edit, interface_color_pair[SPOTLIGHTED]); free(word); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nano-5.6/syntax/nanorc.nanorc new/nano-5.6.1/syntax/nanorc.nanorc --- old/nano-5.6/syntax/nanorc.nanorc 2021-02-23 11:21:20.000000000 +0100 +++ new/nano-5.6.1/syntax/nanorc.nanorc 2021-03-03 09:58:40.000000000 +0100 @@ -8,8 +8,8 @@ # Keywords color brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(afterends|allow_insecure_backup|atblanks|autoindent|backup|boldtext|bookstyle|breaklonglines|casesensitive|constantshow|cutfromcursor|emptyline|historylog|indicator|jumpyscrolling|linenumbers|locking|magic|minibar|mouse|multibuffer|noconvert|nohelp|nonewlines|positionlog|preserve|quickblank|rawsequences|rebinddelete|regexp|saveonexit|showcursor|smarthome|softwrap|stateflags|suspendable|tabstospaces|trimblanks|unix|wordbounds|zap)\>" -color yellow "^[[:space:]]*set[[:space:]]+((error|function|highlight|key|number|prompt|scroller|selected|status|stripe|title)color)[[:space:]]+(bold,)?(italic,)?(bright|light)?(white|black|red|blue|green|yellow|magenta|cyan|normal|pink|purple|mauve|lagoon|mint|lime|peach|orange|latte)?(,(light)?(white|black|red|blue|green|yellow|magenta|cyan|normal|pink|purple|mauve|lagoon|mint|lime|peach|orange|latte))?\>" -color brightgreen "^[[:space:]]*set[[:space:]]+(backupdir|brackets|errorcolor|functioncolor|highlightcolor|keycolor|matchbrackets|numbercolor|operatingdir|promptcolor|punct|quotestr|scrollercolor|selectedcolor|speller|statuscolor|stripecolor|titlecolor|whitespace|wordchars)[[:space:]]+" +color yellow "^[[:space:]]*set[[:space:]]+((error|function|key|number|prompt|scroller|selected|spotlight|status|stripe|title)color)[[:space:]]+(bold,)?(italic,)?(bright|light)?(white|black|red|blue|green|yellow|magenta|cyan|normal|pink|purple|mauve|lagoon|mint|lime|peach|orange|latte)?(,(light)?(white|black|red|blue|green|yellow|magenta|cyan|normal|pink|purple|mauve|lagoon|mint|lime|peach|orange|latte))?\>" +color brightgreen "^[[:space:]]*set[[:space:]]+(backupdir|brackets|errorcolor|functioncolor|keycolor|matchbrackets|numbercolor|operatingdir|promptcolor|punct|quotestr|scrollercolor|selectedcolor|speller|spotlightcolor|statuscolor|stripecolor|titlecolor|whitespace|wordchars)[[:space:]]+" color brightgreen "^[[:space:]]*set[[:space:]]+(fill[[:space:]]+-?[[:digit:]]+|(guidestripe|tabsize)[[:space:]]+[1-9][0-9]*)\>" color brightgreen "^[[:space:]]*bind[[:space:]]+((\^([A-Za-z]|[]/@\^_`]|Space)|([Ss][Hh]-)?[Mm]-[A-Za-z]|[Mm]-([][!"#$%&'()*+,./0-9:;<=>?@\^_`{|}~-]|Space))|F([1-9]|1[0-9]|2[0-4])|Ins|Del)[[:space:]]+([a-z]+|".*")[[:space:]]+(main|help|search|replace(with)?|yesno|gotoline|writeout|insert|browser|whereisfile|gotodir|execute|spell|linter|all)([[:space:]]+#|[[:space:]]*$)" color brightgreen "^[[:space:]]*unbind[[:space:]]+((\^([A-Za-z]|[]/@\^_`]|Space)|([Ss][Hh]-)?[Mm]-[A-Za-z]|[Mm]-([][!"#$%&'()*+,./0-9:;<=>?@\^_`{|}~-]|Space))|F([1-9]|1[0-9]|2[0-4])|Ins|Del)[[:space:]]+(all|main|search|replace(with)?|yesno|gotoline|writeout|insert|ext(ernal)?cmd|help|spell|linter|browser|whereisfile|gotodir)([[:space:]]+#|[[:space:]]*$)"