- ac8dfca in safe_tempfile(), don't ignore $TMPDIR if it's set but blank, for consistency by David Lawrence Ramsey · 19 years ago
- e5af25b in write_file(), if we can't save the backup file for some reason, at by David Lawrence Ramsey · 19 years ago
- 9308e52 still more comment fixes by David Lawrence Ramsey · 19 years ago
- 5cbd990 in parse_argument(), rename variable ptr_bak to ptr_save, for consistency by David Lawrence Ramsey · 19 years ago
- 979de23 open all files in binary mode for consistency and robustness by David Lawrence Ramsey · 19 years ago
- b0588ae more comment fixes by David Lawrence Ramsey · 19 years ago
- ca70ff6 comment fix by David Lawrence Ramsey · 19 years ago
- dd87073 update modification dates by David Lawrence Ramsey · 19 years ago
- 6d3485e various documentation updates by David Lawrence Ramsey · 19 years ago
- 22e15eb in write_file(), don't free backupname before displaying it in a by David Lawrence Ramsey · 19 years ago
- 71da75e in nanorc.sample, in the comment for the "whitespace" option, state by David Lawrence Ramsey · 19 years ago
- d9d29c6 add sample Python regexes to nanorc.sample by David Lawrence Ramsey · 19 years ago
- eae8f93 capitalization fix by David Lawrence Ramsey · 19 years ago
- 0320f5b in nanorc.sample, change the comment for the "whitespace" option so that by David Lawrence Ramsey · 19 years ago
- 4e09847 in nanorc.sample, nention in the comments that more than one start/end by David Lawrence Ramsey · 19 years ago
- 43ef2e8 fix bounds in the "c-file" character regex by David Lawrence Ramsey · 19 years ago
- 11ff847 further simplify the "c-file" regex for characters by David Lawrence Ramsey · 19 years ago
- f420bea in nanorc.sample, simplify the "c-file" regex for characters by David Lawrence Ramsey · 19 years ago
- aa79925 in nanorc.sample, simplify the "shellscript" regex for command line options by David Lawrence Ramsey · 19 years ago
- b8d92fe in nanorc.sample, replace instances of \" with ", since quotes inside by David Lawrence Ramsey · 19 years ago
- cdf3f22 in nanorc.sample, rweak the "c-file" regex for characters to accept '"' by David Lawrence Ramsey · 19 years ago
- 04061e7 update the copyright years of the manual and info pages to include 2006 by David Lawrence Ramsey · 19 years ago
- e38b808 implement filename searches in the file browser by David Lawrence Ramsey · 19 years ago
- ce5284b typo fix by David Lawrence Ramsey · 19 years ago
- e3d40d3 Back to CVS by David Lawrence Ramsey · 19 years ago
- fb7a6bd GNU nano 1.3.11, with the version number fixed by David Lawrence Ramsey · 19 years ago
- 1856ec4 GNU nano 1.3.11 by David Lawrence Ramsey · 19 years ago
- 3c43d3d replace VERMSG #define with PACKAGE_STRING #define (as defined by autoconf) by David Lawrence Ramsey · 19 years ago
- 1f479ee more formatting fixes by David Lawrence Ramsey · 19 years ago
- 804e107 yet more cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 81bfd82 typo fixes by David Lawrence Ramsey · 19 years ago
- 12c08dd more cosmetic fixes by David Lawrence Ramsey · 19 years ago
- e006c51 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 354597f in get_get_buffer(), die gracefully if input fails MAX_BUF_SIZE times, by David Lawrence Ramsey · 19 years ago
- b8d9fb5 remove unneeded #include by David Lawrence Ramsey · 19 years ago
- 0471630 comment fix by David Lawrence Ramsey · 19 years ago
- 9efbdea fix breakage by David Lawrence Ramsey · 19 years ago
- 017dde2 formatting fixes by David Lawrence Ramsey · 19 years ago
- 572207d formatting fixes by David Lawrence Ramsey · 19 years ago
- 231158d in do_browser(), make old_selected a size_t too, to match selected by David Lawrence Ramsey · 19 years ago
- 20323a8 comment fix by David Lawrence Ramsey · 19 years ago
- e6958d5 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 27ad0cd in do_browser(), make fileline and the static selected size_t's, since by David Lawrence Ramsey · 19 years ago
- 9b33d51 in get_key_buffer(), simplify the check for a lost input source, since by David Lawrence Ramsey · 19 years ago
- ec8a055 cosmetic fix by David Lawrence Ramsey · 19 years ago
- 9149325 in get_key_buffer(), if we fail to get a character over MAX_BUF_SIZE by David Lawrence Ramsey · 19 years ago
- 1ec74ee remove unneeded blank line by David Lawrence Ramsey · 19 years ago
- 7a27f68 preemptively update the version number by David Lawrence Ramsey · 19 years ago
- 5115fa6 in faq.html, change the character set to UTF-8, and remove broken links by David Lawrence Ramsey · 19 years ago
- 167a4b7 in faq.html, update the Free Translation Project's address by David Lawrence Ramsey · 19 years ago
- 7369c75 remove erroneous assert by David Lawrence Ramsey · 19 years ago
- 6ac73c9 Update Swedish credits. by Jordi Mallach · 19 years ago
- 20494f5 Update Swedish from the TP. by Jordi Mallach · 19 years ago
- ee15050 cosmetic fix by David Lawrence Ramsey · 19 years ago
- 05454cf preemptively update the version numbers of all manpages, and remove by David Lawrence Ramsey · 19 years ago
- 3e78210 mention that quotes inside string parameters don't need to be escaped by David Lawrence Ramsey · 19 years ago
- 535dc9c Updated Vietnamese translation by Phan Vinh Thinh. by Jordi Mallach · 19 years ago
- ac0361d in do_writeout(), remove unneeded setting of currshortcut by David Lawrence Ramsey · 19 years ago
- 6816007 make sure browser_refresh() is used when refreshing or doing tab by David Lawrence Ramsey · 19 years ago
- 1f907c7 rename browser_draw() to browser_refresh() for consistency by David Lawrence Ramsey · 19 years ago
- d83af2f fix file browser breakage by David Lawrence Ramsey · 19 years ago
- d4bae13 move the browser drawing routines to a separate function, browser_draw() by David Lawrence Ramsey · 19 years ago
- a8a9050 really fix input parsing in the file browser by David Lawrence Ramsey · 19 years ago
- 8326254 go back to using a while loop in get_prompt_string(), as it's simpler by David Lawrence Ramsey · 19 years ago
- 162ed2a in get_prompt_string(), initialize finished to FALSE so that the by David Lawrence Ramsey · 19 years ago
- 3326603 in get_prompt_string(), redraw the prompt and set finished to FALSE when by David Lawrence Ramsey · 19 years ago
- 08f4974 in shortcut_init(), remove erroneous handling of the "Get Help" shortcut by David Lawrence Ramsey · 19 years ago
- 591c409 in get_prompt_string(), use a do/while loop instead of a while loop, for by David Lawrence Ramsey · 19 years ago
- c0dcdf4 in do_browser(), properly restore the file list display after returning by David Lawrence Ramsey · 19 years ago
- 47d917e remove redundant code by David Lawrence Ramsey · 19 years ago
- 8a1a886 add another missing blank line by David Lawrence Ramsey · 19 years ago
- 5443b46 add missing blank lines by David Lawrence Ramsey · 19 years ago
- 9b268c2 fix compilation problem by David Lawrence Ramsey · 19 years ago
- 33f2a08 update copyright years by David Lawrence Ramsey · 19 years ago
- 9d8c284 allow tab completion of directories at the "Go To Directory" prompt by David Lawrence Ramsey · 19 years ago
- ef9dc83 fix file browser breakage by David Lawrence Ramsey · 19 years ago
- 3d8d29d another formatting fix by David Lawrence Ramsey · 19 years ago
- fc8e5cb cosmetic and formatting fixes by David Lawrence Ramsey · 19 years ago
- 24e0a46 in do_browser(), properly set currshortcut back to the file browser by David Lawrence Ramsey · 20 years ago
- 91a2a69 rework input parsing in the file browser to be more flexible by David Lawrence Ramsey · 20 years ago
- 9ffe78a update copyright years by David Lawrence Ramsey · 20 years ago
- 99e3733 fix changelog entry by David Lawrence Ramsey · 20 years ago
- 114cfb6 in display_string(), fix memory corruption problems caused by not by David Lawrence Ramsey · 20 years ago
- 1f104f8 fix a comment in nano.h and a minor memory leak in display_string() by David Lawrence Ramsey · 20 years ago
- 66d3ebf fix potential infinite loop in mbrevstrpbrk() by David Lawrence Ramsey · 20 years ago
- 3a5e6f9 handle Shift-Delete properly when the -d option is used by David Lawrence Ramsey · 20 years ago
- 475c402 in parse_kbinput(), interpret Shift-Begin, Shift-Delete, Shift-End, by David Lawrence Ramsey · 20 years ago
- 4a2e000 fix more bracket matching breakage by David Lawrence Ramsey · 20 years ago
- a6eb848 really fix the previous display problem with searches that move the by David Lawrence Ramsey · 20 years ago
- 76f9485 in ngetdelim(), do sanity checks manually again instead of in an assert, by David Lawrence Ramsey · 20 years ago
- db2dc81 fix multibyte bracket search breakage, and add documentation fixes by David Lawrence Ramsey · 20 years ago
- 1a16df9 fix "matchbrackets" breakage by David Lawrence Ramsey · 20 years ago
- d89617f allow specifying matching bracket characters other than the default via by David Lawrence Ramsey · 20 years ago
- a248863 rework the bracket searching code to handle multibyte bracket characters by David Lawrence Ramsey · 20 years ago
- 5978f9b in mbstrchr(), make parameter c const by David Lawrence Ramsey · 20 years ago
- 5329f23 sort the default strings for brackets and punct, and the "or" atom in by David Lawrence Ramsey · 20 years ago
- cb47588 clarify another comment by David Lawrence Ramsey · 20 years ago
- 47cfd19 in edit_scroll(), redraw the lines before and after the scrolled region by David Lawrence Ramsey · 20 years ago
- 5b7b3e3 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 30bdadd revert previous erroneous change, and clarify comments by David Lawrence Ramsey · 20 years ago