]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2004-07-03 David Lawrence... fix bug in do_justify() in a better way: add on_next_li...
2004-07-03 David Lawrence... fix bug in do_justify(): if all the text from the next...
2004-07-03 David Lawrence... for consistency with nano 1.2.x and with other editors...
2004-07-03 David Lawrence... a few cleanups and consistency fixes
2004-07-02 David Lawrence... per DB's patch (with a few updates of mine), convert...
2004-07-01 David Lawrence... add missing cosmetic fix from before
2004-07-01 David Lawrence... more minor cosmetic fixes
2004-07-01 David Lawrence... per DB's patch, tweak the code to update the edit windo...
2004-06-30 David Lawrence... per Jon Oberheide's patch, fix erroneous debugging...
2004-06-29 David Lawrence... per Mike Frysinger's patch, have whitespace display...
2004-06-29 David Lawrence... fix erroneous #ifdef so that nano compiles with --disab...
2004-06-28 David Lawrence... Back to CVS
2004-06-28 David Lawrence... GNU nano 1.3.3 v1.3.3
2004-06-27 David Lawrence... refactor the code to search for the beginning of a...
2004-06-26 David Lawrence... a few last minor cosmetic fixes
2004-06-25 Jordi MallachAdd a translation comment so translators use both their...
2004-06-25 Jordi MallachFix XSI:ism in config.rpath.
2004-06-25 David Lawrence... call justify_format() just after backup_lines() instead...
2004-06-24 David Lawrence... minor cosmetic fixes
2004-06-22 David Lawrence... make the former flag same_line_wrap use TRUE and FALSE...
2004-06-22 David Lawrence... add minor comment fixes, and also fix a problem where...
2004-06-15 David Lawrence... fix inaccurate comment
2004-06-12 David Lawrence... do_yesno() comment fixes
2004-06-12 David Lawrence... clean up main() a bit
2004-06-12 David Lawrence... fix slightly misplaced break
2004-06-10 David Lawrence... remove unneeded justify_format() call from do_justify...
2004-06-09 David Lawrence... per CHAO Wei-Lun's patch, add missing "[dir]" and missi...
2004-06-05 David Lawrence... justification fix: if the last line of a justified...
2004-06-04 David Lawrence... document the functions that were removed when the input...
2004-06-04 David Lawrence... add an extra break and move an #endif down to fix a...
2004-06-04 David Lawrence... properly handle it when get_escape_seq_kbinput() return...
2004-06-03 David Lawrence... support KEY_A1, KEY_A3, KEY_C1, and KEY_C3 on the numer...
2004-06-01 David Lawrence... document the use of the SPELL environment variable
2004-06-01 David Lawrence... don't rely on the return value of curs_set(), as it...
2004-06-01 David Lawrence... cosmetic fixes
2004-06-01 David Lawrence... edit_redraw() should update when we're not on the first...
2004-06-01 Jordi MallachUpdate docs about Chinese contributor.
2004-06-01 Jordi Mallach2004-06-01 Jordi Mallach <jordi@gnu.org>
2004-05-31 David Lawrence... add DB's tweaks to do_wrap(), plus a few minor bits...
2004-05-31 David Lawrence... fix comment inaccuracies
2004-05-30 David Lawrence... oops; for consistency with e.g. color syntax highlighti...
2004-05-30 David Lawrence... for consistency, whitespace display should be off by...
2004-05-30 David Lawrence... add spaces to the ends of the "Overwrite" and "Differen...
2004-05-30 David Lawrence... edit_redraw() fixes
2004-05-29 David Lawrence... add DB's changes to allow scrolling through the help...
2004-05-29 David Lawrence... document cosmetic reorganization of rcfile.c, and readd...
2004-05-29 David Lawrence... add a few comment fixes and an explicit check in rcfile...
2004-05-29 David Lawrence... a few last cosmetic reorderings and fixes
2004-05-29 David Lawrence... allow the changing of closing punctuation and closing...
2004-05-29 David Lawrence... add Mike Frysinger's patch (with minor modifications...
2004-05-29 David Lawrence... since KEEP_CUTBUFFER is only used in cut.c, make it...
2004-05-29 David Lawrence... fix minor omission: the smarthome option was documented...
2004-05-29 David Lawrence... cosmetic fixes
2004-05-29 David Lawrence... add some comments better explaining what is disabled...
2004-05-28 David Lawrence... don't bother initializing the backup directory or readi...
2004-05-28 David Lawrence... check $SPELL for an alternative spell checker if we...
2004-05-28 David Lawrence... add missing cast to char
2004-05-28 David Lawrence... overhaul the routines for movement and related things...
2004-05-28 David Lawrence... refactor the low-level input routines into main routine...
2004-05-28 David Lawrence... add code to statusq() to *really* not allow "Full Justi...
2004-05-28 David Lawrence... fix problems caused by cut and paste of the do_para_end...
2004-05-28 David Lawrence... make write_marked() always call write_file() with nonam...
2004-05-27 David Lawrence... add DB's tweaks to do_enter() and remove the now-unused...
2004-05-27 David Lawrence... treat search_last_line as a boolean everywhere, and...
2004-05-25 David Lawrence... properly account for padding in titlebar()
2004-05-25 David Lawrence... per DB's patch, make finish() accept and return void...
2004-05-25 David Lawrence... cosmetic fix: reorder enums
2004-05-25 David Lawrence... per DB's patch, also remove the now-unused center_cursor()
2004-05-24 David Lawrence... per DB's patch, remove the now-unused edit_refresh_clea...
2004-05-24 David Lawrence... comment fixes for consistency: "Meta" -> "meta"
2004-05-24 David Lawrence... convert do_para_search() to use an enum to specify...
2004-05-24 David Lawrence... comment fix for consistency: "magic line" -> "magicline"
2004-05-24 David Lawrence... comment fix
2004-05-24 David Lawrence... switch test around in do_prev_word() for consistency...
2004-05-23 David Lawrence... move do_(first|last)_line() to move.c
2004-05-23 David Lawrence... comment fixes
2004-05-23 David Lawrence... add missing bit
2004-05-23 David Lawrence... add DB's changes to titlebar() (with a few tweaks of...
2004-05-22 David Lawrence... cosmetic fix
2004-05-22 David Lawrence... add missing #ifdefs around prototypes
2004-05-22 David Lawrence... add smart home key
2004-05-20 David Lawrence... comment fix: justify_format() could have just left...
2004-05-20 David Lawrence... comment fix
2004-05-19 David Lawrence... go back to cbreak mode and disable_signals() instead...
2004-05-19 David Lawrence... comment fix: ^J should be Ctrl-J
2004-05-18 David Lawrence... add missing bit from DB's refactoring of do_credits...
2004-05-18 David Lawrence... minor overhaul of terminal-related things
2004-05-17 David Lawrence... and remove unneccessary initialization
2004-05-17 David Lawrence... tweak justification so that it works the same way as...
2004-05-17 David Lawrence... remove some unneeded edit_update()s in do_para_search...
2004-05-14 David Lawrence... if multibuffer support is compiled in, properly read...
2004-05-14 David Lawrence... in main(), don't open the first file in quiet mode...
2004-05-14 David Lawrence... one last comment fix
2004-05-14 David Lawrence... the last of the minor fixes
2004-05-13 David Lawrence... comment fix
2004-05-13 David Lawrence... one last minor cosmetic change
2004-05-13 David Lawrence... minor cosmetic fixes
2004-05-13 David Lawrence... minor cosmetic fixes
2004-05-13 David Lawrence... reformat the test programs in configure.ac to be on...
2004-05-13 David Lawrence... add support for Pico's ability to justify the entire...
next