- f7b8783 in shortcut_init(), remove the ^X shortcut for CutTillEnd at the search by David Lawrence Ramsey · 19 years ago
- 6835102 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 0bbd290 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 5c55e85 in help_init(), adjust the first two chunks of the main help text so by David Lawrence Ramsey · 19 years ago
- 5a22dbb in digits(), remove the assumption that n is always positive, although by David Lawrence Ramsey · 19 years ago
- 73e3375 cosmetic fix by David Lawrence Ramsey · 19 years ago
- dbc415f remove unneeded duplicate plural forms, as gettext 0.15 generates errors by David Lawrence Ramsey · 19 years ago
- f351176 wording fix by David Lawrence Ramsey · 19 years ago
- 69583ad add one last TODO list item by David Lawrence Ramsey · 19 years ago
- 30d7f33 in doc/syntax/c.nanorc, remove redundancy from the file extension regexes by David Lawrence Ramsey · 19 years ago
- 6da4e56 revert redundant change by David Lawrence Ramsey · 19 years ago
- c6bef76 another comment fix by David Lawrence Ramsey · 19 years ago
- 2ea7fb0 comment fix by David Lawrence Ramsey · 19 years ago
- cbab273 in edit_draw(), simplify the setting of paintlen by David Lawrence Ramsey · 19 years ago
- 28a6802 in doc/syntax/c.nanorc, tweak the multiline comment regex to not color by David Lawrence Ramsey · 19 years ago
- 2578025 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 5b17ef8 revert erroneous change by David Lawrence Ramsey · 19 years ago
- 3714e07 in parse_kbinput(), translate KEY_EVENT to ERR if we get it, so that by David Lawrence Ramsey · 19 years ago
- 7b0531a per Benno Schulenberg's patch with a few tweaks by me, add various by David Lawrence Ramsey · 19 years ago
- e517613 comment fix by David Lawrence Ramsey · 19 years ago
- 5770308 make all the descriptions of -O/--morespace consistent by David Lawrence Ramsey · 19 years ago
- 550ca10 in nano.texi, add missing description of the -O/--morespace command line option by David Lawrence Ramsey · 19 years ago
- f9f8cc3 fix inaccurate comment by David Lawrence Ramsey · 19 years ago
- ad344e9 make bad_mbchar a static const char* const in chars.c, as its value by David Lawrence Ramsey · 19 years ago
- 6827146 fix changelog entry by David Lawrence Ramsey · 19 years ago
- b159f94 per Benno Schulenberg's patch with a few additions by me, fix by David Lawrence Ramsey · 19 years ago
- c7c49c4 in doc/Makefile.am, don't include nanorc.sample in EXTRA_DIST, as it's by David Lawrence Ramsey · 19 years ago
- 4ce7550 add miscellaneous minor fixes to the faq, and preemptively update its by David Lawrence Ramsey · 19 years ago
- 2f70228 in toggle_init(), make sure that a blank line is not displayed after the by David Lawrence Ramsey · 19 years ago
- 592ccf9 update changelog entry: the renaming of the scroll_dir enums also fixes by David Lawrence Ramsey · 19 years ago
- bd28ee4 when DISABLE_HELP is defined, leave out some unused shortcut and toggle by David Lawrence Ramsey · 19 years ago
- 1b4ae69 in parse_escape_seq_kbinput(), Don't ignore escape sequences anymore; by David Lawrence Ramsey · 19 years ago
- 722b728 another cosmetic fix by David Lawrence Ramsey · 19 years ago
- 97cd67c fix changelog entry by David Lawrence Ramsey · 19 years ago
- f28ff9d in parse_kbinput(), properly handle combined control character and by David Lawrence Ramsey · 19 years ago
- ec177be in do_help(), don't allow moving down a page when the last line of the by David Lawrence Ramsey · 19 years ago
- 1dc7c12 cosmetic fix by David Lawrence Ramsey · 19 years ago
- 8a72370 typo fix by David Lawrence Ramsey · 19 years ago
- 5370b0c in parse_escape_seq_kbinput(), handle unknown and unignored escape by David Lawrence Ramsey · 19 years ago
- 19f3bd6 in parse_kbinput(), translate extended keypad keys to their ASCII by David Lawrence Ramsey · 19 years ago
- a44ca78 in parse_kbinput(), properly handle combined meta and escape sequences, by David Lawrence Ramsey · 19 years ago
- 006fc23 typo fixes by David Lawrence Ramsey · 19 years ago
- 118cb37 in mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr(), don't by David Lawrence Ramsey · 19 years ago
- d3887dc update UPGRADE to fix the description of +LINE,COLUMN by David Lawrence Ramsey · 19 years ago
- c81aa06 update UPGRADE to account for the ability to indent unmarked lines by David Lawrence Ramsey · 19 years ago
- f875883 fix changelog entry by David Lawrence Ramsey · 19 years ago
- 4ac129c when using slang 2.x, call SLutf8_enable() with an argument of 1 instead by David Lawrence Ramsey · 19 years ago
- e53e125 rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING by David Lawrence Ramsey · 19 years ago
- 23994bd miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
- 6e308c0 comment fix by David Lawrence Ramsey · 19 years ago
- 7c06be5 fix changelog entries by David Lawrence Ramsey · 19 years ago
- 3bb45ae per Daniel Richard G.'s patch, in parse_rcfile(), add missing by David Lawrence Ramsey · 19 years ago
- 6ff22e7 rename the values of the scroll_dir enum to UP_DIR and DOWN_DIR, since by David Lawrence Ramsey · 19 years ago
- 0a4b737 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 32a3ce4 revert unneeded #ifdef fixes by David Lawrence Ramsey · 19 years ago
- 935594b add various cosmetic and #ifdef fixes by David Lawrence Ramsey · 19 years ago
- a5ad825 improve the display of bools in debugging statements by David Lawrence Ramsey · 19 years ago
- f968a18 in replace_regexp(), remove unnecessary casting of c to int by David Lawrence Ramsey · 19 years ago
- eec40df in do_insertfile(), remove redundant code: we only mark the file as by David Lawrence Ramsey · 19 years ago
- c346701 in do_insertfile(), if we don't insert a file into a new buffer, by David Lawrence Ramsey · 19 years ago
- 9a145d9 in do_insertfile(), if we're in view mode, as we can be if multibuffer by David Lawrence Ramsey · 19 years ago
- 49172ca more typo fixes by David Lawrence Ramsey · 19 years ago
- 0d8feb9 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
- 1e11177 in nano.h, remove the manual disabling of color support if regex.h isn't by David Lawrence Ramsey · 19 years ago
- 84b9f4b in configure.ac, if regex.h isn't found, display an error message if we by David Lawrence Ramsey · 19 years ago
- 82697f2 don't include sys/ioctl.h in nano.c when NANO_TINY is defined, as by David Lawrence Ramsey · 19 years ago
- 1a47348 in nano.h, if we don't have nanorc support, disable color support, as it by David Lawrence Ramsey · 19 years ago
- c6c98f7 make Jordi's email address, and the description of what the manual pages by David Lawrence Ramsey · 19 years ago
- b8592ce in do_browse_from(), don't bother freeing path if it's NULL by David Lawrence Ramsey · 19 years ago
- b08c9f0 revert erroneous change by David Lawrence Ramsey · 19 years ago
- 87b37bd add miscellaneous minor cleanups to do_browser(), do_browse_from(), and by David Lawrence Ramsey · 19 years ago
- 35c9fa6 clean up the TODO list a bit more by David Lawrence Ramsey · 19 years ago
- 083cc12 mention the need to handle resizes better in the TODO list, and clean it by David Lawrence Ramsey · 19 years ago
- 4ea2eac comment fixes by David Lawrence Ramsey · 19 years ago
- e328169 remove unneeded #ifdef by David Lawrence Ramsey · 19 years ago
- 4e68588 revert erroneous change by David Lawrence Ramsey · 19 years ago
- 7f3fdb4 in titlebar(), don't display any blank space for the state if we're in by David Lawrence Ramsey · 19 years ago
- d59c423 typo fixes by David Lawrence Ramsey · 19 years ago
- c284e1d fix inaccurate comments by David Lawrence Ramsey · 19 years ago
- 664e0da still more cosmetic fixes by David Lawrence Ramsey · 19 years ago
- a5322ee another cosmetic fix by David Lawrence Ramsey · 19 years ago
- c2e585e per John M. Gabriele's patch with a few tweaks by me, in by David Lawrence Ramsey · 19 years ago
- 2c36e2e consolidate do_scroll_(up|down)() into do_(up|down)(), as they have a by David Lawrence Ramsey · 19 years ago
- bf10495 in do_scroll_up() and do_scroll_down(), fix problems where, after by David Lawrence Ramsey · 19 years ago
- ec15fdb comment fixes by David Lawrence Ramsey · 19 years ago
- b006367 comment fixes by David Lawrence Ramsey · 19 years ago
- 99a06d3 add another post-2.0 item by David Lawrence Ramsey · 19 years ago
- aee00d4 if the mark isn't on, allow Meta-} and Meta-{ to indent and unindent by David Lawrence Ramsey · 19 years ago
- 7f80174 another cosmetic fix by David Lawrence Ramsey · 19 years ago
- a89e39a cosmetic fix by David Lawrence Ramsey · 19 years ago
- afeed5f comment fixes by David Lawrence Ramsey · 19 years ago
- aa4eb40 another cosmetic fix by David Lawrence Ramsey · 19 years ago
- 19cb1e6 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 85e35e6 in get_full_path(), don't return NULL when the current directory doesn't by David Lawrence Ramsey · 19 years ago
- 51b7b0e in browser_refresh() and titlebar(), don't display overly long filenames by David Lawrence Ramsey · 19 years ago
- 0cae087 cosmetic fix by David Lawrence Ramsey · 19 years ago
- 567d471 in display_string(), properly handle buf[start_index]'s being a null terminator by David Lawrence Ramsey · 19 years ago
- f1a8e72 still more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
- ca53a6e another miscellaneous minor fix by David Lawrence Ramsey · 19 years ago
- a7bdd2e in do_browse_from(), during the operating directory check, if path isn't by David Lawrence Ramsey · 19 years ago