1. b159f94 per Benno Schulenberg's patch with a few additions by me, fix by David Lawrence Ramsey · 19 years ago
  2. c7c49c4 in doc/Makefile.am, don't include nanorc.sample in EXTRA_DIST, as it's by David Lawrence Ramsey · 19 years ago
  3. 4ce7550 add miscellaneous minor fixes to the faq, and preemptively update its by David Lawrence Ramsey · 19 years ago
  4. 2f70228 in toggle_init(), make sure that a blank line is not displayed after the by David Lawrence Ramsey · 19 years ago
  5. 592ccf9 update changelog entry: the renaming of the scroll_dir enums also fixes by David Lawrence Ramsey · 19 years ago
  6. bd28ee4 when DISABLE_HELP is defined, leave out some unused shortcut and toggle by David Lawrence Ramsey · 19 years ago
  7. 1b4ae69 in parse_escape_seq_kbinput(), Don't ignore escape sequences anymore; by David Lawrence Ramsey · 19 years ago
  8. 722b728 another cosmetic fix by David Lawrence Ramsey · 19 years ago
  9. 97cd67c fix changelog entry by David Lawrence Ramsey · 19 years ago
  10. f28ff9d in parse_kbinput(), properly handle combined control character and by David Lawrence Ramsey · 19 years ago
  11. ec177be in do_help(), don't allow moving down a page when the last line of the by David Lawrence Ramsey · 19 years ago
  12. 1dc7c12 cosmetic fix by David Lawrence Ramsey · 19 years ago
  13. 8a72370 typo fix by David Lawrence Ramsey · 19 years ago
  14. 5370b0c in parse_escape_seq_kbinput(), handle unknown and unignored escape by David Lawrence Ramsey · 19 years ago
  15. 19f3bd6 in parse_kbinput(), translate extended keypad keys to their ASCII by David Lawrence Ramsey · 19 years ago
  16. a44ca78 in parse_kbinput(), properly handle combined meta and escape sequences, by David Lawrence Ramsey · 19 years ago
  17. 006fc23 typo fixes by David Lawrence Ramsey · 19 years ago
  18. 118cb37 in mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr(), don't by David Lawrence Ramsey · 19 years ago
  19. d3887dc update UPGRADE to fix the description of +LINE,COLUMN by David Lawrence Ramsey · 19 years ago
  20. c81aa06 update UPGRADE to account for the ability to indent unmarked lines by David Lawrence Ramsey · 19 years ago
  21. f875883 fix changelog entry by David Lawrence Ramsey · 19 years ago
  22. 4ac129c when using slang 2.x, call SLutf8_enable() with an argument of 1 instead by David Lawrence Ramsey · 19 years ago
  23. e53e125 rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING by David Lawrence Ramsey · 19 years ago
  24. 23994bd miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  25. 6e308c0 comment fix by David Lawrence Ramsey · 19 years ago
  26. 7c06be5 fix changelog entries by David Lawrence Ramsey · 19 years ago
  27. 3bb45ae per Daniel Richard G.'s patch, in parse_rcfile(), add missing by David Lawrence Ramsey · 19 years ago
  28. 6ff22e7 rename the values of the scroll_dir enum to UP_DIR and DOWN_DIR, since by David Lawrence Ramsey · 19 years ago
  29. 0a4b737 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  30. 32a3ce4 revert unneeded #ifdef fixes by David Lawrence Ramsey · 19 years ago
  31. 935594b add various cosmetic and #ifdef fixes by David Lawrence Ramsey · 19 years ago
  32. a5ad825 improve the display of bools in debugging statements by David Lawrence Ramsey · 19 years ago
  33. f968a18 in replace_regexp(), remove unnecessary casting of c to int by David Lawrence Ramsey · 19 years ago
  34. eec40df in do_insertfile(), remove redundant code: we only mark the file as by David Lawrence Ramsey · 19 years ago
  35. c346701 in do_insertfile(), if we don't insert a file into a new buffer, by David Lawrence Ramsey · 19 years ago
  36. 9a145d9 in do_insertfile(), if we're in view mode, as we can be if multibuffer by David Lawrence Ramsey · 19 years ago
  37. 49172ca more typo fixes by David Lawrence Ramsey · 19 years ago
  38. 0d8feb9 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
  39. 1e11177 in nano.h, remove the manual disabling of color support if regex.h isn't by David Lawrence Ramsey · 19 years ago
  40. 84b9f4b in configure.ac, if regex.h isn't found, display an error message if we by David Lawrence Ramsey · 19 years ago
  41. 82697f2 don't include sys/ioctl.h in nano.c when NANO_TINY is defined, as by David Lawrence Ramsey · 19 years ago
  42. 1a47348 in nano.h, if we don't have nanorc support, disable color support, as it by David Lawrence Ramsey · 19 years ago
  43. c6c98f7 make Jordi's email address, and the description of what the manual pages by David Lawrence Ramsey · 19 years ago
  44. b8592ce in do_browse_from(), don't bother freeing path if it's NULL by David Lawrence Ramsey · 19 years ago
  45. b08c9f0 revert erroneous change by David Lawrence Ramsey · 19 years ago
  46. 87b37bd add miscellaneous minor cleanups to do_browser(), do_browse_from(), and by David Lawrence Ramsey · 19 years ago
  47. 35c9fa6 clean up the TODO list a bit more by David Lawrence Ramsey · 19 years ago
  48. 083cc12 mention the need to handle resizes better in the TODO list, and clean it by David Lawrence Ramsey · 19 years ago
  49. 4ea2eac comment fixes by David Lawrence Ramsey · 19 years ago
  50. e328169 remove unneeded #ifdef by David Lawrence Ramsey · 19 years ago
  51. 4e68588 revert erroneous change by David Lawrence Ramsey · 19 years ago
  52. 7f3fdb4 in titlebar(), don't display any blank space for the state if we're in by David Lawrence Ramsey · 19 years ago
  53. d59c423 typo fixes by David Lawrence Ramsey · 19 years ago
  54. c284e1d fix inaccurate comments by David Lawrence Ramsey · 19 years ago
  55. 664e0da still more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  56. a5322ee another cosmetic fix by David Lawrence Ramsey · 19 years ago
  57. c2e585e per John M. Gabriele's patch with a few tweaks by me, in by David Lawrence Ramsey · 19 years ago
  58. 2c36e2e consolidate do_scroll_(up|down)() into do_(up|down)(), as they have a by David Lawrence Ramsey · 19 years ago
  59. bf10495 in do_scroll_up() and do_scroll_down(), fix problems where, after by David Lawrence Ramsey · 19 years ago
  60. ec15fdb comment fixes by David Lawrence Ramsey · 19 years ago
  61. b006367 comment fixes by David Lawrence Ramsey · 19 years ago
  62. 99a06d3 add another post-2.0 item by David Lawrence Ramsey · 19 years ago
  63. aee00d4 if the mark isn't on, allow Meta-} and Meta-{ to indent and unindent by David Lawrence Ramsey · 19 years ago
  64. 7f80174 another cosmetic fix by David Lawrence Ramsey · 19 years ago
  65. a89e39a cosmetic fix by David Lawrence Ramsey · 19 years ago
  66. afeed5f comment fixes by David Lawrence Ramsey · 19 years ago
  67. aa4eb40 another cosmetic fix by David Lawrence Ramsey · 19 years ago
  68. 19cb1e6 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  69. 85e35e6 in get_full_path(), don't return NULL when the current directory doesn't by David Lawrence Ramsey · 19 years ago
  70. 51b7b0e in browser_refresh() and titlebar(), don't display overly long filenames by David Lawrence Ramsey · 19 years ago
  71. 0cae087 cosmetic fix by David Lawrence Ramsey · 19 years ago
  72. 567d471 in display_string(), properly handle buf[start_index]'s being a null terminator by David Lawrence Ramsey · 19 years ago
  73. f1a8e72 still more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  74. ca53a6e another miscellaneous minor fix by David Lawrence Ramsey · 19 years ago
  75. a7bdd2e in do_browse_from(), during the operating directory check, if path isn't by David Lawrence Ramsey · 19 years ago
  76. 4953e49 miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  77. 051e953 yet another comment fix by David Lawrence Ramsey · 19 years ago
  78. bc7dc36 make the file browser's mouse support consistent with other mouse by David Lawrence Ramsey · 19 years ago
  79. 60d22f0 in do_browser() and do_help(), detect the previous selected file or by David Lawrence Ramsey · 19 years ago
  80. 2f7c1a0 calculate width in browser_init(), as it's more consistent by David Lawrence Ramsey · 19 years ago
  81. b520d50 still more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  82. c0ba4bf simplify and remove redundancies from various bits by David Lawrence Ramsey · 19 years ago
  83. f8d085d in browser_refresh(), fix problem where width wouldn't be properly by David Lawrence Ramsey · 19 years ago
  84. 3528a03 more comment fixes by David Lawrence Ramsey · 19 years ago
  85. 49c85d0 comment fix by David Lawrence Ramsey · 19 years ago
  86. 015c434 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  87. afa1542 simplify by David Lawrence Ramsey · 19 years ago
  88. 9f2e3f7 comment fix by David Lawrence Ramsey · 19 years ago
  89. 458d004 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  90. 139dc4a add another missing comment by David Lawrence Ramsey · 19 years ago
  91. a0283b7 simplify, and add missing comments by David Lawrence Ramsey · 19 years ago
  92. 345a5b8 comment fix by David Lawrence Ramsey · 19 years ago
  93. d44f322 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
  94. ed467e5 in browser_refresh(), add translator comments explaining the maximum by David Lawrence Ramsey · 19 years ago
  95. 7d6dd41 still more comment fixes by David Lawrence Ramsey · 19 years ago
  96. a43827d more comment fixes by David Lawrence Ramsey · 19 years ago
  97. 224b6d5 add missing comment by David Lawrence Ramsey · 19 years ago
  98. 5ee89c6 yet another cosmetic fix by David Lawrence Ramsey · 19 years ago
  99. 6fa1144 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  100. 96514a2 add clarifying comment by David Lawrence Ramsey · 19 years ago