1. 0018d8e - Fix tiny mode again after breaking it again by Chris Allegretta · 17 years ago
  2. eb64314 Convert more code to use new backend. Add some more sentinel strings by Chris Allegretta · 17 years ago
  3. 17436ce Fix bug 79, add sentinels for function keys in case the user by Chris Allegretta · 17 years ago
  4. b775c07 Fix workaround for user assigning a meta sequence to a key which has by Chris Allegretta · 17 years ago
  5. e347efb More keybinding fixes by Chris Allegretta · 17 years ago
  6. 9b42220 Fixed bug 77 (make ^space and M-space work) by Chris Allegretta · 17 years ago
  7. 79a33bb New keybindings code and backend. New structs subnfunc for menu functions by Chris Allegretta · 17 years ago
  8. d8a1d37 update copyright notices, as Chris Allegretta's copyrights have now been by David Lawrence Ramsey · 17 years ago
  9. c9694b7 update copyright notices, as my copyrights have now been assigned to the by David Lawrence Ramsey · 17 years ago
  10. d0035b4 convert to GPLv3 or later by David Lawrence Ramsey · 17 years ago
  11. b94d51a more cosmetic fixes by David Lawrence Ramsey · 18 years ago
  12. 9f1db5d per Benno Schulenberg's patch, in shortcut_init(), reword the movement by David Lawrence Ramsey · 18 years ago
  13. 6335fb5 miscellaneous comment fixes by David Lawrence Ramsey · 18 years ago
  14. b6fb688 still more comment fixes by David Lawrence Ramsey · 18 years ago
  15. 5a8182e in nano.h, rename NANO_.*ALTKEY to NANO_.*METAKEY, for consistency by David Lawrence Ramsey · 18 years ago
  16. b7f6bf7 more miscellaneous cosmetic fixes by David Lawrence Ramsey · 18 years ago
  17. cb801d6 cosmetic copyright notice fixes by David Lawrence Ramsey · 18 years ago
  18. 56ec592 in shortcut_init(), make the help shortcut for the "Go to Directory" by David Lawrence Ramsey · 18 years ago
  19. f7b8783 in shortcut_init(), remove the ^X shortcut for CutTillEnd at the search by David Lawrence Ramsey · 18 years ago
  20. 7b0531a per Benno Schulenberg's patch with a few tweaks by me, add various by David Lawrence Ramsey · 18 years ago
  21. b159f94 per Benno Schulenberg's patch with a few additions by me, fix by David Lawrence Ramsey · 18 years ago
  22. 2f70228 in toggle_init(), make sure that a blank line is not displayed after the by David Lawrence Ramsey · 18 years ago
  23. bd28ee4 when DISABLE_HELP is defined, leave out some unused shortcut and toggle by David Lawrence Ramsey · 18 years ago
  24. 2c36e2e consolidate do_scroll_(up|down)() into do_(up|down)(), as they have a by David Lawrence Ramsey · 18 years ago
  25. aee00d4 if the mark isn't on, allow Meta-} and Meta-{ to indent and unindent by David Lawrence Ramsey · 18 years ago
  26. d44f322 remove unneeded blank lines by David Lawrence Ramsey · 18 years ago
  27. ed467e5 in browser_refresh(), add translator comments explaining the maximum by David Lawrence Ramsey · 18 years ago
  28. 69e1ce5 per Benno Schulenberg's patch with a few tweaks by me, add minor wording by David Lawrence Ramsey · 18 years ago
  29. f70f67b more miscellaneous minor fixes by David Lawrence Ramsey · 18 years ago
  30. e328ae9 in shortcut_init(), remove the "Go To Line" shortcut in the replace by David Lawrence Ramsey · 18 years ago
  31. 305d889 more cleanly ignore unhandled meta key sequences and escape sequences; by David Lawrence Ramsey · 18 years ago
  32. 8816564 comment fix by David Lawrence Ramsey · 18 years ago
  33. f1e5627 add missing blank line to the help text when NANO_TINY is defined and by David Lawrence Ramsey · 18 years ago
  34. be231d3 per Benno Schulenberg's patch, add more shortcut description and by David Lawrence Ramsey · 18 years ago
  35. c1c818e comment and formatting fixes by David Lawrence Ramsey · 18 years ago
  36. f5d6d99 drop the Meta-] and Meta-[ aliases for Meta-} and Meta-}, and change the by David Lawrence Ramsey · 18 years ago
  37. 1c5af64 avoid unnecessary state saving for when we resize by David Lawrence Ramsey · 18 years ago
  38. fc0f8f8 allow unjustifying if we resize the window immediately after justifying, by David Lawrence Ramsey · 18 years ago
  39. 602199d comment fixes by David Lawrence Ramsey · 18 years ago
  40. 0ec909c add the ability to move to the first and last file in the file browser by David Lawrence Ramsey · 18 years ago
  41. 6e7d24d add the ability to move to the first and last line of the help text via by David Lawrence Ramsey · 18 years ago
  42. bf78420 another wording fix by David Lawrence Ramsey · 18 years ago
  43. f85001a add the ability to indent and unindent all marked lines of text, via by David Lawrence Ramsey · 18 years ago
  44. cf1879b tweak the shortcut list a bit more, and add Space and - as aliases for by David Lawrence Ramsey · 18 years ago
  45. bd59660 in shortcut_init(), add Meta-} as an alias for Meta-] by David Lawrence Ramsey · 18 years ago
  46. c87e0c0 add the ability to copy text into the cutbuffer without cutting it, via by David Lawrence Ramsey · 18 years ago
  47. 854a44a more cosmetic fixes by David Lawrence Ramsey · 18 years ago
  48. 939d423 in shortcut_init(), tweak the descriptions of two more shortcut keys to by David Lawrence Ramsey · 18 years ago
  49. 8137876 another cosmetic fix by David Lawrence Ramsey · 18 years ago
  50. bf48798 better handle the insertion of blank lines after shortcuts when certain by David Lawrence Ramsey · 18 years ago
  51. 40e0572 in shortcut_init(), tweak the descriptions of some shortcut keys to make by David Lawrence Ramsey · 18 years ago
  52. 2ca2356 adjust the main shortcut list a bit more, per Benno Schulenberg's patch, by David Lawrence Ramsey · 18 years ago
  53. 5a2dbe2 typo fix by David Lawrence Ramsey · 18 years ago
  54. 97415df really fix #ifdef by David Lawrence Ramsey · 19 years ago
  55. 03252d4 fix #ifdef by David Lawrence Ramsey · 19 years ago
  56. bdf84dd fix more breakage by David Lawrence Ramsey · 19 years ago
  57. 1df3e2d reorganize the main shortcut list to make it easier for new users, per by David Lawrence Ramsey · 19 years ago
  58. d7b804a add missing #ifdefs by David Lawrence Ramsey · 19 years ago
  59. 5f0a58b add missing alternate meta key sequences by David Lawrence Ramsey · 19 years ago
  60. df45365 add shortcuts to go to the first or last line of the file from the main by David Lawrence Ramsey · 19 years ago
  61. 6397b59 cleanups: fix M-M/M-N toggle inversion, and reorder toggle #defines in by David Lawrence Ramsey · 19 years ago
  62. e313f5b reorganize the global toggle list to make it easier for new users, per by David Lawrence Ramsey · 19 years ago
  63. 8ff785c in toggle_init(), in the global toggle list, move the "Constant cursor by David Lawrence Ramsey · 19 years ago
  64. b9eb2be in shortcut_init(), in the main shortcut list, move the "Refresh" by David Lawrence Ramsey · 19 years ago
  65. efb4b0a add several blank entries to the main shortcut list, in order to make by David Lawrence Ramsey · 19 years ago
  66. e6757b9 still more comment fixes by David Lawrence Ramsey · 19 years ago
  67. b61dc89 comment fixes by David Lawrence Ramsey · 19 years ago
  68. 57c9afb wording fix by David Lawrence Ramsey · 19 years ago
  69. f50bd4b clarify some help text and documentation by David Lawrence Ramsey · 19 years ago
  70. 4d72de7 add the ability to use bold text instead of reverse video text, via the by David Lawrence Ramsey · 19 years ago
  71. af318aa make all translator comments consistent by David Lawrence Ramsey · 19 years ago
  72. cde9039 change translator-specific comments in global.c and prompt.c so that by David Lawrence Ramsey · 19 years ago
  73. e38b808 implement filename searches in the file browser by David Lawrence Ramsey · 19 years ago
  74. 1f479ee more formatting fixes by David Lawrence Ramsey · 19 years ago
  75. 804e107 yet more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  76. 12c08dd more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  77. 9efbdea fix breakage by David Lawrence Ramsey · 19 years ago
  78. 017dde2 formatting fixes by David Lawrence Ramsey · 19 years ago
  79. 08f4974 in shortcut_init(), remove erroneous handling of the "Get Help" shortcut by David Lawrence Ramsey · 19 years ago
  80. d89617f allow specifying matching bracket characters other than the default via by David Lawrence Ramsey · 19 years ago
  81. 6d6a36c add descriptive comments to pretty much all functions and major by David Lawrence Ramsey · 19 years ago
  82. 034b994 since proto.h includes nano.h, and nano.h includes config.h first, by David Lawrence Ramsey · 19 years ago
  83. 315eb32 adjust copyright notices in all source files to account for Chris' by David Lawrence Ramsey · 19 years ago
  84. 29fb951 miscellaneous documentation fixes by David Lawrence Ramsey · 19 years ago
  85. c5c5230 overhaul the bracket searching code so that it no longer requires regex by David Lawrence Ramsey · 19 years ago
  86. ebe3425 rename the NANO_SMALL #define to NANO_TINY by David Lawrence Ramsey · 19 years ago
  87. ae9eea7 use more intuitive descriptions for the scrolling keys by David Lawrence Ramsey · 19 years ago
  88. 7e2d673 move functions specific to the help browser to their own source file, by David Lawrence Ramsey · 19 years ago
  89. b5776ac make prompt a static instead of a global, since it's only used in winio.c by David Lawrence Ramsey · 19 years ago
  90. 2c8cf48 at long last, properly handle mouse clicks on the statusbar prompt text by David Lawrence Ramsey · 19 years ago
  91. 2de84c1 add the ability to scroll up or down single lines without scrolling the by David Lawrence Ramsey · 19 years ago
  92. 1c3bfa9 remove do_(left|right)()'s ability to optionally not update the current by David Lawrence Ramsey · 19 years ago
  93. 7fc0ada fix compilation with --enable-debug by David Lawrence Ramsey · 19 years ago
  94. 2385c1a port over more of Brand Huntsman's old patch (with a few tweaks): by David Lawrence Ramsey · 19 years ago
  95. 3f12ada add various fill-related cleanups, plus some related cosmetic and by David Lawrence Ramsey · 19 years ago
  96. 8e94234 rename do_word_count() do_wordlinechar_count(), and simplify its final by David Lawrence Ramsey · 19 years ago
  97. 7293685 expand do_word_count() to also count the number of lines and characters by David Lawrence Ramsey · 19 years ago
  98. 691698a move advanced text operations (command execution in a buffer, wrapping, by David Lawrence Ramsey · 19 years ago
  99. e99494f add miscellaneous color and openfilestruct cleanups, and move the by David Lawrence Ramsey · 19 years ago
  100. d2361f0 add minor fixes to the new color code, and merge parts of Brand by David Lawrence Ramsey · 19 years ago