- 6f143c8 add the ability to convert (non-verbatim input) typed tabs to spaces by David Lawrence Ramsey · 20 years ago
- 072f86c in do_spell(), if the spell-checker printed any error messages onscreen, by David Lawrence Ramsey · 20 years ago
- f271f9c cosmetic fix by David Lawrence Ramsey · 20 years ago
- 5a6caf0 in do_int_spell_fix(), display highlighted misspelled words using by David Lawrence Ramsey · 20 years ago
- da72453 add missing blank lines by David Lawrence Ramsey · 20 years ago
- 203026c make --enable-extra only define NANO_EXTRA, and update associated documentation by David Lawrence Ramsey · 20 years ago
- ed7ad33 change wint_t's back to wchar_t's to fix compilation on Mac OS 10.4.1 by David Lawrence Ramsey · 20 years ago
- ff6c199 Typo fix by Jens Seidel. by Jordi Mallach · 20 years ago
- a01690c comment fixes by David Lawrence Ramsey · 20 years ago
- ff1a0ea cosmetic fix by David Lawrence Ramsey · 20 years ago
- 42e271d in do_browser(), make mouse clicks in the browser window work properly by David Lawrence Ramsey · 20 years ago
- 9c06f34 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- ab41ab9 fix #ifdefs so that nano compiles with NANO_SMALL defined and by David Lawrence Ramsey · 20 years ago
- 2515ccc *more* cleanups to chars.c and related code by David Lawrence Ramsey · 20 years ago
- d1323e4 formatting and comment fixes by David Lawrence Ramsey · 20 years ago
- 7ae1a79 formatting fixes by David Lawrence Ramsey · 20 years ago
- e221311 don't count punctuation when searching for a whole word in is_whole_word() by David Lawrence Ramsey · 20 years ago
- d26f1eb in open_prevnext_file(), move up a misplaced assert and rename a variable by David Lawrence Ramsey · 20 years ago
- 1e64db6 more miscellaneous fixes by David Lawrence Ramsey · 20 years ago
- ce9d299 revert the changes to the behavior of Esc Esc [3-digit number from 000 by David Lawrence Ramsey · 20 years ago
- bdfa927 more miscellaneous cleanups by David Lawrence Ramsey · 20 years ago
- 789867b comment fix by David Lawrence Ramsey · 20 years ago
- 3a4eb48 minor faq updates by David Lawrence Ramsey · 20 years ago
- bfc183b more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 6209e0e yet *another* cleanup by David Lawrence Ramsey · 20 years ago
- e534aae comment fix by David Lawrence Ramsey · 20 years ago
- d5d4dde improve detection of blank characters in the "punct" and "brackets" by David Lawrence Ramsey · 20 years ago
- 42af221 yet another cleanup by David Lawrence Ramsey · 20 years ago
- 356d248 nisw?blank() should return int, not bool, to match isblank() by David Lawrence Ramsey · 20 years ago
- 399fe93 change the behavior of Esc Esc [3-digit number from 000 to 255] so that by David Lawrence Ramsey · 20 years ago
- 40c3cd1 in the "nanorc" regexes in nanorc.sample, tweak the "comment" regex to by David Lawrence Ramsey · 20 years ago
- b300af3 simplify is_valid_mbstring() by making it use mbstowcs() by David Lawrence Ramsey · 20 years ago
- 30d0a81 don't work around invalid multibyte sequences in rcfile options anymore, by David Lawrence Ramsey · 20 years ago
- 6a0d5b8 miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 7b601fd still more cleanups to chars.c and related code by David Lawrence Ramsey · 20 years ago
- 8b698f4 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 9880afc remove unneeded blank line by David Lawrence Ramsey · 20 years ago
- 5ed8819 revert the simplification of the display_string() call in by David Lawrence Ramsey · 20 years ago
- 7291daa cosmetic fixes by David Lawrence Ramsey · 20 years ago
- d2edb8a when doing history string tab completion, skip over an exact match by David Lawrence Ramsey · 20 years ago
- 33d07ef in do_replace_loop(), simplify the display_string() call that we use to by David Lawrence Ramsey · 20 years ago
- f26d386 simplify the word detection code by David Lawrence Ramsey · 20 years ago
- 6728708 detect words more accurately by taking punctuation into account, and by David Lawrence Ramsey · 20 years ago
- d16d0bf document cosmetic fix by David Lawrence Ramsey · 20 years ago
- 5b9f522 cosmetic fix by David Lawrence Ramsey · 20 years ago
- a049c83 in shortcut_init(), allow the mark to be used in view mode, as Pico does by David Lawrence Ramsey · 20 years ago
- 1a76845 fix changelog entry by David Lawrence Ramsey · 20 years ago
- e90f0b8 when the mark is on, only do a word count on the marked text by David Lawrence Ramsey · 20 years ago
- d232fa2 remove unnecessary screen update by David Lawrence Ramsey · 20 years ago
- e010edd implement word count via Meta-D at the main window by David Lawrence Ramsey · 20 years ago
- 1946261 one last cleanup to chars.c by David Lawrence Ramsey · 20 years ago
- d864048 various cleanups to chars.c and related code by David Lawrence Ramsey · 20 years ago
- 6315e2f in do_tab(), remove unneeded variable kbinput by David Lawrence Ramsey · 20 years ago
- 068edf4 more formatting fixes by David Lawrence Ramsey · 20 years ago
- aeeb96e cosmetic and formatting fixes by David Lawrence Ramsey · 20 years ago
- 3db0dc3 add macro charset(), a wrapper that calls memset(), and use it in by David Lawrence Ramsey · 20 years ago
- c00f658 in resize_variables(), use sizeof(char) in the memset() that initializes by David Lawrence Ramsey · 20 years ago
- 8767da4 comment fix by David Lawrence Ramsey · 20 years ago
- d0d5b8f in display_string(), don't check for multicolumn characters if the NO_UTF8 flag isn't set by David Lawrence Ramsey · 20 years ago
- 44491ac in color_to_int(), assert that colorname isn't NULL, since that case is by David Lawrence Ramsey · 20 years ago
- 8bcac8a in disable_extended_input(), disable extended output processing as well by David Lawrence Ramsey · 20 years ago
- 53aca71 formatting fixes by David Lawrence Ramsey · 20 years ago
- a9d45bb in parse_colors(), properly generate an error if we get a color by David Lawrence Ramsey · 20 years ago
- a644af5 update documentation for the "color" regex by David Lawrence Ramsey · 20 years ago
- 7c78b45 in parse_colors(), properly parse a background color without a foreground color by David Lawrence Ramsey · 20 years ago
- 746214d make parse_line_column() consistent with the color regex-parsing code by David Lawrence Ramsey · 20 years ago
- 0df61f1 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 4428975 cosmetic fix by David Lawrence Ramsey · 20 years ago
- c7935e2 revert the conversion of each line to a valid multibyte string, as it by David Lawrence Ramsey · 20 years ago
- 01458cd clarify changelog entry by David Lawrence Ramsey · 20 years ago
- 7bf86e1 when reading a file in, make sure each line is a valid multibyte string by David Lawrence Ramsey · 20 years ago
- 23d3cf4 in doc/faq.html, update the question about the FAQ to mention the by David Lawrence Ramsey · 20 years ago
- 9af6a20 typo fix by David Lawrence Ramsey · 20 years ago
- 092af14 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 3da5580 Fix French mandir. by Jordi Mallach · 20 years ago
- 3925bda fix erroneous #ifdef that caused a compilation problem when by David Lawrence Ramsey · 20 years ago
- f47f150 preemptively update the version number by David Lawrence Ramsey · 20 years ago
- 457847f add else's by David Lawrence Ramsey · 20 years ago
- 7e62d10 in do_insertfile(), set i to 0 when we get a filename via the file by David Lawrence Ramsey · 20 years ago
- 193b0e5 add missing blank line by David Lawrence Ramsey · 20 years ago
- 9b108c2 in shortcut_init(), remove unnecessary "Refresh" placeholder in the file by David Lawrence Ramsey · 20 years ago
- da33153 in do_yesno(), allow refreshing the screen via Ctrl-L, as Pico does by David Lawrence Ramsey · 20 years ago
- f4595bb in die(), if the current filestruct's been partitioned, unpartition it by David Lawrence Ramsey · 20 years ago
- c4dbdd5 in do_replace_loop(), when moving to the next match, update the screen by David Lawrence Ramsey · 20 years ago
- d29b9d5 fix another memory corruption problem in display_string() found by valgrind by David Lawrence Ramsey · 20 years ago
- 810d02c add const by David Lawrence Ramsey · 20 years ago
- f99acbf make parse_line_column() more consistent: don't return an error on by David Lawrence Ramsey · 20 years ago
- 6fdc81a various umask-related cleanups by David Lawrence Ramsey · 20 years ago
- 81dabf2 formatting fix by David Lawrence Ramsey · 20 years ago
- 3db0238 in safe_tempfile(), open a newly created temporary file in "r+b" mode by David Lawrence Ramsey · 20 years ago
- cc81436 move check_linenumbers() down so that it's near the other debugging routines by David Lawrence Ramsey · 20 years ago
- 6529ab4 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
- 160c5fe remove erroneous extra prototype by David Lawrence Ramsey · 20 years ago
- 81e49a0 fix #ifdef by David Lawrence Ramsey · 20 years ago
- c10d8ff for consistency, remove -R/--regexp command line option, and allow the by David Lawrence Ramsey · 20 years ago
- 8fda942 remove erroneous if block in update_history() preventing the history by David Lawrence Ramsey · 20 years ago
- 1addd60 really fix bad #ifdefs; history functions are left out when NANO_SMALL by David Lawrence Ramsey · 20 years ago
- 8e15674 fix more bad #ifdefs by David Lawrence Ramsey · 20 years ago
- 5854a87 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 47ae0d7 remove now-unnecessary null_at() by David Lawrence Ramsey · 20 years ago