]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2014-05-11 Chris Allegretta2014-05-10 Chris Allegretta <chrisa@asty.org>
2014-05-10 Benno SchulenbergMaking syntax highlighting into a separate section,
2014-05-10 Benno SchulenbergMaking it possible for interface-foreground colours...
2014-05-09 Benno SchulenbergDescribing bindable functions in the third person ...
2014-05-09 Benno SchulenbergPutting softwrap back among the "Appearance" toggles.
2014-05-09 Benno SchulenbergDefining a shortcut for the linter when the speller...
2014-05-09 Benno SchulenbergNot defining nor accepting shortcuts for functions...
2014-05-09 Benno SchulenbergCounting only shortcuts that are actually shown, so...
2014-05-06 Benno SchulenbergStopping the brace content from spilling.
2014-05-06 Benno SchulenbergSynchronizing the documentation, and tweaking some...
2014-05-06 Benno SchulenbergAdding sections on the Cutbuffer and the Mark,
2014-05-06 Benno SchulenbergNew file, syntax colouring for Texinfo files.
2014-05-06 Benno SchulenbergLetting 'makeinfo' figure out the node pointers.
2014-05-05 Benno SchulenbergDifferentiating between options that take an argument...
2014-05-05 Benno SchulenbergLegalizing the four new interface-coloring options...
2014-05-05 Benno SchulenbergAllowing the function do_cut_till_end() to be rebound.
2014-05-05 Benno SchulenbergGiving syntax highlighting its own section,
2014-05-04 Benno SchulenbergOops.
2014-05-04 Benno SchulenbergAllowing the Backwards toggle to be rebound,
2014-05-04 Benno SchulenbergShowing quotes where quotes are needed, removing some...
2014-05-04 Benno SchulenbergDocumenting the interface colours settings.
2014-05-04 Benno SchulenbergRenaming a variable, and removing an unneeded call...
2014-05-04 Benno SchulenbergEliding a variable.
2014-05-03 Benno SchulenbergTiny Changelog tweak.
2014-05-03 Benno SchulenbergParagraph jumping only makes sense in the MAIN editing...
2014-05-03 Benno SchulenbergRemoving the search-mode toggles from the WHEREISFILE and
2014-05-03 Benno SchulenbergOrdering the shortcut associations in roughly the same...
2014-05-03 Benno SchulenbergUnfolding long lines that add shortcuts, for visual...
2014-05-03 Benno SchulenbergAdding the ability to colour four elements of nano...
2014-04-30 Benno SchulenbergUpdate the years in the copyright notices.
2014-04-27 Benno SchulenbergImproving the order of the help items still further...
2014-04-27 Benno SchulenbergFixing compilation with --enable-tiny.
2014-04-27 Benno SchulenbergImproving order and grouping in the main help text...
2014-04-27 Benno SchulenbergShow the important toggles early on in the help lines
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...
next