1. db95802 add breakage fixes, type fixes, and as-needed color regex compilation by David Lawrence Ramsey · 20 years ago
  2. 0c4ca35 *really* fix more breakage by David Lawrence Ramsey · 20 years ago
  3. e5c7e92 still more breakage fixes by David Lawrence Ramsey · 20 years ago
  4. 222b201 miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  5. 5128de8 fix marking breakage by David Lawrence Ramsey · 20 years ago
  6. 16349c9 typo fix by David Lawrence Ramsey · 20 years ago
  7. 1126204 per Ken Tyler's suggestion, simplify do_gotoline_msg further; also, in by David Lawrence Ramsey · 20 years ago
  8. 90f772b fixing titlebar(), take three by David Lawrence Ramsey · 20 years ago
  9. caa8659 *really* fix titlebar() by David Lawrence Ramsey · 20 years ago
  10. d4dab46 really fix titlebar() by David Lawrence Ramsey · 20 years ago
  11. b386a90 use blank_line() instead of hblank/mvwhline(), and fix more breakage by David Lawrence Ramsey · 20 years ago
  12. b1ce64a remove redundancy by David Lawrence Ramsey · 20 years ago
  13. 2d705ca fix still more breakage caused by the overhaul by David Lawrence Ramsey · 20 years ago
  14. 1d696c0 work around slang brokenness by David Lawrence Ramsey · 20 years ago
  15. a0ebc81 replace almost all mvwaddstr(hblank) calls with mvwhline(' ', COLS) by David Lawrence Ramsey · 20 years ago
  16. 5600184 yet more breakage fixes by David Lawrence Ramsey · 20 years ago
  17. be5cdb2 add one last breakage fix by David Lawrence Ramsey · 20 years ago
  18. 76c25f5 still more breakage fixes by David Lawrence Ramsey · 20 years ago
  19. dbcaa3b fix some breakage caused by the restructuring by David Lawrence Ramsey · 20 years ago
  20. 6ad59cd restructure things so that every file has its own openfilestruct, and so by David Lawrence Ramsey · 20 years ago
  21. 64661ac rename filebuffer to openfile. as it's shorter by David Lawrence Ramsey · 20 years ago
  22. 9d8396d miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  23. f8cb832 another formatting fix by David Lawrence Ramsey · 20 years ago
  24. 503f278 rename variable open_files filebuffer, for consistency by David Lawrence Ramsey · 20 years ago
  25. 9057329 reorder some functions for consistency by David Lawrence Ramsey · 20 years ago
  26. 826ab5a formatting fix by David Lawrence Ramsey · 20 years ago
  27. d41b468 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  28. 3e0f523 cosmetic fix by David Lawrence Ramsey · 20 years ago
  29. de03989 add more int -> ssize_t line number fixes, plus one formatting fix by David Lawrence Ramsey · 20 years ago
  30. 757f739 reword an error message for consistency by David Lawrence Ramsey · 20 years ago
  31. 1228699 fix renumber_all() as well as renumber() by David Lawrence Ramsey · 20 years ago
  32. d72bdf1 in renumber(), when renumbering, properly use a ssize_t instead of an int by David Lawrence Ramsey · 20 years ago
  33. 9c1fef0 in shortcut_init(), per Jordi's suggestion, simplify wording of by David Lawrence Ramsey · 20 years ago
  34. c275f06 Italian and Catalan update from the TP. by Jordi Mallach · 20 years ago
  35. 62d616b comment fix by David Lawrence Ramsey · 20 years ago
  36. 9838a51 in display_string(), display invalid multibyte sequences as Unicode by David Lawrence Ramsey · 20 years ago
  37. ec01074 add missing dashes by David Lawrence Ramsey · 20 years ago
  38. 504ae90 in faq.html, update section 4.10 to mention that pasting from the X by David Lawrence Ramsey · 20 years ago
  39. 405ed0f typo fix by David Lawrence Ramsey · 20 years ago
  40. da50e73 with the removal of the last snprintf(), we now only use vsnprintf(), so by David Lawrence Ramsey · 20 years ago
  41. e927ce5 more minor variable tweaks by David Lawrence Ramsey · 20 years ago
  42. 892396b in do_alt_speller(), if we can't invoke the spell checker, use sprintf() by David Lawrence Ramsey · 20 years ago
  43. 658f7e6 minor variable tweaks by David Lawrence Ramsey · 20 years ago
  44. 32263ed add Mike Frysinger's Bourne shell script regexes, with a few minor tweaks by David Lawrence Ramsey · 20 years ago
  45. 0c3d3c9 add missing colon by David Lawrence Ramsey · 20 years ago
  46. 612b416 clean up the search code a bit by David Lawrence Ramsey · 20 years ago
  47. e3df878 in do_replace(), blank out last_replace properly again just before by David Lawrence Ramsey · 20 years ago
  48. a549a82 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  49. 9c3249c minor cosmetic and constant cursor position display fixes by David Lawrence Ramsey · 20 years ago
  50. d509229 Back to CVS by David Lawrence Ramsey · 20 years ago
  51. 665b1fb GNU nano 1.3.8 by David Lawrence Ramsey · 20 years ago
  52. 5cbe08f remove unneeded clearok(TRUE) from total_redraw() by David Lawrence Ramsey · 20 years ago
  53. 73bf89f make do_yesno() refresh the edit window as well as the statusbar before by David Lawrence Ramsey · 20 years ago
  54. a73025d in do_replace_highlight(), call wnoutrefresh(edit) to make sure that the by David Lawrence Ramsey · 20 years ago
  55. 7bde053 in do_replace_highlight(), rename variable highlight_flag to highlight, by David Lawrence Ramsey · 20 years ago
  56. 6168cb7 cosmetic fix by David Lawrence Ramsey · 20 years ago
  57. 44e0c03 in do_yesno(), het input from bottomwin instead of edit, so that the by David Lawrence Ramsey · 20 years ago
  58. 1aee5cc more int -> bool conversions by David Lawrence Ramsey · 20 years ago
  59. 85c0b3c improve version()'s output by David Lawrence Ramsey · 20 years ago
  60. 69163af in POTFILES.in, remove source files that contain no translatable strings by David Lawrence Ramsey · 20 years ago
  61. f816119 in find_paragraph(), reset placewewant as well as current_x to 0, in by David Lawrence Ramsey · 20 years ago
  62. 5beae58 add one missing type change by David Lawrence Ramsey · 20 years ago
  63. 4e05b75 in do_cursorpos(), if constant is TRUE, only display the cursor position by David Lawrence Ramsey · 20 years ago
  64. a96c819 more comment fixes by David Lawrence Ramsey · 20 years ago
  65. 5593e20 more comment fixes by David Lawrence Ramsey · 20 years ago
  66. 651853a add missing blank line by David Lawrence Ramsey · 20 years ago
  67. 9e21c62 formatting fix by David Lawrence Ramsey · 20 years ago
  68. 43d3e93 comment fix by David Lawrence Ramsey · 20 years ago
  69. b2072b0 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  70. 9905b6a rework the credits handling to display Florian König's name properly by David Lawrence Ramsey · 20 years ago
  71. 3b2fdb0 add missing blank line by David Lawrence Ramsey · 20 years ago
  72. 2cf6d71 add various type changes to avoid problems on systems where int and by David Lawrence Ramsey · 20 years ago
  73. 6ad6b85 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  74. 18d6a7a in do_justify(), save placewewant, and restore it if we unjustify, in by David Lawrence Ramsey · 20 years ago
  75. 5423680 in edit_redraw(), make do_refresh a bool instead of an int by David Lawrence Ramsey · 20 years ago
  76. 7f7c66c remove now-unused search_last_line global by David Lawrence Ramsey · 20 years ago
  77. b8351c1 per Mike Frysinger's suggestion, in the "nanorc" regexes, put "^" back by David Lawrence Ramsey · 20 years ago
  78. 27ae93d clarify and consolidate the descriptions of the "fill" and "tabsize" by David Lawrence Ramsey · 20 years ago
  79. 95a2db7 add missing "?" to the color name regex of the "nanorc" regexes, so that by David Lawrence Ramsey · 20 years ago
  80. 23555f2 add support for case insensitive expression matching when using color by David Lawrence Ramsey · 20 years ago
  81. a899ab1 simplify the file extension regex for groff by David Lawrence Ramsey · 20 years ago
  82. c5632a7 add Mike Frysinger's GCC builtins regex to the "c-file" regexes by David Lawrence Ramsey · 20 years ago
  83. 9c351e8 punctuation fix by David Lawrence Ramsey · 20 years ago
  84. 23d3b74 do the same thing for the equivalent regex for assembler files by David Lawrence Ramsey · 20 years ago
  85. 85f6a2d more last-minute comment fixes by David Lawrence Ramsey · 20 years ago
  86. 6ea410e add missing int -> bool conversion by David Lawrence Ramsey · 20 years ago
  87. d4471eb in do_toggle(), properly treat color syntax highlighting as enabled by by David Lawrence Ramsey · 20 years ago
  88. 7f77e1d apparently a "[[:space:]]" doesn't work properly inside a "[^ ... ]"; by David Lawrence Ramsey · 20 years ago
  89. a8824a1 per Mike Frysinger's suggestion, change the word detection functions' by David Lawrence Ramsey · 20 years ago
  90. 059ba19 add Mike Frysinger's regexes for assembler files by David Lawrence Ramsey · 20 years ago
  91. bec2606 in nanorc.sample, banish " " whever possible in favor of "[[:space:]]" by David Lawrence Ramsey · 20 years ago
  92. 9d658ce add "cxx" and "hxx" to the list of extensions that the "c-file" regexes by David Lawrence Ramsey · 20 years ago
  93. fe7d53e last-minute comment fixes by David Lawrence Ramsey · 20 years ago
  94. 5e50e2f in disable_flow_control() and enable_flow_control(), only turn off flow by David Lawrence Ramsey · 20 years ago
  95. b2ca88c more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  96. 7a3f49c remove all instances of charcpy() and replace them with strncpy(), for by David Lawrence Ramsey · 20 years ago
  97. bebfc6d put back erroneously removed bits by David Lawrence Ramsey · 20 years ago
  98. 0517c48 typo fixes by David Lawrence Ramsey · 20 years ago
  99. 16799ba change some instances of charcpy() back to strncpy(), as the latter's by David Lawrence Ramsey · 20 years ago
  100. d4ea5b6 oops; do_yesno() doesn't need display_string(); it only needs to use by David Lawrence Ramsey · 20 years ago