1. d58fb90 Allowing M-J (full-justify) after being configured with --enable-justify. by Benno Schulenberg · 11 years ago
  2. a2dcd6e Dropping the obsolete argument of shortcut_init(), by Benno Schulenberg · 11 years ago
  3. bc6e9aa Keeping a pointer to the Uncut item in the functions list, to be able by Benno Schulenberg · 11 years ago
  4. 2ff9dc7 Do not set any helpline tags to empty strings; by Benno Schulenberg · 11 years ago
  5. e682173 There is no need for the helpline tags to be external. by Benno Schulenberg · 11 years ago
  6. ef97655 Limiting M-T to the main, and M-J to the main and search menus. by Benno Schulenberg · 11 years ago
  7. 24ed1bb Adjusting text for new disabling configuration options. by Benno Schulenberg · 11 years ago
  8. 70b2d08 Cosmetic tweaks. by Benno Schulenberg · 11 years ago
  9. 2d83e8d Printing the correct set of configuration options. by Benno Schulenberg · 11 years ago
  10. fc55756 Reloading a possibly freed function pointer. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  11. 189fff4 Tweaking still more comments. by Benno Schulenberg · 11 years ago
  12. b115aab Fixing compilation with --enable-wrapping. by Benno Schulenberg · 11 years ago
  13. 96c95cd Normalizing the indentation somewhat. by Benno Schulenberg · 11 years ago
  14. 062bca7 Fixing compilation with --enable-tabcomp and tiny. by Benno Schulenberg · 11 years ago
  15. 8611e47 Fixing warning with --enable-mouse and tiny. by Benno Schulenberg · 11 years ago
  16. 36c87bc Fixing compilation with --enable-justify and tiny. by Benno Schulenberg · 11 years ago
  17. 81377d9 Fixing warnings with --enable-help and tiny. by Benno Schulenberg · 11 years ago
  18. 26fd9b2 Fixing compilation with --enable-browser and tiny. by Benno Schulenberg · 11 years ago
  19. 1db6de4 Allowing other enablers to override --enable-tiny too. by Benno Schulenberg · 11 years ago
  20. 46b07fa Adding the missing meek colour disabling to --enable-tiny. by Benno Schulenberg · 11 years ago
  21. 9901170 Moving the enabling stuff to after the disabling stuff. by Benno Schulenberg · 11 years ago
  22. 817707e Tweaking more comments. by Benno Schulenberg · 11 years ago
  23. 0038992 Converting #ifdef ENABLE_COLOR to #ifndef DISABLE_COLOR. by Benno Schulenberg · 11 years ago
  24. 61bba1d Tweaking some comments. by Benno Schulenberg · 11 years ago
  25. 7a254dd Making sure the user sees a fatal-error message. by Benno Schulenberg · 11 years ago
  26. d8bf887 Allowing --enable-extra and --enable-multibuffer to override --enable-tiny. by Benno Schulenberg · 11 years ago
  27. f14096e Avoiding two more compilation warnings. by Benno Schulenberg · 11 years ago
  28. b8b29ff Fixing two compilation warnings for tiny. by Benno Schulenberg · 11 years ago
  29. d17438b Converting #ifdef NANO_EXTRA to #ifndef DISABLE_EXTRA. by Benno Schulenberg · 11 years ago
  30. 0636d7b Converting #ifdef ENABLE_MULTIBUFFER to #ifndef DISABLE_MULTIBUFFER. by Benno Schulenberg · 11 years ago
  31. 9d306cd Sorting all the disabling configuration options alphabetically. by Benno Schulenberg · 11 years ago
  32. 4d570e5 Stopping --with-slang from duplicating --enable-tiny. by Benno Schulenberg · 11 years ago
  33. 5ead22d Adding syntax colouring for PO files. by Benno Schulenberg · 11 years ago
  34. a4c0c2f Removing unused '*_support' variables. by Benno Schulenberg · 11 years ago
  35. 7cf7f42 Oops, s/make/conf/. by Benno Schulenberg · 11 years ago
  36. 73ff00e Upping the required version of Automake, to ensure the ONCE macros are defined. by Benno Schulenberg · 11 years ago
  37. b29ea10 Trying to build info only when 'makeinfo' is available. by Benno Schulenberg · 11 years ago
  38. 4171477 Silencing a compiler warning about a possibly uninitialized variable. by Benno Schulenberg · 11 years ago
  39. d28ed53 Adding a dummy if to silence a compiler warning. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  40. 7a8bd82 Ignoring 'config.cache' with git. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  41. 055f0fb Simplifying the man rules still further. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  42. 211a5e4 2014-03-31 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  43. 1265e4a More tweaks of bug numbers, spelling and line length, by Benno Schulenberg · 11 years ago
  44. 619b216 Consistently using a colon after names of changed files. by Benno Schulenberg · 11 years ago
  45. 682c1d0 First attemp at colouring Changelog files. by Benno Schulenberg · 11 years ago
  46. 3814283 Supporting globs in include paths. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  47. b21daeb Dropping redundant localedir. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  48. 0e39d7f Using 'dist_' prefixes and '+=' appending to produce by Benno Schulenberg · 11 years ago
  49. e9a440f Using standard doc dir for installing html files. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  50. 803c478 Yeah, delete the unused string too. by Benno Schulenberg · 11 years ago
  51. 91ee10a Placing a help string among its kin, adjusting some indentation, by Benno Schulenberg · 11 years ago
  52. cf71578 Fixing compilation with --disable-utf8. by Benno Schulenberg · 11 years ago
  53. c55ac2b Allowing --disable-utf8 and --enable-utf8 to work. by Benno Schulenberg · 11 years ago
  54. 463db0d Making --disable-nanorc with --enable-color barf. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  55. 55543ad Removing the superfluous function 'do_browser_help()'. by Benno Schulenberg · 11 years ago
  56. bb06fae Fixing compilation with --disable-browser. by Benno Schulenberg · 11 years ago
  57. a997aa6 Allowing binding and unbinding of keys when colour is disabled. by Benno Schulenberg · 11 years ago
  58. a166f70 Fixing compilation with --disable-color. by Benno Schulenberg · 11 years ago
  59. f7b5c5a Removing vestiges of the obsolete '--enable-all' configure flag. by Benno Schulenberg · 11 years ago
  60. 804b94e Adding a note on how to select and paste with the mouse by Benno Schulenberg · 11 years ago
  61. a85b6da Printing also the last shortcut in the list. by Benno Schulenberg · 11 years ago
  62. 70d2167 Some comment tweaks, and whitespace trimmings. by Benno Schulenberg · 11 years ago
  63. 90ea21f Word, tab, and comment tweaks in configure.ac. by Benno Schulenberg · 11 years ago
  64. 18530ec Adjusting the ChangeLog. by Benno Schulenberg · 11 years ago
  65. 673d210 Cleaning up most of the --with/--enable flags. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  66. 499c6de Harmonizing comments, and trimming some blank lines. by Benno Schulenberg · 11 years ago
  67. 18c252d Printing menu numbers for debugging in hex. by Benno Schulenberg · 11 years ago
  68. eaff14f Adding a configure flag to disable the use of the fattening libmagic. by Benno Schulenberg · 11 years ago
  69. 4172714 Using the pkg-config files of ncurses, when available. Patch by Mike Frysinger by Benno Schulenberg · 11 years ago
  70. 55a0d76 Fixing a few compiler warnings. by Benno Schulenberg · 11 years ago
  71. 3de6c57 Compiling with warnings enabled by default, to help prevent by Benno Schulenberg · 11 years ago
  72. 2797521 Highlighting trailing whitespace in Python and nanorc files. by Benno Schulenberg · 11 years ago
  73. a2fcc06 Adding syntax highlighting for Javascript, by Benno Schulenberg · 11 years ago
  74. b2a47a1 EAPI=5 updates for gentoo.nanorc. Patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  75. 5240275 Improving a debugging message, fixing a translator comment, and tweaking others. by Benno Schulenberg · 11 years ago
  76. 1701ade Adding three more translator names. by Benno Schulenberg · 11 years ago
  77. 5572ab9 Updates for Czech, Spanish, Italian, Norwegian, Serbian, and Chinese. by Benno Schulenberg · 11 years ago
  78. c7acf17 Regenerated the POT file. by Benno Schulenberg · 11 years ago
  79. 117cf85 Adding some missing translator names. by Benno Schulenberg · 11 years ago
  80. d398d92 Ow, add it there too. by Benno Schulenberg · 11 years ago
  81. 42e7582 Adding the 'extendsyntax' directive, and changing by Benno Schulenberg · 11 years ago
  82. 0b2f843 Eliding a variable. by Benno Schulenberg · 11 years ago
  83. cc7fef7 Adding the descriptions of six missing bindable functions. by Benno Schulenberg · 11 years ago
  84. cb80ca5 Grouping 'softwrap' with the toggles that affect how things look. by Benno Schulenberg · 11 years ago
  85. 05126fd Adding "poslog", plus tiny textual tweaks. by Benno Schulenberg · 11 years ago
  86. e51cfa3 Sorting the includes alphabetically, and adding missing ones. by Benno Schulenberg · 11 years ago
  87. eec71e3 Allowing softwrap to be rebound. by Benno Schulenberg · 11 years ago
  88. 90a43c3 Documenting the changed whitespace defaults. by Benno Schulenberg · 11 years ago
  89. 960a120 In the file browser one cannot search for a regular expression, by Benno Schulenberg · 11 years ago
  90. a65ef42 Removing stray spaces before tabs. by Benno Schulenberg · 11 years ago
  91. 88ff6a7 Putting ^B and ^F in the same order as other command keys: by Benno Schulenberg · 11 years ago
  92. 5ac8651 Minor Changelog tweaks. by Benno Schulenberg · 11 years ago
  93. e4c34c3 Adding, fixing, and removing some #endif comments. by Benno Schulenberg · 11 years ago
  94. a8353bd Removing the old softwrap scrolling code. by Benno Schulenberg · 11 years ago
  95. e34ac8e Condensing the code a bit. by Benno Schulenberg · 11 years ago
  96. c3e4a1f Showing ^F and ^B in the help lines of the tiny version. by Benno Schulenberg · 11 years ago
  97. 8977c4b Displaying more help items when the terminal is wider. by Benno Schulenberg · 11 years ago
  98. c85dc05 Using prettier whitespace characters when in a UTF-8 locale. by Benno Schulenberg · 11 years ago
  99. 3278f83 Initializing the correct variable to zero, to avoid jumpy scrolling. by Benno Schulenberg · 11 years ago
  100. f7c68cd 2014-03-04 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago