1. 127ce15 Making one error message somewhat clearer. by Benno Schulenberg · 11 years ago
  2. 6a007a9 Renaming a variable, and eliding another. by Benno Schulenberg · 11 years ago
  3. d2f3f21 Moving parse_magic_exp() next to its sister. by Benno Schulenberg · 11 years ago
  4. 4e62842 Add regexes for comments and trailing whitespace for man pages, and by Benno Schulenberg · 11 years ago
  5. d17b480 Improving the multiline regexes, making the one with single quotes work again. by Benno Schulenberg · 11 years ago
  6. 1d5134d Renaming the struct type 'exttype' to 'regexlisttype', and upon exit by Benno Schulenberg · 11 years ago
  7. cf4f80d Renaming and symmetrifying two functions, and improving some comments. by Benno Schulenberg · 11 years ago
  8. 8e01293 Handling the libmagic and headerline regexes in the same manner. by Benno Schulenberg · 11 years ago
  9. d2892ad Adding a missing parenthesis, and removing a distracting blank line. by Benno Schulenberg · 11 years ago
  10. 07f14de Improving some comments, and removing some mispasted or superfluous ones. by Benno Schulenberg · 11 years ago
  11. 1d19e01 Showing bright foreground colours for interface elements as valid. by Benno Schulenberg · 11 years ago
  12. 85c2c2a Providing startup feedback for the spell checker, as for the linter. by Benno Schulenberg · 11 years ago
  13. 61523be 2014-05-10 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  14. a225841 Making syntax highlighting into a separate section, by Benno Schulenberg · 11 years ago
  15. e7d6e55 Making it possible for interface-foreground colours to be bright. by Benno Schulenberg · 11 years ago
  16. 77afd32 Describing bindable functions in the third person -- it somehow sounds better. by Benno Schulenberg · 11 years ago
  17. a6804b5 Putting softwrap back among the "Appearance" toggles. by Benno Schulenberg · 11 years ago
  18. 387b209 Defining a shortcut for the linter when the speller is disabled, by Benno Schulenberg · 11 years ago
  19. d16f9af Not defining nor accepting shortcuts for functions that are disabled. by Benno Schulenberg · 11 years ago
  20. 59cd3e6 Counting only shortcuts that are actually shown, so that clicking by Benno Schulenberg · 11 years ago
  21. a152311 Stopping the brace content from spilling. by Benno Schulenberg · 11 years ago
  22. c1c67d8 Synchronizing the documentation, and tweaking some wording. by Benno Schulenberg · 11 years ago
  23. aa9b1ee Adding sections on the Cutbuffer and the Mark, by Benno Schulenberg · 11 years ago
  24. 22a0442 New file, syntax colouring for Texinfo files. by Benno Schulenberg · 11 years ago
  25. 763f314 Letting 'makeinfo' figure out the node pointers. by Benno Schulenberg · 11 years ago
  26. 38cb8ac Differentiating between options that take an argument and those that don't. by Benno Schulenberg · 11 years ago
  27. c1005fa Legalizing the four new interface-coloring options in the nanorc syntax. by Benno Schulenberg · 11 years ago
  28. f8507bb Allowing the function do_cut_till_end() to be rebound. by Benno Schulenberg · 11 years ago
  29. dcb0557 Giving syntax highlighting its own section, by Benno Schulenberg · 11 years ago
  30. abaaf2d Oops. by Benno Schulenberg · 11 years ago
  31. 0846583 Allowing the Backwards toggle to be rebound, by Benno Schulenberg · 11 years ago
  32. 8056390 Showing quotes where quotes are needed, removing some unneeded spaces, by Benno Schulenberg · 11 years ago
  33. 693e2aa Documenting the interface colours settings. by Benno Schulenberg · 11 years ago
  34. c970035 Renaming a variable, and removing an unneeded call of wattroff(). by Benno Schulenberg · 11 years ago
  35. 0c3ced0 Eliding a variable. by Benno Schulenberg · 11 years ago
  36. 794956f Tiny Changelog tweak. by Benno Schulenberg · 11 years ago
  37. be3e302 Paragraph jumping only makes sense in the MAIN editing menu, by Benno Schulenberg · 11 years ago
  38. 672821c Removing the search-mode toggles from the WHEREISFILE and by Benno Schulenberg · 11 years ago
  39. 523598a Ordering the shortcut associations in roughly the same manner as by Benno Schulenberg · 11 years ago
  40. 436cd34 Unfolding long lines that add shortcuts, for visual consistency. by Benno Schulenberg · 11 years ago
  41. 1663994 Adding the ability to colour four elements of nano's interface differently. by Benno Schulenberg · 11 years ago
  42. 7a9f4a4 Update the years in the copyright notices. by Benno Schulenberg · 11 years ago
  43. 6371612 Improving the order of the help items still further, and by Benno Schulenberg · 11 years ago
  44. 5f655da Fixing compilation with --enable-tiny. by Benno Schulenberg · 11 years ago
  45. 4da2434 Improving order and grouping in the main help text and help lines. by Benno Schulenberg · 11 years ago
  46. 61758e9 Show the important toggles early on in the help lines by Benno Schulenberg · 11 years ago
  47. c269d31 In a concise help text, mention only those options that actually do something. by Benno Schulenberg · 11 years ago
  48. 4301918 Not blurting out the full help text when command line contains some mistake. by Benno Schulenberg · 11 years ago
  49. 20011f4 Plugging two tiny memory leaks. Patch essentially by Mark Majeres. by Benno Schulenberg · 11 years ago
  50. 618051c Group related functions together, remove duplicate "up"/"down", by Benno Schulenberg · 11 years ago
  51. 301c4ef Allow do_spell() to be bound to other key combos. by Benno Schulenberg · 11 years ago
  52. 11d7644 Make help lines show "Close" again when more than one buffer is open. by Benno Schulenberg · 11 years ago
  53. 20b1e92 Add a pointer to the tail of the functions list, by Benno Schulenberg · 11 years ago
  54. 67e1387 Updating the FAQ. by Benno Schulenberg · 11 years ago
  55. 00db994 Increase the contrast between hard-wrapping and soft-wrapping by Benno Schulenberg · 11 years ago
  56. 9df7672 Putting the two wrapping toggles together and increasing their contrast a bit. by Benno Schulenberg · 11 years ago
  57. 86b8686 Returning the first shortcut that matches a given func in a given menu. by Benno Schulenberg · 11 years ago
  58. b991403 Making the Minus and Space keys work in the help viewer and file browser by Benno Schulenberg · 11 years ago
  59. 25e5896 Removeing several unneeded double semicolons plus two relic comments. by Benno Schulenberg · 11 years ago
  60. 051c9ba Splitting the toggles into three kind-of related groups, by Benno Schulenberg · 11 years ago
  61. cb7d11b Showing just two shortcuts per function, to pull by Benno Schulenberg · 11 years ago
  62. 9c0f9de Listing function key after meta key. by Benno Schulenberg · 11 years ago
  63. 47be8c2 Putting left/right in normal order. by Benno Schulenberg · 11 years ago
  64. c40cf0a Deleting unneeded empty funcs; being in the list of shortcuts is enough. by Benno Schulenberg · 11 years ago
  65. c8b60ce Eliding more unneeded constants. by Benno Schulenberg · 11 years ago
  66. 9aebd27 Eliding several pointless constants. by Benno Schulenberg · 11 years ago
  67. 9fc713b Renaming many constants from '*_msg' to '*_tag' to reduce confusion. by Benno Schulenberg · 11 years ago
  68. 12da94c Putting the movement keys in the help viewer in the order of increasing stride. by Benno Schulenberg · 11 years ago
  69. e15abc9 Improving two error messages, and complaining about by Benno Schulenberg · 11 years ago
  70. 94b1d01 Allowing the codes from Ins and Del keys to be rebound. by Benno Schulenberg · 11 years ago
  71. ac99736 Remove recognition of K-keys. by Benno Schulenberg · 11 years ago
  72. d630880 Giving nicer names to the dedicated keys, by Benno Schulenberg · 11 years ago
  73. 75ff3a9 Decombining a repetitive condition. by Benno Schulenberg · 11 years ago
  74. 27a52a8 Avoiding three compiler warnings with --enable-debug. by Benno Schulenberg · 11 years ago
  75. 24d9f31 Deleting some more unused stuff. by Benno Schulenberg · 11 years ago
  76. 8c5b9e7 Deleting a large bunch of unused defines. by Benno Schulenberg · 11 years ago
  77. 3064db2 Sorting functions slightly better, and allowing rebinding in the linter menu. by Benno Schulenberg · 11 years ago
  78. 57d773f No unnecessary checking for lowercase 'm' or 'f'. by Benno Schulenberg · 11 years ago
  79. bb8c903 Putting meta first, for clarity. by Benno Schulenberg · 11 years ago
  80. e0149c1 Adjusting two comments. by Benno Schulenberg · 11 years ago
  81. 374f4e2 Do not colour a mistaken rebinding of the F0 key. by Benno Schulenberg · 11 years ago
  82. f6a3ab0 Making better use of MMOST. by Benno Schulenberg · 11 years ago
  83. 5df7c0d Adjusting some tabbing and spacing. by Benno Schulenberg · 11 years ago
  84. e167afe Renaming MREPLACE2 to MREPLACEWITH, for clarity. by Benno Schulenberg · 11 years ago
  85. 4c9573d Renaming MALL to MMOST, for accuracy. by Benno Schulenberg · 11 years ago
  86. bf6a900 Removing MHELP from MALL. by Benno Schulenberg · 11 years ago
  87. 0d84301 Finding properly also the zeroeth item from a by Benno Schulenberg · 11 years ago
  88. 5c2b44a Adding shortcut ^L for Refresh to the help viewer, by Benno Schulenberg · 11 years ago
  89. 623b1b6 Removing superfluous abortion variable. by Benno Schulenberg · 11 years ago
  90. fdec2a1 Adding M-\ and M-/ for First and Last Line to the help viewer. by Benno Schulenberg · 11 years ago
  91. d6ecb96 Checking for the availability of snprintf(), fixes bug #42070. by Benno Schulenberg · 11 years ago
  92. 5bd359d Normalizing whitespace around '==' comparison. by Benno Schulenberg · 11 years ago
  93. d0691d9 Building nano from svn does not require ssh. by Benno Schulenberg · 11 years ago
  94. f876ee1 Relocating and correcting a few comments. by Benno Schulenberg · 11 years ago
  95. 4b5fa61 Actually setting the intended non-blocking input mode. by Benno Schulenberg · 11 years ago
  96. ff8454a Avoiding a compiler warning, and straightening out the logic. by Benno Schulenberg · 11 years ago
  97. cd634e0 Initializing a variable to avoid a compiler warning, renaming it, by Benno Schulenberg · 11 years ago
  98. 1e3f6bc Eliding a variable and condensing a comment. by Benno Schulenberg · 11 years ago
  99. 8f61511 Whitespace adjustments, plus a few comment tweaks. by Benno Schulenberg · 11 years ago
  100. 7828a80 Removing the unused parameter 'func_key' from get_shortcut(). by Benno Schulenberg · 11 years ago