1. c1c818e comment and formatting fixes by David Lawrence Ramsey · 19 years ago
  2. d8d1e26 in help_init(), properly use mbstrlen() instead of strlen() when by David Lawrence Ramsey · 19 years ago
  3. 4239c3c remove unneeded whitespace by David Lawrence Ramsey · 19 years ago
  4. e77ebfa more documentation updates from Benno Schulenberg, with a few tweaks and by David Lawrence Ramsey · 19 years ago
  5. 3fe5ace cosmetic fixes by David Lawrence Ramsey · 19 years ago
  6. 4f4a0b9 fix copyright notice in do_credits() by David Lawrence Ramsey · 19 years ago
  7. a01f131 more comment fixes by David Lawrence Ramsey · 19 years ago
  8. f70eca0 comment fixes by David Lawrence Ramsey · 19 years ago
  9. 9dbd0d2 fix bad #ifdef by David Lawrence Ramsey · 19 years ago
  10. b7d8926 typo fix by David Lawrence Ramsey · 19 years ago
  11. 660e05b miscellaneous cosmetic fixes by David Lawrence Ramsey · 19 years ago
  12. 75850e5 in faq.html, make the link to the nano CVS page a bit more readable by David Lawrence Ramsey · 19 years ago
  13. 797c9dd typo fix by David Lawrence Ramsey · 19 years ago
  14. f5d6d99 drop the Meta-] and Meta-[ aliases for Meta-} and Meta-}, and change the by David Lawrence Ramsey · 19 years ago
  15. 5b94b8e cosmetic fix by David Lawrence Ramsey · 19 years ago
  16. 0547f51 cosmetic fix by David Lawrence Ramsey · 19 years ago
  17. 08f16e2 in free_chararray(), assert that array isn't NULL, for consistency with by David Lawrence Ramsey · 19 years ago
  18. bbabf95 fix bracket matching breakage in do_statusbar_input() since its shortcut by David Lawrence Ramsey · 19 years ago
  19. 4218206 still more comment fixes by David Lawrence Ramsey · 19 years ago
  20. 31efe99 more comment fixes by David Lawrence Ramsey · 19 years ago
  21. 1c5af64 avoid unnecessary state saving for when we resize by David Lawrence Ramsey · 19 years ago
  22. fc0f8f8 allow unjustifying if we resize the window immediately after justifying, by David Lawrence Ramsey · 19 years ago
  23. d29e861 in do_(statusbar_)?input(), remove redundant check for allow_funcs' by David Lawrence Ramsey · 19 years ago
  24. 8992d0a formatting fixes by David Lawrence Ramsey · 19 years ago
  25. 02a7f84 in browser_refresh(), make sure the highlighting of the currently by David Lawrence Ramsey · 19 years ago
  26. 26dd1b6 simplify by David Lawrence Ramsey · 19 years ago
  27. 0df4de3 in browser_refresh(), change variable i from an int to a size_t in order by David Lawrence Ramsey · 19 years ago
  28. f2fe1fd cosmetic fixes by David Lawrence Ramsey · 19 years ago
  29. 3cba266 comment fixes by David Lawrence Ramsey · 19 years ago
  30. cf8082f Updated Dutch translation by Benno Schulenberg. by Jordi Mallach · 19 years ago
  31. 560e83f in usage(), fix inaccuracies in the usage example by David Lawrence Ramsey · 19 years ago
  32. b02a195 cosmetic fix by David Lawrence Ramsey · 19 years ago
  33. a5f833d in edit_draw(), properly ignore zero-length regexes in multi-line by David Lawrence Ramsey · 19 years ago
  34. c7b9e15 formatting fix by David Lawrence Ramsey · 19 years ago
  35. 27d5be5 per Benno Schulenberg's patch (with a few tweaks by me), add a new by David Lawrence Ramsey · 19 years ago
  36. f22fa13 typo fix by David Lawrence Ramsey · 19 years ago
  37. 602199d comment fixes by David Lawrence Ramsey · 19 years ago
  38. 0ec909c add the ability to move to the first and last file in the file browser by David Lawrence Ramsey · 19 years ago
  39. 5bb7727 another formatting fix by David Lawrence Ramsey · 19 years ago
  40. b22c80a remove various redundant key checks by David Lawrence Ramsey · 19 years ago
  41. 90b60ed fix do_help() meta key breakage by David Lawrence Ramsey · 19 years ago
  42. f629aad cosmetic fix by David Lawrence Ramsey · 19 years ago
  43. 6e7d24d add the ability to move to the first and last line of the help text via by David Lawrence Ramsey · 19 years ago
  44. 3f77c77 wording fix by David Lawrence Ramsey · 19 years ago
  45. 0a208b3 formatting fix by David Lawrence Ramsey · 19 years ago
  46. 2545686 comment fix by David Lawrence Ramsey · 19 years ago
  47. 80669c3 in do_indent_marked(), only use line_indent and line_indent_len when necessary by David Lawrence Ramsey · 19 years ago
  48. 9e73d98 better handle position shifting when indenting marked text by David Lawrence Ramsey · 19 years ago
  49. eb4f90e better handle position shifting when unindenting marked text by David Lawrence Ramsey · 19 years ago
  50. aa4dc95 typo fix by David Lawrence Ramsey · 19 years ago
  51. f0e3ca6 clarify error messages by David Lawrence Ramsey · 19 years ago
  52. ac37b04 typo fix by David Lawrence Ramsey · 19 years ago
  53. c7d6f98 in faq.html, add a new section 4.4, and move all section 4 entries after by David Lawrence Ramsey · 19 years ago
  54. af9052d cosmetic fixes by David Lawrence Ramsey · 19 years ago
  55. 2ca3fc9 consistency fix for do_indent_marked(): remove indentation from just by David Lawrence Ramsey · 19 years ago
  56. 7a9422b more various wording fixes for documentation by David Lawrence Ramsey · 19 years ago
  57. e7f9813 various wording fixes for documentation by David Lawrence Ramsey · 19 years ago
  58. 12c1b59 consistency fixes by David Lawrence Ramsey · 19 years ago
  59. fd3ccee fix yet more do_indent_marked() breakage by David Lawrence Ramsey · 19 years ago
  60. 7194a61 fix still more do_indent_marked() breakage by David Lawrence Ramsey · 19 years ago
  61. 2e8fac6 fix more do_indent_marked() breakage by David Lawrence Ramsey · 19 years ago
  62. 5c819b5 really fix do_indent_marked() breakage by David Lawrence Ramsey · 19 years ago
  63. d9eca4b fix do_indent_marked() breakage by David Lawrence Ramsey · 19 years ago
  64. bf78420 another wording fix by David Lawrence Ramsey · 19 years ago
  65. 5f274c4 handle NANO_CONTROL_8 even better by doing it in parse_kbinput() by David Lawrence Ramsey · 19 years ago
  66. fbf46a5 in do_(statusbar_)?input(), if we get NANO_CONTROL_8, handle it instead by David Lawrence Ramsey · 19 years ago
  67. 4d9ef69 various fixes for get_control_kbinput() by David Lawrence Ramsey · 19 years ago
  68. 4527da5 when indenting lines, properly keep track of the mark coordinates by David Lawrence Ramsey · 19 years ago
  69. 8bf39a3 in configure.ac, remove the other old warning about color support by David Lawrence Ramsey · 19 years ago
  70. 6d11123 typo fix by David Lawrence Ramsey · 19 years ago
  71. f85001a add the ability to indent and unindent all marked lines of text, via by David Lawrence Ramsey · 19 years ago
  72. cf1879b tweak the shortcut list a bit more, and add Space and - as aliases for by David Lawrence Ramsey · 19 years ago
  73. 9dd2687 preemptively update version numbers and modification dates by David Lawrence Ramsey · 19 years ago
  74. 190fae0 document wording fixes in nanorc.5 by David Lawrence Ramsey · 19 years ago
  75. 0d0d636 in nano.texi, add a "Nanorc Files" section to explain the nanorc file by David Lawrence Ramsey · 19 years ago
  76. 3bcca17 in nanorc.5 and nanorc.sample, mention that the nanorc file should not by David Lawrence Ramsey · 19 years ago
  77. c208ef7 fix breakage when NO_NEWLINES is FALSE and we copy text that would by David Lawrence Ramsey · 19 years ago
  78. c838a4c comment fix by David Lawrence Ramsey · 19 years ago
  79. fe48da7 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  80. 58fabec formatting fixes by David Lawrence Ramsey · 19 years ago
  81. bd59660 in shortcut_init(), add Meta-} as an alias for Meta-] by David Lawrence Ramsey · 19 years ago
  82. 95b9850 fix inaccurate comment by David Lawrence Ramsey · 19 years ago
  83. 7504714 fix segfault if we try to copy an empty selection by David Lawrence Ramsey · 19 years ago
  84. 714c522 add missing #ifdef by David Lawrence Ramsey · 19 years ago
  85. fcff1e7 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  86. c87e0c0 add the ability to copy text into the cutbuffer without cutting it, via by David Lawrence Ramsey · 19 years ago
  87. bc80cb1 readd the Cancel -> Exit aliases for the file browser and help browser, by David Lawrence Ramsey · 19 years ago
  88. 854a44a more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  89. 939d423 in shortcut_init(), tweak the descriptions of two more shortcut keys to by David Lawrence Ramsey · 19 years ago
  90. 8137876 another cosmetic fix by David Lawrence Ramsey · 19 years ago
  91. bf48798 better handle the insertion of blank lines after shortcuts when certain by David Lawrence Ramsey · 19 years ago
  92. 9adc445 add missing #ifdef by David Lawrence Ramsey · 19 years ago
  93. 9ea0590 comment fixes by David Lawrence Ramsey · 19 years ago
  94. 18dae62 reduce NO_RCFILE to a static bool in nano.c, since it's only used there by David Lawrence Ramsey · 19 years ago
  95. 891e0ec in get_prompt_string(), include the handling of the help key even when by David Lawrence Ramsey · 19 years ago
  96. 40e0572 in shortcut_init(), tweak the descriptions of some shortcut keys to make by David Lawrence Ramsey · 19 years ago
  97. 2ca2356 adjust the main shortcut list a bit more, per Benno Schulenberg's patch, by David Lawrence Ramsey · 19 years ago
  98. 5a2dbe2 typo fix by David Lawrence Ramsey · 19 years ago
  99. b88152d more typo fixes by David Lawrence Ramsey · 19 years ago
  100. 241771c typo fix by David Lawrence Ramsey · 19 years ago