From: Benno Schulenberg Date: Fri, 4 Oct 2019 12:36:19 +0000 (+0200) Subject: a few more text tweaks: condensing ones X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=0d3ad0db255581aae8037dfc0cbcde7316bed1db;hp=b959585face3623c5efb3a392793395823ddbced a few more text tweaks: condensing ones --- diff --git a/history.php b/history.php index 2a39c8f..59be424 100644 --- a/history.php +++ b/history.php @@ -46,8 +46,7 @@ Improvements made in version 2.4:
  • No longer finds "ghosts" of certain UTF-8 characters.
  • Makes the mouse usable again for clicking on shortcuts.
  • Fixes several syntax coloring issues.
  • -
  • Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript, -json, PO files, postgresql, texinfo).
  • +
  • Adds more syntax highlighting examples (Go, guile, javascript, json, PO files, texinfo, ...).
  • @@ -89,7 +88,7 @@ Improvements made in version 2.0:
  • Improved color syntax highlighting.
  • Copy text without cutting it.
  • Verbatim input mode.
  • -
  • Repeat last seach without confirmation (Meta-W).
  • +
  • Repeat last seach (Meta-W).
  • @@ -127,7 +126,7 @@ Improvements made in version 1.2:
  • Append/prepend from write file menu.
  • Write selected text to file (^O after ^^).
  • Multiple file buffers (-F flag).
  • -
  • Mac/Dos/NoConvert file format (-M, -D, -N).
  • +
  • Support for Mac and DOS file format.
  • Saved search/replace history (-H flag).
  • Backup files (-B flag).
  • Insert output of command (^X after ^R).