]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2014-04-21 Benno SchulenbergAdjusting two comments.
2014-04-21 Benno SchulenbergDo not colour a mistaken rebinding of the F0 key.
2014-04-16 Benno SchulenbergMaking better use of MMOST.
2014-04-16 Benno SchulenbergAdjusting some tabbing and spacing.
2014-04-16 Benno SchulenbergRenaming MREPLACE2 to MREPLACEWITH, for clarity.
2014-04-16 Benno SchulenbergRenaming MALL to MMOST, for accuracy.
2014-04-16 Benno SchulenbergRemoving MHELP from MALL.
2014-04-16 Benno SchulenbergFinding properly also the zeroeth item from a
2014-04-15 Benno SchulenbergAdding shortcut ^L for Refresh to the help viewer,
2014-04-15 Benno SchulenbergRemoving superfluous abortion variable.
2014-04-15 Benno SchulenbergAdding M-\ and M-/ for First and Last Line to the help...
2014-04-15 Benno SchulenbergChecking for the availability of snprintf(), fixes...
2014-04-15 Benno SchulenbergNormalizing whitespace around '==' comparison.
2014-04-15 Benno SchulenbergBuilding nano from svn does not require ssh.
2014-04-15 Benno SchulenbergRelocating and correcting a few comments.
2014-04-15 Benno SchulenbergActually setting the intended non-blocking input mode.
2014-04-14 Benno SchulenbergAvoiding a compiler warning, and straightening out...
2014-04-14 Benno SchulenbergInitializing a variable to avoid a compiler warning...
2014-04-14 Benno SchulenbergEliding a variable and condensing a comment.
2014-04-14 Benno SchulenbergWhitespace adjustments, plus a few comment tweaks.
2014-04-14 Benno SchulenbergRemoving the unused parameter 'func_key' from get_short...
2014-04-14 Benno SchulenbergRemoving the unused parameter 'file_bot' from copy_from...
2014-04-13 Benno SchulenbergComplaining about --enable-color and tiny without ...
2014-04-13 Benno SchulenbergConverting #ifdef ENABLE_NANORC to #ifndef DISABLE_NANORC.
2014-04-13 Benno SchulenbergPrinting the correct --enable/--disable option for...
2014-04-13 Benno SchulenbergMaking tiny disable libmagic, and documenting the ...
2014-04-13 Benno SchulenbergSome small extra colourings.
2014-04-13 Benno SchulenbergCosmetic tweaks.
2014-04-13 Benno SchulenbergDeleting a misplaced setting of 'currmenu'.
2014-04-13 Benno SchulenbergRemoving mistaken browser item from Go-To-Line menu.
2014-04-13 Benno SchulenbergRemoving unused parameter 'menu' from strtosc().
2014-04-10 Benno SchulenbergAdding four recent syntaxes to the packing list.
2014-04-08 Benno SchulenbergAdding missing --poslog option to the texinfo file...
2014-04-08 Benno SchulenbergAdding the documentation for the new --noread option.
2014-04-08 Benno SchulenbergAdding the command-line option --noread to treat any...
2014-04-08 Benno SchulenbergMore editing of comment blocks and trimming of blank...
2014-04-08 Benno SchulenbergAdjusting some comments, and removing an unneeded ...
2014-04-08 Benno SchulenbergCorrecting two comments, and tweaking two others.
2014-04-08 Benno SchulenbergReformat some comment blocks, fix a few typos, and...
2014-04-08 Benno SchulenbergConverting a literal UTF-8 string into its correspondin...
2014-04-08 Benno SchulenbergExtending the syntax highlighting for Go lang.
2014-04-08 Benno SchulenbergUppercasing only the first two or three characters...
2014-04-08 Benno SchulenbergMelting the binding and unbinding code into a single...
2014-04-07 Benno SchulenbergImprove the layout of the fatal error message.
2014-04-07 Benno SchulenbergDo not speak of "flags", but only of "options".
2014-04-07 Benno SchulenbergEhm, no, cancel that. That makes it act like
2014-04-07 Benno SchulenbergTurn wrapping off when --disable-wrapping-as-root was...
2014-04-07 Benno SchulenbergAllowing M-J (full-justify) after being configured...
2014-04-07 Benno SchulenbergDropping the obsolete argument of shortcut_init(),
2014-04-07 Benno SchulenbergKeeping a pointer to the Uncut item in the functions...
2014-04-06 Benno SchulenbergDo not set any helpline tags to empty strings;
2014-04-06 Benno SchulenbergThere is no need for the helpline tags to be external.
2014-04-06 Benno SchulenbergLimiting M-T to the main, and M-J to the main and searc...
2014-04-05 Benno SchulenbergAdjusting text for new disabling configuration options.
2014-04-05 Benno SchulenbergCosmetic tweaks.
2014-04-05 Benno SchulenbergPrinting the correct set of configuration options.
2014-04-05 Benno SchulenbergReloading a possibly freed function pointer. Patch...
2014-04-04 Benno SchulenbergTweaking still more comments.
2014-04-04 Benno SchulenbergFixing compilation with --enable-wrapping.
2014-04-04 Benno SchulenbergNormalizing the indentation somewhat.
2014-04-04 Benno SchulenbergFixing compilation with --enable-tabcomp and tiny.
2014-04-04 Benno SchulenbergFixing warning with --enable-mouse and tiny.
2014-04-04 Benno SchulenbergFixing compilation with --enable-justify and tiny.
2014-04-04 Benno SchulenbergFixing warnings with --enable-help and tiny.
2014-04-04 Benno SchulenbergFixing compilation with --enable-browser and tiny.
2014-04-04 Benno SchulenbergAllowing other enablers to override --enable-tiny too.
2014-04-04 Benno SchulenbergAdding the missing meek colour disabling to --enable...
2014-04-04 Benno SchulenbergMoving the enabling stuff to after the disabling stuff.
2014-04-04 Benno SchulenbergTweaking more comments.
2014-04-04 Benno SchulenbergConverting #ifdef ENABLE_COLOR to #ifndef DISABLE_COLOR.
2014-04-04 Benno SchulenbergTweaking some comments.
2014-04-04 Benno SchulenbergMaking sure the user sees a fatal-error message.
2014-04-04 Benno SchulenbergAllowing --enable-extra and --enable-multibuffer to...
2014-04-04 Benno SchulenbergAvoiding two more compilation warnings.
2014-04-03 Benno SchulenbergFixing two compilation warnings for tiny.
2014-04-03 Benno SchulenbergConverting #ifdef NANO_EXTRA to #ifndef DISABLE_EXTRA.
2014-04-03 Benno SchulenbergConverting #ifdef ENABLE_MULTIBUFFER to #ifndef DISABLE...
2014-04-03 Benno SchulenbergSorting all the disabling configuration options alphabe...
2014-04-03 Benno SchulenbergStopping --with-slang from duplicating --enable-tiny.
2014-04-03 Benno SchulenbergAdding syntax colouring for PO files.
2014-04-03 Benno SchulenbergRemoving unused '*_support' variables.
2014-04-02 Benno SchulenbergOops, s/make/conf/.
2014-04-02 Benno SchulenbergUpping the required version of Automake, to ensure...
2014-04-02 Benno SchulenbergTrying to build info only when 'makeinfo' is available.
2014-04-02 Benno SchulenbergSilencing a compiler warning about a possibly uninitial...
2014-04-02 Benno SchulenbergAdding a dummy if to silence a compiler warning. Patch...
2014-04-02 Benno SchulenbergIgnoring 'config.cache' with git. Patch by Mike Frysinger.
2014-04-02 Benno SchulenbergSimplifying the man rules still further. Patch by...
2014-03-31 Chris Allegretta2014-03-31 Chris Allegretta <chrisa@asty.org>
2014-03-31 Benno SchulenbergMore tweaks of bug numbers, spelling and line length,
2014-03-30 Benno SchulenbergConsistently using a colon after names of changed files.
2014-03-30 Benno SchulenbergFirst attemp at colouring Changelog files.
2014-03-30 Benno SchulenbergSupporting globs in include paths. Patch by Mike Frysi...
2014-03-30 Benno SchulenbergDropping redundant localedir. Patch by Mike Frysinger.
2014-03-30 Benno SchulenbergUsing 'dist_' prefixes and '+=' appending to produce
2014-03-30 Benno SchulenbergUsing standard doc dir for installing html files. ...
2014-03-27 Benno SchulenbergYeah, delete the unused string too.
2014-03-27 Benno SchulenbergPlacing a help string among its kin, adjusting some...
2014-03-27 Benno SchulenbergFixing compilation with --disable-utf8.
2014-03-27 Benno SchulenbergAllowing --disable-utf8 and --enable-utf8 to work.
next