From: Benno Schulenberg Date: Tue, 9 Jan 2018 18:33:40 +0000 (+0100) Subject: encode literal angle brackets for HTML X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=690585d022b3e25153abb2dcefd87feb0dd9cbba;hp=1aac1698657027225a59eba1ea7c6e77841eea30 encode literal angle brackets for HTML --- diff --git a/news.php b/news.php index 5609d1e..bd11e1b 100644 --- a/news.php +++ b/news.php @@ -27,7 +27,7 @@ the option 'justifytrim' to 'trimblanks' because it will now snip trailing whitespace also while you are typing (and hard-wrapping is enabled), continues pushing words to the next line much longer (when hard-wrapping), makes - and indent and unindent a marked region, +<Tab> and <Shift+Tab> indent and unindent a marked region, allows unindenting when not all lines are indented, lets a region marked with Shift persist when indenting/unindenting or commenting/uncommenting it, and in those cases excludes @@ -142,7 +142,7 @@ translation updates for fifteen languages. GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and on musl, fixes scrolling problems in softwrap mode when double-width characters on row boundaries are involved, -shows double-width characters as ">" and "<" when split +shows double-width characters as ">" and "%lt;" when split across two rows, moves the cursor more predictably (at the cost of sometimes putting it on the second "half" of a character), avoids creating lines that consist of @@ -196,7 +196,7 @@ sets the preferred x position for vertical movements more consistently, avoids some scrolling problems in softwrap mode, installs the Info manual also when your system lacks 'makeinfo', and corrects the behavior of -the beginning-of-word anchor (\<) in regex searches. +the beginning-of-word anchor (\<) in regex searches.