]> git.wh0rd.org Git - nano.git/shortlog
nano.git
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...
2005-06-17 David Lawrence... add missing #ifdef
2005-06-17 David Lawrence... add -U/--quickblank option, a Meta-U toggle, and a...
2005-06-17 David Lawrence... move all the rcfile options disabled by NANO_SMALL...
2005-06-17 David Lawrence... since the DISABLE_CURPOS flag is only used in winio...
2005-06-17 David Lawrence... in statusbar(), set statusblank to 25 instead of 26...
2005-06-17 David Lawrence... more miscellaneous documentation updates
2005-06-17 David Lawrence... more cosmetic fixes
2005-06-16 David Lawrence... various #ifdef fixes
2005-06-16 David Lawrence... miscellaneous cleanups in do_find_bracket(): rename...
2005-06-16 David Lawrence... add "backwards" and "casesensitive" to the "rcfile...
2005-06-16 David Lawrence... add the "regexp" rcfile option back in at DB's suggesti...
2005-06-16 David Lawrence... document the new Meta-E toggle
2005-06-16 David Lawrence... in usage(), remove inaccurate default listed for -Q...
2005-06-16 David Lawrence... fix assert
2005-06-16 David Lawrence... fix compilation with --enable-debug
2005-06-16 David Lawrence... remove stray "]"
2005-06-16 David Lawrence... wording fix
2005-06-16 David Lawrence... in shortcut_init(), clarify the description of ^X when
2005-06-16 David Lawrence... change the SMOOTHSCROLL flag to the SMOOTH_SCROLL flag
2005-06-16 David Lawrence... change the NO_UTF8 flag to the USE_UTF8 flag, and rever...
2005-06-16 David Lawrence... cosmetic fix
2005-06-16 David Lawrence... comment fix
2005-06-16 David Lawrence... fix memory leak
2005-06-16 David Lawrence... add the "tabstospaces" option to the "rcfile" regexes
2005-06-16 David Lawrence... move the "tabstospaces" option in nanorc.sample down...
2005-06-15 David Lawrence... fix changelog entry
2005-06-15 David Lawrence... comment fix
2005-06-15 David Lawrence... revert erroneous help_init() changes
2005-06-15 David Lawrence... add the ability to convert (non-verbatim input) typed...
2005-06-15 David Lawrence... in do_spell(), if the spell-checker printed any error...
2005-06-15 David Lawrence... cosmetic fix
2005-06-15 David Lawrence... in do_int_spell_fix(), display highlighted misspelled...
2005-06-15 David Lawrence... add missing blank lines
2005-06-15 David Lawrence... make --enable-extra only define NANO_EXTRA, and update...
2005-06-15 David Lawrence... change wint_t's back to wchar_t's to fix compilation...
2005-06-15 Jordi MallachTypo fix by Jens Seidel.
2005-06-15 David Lawrence... comment fixes
2005-06-15 David Lawrence... cosmetic fix
2005-06-15 David Lawrence... in do_browser(), make mouse clicks in the browser windo...
2005-06-15 David Lawrence... more miscellaneous minor fixes
2005-06-15 David Lawrence... fix #ifdefs so that nano compiles with NANO_SMALL defin...
2005-06-15 David Lawrence... *more* cleanups to chars.c and related code
2005-06-15 David Lawrence... formatting and comment fixes
2005-06-15 David Lawrence... formatting fixes
2005-06-15 David Lawrence... don't count punctuation when searching for a whole...
2005-06-15 David Lawrence... in open_prevnext_file(), move up a misplaced assert...
2005-06-14 David Lawrence... more miscellaneous fixes
2005-06-14 David Lawrence... revert the changes to the behavior of Esc Esc [3-digit...
2005-06-14 David Lawrence... more miscellaneous cleanups
2005-06-14 David Lawrence... comment fix
2005-06-14 David Lawrence... minor faq updates
2005-06-14 David Lawrence... more cosmetic fixes
2005-06-14 David Lawrence... yet *another* cleanup
2005-06-14 David Lawrence... comment fix
2005-06-14 David Lawrence... improve detection of blank characters in the "punct...
2005-06-13 David Lawrence... yet another cleanup
2005-06-13 David Lawrence... nisw?blank() should return int, not bool, to match...
2005-06-13 David Lawrence... change the behavior of Esc Esc [3-digit number from...
2005-06-13 David Lawrence... in the "nanorc" regexes in nanorc.sample, tweak the...
2005-06-13 David Lawrence... simplify is_valid_mbstring() by making it use mbstowcs()
2005-06-13 David Lawrence... don't work around invalid multibyte sequences in rcfile...
2005-06-13 David Lawrence... miscellaneous minor fixes
2005-06-13 David Lawrence... still more cleanups to chars.c and related code
2005-06-13 David Lawrence... more cosmetic fixes
2005-06-13 David Lawrence... remove unneeded blank line
2005-06-13 David Lawrence... revert the simplification of the display_string() call in
2005-06-13 David Lawrence... cosmetic fixes
2005-06-13 David Lawrence... when doing history string tab completion, skip over...
2005-06-13 David Lawrence... in do_replace_loop(), simplify the display_string(...
2005-06-13 David Lawrence... simplify the word detection code
2005-06-13 David Lawrence... detect words more accurately by taking punctuation...
2005-06-13 David Lawrence... document cosmetic fix
2005-06-13 David Lawrence... cosmetic fix
2005-06-12 David Lawrence... in shortcut_init(), allow the mark to be used in view...
2005-06-12 David Lawrence... fix changelog entry
2005-06-12 David Lawrence... when the mark is on, only do a word count on the marked...
2005-06-12 David Lawrence... remove unnecessary screen update
2005-06-12 David Lawrence... implement word count via Meta-D at the main window
2005-06-12 David Lawrence... one last cleanup to chars.c
2005-06-12 David Lawrence... various cleanups to chars.c and related code
2005-06-12 David Lawrence... in do_tab(), remove unneeded variable kbinput
2005-06-12 David Lawrence... more formatting fixes
2005-06-12 David Lawrence... cosmetic and formatting fixes
next