1. 4c9573d Renaming MALL to MMOST, for accuracy. by Benno Schulenberg · 11 years ago
  2. bf6a900 Removing MHELP from MALL. by Benno Schulenberg · 11 years ago
  3. 0d84301 Finding properly also the zeroeth item from a by Benno Schulenberg · 11 years ago
  4. 5c2b44a Adding shortcut ^L for Refresh to the help viewer, by Benno Schulenberg · 11 years ago
  5. 623b1b6 Removing superfluous abortion variable. by Benno Schulenberg · 11 years ago
  6. fdec2a1 Adding M-\ and M-/ for First and Last Line to the help viewer. by Benno Schulenberg · 11 years ago
  7. d6ecb96 Checking for the availability of snprintf(), fixes bug #42070. by Benno Schulenberg · 11 years ago
  8. 5bd359d Normalizing whitespace around '==' comparison. by Benno Schulenberg · 11 years ago
  9. d0691d9 Building nano from svn does not require ssh. by Benno Schulenberg · 11 years ago
  10. f876ee1 Relocating and correcting a few comments. by Benno Schulenberg · 11 years ago
  11. 4b5fa61 Actually setting the intended non-blocking input mode. by Benno Schulenberg · 11 years ago
  12. ff8454a Avoiding a compiler warning, and straightening out the logic. by Benno Schulenberg · 11 years ago
  13. cd634e0 Initializing a variable to avoid a compiler warning, renaming it, by Benno Schulenberg · 11 years ago
  14. 1e3f6bc Eliding a variable and condensing a comment. by Benno Schulenberg · 11 years ago
  15. 8f61511 Whitespace adjustments, plus a few comment tweaks. by Benno Schulenberg · 11 years ago
  16. 7828a80 Removing the unused parameter 'func_key' from get_shortcut(). by Benno Schulenberg · 11 years ago
  17. c8fbc7d Removing the unused parameter 'file_bot' from copy_from_filestruct(). by Benno Schulenberg · 11 years ago
  18. 9cc6438 Complaining about --enable-color and tiny without --enable-nanorc. by Benno Schulenberg · 11 years ago
  19. eea0908 Converting #ifdef ENABLE_NANORC to #ifndef DISABLE_NANORC. by Benno Schulenberg · 11 years ago
  20. b988132 Printing the correct --enable/--disable option for libmagic. by Benno Schulenberg · 11 years ago
  21. 5c7a6d7 Making tiny disable libmagic, and documenting the --disable-libmagic flag. by Benno Schulenberg · 11 years ago
  22. 8347d02 Some small extra colourings. by Benno Schulenberg · 11 years ago
  23. f803ef5 Cosmetic tweaks. by Benno Schulenberg · 11 years ago
  24. 7b4faba Deleting a misplaced setting of 'currmenu'. by Benno Schulenberg · 11 years ago
  25. ade84e6 Removing mistaken browser item from Go-To-Line menu. by Benno Schulenberg · 11 years ago
  26. 1f934e3 Removing unused parameter 'menu' from strtosc(). by Benno Schulenberg · 11 years ago
  27. cc054ec Adding four recent syntaxes to the packing list. by Benno Schulenberg · 11 years ago
  28. 753d93d Adding missing --poslog option to the texinfo file, plus some tweaks. by Benno Schulenberg · 11 years ago
  29. e1f46a9 Adding the documentation for the new --noread option. by Benno Schulenberg · 11 years ago
  30. db7064b Adding the command-line option --noread to treat any name by Benno Schulenberg · 11 years ago
  31. d19be5a More editing of comment blocks and trimming of blank lines. by Benno Schulenberg · 11 years ago
  32. 598c654 Adjusting some comments, and removing an unneeded 'if'. by Benno Schulenberg · 11 years ago
  33. de597bc Correcting two comments, and tweaking two others. by Benno Schulenberg · 11 years ago
  34. d0dec31 Reformat some comment blocks, fix a few typos, and remove a few unneeded by Benno Schulenberg · 11 years ago
  35. 91c740e Converting a literal UTF-8 string into its corresponding byte sequence. by Benno Schulenberg · 11 years ago
  36. 5e901c4 Extending the syntax highlighting for Go lang. by Benno Schulenberg · 11 years ago
  37. f7c5eee Uppercasing only the first two or three characters of a key name, by Benno Schulenberg · 11 years ago
  38. 2cdaaac Melting the binding and unbinding code into a single function. by Benno Schulenberg · 11 years ago
  39. 7f40bdf Improve the layout of the fatal error message. by Benno Schulenberg · 11 years ago
  40. 2f00c9d Do not speak of "flags", but only of "options". by Benno Schulenberg · 11 years ago
  41. 6f6ee84 Ehm, no, cancel that. That makes it act like by Benno Schulenberg · 11 years ago
  42. 86f4384 Turn wrapping off when --disable-wrapping-as-root was used, no matter what. by Benno Schulenberg · 11 years ago
  43. d58fb90 Allowing M-J (full-justify) after being configured with --enable-justify. by Benno Schulenberg · 11 years ago
  44. a2dcd6e Dropping the obsolete argument of shortcut_init(), by Benno Schulenberg · 11 years ago
  45. bc6e9aa Keeping a pointer to the Uncut item in the functions list, to be able by Benno Schulenberg · 11 years ago
  46. 2ff9dc7 Do not set any helpline tags to empty strings; by Benno Schulenberg · 11 years ago
  47. e682173 There is no need for the helpline tags to be external. by Benno Schulenberg · 11 years ago
  48. ef97655 Limiting M-T to the main, and M-J to the main and search menus. by Benno Schulenberg · 11 years ago
  49. 24ed1bb Adjusting text for new disabling configuration options. by Benno Schulenberg · 11 years ago
  50. 70b2d08 Cosmetic tweaks. by Benno Schulenberg · 11 years ago
  51. 2d83e8d Printing the correct set of configuration options. by Benno Schulenberg · 11 years ago
  52. fc55756 Reloading a possibly freed function pointer. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  53. 189fff4 Tweaking still more comments. by Benno Schulenberg · 11 years ago
  54. b115aab Fixing compilation with --enable-wrapping. by Benno Schulenberg · 11 years ago
  55. 96c95cd Normalizing the indentation somewhat. by Benno Schulenberg · 11 years ago
  56. 062bca7 Fixing compilation with --enable-tabcomp and tiny. by Benno Schulenberg · 11 years ago
  57. 8611e47 Fixing warning with --enable-mouse and tiny. by Benno Schulenberg · 11 years ago
  58. 36c87bc Fixing compilation with --enable-justify and tiny. by Benno Schulenberg · 11 years ago
  59. 81377d9 Fixing warnings with --enable-help and tiny. by Benno Schulenberg · 11 years ago
  60. 26fd9b2 Fixing compilation with --enable-browser and tiny. by Benno Schulenberg · 11 years ago
  61. 1db6de4 Allowing other enablers to override --enable-tiny too. by Benno Schulenberg · 11 years ago
  62. 46b07fa Adding the missing meek colour disabling to --enable-tiny. by Benno Schulenberg · 11 years ago
  63. 9901170 Moving the enabling stuff to after the disabling stuff. by Benno Schulenberg · 11 years ago
  64. 817707e Tweaking more comments. by Benno Schulenberg · 11 years ago
  65. 0038992 Converting #ifdef ENABLE_COLOR to #ifndef DISABLE_COLOR. by Benno Schulenberg · 11 years ago
  66. 61bba1d Tweaking some comments. by Benno Schulenberg · 11 years ago
  67. 7a254dd Making sure the user sees a fatal-error message. by Benno Schulenberg · 11 years ago
  68. d8bf887 Allowing --enable-extra and --enable-multibuffer to override --enable-tiny. by Benno Schulenberg · 11 years ago
  69. f14096e Avoiding two more compilation warnings. by Benno Schulenberg · 11 years ago
  70. b8b29ff Fixing two compilation warnings for tiny. by Benno Schulenberg · 11 years ago
  71. d17438b Converting #ifdef NANO_EXTRA to #ifndef DISABLE_EXTRA. by Benno Schulenberg · 11 years ago
  72. 0636d7b Converting #ifdef ENABLE_MULTIBUFFER to #ifndef DISABLE_MULTIBUFFER. by Benno Schulenberg · 11 years ago
  73. 9d306cd Sorting all the disabling configuration options alphabetically. by Benno Schulenberg · 11 years ago
  74. 4d570e5 Stopping --with-slang from duplicating --enable-tiny. by Benno Schulenberg · 11 years ago
  75. 5ead22d Adding syntax colouring for PO files. by Benno Schulenberg · 11 years ago
  76. a4c0c2f Removing unused '*_support' variables. by Benno Schulenberg · 11 years ago
  77. 7cf7f42 Oops, s/make/conf/. by Benno Schulenberg · 11 years ago
  78. 73ff00e Upping the required version of Automake, to ensure the ONCE macros are defined. by Benno Schulenberg · 11 years ago
  79. b29ea10 Trying to build info only when 'makeinfo' is available. by Benno Schulenberg · 11 years ago
  80. 4171477 Silencing a compiler warning about a possibly uninitialized variable. by Benno Schulenberg · 11 years ago
  81. d28ed53 Adding a dummy if to silence a compiler warning. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  82. 7a8bd82 Ignoring 'config.cache' with git. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  83. 055f0fb Simplifying the man rules still further. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  84. 211a5e4 2014-03-31 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  85. 1265e4a More tweaks of bug numbers, spelling and line length, by Benno Schulenberg · 11 years ago
  86. 619b216 Consistently using a colon after names of changed files. by Benno Schulenberg · 11 years ago
  87. 682c1d0 First attemp at colouring Changelog files. by Benno Schulenberg · 11 years ago
  88. 3814283 Supporting globs in include paths. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  89. b21daeb Dropping redundant localedir. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  90. 0e39d7f Using 'dist_' prefixes and '+=' appending to produce by Benno Schulenberg · 11 years ago
  91. e9a440f Using standard doc dir for installing html files. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  92. 803c478 Yeah, delete the unused string too. by Benno Schulenberg · 11 years ago
  93. 91ee10a Placing a help string among its kin, adjusting some indentation, by Benno Schulenberg · 11 years ago
  94. cf71578 Fixing compilation with --disable-utf8. by Benno Schulenberg · 11 years ago
  95. c55ac2b Allowing --disable-utf8 and --enable-utf8 to work. by Benno Schulenberg · 11 years ago
  96. 463db0d Making --disable-nanorc with --enable-color barf. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  97. 55543ad Removing the superfluous function 'do_browser_help()'. by Benno Schulenberg · 11 years ago
  98. bb06fae Fixing compilation with --disable-browser. by Benno Schulenberg · 11 years ago
  99. a997aa6 Allowing binding and unbinding of keys when colour is disabled. by Benno Schulenberg · 11 years ago
  100. a166f70 Fixing compilation with --disable-color. by Benno Schulenberg · 11 years ago