]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2014-04-27 Benno SchulenbergIn a concise help text, mention only those options...
2014-04-27 Benno SchulenbergNot blurting out the full help text when command line...
2014-04-27 Benno SchulenbergPlugging two tiny memory leaks. Patch essentially...
2014-04-26 Benno SchulenbergGroup related functions together, remove duplicate...
2014-04-26 Benno SchulenbergAllow do_spell() to be bound to other key combos.
2014-04-26 Benno SchulenbergMake help lines show "Close" again when more than one...
2014-04-26 Benno SchulenbergAdd a pointer to the tail of the functions list,
2014-04-24 Benno SchulenbergUpdating the FAQ.
2014-04-23 Benno SchulenbergIncrease the contrast between hard-wrapping and soft...
2014-04-23 Benno SchulenbergPutting the two wrapping toggles together
2014-04-23 Benno SchulenbergReturning the first shortcut that matches a given func...
2014-04-23 Benno SchulenbergMaking the Minus and Space keys work in the help viewer...
2014-04-23 Benno SchulenbergRemoveing several unneeded double semicolons plus two...
2014-04-22 Benno SchulenbergSplitting the toggles into three kind-of related groups,
2014-04-22 Benno SchulenbergShowing just two shortcuts per function, to pull
2014-04-22 Benno SchulenbergListing function key after meta key.
2014-04-22 Benno SchulenbergPutting left/right in normal order.
2014-04-22 Benno SchulenbergDeleting unneeded empty funcs; being in the list of...
2014-04-22 Benno SchulenbergEliding more unneeded constants.
2014-04-22 Benno SchulenbergEliding several pointless constants.
2014-04-22 Benno SchulenbergRenaming many constants from '*_msg' to '*_tag' to...
2014-04-22 Benno SchulenbergPutting the movement keys in the help viewer in the...
2014-04-21 Benno SchulenbergImproving two error messages, and complaining about
2014-04-21 Benno SchulenbergAllowing the codes from Ins and Del keys to be rebound.
2014-04-21 Benno SchulenbergRemove recognition of K-keys.
2014-04-21 Benno SchulenbergGiving nicer names to the dedicated keys,
2014-04-21 Benno SchulenbergDecombining a repetitive condition.
2014-04-21 Benno SchulenbergAvoiding three compiler warnings with --enable-debug.
2014-04-21 Benno SchulenbergDeleting some more unused stuff.
2014-04-21 Benno SchulenbergDeleting a large bunch of unused defines.
2014-04-21 Benno SchulenbergSorting functions slightly better, and
2014-04-21 Benno SchulenbergNo unnecessary checking for lowercase 'm' or 'f'.
2014-04-21 Benno SchulenbergPutting meta first, for clarity.
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...
next