- 65efed5 Freeing the position-history records that are dropped. by Benno Schulenberg · 9 years ago
- b8e0e22 Switching the cursor on in the right place: in the central input routine. by Benno Schulenberg · 9 years ago
- fddad26 Removing two SVN Id tags and a duplication. by Benno Schulenberg · 9 years ago
- 9646d7c Thanking a Spanish, a Catalan, and a Croat translator. by Benno Schulenberg · 9 years ago
- 14d1b3b Allowing only control sequences in the proper range to be rebound. by Benno Schulenberg · 9 years ago
- d83bd7e Plugging a sneaky memory leak. This fixes Savannah bug #47003 by Benno Schulenberg · 9 years ago
- ef2cfa3 Preventing a chain of editing actions from continuing after a discard. by Benno Schulenberg · 9 years ago
- 0dbc867 Adjusting the version number in the docs before release. by Benno Schulenberg · 9 years ago
- cdeb905 Checking the result of a stat() to avoid referencing unitialized data. by Benno Schulenberg · 9 years ago
- e853c1e Renaming a variable for clarity. by Benno Schulenberg · 9 years ago
- e5fee7e Normalizing a bit of indentation. by Benno Schulenberg · 9 years ago
- 836fa70 Using a character class instead of a literal tab and space. by Benno Schulenberg · 9 years ago
- 98a8c06 Eliding an unneeded 'if'. by Benno Schulenberg · 9 years ago
- 12f2729 Avoiding a pointless lstat() when not writing to a temporary file. by Benno Schulenberg · 9 years ago
- 05334a2 Not recording files that have the default cursor position. by Benno Schulenberg · 9 years ago
- 22a01ca Rewrapping some lines and removing some useless comments. by Benno Schulenberg · 9 years ago
- 8585bf2 Avoiding to update the statusbar twice for a Backspace. by Benno Schulenberg · 9 years ago
- 2cfa96b Renaming 'update_bar_if_needed()' for more contrast and aptness. by Benno Schulenberg · 9 years ago
- d844f05 Chopping two parameters that are always the same, and that are by Benno Schulenberg · 9 years ago
- 97dcd37 Turning the cursor off when writing in the status bar, by Benno Schulenberg · 9 years ago
- cc2d370 Updating the screen immediately when a message is posted on the status bar. by Benno Schulenberg · 9 years ago
- 6829241 Removing the --nofollow option that hasn't been working for a dozen years. by Benno Schulenberg · 9 years ago
- cca22bb Guiding the translators a little bit. by Benno Schulenberg · 10 years ago
- 5a5144b Putting four strings in the standard order: first backward, then forward. by Benno Schulenberg · 10 years ago
- 2a2e012 Condensing the descriptions of command-key sequences and of the screen layout; by Benno Schulenberg · 10 years ago
- 7ade5de Making Home go always fully home. by Benno Schulenberg · 10 years ago
- 7b74fed Showing ^^ and M-^ as valid key names. by Benno Schulenberg · 10 years ago
- ba98735 Being more specific in how a given path is invalid. by Benno Schulenberg · 10 years ago
- f96f4fe Updating position history only when 'positionlog' is set. by Benno Schulenberg · 10 years ago
- 68ab4b8 Plugging another memory leak. by Benno Schulenberg · 10 years ago
- 98e72f5 Checking the position history only when 'positionlog' is set by Benno Schulenberg · 10 years ago
- 41f0853 Plugging a couple of memory leaks. by Benno Schulenberg · 10 years ago
- f8ed6bb Checking the position history only when option 'positionlog' is set. by Benno Schulenberg · 10 years ago
- d8801ec Also displaying the buffer when configured with only --disable-histories. by Benno Schulenberg · 10 years ago
- a93a11e Using a simpler algorithm for jumping to the next word. by Benno Schulenberg · 10 years ago
- 5688c16 Jumping to the start of the current word, not to that of the preceding one. by Benno Schulenberg · 10 years ago
- 65c7c81 Adjusting some indentation and some line wrapping. by Benno Schulenberg · 10 years ago
- 7256b05 Not adding directories to the list of file positions. by Benno Schulenberg · 10 years ago
- 3331828 Mentioning that the position history is limited to the 200 most recent files. by Benno Schulenberg · 10 years ago
- 2b72f1d Documenting the --enable-altrcname configure option. by Benno Schulenberg · 10 years ago
- ae42240 Handling an update of the first element correctly. by Benno Schulenberg · 10 years ago
- 87460b5 Eliding another small function that is used only once. by Benno Schulenberg · 10 years ago
- decee32 Eliding an unneeded function. by Benno Schulenberg · 10 years ago
- f01dd29 Bundling four statements (that in total occur seven times) by Benno Schulenberg · 10 years ago
- 53c8ada Removing a superfluous free. by Benno Schulenberg · 10 years ago
- eed1aab Chopping an always-FALSE parameter and deleting an unused return value. by Benno Schulenberg · 10 years ago
- b8d32d8 Condensing the code by removing a triplication. by Benno Schulenberg · 10 years ago
- 8c705b5 Moving an updated position-history item to the end of the list, by Benno Schulenberg · 10 years ago
- cd1d435 Renaming a variable for clarity and contrast. by Benno Schulenberg · 10 years ago
- 3a3b176 Not using $HOME when we're root, because some sudos don't filter it out by Benno Schulenberg · 10 years ago
- 0af2f9e Deleting the unneeded blanking of a variable. by Benno Schulenberg · 10 years ago
- a443760 Eliding an unneeded variable. by Benno Schulenberg · 10 years ago
- 7a1709f Removing a now unneeded function, as nothing can break out of do_prompt() by Benno Schulenberg · 10 years ago
- aa7edb7 Preserving the cursor position on the statusbar when just toggling by Benno Schulenberg · 10 years ago
- a68e162 Adding to the Changelog the remark that Savannah bug #44950 is now fixed. by Benno Schulenberg · 10 years ago
- fe3d849 Getting rid of a global variable. by Benno Schulenberg · 10 years ago
- a91a1c7 Readjusting the indentation and a comment. by Benno Schulenberg · 10 years ago
- 8bd76d8 Verifying that the containing directory of the given filename exists. by Benno Schulenberg · 10 years ago
- f8f2d63 Limiting the number of loaded items in the positions history. by Benno Schulenberg · 10 years ago
- 13ba543 Removing a mistaken '+': only one menu name is allowed in key bindings. by Benno Schulenberg · 10 years ago
- a3a69ee Fixing a typo in an #ifndef symbol. Reported by Frank. by Benno Schulenberg · 10 years ago
- ffae582 Allowing inline comments with key bindings. Patch by Mike Frysinger. by Benno Schulenberg · 10 years ago
- f845938 Freeing the items on the undo stack when a buffer is closed. by Benno Schulenberg · 10 years ago
- 38acacb Moving set_modified() to the file that has to do with files. by Benno Schulenberg · 10 years ago
- caa759b Returning a fantastic file descriptor -- when opening by Benno Schulenberg · 10 years ago
- dfeb0f9 Plugging another memory leak. by Benno Schulenberg · 10 years ago
- 0ee7729 Freeing the full filename in all cases. by Benno Schulenberg · 10 years ago
- 6337095 Showing a key only when it was rebound. by Benno Schulenberg · 10 years ago
- 33fb174 Eliding an unneeded function. by Benno Schulenberg · 10 years ago
- 431cec4 Deleting two duplicate declarations. by Benno Schulenberg · 10 years ago
- 8a9f716 Eliding an unneeded variable and adjusting some wrappings and whitespace. by Benno Schulenberg · 10 years ago
- 8f46377 Deleting an 'if' that is always FALSE. by Benno Schulenberg · 10 years ago
- ba7ac78 Removing a reference to an obsolete file. Bug was reported by Mike Frysinger. by Benno Schulenberg · 10 years ago
- 34fbb1f Adjusting a few comments and rewrapping some lines. by Benno Schulenberg · 10 years ago
- ecf3cd7 Reducing the number of indentation steps elsewhere too. by Benno Schulenberg · 10 years ago
- 96b9249 Reducing the number of indentation steps. by Benno Schulenberg · 10 years ago
- 774c8ba Condensing the preparsing of a line. by Benno Schulenberg · 10 years ago
- 73ee7d7 Removing a senseless iteration: simply add the new record at the tail. by Benno Schulenberg · 10 years ago
- deb271d Differentiating a variable name from function names. by Benno Schulenberg · 10 years ago
- cb832be Removing some code duplication. by Benno Schulenberg · 10 years ago
- 583b67b Rename a variable, to match the save routine. by Benno Schulenberg · 10 years ago
- 5b350b8 Fixing some typos and whitespace, and normalizing the dates in the NEWS file. by Benno Schulenberg · 10 years ago
- 53991cf Fixing the 2.5.1 tag in the Changelog. by Benno Schulenberg · 10 years ago
- 3f31bbc Back to SVN by Chris Allegretta · 10 years ago
- c26a940 GNU nano 2.5.1 release by Chris Allegretta · 10 years ago
- 26347ed Forward date 2.5.1 up to the 11th since I didnt get to it before Midnight. by Chris Allegretta · 10 years ago
- 1b293ff Adjusting dates and version number. by Benno Schulenberg · 10 years ago
- 83475b0 Adding a news item for the upcoming 2.5.1. by Benno Schulenberg · 10 years ago
- 113cd50 Snipping inconsistent blank lines in the Changelog. by Benno Schulenberg · 10 years ago
- ec4ee1c Not going beyond the number of available rows in the edit window. by Benno Schulenberg · 10 years ago
- ebbb5b5 Making sure to keep advancing also when regex matches are zero-length. by Benno Schulenberg · 10 years ago
- 1ac2c4c Adding a comment and using a symbolic value. by Benno Schulenberg · 10 years ago
- 6d6cda2 Delete two unneeded #ifdefs -- better fail to compile than create a cripple. by Benno Schulenberg · 10 years ago
- 9962e3b Making "Tab" produce the appropriate keycode. This fixes Savannah bug #46812. by Benno Schulenberg · 10 years ago
- 9d72efa Gettextizing a forgotten string. by Benno Schulenberg · 10 years ago
- 22557df Adding "Tab" as a key description, just like "Del" and "Enter" already are. by Benno Schulenberg · 10 years ago
- 9e6b9a2 Improving the name of allow_pending_sigwinch() to allow_sigwinch(), by Benno Schulenberg · 10 years ago
- 0dd351a Condensing the exit code of do_linter(). by Benno Schulenberg · 10 years ago
- dd29c56 Rewriting the loop, and constifying the input of sctofunc(). by Benno Schulenberg · 10 years ago
- 7a08fa6 No longer freeing any existing functions -- they are defined only once. by Benno Schulenberg · 10 years ago