2014-04-08 |
Benno Schulenberg | Adjusting some comments, and removing an unneeded ... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Benno Schulenberg | Correcting two comments, and tweaking two others. |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Benno Schulenberg | Reformat some comment blocks, fix a few typos, and... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Benno Schulenberg | Converting a literal UTF-8 string into its correspondin... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Benno Schulenberg | Extending the syntax highlighting for Go lang. |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Benno Schulenberg | Uppercasing only the first two or three characters... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Benno Schulenberg | Melting the binding and unbinding code into a single... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Improve the layout of the fatal error message. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Do not speak of "flags", but only of "options". |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Ehm, no, cancel that. That makes it act like |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Turn wrapping off when --disable-wrapping-as-root was... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Allowing M-J (full-justify) after being configured... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Dropping the obsolete argument of shortcut_init(), |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Benno Schulenberg | Keeping a pointer to the Uncut item in the functions... |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Benno Schulenberg | Do not set any helpline tags to empty strings; |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Benno Schulenberg | There is no need for the helpline tags to be external. |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Benno Schulenberg | Limiting M-T to the main, and M-J to the main and searc... |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Benno Schulenberg | Adjusting text for new disabling configuration options. |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Benno Schulenberg | Cosmetic tweaks. |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Benno Schulenberg | Printing the correct set of configuration options. |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Benno Schulenberg | Reloading a possibly freed function pointer. Patch... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Tweaking still more comments. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Fixing compilation with --enable-wrapping. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Normalizing the indentation somewhat. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Fixing compilation with --enable-tabcomp and tiny. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Fixing warning with --enable-mouse and tiny. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Fixing compilation with --enable-justify and tiny. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Fixing warnings with --enable-help and tiny. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Fixing compilation with --enable-browser and tiny. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Allowing other enablers to override --enable-tiny too. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Adding the missing meek colour disabling to --enable... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Moving the enabling stuff to after the disabling stuff. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Tweaking more comments. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Converting #ifdef ENABLE_COLOR to #ifndef DISABLE_COLOR. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Tweaking some comments. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Making sure the user sees a fatal-error message. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Allowing --enable-extra and --enable-multibuffer to... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Benno Schulenberg | Avoiding two more compilation warnings. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Fixing two compilation warnings for tiny. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Converting #ifdef NANO_EXTRA to #ifndef DISABLE_EXTRA. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Converting #ifdef ENABLE_MULTIBUFFER to #ifndef DISABLE... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Sorting all the disabling configuration options alphabe... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Stopping --with-slang from duplicating --enable-tiny. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Adding syntax colouring for PO files. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Benno Schulenberg | Removing unused '*_support' variables. |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Oops, s/make/conf/. |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Upping the required version of Automake, to ensure... |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Trying to build info only when 'makeinfo' is available. |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Silencing a compiler warning about a possibly uninitial... |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Adding a dummy if to silence a compiler warning. Patch... |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Ignoring 'config.cache' with git. Patch by Mike Frysinger. |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Benno Schulenberg | Simplifying the man rules still further. Patch by... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Chris Allegretta | 2014-03-31 Chris Allegretta <chrisa@asty.org> |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Benno Schulenberg | More tweaks of bug numbers, spelling and line length, |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Benno Schulenberg | Consistently using a colon after names of changed files. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Benno Schulenberg | First attemp at colouring Changelog files. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Benno Schulenberg | Supporting globs in include paths. Patch by Mike Frysi... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Benno Schulenberg | Dropping redundant localedir. Patch by Mike Frysinger. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Benno Schulenberg | Using 'dist_' prefixes and '+=' appending to produce |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Benno Schulenberg | Using standard doc dir for installing html files. ... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Benno Schulenberg | Yeah, delete the unused string too. |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Benno Schulenberg | Placing a help string among its kin, adjusting some... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Benno Schulenberg | Fixing compilation with --disable-utf8. |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Benno Schulenberg | Allowing --disable-utf8 and --enable-utf8 to work. |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Benno Schulenberg | Making --disable-nanorc with --enable-color barf. ... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Removing the superfluous function 'do_browser_help()'. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Fixing compilation with --disable-browser. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Allowing binding and unbinding of keys when colour... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Fixing compilation with --disable-color. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Removing vestiges of the obsolete '--enable-all' config... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Adding a note on how to select and paste with the mouse |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Printing also the last shortcut in the list. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Some comment tweaks, and whitespace trimmings. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Word, tab, and comment tweaks in configure.ac. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Adjusting the ChangeLog. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Benno Schulenberg | Cleaning up most of the --with/--enable flags. Patch... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Harmonizing comments, and trimming some blank lines. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Printing menu numbers for debugging in hex. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Adding a configure flag to disable the use of the fatte... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Using the pkg-config files of ncurses, when available. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Fixing a few compiler warnings. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Compiling with warnings enabled by default, to help... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Highlighting trailing whitespace in Python and nanorc... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | Adding syntax highlighting for Javascript, |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Benno Schulenberg | EAPI=5 updates for gentoo.nanorc. Patch by Mike Frysinger. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Benno Schulenberg | Improving a debugging message, fixing a translator... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Benno Schulenberg | Adding three more translator names. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Benno Schulenberg | Updates for Czech, Spanish, Italian, Norwegian, Serbian... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Benno Schulenberg | Regenerated the POT file. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Benno Schulenberg | Adding some missing translator names. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Benno Schulenberg | Ow, add it there too. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Benno Schulenberg | Adding the 'extendsyntax' directive, and changing |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Benno Schulenberg | Eliding a variable. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Benno Schulenberg | Adding the descriptions of six missing bindable functions. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Benno Schulenberg | Grouping 'softwrap' with the toggles that affect how... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Benno Schulenberg | Adding "poslog", plus tiny textual tweaks. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Benno Schulenberg | Sorting the includes alphabetically, and adding missing... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Benno Schulenberg | Allowing softwrap to be rebound. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Benno Schulenberg | Documenting the changed whitespace defaults. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Benno Schulenberg | In the file browser one cannot search for a regular... |
commit | commitdiff | tree | snapshot |
next |