Commit f47813ee authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Adding deprecation notices for the options 'const' and 'poslog'.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5315 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 474b3908
Showing with 16 additions and 6 deletions
+16 -6
2015-07-23 Benno Schulenberg <bensberg@justemail.net>
* doc/man/{nano.1,nanorc.5}, doc/texinfo/nano.texi: Add deprecation
notices for the options 'set const', 'set poslog' and '--poslog'.
Suggested by Eitan Adler.
2015-07-22 Mike Frysinger <vapier@gentoo.org> 2015-07-22 Mike Frysinger <vapier@gentoo.org>
* src/files.c (check_dotnano), src/global.c (thanks_for_all_the_fish), * src/files.c (check_dotnano), src/global.c (thanks_for_all_the_fish),
src/rcfile.c (parse_binding): Plug a few memory leaks. src/rcfile.c (parse_binding): Plug a few memory leaks.
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" .\"
.TH NANO 1 "version 2.4.2" "June 2015" .TH NANO 1 "version 2.4.3" "July 2015"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
...@@ -117,7 +117,7 @@ Use the blank line below the titlebar as extra editing space. ...@@ -117,7 +117,7 @@ Use the blank line below the titlebar as extra editing space.
.TP .TP
.BR \-P ", " \-\-positionlog .BR \-P ", " \-\-positionlog
Log and later read back the location of the cursor and place it there Log and later read back the location of the cursor and place it there
again. again. (The old form of this option, \fB\-\-poslog\fR, is deprecated.)
.TP .TP
.BR "\-Q ""\fIcharacters\fB""" ", " "\-\-quotestr=""" \fIcharacters\fR """ .BR "\-Q ""\fIcharacters\fB""" ", " "\-\-quotestr=""" \fIcharacters\fR """
Set the quoting string for justifying. The default is Set the quoting string for justifying. The default is
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" .\"
.TH NANORC 5 "version 2.4.2" "June 2015" .TH NANORC 5 "version 2.4.3" "July 2015"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME
...@@ -92,6 +92,7 @@ Do case-sensitive searches by default. ...@@ -92,6 +92,7 @@ Do case-sensitive searches by default.
.TP .TP
.B set constantshow .B set constantshow
Constantly display the cursor position in the status bar. Constantly display the cursor position in the status bar.
(The old form of this option, '\fBset const\fR', is deprecated.)
.TP .TP
.B set cut .B set cut
Use cut-to-end-of-line by default, instead of cutting the whole line. Use cut-to-end-of-line by default, instead of cutting the whole line.
...@@ -160,6 +161,7 @@ directory feature is turned off. ...@@ -160,6 +161,7 @@ directory feature is turned off.
.TP .TP
.B set positionlog .B set positionlog
Save the cursor position of files between editing sessions. Save the cursor position of files between editing sessions.
(The old form of this option, '\fBset poslog\fR', is deprecated.)
.TP .TP
.B set preserve .B set preserve
Preserve the XON and XOFF keys (^Q and ^S). Preserve the XON and XOFF keys (^Q and ^S).
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
@smallbook @smallbook
@set EDITION 0.3 @set EDITION 0.3
@set VERSION 2.4.2 @set VERSION 2.4.3
@set UPDATED June 2015 @set UPDATED July 2015
@dircategory Editors @dircategory Editors
@direntry @direntry
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@titlepage @titlepage
@title GNU @code{nano} @title GNU @code{nano}
@subtitle a small and friendly text editor. @subtitle a small and friendly text editor.
@subtitle version 2.4.2 @subtitle version 2.4.3
@author Chris Allegretta @author Chris Allegretta
@page @page
...@@ -190,6 +190,7 @@ Use the blank line below the titlebar as extra editing space. ...@@ -190,6 +190,7 @@ Use the blank line below the titlebar as extra editing space.
@itemx --positionlog @itemx --positionlog
Log for each file the last location of the cursor, and read it Log for each file the last location of the cursor, and read it
back upon reopening the file and place it there again. back upon reopening the file and place it there again.
(The old form of this option, @code{--poslog}, is deprecated.)
@item -Q "@var{characters}" @item -Q "@var{characters}"
@itemx --quotestr="@var{characters}" @itemx --quotestr="@var{characters}"
...@@ -643,6 +644,7 @@ Do case-sensitive searches by default. ...@@ -643,6 +644,7 @@ Do case-sensitive searches by default.
@item set constantshow @item set constantshow
Constantly display the cursor position in the status bar. Constantly display the cursor position in the status bar.
(The old form of this option, @code{set const}, is deprecated.)
@item set cut @item set cut
Use cut-to-end-of-line by default, instead of cutting the whole line. Use cut-to-end-of-line by default, instead of cutting the whole line.
...@@ -712,6 +714,7 @@ directory feature is turned off. ...@@ -712,6 +714,7 @@ directory feature is turned off.
@item set positionlog @item set positionlog
Save the cursor position of files between editing sessions. Save the cursor position of files between editing sessions.
(The old form of this option, @code{set poslog}, is deprecated.)
@item set preserve @item set preserve
Preserve the XON and XOFF keys (^Q and ^S). Preserve the XON and XOFF keys (^Q and ^S).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment