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