-
93400ec8a1
execute: don't crash when an empty buffer is piped through a command
Benno Schulenberg
2022-02-24 11:57:56 +01:00
-
0d85a798e5
painting: look for another start match only after the actual end match
Benno Schulenberg
2022-02-21 10:42:29 +01:00
-
d4d534925f
po: update translations and regenerate POT file and PO files
Benno Schulenberg
2022-02-18 10:58:47 +01:00
-
a1ba7ee786
bump version numbers and add a news item for the 6.2 release
Benno Schulenberg
2022-02-17 10:03:08 +01:00
-
756cd4a4b8
tweaks: store a result, to avoid calling a function twice
Benno Schulenberg
2022-02-18 10:27:47 +01:00
-
1b186fcff3
tweaks: rename two more variables, and drop unneeded initializations
Benno Schulenberg
2022-02-17 14:16:32 +01:00
-
165da9b447
tweaks: rename a variable, reshuffle five lines, and snip two comments
Benno Schulenberg
2022-02-16 15:54:23 +01:00
-
aea10ed383
tweaks: rename two variables (to get rid of a prefix), and elide a third
Benno Schulenberg
2022-02-16 15:44:55 +01:00
-
8fccb31436
linter: adjust the parsing to accommodate for a modern 'pyflakes'
Benno Schulenberg
2022-02-16 15:29:35 +01:00
-
89bb88e4f5
syntaxes: fold a couple of regexes together, and improve a few comments
Benno Schulenberg
2022-02-16 12:29:14 +01:00
-
a58efa70bc
tweaks: consistently backslash-escape the dash in M-letter keystrokes
Benno Schulenberg
2022-02-16 12:19:31 +01:00
-
fe1fecc5da
tweaks: rename a variable, to be more correct, and adjust two comments
Benno Schulenberg
2022-02-13 13:01:21 +01:00
-
87612582ff
tweaks: use an intermediate variable, to avoid using one for two purposes
Benno Schulenberg
2022-02-13 12:43:55 +01:00
-
c3a53cffbc
tweaks: rename a variable, to be more fitting
Benno Schulenberg
2022-02-13 12:19:16 +01:00
-
aeea83703b
tweaks: rename a misnamed variable
Benno Schulenberg
2022-02-13 12:04:57 +01:00
-
27c8f13fc9
tweaks: change the type of a variable, to avoid a compiler warning
Benno Schulenberg
2022-02-13 11:34:17 +01:00
-
c6ddae70f7
display: suppress the bottom-bar wiping only when the user is editing
Benno Schulenberg
2022-02-11 16:14:45 +01:00
-
-
e4ecd03e3f
po: update translations and regenerate POT file and PO files
v6.1
Benno Schulenberg
2022-02-09 11:53:47 +01:00
-
a6dc5c963c
bump version numbers and add a news item for the 6.1 release
Benno Schulenberg
2022-02-09 11:29:32 +01:00
-
989e6a9a7e
tweaks: rename two variables, and elide a near-enough duplicate
Benno Schulenberg
2022-02-04 13:21:55 +01:00
-
c28048d20f
tweaks: rename another variable, to better fit in with its sisters
Benno Schulenberg
2022-02-04 12:12:18 +01:00
-
a24e72f972
tweaks: rename a variable, to make it clearer it refers to a window
Benno Schulenberg
2022-02-04 11:51:23 +01:00
-
a29aa31e93
tweaks: when discarding keycodes, don't bother parsing them
Benno Schulenberg
2022-02-04 11:18:52 +01:00
-
8546139997
build: fix compilation when configured with --enable-tiny
Benno Schulenberg
2022-02-03 13:04:22 +01:00
-
a61586947e
gnulib: update to its current upstream state
Benno Schulenberg
2022-02-03 11:20:08 +01:00
-
5e4645b082
copyright: update the last year for significantly changed files
Benno Schulenberg
2022-02-02 17:40:25 +01:00
-
f9f0a8fd67
copyright: update the years for the FSF
Benno Schulenberg
2022-02-02 17:10:09 +01:00
-
637a2eeb66
tweaks: rename a variable and a parameter, to be more descriptive
Benno Schulenberg
2022-02-01 11:55:31 +01:00
-
13caef2de0
tweaks: remove two redundant checks
Benno Schulenberg
2022-02-01 11:49:10 +01:00
-
61c6d43231
tweaks: adjust a translator hint, to fit the order in the POT file
Benno Schulenberg
2022-02-01 11:35:56 +01:00
-
a04f6e0165
help: update the description of M-D, to match the actual order of counts
Benno Schulenberg
2022-02-01 11:16:07 +01:00
-
3f494e359d
tweaks: stop asking the terminal for its new size -- let ncurses do it
Benno Schulenberg
2022-01-31 15:23:22 +01:00
-
8a06f70379
tweaks: rename a function and reshuffle its call
Benno Schulenberg
2022-01-31 12:09:45 +01:00
-
2290152743
menus: don't show M-6 in the help lines of any prompt
Benno Schulenberg
2022-01-31 10:42:31 +01:00
-
3b657a26a6
prompt: allow the user to copy the answer to the cutbuffer (with M-6)
Benno Schulenberg
2022-01-29 17:41:38 +01:00
-
ff5084479b
prompt: let ^K erase text after cursor (if any), otherwise whole answer
Benno Schulenberg
2022-01-29 17:18:37 +01:00
-
97f4a3f4eb
tweaks: rename a variable, away from an abbreviation
Benno Schulenberg
2022-01-29 17:14:22 +01:00
-
1ca1732d32
tweaks: remove a redundant check -- add a different one for symmetry
Benno Schulenberg
2022-01-29 16:32:04 +01:00
-
accd2308f1
tweaks: reword two comments, and rename a variable (away from an abbrev)
Benno Schulenberg
2022-01-29 16:01:35 +01:00
-
10eec2fe17
input: suppress any spotlighting when there are more keycodes waiting
Benno Schulenberg
2022-01-29 11:08:05 +01:00
-
d69cd759cb
input: instead of moving waiting keycodes, just increment a pointer
Benno Schulenberg
2022-01-24 18:05:53 +01:00
-
f261a8aca5
tweaks: rename a function, to not contain the name of a variable
Benno Schulenberg
2022-01-24 16:49:04 +01:00
-
bdf64d660b
tweaks: rename a variable, for clarity and contrast
Benno Schulenberg
2022-01-24 16:37:50 +01:00
-
2fd30ee095
tweaks: rename a function and its two parameters, for clarity
Benno Schulenberg
2022-01-25 12:22:41 +01:00
-
9bc6f1797e
tweaks: use some symbolic names instead of unclear numeric values
Benno Schulenberg
2022-01-25 11:57:34 +01:00
-
32e63fe1b8
tweaks: add some small, clarifying comments
Benno Schulenberg
2022-01-22 13:08:46 +01:00
-
1c074cc8cc
files: let ^C cancel the exiting when the file on disk was changed
Benno Schulenberg
2022-01-21 15:44:07 +01:00
-
ebf6228f21
tweaks: add some feedback to the autogen.sh script, to ease the wait
Benno Schulenberg
2021-12-26 11:53:30 +01:00
-
4a1db96db8
build: prevent autopoint from overwriting a newer M4 file from gnulib
Benno Schulenberg
2021-12-26 10:09:10 +01:00
-
16ee4636bc
tweaks: reshuffle some sample bindings, to group them differently
Benno Schulenberg
2021-12-26 17:44:42 +01:00
-
6831b37b43
tweaks: drop foreign M-U and M-R from among the sample CUA bindings
Benno Schulenberg
2021-12-26 17:35:30 +01:00
-
4d16f26ba4
help: make the description of <Tab> more accurate
Benno Schulenberg
2021-12-26 11:57:24 +01:00
-
4a7bc73e03
docs: mention 'set guidestripe' and 'set unix' in the sample nanorc
Benno Schulenberg
2021-12-24 16:12:44 +01:00
-
caf583ec4b
docs: mention bindable function 'zero', for toggling the interface bars
Benno Schulenberg
2021-12-23 16:10:38 +01:00
-
e20880da21
docs: remove obsolete Ctrl+Z from the cheatsheet; mention Alt+X instead
Benno Schulenberg
2021-12-23 15:39:49 +01:00
-
19ff9a507b
po: update translations and regenerate POT file and PO files
Benno Schulenberg
2021-12-15 12:28:29 +01:00
-
33ba6be91f
bump version numbers and add a news item for the 6.0 release
Benno Schulenberg
2021-12-14 11:34:11 +01:00
-
9c1c6c18ae
docs: explain what it means when --rawsequences is needed
Benno Schulenberg
2021-12-13 16:44:25 +01:00
-
fae5f823e1
input: ensure that no more bytes are consumed than are available
Benno Schulenberg
2021-12-12 15:43:15 +01:00
-
bdf8e41a72
syntax: nanorc: colorize each of the fourteen new color names as valid
Benno Schulenberg
2021-12-10 12:12:42 +01:00
-
c00c12b64b
docs: list the new color names, from 'rosy' to 'crimson'
Benno Schulenberg
2021-12-10 12:05:37 +01:00
-
02d77ad5ad
rcfile: recognize fourteen new color names, mostly for subdued shades
Benno Schulenberg
2021-12-09 12:18:18 +01:00
-
7ab903f072
syntax: debian: remove file -- Debian itself will have to handle it
Benno Schulenberg
2021-12-12 11:45:21 +01:00
-
266ed0612f
syntax: gentoo: remove file -- Gentoo itself will have to handle it
Benno Schulenberg
2021-12-12 11:34:19 +01:00
-
27af34a853
syntax: default: colorize comments as one of the last things
Benno Schulenberg
2021-12-10 12:32:17 +01:00
-
abafc2ba14
tweaks: reduce redundancy (--enable-color implies --enable-nanorc)
Benno Schulenberg
2021-12-08 12:11:10 +01:00
-
1f0eb8d915
build: fix compilation with --enable-tiny --enable-nanorc
Benno Schulenberg
2021-12-08 12:06:33 +01:00
-
48a19178b8
build: fix compilation when configured with --disable-color
Benno Schulenberg
2021-12-08 10:00:13 +01:00
-
e542e5943e
build: fix compilation when configured with --disable-nanorc
Benno Schulenberg
2021-12-08 09:46:02 +01:00
-
44836e77be
syntax: nanorc: colorize a trailing comment when it begins with non-hex
Benno Schulenberg
2021-12-07 12:40:24 +01:00
-
5cec57719b
syntax: sql: add a few more missing keywords, like TRUE and FALSE
Benno Schulenberg
2021-12-07 12:23:29 +01:00
-
d6f101daef
syntax: sql: colorize keywords regardless of case, and tweak the colors
Benno Schulenberg
2021-12-07 10:08:43 +01:00
-
350cdd9827
syntax: sql: colorize strings differently than types
Benno Schulenberg
2021-12-04 12:05:58 +01:00
-
5dc48d54f2
syntax: sql: add more missing keywords, like INNER and OUTER JOIN
Benno Schulenberg
2021-12-02 16:35:41 +01:00
-
41975265bf
syntax: sql: add some missing keywords, like ALL and ANY and OR
Benno Schulenberg
2021-12-02 13:05:05 +01:00
-
598f13107d
syntax: sql: add two missing data types -- xml and tsquery
Benno Schulenberg
2021-12-02 11:29:14 +01:00
-
248ebf9117
syntax: sql: colorize only single-quoted things as strings
Benno Schulenberg
2021-12-02 11:18:57 +01:00
-
1c6f6ba212
tweaks: rename three parameters, away from single letters
Benno Schulenberg
2021-12-03 12:16:53 +01:00
-
58cba6a7c6
tweaks: move a translator hint to where xgettext will see it
Benno Schulenberg
2021-12-02 11:02:56 +01:00
-
b55474788b
gnulib: update to its current upstream state
Benno Schulenberg
2021-12-02 10:24:29 +01:00
-
5c8de3e39f
tweaks: put three email addresses between the customary angled brackets
Benno Schulenberg
2021-11-30 10:34:51 +01:00
-
8aaa57a573
syntax: default: colorize dates, URLs, and nano's release motto
Benno Schulenberg
2021-11-30 10:24:15 +01:00
-
19e743c7e4
tweaks: condense the regexes for Types in the SQL syntax
Benno Schulenberg
2021-10-26 15:57:29 +02:00
-
56aacb3e32
syntax: sql: colorize as flow control only keywords that clearly are such
Benno Schulenberg
2021-10-26 15:48:51 +02:00
-
f2c9aed16c
syntax: sql: remove alien stuff -- it was copied mostly from ruby syntax
Benno Schulenberg
2021-10-25 17:40:24 +02:00
-
7c6d3942c4
tweaks: rewrap an old news item, for distraction
Benno Schulenberg
2021-11-29 11:24:04 +01:00
-
27aff84f74
syntax: nanorc: paint arguments of 'include' and 'extendsyntax' specially
Benno Schulenberg
2021-11-29 11:10:16 +01:00
-
a43ee17ad0
docs: document the effect of --quickblank together with --zero/--minibar
Benno Schulenberg
2021-11-29 10:47:49 +01:00
-
abd4c47acf
feedback: when reporting an unbound function key, mention its number
Benno Schulenberg
2021-11-28 15:35:22 +01:00
-
b87722ab2d
feedback: report an unbindable function key as an "Unknown sequence"
Benno Schulenberg
2021-11-28 12:25:55 +01:00
-
b5448615b9
display: redraw the screen in tiny version upon resuming from suspension
Benno Schulenberg
2021-11-28 11:45:21 +01:00
-
d14d9069cd
tweaks: exclude some suspension code from the tiny version
Benno Schulenberg
2021-11-28 11:07:06 +01:00
-
93df6ab385
tweaks: shorten a comment, and drop some conditionalizing
Benno Schulenberg
2021-11-27 17:06:06 +01:00
-
be87f110ce
bindings: allow rebinding ^Z also on a Linux console (a VT)
Benno Schulenberg
2021-11-27 16:37:46 +01:00
-
9ebee362a5
tweaks: fix typo, and improve description of 'set zero' in sample nanorc
Benno Schulenberg
2021-11-27 14:16:37 +01:00
-
27928e47be
docs: mention that --zero and 'set zero' hide also the help lines
Benno Schulenberg
2021-11-26 11:01:33 +01:00
-
79def643a3
options: make --zero imply --nohelp, and 'set zero' imply 'set nohelp'
Benno Schulenberg
2021-11-25 15:49:26 +01:00
-
9a8d9ef496
tweaks: fix a somewhat humorous typo
Benno Schulenberg
2021-11-25 11:14:11 +01:00
-
7336c28ca8
display: clear the status bar early enough, so that --zero can show text
Benno Schulenberg
2021-11-25 10:56:18 +01:00
-
6a521da437
display: ensure feedback will be cleared also on a one-row terminal
Benno Schulenberg
2021-11-24 16:17:34 +01:00