]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2016-03-29 Benno SchulenbergPlacing the cursor in the edit window again also after...
2016-03-29 Benno SchulenbergPlacing the cursor in the edit window also when --const...
2016-03-28 Benno SchulenbergDeleting a no-op.
2016-03-28 Benno SchulenbergRemoving the 'last_replace' variable that is never...
2016-03-28 Benno SchulenbergProviding feedback when searching takes longer than...
2016-03-28 Benno SchulenbergNot bothering to put back the cursor in the edit window...
2016-03-23 Benno SchulenbergEliding an unneeded 'if' and unneeded variable.
2016-03-23 Benno SchulenbergTidying up and renaming a variable.
2016-03-23 Benno SchulenbergRemoving a pointless condition, and making use of an...
2016-03-23 Benno SchulenbergPolling the keyboard once per second instead of once...
2016-03-23 Benno SchulenbergCleaning up, improving comments, and renaming a variable.
2016-03-23 Benno SchulenbergPreventing the internal spell checker from finding...
2016-03-22 Benno SchulenbergChecking for the existence of the REG_ENHANCED regex...
2016-03-21 Benno SchulenbergRenaming four variables.
2016-03-21 Benno SchulenbergTrimming a duplicate variable.
2016-03-20 Benno SchulenbergFactoring out the common part of do_search() and do_res...
2016-03-20 Benno SchulenbergNot bothering to set 'answer'; just using 'last_search...
2016-03-20 Benno SchulenbergUsing a 'return' instead of an 'else'.
2016-03-20 Benno SchulenbergAlways asking whether it's okay when the name of the...
2016-03-20 Benno SchulenbergCycling through the tab-completion items from newest...
2016-03-20 Benno SchulenbergNot putting cut words into the cutbuffer -- which means...
2016-03-20 Benno SchulenbergNormalizing the punctuation in some prompts: no space...
2016-03-19 Benno SchulenbergSnipping a useless setting of answer -- the Replace...
2016-03-19 Benno SchulenbergReshuffling some stuff to reduce indentation.
2016-03-19 Benno SchulenbergSnipping an always-FALSE condition -- do_prompt() will...
2016-03-19 Benno SchulenbergDeleting another unneeded variable. Fully redundant.
2016-03-19 Benno SchulenbergDeleting a now unneeded variable.
2016-03-19 Benno SchulenbergDeleting a snippet of dead code -- the MGOTODIR menu...
2016-03-19 Benno SchulenbergNot bothering to set the current answer to the empty...
2016-03-19 Benno SchulenbergStoring always the last-typed string, also when it...
2016-03-17 Benno SchulenbergAdjusting some indentation.
2016-03-17 Benno SchulenbergPruning two #ifdefs, like elsewhere, to reduce the...
2016-03-17 Benno SchulenbergRemoving two redundant returns, and condensing six...
2016-03-17 Benno SchulenbergUsing the Search key bindings also during a Re-search...
2016-03-14 Benno SchulenbergRearranging some things to reduce the indentation level...
2016-03-14 Benno SchulenbergMaking an error message equal to others, to reduce...
2016-03-14 Benno SchulenbergAvoiding to dereference a possible NULL.
2016-03-13 Benno SchulenbergGiving a central variable a ringing name --
2016-03-13 Benno SchulenbergRenaming a variable, from 'endcolor' to 'lastcolor...
2016-03-13 Benno SchulenbergCombining the regular-expression flags at compile time...
2016-03-13 Benno SchulenbergAllowing the use of word boundary markers \< and \...
2016-03-13 Benno SchulenbergMentioning SVN instead of CVS, in the docs and in a...
2016-03-12 Benno SchulenbergRefinding the tail of the colors list only when extending,
2016-03-12 Benno SchulenbergRenaming a variable.
2016-03-12 Benno SchulenbergReducing the indentation by short-circuiting a loop.
2016-03-12 Benno SchulenbergRenaming two functions, to be more distinguishable --
2016-03-12 Benno SchulenbergTweaking the Changelog a bit, and the NEWS file (double...
2016-03-12 Benno SchulenbergUnnesting two ifs -- to put filenames, headerlines...
2016-03-12 Benno SchulenbergSetting the syntax and regex pointers just once, in...
2016-03-11 Benno SchulenbergFixing compilation when configured with --enable-tiny...
2016-03-11 Benno SchulenbergChecking for an open syntax first, before checking...
2016-03-11 Benno SchulenbergEliding a variable.
2016-03-11 Benno SchulenbergTweaking some comments and reshuffling/reindenting...
2016-03-11 Benno SchulenbergFixing compilation when configured with --enable-tiny...
2016-03-10 Benno SchulenbergRenaming a variable to better fit its new role.
2016-03-10 Benno SchulenbergTurning the linked list of syntaxes upside-down, so...
2016-03-10 Benno SchulenbergEliding the functions parse_header_exp() and parse_magi...
2016-03-10 Benno SchulenbergFolding the parsing of a linter and formatter command...
2016-03-10 Benno SchulenbergNot accepting 'header" and 'magic' commands for the...
2016-03-09 Benno SchulenbergUsing the grab_and_store() function also for gathering...
2016-03-09 Benno SchulenbergProducing an adequate error message when the syntax...
2016-03-04 Benno SchulenbergTweaking a few things and renaming a variable.
2016-03-04 Benno SchulenbergRenaming three variables.
2016-03-04 Benno SchulenbergEliding the now too tiny function free_list_item().
2016-03-04 Benno SchulenbergDeleting a now-unused struct member.
2016-03-04 Benno SchulenbergNot bothering to keep the compiled regular expression...
2016-03-01 Benno SchulenbergAllowing to select an empty syntax. And selecting...
2016-03-01 Benno SchulenbergNot bothering to discard a duplicate syntax -- selectin...
2016-02-29 Benno SchulenbergNot dereferencing symlinks, so that the syntax will...
2016-02-29 Benno SchulenbergFixing breakage of r5695 -- I confused nregcomp() with...
2016-02-29 Benno SchulenbergRenaming a variable and reshuffling a few lines.
2016-02-29 Benno Schulenberg"Closing" an extended syntax again, to prevent sneakily...
2016-02-29 Benno SchulenbergArranging some things more orderly.
2016-02-29 Benno SchulenbergNot allocating a struct for the "none" syntax -- it...
2016-02-29 Benno SchulenbergRenaming a struct member.
2016-02-28 Benno SchulenbergDisallowing the addition of further things to a syntax...
2016-02-28 Benno SchulenbergRearranging a few things in my style.
2016-02-28 Benno SchulenbergNot dropping regexes that were gathered earlier.
2016-02-28 Benno SchulenbergRenaming a variable and fusing an increment.
2016-02-28 Benno SchulenbergUsing the now correct parsing of header regexes also...
2016-02-28 Benno SchulenbergNot continuing when something is wrong, but instead...
2016-02-26 Benno SchulenbergRenaming another struct element, because it refers...
2016-02-26 Benno SchulenbergRenaming a struct element for aptness and contrast.
2016-02-26 Benno SchulenbergEliding the function nfreeregex(), now used just once.
2016-02-26 Benno SchulenbergRenaming a variable for conciseness.
2016-02-26 Benno SchulenbergFactoring out a triple repetition into found_in_list().
2016-02-26 Benno SchulenbergStripping things bare to see the sameness.
2016-02-26 Benno SchulenbergLooking for the default syntax only when all else failed --
2016-02-26 Benno SchulenbergBack to SVN, and tweaking whitespace in NEWS and Changelog.
2016-02-26 Benno SchulenbergCorrecting the description of 'justifytrim', adding...
2016-02-25 Chris AllegrettaGNU nano 2.5.3 release v2.5.3
2016-02-25 Chris AllegrettaCall kill_spaces_on_justify justifytrim, to match the...
2016-02-25 Benno SchulenbergEliding splice_opennode() by handling the two cases...
2016-02-25 Benno SchulenbergNow putting things in the proper order: setting 'prev_d...
2016-02-25 Benno SchulenbergPlugging a memory leak by not copying a string twice.
2016-02-24 Chris AllegrettaTweak KILL_TRAILING_SPACES. Still deciding on name...
2016-02-23 Benno SchulenbergTweaking the Changelog.
2016-02-23 Benno SchulenbergRewrapping and reshuffling some lines.
2016-02-23 Benno SchulenbergCentering the cursor when the thing being undone or...
2016-02-23 Benno SchulenbergNot moving the cursor when copying a backwardly marked...
next