]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2005-07-03 David Lawrence... add Mike Frysinger's Bourne shell script regexes, with...
2005-07-02 David Lawrence... add missing colon
2005-07-02 David Lawrence... clean up the search code a bit
2005-07-02 David Lawrence... in do_replace(), blank out last_replace properly again...
2005-07-01 David Lawrence... more cosmetic fixes
2005-07-01 David Lawrence... minor cosmetic and constant cursor position display...
2005-06-30 David Lawrence... Back to CVS
2005-06-30 David Lawrence... GNU nano 1.3.8 v1.3.8
2005-06-30 David Lawrence... remove unneeded clearok(TRUE) from total_redraw()
2005-06-30 David Lawrence... make do_yesno() refresh the edit window as well as...
2005-06-30 David Lawrence... in do_replace_highlight(), call wnoutrefresh(edit)...
2005-06-30 David Lawrence... in do_replace_highlight(), rename variable highlight_fl...
2005-06-30 David Lawrence... cosmetic fix
2005-06-29 David Lawrence... in do_yesno(), het input from bottomwin instead of...
2005-06-29 David Lawrence... more int -> bool conversions
2005-06-29 David Lawrence... improve version()'s output
2005-06-29 David Lawrence... in POTFILES.in, remove source files that contain no...
2005-06-29 David Lawrence... in find_paragraph(), reset placewewant as well as curre...
2005-06-29 David Lawrence... add one missing type change
2005-06-28 David Lawrence... in do_cursorpos(), if constant is TRUE, only display...
2005-06-28 David Lawrence... more comment fixes
2005-06-28 David Lawrence... more comment fixes
2005-06-28 David Lawrence... add missing blank line
2005-06-28 David Lawrence... formatting fix
2005-06-28 David Lawrence... comment fix
2005-06-28 David Lawrence... cosmetic fixes
2005-06-28 David Lawrence... rework the credits handling to display Florian König...
2005-06-28 David Lawrence... add missing blank line
2005-06-28 David Lawrence... add various type changes to avoid problems on systems...
2005-06-28 David Lawrence... more miscellaneous minor fixes
2005-06-28 David Lawrence... in do_justify(), save placewewant, and restore it if...
2005-06-28 David Lawrence... in edit_redraw(), make do_refresh a bool instead of...
2005-06-28 David Lawrence... remove now-unused search_last_line global
2005-06-27 David Lawrence... per Mike Frysinger's suggestion, in the "nanorc" regexe...
2005-06-27 David Lawrence... clarify and consolidate the descriptions of the "fill...
2005-06-27 David Lawrence... add missing "?" to the color name regex of the "nanorc...
2005-06-27 David Lawrence... add support for case insensitive expression matching...
2005-06-27 David Lawrence... simplify the file extension regex for groff
2005-06-27 David Lawrence... add Mike Frysinger's GCC builtins regex to the "c-file...
2005-06-26 David Lawrence... punctuation fix
2005-06-26 David Lawrence... do the same thing for the equivalent regex for assemble...
2005-06-26 David Lawrence... more last-minute comment fixes
2005-06-26 David Lawrence... add missing int -> bool conversion
2005-06-26 David Lawrence... in do_toggle(), properly treat color syntax highlightin...
2005-06-26 David Lawrence... apparently a "[[:space:]]" doesn't work properly inside...
2005-06-26 David Lawrence... per Mike Frysinger's suggestion, change the word detect...
2005-06-26 David Lawrence... add Mike Frysinger's regexes for assembler files
2005-06-26 David Lawrence... in nanorc.sample, banish " " whever possible in favor...
2005-06-26 David Lawrence... add "cxx" and "hxx" to the list of extensions that...
2005-06-25 David Lawrence... last-minute comment fixes
2005-06-23 David Lawrence... in disable_flow_control() and enable_flow_control(...
2005-06-22 David Lawrence... more cosmetic fixes
2005-06-22 David Lawrence... remove all instances of charcpy() and replace them...
2005-06-21 David Lawrence... put back erroneously removed bits
2005-06-21 David Lawrence... typo fixes
2005-06-21 David Lawrence... change some instances of charcpy() back to strncpy...
2005-06-21 David Lawrence... oops; do_yesno() doesn't need display_string(); it...
2005-06-21 David Lawrence... in titlebar(), handle VERLEN's being a UTF-8 string
2005-06-21 David Lawrence... fix total_redraw() so that it always keeps the cursor...
2005-06-21 David Lawrence... in do_yesno(), add a missing assert, and use display_st...
2005-06-21 David Lawrence... per Jordi's suggestion, change the toggle for -E/-...
2005-06-21 David Lawrence... per Jordi's suggestion, remove the Meta-U toggle for...
2005-06-21 David Lawrence... more cosmetic fixes
2005-06-21 David Lawrence... revert last change, since it'll cause problems with...
2005-06-21 David Lawrence... in configure.ac, add a few more minor consistency fixes
2005-06-21 David Lawrence... comment fixes
2005-06-21 David Lawrence... revert last change, as the multibyte strcoll() function...
2005-06-21 David Lawrence... add a multibyte case-insensitive version of strcoll...
2005-06-21 David Lawrence... cosmetic fixes
2005-06-21 David Lawrence... recover properly when the alternate spell checker fails
2005-06-20 David Lawrence... make sure the function checks are *really* in alphabeti...
2005-06-20 David Lawrence... comment fix
2005-06-20 David Lawrence... typo fix
2005-06-20 David Lawrence... remove unnecessary variables from and add missing asser...
2005-06-20 David Lawrence... typo fix
2005-06-19 David Lawrence... update the "Feature Toggles" section in nano.texi to...
2005-06-19 David Lawrence... when reading color syntax names or sorting filenames...
2005-06-19 David Lawrence... in read_line(), rename variable len to buf_len, for...
2005-06-18 David Lawrence... comment and indentation fixes
2005-06-18 David Lawrence... remove the reset_cursor() call in statusq(), as it...
2005-06-18 David Lawrence... comment fix
2005-06-18 David Lawrence... in configure.ac, check for possibly unavailable functio...
2005-06-18 David Lawrence... formatting fixes for Makefile.am and m4/Makefile.am
2005-06-18 David Lawrence... formatting fixes
2005-06-18 David Lawrence... in configure.ac, check for get_wch() instead of wget_wc...
2005-06-18 David Lawrence... rename total_update() total_redraw() for consistency
2005-06-18 David Lawrence... work around slang brain damage in total_update()
2005-06-18 David Lawrence... fix still more minor display update problems
2005-06-18 David Lawrence... fix more minor screen update problems
2005-06-18 David Lawrence... n is ignored in the mbstowcs() call, so it can be 0...
2005-06-18 David Lawrence... in statusq(), call wrefresh(bottomwin) after getting...
2005-06-18 David Lawrence... in toggle_init(), reorder the toggles to put more toggl...
2005-06-18 David Lawrence... clarify the description of the line wrapping toggle
2005-06-17 David Lawrence... change the short option for --restricted from -Z to -R
2005-06-17 David Lawrence... fix misplaced long option
2005-06-17 David Lawrence... add comment
2005-06-17 David Lawrence... add a description of -U/--quickblank to nano.texi,...
2005-06-17 David Lawrence... QUICK_BLANK and CONST_UPDATE shouldn't be working at...
2005-06-17 David Lawrence... formatting fix
2005-06-17 David Lawrence... rename the CONSTUPDATE flag to CONST_UPDATE, and clarif...
next