1. a93a11e Using a simpler algorithm for jumping to the next word. by Benno Schulenberg · 10 years ago
  2. 5688c16 Jumping to the start of the current word, not to that of the preceding one. by Benno Schulenberg · 10 years ago
  3. 65c7c81 Adjusting some indentation and some line wrapping. by Benno Schulenberg · 10 years ago
  4. 7256b05 Not adding directories to the list of file positions. by Benno Schulenberg · 10 years ago
  5. 3331828 Mentioning that the position history is limited to the 200 most recent files. by Benno Schulenberg · 10 years ago
  6. 2b72f1d Documenting the --enable-altrcname configure option. by Benno Schulenberg · 10 years ago
  7. ae42240 Handling an update of the first element correctly. by Benno Schulenberg · 10 years ago
  8. 87460b5 Eliding another small function that is used only once. by Benno Schulenberg · 10 years ago
  9. decee32 Eliding an unneeded function. by Benno Schulenberg · 10 years ago
  10. f01dd29 Bundling four statements (that in total occur seven times) by Benno Schulenberg · 10 years ago
  11. 53c8ada Removing a superfluous free. by Benno Schulenberg · 10 years ago
  12. eed1aab Chopping an always-FALSE parameter and deleting an unused return value. by Benno Schulenberg · 10 years ago
  13. b8d32d8 Condensing the code by removing a triplication. by Benno Schulenberg · 10 years ago
  14. 8c705b5 Moving an updated position-history item to the end of the list, by Benno Schulenberg · 10 years ago
  15. cd1d435 Renaming a variable for clarity and contrast. by Benno Schulenberg · 10 years ago
  16. 3a3b176 Not using $HOME when we're root, because some sudos don't filter it out by Benno Schulenberg · 10 years ago
  17. 0af2f9e Deleting the unneeded blanking of a variable. by Benno Schulenberg · 10 years ago
  18. a443760 Eliding an unneeded variable. by Benno Schulenberg · 10 years ago
  19. 7a1709f Removing a now unneeded function, as nothing can break out of do_prompt() by Benno Schulenberg · 10 years ago
  20. aa7edb7 Preserving the cursor position on the statusbar when just toggling by Benno Schulenberg · 10 years ago
  21. a68e162 Adding to the Changelog the remark that Savannah bug #44950 is now fixed. by Benno Schulenberg · 10 years ago
  22. fe3d849 Getting rid of a global variable. by Benno Schulenberg · 10 years ago
  23. a91a1c7 Readjusting the indentation and a comment. by Benno Schulenberg · 10 years ago
  24. 8bd76d8 Verifying that the containing directory of the given filename exists. by Benno Schulenberg · 10 years ago
  25. f8f2d63 Limiting the number of loaded items in the positions history. by Benno Schulenberg · 10 years ago
  26. 13ba543 Removing a mistaken '+': only one menu name is allowed in key bindings. by Benno Schulenberg · 10 years ago
  27. a3a69ee Fixing a typo in an #ifndef symbol. Reported by Frank. by Benno Schulenberg · 10 years ago
  28. ffae582 Allowing inline comments with key bindings. Patch by Mike Frysinger. by Benno Schulenberg · 10 years ago
  29. f845938 Freeing the items on the undo stack when a buffer is closed. by Benno Schulenberg · 10 years ago
  30. 38acacb Moving set_modified() to the file that has to do with files. by Benno Schulenberg · 10 years ago
  31. caa759b Returning a fantastic file descriptor -- when opening by Benno Schulenberg · 10 years ago
  32. dfeb0f9 Plugging another memory leak. by Benno Schulenberg · 10 years ago
  33. 0ee7729 Freeing the full filename in all cases. by Benno Schulenberg · 10 years ago
  34. 6337095 Showing a key only when it was rebound. by Benno Schulenberg · 10 years ago
  35. 33fb174 Eliding an unneeded function. by Benno Schulenberg · 10 years ago
  36. 431cec4 Deleting two duplicate declarations. by Benno Schulenberg · 10 years ago
  37. 8a9f716 Eliding an unneeded variable and adjusting some wrappings and whitespace. by Benno Schulenberg · 10 years ago
  38. 8f46377 Deleting an 'if' that is always FALSE. by Benno Schulenberg · 10 years ago
  39. ba7ac78 Removing a reference to an obsolete file. Bug was reported by Mike Frysinger. by Benno Schulenberg · 10 years ago
  40. 34fbb1f Adjusting a few comments and rewrapping some lines. by Benno Schulenberg · 10 years ago
  41. ecf3cd7 Reducing the number of indentation steps elsewhere too. by Benno Schulenberg · 10 years ago
  42. 96b9249 Reducing the number of indentation steps. by Benno Schulenberg · 10 years ago
  43. 774c8ba Condensing the preparsing of a line. by Benno Schulenberg · 10 years ago
  44. 73ee7d7 Removing a senseless iteration: simply add the new record at the tail. by Benno Schulenberg · 10 years ago
  45. deb271d Differentiating a variable name from function names. by Benno Schulenberg · 10 years ago
  46. cb832be Removing some code duplication. by Benno Schulenberg · 10 years ago
  47. 583b67b Rename a variable, to match the save routine. by Benno Schulenberg · 10 years ago
  48. 5b350b8 Fixing some typos and whitespace, and normalizing the dates in the NEWS file. by Benno Schulenberg · 10 years ago
  49. 53991cf Fixing the 2.5.1 tag in the Changelog. by Benno Schulenberg · 10 years ago
  50. 3f31bbc Back to SVN by Chris Allegretta · 10 years ago
  51. c26a940 GNU nano 2.5.1 release by Chris Allegretta · 10 years ago
  52. 26347ed Forward date 2.5.1 up to the 11th since I didnt get to it before Midnight. by Chris Allegretta · 10 years ago
  53. 1b293ff Adjusting dates and version number. by Benno Schulenberg · 10 years ago
  54. 83475b0 Adding a news item for the upcoming 2.5.1. by Benno Schulenberg · 10 years ago
  55. 113cd50 Snipping inconsistent blank lines in the Changelog. by Benno Schulenberg · 10 years ago
  56. ec4ee1c Not going beyond the number of available rows in the edit window. by Benno Schulenberg · 10 years ago
  57. ebbb5b5 Making sure to keep advancing also when regex matches are zero-length. by Benno Schulenberg · 10 years ago
  58. 1ac2c4c Adding a comment and using a symbolic value. by Benno Schulenberg · 10 years ago
  59. 6d6cda2 Delete two unneeded #ifdefs -- better fail to compile than create a cripple. by Benno Schulenberg · 10 years ago
  60. 9962e3b Making "Tab" produce the appropriate keycode. This fixes Savannah bug #46812. by Benno Schulenberg · 10 years ago
  61. 9d72efa Gettextizing a forgotten string. by Benno Schulenberg · 10 years ago
  62. 22557df Adding "Tab" as a key description, just like "Del" and "Enter" already are. by Benno Schulenberg · 10 years ago
  63. 9e6b9a2 Improving the name of allow_pending_sigwinch() to allow_sigwinch(), by Benno Schulenberg · 10 years ago
  64. 0dd351a Condensing the exit code of do_linter(). by Benno Schulenberg · 10 years ago
  65. dd29c56 Rewriting the loop, and constifying the input of sctofunc(). by Benno Schulenberg · 10 years ago
  66. 7a08fa6 No longer freeing any existing functions -- they are defined only once. by Benno Schulenberg · 10 years ago
  67. 539a4b4 Constifying the input parameter of strtosc() and strtomenu(). by Benno Schulenberg · 10 years ago
  68. 42a761e Adjusting the indentation after the previous change. by Benno Schulenberg · 10 years ago
  69. 0d85c8c Alerting the user when a functionless shortcut is encountered. by Benno Schulenberg · 10 years ago
  70. a5bc70a Aborting reset_multis() when there are zero multiline regexes. by Benno Schulenberg · 10 years ago
  71. 37712fb Letting reset_multis() figure out whether after an addition a full refresh is by Benno Schulenberg · 10 years ago
  72. 5765e96 Letting reset_multis() figure out whether after a deletion a full refresh is by Benno Schulenberg · 10 years ago
  73. c916ca8 Correctly restoring the settings of NO_HELP and MORE_SPACE. by Benno Schulenberg · 10 years ago
  74. 97e9476 Skipping the unneeded reinitialization of the windows; by Benno Schulenberg · 10 years ago
  75. 9eca195 Plugging three tiny memory leaks. by Benno Schulenberg · 10 years ago
  76. 46db638 Chopping a duplicate parameter. by Benno Schulenberg · 10 years ago
  77. 1592ca0 Chopping an always FALSE parameter. by Benno Schulenberg · 10 years ago
  78. 8f0262f Deleting a now unused function. by Benno Schulenberg · 10 years ago
  79. 33bc96a Restoring the cursor position differently, using a more basic routine. by Benno Schulenberg · 10 years ago
  80. 26bc037 Normalizing the comments in the OCaml file. by Benno Schulenberg · 10 years ago
  81. 37d8ad8 Not trying to position the cursor when opening a buffer failed. by Benno Schulenberg · 10 years ago
  82. ae598e7 Disabling the regex for multiline strings in C and Assembler, by Benno Schulenberg · 10 years ago
  83. 480b6a3 Going back to the filename prompt when the user decides to save a by Benno Schulenberg · 10 years ago
  84. 31e1af6 Not opening an extra blank buffer when an empty file is read. by Benno Schulenberg · 10 years ago
  85. a0eea60 Improving the ordering of two bindable functions. by Benno Schulenberg · 10 years ago
  86. 8cc6308 Offering ^Q in the writeout menu to close and discard the current buffer by Benno Schulenberg · 10 years ago
  87. 1bebe34 Preventing valid pointers from getting truncated and rejected. by Benno Schulenberg · 10 years ago
  88. 277f58f History: no prompting on exit errors, because making the user hit Enter when by Benno Schulenberg · 10 years ago
  89. 451b299 Expanding the autoconf syntax a little, by handling .m4 files too, adding the by Benno Schulenberg · 10 years ago
  90. 454f6eb AC_CHECK_HEADERS_ONCE() is very special cannot be conditionalized. by Benno Schulenberg · 10 years ago
  91. bd91785 Using 'return' instead of an intermediate variable. by Benno Schulenberg · 10 years ago
  92. 46082bd Renaming three keyboard functions -- 'get' is not a good name when the by Benno Schulenberg · 10 years ago
  93. dd1b2dc Tweaking the Changelog. by Benno Schulenberg · 10 years ago
  94. 31f0456 Moving two functions to the color.c file, where they belong. by Benno Schulenberg · 10 years ago
  95. 5737fe3 Precalculating the multiline-regex cache data for each buffer, by Benno Schulenberg · 10 years ago
  96. 7276015 Tweaking some comments and improving a variable name. by Benno Schulenberg · 10 years ago
  97. 22e9283 Chopping a superfluous boolean parameter -- 'prevnode' being NULL is by Benno Schulenberg · 10 years ago
  98. d639129 Improving some comments and renaming three variables. by Benno Schulenberg · 10 years ago
  99. 4fc1684 Adjusting the whitespace after the previous change, and adding a comment. by Benno Schulenberg · 10 years ago
  100. 8295a88 Using a couple less #ifdefs, to mimic how this is done in set_colorpairs(). by Benno Schulenberg · 10 years ago