]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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...
2016-02-23 Benno SchulenbergRenaming a variable, for contrast and correctness.
2016-02-22 Benno SchulenbergUsing the correct column number also when messages...
2016-02-22 Benno SchulenbergShowing the cursor in the edit window when linting.
2016-02-22 Benno SchulenbergMaking the cursor visible again after a justification...
2016-02-22 Benno SchulenbergAs the charmove() already copies the terminating null...
2016-02-22 Chris AllegrettaMake that kill_spaces_on_justify, add hilighting.
2016-02-22 Chris Allegretta2016-02-22 Chris Allegretta <chrisa@asty.org>
2016-02-22 Benno SchulenbergEliding a variable -- there is no need to optimize...
2016-02-22 Benno SchulenbergNot moving too many bytes -- that is: not moving them...
2016-02-22 Benno SchulenbergSorting the prev_word() and next_word() functions in...
2016-02-22 Benno SchulenbergThe amount to scroll is never zero, so there is no...
2016-02-22 Benno SchulenbergCondensing some code by factoring out a repetition.
2016-02-22 Benno SchulenbergEliding the function free_openfilestruct() as it is...
2016-02-21 Benno SchulenbergRemoving four unneeded checks for NULL.
2016-02-21 Benno SchulenbergNot requiring a third Tab to show the list of possible...
2016-02-20 Benno SchulenbergReducing an allocation to what is actually needed.
2016-02-20 Benno SchulenbergParsing a character in the correct buffer: in the first...
2016-02-20 Benno SchulenbergAvoiding a memory leak when tabbing on a string that...
next