]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2014-05-13 Benno SchulenbergSeveral random whitespace and comment tweaks.
2014-05-13 Benno SchulenbergWeh -- use the correct type.
2014-05-13 Benno SchulenbergFreeing the lists with functions and shortcuts upon...
2014-05-13 Benno SchulenbergShowing in nanorc files key names like M-6 and M-/...
2014-05-13 Benno SchulenbergRefreshing the PO files: merging them against the curre...
2014-05-13 Benno SchulenbergRegenerated the POT file for the TP.
2014-05-13 Benno SchulenbergImproving another error message.
2014-05-13 Benno SchulenbergMaking one error message somewhat clearer.
2014-05-12 Benno SchulenbergRenaming a variable, and eliding another.
2014-05-12 Benno SchulenbergMoving parse_magic_exp() next to its sister.
2014-05-12 Benno SchulenbergAdd regexes for comments and trailing whitespace for...
2014-05-12 Benno SchulenbergImproving the multiline regexes, making the one with...
2014-05-12 Benno SchulenbergRenaming the struct type 'exttype' to 'regexlisttype...
2014-05-12 Benno SchulenbergRenaming and symmetrifying two functions, and improving...
2014-05-12 Benno SchulenbergHandling the libmagic and headerline regexes in the...
2014-05-12 Benno SchulenbergAdding a missing parenthesis, and removing a distractin...
2014-05-12 Benno SchulenbergImproving some comments, and removing some mispasted...
2014-05-12 Benno SchulenbergShowing bright foreground colours for interface element...
2014-05-12 Benno SchulenbergProviding startup feedback for the spell checker, as...
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.
next