- 03 Jan, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 30 Dec, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
They are not documentation, they are functional elements of nano.
-
Benno Schulenberg authored
There are just a handful of source files for the documentation -- it is wasteful and cumbersome to have these in separate directories. Also: remove the French man pages -- they are too far out of date. (And anyway, we should acquire a general framework for translating the documentation.)
-
- 28 Dec, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 23 Dec, 2016 1 commit
-
-
Arturo Borrero González authored
Signed-off-by:
Arturo Borrero González <arturo@debian.org>
-
- 12 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 10 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
Also, be more selective when coloring a git diff line. And color an svn index line too.
-
- 07 Dec, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
(The variable 'pletion_line' is not conditionalized with this option, as it would become messy. The compiler will probably be able to elide it.) When using --enable-tiny, it is not possible to use --enable-wordcomp, because the word completion function uses the undo system.
-
- 04 Dec, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 23 Nov, 2016 1 commit
-
-
Mike Frysinger authored
We should avoid defining color schemes that are unreadable on common white-on-black or black-on-white terminals. Change the black in the autoconf error strings to brightred for that reason.
-
- 14 Nov, 2016 1 commit
-
-
Mike Frysinger authored
- make version highlight less blindly greedy and conform to real versions - move version matching before USE matching to avoid hitting USE flags that look like versions - change USE regex to match the Gentoo PMS - extend arch match to include more keywords - make category matching more restrictive to avoid false positives - drop operators =< and => that Gentoo doesn't support URL: https://savannah.gnu.org/bugs/?49569 Reported-by:
Konstantin Shakhnov <kastian@mail.ru>
-
- 12 Nov, 2016 1 commit
-
-
Benno Schulenberg authored
Also, don't use ignore-case for things that don't contain letters.
-
- 30 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
Also replace some backslashed spaces because they hinder the justification of the man page.
-
- 29 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 27 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
The nanorc option already exists, but not the corresponding one for the command line.
-
- 23 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 22 Oct, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also mention the corresponding toggle (M-#).
-
Benno Schulenberg authored
-
- 20 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Faissal Bensefia authored
It can be activated with --linenumbers on the command line or with 'set linenumbers' in a nanorc file, and it can be toggled with M-#. Signed-off-by:
Faissal Bensefia <faissaloo@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 11 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Rishabh Dave authored
Also, show in green only the ^ and M- combinations that are valid. This fixes https://savannah.gnu.org/bugs/?49097 . Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 11 Sep, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This lets users of braille displays find the selected item immediately. This fulfills a request by Enrico Mioso. See https://lists.gnu.org/archive/html/nano-devel/2016-09/msg00025.html.
-
- 06 Sep, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 03 Sep, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 01 Sep, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 14 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 10 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 28 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 24 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
And hard-bind the keys Ctrl+Up and Ctrl+Down to these functions. Unlike the paragraph-jumping code, these new functions disregard any indentation, treating only blank lines as separators. They also do an automatic smart home when that option is set. This fulfills https://savannah.gnu.org/bugs/?48291.
-
- 21 Jul, 2016 1 commit
-
-
Dirkjan Ochtman authored
Per https://doc.rust-lang.org/reference.html#fn2 , non-ASCII characters are currently not allowed in stable Rust, so keep it ASCII-only for now. Signed-off-by:
Dirkjan Ochtman <dirkjan@ochtman.nl>
-
- 13 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
This allows the user to specify which other characters, besides the default alphanumeric ones, should be considered as part of a word, so that word operations like Ctrl+Left and Ctrl+Right will pass them by. Using this option overrides the option --wordbounds. This fulfills https://savannah.gnu.org/bugs/?47283.
-