From 3ad3051bf1acfc908b7e6736eb7ee198bfbfdf2e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 22 Jun 2016 22:14:04 +0200 Subject: [PATCH] add an overview of the 2.4 release --- overview.php | 73 +------------------------------------------------ overview1.0.php | 3 +- overview1.2.php | 3 +- overview2.0.php | 3 +- overview2.2.php | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ overview2.4.php | 56 +++++++++++++++++++++++++++++++++++++ 6 files changed, 136 insertions(+), 75 deletions(-) mode change 100644 => 120000 overview.php create mode 100644 overview2.2.php create mode 100644 overview2.4.php diff --git a/overview.php b/overview.php deleted file mode 100644 index fd941d8..0000000 --- a/overview.php +++ /dev/null @@ -1,72 +0,0 @@ - -nano: Overview - -  - - - - -
-
- - - -
-
Overview

-
-(2.2 release) -(2.0 release) -(1.2 release) -(1.0 release) -
-
- -
The 2.2 release of GNU nano continues to add some features -while attempting to provide continuity to users of previous versions. -When possible we have elected to make new features disabled by default, -as .nanorc and aliasing allows one to easily enable desired settings permanently. -

-The following improvements and features are available in version 2.2: -
  - - - - - - -
-
    -
  • -Customizable key bindings.
  • - -
  • -"Soft" line wrapping (i.e. display of complete lines).
  • - -
  • -Partial undo/redo support [EXPERIMENTAL].
  • - -
  • -Pager support (i.e. reading from stdin).
  • - -
-
    - -
  • -Warnings for unwritable files and for external modification since opening.
  • - -
  • -Abortable searching (^C after ^W).
  • - -
  • -More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).
  • - -
  • -Faster syntax higlighting for complicated regexes.
  • - -
-
- -
-
- - diff --git a/overview.php b/overview.php new file mode 120000 index 0000000..d7b6db8 --- /dev/null +++ b/overview.php @@ -0,0 +1 @@ +overview2.4.php \ No newline at end of file diff --git a/overview1.0.php b/overview1.0.php index 1267ce0..b78719b 100644 --- a/overview1.0.php +++ b/overview1.0.php @@ -10,7 +10,8 @@
Overview

-(2.2 release) +(2.4 release) +(2.2 release) (2.0 release) (1.2 release) (1.0 release) diff --git a/overview1.2.php b/overview1.2.php index b789f4d..2593306 100644 --- a/overview1.2.php +++ b/overview1.2.php @@ -10,7 +10,8 @@
Overview

-(2.2 release) +(2.4 release) +(2.2 release) (2.0 release) (1.2 release) (1.0 release) diff --git a/overview2.0.php b/overview2.0.php index 6d84ae7..34417c7 100644 --- a/overview2.0.php +++ b/overview2.0.php @@ -10,7 +10,8 @@
Overview

-(2.2 release) +(2.4 release) +(2.2 release) (2.0 release) (1.2 release) (1.0 release) diff --git a/overview2.2.php b/overview2.2.php new file mode 100644 index 0000000..19a9945 --- /dev/null +++ b/overview2.2.php @@ -0,0 +1,73 @@ + +nano: Overview + +  + + + + +
+
+ + + +
+
Overview

+
+(2.4 release) +(2.2 release) +(2.0 release) +(1.2 release) +(1.0 release) +
+
+ +
The 2.2 release of GNU nano continues to add some features +while attempting to provide continuity to users of previous versions. +When possible we have elected to make new features disabled by default, +as .nanorc and aliasing allows one to easily enable desired settings permanently. +

+The following improvements and features are available in version 2.2: +
  + + + + + + +
+
    +
  • +Customizable key bindings.
  • + +
  • +"Soft" line wrapping (i.e. display of complete lines).
  • + +
  • +Partial undo/redo support [EXPERIMENTAL].
  • + +
  • +Pager support (i.e. reading from stdin).
  • + +
+
    + +
  • +Warnings for unwritable files and for external modification since opening.
  • + +
  • +Abortable searching (^C after ^W).
  • + +
  • +More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).
  • + +
  • +Faster syntax higlighting for complicated regexes.
  • + +
+
+ +
+
+ + diff --git a/overview2.4.php b/overview2.4.php new file mode 100644 index 0000000..e220f55 --- /dev/null +++ b/overview2.4.php @@ -0,0 +1,56 @@ + + +GNU nano: Overview + + +  + + + + +
+ +
+ + + +
+
Overview

+
+(2.4 release) +(2.2 release) +(2.0 release) +(1.2 release) +(1.0 release) +
+
+ +
The 2.4 release of GNU nano is another step forward in usability. +

+The following improvements and features are available in version 2.4: +
+ + + + + +
+ +
    +
  • The ability to give different colours to titlebar, statusbar 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.
  • +
    +
  • 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).
  • +
+ +
+ +
+
+ -- 2.39.2