X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=history.php;h=5e8036a8c6df7513ddaa0e9c3c6be8b4afb72028;hp=3d2212106865b90a8e31ab8374330fdcefe3e4bd;hb=HEAD;hpb=14547ea62d4aa8c76886c371ca077995ef62d472 diff --git a/history.php b/history.php index 3d22121..91c0a7f 100644 --- a/history.php +++ b/history.php @@ -1,118 +1,110 @@ - - -GNU nano: History - - - - -
+
History

-


-The following improvements are available in nano version 2.6:
+

+Improvements made in version 2.6:
-
+
-
    +
    • Trailing whitespace can be snipped from justified paragraphs.
    • Better feedback when a file is unwritable or a directory inaccessible.
    • Bindable functions for deleting a word to the left and to the right.
    • -
    • A bindable function for saving the current file without prompting for its name.
    • -
      +
    • A bindable function for saving the current file without prompting for its name.

    • +
    • Commenting/uncommenting lines with a single keystroke (M-3).
    • Resizing the window does not exit from help viewer nor file browser.
    • On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.
    • A steadier movement of the highlight in the file browser.
    • -
    +
-


-The following improvements and features are available in GNU nano version 2.4:
+

+Improvements made in version 2.4:
-
+
-
    -
  • The ability to give different colours to titlebar, statusbar and help lines.
  • +
      +
    • The ability to give different colors to title bar, status bar and help lines.
    • Linter support, for automatically putting the cursor on syntax errors.
    • Formatter support, for normalizing the layout of a text instead of the spelling.
    • -
    • The undo/redo system has reached a usable state and is enabled by default.
    • -
      +
    • The undo/redo system has reached a usable state and is enabled by default.

    • +
    • No longer finds "ghosts" of certain UTF-8 characters.
    • Makes the mouse usable again for clicking on shortcuts.
    • -
    • Fixes several syntax colouring issues.
    • -
    • Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript, -json, PO files, postgresql, texinfo).
    • -
    +
  • Fixes several syntax coloring issues.
  • +
  • Adds more syntax highlighting examples (Go, guile, javascript, json, PO files, texinfo, ...).
  • +
-


-The following improvements and features are available in version 2.2:
+

+Improvements made in version 2.2:
-
+
-
    +
    • Customizable key bindings.
    • Abortable searching (^C after ^W).
    • Partial undo/redo support [EXPERIMENTAL].
    • Pager support (i.e. reading from stdin).
    • -
    +
-
    +
    • Warnings for unwritable files and for external modification since opening.
    • "Soft" line wrapping (i.e. display of complete lines).
    • More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).
    • Faster syntax highlighting for complicated regexes.
    • -
    +
-


-The following improvements and features are available in version 2.0:
+

+Improvements made in version 2.0:
-
+
-
    +
    • UTF-8 support.
    • Improved color syntax highlighting.
    • Copy text without cutting it.
    • Verbatim input mode.
    • -
    • Repeat last seach without confirmation (Meta-W).
    • -
    +
  • Repeat last seach (Meta-W).
  • +
-
    +
    • Spell check/replace selected text only.
    • Indent marked text.
    • Move to beginning/end of paragraph.
    • Search within the file browser.
    • -
    • Auto-conversion of mixed file format
    • -
    +
  • Auto-conversion of mixed file format.
  • +
-


-The following new and changed features are available in version 1.2:
+

+Improvements made in version 1.2:
-
+
-
    +
    • More Pico compatible by default.
    • Smooth scrolling (-S flag).
    • Bracket matching (Meta-]).
    • @@ -120,54 +112,50 @@ The following new and changed features are available in version 1.2:
    • Color syntax highlighting.
    • Search and replace history editing.
    • Customizable quoting string (-Q flag).
    • -
    +
-
    +
    • 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).
    • -
    +
-


-Version 1.0 of GNU nano had the following features:
+

+Version 1.0 had the following features:
- - -
+
-
    +
    • Autoconf support.
    • -
    • Truly free license (GNU GPL). 
    • -
    • Goto-line# command without a flag. 
    • -
    • Case-sensitive search function. 
    • -
    • Interactive search and replace. 
    • -
    • 2/3 - 1/8 size of Pico binary.
    • -
    +
  • Truly free license (GNU GPL).
  • +
  • Goto-line command without a flag.
  • +
  • Case-sensitive search function.
  • +
  • Interactive search and replace.
  • +
  • About half the size of the Pico binary.
  • +
-
    +
    • Slang and ncurses support.
    • Autoindent abillity.
    • -
    • Displayed tab width option. 
    • -
    • Regular expression search and replace. 
    • -
    • Toggles for command-line flags via Meta keys. 
    • -
    • Tab completion when reading/writing files. 
    • -
    +
  • Displayed tab width option.
  • +
  • Regular-expression search and replace.
  • +
  • Toggles for command-line flags via Meta keys.
  • +
  • Tab completion when reading/writing files.
  • +
-
-