1. 3c780e1 fix edit_redraw() breakage by David Lawrence Ramsey · 19 years ago
  2. 561db3a comment fixes by David Lawrence Ramsey · 19 years ago
  3. bd6e968 redundancy fix by David Lawrence Ramsey · 19 years ago
  4. d5228b3 in edit_redraw(), fix problem where not all lines would be updated by David Lawrence Ramsey · 19 years ago
  5. 964722a add missing blank line by David Lawrence Ramsey · 19 years ago
  6. 1320d29 remove duplicate escape sequence-interpreting code by David Lawrence Ramsey · 19 years ago
  7. d6eb175 in parse_kbinput(), if we get Escape followed by an escape sequence, by David Lawrence Ramsey · 19 years ago
  8. e328ae9 in shortcut_init(), remove the "Go To Line" shortcut in the replace by David Lawrence Ramsey · 19 years ago
  9. c7251fa comment fix by David Lawrence Ramsey · 19 years ago
  10. 0c9551a per Benno Schulenberg's patch, with a few tweaks by me, add miscellaneous by David Lawrence Ramsey · 19 years ago
  11. 2a56ce7 per Benno Schulenberg's patch with some additions of mine, explain the by David Lawrence Ramsey · 19 years ago
  12. 0b65402 fix more breakage by David Lawrence Ramsey · 19 years ago
  13. 305d889 more cleanly ignore unhandled meta key sequences and escape sequences; by David Lawrence Ramsey · 19 years ago
  14. 8aa9ac3 don't call wrap_reset() if we use verbatim input by David Lawrence Ramsey · 19 years ago
  15. 3af1e50 per Benno Schulenberg's patch, fix the statusbar's not blanking properly by David Lawrence Ramsey · 19 years ago
  16. b4428a0 fix breakage by David Lawrence Ramsey · 19 years ago
  17. 592f46b capitalization fixes by David Lawrence Ramsey · 19 years ago
  18. 8e341e1 ignore unhandled meta key sequences and escape sequences, and indicate by David Lawrence Ramsey · 19 years ago
  19. 5538150 more miscellaneous documentation fixes by David Lawrence Ramsey · 19 years ago
  20. 4567277 more various wording fixes by David Lawrence Ramsey · 19 years ago
  21. 8816564 comment fix by David Lawrence Ramsey · 19 years ago
  22. f1e5627 add missing blank line to the help text when NANO_TINY is defined and by David Lawrence Ramsey · 19 years ago
  23. 9133cbe add missing #ifdef by David Lawrence Ramsey · 19 years ago
  24. 6fe4e2b avoid unnecessary scrolling when moving to the last line of the help text by David Lawrence Ramsey · 19 years ago
  25. ef0d5a7 handle prepending of wrapped text in one place instead of many, so that by David Lawrence Ramsey · 19 years ago
  26. 6b49e9e cosmetic fix by David Lawrence Ramsey · 19 years ago
  27. 139fa65 more comment fixes by David Lawrence Ramsey · 19 years ago
  28. 2829aae comment fix by David Lawrence Ramsey · 19 years ago
  29. be231d3 per Benno Schulenberg's patch, add more shortcut description and by David Lawrence Ramsey · 19 years ago
  30. b7acc73 per Benno Schulenberg's patch, in nano.texi, change all occurrences of by David Lawrence Ramsey · 19 years ago
  31. ce86236 handle statusbar blanking in one place instead of many, so that it by David Lawrence Ramsey · 19 years ago
  32. 41b8972 various miscellaneous cutting fixes by David Lawrence Ramsey · 19 years ago
  33. 83635c2 in do_input(), don't blow away the cutbuffer when the shortcut we get is by David Lawrence Ramsey · 19 years ago
  34. 124978a in nanorc.sample, further simplify the "groff" regexes by David Lawrence Ramsey · 19 years ago
  35. 44abeea in nanorc.sample, remove unneeded foreground color for the Java source by David Lawrence Ramsey · 19 years ago
  36. 252eceb wording fix by David Lawrence Ramsey · 19 years ago
  37. 376eea3 properly highlight the "include" command by David Lawrence Ramsey · 19 years ago
  38. f320d31 in nanorc.sample, replace instances of "\w" with its equivalent by David Lawrence Ramsey · 19 years ago
  39. c0899cb remove unneeded blank line by David Lawrence Ramsey · 19 years ago
  40. 51cb7fd in get_control_kbinput(), fix Ctrl-? breakage by David Lawrence Ramsey · 19 years ago
  41. 39bd1b3 cosmetic fix by David Lawrence Ramsey · 19 years ago
  42. cd243f5 in break_line(), handle newlines consistently when searching for the by David Lawrence Ramsey · 19 years ago
  43. af7677e in help_init(), add various wording fixes by David Lawrence Ramsey · 19 years ago
  44. d99b0e1 in display_string(), properly display double-column characters if by David Lawrence Ramsey · 19 years ago
  45. b9446ac really fix handling of NANO_CONTROL_8 by David Lawrence Ramsey · 19 years ago
  46. c9d7620 in src/Makefile.am, if we're uninstalling, remove the "rnano" symlink by David Lawrence Ramsey · 19 years ago
  47. 75e9dfe comment fixes by David Lawrence Ramsey · 19 years ago
  48. c074edf wording fix by David Lawrence Ramsey · 19 years ago
  49. 2d3d1e9 in break_line(), fix problem where tab widths in columns are always by David Lawrence Ramsey · 19 years ago
  50. 139bae0 update TODO and UPGRADE for nano 2.0, since we're now in a feature freeze by David Lawrence Ramsey · 19 years ago
  51. b6aaa8f Added Irish translation from the TP. by Jordi Mallach · 19 years ago
  52. 60edb0a improve NANO_REFRESH_KEY handling by David Lawrence Ramsey · 19 years ago
  53. 10f8e88 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  54. e2c9c58 typo fix by David Lawrence Ramsey · 19 years ago
  55. 8803dd8 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
  56. c1c818e comment and formatting fixes by David Lawrence Ramsey · 19 years ago
  57. d8d1e26 in help_init(), properly use mbstrlen() instead of strlen() when by David Lawrence Ramsey · 19 years ago
  58. 4239c3c remove unneeded whitespace by David Lawrence Ramsey · 19 years ago
  59. e77ebfa more documentation updates from Benno Schulenberg, with a few tweaks and by David Lawrence Ramsey · 19 years ago
  60. 3fe5ace cosmetic fixes by David Lawrence Ramsey · 19 years ago
  61. 4f4a0b9 fix copyright notice in do_credits() by David Lawrence Ramsey · 19 years ago
  62. a01f131 more comment fixes by David Lawrence Ramsey · 19 years ago
  63. f70eca0 comment fixes by David Lawrence Ramsey · 19 years ago
  64. 9dbd0d2 fix bad #ifdef by David Lawrence Ramsey · 19 years ago
  65. b7d8926 typo fix by David Lawrence Ramsey · 19 years ago
  66. 660e05b miscellaneous cosmetic fixes by David Lawrence Ramsey · 19 years ago
  67. 75850e5 in faq.html, make the link to the nano CVS page a bit more readable by David Lawrence Ramsey · 19 years ago
  68. 797c9dd typo fix by David Lawrence Ramsey · 19 years ago
  69. f5d6d99 drop the Meta-] and Meta-[ aliases for Meta-} and Meta-}, and change the by David Lawrence Ramsey · 19 years ago
  70. 5b94b8e cosmetic fix by David Lawrence Ramsey · 19 years ago
  71. 0547f51 cosmetic fix by David Lawrence Ramsey · 19 years ago
  72. 08f16e2 in free_chararray(), assert that array isn't NULL, for consistency with by David Lawrence Ramsey · 19 years ago
  73. bbabf95 fix bracket matching breakage in do_statusbar_input() since its shortcut by David Lawrence Ramsey · 19 years ago
  74. 4218206 still more comment fixes by David Lawrence Ramsey · 19 years ago
  75. 31efe99 more comment fixes by David Lawrence Ramsey · 19 years ago
  76. 1c5af64 avoid unnecessary state saving for when we resize by David Lawrence Ramsey · 19 years ago
  77. fc0f8f8 allow unjustifying if we resize the window immediately after justifying, by David Lawrence Ramsey · 19 years ago
  78. d29e861 in do_(statusbar_)?input(), remove redundant check for allow_funcs' by David Lawrence Ramsey · 19 years ago
  79. 8992d0a formatting fixes by David Lawrence Ramsey · 19 years ago
  80. 02a7f84 in browser_refresh(), make sure the highlighting of the currently by David Lawrence Ramsey · 19 years ago
  81. 26dd1b6 simplify by David Lawrence Ramsey · 19 years ago
  82. 0df4de3 in browser_refresh(), change variable i from an int to a size_t in order by David Lawrence Ramsey · 19 years ago
  83. f2fe1fd cosmetic fixes by David Lawrence Ramsey · 19 years ago
  84. 3cba266 comment fixes by David Lawrence Ramsey · 19 years ago
  85. cf8082f Updated Dutch translation by Benno Schulenberg. by Jordi Mallach · 19 years ago
  86. 560e83f in usage(), fix inaccuracies in the usage example by David Lawrence Ramsey · 19 years ago
  87. b02a195 cosmetic fix by David Lawrence Ramsey · 19 years ago
  88. a5f833d in edit_draw(), properly ignore zero-length regexes in multi-line by David Lawrence Ramsey · 19 years ago
  89. c7b9e15 formatting fix by David Lawrence Ramsey · 19 years ago
  90. 27d5be5 per Benno Schulenberg's patch (with a few tweaks by me), add a new by David Lawrence Ramsey · 19 years ago
  91. f22fa13 typo fix by David Lawrence Ramsey · 19 years ago
  92. 602199d comment fixes by David Lawrence Ramsey · 19 years ago
  93. 0ec909c add the ability to move to the first and last file in the file browser by David Lawrence Ramsey · 19 years ago
  94. 5bb7727 another formatting fix by David Lawrence Ramsey · 19 years ago
  95. b22c80a remove various redundant key checks by David Lawrence Ramsey · 19 years ago
  96. 90b60ed fix do_help() meta key breakage by David Lawrence Ramsey · 19 years ago
  97. f629aad cosmetic fix by David Lawrence Ramsey · 19 years ago
  98. 6e7d24d add the ability to move to the first and last line of the help text via by David Lawrence Ramsey · 19 years ago
  99. 3f77c77 wording fix by David Lawrence Ramsey · 19 years ago
  100. 0a208b3 formatting fix by David Lawrence Ramsey · 19 years ago