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