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