-
7691527f35
tweaks: remove redundant parentheses, trim comments, fold some regexes
Benno Schulenberg
2021-10-25 12:31:02 +02:00
-
3313fac8eb
tweaks: remove redundant pair of parentheses, and swap two alternatives
Benno Schulenberg
2021-10-25 10:24:17 +02:00
-
e52c81f5db
syntax: nanorc: improve the file-matching regex
Benno Schulenberg
2021-10-25 09:16:19 +02:00
-
9b419d0bff
tweaks: rename a function, to describe better what it does nowadays
Benno Schulenberg
2021-10-22 11:47:15 +02:00
-
0f40752139
docs: add a hint about making ^L do just 'refresh' to the sample nanorc
Benno Schulenberg
2021-10-22 11:33:32 +02:00
-
d57bfc057f
syntax: rust: do not colorize as string the text between two strings
Benno Schulenberg
2021-10-21 11:27:29 +02:00
-
918ce1afa3
tweaks: just let do_wrap() set 'refresh_needed' instead of returning TRUE
Benno Schulenberg
2021-10-21 11:56:22 +02:00
-
5d285ca896
tweaks: rewrap three old NEWS items, for esthetics, and fix a date
Benno Schulenberg
2021-10-21 11:45:42 +02:00
-
f368e2732d
docs: reword several of the descriptions in the chapter on building nano
Benno Schulenberg
2021-10-20 16:06:44 +02:00
-
ad13746da9
docs: reword the beginning of the chapter on nanorc files
Benno Schulenberg
2021-10-20 13:48:08 +02:00
-
440f39e558
docs: correct the description of the layout -- four areas, not five
Benno Schulenberg
2021-10-19 16:15:28 +02:00
-
108c84daf8
docs: move the chapter about editor basics into third position
Benno Schulenberg
2021-10-19 15:50:05 +02:00
-
e63fe3be69
tweaks: reword a paragraph, and use usual M- to depict Meta keystrokes
Benno Schulenberg
2021-10-19 14:51:06 +02:00
-
bc4a141cba
tweaks: mark keystrokes consistently with @kbd in the manual
Benno Schulenberg
2021-10-19 14:21:28 +02:00
-
0dbe857ba2
syntaxes: undouble the backslash within bracket expressions
Benno Schulenberg
2021-10-18 12:04:31 +02:00
-
483538f8f3
syntax: email: use a character class, as \s does not work inside brackets
Benno Schulenberg
2021-10-18 11:49:52 +02:00
-
1f36d5411a
docs: improve the title of the manual, away from the bare "nano"
Benno Schulenberg
2021-10-18 10:40:15 +02:00
-
46f76ca8b8
docs: avoid large Table of Contents at top of HTML version of manual
Benno Schulenberg
2021-10-17 16:55:24 +02:00
-
3a09577e0c
tweaks: replace the obscure @* with the slightly clearer @sp
Benno Schulenberg
2021-10-17 12:27:49 +02:00
-
b9f472a905
syntax: texinfo: be more precise in colorizing @commands
Benno Schulenberg
2021-10-17 12:19:28 +02:00
-
557d8131ca
docs: prevent a black square in the PDF after the long synopsis line
Benno Schulenberg
2021-10-16 13:00:19 +02:00
-
89fd11109d
docs: add a meta description for the HTML rendering of the manual
Benno Schulenberg
2021-10-16 11:14:18 +02:00
-
badf3edc55
syntax: texinfo: colorize the special @-plus-punctuation commands too
Benno Schulenberg
2021-10-15 17:24:18 +02:00
-
36e3284979
help: ensure there is a blank line between title bar and start of text
Benno Schulenberg
2021-10-15 11:12:26 +02:00
-
4ac932bd21
syntaxes: drop three redundant end-of-line anchors
Benno Schulenberg
2021-10-15 10:15:48 +02:00
-
f9468fa987
history: process file faster by not filtering out hypothetical duplicates
Benno Schulenberg
2021-10-14 09:47:07 +02:00
-
fb7c12f644
tweaks: rename a function, to make it make sense
Benno Schulenberg
2021-10-14 09:18:28 +02:00
-
9341c96def
tweaks: rename two parameters and one variable, away from single letters
Benno Schulenberg
2021-10-13 17:04:21 +02:00
-
74fd78adb1
tweaks: reshuffle a few lines, and rename a variable
Benno Schulenberg
2021-10-13 16:45:15 +02:00
-
c8ab81dd1c
tweaks: rename two variables, to fit with the names of similar ones
Benno Schulenberg
2021-10-13 16:38:23 +02:00
-
185e4d6b12
tweaks: rename two variables, away from abbreviations
Benno Schulenberg
2021-10-12 18:02:24 +02:00
-
99607a5bbe
tweaks: invert a condition, to get an early return instead of indentation
Benno Schulenberg
2021-10-12 17:11:52 +02:00
-
7e807cdd2f
memory: avoid leaking the filename when dottifying it on the minibar
Benno Schulenberg
2021-10-12 12:44:23 +02:00
-
e51f6596d4
tweaks: reassign a copy of a string to a variable more economically
Benno Schulenberg
2021-10-12 09:33:08 +02:00
-
42610db847
memory: avoid a tiny leak when an option with an argument is given twice
Benno Schulenberg
2021-10-11 17:10:49 +02:00
-
6018de2466
tweaks: condense the definitions of all the empty functions
Benno Schulenberg
2021-10-11 11:21:31 +02:00
-
af757d3b3f
docs: reshuffle a GNU marker, to make the title clearer in search engines
Benno Schulenberg
2021-10-11 09:27:56 +02:00
-
30abc02277
tweaks: reshuffle two conditions, re-indent, and rewrap a line
Benno Schulenberg
2021-10-10 11:47:12 +02:00
-
9a9714fe0c
tweaks: rename a variable, to be easier to read and to make more sense
Benno Schulenberg
2021-10-10 10:38:51 +02:00
-
77457fa6e9
prompt: avoid resetting the history pointer when the search is cancelled
Benno Schulenberg
2021-10-10 10:21:24 +02:00
-
9c45b5da6c
tweaks: rename a function and its parameter, to be clearer
Benno Schulenberg
2021-10-10 10:11:47 +02:00
-
e9f0597e2e
tweaks: rename two empty functions, to be more to the point
Benno Schulenberg
2021-10-09 17:30:33 +02:00
-
87cde1590d
tweaks: elide two functions that each were called just once
Benno Schulenberg
2021-10-09 17:15:14 +02:00
-
65d81c60cd
help: do not show ^S when --preserve is in effect
Benno Schulenberg
2021-10-09 12:55:41 +02:00
-
3d6dcb9568
prompt: begin at bottom of history list when at secondary prompt
Benno Schulenberg
2021-10-09 12:12:05 +02:00
-
1ca2911b84
prompt: keep a clear answer clear also after an excursion into history
Benno Schulenberg
2021-10-08 12:36:32 +02:00
-
8ef74b3aac
tweaks: rename five empty functions, to get rid of a meaningless suffix
Benno Schulenberg
2021-10-08 10:53:04 +02:00
-
aeae4fb4b9
tweaks: reshuffle some lines, one for clarity, others for conciseness
Benno Schulenberg
2021-10-07 19:03:26 +02:00
-
bc22b3c876
files: clear original filename when the user toggles Append or Prepend
Benno Schulenberg
2021-10-07 12:38:04 +02:00
-
64c9d3c143
rcfile: remove the deprecated 'cutwordleft' and 'cutwordright' keywords
Benno Schulenberg
2021-10-07 12:24:38 +02:00
-
bec0cdcb54
po: update translations and regenerate POT file and PO files
Benno Schulenberg
2021-10-06 10:53:18 +02:00
-
ba9e5ac05d
bump version numbers and add a news item for the 5.9 release
Benno Schulenberg
2021-10-06 08:47:23 +02:00
-
46b5f83601
tweaks: fold two lines into two others, for conciseness
Benno Schulenberg
2021-10-04 12:02:04 +02:00
-
6d5b16562f
help: make the keystrokes ^W^Y and ^W^V work again
Benno Schulenberg
2021-10-04 11:54:02 +02:00
-
508301a2ef
browser: make the keystrokes ^W^Y and ^W^V work again
Benno Schulenberg
2021-10-04 11:31:22 +02:00
-
2f216281e7
syntax: yaml: allow slash and period in key names
Benno Schulenberg
2021-10-03 15:22:31 +02:00
-
9459030d66
syntax: yaml: allow any character in tags except whitespace
Benno Schulenberg
2021-10-03 10:41:03 +02:00
-
f545735638
syntax: yaml: colorize the two known directives
Benno Schulenberg
2021-10-03 10:09:28 +02:00
-
bb8f40989f
tweaks: change 'return ++var;' to 'return var + 1;'
Hussam al-Homsi
2021-10-02 00:55:17 -04:00
-
675ad6386d
syntax: yaml: colorize the question mark of complex mappings too
Benno Schulenberg
2021-10-02 17:01:15 +02:00
-
6ce3487b65
syntax: yaml: colorize backslash-escaped characters as valid or invalid
Benno Schulenberg
2021-10-02 16:41:56 +02:00
-
bc7e7d847e
docs: list the default color combo for 'spotlightcolor' in sample nanorc
Benno Schulenberg
2021-10-01 09:47:45 +02:00
-
71a73a1a10
syntax: yaml: allow double colon in key & do not colorize unspaced colon
Benno Schulenberg
2021-09-30 17:11:36 +02:00
-
c2790a8af3
syntax: yaml: new file -- coloring rules for YAML files
Benno Schulenberg
2021-09-25 14:07:35 +02:00
-
fde86518ae
tweaks: rename a function, to be more fitting
Benno Schulenberg
2021-09-29 15:23:49 +02:00
-
61b3aa6626
tweaks: use five symbolic names, to make eight function calls clearer
Benno Schulenberg
2021-09-29 15:18:17 +02:00
-
6799bc69a6
tweaks: adjust three parameters -- two were mistaken, one superfluous
Benno Schulenberg
2021-09-29 14:51:22 +02:00
-
0c01227d86
tweaks: rename a parameter, to fit better what it is used for
Benno Schulenberg
2021-09-29 12:34:04 +02:00
-
c74fd81302
tweaks: rename a parameter and invert its logic
Benno Schulenberg
2021-09-29 12:20:21 +02:00
-
4b30cfb8f8
tweaks: rename a variable, to be more visible and to match others
Benno Schulenberg
2021-09-29 11:56:45 +02:00
-
36b6416a7b
tweaks: reshuffle some lines and adjust some indentation
Benno Schulenberg
2021-09-29 11:52:23 +02:00
-
e0334e861d
shutdown: when dying, do not install/restore a handler for Ctrl+C
Benno Schulenberg
2021-09-28 18:05:15 +02:00
-
b07fb5a811
files: exclude the call of fsync() from the tiny version
Benno Schulenberg
2021-09-28 10:57:50 +02:00
-
9ab49658d7
files: prepending to a fifo makes no sense, so do not try that
Benno Schulenberg
2021-09-28 10:05:23 +02:00
-
bb3d367716
files: making a backup of a fifo makes no sense, so do not try that
Benno Schulenberg
2021-09-28 09:40:03 +02:00
-
26c0a7962e
files: check for a fifo only when it is an existing file
Benno Schulenberg
2021-09-28 09:31:52 +02:00
-
a2b20a1915
files: do not call fsync() on a fifo, to avoid a spurious error message
Benno Schulenberg
2021-09-27 17:15:57 +02:00
-
2087c20a83
tweaks: in comments, say "buffer" instead of "file" where appropriate
Benno Schulenberg
2021-09-27 16:37:03 +02:00
-
5512c63bdd
copyright: update to the current year for significantly changed files
Benno Schulenberg
2021-09-24 11:01:41 +02:00
-
d31cf1da68
gnulib: update to its current upstream state
Benno Schulenberg
2021-09-21 16:52:04 +02:00
-
ce656cfca8
docs: improve the description of the spotlighting of a search match
Benno Schulenberg
2021-09-21 16:49:40 +02:00
-
46cdf8b745
startup: if TERM is unset, try falling back to VT220 instead of failing
Benno Schulenberg
2021-09-09 16:17:04 +02:00
-
fdc0b0ac24
tweaks: rename three variables, to follow the general scheme
Benno Schulenberg
2021-09-20 10:08:56 +02:00
-
42b7dea14b
docs: add some details to the bug-reporting paragraph in the README
Benno Schulenberg
2021-09-19 11:31:10 +02:00
-
239c794503
feedback: use a smaller diamond to represent an anchor, to not overflow
Benno Schulenberg
2021-09-19 11:42:35 +02:00
-
189960c467
cutting: copy anchors into the cutbuffer, so that undo can restore them
Benno Schulenberg
2021-09-15 12:56:27 +02:00
-
04f8aa83ef
tweaks: reshuffle a few lines, for esthetics and to elide an #ifdef
Benno Schulenberg
2021-09-17 10:06:21 +02:00
-
802a20b222
tweaks: rename a variable, to be more grammatical
Benno Schulenberg
2021-09-16 12:32:19 +02:00
-
88f7ec38f8
docs: spell "filename" as a single word, like in most other occurrences
Benno Schulenberg
2021-09-15 10:21:41 +02:00
-
baaff48547
syntax: nanorc: recognize also the template of the sample nanorc file
Benno Schulenberg
2021-09-15 10:00:41 +02:00
-
0010cd4443
tweaks: slightly reword or rewrap some comments in the sample nanorc
Benno Schulenberg
2021-09-15 09:55:14 +02:00
-
7d6ffd9e78
docs: don't use "light" after "bold", as the latter often implies "light"
Benno Schulenberg
2021-09-14 12:14:49 +02:00
-
b8daf1fb0b
docs: correct the default value of the errorcolor option
Hussam al-Homsi
2021-09-12 13:55:17 -04:00
-
fe5f05f037
files: give the user time to absorb a warning about someone else editing
Benno Schulenberg
2021-09-12 10:33:18 +02:00
-
5cedb53c62
files: write a lock file also for a freshly saved buffer
Benno Schulenberg
2021-09-12 09:54:31 +02:00
-
650dc14e0f
tweaks: rename a defined type, to fit within the general pattern
Benno Schulenberg
2021-09-11 17:57:02 +02:00
-
43ebabe05d
docs: mention how to properly colorize all types in nano's source code
Benno Schulenberg
2021-09-11 17:50:11 +02:00
-
b6366411dc
tweaks: reshuffle a few lines to avoid an #ifdef and unbalanced braces
Benno Schulenberg
2021-09-11 15:07:05 +02:00
-
914921887e
tweaks: rename a variable, to make more sense
Benno Schulenberg
2021-09-11 11:09:56 +02:00
-
64a8f1930e
history: emit a warning when file cannot be made private [coverity]
Benno Schulenberg
2021-09-07 16:44:08 +02:00