1. 458d004 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  2. 139dc4a add another missing comment by David Lawrence Ramsey · 19 years ago
  3. a0283b7 simplify, and add missing comments by David Lawrence Ramsey · 19 years ago
  4. 345a5b8 comment fix by David Lawrence Ramsey · 19 years ago
  5. d44f322 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
  6. ed467e5 in browser_refresh(), add translator comments explaining the maximum by David Lawrence Ramsey · 19 years ago
  7. 7d6dd41 still more comment fixes by David Lawrence Ramsey · 19 years ago
  8. a43827d more comment fixes by David Lawrence Ramsey · 19 years ago
  9. 224b6d5 add missing comment by David Lawrence Ramsey · 19 years ago
  10. 5ee89c6 yet another cosmetic fix by David Lawrence Ramsey · 19 years ago
  11. 6fa1144 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  12. 96514a2 add clarifying comment by David Lawrence Ramsey · 19 years ago
  13. 6b90657 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  14. 85ffaee in browser_refresh(), if a filename is too long, truncate and display an by David Lawrence Ramsey · 19 years ago
  15. fef3c86 fix breakage by David Lawrence Ramsey · 19 years ago
  16. c021925 in browser_init(), fix off-by-one error when calculating longest that by David Lawrence Ramsey · 19 years ago
  17. 46c29c4 still more comment fixes by David Lawrence Ramsey · 19 years ago
  18. 17e1269 fix breakage by David Lawrence Ramsey · 19 years ago
  19. 3d7c2bd more comment fixes by David Lawrence Ramsey · 19 years ago
  20. 21cdee5 update changelog entries by David Lawrence Ramsey · 19 years ago
  21. 0457eb9 comment fixes by David Lawrence Ramsey · 19 years ago
  22. a43b108 add more miscellaneous cleanups by David Lawrence Ramsey · 19 years ago
  23. a662c55 add miscellaneous cleanups by David Lawrence Ramsey · 19 years ago
  24. 990a695 in do_browser() and do_refresh(), further simplify screen update handling by David Lawrence Ramsey · 19 years ago
  25. 6f49909 in do_browser() and do_help(), simplify screen update handling by David Lawrence Ramsey · 19 years ago
  26. 296ee15 simplify by David Lawrence Ramsey · 19 years ago
  27. 8f975a1 comment fix by David Lawrence Ramsey · 19 years ago
  28. 2458b29 fix breakage by David Lawrence Ramsey · 19 years ago
  29. a4e92c8 in striponedir(), return the stripped path instead of modifying path by David Lawrence Ramsey · 19 years ago
  30. fef232a in striponedir(), since all the strings passed to this are dynamically by David Lawrence Ramsey · 19 years ago
  31. 8cd0d2c cosmetic fixes by David Lawrence Ramsey · 19 years ago
  32. 0fd5d60 revert last changes, as the "Go to Directory" prompt can allow movement by David Lawrence Ramsey · 19 years ago
  33. 780f1d3 fix breakage by David Lawrence Ramsey · 19 years ago
  34. 6cefb9f in do_browser(), display an error messsage on the statusbar if we try to by David Lawrence Ramsey · 19 years ago
  35. d040377 in do_browser(), after entering "..", select the directory we were in by David Lawrence Ramsey · 19 years ago
  36. ef45a25 add missing comments by David Lawrence Ramsey · 19 years ago
  37. 727c244 in findnextfile(), simplify the uses of tail() by David Lawrence Ramsey · 19 years ago
  38. 68e2c37 in browser_refresh(), for the ".." entry, display "(parent dir)" instead by David Lawrence Ramsey · 19 years ago
  39. 99c87cc in browser_refresh(), fix problems where translated versions of "(dir)" by David Lawrence Ramsey · 19 years ago
  40. 4e71ab6 add missing blank line by David Lawrence Ramsey · 19 years ago
  41. b0c1bc2 in browser_refresh(), simplify more things by David Lawrence Ramsey · 19 years ago
  42. 0e92adf in browser_refresh(), simplify the for loop by David Lawrence Ramsey · 19 years ago
  43. 3b72246 in do_browser(), remove unneeded call to blank_edit() by David Lawrence Ramsey · 19 years ago
  44. 865ad94 in get_mouseinput(), handle both releases and clicks of mouse button 1, by David Lawrence Ramsey · 19 years ago
  45. 6c8f92c cosmetic fixes by David Lawrence Ramsey · 19 years ago
  46. 2f94f42 in do_browser(), refactor and simplify the mouse support, modeling it by David Lawrence Ramsey · 19 years ago
  47. 98e4d4f fix mouse support so that it really ignores everything except releases by David Lawrence Ramsey · 19 years ago
  48. f23cc46 comment fix by David Lawrence Ramsey · 19 years ago
  49. decae6c per Mike Frysinger's patch, in doc/syntax/c.nanorc, since .i and .ii are by David Lawrence Ramsey · 19 years ago
  50. 74d8ebc add various option description fixes by David Lawrence Ramsey · 19 years ago
  51. 899d036 Back to CVS by David Lawrence Ramsey · 19 years ago
  52. db5b547 GNU nano 1.3.12 by David Lawrence Ramsey · 19 years ago
  53. 1df1c9e fix #ifdefs by David Lawrence Ramsey · 19 years ago
  54. 5c8d316 per John M. Gabriele's patch with a few tweaks by me, in README and by David Lawrence Ramsey · 19 years ago
  55. d76de38 in edit_draw(), don't display any statusbar message when we get a by David Lawrence Ramsey · 19 years ago
  56. 5c87808 in update_line(), remove unneeded assert, and now-unused function by David Lawrence Ramsey · 19 years ago
  57. d440100 ca, fr, hu, nl updates from the TP. by Jordi Mallach · 19 years ago
  58. a4fc77a in digits(), return the proper number of digits when n is exactly 10, by David Lawrence Ramsey · 19 years ago
  59. 5aaa1d7 comment fix by David Lawrence Ramsey · 19 years ago
  60. 6885a15 fix erroneous version number by David Lawrence Ramsey · 19 years ago
  61. af72c16 fix incorrect "Project-Id-Version" entries in several translations by David Lawrence Ramsey · 19 years ago
  62. 9e2f8ea Bulgarian and Irish updates from the TP. by Jordi Mallach · 19 years ago
  63. 23ed015 in help_init(), display the shortcut list help text even when we have by David Lawrence Ramsey · 19 years ago
  64. bd2c8f3 in help_init(), make sure we have enough memory in all cases when by David Lawrence Ramsey · 19 years ago
  65. df7aaed comment fix by David Lawrence Ramsey · 19 years ago
  66. 186c795 in help_line_len(), properly handle the case where we can't break the by David Lawrence Ramsey · 19 years ago
  67. 8329948 Updated Bulgarian translation from the TP. by Jordi Mallach · 19 years ago
  68. bac8908 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  69. ee995b7 fix screen update problem when copying the last line on the screen with by David Lawrence Ramsey · 19 years ago
  70. 5b0781d French manpages update by Jean-Philippe. by Jordi Mallach · 19 years ago
  71. 3dd9d71 Several translation updates submitted by translators for the 1.3.12 release. by Jordi Mallach · 19 years ago
  72. 4f2a073 per Benno Schulenberg's patch, in do_writeout(), fix problem where the by David Lawrence Ramsey · 19 years ago
  73. b0226fb in faq.html, update section 5.3, due to the display fix for two-column by David Lawrence Ramsey · 19 years ago
  74. 386cc99 Hungarian and French updates from the TP. by Jordi Mallach · 19 years ago
  75. 03979d7 another comment fix by David Lawrence Ramsey · 19 years ago
  76. d4686b8 comment fix by David Lawrence Ramsey · 19 years ago
  77. 503bad0 disable mouse support while suspended by David Lawrence Ramsey · 19 years ago
  78. 9134781 typo fix by David Lawrence Ramsey · 19 years ago
  79. f073884 more comment fixes by David Lawrence Ramsey · 19 years ago
  80. f9d13f0 comment fix by David Lawrence Ramsey · 19 years ago
  81. f32e1dd in do_spell(), set currshortcut to main_list before calling by David Lawrence Ramsey · 19 years ago
  82. b5e66d0 make the changed suspend/continue routines work properly under slang by David Lawrence Ramsey · 19 years ago
  83. 3ce7e9d in do_spell(), call total_redraw() instead of total_refresh() after by David Lawrence Ramsey · 19 years ago
  84. 85c775a make suspension clear the screen and put the cursor on the last line by David Lawrence Ramsey · 19 years ago
  85. 8d42a3b remove erroneous #ifdefs by David Lawrence Ramsey · 19 years ago
  86. a6a06a9 add one last TODO entry by David Lawrence Ramsey · 19 years ago
  87. c9855a7 fix changelog entry by David Lawrence Ramsey · 19 years ago
  88. 9c2f7ab per Benno Schulenberg's patch, in help_init(), if one of the help by David Lawrence Ramsey · 19 years ago
  89. 11516e0 ca, ga, it and nl from the TP. by Jordi Mallach · 19 years ago
  90. 1d60d78 fix typo by David Lawrence Ramsey · 19 years ago
  91. 9368217 add various minor regex and comment tweaks, mostly by John M. Gabriele by David Lawrence Ramsey · 19 years ago
  92. 131909f remove now-unneeded changelog entry by David Lawrence Ramsey · 19 years ago
  93. 69395f4 yet more wording fixes by David Lawrence Ramsey · 19 years ago
  94. fed0195 still more wording fixes by David Lawrence Ramsey · 19 years ago
  95. 4bb60db more minor wording fixes by David Lawrence Ramsey · 19 years ago
  96. 25bc37e add minor documentation fixes by David Lawrence Ramsey · 19 years ago
  97. 69e1ce5 per Benno Schulenberg's patch with a few tweaks by me, add minor wording by David Lawrence Ramsey · 19 years ago
  98. 9e553b2 per Benno Schulenberg's patch, add a wording fix to help_init() by David Lawrence Ramsey · 19 years ago
  99. f94b993 per Benno Schulenberg's patch, add single quotes around the invalid by David Lawrence Ramsey · 19 years ago
  100. 2d0d60b fix breakage by David Lawrence Ramsey · 19 years ago