diff --git a/ChangeLog b/ChangeLog index 3a40f0f8..f4309866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +Changes between v5.7 and v5.8: +------------------------------ + +Benno Schulenberg (53): + bindings: show either "^/" or "^-" in the help lines, instead of "^_" + bump version numbers and add a news item for the 5.8 release + display: when a message gets overwritten, note that it is cleared + docs: add a relevant item to the news for the 4.3 release + docs: add example bindings for uppercasing and lowercasing a word + docs: improve the contact info and some line spacing in the PDF + docs: make ^E access the Execute menu in the example CUA bindings + docs: mention that "grey"/"gray" may be used as a synonym of "lightblack" + docs: mention the new 'set minicolor' option + docs: say thanks to the Icelandic and Slovak translators + feedback: ensure that the reporting of DOS/Mac format is truthful + gnulib: update to its current upstream state + help: use smaller triangles for the arrows + linter: block the resizing signal while reading output from the linter + linter: strip filename and line plus column number from the message + memory: move the correct number of bytes, and not one too many + memory: prevent a leak when copying the leading quoting to the next line + minibar: stay out of sight when the terminal has just one row + options: accept 'set minicolor' for setting the color of the minibar + rcfile: allow using "grey" or "gray" as a synonym for "lightblack" + rcfile: do not allow color name "normal" to have a prefix + replacing: report the number of replacements also on a one-row terminal + search: automatically drop the spotlighting after a few moments + search: show "This is the only occurrence" also on a one-row terminal + startup: allow using a bare "+" to mean put-cursor-on-last-line + startup: do not accept stray characters after a "+" on the command line + startup: skip drawing edit window when having message on one-row terminal + startup: suppress "Search Wrapped" when using +? to search from EOF + statusbar: ensure that "No further matches" does not get overwritten + statusbar: on a one-row terminal, drop light messages after a few moments + statusbar: suppress --constantshow when the terminal has just one row + statusbar: suppress the cursor when the terminal has just one row + syntax: nanohelp: avoid colorizing M-) in (M-) and M-" in "M-" + syntax: nanorc: colorize "light" as valid only for the eight basic colors + syntax: nanorc: colorize literal control codes, to make them stand out + syntax: php: colorize the full short tag for echo (=) + tweaks: avoid the subtraction of two size_t variables becoming negative + tweaks: condense and correct a comment, and move another + tweaks: condense some code by putting all color names in a single array + tweaks: drop an assignment that is already part of the called function + tweaks: frob some whitespace, and rewrap a line + tweaks: improve a comment, remove unneeded braces, reshuffle some lines + tweaks: normalize the indentation after the previous change + tweaks: prevent two more size_t subtractions from going negative + tweaks: redraw only the affected line instead of doing a full refresh + tweaks: remove a check that has become superfluous + tweaks: remove a check that is not needed + tweaks: rename a variable, for contrast with the function name + tweaks: rename two functions, to get rid of an ugly _void suffix + tweaks: reshuffle the coloring of color names, to remove some duplication + tweaks: use a symbol instead of a hard-coded number + tweaks: use two symbolic names instead of TRUE and FALSE, for clarity + wrapping: when copying the quoting part, adjust the file size accordingly + +Hussam al-Homsi (1): + bindings: allow copying text (with M-6) also when in view mode + + Changes between v5.6.1 and v5.7: -------------------------------- diff --git a/NEWS b/NEWS index 3dc848e0..0ed1459d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2021.06.15 - GNU nano 5.8 "Why is it necessary to be special?" +• After a search, the spotlighting is dropped after 1.5 seconds (0.8 + seconds with --quick) to avoid the idea that the text is selected. +• A + and a space before a filename on the command line will put the + cursor at the end of the corresponding buffer. +• Linter messages no longer include filename and line/column numbers. +• Color name "grey" or "gray" can be used instead of "lightblack". +• The color of the minibar can be chosen with 'set minicolor'. + 2021.04.29 - GNU nano 5.7 "Toți ceilalți arau câmpurile" • The output of --constantshow (without --minibar) is more stable. • When opening multiple buffers and there is an error message, this diff --git a/configure.ac b/configure.ac index 1c100cb3..c85004d4 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.7], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [5.8], [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 af9d0506..46ed9e90 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.7. 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.8. 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.