]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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.
2015-11-06 Benno SchulenbergNot checking whether a function has a help line; it...
2015-11-06 Benno SchulenbergTruncating an overlong hostname properly instead of...
2015-11-02 Benno SchulenbergChopping the 'undoing' parameter, so that the calls...
2015-11-02 Benno SchulenbergEliding two variables.
2015-11-02 Benno SchulenbergImproving several comments.
2015-11-02 Benno SchulenbergDeleting an unused type definition.
2015-10-31 Benno SchulenbergCorrecting the changelog description of an old change.
2015-10-31 Benno SchulenbergImproving comments and combining two conditions.
2015-10-31 Benno SchulenbergRefreshing the mark's pointer only when it is on the...
2015-10-29 Benno SchulenbergAdding a forgotton bug number to the Changelog.
2015-10-29 Benno SchulenbergTweaking the Changelog.
2015-10-29 Benno SchulenbergRemoving an 'if' that will never be true, and removing...
2015-10-29 Benno SchulenbergChecking for "nothing to redo" earlier, in order to...
2015-10-29 Benno SchulenbergSkipping the addition of an undo only when the current...
2015-10-29 Benno SchulenbergMaking ^O work the same way as under Pico when option...
2015-10-29 Benno SchulenbergOops! You can't swap those two conditions.
2015-10-28 Benno SchulenbergRemoving a condition that can never occur.
2015-10-28 Benno SchulenbergSpoofing a line number for the redoing of an INSERT...
2015-10-27 Benno SchulenbergNot calculating the line length twice.
2015-10-27 Benno SchulenbergRewriting do_next_word() to use the same, simpler logic...
2015-09-05 Benno SchulenbergJumping to the beginning of the current word when in...
2015-09-05 Benno SchulenbergDropping a return value that is never used.
2015-09-05 Benno SchulenbergForcing a redraw of a line only when it contains a...
2015-09-04 Benno SchulenbergReverting my own patch that claimed that UTF8 is a...
2015-08-29 Benno SchulenbergRewrapping some lines and tweaking two comments.
2015-08-29 Benno SchulenbergAdding a file: syntax colouring for Autoconf files.
2015-08-16 Benno SchulenbergDiscarding an unneeded extra freeing of the help text.
2015-08-16 Benno SchulenbergNot bothering to set things to NULL when they will...
2015-08-16 Benno SchulenbergRemoving some duplication in the initialization of...
2015-08-16 Benno SchulenbergRenaming and reordering most of 'help_line_len()'.
2015-08-16 Benno SchulenbergDetermining the length of the current line by starting...
2015-08-16 Benno SchulenbergNot bothering to pass around a function when it's used...
2015-08-16 Benno SchulenbergAdjusting some comments and whitespace.
2015-08-16 Benno SchulenbergReducing the scope of a variable.
2015-08-16 Benno SchulenbergAvoiding wide paragraphs of running text in the help...
2015-08-13 Benno SchulenbergAllowing to change the file format in restricted mode...
2015-08-13 Benno SchulenbergSpeeding up the finding of the longest filename in...
2015-08-13 Benno SchulenbergRemoving the mistaken comparison between a pointer...
2015-08-12 Benno SchulenbergNot bothering to reset any state, because UTF-8 is...
2015-08-11 Benno SchulenbergAvoiding a possibly erroneous message, because failing...
2015-08-11 Benno SchulenbergAvoiding a call of copy_file() with a null pointer.
2015-08-09 Benno SchulenbergMaking a message sound more definitive instead of tempo...
2015-08-09 Benno SchulenbergRemoving an unneeded and mistaken condition:
2015-08-09 Benno SchulenbergFixing compilation with --enable-tiny: file formats...
2015-08-09 Benno SchulenbergAllowing to toggle whitespace display also when support...
2015-08-08 Benno SchulenbergPutting in the null byte "manually", and only when...
2015-08-06 Benno SchulenbergImproving the formatting of the texi file, to get bette...
2015-08-06 Benno SchulenbergLetting malloc() help to find initialization failures...
2015-08-04 Benno SchulenbergTweaking the documentation. Mainly putting prevword...
next