1. 27e1e83 As the charmove() already copies the terminating null byte, by Benno Schulenberg · 9 years ago
  2. 0dec394 Make that kill_spaces_on_justify, add hilighting. by Chris Allegretta · 9 years ago
  3. 6a0ae5a 2016-02-22 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 9 years ago
  4. 3ed08c5 Eliding a variable -- there is no need to optimize for calls of strlen(), by Benno Schulenberg · 9 years ago
  5. 7c0e433 Not moving too many bytes -- that is: not moving them beyond the by Benno Schulenberg · 9 years ago
  6. c115166 Sorting the prev_word() and next_word() functions in the standard way: by Benno Schulenberg · 9 years ago
  7. 9d8c729 The amount to scroll is never zero, so there is no need to check. by Benno Schulenberg · 9 years ago
  8. 818a39c Condensing some code by factoring out a repetition. by Benno Schulenberg · 9 years ago
  9. f4f9954 Eliding the function free_openfilestruct() as it is used only once. by Benno Schulenberg · 9 years ago
  10. 814a422 Removing four unneeded checks for NULL. by Benno Schulenberg · 9 years ago
  11. 801b3ce Not requiring a third Tab to show the list of possible completions by Benno Schulenberg · 9 years ago
  12. acf19bd Reducing an allocation to what is actually needed. by Benno Schulenberg · 9 years ago
  13. 0f64fe0 Parsing a character in the correct buffer: in the first match by Benno Schulenberg · 9 years ago
  14. e86dc03 Avoiding a memory leak when tabbing on a string that doesn't occur in the by Benno Schulenberg · 9 years ago
  15. 5fa5ccf Deleting a debugging leftover. by Benno Schulenberg · 9 years ago
  16. 9703934 Allowing the parameter of free_filestruct() to be NULL, by Benno Schulenberg · 9 years ago
  17. 56cfab3 Fixing Savannah bug #47127 the proper way, by Benno Schulenberg · 9 years ago
  18. 2163d96 Deleting two dead prototypes, adjusting two comments for correctness, by Benno Schulenberg · 9 years ago
  19. 16ba6df Deleting a redundant assignment. The multidata pointer is already by Benno Schulenberg · 9 years ago
  20. 706f014 Avoiding the loss a buffer when getcwd() fails. by Benno Schulenberg · 9 years ago
  21. 6c0e5e3 Freeing not just the struct but also the data it contains, by Benno Schulenberg · 9 years ago
  22. 8d005c8 Saying that the 2.5 branch is a "rolling" release, that lock files are done, by Benno Schulenberg · 9 years ago
  23. e540053 Renaming and condensing some stuff, and correcting the main comment, by Benno Schulenberg · 9 years ago
  24. ef16a2a Doing the copying of typed stuff from input to output just once. by Benno Schulenberg · 9 years ago
  25. 15947ac Restoring the mentioned behavior also for the internal spell fixer. by Benno Schulenberg · 9 years ago
  26. f3a1d7b Making the iteration through replacement matches behave the same again as the by Benno Schulenberg · 9 years ago
  27. 568d2a3 Switching the cursor on and off at the appropriate moments (that is: when by Benno Schulenberg · 9 years ago
  28. ec3cd1e Allocating enough space for printing out the line and column numbers. by Benno Schulenberg · 9 years ago
  29. 813f9f7 Rebuilding the file list only when necessary, and not for each and every by Benno Schulenberg · 9 years ago
  30. 0db2825 Back to SVN, and fix typo in NEWS by Chris Allegretta · 9 years ago
  31. 0f45b26 GNU nano 2.5.2 release by Chris Allegretta · 9 years ago
  32. 6f35203 Making the formatter command more visible in the Go syntax file. by Benno Schulenberg · 9 years ago
  33. de5b263 Condensing some declarations, rewrapping some lines, and improving a by Benno Schulenberg · 9 years ago
  34. e39938c Not leaving curses mode in the formatter, as that would hide by Benno Schulenberg · 9 years ago
  35. d4118ef Going to the next item in the list before freeing the current one. by Benno Schulenberg · 9 years ago
  36. 6c82fd6 Adding remark to Changelog that Savannah bug #47111 is fixed. by Benno Schulenberg · 9 years ago
  37. 65efed5 Freeing the position-history records that are dropped. by Benno Schulenberg · 9 years ago
  38. b8e0e22 Switching the cursor on in the right place: in the central input routine. by Benno Schulenberg · 9 years ago
  39. fddad26 Removing two SVN Id tags and a duplication. by Benno Schulenberg · 9 years ago
  40. 9646d7c Thanking a Spanish, a Catalan, and a Croat translator. by Benno Schulenberg · 9 years ago
  41. 14d1b3b Allowing only control sequences in the proper range to be rebound. by Benno Schulenberg · 9 years ago
  42. d83bd7e Plugging a sneaky memory leak. This fixes Savannah bug #47003 by Benno Schulenberg · 9 years ago
  43. ef2cfa3 Preventing a chain of editing actions from continuing after a discard. by Benno Schulenberg · 9 years ago
  44. 0dbc867 Adjusting the version number in the docs before release. by Benno Schulenberg · 9 years ago
  45. cdeb905 Checking the result of a stat() to avoid referencing unitialized data. by Benno Schulenberg · 9 years ago
  46. e853c1e Renaming a variable for clarity. by Benno Schulenberg · 9 years ago
  47. e5fee7e Normalizing a bit of indentation. by Benno Schulenberg · 9 years ago
  48. 836fa70 Using a character class instead of a literal tab and space. by Benno Schulenberg · 9 years ago
  49. 98a8c06 Eliding an unneeded 'if'. by Benno Schulenberg · 9 years ago
  50. 12f2729 Avoiding a pointless lstat() when not writing to a temporary file. by Benno Schulenberg · 9 years ago
  51. 05334a2 Not recording files that have the default cursor position. by Benno Schulenberg · 9 years ago
  52. 22a01ca Rewrapping some lines and removing some useless comments. by Benno Schulenberg · 9 years ago
  53. 8585bf2 Avoiding to update the statusbar twice for a Backspace. by Benno Schulenberg · 9 years ago
  54. 2cfa96b Renaming 'update_bar_if_needed()' for more contrast and aptness. by Benno Schulenberg · 9 years ago
  55. d844f05 Chopping two parameters that are always the same, and that are by Benno Schulenberg · 9 years ago
  56. 97dcd37 Turning the cursor off when writing in the status bar, by Benno Schulenberg · 9 years ago
  57. cc2d370 Updating the screen immediately when a message is posted on the status bar. by Benno Schulenberg · 9 years ago
  58. 6829241 Removing the --nofollow option that hasn't been working for a dozen years. by Benno Schulenberg · 9 years ago
  59. cca22bb Guiding the translators a little bit. by Benno Schulenberg · 10 years ago
  60. 5a5144b Putting four strings in the standard order: first backward, then forward. by Benno Schulenberg · 10 years ago
  61. 2a2e012 Condensing the descriptions of command-key sequences and of the screen layout; by Benno Schulenberg · 10 years ago
  62. 7ade5de Making Home go always fully home. by Benno Schulenberg · 10 years ago
  63. 7b74fed Showing ^^ and M-^ as valid key names. by Benno Schulenberg · 10 years ago
  64. ba98735 Being more specific in how a given path is invalid. by Benno Schulenberg · 10 years ago
  65. f96f4fe Updating position history only when 'positionlog' is set. by Benno Schulenberg · 10 years ago
  66. 68ab4b8 Plugging another memory leak. by Benno Schulenberg · 10 years ago
  67. 98e72f5 Checking the position history only when 'positionlog' is set by Benno Schulenberg · 10 years ago
  68. 41f0853 Plugging a couple of memory leaks. by Benno Schulenberg · 10 years ago
  69. f8ed6bb Checking the position history only when option 'positionlog' is set. by Benno Schulenberg · 10 years ago
  70. d8801ec Also displaying the buffer when configured with only --disable-histories. by Benno Schulenberg · 10 years ago
  71. a93a11e Using a simpler algorithm for jumping to the next word. by Benno Schulenberg · 10 years ago
  72. 5688c16 Jumping to the start of the current word, not to that of the preceding one. by Benno Schulenberg · 10 years ago
  73. 65c7c81 Adjusting some indentation and some line wrapping. by Benno Schulenberg · 10 years ago
  74. 7256b05 Not adding directories to the list of file positions. by Benno Schulenberg · 10 years ago
  75. 3331828 Mentioning that the position history is limited to the 200 most recent files. by Benno Schulenberg · 10 years ago
  76. 2b72f1d Documenting the --enable-altrcname configure option. by Benno Schulenberg · 10 years ago
  77. ae42240 Handling an update of the first element correctly. by Benno Schulenberg · 10 years ago
  78. 87460b5 Eliding another small function that is used only once. by Benno Schulenberg · 10 years ago
  79. decee32 Eliding an unneeded function. by Benno Schulenberg · 10 years ago
  80. f01dd29 Bundling four statements (that in total occur seven times) by Benno Schulenberg · 10 years ago
  81. 53c8ada Removing a superfluous free. by Benno Schulenberg · 10 years ago
  82. eed1aab Chopping an always-FALSE parameter and deleting an unused return value. by Benno Schulenberg · 10 years ago
  83. b8d32d8 Condensing the code by removing a triplication. by Benno Schulenberg · 10 years ago
  84. 8c705b5 Moving an updated position-history item to the end of the list, by Benno Schulenberg · 10 years ago
  85. cd1d435 Renaming a variable for clarity and contrast. by Benno Schulenberg · 10 years ago
  86. 3a3b176 Not using $HOME when we're root, because some sudos don't filter it out by Benno Schulenberg · 10 years ago
  87. 0af2f9e Deleting the unneeded blanking of a variable. by Benno Schulenberg · 10 years ago
  88. a443760 Eliding an unneeded variable. by Benno Schulenberg · 10 years ago
  89. 7a1709f Removing a now unneeded function, as nothing can break out of do_prompt() by Benno Schulenberg · 10 years ago
  90. aa7edb7 Preserving the cursor position on the statusbar when just toggling by Benno Schulenberg · 10 years ago
  91. a68e162 Adding to the Changelog the remark that Savannah bug #44950 is now fixed. by Benno Schulenberg · 10 years ago
  92. fe3d849 Getting rid of a global variable. by Benno Schulenberg · 10 years ago
  93. a91a1c7 Readjusting the indentation and a comment. by Benno Schulenberg · 10 years ago
  94. 8bd76d8 Verifying that the containing directory of the given filename exists. by Benno Schulenberg · 10 years ago
  95. f8f2d63 Limiting the number of loaded items in the positions history. by Benno Schulenberg · 10 years ago
  96. 13ba543 Removing a mistaken '+': only one menu name is allowed in key bindings. by Benno Schulenberg · 10 years ago
  97. a3a69ee Fixing a typo in an #ifndef symbol. Reported by Frank. by Benno Schulenberg · 10 years ago
  98. ffae582 Allowing inline comments with key bindings. Patch by Mike Frysinger. by Benno Schulenberg · 10 years ago
  99. f845938 Freeing the items on the undo stack when a buffer is closed. by Benno Schulenberg · 10 years ago
  100. 38acacb Moving set_modified() to the file that has to do with files. by Benno Schulenberg · 10 years ago