- 15 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
Also remove an unneeded nulling.
-
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>
-
- 09 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
These three functions are needed only when both linter and speller are available.
-
Benno Schulenberg authored
If help is enabled, those functions should be described too, and if nanorc is enabled, they should both be rebindable.
-
- 29 Dec, 2017 3 commits
-
-
Benno Schulenberg authored
-
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.
-
Benno Schulenberg authored
When unindenting/uncommenting affected the bottom line of the marked region, keep affecting this line also during subsequent consecutive indenting/commenting. This fixes https://savannah.gnu.org/bugs/?52718.
-
- 26 Dec, 2017 4 commits
-
-
Benno Schulenberg authored
So that Commenting comes closer to the somewhat related Indenting and Unindenting functions.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, make the descriptions for indenting/unindenting more precise.
-
Benno Schulenberg authored
So they will be found quicker. Also fold two assignments into one.
-
- 17 Dec, 2017 2 commits
-
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
The escape sequence "Esc [ Z" is a backtab on most supported terminals, so make sure convert_sequence() treats it as such.
-
- 12 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
When the mark is on, instead of letting a <Tab> simply insert a Tab character at the cursor position, let it indent the marked region. Original-idea-by:
Chris Allegretta <chrisa@asty.org>
-
- 26 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 12 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 07 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 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 1 commit
-
-
Benno Schulenberg authored
Suggested-by:
Brand Huntsman <alpha@qzx.com>
-
- 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 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
In the tiny version, do_prompt() will now have an extra NULL parameter, which will cost maybe twenty extra bytes of code. That is acceptable when it saves thirty lines in the source.
-
- 28 Oct, 2017 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And use a better word to describe the concise descriptions that these constants refer to -- they are not messages.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
- 25 Oct, 2017 1 commit
-
-
David Lawrence Ramsey authored
This addresses https://savannah.gnu.org/bugs/?52257.
-
- 18 Oct, 2017 4 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52246.
-
Brand Huntsman authored
Signed-off-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Adjust to the changed meaning of 'whereis': it is no longer do_search() but do_search_forward(). Hinted-at-by:
Brand Huntsman <alpha@qzx.com>
-
- 15 Oct, 2017 2 commits
-
-
Benno Schulenberg authored
Requested-by:
Brand Huntsman <alpha@qzx.com>
-
Marco Diego Aurélio Mesquita authored
Allow the user to record and run a single macro. The default binding for starting and stopping the recording is M-: (Alt + colon) and for running the macro M-; (Alt + semicolon). This fulfills https://savannah.gnu.org/bugs/?50314 . Requested-by:
Peter Passchier <peter@passchier.net> Signed-off-by:
Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@telfort.nl>
-
- 14 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
It would be silly for ^W to do a backward search too after using ^Q once.
-