1. 61758e9 Show the important toggles early on in the help lines by Benno Schulenberg · 11 years ago
  2. c269d31 In a concise help text, mention only those options that actually do something. by Benno Schulenberg · 11 years ago
  3. 4301918 Not blurting out the full help text when command line contains some mistake. by Benno Schulenberg · 11 years ago
  4. 20011f4 Plugging two tiny memory leaks. Patch essentially by Mark Majeres. by Benno Schulenberg · 11 years ago
  5. 618051c Group related functions together, remove duplicate "up"/"down", by Benno Schulenberg · 11 years ago
  6. 301c4ef Allow do_spell() to be bound to other key combos. by Benno Schulenberg · 11 years ago
  7. 11d7644 Make help lines show "Close" again when more than one buffer is open. by Benno Schulenberg · 11 years ago
  8. 20b1e92 Add a pointer to the tail of the functions list, by Benno Schulenberg · 11 years ago
  9. 67e1387 Updating the FAQ. by Benno Schulenberg · 11 years ago
  10. 00db994 Increase the contrast between hard-wrapping and soft-wrapping by Benno Schulenberg · 11 years ago
  11. 9df7672 Putting the two wrapping toggles together and increasing their contrast a bit. by Benno Schulenberg · 11 years ago
  12. 86b8686 Returning the first shortcut that matches a given func in a given menu. by Benno Schulenberg · 11 years ago
  13. b991403 Making the Minus and Space keys work in the help viewer and file browser by Benno Schulenberg · 11 years ago
  14. 25e5896 Removeing several unneeded double semicolons plus two relic comments. by Benno Schulenberg · 11 years ago
  15. 051c9ba Splitting the toggles into three kind-of related groups, by Benno Schulenberg · 11 years ago
  16. cb7d11b Showing just two shortcuts per function, to pull by Benno Schulenberg · 11 years ago
  17. 9c0f9de Listing function key after meta key. by Benno Schulenberg · 11 years ago
  18. 47be8c2 Putting left/right in normal order. by Benno Schulenberg · 11 years ago
  19. c40cf0a Deleting unneeded empty funcs; being in the list of shortcuts is enough. by Benno Schulenberg · 11 years ago
  20. c8b60ce Eliding more unneeded constants. by Benno Schulenberg · 11 years ago
  21. 9aebd27 Eliding several pointless constants. by Benno Schulenberg · 11 years ago
  22. 9fc713b Renaming many constants from '*_msg' to '*_tag' to reduce confusion. by Benno Schulenberg · 11 years ago
  23. 12da94c Putting the movement keys in the help viewer in the order of increasing stride. by Benno Schulenberg · 11 years ago
  24. e15abc9 Improving two error messages, and complaining about by Benno Schulenberg · 11 years ago
  25. 94b1d01 Allowing the codes from Ins and Del keys to be rebound. by Benno Schulenberg · 11 years ago
  26. ac99736 Remove recognition of K-keys. by Benno Schulenberg · 11 years ago
  27. d630880 Giving nicer names to the dedicated keys, by Benno Schulenberg · 11 years ago
  28. 75ff3a9 Decombining a repetitive condition. by Benno Schulenberg · 11 years ago
  29. 27a52a8 Avoiding three compiler warnings with --enable-debug. by Benno Schulenberg · 11 years ago
  30. 24d9f31 Deleting some more unused stuff. by Benno Schulenberg · 11 years ago
  31. 8c5b9e7 Deleting a large bunch of unused defines. by Benno Schulenberg · 11 years ago
  32. 3064db2 Sorting functions slightly better, and allowing rebinding in the linter menu. by Benno Schulenberg · 11 years ago
  33. 57d773f No unnecessary checking for lowercase 'm' or 'f'. by Benno Schulenberg · 11 years ago
  34. bb8c903 Putting meta first, for clarity. by Benno Schulenberg · 11 years ago
  35. e0149c1 Adjusting two comments. by Benno Schulenberg · 11 years ago
  36. 374f4e2 Do not colour a mistaken rebinding of the F0 key. by Benno Schulenberg · 11 years ago
  37. f6a3ab0 Making better use of MMOST. by Benno Schulenberg · 11 years ago
  38. 5df7c0d Adjusting some tabbing and spacing. by Benno Schulenberg · 11 years ago
  39. e167afe Renaming MREPLACE2 to MREPLACEWITH, for clarity. by Benno Schulenberg · 11 years ago
  40. 4c9573d Renaming MALL to MMOST, for accuracy. by Benno Schulenberg · 11 years ago
  41. bf6a900 Removing MHELP from MALL. by Benno Schulenberg · 11 years ago
  42. 0d84301 Finding properly also the zeroeth item from a by Benno Schulenberg · 11 years ago
  43. 5c2b44a Adding shortcut ^L for Refresh to the help viewer, by Benno Schulenberg · 11 years ago
  44. 623b1b6 Removing superfluous abortion variable. by Benno Schulenberg · 11 years ago
  45. fdec2a1 Adding M-\ and M-/ for First and Last Line to the help viewer. by Benno Schulenberg · 11 years ago
  46. d6ecb96 Checking for the availability of snprintf(), fixes bug #42070. by Benno Schulenberg · 11 years ago
  47. 5bd359d Normalizing whitespace around '==' comparison. by Benno Schulenberg · 11 years ago
  48. d0691d9 Building nano from svn does not require ssh. by Benno Schulenberg · 11 years ago
  49. f876ee1 Relocating and correcting a few comments. by Benno Schulenberg · 11 years ago
  50. 4b5fa61 Actually setting the intended non-blocking input mode. by Benno Schulenberg · 11 years ago
  51. ff8454a Avoiding a compiler warning, and straightening out the logic. by Benno Schulenberg · 11 years ago
  52. cd634e0 Initializing a variable to avoid a compiler warning, renaming it, by Benno Schulenberg · 11 years ago
  53. 1e3f6bc Eliding a variable and condensing a comment. by Benno Schulenberg · 11 years ago
  54. 8f61511 Whitespace adjustments, plus a few comment tweaks. by Benno Schulenberg · 11 years ago
  55. 7828a80 Removing the unused parameter 'func_key' from get_shortcut(). by Benno Schulenberg · 11 years ago
  56. c8fbc7d Removing the unused parameter 'file_bot' from copy_from_filestruct(). by Benno Schulenberg · 11 years ago
  57. 9cc6438 Complaining about --enable-color and tiny without --enable-nanorc. by Benno Schulenberg · 11 years ago
  58. eea0908 Converting #ifdef ENABLE_NANORC to #ifndef DISABLE_NANORC. by Benno Schulenberg · 11 years ago
  59. b988132 Printing the correct --enable/--disable option for libmagic. by Benno Schulenberg · 11 years ago
  60. 5c7a6d7 Making tiny disable libmagic, and documenting the --disable-libmagic flag. by Benno Schulenberg · 11 years ago
  61. 8347d02 Some small extra colourings. by Benno Schulenberg · 11 years ago
  62. f803ef5 Cosmetic tweaks. by Benno Schulenberg · 11 years ago
  63. 7b4faba Deleting a misplaced setting of 'currmenu'. by Benno Schulenberg · 11 years ago
  64. ade84e6 Removing mistaken browser item from Go-To-Line menu. by Benno Schulenberg · 11 years ago
  65. 1f934e3 Removing unused parameter 'menu' from strtosc(). by Benno Schulenberg · 11 years ago
  66. cc054ec Adding four recent syntaxes to the packing list. by Benno Schulenberg · 11 years ago
  67. 753d93d Adding missing --poslog option to the texinfo file, plus some tweaks. by Benno Schulenberg · 11 years ago
  68. e1f46a9 Adding the documentation for the new --noread option. by Benno Schulenberg · 11 years ago
  69. db7064b Adding the command-line option --noread to treat any name by Benno Schulenberg · 11 years ago
  70. d19be5a More editing of comment blocks and trimming of blank lines. by Benno Schulenberg · 11 years ago
  71. 598c654 Adjusting some comments, and removing an unneeded 'if'. by Benno Schulenberg · 11 years ago
  72. de597bc Correcting two comments, and tweaking two others. by Benno Schulenberg · 11 years ago
  73. d0dec31 Reformat some comment blocks, fix a few typos, and remove a few unneeded by Benno Schulenberg · 11 years ago
  74. 91c740e Converting a literal UTF-8 string into its corresponding byte sequence. by Benno Schulenberg · 11 years ago
  75. 5e901c4 Extending the syntax highlighting for Go lang. by Benno Schulenberg · 11 years ago
  76. f7c5eee Uppercasing only the first two or three characters of a key name, by Benno Schulenberg · 11 years ago
  77. 2cdaaac Melting the binding and unbinding code into a single function. by Benno Schulenberg · 11 years ago
  78. 7f40bdf Improve the layout of the fatal error message. by Benno Schulenberg · 11 years ago
  79. 2f00c9d Do not speak of "flags", but only of "options". by Benno Schulenberg · 11 years ago
  80. 6f6ee84 Ehm, no, cancel that. That makes it act like by Benno Schulenberg · 11 years ago
  81. 86f4384 Turn wrapping off when --disable-wrapping-as-root was used, no matter what. by Benno Schulenberg · 11 years ago
  82. d58fb90 Allowing M-J (full-justify) after being configured with --enable-justify. by Benno Schulenberg · 11 years ago
  83. a2dcd6e Dropping the obsolete argument of shortcut_init(), by Benno Schulenberg · 11 years ago
  84. bc6e9aa Keeping a pointer to the Uncut item in the functions list, to be able by Benno Schulenberg · 11 years ago
  85. 2ff9dc7 Do not set any helpline tags to empty strings; by Benno Schulenberg · 11 years ago
  86. e682173 There is no need for the helpline tags to be external. by Benno Schulenberg · 11 years ago
  87. ef97655 Limiting M-T to the main, and M-J to the main and search menus. by Benno Schulenberg · 11 years ago
  88. 24ed1bb Adjusting text for new disabling configuration options. by Benno Schulenberg · 11 years ago
  89. 70b2d08 Cosmetic tweaks. by Benno Schulenberg · 11 years ago
  90. 2d83e8d Printing the correct set of configuration options. by Benno Schulenberg · 11 years ago
  91. fc55756 Reloading a possibly freed function pointer. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  92. 189fff4 Tweaking still more comments. by Benno Schulenberg · 11 years ago
  93. b115aab Fixing compilation with --enable-wrapping. by Benno Schulenberg · 11 years ago
  94. 96c95cd Normalizing the indentation somewhat. by Benno Schulenberg · 11 years ago
  95. 062bca7 Fixing compilation with --enable-tabcomp and tiny. by Benno Schulenberg · 11 years ago
  96. 8611e47 Fixing warning with --enable-mouse and tiny. by Benno Schulenberg · 11 years ago
  97. 36c87bc Fixing compilation with --enable-justify and tiny. by Benno Schulenberg · 11 years ago
  98. 81377d9 Fixing warnings with --enable-help and tiny. by Benno Schulenberg · 11 years ago
  99. 26fd9b2 Fixing compilation with --enable-browser and tiny. by Benno Schulenberg · 11 years ago
  100. 1db6de4 Allowing other enablers to override --enable-tiny too. by Benno Schulenberg · 11 years ago