docs: add notes about deprecated options and function names

Also remove two notes that are obsolete by now.
master
Benno Schulenberg 2018-04-30 15:20:17 +02:00
parent 0e46c0f4a5
commit f1530c7ba0
3 changed files with 7 additions and 2 deletions

View File

@ -909,6 +909,7 @@ Use this color combination for the title bar.
@item set trimblanks @item set trimblanks
Remove trailing whitespace from wrapped lines when automatic Remove trailing whitespace from wrapped lines when automatic
hard-wrapping occurs or when text is justified. hard-wrapping occurs or when text is justified.
(The old form of this option, @code{set justifytrim}, is deprecated.)
@item set unix @item set unix
Save a file by default in Unix format. This overrides nano's Save a file by default in Unix format. This overrides nano's
@ -1349,6 +1350,7 @@ Toggles the presence of the two-line list of key bindings at the bottom of the s
@item constantshow @item constantshow
Toggles the constant display of the current line, column, and character positions. Toggles the constant display of the current line, column, and character positions.
(The form @code{constupdate} is deprecated.)
@item morespace @item morespace
Toggles the presence of the blank line that 'separates' the title bar from the file text. Toggles the presence of the blank line that 'separates' the title bar from the file text.
@ -1377,6 +1379,7 @@ Toggles whether new lines will contain the same amount of whitespace as the prec
@item cutfromcursor @item cutfromcursor
Toggles whether cutting text will cut the whole line or just from the current cursor Toggles whether cutting text will cut the whole line or just from the current cursor
position to the end of the line. position to the end of the line.
(The form @code{cuttoend} is deprecated.)
@item nowrap @item nowrap
Toggles whether long lines will be hard-wrapped to the next line. Toggles whether long lines will be hard-wrapped to the next line.

View File

@ -273,6 +273,7 @@ And either "\fIfgcolor\fR" or ",\fIbgcolor\fR" may be left out.
.B set trimblanks .B set trimblanks
Remove trailing whitespace from wrapped lines when automatic Remove trailing whitespace from wrapped lines when automatic
hard-wrapping occurs or when text is justified. hard-wrapping occurs or when text is justified.
(The old form of this option, '\fBset justifytrim\fR', is deprecated.)
.TP .TP
.B set unix .B set unix
Save a file by default in Unix format. This overrides nano's Save a file by default in Unix format. This overrides nano's
@ -705,6 +706,7 @@ Toggles the presence of the two-line list of key bindings at the bottom of the s
.TP .TP
.B constantshow .B constantshow
Toggles the constant display of the current line, column, and character positions. Toggles the constant display of the current line, column, and character positions.
(The form 'constupdate' is deprecated.)
.TP .TP
.B morespace .B morespace
Toggles the presence of the blank line that 'separates' the title bar from the file text. Toggles the presence of the blank line that 'separates' the title bar from the file text.
@ -733,6 +735,7 @@ Toggles whether new lines will contain the same amount of whitespace as the prec
.B cutfromcursor .B cutfromcursor
Toggles whether cutting text will cut the whole line or just from the current cursor Toggles whether cutting text will cut the whole line or just from the current cursor
position to the end of the line. position to the end of the line.
(The form 'cuttoend' is deprecated.)
.TP .TP
.B nowrap .B nowrap
Toggles whether long lines will be hard-wrapped to the next line. Toggles whether long lines will be hard-wrapped to the next line.

View File

@ -43,7 +43,6 @@
## Constantly display the cursor position in the status bar. Note that ## Constantly display the cursor position in the status bar. Note that
## this overrides "quickblank". ## this overrides "quickblank".
# set constantshow # set constantshow
## (The old form, 'const', is deprecated.)
## Use cut-from-cursor-to-end-of-line by default. ## Use cut-from-cursor-to-end-of-line by default.
# set cutfromcursor # set cutfromcursor
@ -107,7 +106,6 @@
## Remember the cursor position in each file for the next editing session. ## Remember the cursor position in each file for the next editing session.
# set positionlog # set positionlog
## (The old form, 'poslog', is deprecated.)
## Preserve the XON and XOFF keys (^Q and ^S). ## Preserve the XON and XOFF keys (^Q and ^S).
# set preserve # set preserve
@ -174,6 +172,7 @@
## Snip whitespace at the end of lines when justifying or hard-wrapping. ## Snip whitespace at the end of lines when justifying or hard-wrapping.
# set trimblanks # set trimblanks
## (The old form, 'justifytrim', is deprecated.)
## Disallow file modification. Why would you want this in an rcfile? ;) ## Disallow file modification. Why would you want this in an rcfile? ;)
# set view # set view