]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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
2005-03-22 David Lawrence... in do_justify(), move break_pos after the space earlier...
2005-03-22 David Lawrence... in find_paragraph(), fix a problem where a search for...
2005-03-22 David Lawrence... in do_justify(), instead of breaking a line at a space...
2005-03-21 David Lawrence... remove unneeded space
2005-03-21 David Lawrence... in printopt(), add DB's tweaks to make sure longflag...
2005-03-21 David Lawrence... more cosmetic fixes
2005-03-21 David Lawrence... document cosmetic fix
2005-03-21 David Lawrence... cosmetic fixes
2005-03-20 David Lawrence... after (re)initializing the terminal, make sure the...
2005-03-20 David Lawrence... Back to CVS
2005-03-20 David Lawrence... GNU nano 1.3.6 v1.3.6
2005-03-20 David Lawrence... and make the locale string checks use the #defined...
2005-03-20 David Lawrence... put the old #defined aliases for strcasecmp(), strncase...
2005-03-20 David Lawrence... when checking the locale string, use nstrcasestr()...
2005-03-20 David Lawrence... add asserts to do_wrap()
2005-03-20 David Lawrence... check for a UTF-8-supporting version of slang
2005-03-19 David Lawrence... miscellaneous documentation updates
2005-03-19 David Lawrence... update changelog again
2005-03-19 David Lawrence... minor indentation fix for configure.ac, and mention...
2005-03-19 David Lawrence... add full multibyte character support to do_wrap()
2005-03-18 David Lawrence... add multibyte character support to help_line_len()...
2005-03-18 David Lawrence... add more locale string checks beyond case-sensitive...
2005-03-18 David Lawrence... update changelog
2005-03-18 David Lawrence... make the #ifdef around indent_len() match that of its...
2005-03-18 David Lawrence... minor documentation fix
2005-03-17 David Lawrence... allow refreshing of the file browser window, as Pico...
2005-03-17 David Lawrence... add missing blank line, and rename total_blank() to...
2005-03-17 David Lawrence... allow refreshing of the help browser window, as Pico...
2005-03-17 David Lawrence... initialize indent_string later in the justify code...
2005-03-17 David Lawrence... fix justify code regression: if we're justifying the...
2005-03-17 David Lawrence... fix paragraph searching code regression: if trying...
2005-03-17 David Lawrence... control characters can only be properly filtered out...
2005-03-16 David Lawrence... fix misplaced #endif
2005-03-16 David Lawrence... comment clarifications
2005-03-16 David Lawrence... actually, we can swallow non-ASCII control characters...
2005-03-16 David Lawrence... when getting printable input from the edit window or...
2005-03-16 David Lawrence... add debugging statement
2005-03-16 David Lawrence... check for wget_wch() again instead of get_wch() when...
2005-03-15 David Lawrence... documentation update
2005-03-15 David Lawrence... a few last minor fixes to do_credits()
2005-03-15 David Lawrence... in do_credits(), display Florian König's name properly...
2005-03-15 David Lawrence... fix potential memory corruption problem in make_mbstrin...
2005-03-15 David Lawrence... make the rest of the justify code support multibyte...
2005-03-14 David Lawrence... fix more inaccurate comments
2005-03-14 David Lawrence... when justifying, don't remove a space after a duplicate...
2005-03-14 David Lawrence... add missing blank lines
2005-03-14 David Lawrence... fix erroneous #ifdef
2005-03-14 David Lawrence... make sure all rcfile arguments are valid multibyte...
2005-03-14 David Lawrence... formatting fixes
2005-03-14 David Lawrence... add more multibyte character support to break_line()
2005-03-14 David Lawrence... more comment fixes
2005-03-14 David Lawrence... add missing blank lines
2005-03-14 David Lawrence... remove erroneous if clause in the overhauled justify...
2005-03-13 David Lawrence... overhaul the paragraph-searching code to make it simple...
2005-03-13 David Lawrence... comment improvement
2005-03-13 David Lawrence... more comment fixes
2005-03-13 David Lawrence... fix regressions caused by the justify overhaul: when...
2005-03-13 David Lawrence... fix regression caused by the justify overhaul: when...
2005-03-13 David Lawrence... fix erroneous comment
2005-03-13 David Lawrence... overhaul the justify code to make it leave the right...
2005-03-12 David Lawrence... fix problem where mark_beginx wouldn't be saved properly in
2005-03-11 David Lawrence... undo erroneous tweaks
2005-03-11 David Lawrence... add a slightly tweaked version of Mike Frysinger's...
2005-03-11 David Lawrence... when using slang, call the right function to enable...
2005-03-11 David Lawrence... formatting fixes
2005-03-11 David Lawrence... improve the handling of whitespace display mode in...
2005-03-10 Jordi MallachUpdated Malay from the TP.
2005-03-10 David Lawrence... make whitespace display mode work with multibyte characters
2005-03-10 David Lawrence... add DB's overhaul of the rcfile parsing code and relate...
2005-03-10 David Lawrence... cosmetic fixes
2005-03-09 David Lawrence... fix wording problem
2005-03-09 David Lawrence... make the latest faq entry more accurate
2005-03-09 David Lawrence... add faq entry about how to open files with names starti...
2005-03-09 David Lawrence... make sure that the universal statusbar prompt functions...
2005-03-08 David Lawrence... attempt at fixing a problem tracked down by Jim Uhl...
2005-03-08 David Lawrence... cosmetic fix
2005-03-04 David Lawrence... reorganize changelog a bit
next