]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2005-08-10 David Lawrence... readd the option to turn the keypad off by default...
2005-08-10 David Lawrence... in update_history(), add a check to make sure the param...
2005-08-08 David Lawrence... cover the full range of Unicode
2005-08-08 David Lawrence... store Unicode values in longs instead of ints
2005-08-05 David Lawrence... cosmetic fix
2005-08-05 David Lawrence... even better handling of invalid Unicode characters
2005-08-04 David Lawrence... don't allow entering invalid Unicode in make_mbchar...
2005-08-04 David Lawrence... add better handling of invalid Unicode, plus a few...
2005-08-02 David Lawrence... more get_unicode_kbinput() fixes: properly discard...
2005-08-01 David Lawrence... cosmetic fixes
2005-08-01 David Lawrence... fix misplaced code in previous edit_scroll() fix
2005-08-01 David Lawrence... eliminate still more redundant screen updates
2005-08-01 David Lawrence... rename get_word_kbinput() to get_unicode_kbinput()...
2005-08-01 David Lawrence... in get_word_kbinput(), limit the input word to hexadeci...
2005-08-01 David Lawrence... miscellaneous enum cleanups, including making the file...
2005-08-01 David Lawrence... cosmetic fix
2005-08-01 David Lawrence... formatting fixes
2005-08-01 David Lawrence... document the "none" and "default" syntaxes in nanorc.5
2005-08-01 David Lawrence... document the explanation of the "none" syntax in nanorc...
2005-08-01 David Lawrence... port over Brand Huntsman's reserved "none" syntax to...
2005-08-01 David Lawrence... treat color syntax names case sensitively, for consiste...
2005-08-01 David Lawrence... more color updates: add a "default" syntax that takes...
2005-08-01 David Lawrence... the old assert is actually needed, so put it back too
2005-08-01 David Lawrence... revert previous simplification, as it only moved comple...
2005-07-31 David Lawrence... comment fix
2005-07-31 David Lawrence... simplify further
2005-07-31 David Lawrence... fix cursor position display breakage
2005-07-31 David Lawrence... simplify do_cursorpos(), and remove an unneeded assert...
2005-07-30 David Lawrence... in parse_syntax(), flag duplicate syntax names as errors
2005-07-30 David Lawrence... port over more of Brand Huntsman's old patch: a color...
2005-07-29 David Lawrence... fix extension decompilation breakage
2005-07-29 David Lawrence... add missing bit from last patch
2005-07-29 David Lawrence... port over more of Brand Huntsman's old patch (with...
2005-07-29 David Lawrence... formatting fixes
2005-07-29 David Lawrence... fix display breakage
2005-07-27 David Lawrence... remove unnecessary can_change_colors() call
2005-07-27 David Lawrence... cosmetic fix
2005-07-26 David Lawrence... remove still more redundant screen updates; change...
2005-07-26 David Lawrence... more comment fixes
2005-07-26 David Lawrence... handle invalid multibyte characters more efficiently
2005-07-26 David Lawrence... comment fix
2005-07-26 David Lawrence... typo fix
2005-07-26 David Lawrence... and don't let a SIGWINCH throw out the changes made...
2005-07-26 David Lawrence... remove redundant code, and add a comment
2005-07-26 David Lawrence... simplify the previous fix
2005-07-25 David Lawrence... fix resizing while the alternate spell checker is running
2005-07-25 David Lawrence... add various fill-related cleanups, plus some related...
2005-07-25 David Lawrence... since the total number of lines in a file is the same...
2005-07-25 David Lawrence... *really* fix mouse support breakage
2005-07-25 David Lawrence... really fix mouse support breakage
2005-07-25 David Lawrence... fix mouse support breakage
2005-07-25 David Lawrence... add more miscellaneous mouse support-related fixes...
2005-07-25 David Lawrence... in do_mouse(), avoid redundant screen updates by using...
2005-07-25 David Lawrence... cosmetic fixes
2005-07-25 David Lawrence... simplify do_wordlinechar_count()'s final message a...
2005-07-25 David Lawrence... rename do_word_count() do_wordlinechar_count(), and...
2005-07-25 David Lawrence... expand do_word_count() to also count the number of...
2005-07-25 David Lawrence... move mark setting, deleting, backspacing, tabbing,...
2005-07-25 David Lawrence... reorder a few functions
2005-07-24 David Lawrence... make color_to_short() actually return a short
2005-07-24 David Lawrence... remove erroneous static declaration of fill; it's globa...
2005-07-24 David Lawrence... move advanced text operations (command execution in...
2005-07-24 David Lawrence... cosmetic fix
2005-07-23 David Lawrence... really fix inconsistency
2005-07-23 David Lawrence... fix inconsistency
2005-07-23 David Lawrence... eliminate still more redundant screen updates in edit_s...
2005-07-23 David Lawrence... remove more redundant screen updates in edit_scroll...
2005-07-23 David Lawrence... fix alternate spell checker breakage: don't lose colors...
2005-07-22 David Lawrence... allow scrolling more than editwinrows lines via edit_sc...
2005-07-22 David Lawrence... revert broken edit_scroll() changes for now
2005-07-22 David Lawrence... allow scrolling more than editwinrows lines via edit_sc...
2005-07-21 David Lawrence... display invalid multibyte sequences as Unicode FFFD...
2005-07-21 David Lawrence... more function reordering
2005-07-21 David Lawrence... cosmetic fixes
2005-07-21 David Lawrence... add comment and formatting fixes, and remove now-useles...
2005-07-21 David Lawrence... in do_find_bracket(), add comments and minor cleanups
2005-07-20 David Lawrence... move do_(next|prev)_word(_void())? to move.c too
2005-07-20 David Lawrence... add miscellaneous color and openfilestruct cleanups...
2005-07-20 David Lawrence... move the paragraph-searching functions to move.c, as...
2005-07-19 David Lawrence... comment fix
2005-07-19 Jordi MallachDoh, fixup ChangeLog.
2005-07-19 Jordi MallachUpdated Malay translation from the TP.
2005-07-19 Jordi MallachUpdate French manpages by Jean-Philippe Guérard.
2005-07-19 David Lawrence... in nanogetstr(), make sure that magichistory is properl...
2005-07-19 David Lawrence... in find_history() and get_history_completion(), make...
2005-07-19 David Lawrence... add missing blank lines
2005-07-18 David Lawrence... in mbstrchr(), don't count matches between valid and...
2005-07-18 David Lawrence... for consistency, revert handling of cases where a searc...
2005-07-18 David Lawrence... miscellaneous minor fixes
2005-07-18 Jordi MallachUpdated French translation from the TP.
2005-07-18 David Lawrence... make sure that the current position in the history...
2005-07-18 David Lawrence... comment fix
2005-07-18 David Lawrence... properly handle cases where a search string and a match...
2005-07-18 David Lawrence... add comment
2005-07-18 David Lawrence... don't display invalid multibyte sequences as Unicode...
2005-07-17 David Lawrence... better edit_scroll() redundancy fix
2005-07-17 David Lawrence... fix edit_scroll() redundancy
2005-07-17 David Lawrence... comment fixes
2005-07-17 David Lawrence... per DB'S patch, in do_spell(), when displaying an error...
2005-07-17 David Lawrence... change NANO_WIDE #define to ENABLE_UTF8, as the latter...
next