1. fe7d53e last-minute comment fixes by David Lawrence Ramsey · 19 years ago
  2. 5e50e2f in disable_flow_control() and enable_flow_control(), only turn off flow by David Lawrence Ramsey · 19 years ago
  3. b2ca88c more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  4. 7a3f49c remove all instances of charcpy() and replace them with strncpy(), for by David Lawrence Ramsey · 19 years ago
  5. bebfc6d put back erroneously removed bits by David Lawrence Ramsey · 19 years ago
  6. 0517c48 typo fixes by David Lawrence Ramsey · 19 years ago
  7. 16799ba change some instances of charcpy() back to strncpy(), as the latter's by David Lawrence Ramsey · 19 years ago
  8. d4ea5b6 oops; do_yesno() doesn't need display_string(); it only needs to use by David Lawrence Ramsey · 19 years ago
  9. 8d5beb5 in titlebar(), handle VERLEN's being a UTF-8 string by David Lawrence Ramsey · 19 years ago
  10. ba61cc3 fix total_redraw() so that it always keeps the cursor in the same window by David Lawrence Ramsey · 19 years ago
  11. 3f301dd in do_yesno(), add a missing assert, and use display_string() to display by David Lawrence Ramsey · 19 years ago
  12. c3e52f1 per Jordi's suggestion, change the toggle for -E/--tabstospaces to Meta-Q by David Lawrence Ramsey · 19 years ago
  13. b725353 per Jordi's suggestion, remove the Meta-U toggle for -U/--quickblank; by David Lawrence Ramsey · 19 years ago
  14. 99466bf more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  15. 261da14 revert last change, since it'll cause problems with arguments containing spaces by David Lawrence Ramsey · 19 years ago
  16. 6dd6779 in configure.ac, add a few more minor consistency fixes by David Lawrence Ramsey · 19 years ago
  17. 01e13ea comment fixes by David Lawrence Ramsey · 19 years ago
  18. 68c1096 revert last change, as the multibyte strcoll() functions can't handle by David Lawrence Ramsey · 19 years ago
  19. d0c4d37 add a multibyte case-insensitive version of strcoll(), and make by David Lawrence Ramsey · 19 years ago
  20. 6c25819 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  21. bd11c01 recover properly when the alternate spell checker fails by David Lawrence Ramsey · 19 years ago
  22. 739fc8a make sure the function checks are *really* in alphabetical order by David Lawrence Ramsey · 19 years ago
  23. 8d0fb01 comment fix by David Lawrence Ramsey · 19 years ago
  24. d7cf373 typo fix by David Lawrence Ramsey · 19 years ago
  25. e0a0d23 remove unnecessary variables from and add missing asserts to control_mbrep() by David Lawrence Ramsey · 19 years ago
  26. da419bc typo fix by David Lawrence Ramsey · 19 years ago
  27. b2bff72 update the "Feature Toggles" section in nano.texi to match current nano by David Lawrence Ramsey · 19 years ago
  28. a62e8e3 when reading color syntax names or sorting filenames, use mbstrcasecmp() by David Lawrence Ramsey · 19 years ago
  29. 483f3ac in read_line(), rename variable len to buf_len, for consistency by David Lawrence Ramsey · 19 years ago
  30. 90d505c comment and indentation fixes by David Lawrence Ramsey · 19 years ago
  31. 9c6d786 remove the reset_cursor() call in statusq(), as it erroneously leaves by David Lawrence Ramsey · 19 years ago
  32. 5290e1b comment fix by David Lawrence Ramsey · 19 years ago
  33. b5aaf72 in configure.ac, check for possibly unavailable functions in alphabetical order by David Lawrence Ramsey · 19 years ago
  34. 1ea5370 formatting fixes for Makefile.am and m4/Makefile.am by David Lawrence Ramsey · 19 years ago
  35. 0227ccc formatting fixes by David Lawrence Ramsey · 19 years ago
  36. 25799f6 in configure.ac, check for get_wch() instead of wget_wch() to determine by David Lawrence Ramsey · 19 years ago
  37. c54c4d1 rename total_update() total_redraw() for consistency by David Lawrence Ramsey · 19 years ago
  38. 7431fe5 work around slang brain damage in total_update() by David Lawrence Ramsey · 19 years ago
  39. 166da9c fix still more minor display update problems by David Lawrence Ramsey · 19 years ago
  40. cd0210f fix more minor screen update problems by David Lawrence Ramsey · 19 years ago
  41. 7098ec2 n is ignored in the mbstowcs() call, so it can be 0 instead of (size_t)-1 by David Lawrence Ramsey · 19 years ago
  42. 6289823 in statusq(), call wrefresh(bottomwin) after getting an answer and by David Lawrence Ramsey · 19 years ago
  43. 26e637b in toggle_init(), reorder the toggles to put more toggles with similar by David Lawrence Ramsey · 19 years ago
  44. d873447 clarify the description of the line wrapping toggle by David Lawrence Ramsey · 19 years ago
  45. 84635cd change the short option for --restricted from -Z to -R by David Lawrence Ramsey · 19 years ago
  46. 03987ab fix misplaced long option by David Lawrence Ramsey · 19 years ago
  47. c661853 add comment by David Lawrence Ramsey · 19 years ago
  48. 4f673d8 add a description of -U/--quickblank to nano.texi, plus a few more by David Lawrence Ramsey · 19 years ago
  49. bf51aa4 QUICK_BLANK and CONST_UPDATE shouldn't be working at the same time, as by David Lawrence Ramsey · 19 years ago
  50. 954aba7 formatting fix by David Lawrence Ramsey · 19 years ago
  51. 3435a0f rename the CONSTUPDATE flag to CONST_UPDATE, and clarify its description by David Lawrence Ramsey · 19 years ago
  52. 66357b5 add missing #ifdef by David Lawrence Ramsey · 19 years ago
  53. e29111f add -U/--quickblank option, a Meta-U toggle, and a "quickblank" rcfile by David Lawrence Ramsey · 19 years ago
  54. 6399000 move all the rcfile options disabled by NANO_SMALL to the end, for by David Lawrence Ramsey · 19 years ago
  55. ea01474 since the DISABLE_CURPOS flag is only used in winio.c, reduce it to a by David Lawrence Ramsey · 19 years ago
  56. 077d064 in statusbar(), set statusblank to 25 instead of 26, to match current Pico by David Lawrence Ramsey · 19 years ago
  57. 9b494fa more miscellaneous documentation updates by David Lawrence Ramsey · 19 years ago
  58. 18a89a6 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  59. c4ca596 various #ifdef fixes by David Lawrence Ramsey · 19 years ago
  60. 5c8197d miscellaneous cleanups in do_find_bracket(): rename variables for by David Lawrence Ramsey · 19 years ago
  61. 62e1174 add "backwards" and "casesensitive" to the "rcfile" regexes by David Lawrence Ramsey · 19 years ago
  62. f3ecffd add the "regexp" rcfile option back in at DB's suggestion, the by David Lawrence Ramsey · 19 years ago
  63. f774017 document the new Meta-E toggle by David Lawrence Ramsey · 19 years ago
  64. d1cc007 in usage(), remove inaccurate default listed for -Q/--quotestr by David Lawrence Ramsey · 19 years ago
  65. 25fb102 fix assert by David Lawrence Ramsey · 19 years ago
  66. a9a3f4f fix compilation with --enable-debug by David Lawrence Ramsey · 19 years ago
  67. e6a55fa remove stray "]" by David Lawrence Ramsey · 19 years ago
  68. 95f7a74 wording fix by David Lawrence Ramsey · 19 years ago
  69. fa6c29c in shortcut_init(), clarify the description of ^X when by David Lawrence Ramsey · 19 years ago
  70. b2b6976 change the SMOOTHSCROLL flag to the SMOOTH_SCROLL flag by David Lawrence Ramsey · 19 years ago
  71. 7a4aaa5 change the NO_UTF8 flag to the USE_UTF8 flag, and reverse its meaning by David Lawrence Ramsey · 19 years ago
  72. 77d0fea cosmetic fix by David Lawrence Ramsey · 19 years ago
  73. c1b9609 comment fix by David Lawrence Ramsey · 19 years ago
  74. 4846ce7 fix memory leak by David Lawrence Ramsey · 19 years ago
  75. 34c7574 add the "tabstospaces" option to the "rcfile" regexes by David Lawrence Ramsey · 19 years ago
  76. 3129c29 move the "tabstospaces" option in nanorc.sample down so the options are by David Lawrence Ramsey · 19 years ago
  77. 2137458 fix changelog entry by David Lawrence Ramsey · 19 years ago
  78. a2ea733 comment fix by David Lawrence Ramsey · 19 years ago
  79. 40ad177 revert erroneous help_init() changes by David Lawrence Ramsey · 19 years ago
  80. 6f143c8 add the ability to convert (non-verbatim input) typed tabs to spaces by David Lawrence Ramsey · 19 years ago
  81. 072f86c in do_spell(), if the spell-checker printed any error messages onscreen, by David Lawrence Ramsey · 19 years ago
  82. f271f9c cosmetic fix by David Lawrence Ramsey · 19 years ago
  83. 5a6caf0 in do_int_spell_fix(), display highlighted misspelled words using by David Lawrence Ramsey · 19 years ago
  84. da72453 add missing blank lines by David Lawrence Ramsey · 19 years ago
  85. 203026c make --enable-extra only define NANO_EXTRA, and update associated documentation by David Lawrence Ramsey · 19 years ago
  86. ed7ad33 change wint_t's back to wchar_t's to fix compilation on Mac OS 10.4.1 by David Lawrence Ramsey · 19 years ago
  87. ff6c199 Typo fix by Jens Seidel. by Jordi Mallach · 19 years ago
  88. a01690c comment fixes by David Lawrence Ramsey · 19 years ago
  89. ff1a0ea cosmetic fix by David Lawrence Ramsey · 19 years ago
  90. 42e271d in do_browser(), make mouse clicks in the browser window work properly by David Lawrence Ramsey · 19 years ago
  91. 9c06f34 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  92. ab41ab9 fix #ifdefs so that nano compiles with NANO_SMALL defined and by David Lawrence Ramsey · 19 years ago
  93. 2515ccc *more* cleanups to chars.c and related code by David Lawrence Ramsey · 19 years ago
  94. d1323e4 formatting and comment fixes by David Lawrence Ramsey · 19 years ago
  95. 7ae1a79 formatting fixes by David Lawrence Ramsey · 19 years ago
  96. e221311 don't count punctuation when searching for a whole word in is_whole_word() by David Lawrence Ramsey · 19 years ago
  97. d26f1eb in open_prevnext_file(), move up a misplaced assert and rename a variable by David Lawrence Ramsey · 19 years ago
  98. 1e64db6 more miscellaneous fixes by David Lawrence Ramsey · 19 years ago
  99. ce9d299 revert the changes to the behavior of Esc Esc [3-digit number from 000 by David Lawrence Ramsey · 19 years ago
  100. bdfa927 more miscellaneous cleanups by David Lawrence Ramsey · 19 years ago