]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2004-02-25 David Lawrence... remove the redundant filestat() and replace it with...
2004-02-25 David Lawrence... and update the dates on the documentation
2004-02-25 David Lawrence... clarify the -T/--tabsize option in the documentation too
2004-02-25 David Lawrence... clarify the description of -T/--tabsize a bit in usage...
2004-02-24 David Lawrence... only include time.h in winio.c if NANO_EXTRA is defined...
2004-02-24 David Lawrence... add DB's refactored search code and a few of his minor...
2004-02-24 Jordi MallachUpdated Malay translation by Sharuzzaman Ahmat Raslan.
2004-02-16 David Lawrence... handle pending sigwinches better, etc.
2004-02-07 David Lawrence... add more intuitive Meta-key aliases for ^W^W and ^W^O
2004-02-07 David Lawrence... fix comment inaccuracy
2004-02-07 David Lawrence... minor cosmetic fix
2004-02-07 David Lawrence... forgot a cast
2004-02-06 David Lawrence... make the saving of marked status in open_files->file_fl...
2004-02-06 David Lawrence... get_verbatim_kbinput() should use an int*, not a char...
2004-02-03 David Lawrence... one last minor comment fix
2004-02-01 David Lawrence... don't allow verbatim input in view mode
2004-01-31 David Lawrence... minor comment clarification
2004-01-30 David Lawrence... fix minor FAQ inaccuracy
2004-01-30 David Lawrence... and switch to cbreak mode in handle_sigwinch() too
2004-01-30 David Lawrence... set keypad() to TRUE in handle_sigwinch() in case we...
2004-01-29 David Lawrence... add function key alias for unjustify
2004-01-28 David Lawrence... use raw mode in get_verbatim_kbinput(), so that we...
2004-01-27 David Lawrence... set keypad() to FALSE while reading in verbatim input...
2004-01-26 David Lawrence... actually block SIGQUIT in signal_init()
2004-01-26 David Lawrence... comment accuracy fix
2004-01-25 David Lawrence... minor capitalization fix
2004-01-23 David Lawrence... add the ability to spell-check only marked text when...
2004-01-23 David Lawrence... add support for escape sequences for F1-F14 where confl...
2004-01-22 David Lawrence... consistency tweak for get_page_start()
2004-01-19 David Lawrence... add explanatory comment to do_credits()
2004-01-16 David Lawrence... don't use "kbinput = wgetch(win)" as a switch value in
2004-01-15 David Lawrence... and document my tweak to do_writeout() from before
2004-01-15 David Lawrence... add DB's fix for a do_replace_loop() segfault
2004-01-15 David Lawrence... wrt DB's overhaul of the cutting code and related file...
2004-01-14 David Lawrence... remove other spurious "L"
2004-01-14 David Lawrence... remove spurious "L"
2004-01-14 David Lawrence... use nanosleep() instead of usleep(); the latter is...
2004-01-14 David Lawrence... typo fix
2004-01-14 David Lawrence... if color support is enabled, we only need to call edit_...
2004-01-12 David Lawrence... on systems that need raw(), call it once instead of...
2004-01-10 David Lawrence... remove a few more unneeded spaces
2004-01-10 David Lawrence... minor fixes for the README
2004-01-09 David Lawrence... Back to CVS
2004-01-09 David Lawrence... GNU nano 1.3.1 v1.3.1
2004-01-09 David Lawrence... update the year in do_credits() too
2004-01-09 David Lawrence... update the copyright years on the source files to 2004...
2004-01-09 David Lawrence... remove now-unnecessary initialization of kbinput in...
2004-01-06 David Lawrence... add formatting and typo fixes for NEWS, and add version...
2004-01-06 David Lawrence... minor comment fixes
2004-01-05 David Lawrence... add verbatim input question and a few minor fixes to...
2004-01-03 David Lawrence... find all beginning-of-line and/or end-of-line regexes...
2003-12-29 David Lawrence... clean up a bit of weirdness in do_replace_loop()
2003-12-28 David Lawrence... comment addition, minor cosmetic fixes
2003-12-24 David Lawrence... typo fix
2003-12-24 David Lawrence... and wrap the zero-length regex displaying code in a...
2003-12-24 David Lawrence... display a highlighted space for zero-length regex match...
2003-12-24 David Lawrence... add DB's overhaul of the cutting code and related file...
2003-12-24 David Lawrence... the last of the low-level input overhaul: make the...
2003-12-24 David Lawrence... fix search/replace misbehaviors for good (I hope)
2003-11-30 David Lawrence... minor redundancy fix
2003-11-28 David Lawrence... another low-level input overhaul: split out low-level...
2003-11-28 David Lawrence... replace the old fix for infinite regex replacement...
2003-11-25 Jordi MallachUpdated Romanian translation by Laurentiu Buzdugan.
2003-11-20 David Lawrence... add check for glib 2.x
2003-11-20 David Lawrence... minor tabbing fix
2003-11-19 David Lawrence... don't prompt if we're saving only a selection of a...
2003-11-06 Jordi MallachAdded Danilo Segan (Serbian).
2003-11-06 Jordi MallachAdded Serbian translation (Danilo Segan).
2003-11-05 David Lawrence... minor cosmetic fixes
2003-11-04 David Lawrence... update nano.spec.in for the 1.3 branch
2003-11-04 David Lawrence... work around problem with Backspace's generating ASCII...
2003-11-03 David Lawrence... allow WHEREIS_NEXT_KEY to be used in view mode
2003-10-31 David Lawrence... prompt before saving the current file under a different...
2003-10-31 David Lawrence... avoid infinite loop when doing a forward regex replace...
2003-10-30 Jordi MallachPatch from Martin-Eric Racine <q-funk@pp.fishpool.fi...
2003-10-23 David Lawrence... Back to CVS
2003-10-22 David Lawrence... GNU nano 1.3.0 v1.3.0
2003-10-22 David Lawrence... minor comment fix
2003-10-22 David Lawrence... avoid having duplicate case values when some key values...
2003-10-22 David Lawrence... document the setting of EXTRA_DIST
2003-10-22 David Lawrence... set EXTRA_DIST so that 'make dist" and "make distcheck...
2003-10-19 Jordi MallachCreate html manpages when building nano.
2003-10-18 David Lawrence... SunOS 5.9 doesn't define KEY_RESIZE either
2003-10-18 Jordi MallachUpdated Catalan translation.
2003-10-10 David Lawrence... Changelog update: fix problem with KEY_RESIZE's not...
2003-10-10 David Lawrence... fix problem with KEY_RESIZE's not being defined on...
2003-10-03 David Lawrence... miscellaneous #define cleanups
2003-10-03 David Lawrence... fix problems with the marking highlight's being drawn...
2003-09-30 David Lawrence... add missing set of parentheses
2003-09-29 David Lawrence... have nano handle SIGHUP/SIGTERM properly when it's...
2003-09-29 David Lawrence... a few last missing minor bits of DB's refactored displa...
2003-09-28 David Lawrence... DB's minor efficiency tweak for do_mark()
2003-09-28 David Lawrence... a few missing minor bits of DB's refactored display...
2003-09-23 David Lawrence... set fileformat back to 0 after reading in a file to...
2003-09-22 David Lawrence... minor cosmetic fixes
2003-09-22 David Lawrence... remove abcd(); the low-level input overhaul left it...
2003-09-16 David Lawrence... all our memmove() function calls work on char*'s, so...
2003-09-16 David Lawrence... a few minor fixes for low-level keyboard input
2003-09-16 David Lawrence... port over some of DB's refactored display code, most...
2003-09-12 Jordi Mallach2003-09-12 Jordi Mallach <jordi@gnu.org>
next