]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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...
2015-08-04 Benno SchulenbergAdvertising the five new bindable functions.
2015-08-04 Benno SchulenbergAdding the option --unix (and 'set unix'),
2015-08-03 Benno SchulenbergPlugging a tiny leak.
2015-08-03 Benno SchulenbergPlugging a memory leak.
2015-08-03 Benno SchulenbergChecking the value of shortcut->toggle only if it actua...
2015-08-02 Benno SchulenbergInitializing also openfile->syntax.
2015-08-01 Benno SchulenbergAdding "and exit" to the description of --help, for...
2015-08-01 Benno SchulenbergShowing also the dedicated keys in the ^G help text,
2015-08-01 Benno SchulenbergSetting each multiline-color value instead of OR-ing it.
2015-07-31 Benno SchulenbergAdding two new bindable functions which delete all...
2015-07-30 Benno SchulenbergProviding feedback for ^Z when suspension is not enabled.
2015-07-30 Benno SchulenbergChanging "Justify" to a tag and regrouping a couple.
2015-07-30 Benno SchulenbergDifferentiating between something being disabled/restri...
2015-07-30 Benno SchulenbergNormalizing whitespace after the preceding changes.
2015-07-30 Benno SchulenbergNot showing ^R and ^T in the help lines in restricted...
2015-07-29 Benno SchulenbergMaking the four toggles that don't have any effect...
2015-07-29 Benno SchulenbergNot showing options that don't have any effect when...
2015-07-29 Benno SchulenbergIt is better to say that this function is disabled
2015-07-28 Benno SchulenbergDropping two superfluous checks for restricted mode...
2015-07-28 Benno SchulenbergReenabling SIGWINCH-es also when invocation of the...
2015-07-26 Benno SchulenbergMaking the calculation of the new line size more effici...
2015-07-26 Benno SchulenbergImproving a few comments.
2015-07-26 Benno SchulenbergTweaking a string, to match the --help text.
2015-07-26 Benno SchulenbergAdding two new bindable functions that repeat the last...
2015-07-26 Benno SchulenbergFinding each zero-length match only once, when doing...
2015-07-25 Benno SchulenbergAdding a new bindable function that writes a file to...
2015-07-23 Benno SchulenbergMentioning the configure options --disable-histories...
2015-07-23 Benno SchulenbergFinding only valid UTF-8 byte sequences when searching.
2015-07-23 Benno SchulenbergAdding deprecation notices for the options 'const'...
2015-07-22 Benno SchulenbergPlugging a few memory leaks.
2015-07-19 Benno SchulenbergCorrecting a name in the Changelog; otherwise googling...
2015-07-19 Benno SchulenbergAdjusting some comments for clarity and accuracy, and...
2015-07-19 Benno SchulenbergAccepting again a +LINE argument for each file given...
2015-07-18 Benno SchulenbergMaking the release markers stand out more,
2015-07-18 Benno SchulenbergFixing a few typos and making some updates for 2.4...
2015-07-18 Benno SchulenbergAdjusting some comments.
2015-07-18 Benno SchulenbergLooking for a new start only after an end,
2015-07-17 Benno SchulenbergAvoiding an unfounded warning about a possibly uninitia...
2015-07-17 Benno SchulenbergRemoving an earlier attempt at making M-W work at startup.
2015-07-17 Benno SchulenbergVerifying that a named and existing file is a normal...
2015-07-17 Benno SchulenbergUsing the proper type (off_t) for the size of a file,
2015-07-15 Benno SchulenbergFixing a quote. (Found this with my default syntax...
2015-07-15 Benno SchulenbergRenaming the 'menu' item to 'menus' in the shortcut...
2015-07-15 Benno SchulenbergUnabbreviating the long option --poslog to --positionlog.
2015-07-15 Benno SchulenbergUnabbreviating the long option --const to --constantshow.
2015-07-13 Benno SchulenbergPreventing a segfault when spellchecking a marked region
2015-07-13 Benno Schulenberg(Putting in the original patch, from before I got overz...
2015-07-13 Benno SchulenbergArh! I tested that without actually making any spell...
2015-07-12 Benno SchulenbergRemoving a stray space from a statusbar message.
2015-07-12 Benno SchulenbergRenaming the variable 'totsize_save' to 'size_of_surrou...
2015-07-12 Benno SchulenbergRemoving the variable 'added_magicline', as it will...
2015-07-10 Benno SchulenbergRearranging a few lines plus some whitespace.
2015-07-10 Benno SchulenbergRemoving two lines of dead code.
2015-07-10 Benno SchulenbergUnwrapping some lines and rewrapping some others in...
2015-07-10 Benno SchulenbergEliding an unneeded variable.
2015-07-10 Benno SchulenbergRenaming a variable.
2015-07-10 Benno SchulenbergPlugging a small memory leak.
2015-07-06 Benno SchulenbergAdjusting whitespace and bracings after the previous...
2015-07-06 Benno SchulenbergNot removing and then re-adding the magic line when...
2015-07-06 Benno SchulenbergMoving the check for a Delete at the end-of-file to...
2015-07-06 Benno SchulenbergMaking it more transparent what WAS_FINAL_BACKSPACE...
2015-07-06 Benno SchulenbergGiving each toggle a sequence number, to be able to...
next