+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>
* src/files.c (check_dotnano), src/global.c (thanks_for_all_the_fish),
src/rcfile.c (parse_binding): Plug a few memory leaks.
.\" Documentation License along with this program. If not, see
.\" <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.
.\"
.TP
.BR \-P ", " \-\-positionlog
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
.BR "\-Q ""\fIcharacters\fB""" ", " "\-\-quotestr=""" \fIcharacters\fR """
Set the quoting string for justifying. The default is
.\" Documentation License along with this program. If not, see
.\" <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.
.\"
.SH NAME
.TP
.B set constantshow
Constantly display the cursor position in the status bar.
+(The old form of this option, '\fBset const\fR', is deprecated.)
.TP
.B set cut
Use cut-to-end-of-line by default, instead of cutting the whole line.
.TP
.B set positionlog
Save the cursor position of files between editing sessions.
+(The old form of this option, '\fBset poslog\fR', is deprecated.)
.TP
.B set preserve
Preserve the XON and XOFF keys (^Q and ^S).
@smallbook
@set EDITION 0.3
-@set VERSION 2.4.2
-@set UPDATED June 2015
+@set VERSION 2.4.3
+@set UPDATED July 2015
@dircategory Editors
@direntry
@titlepage
@title GNU @code{nano}
@subtitle a small and friendly text editor.
-@subtitle version 2.4.2
+@subtitle version 2.4.3
@author Chris Allegretta
@page
@itemx --positionlog
Log for each file the last location of the cursor, and read it
back upon reopening the file and place it there again.
+(The old form of this option, @code{--poslog}, is deprecated.)
@item -Q "@var{characters}"
@itemx --quotestr="@var{characters}"
@item set constantshow
Constantly display the cursor position in the status bar.
+(The old form of this option, @code{set const}, is deprecated.)
@item set cut
Use cut-to-end-of-line by default, instead of cutting the whole line.
@item set positionlog
Save the cursor position of files between editing sessions.
+(The old form of this option, @code{set poslog}, is deprecated.)
@item set preserve
Preserve the XON and XOFF keys (^Q and ^S).