- 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 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 22 Sep, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 18 Aug, 2017 1 commit
-
-
David Lawrence Ramsey authored
-
- 16 Aug, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 14 Aug, 2017 1 commit
-
-
Urja Rannikko authored
This also fixes https://savannah.gnu.org/bugs/?51735 . Reported-by:
Urja Rannikko <urjaman@gmail.com> Signed-off-by:
Urja Rannikko <urjaman@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@telfort.nl>
-
- 06 Aug, 2017 3 commits
-
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
The new option 'set selectedcolor' applies to marked text, to the currently selected file in the file browser, and to the highlighted match during interactive search-and-replace.
-
Benno Schulenberg authored
Without them, nano still compiles for me, with everything enabled, even when using --enable-debug, --enable-utf8, and --with-slang.
-
- 29 Jul, 2017 1 commit
-
-
Rishabh Dave authored
Include the shortcut for 'Uncut' into most menus, and add an uncut function for the status bar, so that it becomes possible to paste the first line of the cutbuffer at any text-input prompt. This fulfills https://savannah.gnu.org/bugs/?48501 . Requested-by:
Benno Schulenberg <bensberg@telfort.nl> Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-