Benno Schulenberg
c19012d4cd
docs: say "mini bar", not "minibar", when referring to the actual bar
...
Like is done for the other bars: title bar, status bar, prompt bar.
2024-01-20 11:02:54 +01:00
Benno Schulenberg
4a2729b780
copyright: update the years for the FSF
2024-01-10 11:24:28 +01:00
Benno Schulenberg
96df9e0a20
docs: mention how to get the old behavior of ^F, ^B, M-F, and M-B back
2023-11-22 10:52:34 +01:00
Benno Schulenberg
75b312ded1
revert the previous commit -- forget about -? as a synonym for --help
...
An ambiguous option like --back or --word would cause nano to spew
the entire help text. It should do the latter only when the user
explicitly requests it.
2023-08-27 14:56:05 +02:00
Mateusz Kazimierczuk
e65b0ba654
options: add -? as a synonym of -h (--help)
...
The short option '-?' was removed nine years ago in commit 43019189
,
then restored six years later in 5bd92d4c
, and then removed again two
months later in 743100fe
due to getopt() returning '?' for options
that aren't recognized, preventing the use of '-?' as a valid option.
However, getopt() provides a way to check for unrecognized options
via the 'optopt' variable, which gets set only for invalid options.
Signed-off-by: Mateusz Kazimierczuk <mataha+savannah@protonmail.com>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
2023-07-31 07:40:07 +02:00
Benno Schulenberg
bcdb27416c
docs: describe nano more specifically as a text editor
...
Especially the first sentences introducing nano should use the words
"text editor" and not just "editor".
2023-05-14 08:11:44 +02:00
Benno Schulenberg
2c19345e58
docs: in a synopsis, use braces around a choice of required parts
...
This seems to be the convention. For an example, see `man tar`.
This addresses https://savannah.gnu.org/bugs/?64125 .
Reported-by: Eric S. Raymond <esr@thyrsus.com>
2023-05-01 10:48:02 +02:00
Benno Schulenberg
bf984ecb9b
docs: document the <filename>:<linenumber> thing for cursor positioning
2023-03-09 16:14:44 +01:00
Benno Schulenberg
866490c41f
docs: add two examples of custom key bindings to the nanorc manpage
2023-02-16 10:44:10 +01:00
Benno Schulenberg
26025f79ce
docs: add a reference to the 'help-nano' mailing list
2023-01-30 17:13:17 +01:00
Benno Schulenberg
1c307bc1be
docs: add a clarifying note to the description of --tabstospaces
2023-01-26 17:01:48 +01:00
Benno Schulenberg
7b48a9f671
bump version numbers and add a news item for the 7.2 release
2023-01-18 09:07:41 +01:00
Benno Schulenberg
6e88389fb8
copyright: update the years for the FSF
2023-01-06 10:37:15 +01:00
Benno Schulenberg
3791ed86a3
bump version numbers and add a news item for the 7.1 release
2022-12-14 10:50:32 +01:00
Benno Schulenberg
972be2df04
bump version numbers and add a news item for the 7.0 release
2022-11-15 11:17:34 +01:00
Benno Schulenberg
98e9a881c0
docs: mention in the man page how M-V can insert any Unicode code point
...
This addresses https://savannah.gnu.org/bugs/?63055 .
Inspired-by: Tasos Papastylianou <tpapastylianou@hotmail.com>
2022-09-18 09:05:28 +02:00
Benno Schulenberg
f4a2e7efe2
tweaks: move the --magic option up, so that --zero comes last
...
This makes that the three options that change the default layout
of the interface (--stateflags, --minibar, --zero) come last.
Also, sort the option letters into a consistent order in the code.
2022-08-17 14:31:44 +02:00
Benno Schulenberg
f1651abdac
bump version numbers and add a news item for the 6.4 release
2022-08-02 08:44:50 +02:00
Benno Schulenberg
18a40caa48
docs: remove the two notices about the changed defaults
...
It has been more than three years since version 4.0 was released,
the moment that the defaults for line wrapping, smooth scrolling,
and the size of the editing window were changed.
Keep the note in the texi manual, though, as it is less in the way,
and the manual generally contains more info than the man pages.
2022-06-19 10:30:44 +02:00
Benno Schulenberg
1980f1b2ba
docs: stop mentioning the obsoleted keywords that were removed
...
But keep the note about --suspendable, as it has been obsoleted rather
recentl. Move it to the NOTES section.
2022-06-19 10:29:46 +02:00
Benno Schulenberg
a6b534d760
bump version numbers and add a news item for the 6.3 release
2022-04-28 10:08:34 +02:00
Benno Schulenberg
a1ba7ee786
bump version numbers and add a news item for the 6.2 release
2022-02-18 10:44:22 +01:00
Benno Schulenberg
a58efa70bc
tweaks: consistently backslash-escape the dash in M-letter keystrokes
2022-02-16 12:19:31 +01:00
Benno Schulenberg
a6dc5c963c
bump version numbers and add a news item for the 6.1 release
2022-02-09 11:31:03 +01:00
Benno Schulenberg
f9f0a8fd67
copyright: update the years for the FSF
2022-02-02 17:10:09 +01:00
Benno Schulenberg
33ba6be91f
bump version numbers and add a news item for the 6.0 release
2021-12-15 12:04:56 +01:00
Benno Schulenberg
9c1c6c18ae
docs: explain what it means when --rawsequences is needed
2021-12-13 16:45:42 +01:00
Benno Schulenberg
a43ee17ad0
docs: document the effect of --quickblank together with --zero/--minibar
2021-11-29 10:47:49 +01:00
Benno Schulenberg
9ebee362a5
tweaks: fix typo, and improve description of 'set zero' in sample nanorc
2021-11-27 16:52:54 +01:00
Benno Schulenberg
27928e47be
docs: mention that --zero and 'set zero' hide also the help lines
2021-11-26 11:01:33 +01:00
Benno Schulenberg
b66a040828
tweaks: shorten the description of --zero in the manuals a bit
2021-11-16 16:23:23 +01:00
Benno Schulenberg
a623f5836c
docs: explain the effect of --zero / -0 / 'set zero'
...
Also, colorize 'set zero' as valid option in a nanorc file.
2021-11-09 16:31:04 +01:00
Benno Schulenberg
d0c2c1e6b9
suspension: leave ^Z unbound by default -- just ^T^Z will suspend nano
...
Suggest in the documentation how to get a one-keystroke Suspend.
2021-11-05 15:24:45 +01:00
Benno Schulenberg
52d4b96639
docs: mark options -z, --suspendable, and 'set suspendable' as obsolete
2021-10-31 10:55:07 +01:00
Benno Schulenberg
ba9e5ac05d
bump version numbers and add a news item for the 5.9 release
2021-10-06 10:04:22 +02:00
Benno Schulenberg
88f7ec38f8
docs: spell "filename" as a single word, like in most other occurrences
2021-09-15 10:27:31 +02:00
Benno Schulenberg
aa553ee5d6
docs: correct the descriptions of how to invoke the spell checker
...
The keystrokes to invoke it changed in version 5.0.
2021-08-30 17:09:41 +02:00
Benno Schulenberg
dab3f95c71
tweaks: instead of "one" use "you", like in the rest of the man page
2021-08-23 10:04:01 +02:00
Benno Schulenberg
840ad5890f
docs: move the notice in the main man page, to try and catch other eyes
2021-08-23 10:00:44 +02:00
Benno Schulenberg
5563c710d0
docs: improve the description of the 'tabstospaces' option
...
It never mentioned to how many spaces a tab would be converted.
2021-07-01 09:52:10 +02:00
Benno Schulenberg
a2cb22faab
bump version numbers and add a news item for the 5.8 release
2021-06-15 09:52:45 +02:00
Benno Schulenberg
a69a8ce3ca
bump version numbers and add a news item for the 5.7 release
2021-04-29 11:28:21 +02:00
Benno Schulenberg
b72d9af52c
bump version numbers and add a news item for the 5.6.1 release
2021-03-03 09:47:41 +01:00
Benno Schulenberg
1e9d12abc5
bump version numbers and add a news item for the 5.6 release
2021-02-24 09:23:50 +01:00
Benno Schulenberg
0a57da42e0
docs: correct the description of --quickblank for the changed base value
...
And mention that --minibar overrides the option too.
2021-02-22 12:24:06 +01:00
Benno Schulenberg
eb0962fb06
docs: remove all mentions of --markmatch and 'set markmatch'
2021-02-07 09:18:15 +01:00
Benno Schulenberg
0d11964503
docs: say that --minibar is modified by --constantshow and --stateflags
...
The previous two commits reduced what is shown by default on the minibar.
Mention which extra options are needed to show the extra information.
2021-02-02 11:10:09 +01:00
Benno Schulenberg
7519a458b2
bump version numbers and add a news item for the 5.5 release
2021-01-14 11:08:05 +01:00
Benno Schulenberg
6360e4170a
copyright: update the years for the FSF
2021-01-11 14:22:51 +01:00
Benno Schulenberg
7b9567719c
tweaks: reshuffle an option, to have two related ones grouped together
...
Options --stateflags and --minibar are slightly related; it looks
better to not have them separated by an unrelated option.
2021-01-07 14:27:49 +01:00