- 18 Mar, 2018 1 commit
-
-
David Lawrence Ramsey authored
This avoids a bunch of warnings when compiled with -pedantic: ISO C forbids comparison of ‘void *’ with function pointer
-
- 01 Mar, 2018 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 27 Feb, 2018 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Commit 0cf455bc introduced the typo.
-
- 24 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
Exclude the confusing, pleonastic 'sc' abbreviation from their names.
-
- 23 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
The new option 'set errorcolor' allows the user to specify the color combination for the status bar when an error message is displayed.
-
- 14 Feb, 2018 3 commits
-
-
Benno Schulenberg authored
And when configured with --enable-tiny --enable-nanorc.
-
Benno Schulenberg authored
The different color will make the name stand out, as it should, instead of looking the same as all the regex strings.
-
Benno Schulenberg authored
-
- 04 Feb, 2018 2 commits
-
-
Benno Schulenberg authored
This addresses https://savannah.gnu.org/bugs/?48992.
-
Benno Schulenberg authored
In this way a single keystroke can produce a fragment of text or a series of commands, or a mix of the two. It is like a prerecorded macro. This fulfills https://savannah.gnu.org/bugs/?52931.
-
- 24 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And one for me, for the much changed keyboard stuff.
-
- 19 Jan, 2018 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And rewrap some lines, three of them to make them equal to another.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
At that point, ptr will necessarily point at EOL -- *ptr == '\0'.
-
- 15 Jan, 2018 5 commits
-
-
Benno Schulenberg authored
Also remove an unneeded nulling.
-
Benno Schulenberg authored
The verbosity "hid" the really relevant information: filename, line number, and the error message. Valid values and other details can be found in the manual pages.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Brand Huntsman authored
When the palette is getting initialized, it is too late to send any error messages about the rcfile options to standard error. This fixes https://savannah.gnu.org/bugs/?52871 . Reported-by:
Brand Huntsman <alpha@qzx.com> Signed-off-by:
Brand Huntsman <alpha@qzx.com>
-
- 29 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
Each leading tab is converted to two tabs, and any leading four spaces is converted to one tab. The intended tab size (for keeping most lines within 80 columns) is now four.
-
- 26 Dec, 2017 1 commit
-
-
David Lawrence Ramsey authored
-
- 06 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
The option now causes nano to trim trailing whitespace also when hardwrapping occurs while the user is typing.
-
- 12 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 10 Nov, 2017 2 commits
-
-
Benno Schulenberg authored
Also, remove an unneeded pair of braces.
-
Marco Diego Aurélio Mesquita authored
Signed-off-by:
Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
-
- 04 Nov, 2017 1 commit
-
-
Simon Ochsenreither authored
When not finding a .nanorc file in the user's home directory, nano will look for a nanorc file in $XDG_CONFIG_HOME and in the ~/.config/nano/ fallback directory. And when not finding a .nano/ subdir in the user's home directory, nano will look for (or create) the history files in $XDG_DATA_HOME or in the ~/.local/share/nano/ fallback directory. This is a partial implementation of the XDG Base Directory Specification: https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html , for the purpose of reducing the clutter in a user's home directory, and to make it easier to back up just the configuration files. Signed-off-by:
Simon Ochsenreither <simon@ochsenreither.de> Signed-off-by:
Benno Schulenberg <bensberg@telfort.nl>
-
- 02 Nov, 2017 3 commits
-
-
Benno Schulenberg authored
Suggested-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
If the user uses a single version of nano, they have no need for --quiet. If they do sometimes use an older version and don't want to see the warnings, they can use 2>/dev/null (they could make an alias for that and put it before the call of nano).
-
Benno Schulenberg authored
The user told nano to start, thus nano should *start* -- without halting and without nagging the user.
-
- 01 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 31 Oct, 2017 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 30 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 29 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
-