1. 29dfb68 Removing the ability to search for a matching bracket in a prompt input line. by Benno Schulenberg · 11 years ago
  2. 64fd3b8 Updating the docs for the narrower meaning of 'all' when rebinding keys. by Benno Schulenberg · 11 years ago
  3. 4651f49 Allowing only those menus where the bound function is actually present, by Benno Schulenberg · 11 years ago
  4. a8c13d7 Adding default keybindings for Cut, PrevWord and NextWord in the prompt input lines. by Benno Schulenberg · 11 years ago
  5. 40ae394 Allowing 'firstline' and 'lastline' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
  6. 0c0fbd5 Allowing 'firstfile' and 'lastfile' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
  7. 45417c7 Giving audible feedback when flipping the new buffer to off by Benno Schulenberg · 11 years ago
  8. cfa1338 Normalizing the indentation in do_help(). by Benno Schulenberg · 11 years ago
  9. 12ecfbb Showing Ins and Del as valid rebindable keys in the nanorc syntax colouring. by Benno Schulenberg · 11 years ago
  10. ef16223 Adding the bindable function 'gotodir', documenting it, and also by Benno Schulenberg · 11 years ago
  11. a0f66c0 Renaming 'no_replace_void()' to 'flip_replace_void()', by Benno Schulenberg · 11 years ago
  12. ce0ea44 Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity, by Benno Schulenberg · 11 years ago
  13. 4cf39e4 Renaming 'undidmsg' to 'redidmsg', to be apt. by Benno Schulenberg · 11 years ago
  14. 64039e9 Removing a superfluous abortion variable, and placing two comments better. by Benno Schulenberg · 11 years ago
  15. 8ea830f When toggling softwrap, only the edit window needs to be refreshed, by Benno Schulenberg · 11 years ago
  16. cda06a9 Removing two pointless calls of get_shortcut(), and adjusting the comments. by Benno Schulenberg · 11 years ago
  17. 0166691 Fixing three leaks of the cutbuffer, shortening and regrouping some stuff, by Benno Schulenberg · 11 years ago
  18. 07f4061 When redoing a line join at the tail of the file, by Benno Schulenberg · 11 years ago
  19. fb6c0cd When undoing a line break at the tail of the file, by Benno Schulenberg · 11 years ago
  20. 76e150b When undoing a cut-till-end-of-file, put the cursor back by Benno Schulenberg · 11 years ago
  21. f80dcb2 Miscellaneous whitespace fixes, one type fix, and one more #ifdef NANO_TINY. by Benno Schulenberg · 11 years ago
  22. 3060ce3 Letting +1 and +,1 make nano start on line one column one, overriding by Benno Schulenberg · 11 years ago
  23. b14fbf7 Explaining better what "all" means when rebinding keys. by Benno Schulenberg · 11 years ago
  24. 1930e81 Fixing compilation with --enable-tiny --enable-mouse. by Benno Schulenberg · 11 years ago
  25. 691689d Fixing compilation with --enable-tiny --enable-histories --enable-multibuffer. by Benno Schulenberg · 11 years ago
  26. 3b47ff7 Fixing compilation with --enable-tiny --enable-wrapping. by Benno Schulenberg · 11 years ago
  27. cf8a296 Fixing compilation with --enable-tiny --enable-histories --enable-nanorc. by Benno Schulenberg · 11 years ago
  28. c923fa7 History logging is no longer dependent upon nanorc support, by Benno Schulenberg · 11 years ago
  29. b055599 Fixing compilation with --enable-tiny --enable-browser. by Benno Schulenberg · 11 years ago
  30. 492e9f6 Miscellaneous whitespace adjustments and comment tweaks. by Benno Schulenberg · 11 years ago
  31. ac6846a Wrapping long lines and actually reporting the name that is not a directory. by Benno Schulenberg · 11 years ago
  32. 03f37ad Another removal and more regrouping. by Benno Schulenberg · 11 years ago
  33. 4147c5e Removing two obsolete variables and regrouping some stuff. by Benno Schulenberg · 11 years ago
  34. 3f816ee Huh!? Why doesn't the build fail here without this change? by Benno Schulenberg · 11 years ago
  35. ae2d300 Pfff... Getting all iterations right is difficult. by Benno Schulenberg · 11 years ago
  36. b341f29 Transform many DISABLE_NANORC #ifdefs to the new DISABLE_HISTORIES. by Benno Schulenberg · 11 years ago
  37. 0615acd Adding a --disable-histories flag, to disable the code for by Benno Schulenberg · 11 years ago
  38. fcb4c3f Allowing --historylog and --poslog to function by Benno Schulenberg · 11 years ago
  39. d840302 Updating some comments to match the current state of affairs. by Benno Schulenberg · 11 years ago
  40. e7c690d Renaming 'no_more_space()' to 'more_space()' for consistency. by Benno Schulenberg · 11 years ago
  41. a81e141 Removing a condition and a break that cancel each other. by Benno Schulenberg · 11 years ago
  42. 336d1b8 Renaming 'function_type' to 'key_type', for clarity. by Benno Schulenberg · 11 years ago
  43. 45fe2ad Renaming the undo type UNSPLIT to JOIN, for clarity. by Benno Schulenberg · 11 years ago
  44. b39db7b And eliding a totally unused 'strdata2'. by Benno Schulenberg · 11 years ago
  45. 3cf338a Eliding the in fact unneeded 'to_eof' by Benno Schulenberg · 11 years ago
  46. c55c0db Renaming 'to_end' to 'to_eof', to lessen confusion with CUT_TO_END. by Benno Schulenberg · 11 years ago
  47. a872709 Making sure the cutbuffer is cleared at the appropriate moments. by Benno Schulenberg · 11 years ago
  48. b439f55 Replacing SYSCONFDIR with an absolute path or a circumlocution, by Benno Schulenberg · 11 years ago
  49. e96022b After an undo or redo, update the 'placewewant'. Patch by Mark Majeres. by Benno Schulenberg · 11 years ago
  50. 38cb8fc Removing an obsolete boolean variable. by Benno Schulenberg · 11 years ago
  51. 4f3f976 Displaying "No file name" on the statusbar for two seconds by Benno Schulenberg · 11 years ago
  52. 7152a4b Changing some wordings, to be more precise or clear. by Benno Schulenberg · 11 years ago
  53. 73a8aa0 Updating the docs for the changed location of nano's search history. by Benno Schulenberg · 11 years ago
  54. d21649e Trimming the contents of EXTRA_DIST to what is beyond normal. by Benno Schulenberg · 11 years ago
  55. 1f67c12 Removing an "-I m4" flag; it is needed only at the top level. by Benno Schulenberg · 11 years ago
  56. 0ec7710 Putting a common statement outside of the then/else branches. by Benno Schulenberg · 11 years ago
  57. 99a649d Avoiding an "Unknown Command" on every cursor-positioning mouse click. by Benno Schulenberg · 11 years ago
  58. ca9abd8 Making sure the compiler also links against libz, which is used by libmagic. by Benno Schulenberg · 11 years ago
  59. 948b8e9 Putting the cursor back in front of a backwards cut, by Benno Schulenberg · 11 years ago
  60. c5c0d74 Removing the useless info dir file from the build directory, by Benno Schulenberg · 11 years ago
  61. 736fbf2 Removing the --undo option, having the undo functions always enabled. by Benno Schulenberg · 11 years ago
  62. cd59a64 Not treating the holding of both Control and Meta the same as only Control. by Benno Schulenberg · 11 years ago
  63. 3af22aa Letting a toggle not break a series of ^Ks. by Benno Schulenberg · 11 years ago
  64. 1d06455 Letting a click on titlebar or statusbar not break a series of ^Ks. by Benno Schulenberg · 11 years ago
  65. 454563c Letting a mousal repositioning of the cursor break a series of ^Ks. by Benno Schulenberg · 11 years ago
  66. 62bb6e8 Setting not just the meta_key but also the func_key boolean when a key is by Benno Schulenberg · 11 years ago
  67. 8cc8b08 Removing a superfluous switch statement. by Benno Schulenberg · 11 years ago
  68. fc35e20 Always accepting mouse events, also when just looking for Unjustify. by Benno Schulenberg · 11 years ago
  69. a3f421c Producing the correct return value for when a mouse event reinserted something by Benno Schulenberg · 11 years ago
  70. 7d5f42c Using the right type to avoid a compiler warning. by Benno Schulenberg · 11 years ago
  71. a8a23ab Making a couple of minimalistic whitespace adjustments. by Benno Schulenberg · 11 years ago
  72. 53435b0 One more type fix and two tiny message tweaks. Patch by David Lawrence Ramsey. by Benno Schulenberg · 11 years ago
  73. 6af5bde A few more cosmetic tweaks and type fixes. Patch by David Lawrence Ramsey. by Benno Schulenberg · 11 years ago
  74. 1102aaa Making tiny nano a bit tinier by preening out some soft-wrap stuff. by Benno Schulenberg · 11 years ago
  75. acda255 A bunch of type fixes, mostly in debugging messages -- by Benno Schulenberg · 11 years ago
  76. ed0086b Eliding four function calls by not comparing with an by Benno Schulenberg · 11 years ago
  77. 505125e A few cosmetic tweaks of comments and whitespace. by Benno Schulenberg · 11 years ago
  78. c35eb5a Avoiding a compiler warning with --disable-wrapping. by Benno Schulenberg · 11 years ago
  79. 9ac910e Removing two superfluous conditions. by Benno Schulenberg · 11 years ago
  80. be10c2a Rewriting the line-wrapping code to make use of the existing line-break code. by Benno Schulenberg · 11 years ago
  81. 64896ba Differentiating between undoing a Delete and undoing a Backspace -- the by Benno Schulenberg · 11 years ago
  82. 5dfab51 Putting back the "-svn" tag on the version number. by Benno Schulenberg · 11 years ago
  83. 25df3ab Noting nano 2.3.3 and 2.3.4 in the Changelog. by Benno Schulenberg · 11 years ago
  84. 04a38da Allowing the toggle between Read File and Execute Command to be rebound. by Benno Schulenberg · 11 years ago
  85. 95592ce Tiny ChangeLog tweaks. by Benno Schulenberg · 11 years ago
  86. 1eb23d4 Making use of the macros charalloc() and charealloc(), making use of by Benno Schulenberg · 11 years ago
  87. 1de337d Normalizing whitespace, comments and interpunction, in various places. by Benno Schulenberg · 11 years ago
  88. ac1508c GNU nano 2.3.4 release by Chris Allegretta · 11 years ago
  89. 0de8d0d 2014-06-02 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  90. ff36b05 Differentiating (for the undo structure) between by Benno Schulenberg · 11 years ago
  91. 82a4110 2014-05-29 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  92. cbc6e51 Back to SVN by Chris Allegretta · 11 years ago
  93. de8dbf5 GNU nano 2.3.3 release by Chris Allegretta · 11 years ago
  94. 4f3fe13 2014-05-28 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  95. f470c90 Standardizing the calls of add_to_funcs(), breaking always between menu and tag. by Benno Schulenberg · 11 years ago
  96. 8c5f504 Making tiny nano again just a tiny bit tinier. by Benno Schulenberg · 11 years ago
  97. ac193ec Updates from the TP for German, Dutch, and Esperanto. by Benno Schulenberg · 11 years ago
  98. 4822359 Eliding four unneeded tags. by Benno Schulenberg · 11 years ago
  99. 62de330 Adding a translator comment for the --help output. by Benno Schulenberg · 11 years ago
  100. 9b084b2 Removing an unneeded format specifier. by Benno Schulenberg · 11 years ago