]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2015-12-30 Benno SchulenbergNot trying to position the cursor when opening a buffer...
2015-12-29 Benno SchulenbergDisabling the regex for multiline strings in C and...
2015-12-23 Benno SchulenbergGoing back to the filename prompt when the user decides...
2015-12-23 Benno SchulenbergNot opening an extra blank buffer when an empty file...
2015-12-23 Benno SchulenbergImproving the ordering of two bindable functions.
2015-12-23 Benno SchulenbergOffering ^Q in the writeout menu to close and discard...
2015-12-23 Benno SchulenbergPreventing valid pointers from getting truncated and...
2015-12-23 Benno SchulenbergHistory: no prompting on exit errors, because making...
2015-12-23 Benno SchulenbergExpanding the autoconf syntax a little, by handling...
2015-12-23 Benno SchulenbergAC_CHECK_HEADERS_ONCE() is very special cannot be condi...
2015-12-22 Benno SchulenbergUsing 'return' instead of an intermediate variable.
2015-12-22 Benno SchulenbergRenaming three keyboard functions -- 'get' is not a...
2015-12-22 Benno SchulenbergTweaking the Changelog.
2015-12-22 Benno SchulenbergMoving two functions to the color.c file, where they...
2015-12-20 Benno SchulenbergPrecalculating the multiline-regex cache data for each...
2015-12-18 Benno SchulenbergTweaking some comments and improving a variable name.
2015-12-18 Benno SchulenbergChopping a superfluous boolean parameter -- 'prevnode...
2015-12-18 Benno SchulenbergImproving some comments and renaming three variables.
2015-12-18 Benno SchulenbergAdjusting the whitespace after the previous change...
2015-12-18 Benno SchulenbergUsing a couple less #ifdefs, to mimic how this is done...
2015-12-11 Benno SchulenbergAdding the missing autoconf and nftables syntaxes to...
2015-12-08 Benno SchulenbergRewrapping and reordering a few lines.
2015-12-08 Benno SchulenbergIt shouldn't be necessary to doubly check for being...
2015-12-08 Benno SchulenbergLetting also unlink_node() update 'filebot', instead...
2015-12-08 Benno SchulenbergMaking splice_node() update 'filebot', instead of doing...
2015-12-07 Benno SchulenbergMaking ^O always prompt for a filename, also when ...
2015-12-07 Benno SchulenbergQuitting the loop when there is no end match.
2015-12-07 Benno SchulenbergFixing whitespace, layout, wording, and typo.
2015-12-06 Chris AllegrettaBack to SVN
2015-12-06 Chris AllegrettaTypo in release announcement
2015-12-06 Chris AllegrettaGNU nano 2.5.0 release v2.5.0
2015-12-06 Chris Allegretta2015-12-05 Chris Allegretta <chrisa@asty.org>
2015-12-05 Benno SchulenbergAvoiding two compilation warnings.
2015-12-05 Benno SchulenbergUpdating date and version number for the upcoming release.
2015-12-05 Benno SchulenbergFixing compilation with --enable-tiny --enable-justify.
2015-12-04 Benno SchulenbergRewrapping some lines and tweaking some comments.
2015-12-04 Benno SchulenbergFusing three functions into a single one.
2015-12-04 Benno SchulenbergAvoiding a compilation warning.
2015-12-03 Benno SchulenbergAdding a note to the documentation about undo not worki...
2015-12-03 Benno SchulenbergDiscarding the entire undo stack, to prevent nano from...
2015-12-03 Benno SchulenbergDiscarding the entire undo stack, to prevent nano from...
2015-12-03 Benno SchulenbergMoving the trimming of the undo stack into a separate...
2015-12-03 Benno SchulenbergA typo fix by David Lawrence Ramsey,
2015-12-02 Benno SchulenbergOh darn... doing too many things at once.
2015-12-02 Benno SchulenbergEhm... that was a silly, superfluous condition.
2015-12-02 Benno SchulenbergAccepting not just 'Uncut' but also 'Undo' for undoing...
2015-12-02 Benno SchulenbergTreating backslashed quotes properly, and
2015-12-02 Benno SchulenbergNot colouring triple quotes by themselves (in Python).
2015-12-02 Benno SchulenbergAdding syntax colouring for nftables.
2015-12-01 Benno SchulenbergDeleting four superfluous checks.
2015-12-01 Benno SchulenbergUnindenting the part that was the 'else'.
2015-12-01 Benno SchulenbergRenaming a label and eliding an 'else'.
2015-12-01 Benno SchulenbergMoving a check to a better place.
2015-12-01 Benno SchulenbergDeleting two redundant assignments.
2015-12-01 Benno SchulenbergRenaming two variables for clarity.
2015-12-01 Benno SchulenbergMarking the current buffer as mofified only when actual...
2015-11-30 Benno SchulenbergAllowing an array parameter to be NULL.
2015-11-30 Benno SchulenbergStoring and retrieving the correct file size before...
2015-11-30 Benno SchulenbergRedoing cuts at EOF properly.
2015-11-29 Benno SchulenbergEliding a variable, and tweaking some comments.
2015-11-29 Benno SchulenbergDeleting two redundant conditions, and moving the least...
2015-11-29 Benno SchulenbergUsing the main multidata-cache-allocation routine.
2015-11-29 Benno SchulenbergAlways setting the multidata to CBEGINBEFORE when an...
2015-11-29 Benno SchulenbergAdjusting whitespace and comments.
2015-11-29 Benno SchulenbergResetting the multidata a bit less often.
2015-11-29 Benno SchulenbergEvaluating correctly whether to reset the multidata...
2015-11-28 Benno SchulenbergInitializing a newly allocated multidata array.
2015-11-28 Benno SchulenbergAllowing the user full control over the values of MALLO...
2015-11-26 Benno SchulenbergWarning about an impossible condition, instead of blith...
2015-11-26 Benno SchulenbergAlso the /redoing/ of a Backspace at EOF is a special...
2015-11-25 Benno SchulenbergAdding Mark Majeres and myself to the AUTHORS file.
2015-11-25 Benno SchulenbergHandling more internal errors, and doing it correctly...
2015-11-25 Benno SchulenbergEliding an unneeded variable, and not skipping the...
2015-11-25 Benno SchulenbergWarning about a condition that should never occur,
2015-11-25 Benno SchulenbergRefreshing the whole edit window only when there are...
2015-11-24 Benno SchulenbergRenaming a variable for clarity.
2015-11-24 Benno SchulenbergInserting a new node into a linked list by using just...
2015-11-24 Benno SchulenbergTelling the user on the statusbar when a syntax name...
2015-11-24 Benno SchulenbergRecognizing also files with the extensions .make and...
2015-11-23 Benno SchulenbergMaking Ctrl+Left and Ctrl+Right work on more terminals...
2015-11-22 Benno SchulenbergDeleting a node right after unlinking it.
2015-11-22 Benno SchulenbergEliding an unneeded variable.
2015-11-22 Benno SchulenbergRewrapping, rewriting, renaming, and reordering some...
2015-11-22 Benno SchulenbergDeleting a condition that will never occur.
2015-11-21 Benno SchulenbergAdding the release marker, and copying the news item...
2015-11-21 Benno SchulenbergLetting the value of a --fill option on the command...
2015-11-21 Benno SchulenbergFixing a typo and adjusting some spacing.
2015-11-12 Benno SchulenbergDeleting an unneeded variable alias.
2015-11-12 Benno SchulenbergStoring the correct end position of an inserted file,
2015-11-11 Benno SchulenbergDiscarding a now useless function.
2015-11-11 Benno SchulenbergOops! Blackout!
2015-11-11 Benno SchulenbergChopping the now unused parameter 'undoing'.
2015-11-11 Benno SchulenbergRedoing an Enter from stored undo data, instead of...
2015-11-10 Benno SchulenbergPlugging four memory leaks.
2015-11-10 Benno SchulenbergSkipping a zero-length match only when there /is/ a...
2015-11-08 Benno SchulenbergAccepting longer bug and patch numbers.
2015-11-08 Benno SchulenbergAllowing to exit the file browser with the same key...
2015-11-07 Benno SchulenbergCorrecting the logic for adjusting the x position of...
2015-11-06 Benno SchulenbergDeleting a redundant assignment.
2015-11-06 Benno SchulenbergNot setting 'openfile->mark_begin' for no reason.
next