1. b3c846c in nano.texi, add more wording fixes, sort the configure options more by David Lawrence Ramsey · 20 years ago
  2. 1520350 in nano.texi, per Mike Frysinger's patch, add missing configure options, by David Lawrence Ramsey · 20 years ago
  3. da0691b comment fix by David Lawrence Ramsey · 20 years ago
  4. d82dae0 fix the last of the breakage (I hope) in find_paragraph() and do_justify() by David Lawrence Ramsey · 20 years ago
  5. bdff665 fix still more find_paragraph() breakage by David Lawrence Ramsey · 20 years ago
  6. 1be131a fix more find_paragraph() breakage by David Lawrence Ramsey · 20 years ago
  7. 8b203d6 fix yet more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  8. 53f641f fix still more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  9. 57f1bbd fix more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  10. cd8f735 fix breakage in both backup_lines() and do_justify(); the latter's by David Lawrence Ramsey · 20 years ago
  11. 52161ee more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  12. 874ec8f fix more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  13. 985d586 revert change to do_justify(), since it's used when fileage may be by David Lawrence Ramsey · 20 years ago
  14. ae9eea7 use more intuitive descriptions for the scrolling keys by David Lawrence Ramsey · 20 years ago
  15. e748514 more comment fixes by David Lawrence Ramsey · 20 years ago
  16. ad7cf31 comment fix by David Lawrence Ramsey · 20 years ago
  17. 75689f3 fix still more find_paragraph() breakage by David Lawrence Ramsey · 20 years ago
  18. 82b5deb more do_justify() fixes by David Lawrence Ramsey · 20 years ago
  19. b2d1c5f fix yet more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  20. 036a9d5 comment fixes by David Lawrence Ramsey · 20 years ago
  21. b885c9c revert change to edit_update(), since it's used when fileage may be by David Lawrence Ramsey · 20 years ago
  22. e99223d tweak do_wrap(), remove_magicline(), edit_scroll(), and edit_update() to by David Lawrence Ramsey · 20 years ago
  23. 6195f7c comment fix by David Lawrence Ramsey · 20 years ago
  24. 653a5a3 tweak do_justify() to rely on fileage instead of NULL for its check to by David Lawrence Ramsey · 20 years ago
  25. e8d505b fix still *more* backup_lines() breakage by David Lawrence Ramsey · 20 years ago
  26. 5d6f127 fix still more backup_lines() breakage by David Lawrence Ramsey · 20 years ago
  27. f0575cf fix still more backup_lines() breakage by David Lawrence Ramsey · 20 years ago
  28. af5a999 more do_justify() breakage fixes, and miscellaneous comment fixes by David Lawrence Ramsey · 20 years ago
  29. c82bc8b fix more backup_lines() breakage by David Lawrence Ramsey · 20 years ago
  30. 1836a0f fix break_lines() breakage by David Lawrence Ramsey · 20 years ago
  31. 12090dd fix more find_paragraph() breakage by David Lawrence Ramsey · 20 years ago
  32. 2101403 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  33. 5455b6a fix more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  34. 9bedc4b fix breakage in find_paragraph() and do_justify() by David Lawrence Ramsey · 20 years ago
  35. 47b693e add comment by David Lawrence Ramsey · 20 years ago
  36. 2c5d0ec tweak find_paragraph() and do_justify() to remove the assumption that by David Lawrence Ramsey · 20 years ago
  37. 5c33e88 finish tweaking backup_lines() to remove the assumption that the file by David Lawrence Ramsey · 20 years ago
  38. 8bd960b minor backup_lines() cleanups by David Lawrence Ramsey · 20 years ago
  39. 0083bd2 tweak begpar() to rely on fileage instead of NULL for its check to by David Lawrence Ramsey · 20 years ago
  40. ce51bb2 comment fix by David Lawrence Ramsey · 20 years ago
  41. c1a28fa in get_next_filename(), store the value of digits(ULONG_MAX) in a by David Lawrence Ramsey · 20 years ago
  42. 31d7b36 tweak do_para_end() to remove the assumption that the file always ends by David Lawrence Ramsey · 20 years ago
  43. 32bd29e cosmetic fixes by David Lawrence Ramsey · 20 years ago
  44. 970a809 remove unneeded code by David Lawrence Ramsey · 20 years ago
  45. 53bd1dd comment fix by David Lawrence Ramsey · 20 years ago
  46. 212ab78 simplify cut_line() further by David Lawrence Ramsey · 20 years ago
  47. 1903713 add prompt.c to the list of translated files, since it now has by David Lawrence Ramsey · 20 years ago
  48. a016d19 comment fix by David Lawrence Ramsey · 20 years ago
  49. b387137 in cut_line(), since placewewant will always be zero after the line is by David Lawrence Ramsey · 20 years ago
  50. 0f6236f *really* make deleting and cutting text consistent with each other, and by David Lawrence Ramsey · 20 years ago
  51. c9820ac more fixes for files that don't end in magiclines: make cut_line() cut by David Lawrence Ramsey · 20 years ago
  52. 0ed7171 cosmetic fix by David Lawrence Ramsey · 20 years ago
  53. 4ed8134 revert last change, as the new bahavior is consistent with the behavior by David Lawrence Ramsey · 20 years ago
  54. d84cfb0 tweak do_delete() to not mark the file as modified if we delete the by David Lawrence Ramsey · 20 years ago
  55. 126cc1c add missing changelog entry by David Lawrence Ramsey · 20 years ago
  56. 9c984e8 in do_alt_speller(), move the code that replaces the text of the current by David Lawrence Ramsey · 20 years ago
  57. 1e0e235 make do_int_spell_fix() and do_alt_speller() take the NO_NEWLINES flag by David Lawrence Ramsey · 20 years ago
  58. 8779a17 initialize the static pid_t pid in text.c, just in case by David Lawrence Ramsey · 20 years ago
  59. f400c23 tweak do_alt_speller() to remove the assumption that the file always by David Lawrence Ramsey · 20 years ago
  60. eb02e3d remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  61. c0181c9 cosmetic fix by David Lawrence Ramsey · 20 years ago
  62. f1a7172 correction: in mbwidth(), use the width of Unicode U+FFFD (Replacement by David Lawrence Ramsey · 20 years ago
  63. 4a8c9b6 in mbwidth(), if wcwidth() returns -1 for the character passed in, treat by David Lawrence Ramsey · 20 years ago
  64. 069674c comment fix by David Lawrence Ramsey · 20 years ago
  65. ea9d03f make sure we refresh the statusbar prompt text when tab-completing or by David Lawrence Ramsey · 20 years ago
  66. e19449e actually use statusbar_pww in the statusbar prompt code to cut down on by David Lawrence Ramsey · 20 years ago
  67. af3314c add the statusbar prompt's equivalent of placewewant,statusbar_pww, to by David Lawrence Ramsey · 20 years ago
  68. b3c6b40 in update_line(), remove now-unneeded logic that set the index parameter by David Lawrence Ramsey · 20 years ago
  69. 37ddfa9 move do_verbatim_input() from nano.c to text.c, since it's an advanced by David Lawrence Ramsey · 20 years ago
  70. 64844b6 reorder functions by David Lawrence Ramsey · 20 years ago
  71. 43fff01 move functions specific to the file browser to their own source file, browser.c by David Lawrence Ramsey · 20 years ago
  72. 46f5665 tweak do_last_line() to remove the assumption that the file always ends by David Lawrence Ramsey · 20 years ago
  73. c0e54d1 fix changelog entry by David Lawrence Ramsey · 20 years ago
  74. a0168ca add new -L/--nonewlines command line option, and new "nonewlines" rcfile by David Lawrence Ramsey · 20 years ago
  75. c3b3b9a tweak open_buffer() and read_file() to remove the assumption that the by David Lawrence Ramsey · 20 years ago
  76. 6619c43 formatting fix by David Lawrence Ramsey · 20 years ago
  77. 4eeff48 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  78. b7dc8f3 comment fix by David Lawrence Ramsey · 20 years ago
  79. 72ad7dc fix inconsistent wording in nano.texi by David Lawrence Ramsey · 20 years ago
  80. 6a0ea82 fix breakage by David Lawrence Ramsey · 20 years ago
  81. a50e36c simplify by David Lawrence Ramsey · 20 years ago
  82. 3060496 tweak write_file() to remove the assumption that the file always ends in by David Lawrence Ramsey · 20 years ago
  83. cf0efaa remove unneeded assert in do_rcfile() by David Lawrence Ramsey · 20 years ago
  84. 29bf57f revert erroneous change by David Lawrence Ramsey · 20 years ago
  85. 2ffdea4 tweak a few functions to remove the assumption that the file always ends by David Lawrence Ramsey · 20 years ago
  86. 38ebba1 move do_yesno() to prompt.c too by David Lawrence Ramsey · 20 years ago
  87. 626bcd7 remove unneeded sys/wait.h #include from files.c by David Lawrence Ramsey · 20 years ago
  88. ee11c6a add missing stdio.h #include to text.c too by David Lawrence Ramsey · 20 years ago
  89. 00cc565 move check_linenumbers(), dump_buffer(), and dump_buffer_reverse() from by David Lawrence Ramsey · 20 years ago
  90. 305c645 in do_yesno(), make mouse clicks on the Yes/No/All shortcuts work properly when the MORE_SPACE flag is set by David Lawrence Ramsey · 20 years ago
  91. d420b5a more function reordering, plus comment fixes by David Lawrence Ramsey · 20 years ago
  92. c359301 reorder functions by David Lawrence Ramsey · 20 years ago
  93. 7e2d673 move functions specific to the help browser to their own source file, by David Lawrence Ramsey · 20 years ago
  94. c85e4f4 formatting fix by David Lawrence Ramsey · 20 years ago
  95. 56a8aad properly handle the case where the user resized the window while at the by David Lawrence Ramsey · 20 years ago
  96. bdc038d add missing changelog update by David Lawrence Ramsey · 20 years ago
  97. 744e979 fix breakage by David Lawrence Ramsey · 20 years ago
  98. 143b8c7 free prompt when it isn't used, and add missing stdio.h #includes by David Lawrence Ramsey · 20 years ago
  99. 2b9d6a0 move get_page_start() from winio.c to utils.c too, and fix a few comments by David Lawrence Ramsey · 20 years ago
  100. d24d0a4 move functions specific to the statusbar prompt to their own source by David Lawrence Ramsey · 20 years ago