]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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_...
2005-04-19 David Lawrence... cosmetic fixes
2005-04-19 David Lawrence... miscellaneous bits: make get_next_filename() use an...
2005-04-19 David Lawrence... in do_browser() and do_help(), don't treat NANO_CANCEL_...
2005-04-18 Jordi MallachUpdate Vietnamese from the TP.
2005-04-18 Jordi MallachCatalan, Italian and Romanian updates from the TP.
2005-04-18 Jordi MallachRemove bogus space from help text.
2005-04-16 David Lawrence... remove more unneeded clearok(TRUE)'s, and avoid an...
2005-04-16 David Lawrence... simplify total_update() to call clearok(TRUE) and wrefr...
2005-04-16 David Lawrence... cosmetic fix
2005-04-15 David Lawrence... various #include fixes: since proto.h includes nano...
2005-04-15 David Lawrence... more cosmetic fixes
2005-04-14 David Lawrence... cosmetic fix
2005-04-14 David Lawrence... various minor bits: add miscellaneous comment fixes; in
2005-04-14 David Lawrence... in print1opt_full(), if desc should be empty, allow...
2005-04-13 Jordi MallachUpdated Spanish from the TP.
2005-04-13 Jordi MallachAdded Vietnamese translation by Phan Vinh Thinh <teppi8...
2005-04-10 David Lawrence... Back to CVS
2005-04-10 David Lawrence... GNU nano 1.3.7 v1.3.7
2005-04-09 David Lawrence... in configure.ac, mention explicitly that the check...
2005-04-09 Jordi MallachFix format definitions...
2005-04-09 Jordi MallachAdded Plural-Forms to zh_TW.
2005-04-09 David Lawrence... in nanogetstr(), fix a misplaced break and some indentation
2005-04-09 David Lawrence... remove inaccurate comment
2005-04-08 David Lawrence... clarify comment
2005-04-08 David Lawrence... add comment
2005-04-08 David Lawrence... remove unneeded blank line
2005-04-08 Jordi MallachUpdated Catalan, Italian and Traditional Chinese.
2005-04-07 David Lawrence... remove TODO item about allowing the editing of UTF...
2005-04-06 Jordi MallachAdded Kinyarwanda translation.
2005-04-05 David Lawrence... remove unneeded space
2005-04-04 Jordi MallachUpdated Romanian and French from the TP.
2005-04-01 David Lawrence... in nanorc.sample, break up overly long perl and nanorc...
2005-03-31 David Lawrence... preemptively update the version number
2005-03-31 David Lawrence... in do_insertfile(), fix handling of blank filenames...
2005-03-31 David Lawrence... add missing blank line
2005-03-31 David Lawrence... in statusq(), make sure that the vsnprintf(foo) call...
2005-03-30 David Lawrence... in do_insertfile(), fix a problem where going into...
2005-03-30 David Lawrence... in help_init(), avoid a warning when compiling with...
2005-03-30 David Lawrence... move bool from the C++-specific line to the C-specific...
2005-03-30 David Lawrence... in nanorc.sample, merge Neil Brown's C++ regexes into...
2005-03-29 David Lawrence... cosmetic fixes
2005-03-27 David Lawrence... add more documentation fixes for consistency
2005-03-27 David Lawrence... in parse_rcfile(), fix a debugging message to display...
2005-03-26 David Lawrence... various documentation fixes
2005-03-26 David Lawrence... make sure that all references to cut-to-end are left...
2005-03-26 David Lawrence... per DB's patch, in main(), change 0 to NULL in the...
2005-03-26 David Lawrence... update changelog
2005-03-26 David Lawrence... cosmetic fixes
2005-03-26 David Lawrence... add missing blank line
2005-03-26 David Lawrence... in make_mbchar(), remove an unneeded assert
2005-03-26 David Lawrence... cosmetic fixes
2005-03-26 David Lawrence... add various portability and potential segfault fixes...
2005-03-25 David Lawrence... in configure.ac, tweak a few more things to make sure...
2005-03-25 David Lawrence... in configure.ac, per Mike Frysinger's patch, add suppor...
2005-03-25 David Lawrence... in cut_to_eol(), fix an inaccurate comment
2005-03-25 David Lawrence... in titlebar(), make sure that the (mv)?waddnstr() calls...
2005-03-24 David Lawrence... add missing blank lines
2005-03-23 David Lawrence... per Mike Frysinger's patch, in move_mbleft(), fix asser...
2005-03-22 David Lawrence... move macro definition
2005-03-22 David Lawrence... cosmetic fix
2005-03-22 David Lawrence... in help_line_len(), make the text display more flexible...
2005-03-22 David Lawrence... add missing space in the help text, and fix an allocsiz...
2005-03-22 David Lawrence... in help_init(), when calculating allocsize, take multib...
2005-03-22 David Lawrence... comment fixes
next