1. 757f739 reword an error message for consistency by David Lawrence Ramsey · 19 years ago
  2. 1228699 fix renumber_all() as well as renumber() by David Lawrence Ramsey · 19 years ago
  3. d72bdf1 in renumber(), when renumbering, properly use a ssize_t instead of an int by David Lawrence Ramsey · 19 years ago
  4. 9c1fef0 in shortcut_init(), per Jordi's suggestion, simplify wording of by David Lawrence Ramsey · 19 years ago
  5. 9838a51 in display_string(), display invalid multibyte sequences as Unicode by David Lawrence Ramsey · 19 years ago
  6. ec01074 add missing dashes by David Lawrence Ramsey · 19 years ago
  7. 504ae90 in faq.html, update section 4.10 to mention that pasting from the X by David Lawrence Ramsey · 19 years ago
  8. da50e73 with the removal of the last snprintf(), we now only use vsnprintf(), so by David Lawrence Ramsey · 19 years ago
  9. e927ce5 more minor variable tweaks by David Lawrence Ramsey · 19 years ago
  10. 892396b in do_alt_speller(), if we can't invoke the spell checker, use sprintf() by David Lawrence Ramsey · 19 years ago
  11. 658f7e6 minor variable tweaks by David Lawrence Ramsey · 19 years ago
  12. 32263ed add Mike Frysinger's Bourne shell script regexes, with a few minor tweaks by David Lawrence Ramsey · 19 years ago
  13. 0c3d3c9 add missing colon by David Lawrence Ramsey · 19 years ago
  14. 612b416 clean up the search code a bit by David Lawrence Ramsey · 19 years ago
  15. e3df878 in do_replace(), blank out last_replace properly again just before by David Lawrence Ramsey · 19 years ago
  16. a549a82 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  17. 9c3249c minor cosmetic and constant cursor position display fixes by David Lawrence Ramsey · 19 years ago
  18. d509229 Back to CVS by David Lawrence Ramsey · 19 years ago
  19. 665b1fb GNU nano 1.3.8 by David Lawrence Ramsey · 19 years ago
  20. 5cbe08f remove unneeded clearok(TRUE) from total_redraw() by David Lawrence Ramsey · 19 years ago
  21. 73bf89f make do_yesno() refresh the edit window as well as the statusbar before by David Lawrence Ramsey · 19 years ago
  22. a73025d in do_replace_highlight(), call wnoutrefresh(edit) to make sure that the by David Lawrence Ramsey · 19 years ago
  23. 7bde053 in do_replace_highlight(), rename variable highlight_flag to highlight, by David Lawrence Ramsey · 19 years ago
  24. 44e0c03 in do_yesno(), het input from bottomwin instead of edit, so that the by David Lawrence Ramsey · 19 years ago
  25. 85c0b3c improve version()'s output by David Lawrence Ramsey · 19 years ago
  26. f816119 in find_paragraph(), reset placewewant as well as current_x to 0, in by David Lawrence Ramsey · 19 years ago
  27. 4e05b75 in do_cursorpos(), if constant is TRUE, only display the cursor position by David Lawrence Ramsey · 19 years ago
  28. b2072b0 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  29. 9905b6a rework the credits handling to display Florian König's name properly by David Lawrence Ramsey · 19 years ago
  30. 2cf6d71 add various type changes to avoid problems on systems where int and by David Lawrence Ramsey · 19 years ago
  31. 6ad6b85 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  32. 18d6a7a in do_justify(), save placewewant, and restore it if we unjustify, in by David Lawrence Ramsey · 19 years ago
  33. 5423680 in edit_redraw(), make do_refresh a bool instead of an int by David Lawrence Ramsey · 19 years ago
  34. b8351c1 per Mike Frysinger's suggestion, in the "nanorc" regexes, put "^" back by David Lawrence Ramsey · 19 years ago
  35. 27ae93d clarify and consolidate the descriptions of the "fill" and "tabsize" by David Lawrence Ramsey · 19 years ago
  36. 23555f2 add support for case insensitive expression matching when using color by David Lawrence Ramsey · 19 years ago
  37. a899ab1 simplify the file extension regex for groff by David Lawrence Ramsey · 19 years ago
  38. c5632a7 add Mike Frysinger's GCC builtins regex to the "c-file" regexes by David Lawrence Ramsey · 19 years ago
  39. 6ea410e add missing int -> bool conversion by David Lawrence Ramsey · 19 years ago
  40. d4471eb in do_toggle(), properly treat color syntax highlighting as enabled by by David Lawrence Ramsey · 19 years ago
  41. a8824a1 per Mike Frysinger's suggestion, change the word detection functions' by David Lawrence Ramsey · 19 years ago
  42. 059ba19 add Mike Frysinger's regexes for assembler files by David Lawrence Ramsey · 19 years ago
  43. bec2606 in nanorc.sample, banish " " whever possible in favor of "[[:space:]]" by David Lawrence Ramsey · 19 years ago
  44. 9d658ce add "cxx" and "hxx" to the list of extensions that the "c-file" regexes by David Lawrence Ramsey · 19 years ago
  45. 5e50e2f in disable_flow_control() and enable_flow_control(), only turn off flow by David Lawrence Ramsey · 19 years ago
  46. 7a3f49c remove all instances of charcpy() and replace them with strncpy(), for by David Lawrence Ramsey · 19 years ago
  47. 16799ba change some instances of charcpy() back to strncpy(), as the latter's by David Lawrence Ramsey · 19 years ago
  48. d4ea5b6 oops; do_yesno() doesn't need display_string(); it only needs to use by David Lawrence Ramsey · 19 years ago
  49. 8d5beb5 in titlebar(), handle VERLEN's being a UTF-8 string by David Lawrence Ramsey · 19 years ago
  50. ba61cc3 fix total_redraw() so that it always keeps the cursor in the same window by David Lawrence Ramsey · 19 years ago
  51. 3f301dd in do_yesno(), add a missing assert, and use display_string() to display by David Lawrence Ramsey · 19 years ago
  52. c3e52f1 per Jordi's suggestion, change the toggle for -E/--tabstospaces to Meta-Q by David Lawrence Ramsey · 19 years ago
  53. b725353 per Jordi's suggestion, remove the Meta-U toggle for -U/--quickblank; by David Lawrence Ramsey · 19 years ago
  54. 99466bf more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  55. 261da14 revert last change, since it'll cause problems with arguments containing spaces by David Lawrence Ramsey · 19 years ago
  56. 6dd6779 in configure.ac, add a few more minor consistency fixes by David Lawrence Ramsey · 19 years ago
  57. 01e13ea comment fixes by David Lawrence Ramsey · 19 years ago
  58. 68c1096 revert last change, as the multibyte strcoll() functions can't handle by David Lawrence Ramsey · 19 years ago
  59. d0c4d37 add a multibyte case-insensitive version of strcoll(), and make by David Lawrence Ramsey · 19 years ago
  60. bd11c01 recover properly when the alternate spell checker fails by David Lawrence Ramsey · 19 years ago
  61. e0a0d23 remove unnecessary variables from and add missing asserts to control_mbrep() by David Lawrence Ramsey · 19 years ago
  62. b2bff72 update the "Feature Toggles" section in nano.texi to match current nano by David Lawrence Ramsey · 19 years ago
  63. a62e8e3 when reading color syntax names or sorting filenames, use mbstrcasecmp() by David Lawrence Ramsey · 19 years ago
  64. 483f3ac in read_line(), rename variable len to buf_len, for consistency by David Lawrence Ramsey · 19 years ago
  65. 9c6d786 remove the reset_cursor() call in statusq(), as it erroneously leaves by David Lawrence Ramsey · 19 years ago
  66. b5aaf72 in configure.ac, check for possibly unavailable functions in alphabetical order by David Lawrence Ramsey · 19 years ago
  67. 1ea5370 formatting fixes for Makefile.am and m4/Makefile.am by David Lawrence Ramsey · 19 years ago
  68. 25799f6 in configure.ac, check for get_wch() instead of wget_wch() to determine by David Lawrence Ramsey · 19 years ago
  69. c54c4d1 rename total_update() total_redraw() for consistency by David Lawrence Ramsey · 19 years ago
  70. 7431fe5 work around slang brain damage in total_update() by David Lawrence Ramsey · 19 years ago
  71. 166da9c fix still more minor display update problems by David Lawrence Ramsey · 19 years ago
  72. cd0210f fix more minor screen update problems by David Lawrence Ramsey · 19 years ago
  73. 6289823 in statusq(), call wrefresh(bottomwin) after getting an answer and by David Lawrence Ramsey · 19 years ago
  74. 26e637b in toggle_init(), reorder the toggles to put more toggles with similar by David Lawrence Ramsey · 19 years ago
  75. d873447 clarify the description of the line wrapping toggle by David Lawrence Ramsey · 19 years ago
  76. 84635cd change the short option for --restricted from -Z to -R by David Lawrence Ramsey · 19 years ago
  77. 4f673d8 add a description of -U/--quickblank to nano.texi, plus a few more by David Lawrence Ramsey · 19 years ago
  78. bf51aa4 QUICK_BLANK and CONST_UPDATE shouldn't be working at the same time, as by David Lawrence Ramsey · 19 years ago
  79. 3435a0f rename the CONSTUPDATE flag to CONST_UPDATE, and clarify its description by David Lawrence Ramsey · 19 years ago
  80. e29111f add -U/--quickblank option, a Meta-U toggle, and a "quickblank" rcfile by David Lawrence Ramsey · 19 years ago
  81. ea01474 since the DISABLE_CURPOS flag is only used in winio.c, reduce it to a by David Lawrence Ramsey · 19 years ago
  82. 077d064 in statusbar(), set statusblank to 25 instead of 26, to match current Pico by David Lawrence Ramsey · 19 years ago
  83. 9b494fa more miscellaneous documentation updates by David Lawrence Ramsey · 19 years ago
  84. c4ca596 various #ifdef fixes by David Lawrence Ramsey · 19 years ago
  85. 5c8197d miscellaneous cleanups in do_find_bracket(): rename variables for by David Lawrence Ramsey · 19 years ago
  86. f3ecffd add the "regexp" rcfile option back in at DB's suggestion, the by David Lawrence Ramsey · 19 years ago
  87. d1cc007 in usage(), remove inaccurate default listed for -Q/--quotestr by David Lawrence Ramsey · 19 years ago
  88. fa6c29c in shortcut_init(), clarify the description of ^X when by David Lawrence Ramsey · 19 years ago
  89. b2b6976 change the SMOOTHSCROLL flag to the SMOOTH_SCROLL flag by David Lawrence Ramsey · 19 years ago
  90. 7a4aaa5 change the NO_UTF8 flag to the USE_UTF8 flag, and reverse its meaning by David Lawrence Ramsey · 19 years ago
  91. 2137458 fix changelog entry by David Lawrence Ramsey · 19 years ago
  92. 40ad177 revert erroneous help_init() changes by David Lawrence Ramsey · 19 years ago
  93. 6f143c8 add the ability to convert (non-verbatim input) typed tabs to spaces by David Lawrence Ramsey · 19 years ago
  94. 072f86c in do_spell(), if the spell-checker printed any error messages onscreen, by David Lawrence Ramsey · 19 years ago
  95. 5a6caf0 in do_int_spell_fix(), display highlighted misspelled words using by David Lawrence Ramsey · 19 years ago
  96. 203026c make --enable-extra only define NANO_EXTRA, and update associated documentation by David Lawrence Ramsey · 19 years ago
  97. 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
  98. 42e271d in do_browser(), make mouse clicks in the browser window work properly by David Lawrence Ramsey · 19 years ago
  99. 9c06f34 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  100. ab41ab9 fix #ifdefs so that nano compiles with NANO_SMALL defined and by David Lawrence Ramsey · 19 years ago