]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2005-11-01 David Lawrence... free prompt when it isn't used, and add missing stdio...
2005-11-01 David Lawrence... move get_page_start() from winio.c to utils.c too,...
2005-11-01 David Lawrence... move functions specific to the statusbar prompt to...
2005-10-31 David Lawrence... move xplustabs(), actual_x(), strnlenpt(), and strlenpt...
2005-10-31 David Lawrence... refactor the statusbar code to have and use statusbar_x...
2005-10-31 David Lawrence... in nanoget_repaint(), rename parameter inputbuf to...
2005-10-28 David Lawrence... remove declaration of the now-static char* prompt
2005-10-28 David Lawrence... cosmetic fixes
2005-10-27 David Lawrence... rename edit_add() to edit_draw(), and rename its parame...
2005-10-27 David Lawrence... in nanorc.sample, also tweak the "c-file" regex for...
2005-10-27 David Lawrence... in nanorc.sample, tweak the "c-file" regex for characte...
2005-10-27 David Lawrence... fix inaccurate comment
2005-10-27 David Lawrence... make sure we don't treat a click on an empty area of...
2005-10-27 David Lawrence... make prompt a static instead of a global, since it...
2005-10-27 David Lawrence... at long last, properly handle mouse clicks on the statu...
2005-10-27 David Lawrence... cosmetically refactor statusbar()
2005-10-26 David Lawrence... refactor nanoget_repaint() to split out the new function
2005-10-25 David Lawrence... typo fix
2005-10-24 David Lawrence... add the ability to scroll up or down single lines witho...
2005-10-24 David Lawrence... Back to CVS
2005-10-24 David Lawrence... GNU nano 1.3.9 v1.3.9
2005-10-23 Jordi MallachFrench manpage updates.
2005-10-23 Jordi MallachMass update from the TP.
2005-10-11 David Lawrence... in nanorc.sample, tweak one "TeX" regex to use the...
2005-10-08 David Lawrence... cosmetic fix
2005-10-07 David Lawrence... in do_tab(), make sure that we insert the correct numbe...
2005-10-06 David Lawrence... add missing string translation
2005-10-06 Jordi MallachUpdate Catalan to match the TP file.
2005-10-06 David Lawrence... in get_key_buffer(), only save all open buffers and...
2005-10-04 David Lawrence... add the last of Mike Frysinger's "c-file" regex improve...
2005-10-04 David Lawrence... add most of Mike Frysinger's "c-file" regex tweaks...
2005-10-04 David Lawrence... comment fix
2005-10-04 David Lawrence... in display_string(), *really* avoid a memory corruption...
2005-09-27 David Lawrence... preemptively update the version number
2005-09-26 David Lawrence... cosmetic fix: sort the meta sequence #defines in ASCII...
2005-09-26 David Lawrence... minor documentation updates
2005-09-25 David Lawrence... cosmetic fix
2005-09-24 David Lawrence... in get_escape_seq_kbinput(), fix a typo preventing the
2005-09-20 David Lawrence... cosmetic fixes
2005-09-20 David Lawrence... revert previous changes, as lines are broken on tabs...
2005-09-20 David Lawrence... in break_line(), fix another problem where goal could...
2005-09-20 David Lawrence... miscellaneous minor fix
2005-09-20 David Lawrence... *really* fix the previous break_line() problem
2005-09-20 David Lawrence... really fix the previous break_line() problem
2005-09-20 David Lawrence... in break_line(), fix a problem where a line could be...
2005-09-20 David Lawrence... in display_string(), really avoid a memory corruption...
2005-09-16 David Lawrence... fix another minor spacing problem in titlebar()
2005-09-14 David Lawrence... comment fixes
2005-09-14 David Lawrence... in (control_)?mbrep(), if crep is an invalid multibyte...
2005-09-13 David Lawrence... remove do_(left|right)()'s ability to optionally not...
2005-09-13 David Lawrence... more miscellaneous minor fixes
2005-09-06 David Lawrence... fix changelog entry
2005-09-05 David Lawrence... in display_string(), if column is less than start_col...
2005-09-04 David Lawrence... comment fix
2005-09-02 David Lawrence... in configure.ac, update the description of the ENABLE_C...
2005-09-02 David Lawrence... if we don't have regex.h and hence regex support, disab...
2005-09-02 David Lawrence... minor documentation fixes
2005-09-02 David Lawrence... in move_to_filestruct(), fix problem where edittop...
2005-09-02 David Lawrence... formatting fix
2005-08-29 David Lawrence... fix compilation with -pedantic
2005-08-29 David Lawrence... fix compilation with --enable-debug
2005-08-29 David Lawrence... fix credits length
2005-08-29 David Lawrence... add Mike Frysinger to credits
2005-08-28 David Lawrence... make is_valid_unicode() catch more invalid Unicode
2005-08-27 David Lawrence... more email address updates
2005-08-27 David Lawrence... fix changelog entry
2005-08-27 David Lawrence... update email address
2005-08-22 Jordi MallachCredit Bulgarian and Dutch translators.
2005-08-22 Jordi MallachConvert to UTF-8.
2005-08-22 Jordi MallachNew Bulgarian translation.
2005-08-16 David Lawrence... really fix edit_scroll() breakage
2005-08-16 David Lawrence... comment fix
2005-08-16 David Lawrence... fix more edit_scroll() breakage
2005-08-15 Jordi MallachUpdated Catalan translation.
2005-08-15 Jordi MallachUpdated Dutch from the TP.
2005-08-14 David Lawrence... clean up do_credits() even more
2005-08-14 David Lawrence... use doupdate() instead of refresh() to reenter curses...
2005-08-14 David Lawrence... turn the keypad on in topwin again, and clean up do_cre...
2005-08-13 David Lawrence... cosmetic fixes
2005-08-13 David Lawrence... for consistency, display high-bit single-byte control...
2005-08-11 David Lawrence... add missing comment
2005-08-10 David Lawrence... still more various documentation updates
2005-08-10 David Lawrence... various documentation updates
2005-08-10 David Lawrence... add new -W/--wordbounds command line option, and new...
2005-08-10 David Lawrence... in usage(), remove unneeded translation of "--quickblank"
2005-08-10 David Lawrence... clarify changelog entry
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...
next