2015-11-11 |
Benno Schulenberg | Redoing an Enter from stored undo data, instead of... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Benno Schulenberg | Plugging four memory leaks. |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Benno Schulenberg | Skipping a zero-length match only when there /is/ a... |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Benno Schulenberg | Accepting longer bug and patch numbers. |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Benno Schulenberg | Allowing to exit the file browser with the same key... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Benno Schulenberg | Correcting the logic for adjusting the x position of... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Benno Schulenberg | Deleting a redundant assignment. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Benno Schulenberg | Not setting 'openfile->mark_begin' for no reason. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Benno Schulenberg | Not checking whether a function has a help line; it... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Benno Schulenberg | Truncating an overlong hostname properly instead of... |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Benno Schulenberg | Chopping the 'undoing' parameter, so that the calls... |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Benno Schulenberg | Eliding two variables. |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Benno Schulenberg | Improving several comments. |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Benno Schulenberg | Deleting an unused type definition. |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Benno Schulenberg | Correcting the changelog description of an old change. |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Benno Schulenberg | Improving comments and combining two conditions. |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Benno Schulenberg | Refreshing the mark's pointer only when it is on the... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Adding a forgotton bug number to the Changelog. |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Tweaking the Changelog. |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Removing an 'if' that will never be true, and removing... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Checking for "nothing to redo" earlier, in order to... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Skipping the addition of an undo only when the current... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Making ^O work the same way as under Pico when option... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Benno Schulenberg | Oops! You can't swap those two conditions. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Benno Schulenberg | Removing a condition that can never occur. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Benno Schulenberg | Spoofing a line number for the redoing of an INSERT... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Benno Schulenberg | Not calculating the line length twice. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Benno Schulenberg | Rewriting do_next_word() to use the same, simpler logic... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Benno Schulenberg | Jumping to the beginning of the current word when in... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Benno Schulenberg | Dropping a return value that is never used. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Benno Schulenberg | Forcing a redraw of a line only when it contains a... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Benno Schulenberg | Reverting my own patch that claimed that UTF8 is a... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Benno Schulenberg | Rewrapping some lines and tweaking two comments. |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Benno Schulenberg | Adding a file: syntax colouring for Autoconf files. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Discarding an unneeded extra freeing of the help text. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Not bothering to set things to NULL when they will... |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Removing some duplication in the initialization of... |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Renaming and reordering most of 'help_line_len()'. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Determining the length of the current line by starting... |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Not bothering to pass around a function when it's used... |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Adjusting some comments and whitespace. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Reducing the scope of a variable. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
Benno Schulenberg | Avoiding wide paragraphs of running text in the help... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Benno Schulenberg | Allowing to change the file format in restricted mode... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Benno Schulenberg | Speeding up the finding of the longest filename in... |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Benno Schulenberg | Removing the mistaken comparison between a pointer... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Benno Schulenberg | Not bothering to reset any state, because UTF-8 is... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Benno Schulenberg | Avoiding a possibly erroneous message, because failing... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Benno Schulenberg | Avoiding a call of copy_file() with a null pointer. |
commit | commitdiff | tree | snapshot |
2015-08-09 |
Benno Schulenberg | Making a message sound more definitive instead of tempo... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
Benno Schulenberg | Removing an unneeded and mistaken condition: |
commit | commitdiff | tree | snapshot |
2015-08-09 |
Benno Schulenberg | Fixing compilation with --enable-tiny: file formats... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
Benno Schulenberg | Allowing to toggle whitespace display also when support... |
commit | commitdiff | tree | snapshot |
2015-08-08 |
Benno Schulenberg | Putting in the null byte "manually", and only when... |
commit | commitdiff | tree | snapshot |
2015-08-06 |
Benno Schulenberg | Improving the formatting of the texi file, to get bette... |
commit | commitdiff | tree | snapshot |
2015-08-06 |
Benno Schulenberg | Letting malloc() help to find initialization failures... |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Benno Schulenberg | Tweaking the documentation. Mainly putting prevword... |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Benno Schulenberg | Advertising the five new bindable functions. |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Benno Schulenberg | Adding the option --unix (and 'set unix'), |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Benno Schulenberg | Plugging a tiny leak. |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Benno Schulenberg | Plugging a memory leak. |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Benno Schulenberg | Checking the value of shortcut->toggle only if it actua... |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Benno Schulenberg | Initializing also openfile->syntax. |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Benno Schulenberg | Adding "and exit" to the description of --help, for... |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Benno Schulenberg | Showing also the dedicated keys in the ^G help text, |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Benno Schulenberg | Setting each multiline-color value instead of OR-ing it. |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Benno Schulenberg | Adding two new bindable functions which delete all... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Benno Schulenberg | Providing feedback for ^Z when suspension is not enabled. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Benno Schulenberg | Changing "Justify" to a tag and regrouping a couple. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Benno Schulenberg | Differentiating between something being disabled/restri... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Benno Schulenberg | Normalizing whitespace after the preceding changes. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Benno Schulenberg | Not showing ^R and ^T in the help lines in restricted... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Benno Schulenberg | Making the four toggles that don't have any effect... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Benno Schulenberg | Not showing options that don't have any effect when... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Benno Schulenberg | It is better to say that this function is disabled |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Benno Schulenberg | Dropping two superfluous checks for restricted mode... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Benno Schulenberg | Reenabling SIGWINCH-es also when invocation of the... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Benno Schulenberg | Making the calculation of the new line size more effici... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Benno Schulenberg | Improving a few comments. |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Benno Schulenberg | Tweaking a string, to match the --help text. |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Benno Schulenberg | Adding two new bindable functions that repeat the last... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Benno Schulenberg | Finding each zero-length match only once, when doing... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benno Schulenberg | Adding a new bindable function that writes a file to... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Benno Schulenberg | Mentioning the configure options --disable-histories... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Benno Schulenberg | Finding only valid UTF-8 byte sequences when searching. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Benno Schulenberg | Adding deprecation notices for the options 'const'... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Benno Schulenberg | Plugging a few memory leaks. |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Benno Schulenberg | Correcting a name in the Changelog; otherwise googling... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Benno Schulenberg | Adjusting some comments for clarity and accuracy, and... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Benno Schulenberg | Accepting again a +LINE argument for each file given... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benno Schulenberg | Making the release markers stand out more, |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benno Schulenberg | Fixing a few typos and making some updates for 2.4... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benno Schulenberg | Adjusting some comments. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benno Schulenberg | Looking for a new start only after an end, |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Benno Schulenberg | Avoiding an unfounded warning about a possibly uninitia... |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Benno Schulenberg | Removing an earlier attempt at making M-W work at startup. |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Benno Schulenberg | Verifying that a named and existing file is a normal... |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Benno Schulenberg | Using the proper type (off_t) for the size of a file, |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Benno Schulenberg | Fixing a quote. (Found this with my default syntax... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Benno Schulenberg | Renaming the 'menu' item to 'menus' in the shortcut... |
commit | commitdiff | tree | snapshot |
next |