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