2016-02-26 |
Benno Schulenberg | Renaming another struct element, because it refers... |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Renaming a struct element for aptness and contrast. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Eliding the function nfreeregex(), now used just once. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Renaming a variable for conciseness. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Factoring out a triple repetition into found_in_list(). |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Stripping things bare to see the sameness. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Looking for the default syntax only when all else failed -- |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Back to SVN, and tweaking whitespace in NEWS and Changelog. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Benno Schulenberg | Correcting the description of 'justifytrim', adding... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Chris Allegretta | GNU nano 2.5.3 release v2.5.3 |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Chris Allegretta | Call kill_spaces_on_justify justifytrim, to match the... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Benno Schulenberg | Eliding splice_opennode() by handling the two cases... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Benno Schulenberg | Now putting things in the proper order: setting 'prev_d... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Benno Schulenberg | Plugging a memory leak by not copying a string twice. |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Chris Allegretta | Tweak KILL_TRAILING_SPACES. Still deciding on name... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Benno Schulenberg | Tweaking the Changelog. |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Benno Schulenberg | Rewrapping and reshuffling some lines. |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Benno Schulenberg | Centering the cursor when the thing being undone or... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Benno Schulenberg | Not moving the cursor when copying a backwardly marked... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Benno Schulenberg | Renaming a variable, for contrast and correctness. |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Using the correct column number also when messages... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Showing the cursor in the edit window when linting. |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Making the cursor visible again after a justification... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | As the charmove() already copies the terminating null... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Chris Allegretta | Make that kill_spaces_on_justify, add hilighting. |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Chris Allegretta | 2016-02-22 Chris Allegretta <chrisa@asty.org> |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Eliding a variable -- there is no need to optimize... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Not moving too many bytes -- that is: not moving them... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Sorting the prev_word() and next_word() functions in... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | The amount to scroll is never zero, so there is no... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Condensing some code by factoring out a repetition. |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Benno Schulenberg | Eliding the function free_openfilestruct() as it is... |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Benno Schulenberg | Removing four unneeded checks for NULL. |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Benno Schulenberg | Not requiring a third Tab to show the list of possible... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Benno Schulenberg | Reducing an allocation to what is actually needed. |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Benno Schulenberg | Parsing a character in the correct buffer: in the first... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Benno Schulenberg | Avoiding a memory leak when tabbing on a string that... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Benno Schulenberg | Deleting a debugging leftover. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Benno Schulenberg | Allowing the parameter of free_filestruct() to be NULL, |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Benno Schulenberg | Fixing Savannah bug #47127 the proper way, |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Benno Schulenberg | Deleting two dead prototypes, adjusting two comments... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Benno Schulenberg | Deleting a redundant assignment. The multidata pointer... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Benno Schulenberg | Avoiding the loss a buffer when getcwd() fails. |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Benno Schulenberg | Freeing not just the struct but also the data it contains, |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Benno Schulenberg | Saying that the 2.5 branch is a "rolling" release,... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Benno Schulenberg | Renaming and condensing some stuff, and correcting... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Benno Schulenberg | Doing the copying of typed stuff from input to output... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Benno Schulenberg | Restoring the mentioned behavior also for the internal... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Benno Schulenberg | Making the iteration through replacement matches behave... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benno Schulenberg | Switching the cursor on and off at the appropriate... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benno Schulenberg | Allocating enough space for printing out the line and... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benno Schulenberg | Rebuilding the file list only when necessary, and not... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Chris Allegretta | Back to SVN, and fix typo in NEWS |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Chris Allegretta | GNU nano 2.5.2 release v2.5.2 |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Benno Schulenberg | Making the formatter command more visible in the Go... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Benno Schulenberg | Condensing some declarations, rewrapping some lines... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Benno Schulenberg | Not leaving curses mode in the formatter, as that would... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Benno Schulenberg | Going to the next item in the list before freeing the... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Benno Schulenberg | Adding remark to Changelog that Savannah bug #47111... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Freeing the position-history records that are dropped. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Switching the cursor on in the right place: in the... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Removing two SVN Id tags and a duplication. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Thanking a Spanish, a Catalan, and a Croat translator. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Allowing only control sequences in the proper range... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Plugging a sneaky memory leak. This fixes Savannah... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Benno Schulenberg | Preventing a chain of editing actions from continuing... |
commit | commitdiff | tree | snapshot |
2016-02-09 |
Benno Schulenberg | Adjusting the version number in the docs before release. |
commit | commitdiff | tree | snapshot |
2016-02-09 |
Benno Schulenberg | Checking the result of a stat() to avoid referencing... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Benno Schulenberg | Renaming a variable for clarity. |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Benno Schulenberg | Normalizing a bit of indentation. |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Benno Schulenberg | Using a character class instead of a literal tab and... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Benno Schulenberg | Eliding an unneeded 'if'. |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Benno Schulenberg | Avoiding a pointless lstat() when not writing to a... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Benno Schulenberg | Not recording files that have the default cursor position. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Rewrapping some lines and removing some useless comments. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Avoiding to update the statusbar twice for a Backspace. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Renaming 'update_bar_if_needed()' for more contrast... |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Chopping two parameters that are always the same, and... |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Turning the cursor off when writing in the status bar, |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Updating the screen immediately when a message is poste... |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Benno Schulenberg | Removing the --nofollow option that hasn't been working... |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Benno Schulenberg | Guiding the translators a little bit. |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Benno Schulenberg | Putting four strings in the standard order: first backw... |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Benno Schulenberg | Condensing the descriptions of command-key sequences... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Benno Schulenberg | Making Home go always fully home. |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Benno Schulenberg | Showing ^^ and M-^ as valid key names. |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Benno Schulenberg | Being more specific in how a given path is invalid. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Benno Schulenberg | Updating position history only when 'positionlog' is... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Benno Schulenberg | Plugging another memory leak. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Benno Schulenberg | Checking the position history only when 'positionlog... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Benno Schulenberg | Plugging a couple of memory leaks. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Benno Schulenberg | Checking the position history only when option 'positio... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Benno Schulenberg | Also displaying the buffer when configured with only... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Benno Schulenberg | Using a simpler algorithm for jumping to the next word. |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Benno Schulenberg | Jumping to the start of the current word, not to that... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Benno Schulenberg | Adjusting some indentation and some line wrapping. |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Benno Schulenberg | Not adding directories to the list of file positions. |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Benno Schulenberg | Mentioning that the position history is limited to... |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Benno Schulenberg | Documenting the --enable-altrcname configure option. |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Benno Schulenberg | Handling an update of the first element correctly. |
commit | commitdiff | tree | snapshot |
next |