1. 78a81b2 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  2. 07d5df4 simplify do_wordlinechar_count()'s final message a bit more by David Lawrence Ramsey · 20 years ago
  3. 8e94234 rename do_word_count() do_wordlinechar_count(), and simplify its final by David Lawrence Ramsey · 20 years ago
  4. 7293685 expand do_word_count() to also count the number of lines and characters by David Lawrence Ramsey · 20 years ago
  5. 7ea09e5 move mark setting, deleting, backspacing, tabbing, and entering of by David Lawrence Ramsey · 20 years ago
  6. cc8185f reorder a few functions by David Lawrence Ramsey · 20 years ago
  7. 150d889 make color_to_short() actually return a short by David Lawrence Ramsey · 20 years ago
  8. 4e5e1ae remove erroneous static declaration of fill; it's global now, since by David Lawrence Ramsey · 20 years ago
  9. 691698a move advanced text operations (command execution in a buffer, wrapping, by David Lawrence Ramsey · 20 years ago
  10. 2a73131 cosmetic fix by David Lawrence Ramsey · 20 years ago
  11. ce78cdb really fix inconsistency by David Lawrence Ramsey · 20 years ago
  12. acefd9e fix inconsistency by David Lawrence Ramsey · 20 years ago
  13. 945a913 eliminate still more redundant screen updates in edit_scroll() by David Lawrence Ramsey · 20 years ago
  14. 2786530 remove more redundant screen updates in edit_scroll(), and add a few by David Lawrence Ramsey · 20 years ago
  15. c00513b fix alternate spell checker breakage: don't lose colors after using it on a file by David Lawrence Ramsey · 20 years ago
  16. c009759 allow scrolling more than editwinrows lines via edit_scroll(), take 2 by David Lawrence Ramsey · 20 years ago
  17. 47bb888 revert broken edit_scroll() changes for now by David Lawrence Ramsey · 20 years ago
  18. 44ca4f8 allow scrolling more than editwinrows lines via edit_scroll() by David Lawrence Ramsey · 20 years ago
  19. 61f5673 display invalid multibyte sequences as Unicode FFFD, take 2; also clean by David Lawrence Ramsey · 20 years ago
  20. 66444c3 more function reordering by David Lawrence Ramsey · 20 years ago
  21. d1dc23b cosmetic fixes by David Lawrence Ramsey · 20 years ago
  22. 7f343a6 add comment and formatting fixes, and remove now-useless global-specific code by David Lawrence Ramsey · 20 years ago
  23. 3a9a329 in do_find_bracket(), add comments and minor cleanups by David Lawrence Ramsey · 20 years ago
  24. c4037f3 move do_(next|prev)_word(_void())? to move.c too by David Lawrence Ramsey · 20 years ago
  25. e99494f add miscellaneous color and openfilestruct cleanups, and move the by David Lawrence Ramsey · 20 years ago
  26. ca62f9f move the paragraph-searching functions to move.c, as they're movement by David Lawrence Ramsey · 20 years ago
  27. 38f70a5 comment fix by David Lawrence Ramsey · 20 years ago
  28. 7866cd3 Doh, fixup ChangeLog. by Jordi Mallach · 20 years ago
  29. 0377779 Updated Malay translation from the TP. by Jordi Mallach · 20 years ago
  30. e4b0742 Update French manpages by Jean-Philippe Guérard. by Jordi Mallach · 20 years ago
  31. 239c3d4 in nanogetstr(), make sure that magichistory is properly updated when we by David Lawrence Ramsey · 20 years ago
  32. 96e6d56 in find_history() and get_history_completion(), make parameters const by David Lawrence Ramsey · 20 years ago
  33. 826fbea add missing blank lines by David Lawrence Ramsey · 20 years ago
  34. e3bae98 in mbstrchr(), don't count matches between valid and invalid multibyte by David Lawrence Ramsey · 20 years ago
  35. 91d468d for consistency, revert handling of cases where a search string and a by David Lawrence Ramsey · 20 years ago
  36. 7dc531a miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  37. 0dd50d6 Updated French translation from the TP. by Jordi Mallach · 20 years ago
  38. 0e581b3 make sure that the current position in the history list is properly set by David Lawrence Ramsey · 20 years ago
  39. 24b1563 comment fix by David Lawrence Ramsey · 20 years ago
  40. a0aa4df properly handle cases where a search string and a match to it are not by David Lawrence Ramsey · 20 years ago
  41. 0910689 add comment by David Lawrence Ramsey · 20 years ago
  42. f7bcbeb don't display invalid multibyte sequences as Unicode 0xFFFD in by David Lawrence Ramsey · 20 years ago
  43. de0c5eb better edit_scroll() redundancy fix by David Lawrence Ramsey · 20 years ago
  44. dbeb503 fix edit_scroll() redundancy by David Lawrence Ramsey · 20 years ago
  45. 4c22167 comment fixes by David Lawrence Ramsey · 20 years ago
  46. 50a33db per DB'S patch, in do_spell(), when displaying an error message from by David Lawrence Ramsey · 20 years ago
  47. 7eb30a8 change NANO_WIDE #define to ENABLE_UTF8, as the latter is clearer by David Lawrence Ramsey · 20 years ago
  48. a7f488b fix glitch in edit_scroll() where scrolling up to the top line of the by David Lawrence Ramsey · 20 years ago
  49. c104ef1 simplify get_totals() (renamed get_totsize()) to only get the total by David Lawrence Ramsey · 20 years ago
  50. 5e146e8 add missing check_statusblank() calls by David Lawrence Ramsey · 20 years ago
  51. 157ce91 speed up character output, and fix edit_refresh() breakage by David Lawrence Ramsey · 20 years ago
  52. 4d46437 properly overhaul edit_scroll() to update the screen on its own this by David Lawrence Ramsey · 20 years ago
  53. 5b44f37 really fix color breakage by decoupling edit_update() and by David Lawrence Ramsey · 20 years ago
  54. 8f4762a cosmetic and #ifdef fixes by David Lawrence Ramsey · 20 years ago
  55. 8f1afee fix color breakage; also, in main(), when opening files with by David Lawrence Ramsey · 20 years ago
  56. b00f7e3 comment fix by David Lawrence Ramsey · 20 years ago
  57. e5806be clean up edit_redraw() a bit by David Lawrence Ramsey · 20 years ago
  58. 6a74c92 fix stat breakage by David Lawrence Ramsey · 20 years ago
  59. cb8d845 still more miscellaneous color fixes by David Lawrence Ramsey · 20 years ago
  60. 538dc35 a few more miscellaneous color fixes by David Lawrence Ramsey · 20 years ago
  61. a74f2f8 split overly long changelog entry by David Lawrence Ramsey · 20 years ago
  62. 8f948fa handle unspecified foreground colors by David Lawrence Ramsey · 20 years ago
  63. 26ee759 add one last breakage fix by David Lawrence Ramsey · 20 years ago
  64. 0532296 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  65. 443a766 more miscellaneous breakage fixes by David Lawrence Ramsey · 20 years ago
  66. fa82853 fix more color breakage by David Lawrence Ramsey · 20 years ago
  67. 47a153f comment fixes by David Lawrence Ramsey · 20 years ago
  68. b802a13 it turns out edit_redraw() is needed after all when doing by David Lawrence Ramsey · 20 years ago
  69. 1458891 add comments, and fix some edit_scroll() breakage by David Lawrence Ramsey · 20 years ago
  70. d2361f0 add minor fixes to the new color code, and merge parts of Brand by David Lawrence Ramsey · 20 years ago
  71. 43cf7a1 prototype fix by David Lawrence Ramsey · 20 years ago
  72. f00c961 make the movement code simpler by tweaking edit_scroll() to redraw all by David Lawrence Ramsey · 20 years ago
  73. a8da623 typo fix by David Lawrence Ramsey · 20 years ago
  74. db95802 add breakage fixes, type fixes, and as-needed color regex compilation by David Lawrence Ramsey · 20 years ago
  75. 0c4ca35 *really* fix more breakage by David Lawrence Ramsey · 20 years ago
  76. e5c7e92 still more breakage fixes by David Lawrence Ramsey · 20 years ago
  77. 222b201 miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  78. 5128de8 fix marking breakage by David Lawrence Ramsey · 20 years ago
  79. 16349c9 typo fix by David Lawrence Ramsey · 20 years ago
  80. 1126204 per Ken Tyler's suggestion, simplify do_gotoline_msg further; also, in by David Lawrence Ramsey · 20 years ago
  81. 90f772b fixing titlebar(), take three by David Lawrence Ramsey · 20 years ago
  82. caa8659 *really* fix titlebar() by David Lawrence Ramsey · 20 years ago
  83. d4dab46 really fix titlebar() by David Lawrence Ramsey · 20 years ago
  84. b386a90 use blank_line() instead of hblank/mvwhline(), and fix more breakage by David Lawrence Ramsey · 20 years ago
  85. b1ce64a remove redundancy by David Lawrence Ramsey · 20 years ago
  86. 2d705ca fix still more breakage caused by the overhaul by David Lawrence Ramsey · 20 years ago
  87. 1d696c0 work around slang brokenness by David Lawrence Ramsey · 20 years ago
  88. a0ebc81 replace almost all mvwaddstr(hblank) calls with mvwhline(' ', COLS) by David Lawrence Ramsey · 20 years ago
  89. 5600184 yet more breakage fixes by David Lawrence Ramsey · 20 years ago
  90. be5cdb2 add one last breakage fix by David Lawrence Ramsey · 20 years ago
  91. 76c25f5 still more breakage fixes by David Lawrence Ramsey · 20 years ago
  92. dbcaa3b fix some breakage caused by the restructuring by David Lawrence Ramsey · 20 years ago
  93. 6ad59cd restructure things so that every file has its own openfilestruct, and so by David Lawrence Ramsey · 20 years ago
  94. 64661ac rename filebuffer to openfile. as it's shorter by David Lawrence Ramsey · 20 years ago
  95. 9d8396d miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  96. f8cb832 another formatting fix by David Lawrence Ramsey · 20 years ago
  97. 503f278 rename variable open_files filebuffer, for consistency by David Lawrence Ramsey · 20 years ago
  98. 9057329 reorder some functions for consistency by David Lawrence Ramsey · 20 years ago
  99. 826ab5a formatting fix by David Lawrence Ramsey · 20 years ago
  100. d41b468 more cosmetic fixes by David Lawrence Ramsey · 20 years ago