X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=9777337aedd99003d538e18b1fb30f07c9a23493;hp=984a8ba27d13af55c6dd0b3e362c954ddbd10761;hb=21d362bbc45d757f5e34267e306ee95f96598cce;hpb=fb86bd837f0dd73c2a10ac2ab1b8923877394898 diff --git a/news.php b/news.php index 984a8ba..9777337 100644 --- a/news.php +++ b/news.php @@ -17,13 +17,22 @@

+2019 December 23 - GNU nano 4.7 "Havikskruid" +
  • A <Tab> will indent a marked region only when mark and cursor are
    + on different lines.
  • +
  • Two indentations (any mix of tabs and spaces) are considered the
    + same when they look the same (that is: indent to the same level).
  • +
  • When using --breaklonglines or ^J, a line will never be broken in
    + its leading whitespace or quoting.
  • +
  • The keywords in nanorc files must be in lowercase.
  • + 2019 November 29 - GNU nano 4.6 "And don't you eat that yellow snow"
    • The 'formatter' command has returned, bound by default to M-F.
      It allows running a syntax-specific command on the contents of
      the buffer.
    • -
    • ^T will try to run 'hunspell' before 'spell', because it checks
      +
    • ^T will try to run 'hunspell' before 'spell', because it checks
      spellling for the locale's language and understands UTF-8.
    • Multiple errors or warnings on startup will no longer slow nano
      down but will be indicated on the status bar with trailing dots.