Mentioning that the position history is limited to the 200 most recent files.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2016-01-25 20:51:00 +00:00
parent 2b72f1d1f1
commit 3331828696
4 changed files with 9 additions and 4 deletions

View File

@ -3,6 +3,8 @@
element correctly. element correctly.
* doc/texinfo/nano.texi: Document the --enable-altrcname option. * doc/texinfo/nano.texi: Document the --enable-altrcname option.
The lack of this was pointed out by Frank. The lack of this was pointed out by Frank.
* doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Mention
that the position history is limited to the 200 most recent files.
2016-01-24 Benno Schulenberg <bensberg@justemail.net> 2016-01-24 Benno Schulenberg <bensberg@justemail.net>
* src/files.c (update_poshistory): Move an updated item to the end * src/files.c (update_poshistory): Move an updated item to the end

View File

@ -116,8 +116,9 @@ Disable automatic conversion of files from DOS/Mac format.
Use the blank line below the titlebar as extra editing space. 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 For the 200 most recent files, log the last position of the cursor,
again. (The old form of this option, \fB\-\-poslog\fR, is deprecated.) and place it at that position again upon reopening such a file.
(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

View File

@ -161,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 cursor position is remembered for the 200 most-recently edited files.
(The old form of this option, '\fBset poslog\fR', is deprecated.) (The old form of this option, '\fBset poslog\fR', is deprecated.)
.TP .TP
.B set preserve .B set preserve

View File

@ -188,8 +188,8 @@ Use the blank line below the titlebar as extra editing space.
@item -P @item -P
@itemx --positionlog @itemx --positionlog
Log for each file the last location of the cursor, and read it For the 200 most recent files, log the last position of the cursor,
back upon reopening the file and place it there again. and place it at that position again upon reopening such a file.
(The old form of this option, @code{--poslog}, is deprecated.) (The old form of this option, @code{--poslog}, is deprecated.)
@item -Q "@var{characters}" @item -Q "@var{characters}"
@ -720,6 +720,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 cursor position is remembered for the 200 most-recently edited files.
(The old form of this option, @code{set poslog}, is deprecated.) (The old form of this option, @code{set poslog}, is deprecated.)
@item set preserve @item set preserve