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