1. be3e440 Tiny ChangeLog fixes, and marking the 2.2.6 release. by Benno Schulenberg · 11 years ago
  2. 6d5b2fd 2014-07-02 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  3. 637b76b Freeing the cutbuffer after use. by Benno Schulenberg · 11 years ago
  4. 92213f9 Handling the cases of cutting-from-cursor-to-end-of-line by Benno Schulenberg · 11 years ago
  5. 85ddc71 Properly excluding the --quiet option when --disable-nanorc was given. by Benno Schulenberg · 11 years ago
  6. 6c86ee1 Deleting old wrapper 'getfuncfromkey()', and replacing its call by Benno Schulenberg · 11 years ago
  7. 6418ffa Making use of the new wrapper in the help viewer and the file browser. by Benno Schulenberg · 11 years ago
  8. 3933a30 Adding a typedef for a pointer to a function: functionptrtype. by Benno Schulenberg · 11 years ago
  9. e6a4a64 Adding two defines to make the functions list clearer. by Benno Schulenberg · 11 years ago
  10. b095725 Now delete these case-sensitive, regular-expressive and backwards by Benno Schulenberg · 11 years ago
  11. 4947ad8 Showing that it is possible to have case-sensitive, regular-expressive, by Benno Schulenberg · 11 years ago
  12. ebcc68f Grouping the arguments better. by Benno Schulenberg · 11 years ago
  13. 645841f Not passing the menu but setting it earlier. by Benno Schulenberg · 11 years ago
  14. 3cd3e32 There are no tagless functions, so there is no need to check. by Benno Schulenberg · 11 years ago
  15. 49816fe Now that 'currmenu' is really global, stop passing it around. by Benno Schulenberg · 11 years ago
  16. 3b031b1 Making sure to always set 'currmenu', so that we can rely on it. by Benno Schulenberg · 11 years ago
  17. 95e77a9 Renaming '*cut_till_end' to '*cut_till_eof', to reduce by Benno Schulenberg · 11 years ago
  18. 776931a Fixing a bug where binding a movement function to a Meta key would make by Benno Schulenberg · 11 years ago
  19. 7e5324d Making 'meta_key' and 'func_key' into global variables, instead of by Benno Schulenberg · 11 years ago
  20. eaf235f Moving some variables to a better place. by Benno Schulenberg · 11 years ago
  21. e94a00a When there are no syntaxes, for example with --ignorercfiles, by Benno Schulenberg · 11 years ago
  22. 09dd0a4 Making Ctrl-Left and Ctrl-Right produce special codes, by Benno Schulenberg · 11 years ago
  23. 6f28d35 Fixing compilation with --enable-tiny --enable-nanorc. by Benno Schulenberg · 11 years ago
  24. 41e19a1 Tiny ChangeLog tweaks. by Benno Schulenberg · 11 years ago
  25. 484a0be Updating the pointer to the bottom of the file by Benno Schulenberg · 11 years ago
  26. d48d84a Now trimming the superfluous braces. by Benno Schulenberg · 11 years ago
  27. b71cf98 Using a single assignment of do_toggle_void. by Benno Schulenberg · 11 years ago
  28. 0a1e56e Moving (the recognition of) the toggles to the end, like everywhere else. by Benno Schulenberg · 11 years ago
  29. d4623f3 Eradicating the execute flag -- it is almost always TRUE, and when it's FALSE by Benno Schulenberg · 11 years ago
  30. b5895f0 Removing the useless parameters 'have_shortcut and 'allow_funcs'. by Benno Schulenberg · 11 years ago
  31. 4868f83 Silencing a useless warning about seemingly ignoring a datarootdir setting. by Benno Schulenberg · 11 years ago
  32. 607b226 Stopping to distribute the obsolete BUGS file, and removing it from SVN. by Benno Schulenberg · 11 years ago
  33. 26de2dd Normalizing some indentation and whitespace. by Benno Schulenberg · 11 years ago
  34. 29dfb68 Removing the ability to search for a matching bracket in a prompt input line. by Benno Schulenberg · 11 years ago
  35. 64fd3b8 Updating the docs for the narrower meaning of 'all' when rebinding keys. by Benno Schulenberg · 11 years ago
  36. 4651f49 Allowing only those menus where the bound function is actually present, by Benno Schulenberg · 11 years ago
  37. a8c13d7 Adding default keybindings for Cut, PrevWord and NextWord in the prompt input lines. by Benno Schulenberg · 11 years ago
  38. 40ae394 Allowing 'firstline' and 'lastline' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
  39. 0c0fbd5 Allowing 'firstfile' and 'lastfile' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
  40. 45417c7 Giving audible feedback when flipping the new buffer to off by Benno Schulenberg · 11 years ago
  41. cfa1338 Normalizing the indentation in do_help(). by Benno Schulenberg · 11 years ago
  42. 12ecfbb Showing Ins and Del as valid rebindable keys in the nanorc syntax colouring. by Benno Schulenberg · 11 years ago
  43. ef16223 Adding the bindable function 'gotodir', documenting it, and also by Benno Schulenberg · 11 years ago
  44. a0f66c0 Renaming 'no_replace_void()' to 'flip_replace_void()', by Benno Schulenberg · 11 years ago
  45. ce0ea44 Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity, by Benno Schulenberg · 11 years ago
  46. 4cf39e4 Renaming 'undidmsg' to 'redidmsg', to be apt. by Benno Schulenberg · 11 years ago
  47. 64039e9 Removing a superfluous abortion variable, and placing two comments better. by Benno Schulenberg · 11 years ago
  48. 8ea830f When toggling softwrap, only the edit window needs to be refreshed, by Benno Schulenberg · 11 years ago
  49. cda06a9 Removing two pointless calls of get_shortcut(), and adjusting the comments. by Benno Schulenberg · 11 years ago
  50. 0166691 Fixing three leaks of the cutbuffer, shortening and regrouping some stuff, by Benno Schulenberg · 11 years ago
  51. 07f4061 When redoing a line join at the tail of the file, by Benno Schulenberg · 11 years ago
  52. fb6c0cd When undoing a line break at the tail of the file, by Benno Schulenberg · 11 years ago
  53. 76e150b When undoing a cut-till-end-of-file, put the cursor back by Benno Schulenberg · 11 years ago
  54. f80dcb2 Miscellaneous whitespace fixes, one type fix, and one more #ifdef NANO_TINY. by Benno Schulenberg · 11 years ago
  55. 3060ce3 Letting +1 and +,1 make nano start on line one column one, overriding by Benno Schulenberg · 11 years ago
  56. b14fbf7 Explaining better what "all" means when rebinding keys. by Benno Schulenberg · 11 years ago
  57. 1930e81 Fixing compilation with --enable-tiny --enable-mouse. by Benno Schulenberg · 11 years ago
  58. 691689d Fixing compilation with --enable-tiny --enable-histories --enable-multibuffer. by Benno Schulenberg · 11 years ago
  59. 3b47ff7 Fixing compilation with --enable-tiny --enable-wrapping. by Benno Schulenberg · 11 years ago
  60. cf8a296 Fixing compilation with --enable-tiny --enable-histories --enable-nanorc. by Benno Schulenberg · 11 years ago
  61. c923fa7 History logging is no longer dependent upon nanorc support, by Benno Schulenberg · 11 years ago
  62. b055599 Fixing compilation with --enable-tiny --enable-browser. by Benno Schulenberg · 11 years ago
  63. 492e9f6 Miscellaneous whitespace adjustments and comment tweaks. by Benno Schulenberg · 11 years ago
  64. ac6846a Wrapping long lines and actually reporting the name that is not a directory. by Benno Schulenberg · 11 years ago
  65. 03f37ad Another removal and more regrouping. by Benno Schulenberg · 11 years ago
  66. 4147c5e Removing two obsolete variables and regrouping some stuff. by Benno Schulenberg · 11 years ago
  67. 3f816ee Huh!? Why doesn't the build fail here without this change? by Benno Schulenberg · 11 years ago
  68. ae2d300 Pfff... Getting all iterations right is difficult. by Benno Schulenberg · 11 years ago
  69. b341f29 Transform many DISABLE_NANORC #ifdefs to the new DISABLE_HISTORIES. by Benno Schulenberg · 11 years ago
  70. 0615acd Adding a --disable-histories flag, to disable the code for by Benno Schulenberg · 11 years ago
  71. fcb4c3f Allowing --historylog and --poslog to function by Benno Schulenberg · 11 years ago
  72. d840302 Updating some comments to match the current state of affairs. by Benno Schulenberg · 11 years ago
  73. e7c690d Renaming 'no_more_space()' to 'more_space()' for consistency. by Benno Schulenberg · 11 years ago
  74. a81e141 Removing a condition and a break that cancel each other. by Benno Schulenberg · 11 years ago
  75. 336d1b8 Renaming 'function_type' to 'key_type', for clarity. by Benno Schulenberg · 11 years ago
  76. 45fe2ad Renaming the undo type UNSPLIT to JOIN, for clarity. by Benno Schulenberg · 11 years ago
  77. b39db7b And eliding a totally unused 'strdata2'. by Benno Schulenberg · 11 years ago
  78. 3cf338a Eliding the in fact unneeded 'to_eof' by Benno Schulenberg · 11 years ago
  79. c55c0db Renaming 'to_end' to 'to_eof', to lessen confusion with CUT_TO_END. by Benno Schulenberg · 11 years ago
  80. a872709 Making sure the cutbuffer is cleared at the appropriate moments. by Benno Schulenberg · 11 years ago
  81. b439f55 Replacing SYSCONFDIR with an absolute path or a circumlocution, by Benno Schulenberg · 11 years ago
  82. e96022b After an undo or redo, update the 'placewewant'. Patch by Mark Majeres. by Benno Schulenberg · 11 years ago
  83. 38cb8fc Removing an obsolete boolean variable. by Benno Schulenberg · 11 years ago
  84. 4f3f976 Displaying "No file name" on the statusbar for two seconds by Benno Schulenberg · 11 years ago
  85. 7152a4b Changing some wordings, to be more precise or clear. by Benno Schulenberg · 11 years ago
  86. 73a8aa0 Updating the docs for the changed location of nano's search history. by Benno Schulenberg · 11 years ago
  87. d21649e Trimming the contents of EXTRA_DIST to what is beyond normal. by Benno Schulenberg · 11 years ago
  88. 1f67c12 Removing an "-I m4" flag; it is needed only at the top level. by Benno Schulenberg · 11 years ago
  89. 0ec7710 Putting a common statement outside of the then/else branches. by Benno Schulenberg · 11 years ago
  90. 99a649d Avoiding an "Unknown Command" on every cursor-positioning mouse click. by Benno Schulenberg · 11 years ago
  91. ca9abd8 Making sure the compiler also links against libz, which is used by libmagic. by Benno Schulenberg · 11 years ago
  92. 948b8e9 Putting the cursor back in front of a backwards cut, by Benno Schulenberg · 11 years ago
  93. c5c0d74 Removing the useless info dir file from the build directory, by Benno Schulenberg · 11 years ago
  94. 736fbf2 Removing the --undo option, having the undo functions always enabled. by Benno Schulenberg · 11 years ago
  95. cd59a64 Not treating the holding of both Control and Meta the same as only Control. by Benno Schulenberg · 11 years ago
  96. 3af22aa Letting a toggle not break a series of ^Ks. by Benno Schulenberg · 11 years ago
  97. 1d06455 Letting a click on titlebar or statusbar not break a series of ^Ks. by Benno Schulenberg · 11 years ago
  98. 454563c Letting a mousal repositioning of the cursor break a series of ^Ks. by Benno Schulenberg · 11 years ago
  99. 62bb6e8 Setting not just the meta_key but also the func_key boolean when a key is by Benno Schulenberg · 11 years ago
  100. 8cc8b08 Removing a superfluous switch statement. by Benno Schulenberg · 11 years ago