]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2005-06-03 David Lawrence... remove now-unnecessary null_at()
2005-06-03 David Lawrence... typo fix
2005-06-03 David Lawrence... in configure.ac, don't refer to the built-in file brows...
2005-06-03 David Lawrence... fix #ifdefs so the tiny version of nano compiles again...
2005-06-03 David Lawrence... comment fix
2005-06-02 David Lawrence... define last_kbinput inside the right #ifdef block
2005-06-02 David Lawrence... readd tab completion of history strings, with a few...
2005-06-02 David Lawrence... fix more bad #ifdefs, and add a few formatting fixes
2005-06-02 David Lawrence... typo fix
2005-06-02 David Lawrence... fix mismatched #ifdefs
2005-06-01 David Lawrence... clarify a comment, and don't try to display the buffer...
2005-05-31 David Lawrence... add missing blank line
2005-05-31 David Lawrence... rework the file-writing routines so that they can work...
2005-05-31 David Lawrence... formatting fix
2005-05-31 David Lawrence... comment fix
2005-05-31 David Lawrence... cosmetic fixes
2005-05-30 David Lawrence... add documentation updates for -E/--backupdir's new...
2005-05-29 David Lawrence... in die(), tweak the message displayed when a backup...
2005-05-29 David Lawrence... when using a backup directory, make sure all the filena...
2005-05-28 David Lawrence... fix mismatched subscript
2005-05-28 David Lawrence... cosmetic fixes
2005-05-28 David Lawrence... miscellaneous minor fixes
2005-05-27 David Lawrence... cosmetic fixes
2005-05-27 David Lawrence... add multibyte/wide character support to input_tab(...
2005-05-27 David Lawrence... document bool fix
2005-05-27 David Lawrence... bool fix
2005-05-26 David Lawrence... revert last change for now, as it breaks the display...
2005-05-26 David Lawrence... in input_tab(), make sure that we don't set *place...
2005-05-26 David Lawrence... formatting fixes
2005-05-26 David Lawrence... cosmetic fixes
2005-05-26 David Lawrence... yet another comment fix
2005-05-26 David Lawrence... typo fix
2005-05-26 David Lawrence... more miscellaneous minor fixes
2005-05-26 David Lawrence... port over DB's (better) equivalent of the last fix...
2005-05-26 David Lawrence... remove redundancy
2005-05-26 David Lawrence... remove unneeded blank line
2005-05-26 David Lawrence... fix changelog entry
2005-05-26 David Lawrence... remove redundancy
2005-05-26 David Lawrence... really fix one of the last fixes
2005-05-26 David Lawrence... add various fixes to avoid a hang and several potential...
2005-05-26 David Lawrence... another comment fix
2005-05-26 David Lawrence... replace all instances of strncpy() with charcpy(),...
2005-05-26 David Lawrence... more miscellaneous minor fixes
2005-05-26 David Lawrence... fix inaccurate comments
2005-05-25 David Lawrence... really fix the off-by-one errors in LINE,COLUMN parsing...
2005-05-24 David Lawrence... in configure.ac, add minor tweaks to some of the test...
2005-05-23 David Lawrence... fix one last off-by-one error that occurs when do_gotol...
2005-05-23 David Lawrence... comment fix
2005-05-23 David Lawrence... oops; free magichistory *properly* when we don't need...
2005-05-23 David Lawrence... free magichistory when we don't need it anymore
2005-05-23 David Lawrence... overhaul the history code to work more consistently...
2005-05-23 Jordi MallachUpdated French from the TP.
2005-05-22 David Lawrence... comment fixes
2005-05-21 David Lawrence... in save_history(), properly save history when in view...
2005-05-21 David Lawrence... in usage(), add formatting fixes and a missing N_()
2005-05-20 David Lawrence... various minor fixes
2005-05-17 David Lawrence... when calling do_gotolinecolymn(), default to the curren...
2005-05-17 David Lawrence... in do_gotolinecolumn(), start the search for a line...
2005-05-17 David Lawrence... mention the support for moving to a different column...
2005-05-17 David Lawrence... fix off-by-one problems with COLUMN; it should be zero...
2005-05-17 David Lawrence... set placewewant more efficiently
2005-05-17 David Lawrence... more LINE,COLUMN-related work: fix problems parsing...
2005-05-17 David Lawrence... formatting fix
2005-05-17 David Lawrence... in do_gotoline(), properly show an error message if...
2005-05-17 David Lawrence... add error detection to parse_line_column()
2005-05-16 David Lawrence... add missing comment
2005-05-16 David Lawrence... move duplicate code from the +LINE,COLUMN feature into...
2005-05-16 David Lawrence... rename another variable
2005-05-16 David Lawrence... comment fix
2005-05-16 David Lawrence... add the ability to open a file on a specified column...
2005-05-15 David Lawrence... update the Free Software Foundation's mailing address...
2005-05-14 David Lawrence... more indentation fixes and one more cosmetic fix
2005-05-14 David Lawrence... rename a few more variables, and fix some indentation
2005-05-14 David Lawrence... still more cosmetic fixes
2005-05-14 David Lawrence... document a renamed variable
2005-05-14 David Lawrence... more cosmetic fixes
2005-05-14 David Lawrence... in cut_line(), set placewewant properly after cutting...
2005-05-08 David Lawrence... another cosmetic fix
2005-05-06 David Lawrence... cosmetic fix
2005-05-03 David Lawrence... revert one last change that was causing breakage
2005-05-03 David Lawrence... remove redundant code
2005-05-03 David Lawrence... revert one of the previous changes; we don't really...
2005-05-03 David Lawrence... rearrange nanogetstr() to fix breakage
2005-05-02 David Lawrence... revert some attempts at simplifying the search/replace...
2005-04-29 David Lawrence... document the simplification of a history check in nanog...
2005-04-29 David Lawrence... more comment fixes
2005-04-29 David Lawrence... more comment fixes
2005-04-29 David Lawrence... remove a redundant check in get_history_newer(), and...
2005-04-27 Jordi MallachUpdated Malay from the TP.
2005-04-26 David Lawrence... oops; in do_output(), properly allow wrapping when...
2005-04-26 Jordi MallachUpdate Norwegian bokmaal from the TP.
2005-04-25 David Lawrence... in do_output(), fix an off-by-one error that allowed...
2005-04-25 David Lawrence... in shortcut_init(), move the "Refresh" and "Exit" short...
2005-04-25 David Lawrence... minor bits: fix slang compilation by calling clearok...
2005-04-20 David Lawrence... comment fixes
2005-04-20 Jordi MallachUpdate Malay, Romanian and Traditional Chinese from...
2005-04-20 Jordi MallachErr, stable branch has been nano_1_2 for the last two...
2005-04-20 Jordi MallachCredit Vietnamese translator.
2005-04-19 David Lawrence... actually, since copy_file() doesn't allocate ever-incre...
2005-04-19 David Lawrence... change all hardcoded instances of 128 bytes to MAX_BUF_...
next