]> git.wh0rd.org Git - nano.git/commitdiff
Correcting the description of option --noread,
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 23 Mar 2015 18:16:37 +0000 (18:16 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Mon, 23 Mar 2015 18:16:37 +0000 (18:16 +0000)
allowing writing to named pipes.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5157 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS

index 89f0b4e737a5afb35034be281fa5648b7001a93d..9b0d3f581d573e77cb7d4836684760ea4269c98a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,10 @@
        the fix for Savannah bug #29393.
        * src/text.c (do_alt_speller): Do not unset the mark before the
        possible bailout because of a zero-sized region.
+       * NEWS: Option --noread allows writing, not reading, to named pipes.
 
 2015-03-22  Chris Allegretta <chrisa@asty.org>
-       * src/text.c (do_alt_speller): timestamp can just be a __time_t.
+       * src/text.c (do_alt_speller): timestamp can just be a time_t.
        Fixes compilation on win32.
 
 GNU nano 2.4.0  - 2015.03.22
diff --git a/NEWS b/NEWS
index a09edfea12b84e7e8675eab2142402b4d2607ecd..3a196a60fe544ed9cbf9a6d15d87dc7109682adc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 2015.03.22 - GNU nano 2.4.0 "lizf" is released.  This is the first
-               stable release in many years, and brinds together many
-               new features from the 2.3 series: including:
+               stable release in many years, and brings together many
+               new features from the 2.3 series, including:
                a fully functional undo system (now enabled by default),
                vim-compatible file locking, linter support, formatter
                support, syntax highlighting flexibility, and many fixes
@@ -30,7 +30,7 @@
 2015.01.06 - GNU nano 2.3.99pre1 "Junior" is released.  As the first
                2.4 release candidate there will be fewer new features
                but many bugfixes going forward.  This release contains
-               new support for language reformatters like go's gofmt
+               new support for language reformatters like Go's gofmt
                command which takes the place of the spelling checker.
                Fixes in this release include many syntax highlighting
                fixes and improvements, and documentation formatting updates.
@@ -70,7 +70,7 @@
                substantial improvements to the undo/redo code, UTF-8
                handling, the configure script, and display of shortcuts
                on very wide terminals,  New features include the
-               ability to read named pipes (--noread), as well as
+               ability to write to named pipes (--noread), as well as
                linter support (see the nanorc man page for details).  Also
                included are much improved syntax highlighting code, and
                configurations for JSON, texinfo, Go, and a default syntax