1. 2a9536c Removing a mistaken doubled-up | which causes by Benno Schulenberg · 11 years ago
  2. 1f960f7 Improving some of the wordings and formatting of the nanorc manpage. by Benno Schulenberg · 11 years ago
  3. 3f4389b Tweaking the formatting of the man pages a bit by Benno Schulenberg · 11 years ago
  4. 700c43b Standardizing the formatting of command-line options -- each one separately. by Benno Schulenberg · 11 years ago
  5. 2ec70b6 Separating short and long option by a customary comma by Benno Schulenberg · 11 years ago
  6. cf9f32b Reordering a few things, and adjusting some whitespace. by Benno Schulenberg · 11 years ago
  7. fcd4468 Adjusting some indentation. by Benno Schulenberg · 11 years ago
  8. 7239fda Using still further the func_from_key() wrapper instead of get_shortcut(). by Benno Schulenberg · 11 years ago
  9. 47dffa4 Using still more the func_from_key() wrapper instead of get_shortcut(). by Benno Schulenberg · 11 years ago
  10. 266e049 Using the more direct func_from_key() wrapper instead of get_shortcut(). by Benno Schulenberg · 11 years ago
  11. dbb5e7c Moving first_sc_for() next to its sister function too. by Benno Schulenberg · 11 years ago
  12. 8075063 Moving strtokeytype() next to its sister function. by Benno Schulenberg · 11 years ago
  13. d23283e Removing the now unused and unneeded addition ability to the shortcut list. by Benno Schulenberg · 11 years ago
  14. 7ffc7b0 * doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix. by Jordi Mallach · 11 years ago
  15. 1a8c90e Removing 'undo' from the valid options, so it gets coloured brightred. by Benno Schulenberg · 11 years ago
  16. ea40ebb * doc/nanorc.sample.in: Remove ‘undo’ section which is now obsolete. by Jordi Mallach · 11 years ago
  17. 1c8cdfd Add release to ChangeLog and back to svn version by Chris Allegretta · 11 years ago
  18. 0dfd5f7 GNU nano 2.3.6 release by Chris Allegretta · 11 years ago
  19. 35cb2c8 * doc/man/rnano.1: Additional printing formatting improvement from by Jordi Mallach · 11 years ago
  20. 3d5de0d * doc/man/fr/nano.1, doc/man/fr/rnano.1: Apply similar escaping fixes by Jordi Mallach · 11 years ago
  21. a3710f6 * doc/syntax/debian.nanorc: Add https, tor and spacewalk to supported by Jordi Mallach · 11 years ago
  22. 18be897 doc/man/nano.1, doc/man/rnano.1: Add some escaping and formatting by Jordi Mallach · 11 years ago
  23. a9fdfd0 Normalizing some tabbing. by Benno Schulenberg · 11 years ago
  24. 2394e52 Making sure line renumbering starts far enough back after by Benno Schulenberg · 11 years ago
  25. ee7bbf4 2014-07-13 David Lawrence Ramsey <pooka109@gmail.com> by Chris Allegretta · 11 years ago
  26. 8914bd5 Not silencing the warning about datarootdir being ignored -- by Benno Schulenberg · 11 years ago
  27. 5dde918 Not speaking of "line wrap" but of "text add" when undoing/redoing by Benno Schulenberg · 11 years ago
  28. 300e277 Refixing a typo in a statusbar error message. by Benno Schulenberg · 11 years ago
  29. cfc396c Add 2.3.5 to ChangeLog, and back to svn version by Chris Allegretta · 11 years ago
  30. c45d5f4 GNU nano 2.3.5 release by Chris Allegretta · 11 years ago
  31. 733ca94 2014-07-11 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  32. a9c3bbf files.c:do_lockfile(): Actually reference the variable we're using for the dir. by Chris Allegretta · 11 years ago
  33. be3e440 Tiny ChangeLog fixes, and marking the 2.2.6 release. by Benno Schulenberg · 11 years ago
  34. 6d5b2fd 2014-07-02 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  35. 637b76b Freeing the cutbuffer after use. by Benno Schulenberg · 11 years ago
  36. 92213f9 Handling the cases of cutting-from-cursor-to-end-of-line by Benno Schulenberg · 11 years ago
  37. 85ddc71 Properly excluding the --quiet option when --disable-nanorc was given. by Benno Schulenberg · 11 years ago
  38. 6c86ee1 Deleting old wrapper 'getfuncfromkey()', and replacing its call by Benno Schulenberg · 11 years ago
  39. 6418ffa Making use of the new wrapper in the help viewer and the file browser. by Benno Schulenberg · 11 years ago
  40. 3933a30 Adding a typedef for a pointer to a function: functionptrtype. by Benno Schulenberg · 11 years ago
  41. e6a4a64 Adding two defines to make the functions list clearer. by Benno Schulenberg · 11 years ago
  42. b095725 Now delete these case-sensitive, regular-expressive and backwards by Benno Schulenberg · 11 years ago
  43. 4947ad8 Showing that it is possible to have case-sensitive, regular-expressive, by Benno Schulenberg · 11 years ago
  44. ebcc68f Grouping the arguments better. by Benno Schulenberg · 11 years ago
  45. 645841f Not passing the menu but setting it earlier. by Benno Schulenberg · 11 years ago
  46. 3cd3e32 There are no tagless functions, so there is no need to check. by Benno Schulenberg · 11 years ago
  47. 49816fe Now that 'currmenu' is really global, stop passing it around. by Benno Schulenberg · 11 years ago
  48. 3b031b1 Making sure to always set 'currmenu', so that we can rely on it. by Benno Schulenberg · 11 years ago
  49. 95e77a9 Renaming '*cut_till_end' to '*cut_till_eof', to reduce by Benno Schulenberg · 11 years ago
  50. 776931a Fixing a bug where binding a movement function to a Meta key would make by Benno Schulenberg · 11 years ago
  51. 7e5324d Making 'meta_key' and 'func_key' into global variables, instead of by Benno Schulenberg · 11 years ago
  52. eaf235f Moving some variables to a better place. by Benno Schulenberg · 11 years ago
  53. e94a00a When there are no syntaxes, for example with --ignorercfiles, by Benno Schulenberg · 11 years ago
  54. 09dd0a4 Making Ctrl-Left and Ctrl-Right produce special codes, by Benno Schulenberg · 11 years ago
  55. 6f28d35 Fixing compilation with --enable-tiny --enable-nanorc. by Benno Schulenberg · 11 years ago
  56. 41e19a1 Tiny ChangeLog tweaks. by Benno Schulenberg · 11 years ago
  57. 484a0be Updating the pointer to the bottom of the file by Benno Schulenberg · 11 years ago
  58. d48d84a Now trimming the superfluous braces. by Benno Schulenberg · 11 years ago
  59. b71cf98 Using a single assignment of do_toggle_void. by Benno Schulenberg · 11 years ago
  60. 0a1e56e Moving (the recognition of) the toggles to the end, like everywhere else. by Benno Schulenberg · 11 years ago
  61. d4623f3 Eradicating the execute flag -- it is almost always TRUE, and when it's FALSE by Benno Schulenberg · 11 years ago
  62. b5895f0 Removing the useless parameters 'have_shortcut and 'allow_funcs'. by Benno Schulenberg · 11 years ago
  63. 4868f83 Silencing a useless warning about seemingly ignoring a datarootdir setting. by Benno Schulenberg · 11 years ago
  64. 607b226 Stopping to distribute the obsolete BUGS file, and removing it from SVN. by Benno Schulenberg · 11 years ago
  65. 26de2dd Normalizing some indentation and whitespace. by Benno Schulenberg · 11 years ago
  66. 29dfb68 Removing the ability to search for a matching bracket in a prompt input line. by Benno Schulenberg · 11 years ago
  67. 64fd3b8 Updating the docs for the narrower meaning of 'all' when rebinding keys. by Benno Schulenberg · 11 years ago
  68. 4651f49 Allowing only those menus where the bound function is actually present, by Benno Schulenberg · 11 years ago
  69. a8c13d7 Adding default keybindings for Cut, PrevWord and NextWord in the prompt input lines. by Benno Schulenberg · 11 years ago
  70. 40ae394 Allowing 'firstline' and 'lastline' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
  71. 0c0fbd5 Allowing 'firstfile' and 'lastfile' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
  72. 45417c7 Giving audible feedback when flipping the new buffer to off by Benno Schulenberg · 11 years ago
  73. cfa1338 Normalizing the indentation in do_help(). by Benno Schulenberg · 11 years ago
  74. 12ecfbb Showing Ins and Del as valid rebindable keys in the nanorc syntax colouring. by Benno Schulenberg · 11 years ago
  75. ef16223 Adding the bindable function 'gotodir', documenting it, and also by Benno Schulenberg · 11 years ago
  76. a0f66c0 Renaming 'no_replace_void()' to 'flip_replace_void()', by Benno Schulenberg · 11 years ago
  77. ce0ea44 Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity, by Benno Schulenberg · 11 years ago
  78. 4cf39e4 Renaming 'undidmsg' to 'redidmsg', to be apt. by Benno Schulenberg · 11 years ago
  79. 64039e9 Removing a superfluous abortion variable, and placing two comments better. by Benno Schulenberg · 11 years ago
  80. 8ea830f When toggling softwrap, only the edit window needs to be refreshed, by Benno Schulenberg · 11 years ago
  81. cda06a9 Removing two pointless calls of get_shortcut(), and adjusting the comments. by Benno Schulenberg · 11 years ago
  82. 0166691 Fixing three leaks of the cutbuffer, shortening and regrouping some stuff, by Benno Schulenberg · 11 years ago
  83. 07f4061 When redoing a line join at the tail of the file, by Benno Schulenberg · 11 years ago
  84. fb6c0cd When undoing a line break at the tail of the file, by Benno Schulenberg · 11 years ago
  85. 76e150b When undoing a cut-till-end-of-file, put the cursor back by Benno Schulenberg · 11 years ago
  86. f80dcb2 Miscellaneous whitespace fixes, one type fix, and one more #ifdef NANO_TINY. by Benno Schulenberg · 11 years ago
  87. 3060ce3 Letting +1 and +,1 make nano start on line one column one, overriding by Benno Schulenberg · 11 years ago
  88. b14fbf7 Explaining better what "all" means when rebinding keys. by Benno Schulenberg · 11 years ago
  89. 1930e81 Fixing compilation with --enable-tiny --enable-mouse. by Benno Schulenberg · 11 years ago
  90. 691689d Fixing compilation with --enable-tiny --enable-histories --enable-multibuffer. by Benno Schulenberg · 11 years ago
  91. 3b47ff7 Fixing compilation with --enable-tiny --enable-wrapping. by Benno Schulenberg · 11 years ago
  92. cf8a296 Fixing compilation with --enable-tiny --enable-histories --enable-nanorc. by Benno Schulenberg · 11 years ago
  93. c923fa7 History logging is no longer dependent upon nanorc support, by Benno Schulenberg · 11 years ago
  94. b055599 Fixing compilation with --enable-tiny --enable-browser. by Benno Schulenberg · 11 years ago
  95. 492e9f6 Miscellaneous whitespace adjustments and comment tweaks. by Benno Schulenberg · 11 years ago
  96. ac6846a Wrapping long lines and actually reporting the name that is not a directory. by Benno Schulenberg · 11 years ago
  97. 03f37ad Another removal and more regrouping. by Benno Schulenberg · 11 years ago
  98. 4147c5e Removing two obsolete variables and regrouping some stuff. by Benno Schulenberg · 11 years ago
  99. 3f816ee Huh!? Why doesn't the build fail here without this change? by Benno Schulenberg · 11 years ago
  100. ae2d300 Pfff... Getting all iterations right is difficult. by Benno Schulenberg · 11 years ago