2015-12-23 |
Benno Schulenberg | AC_CHECK_HEADERS_ONCE() is very special cannot be condi... |
commit | commitdiff | tree | snapshot |
2015-12-22 |
Benno Schulenberg | Using 'return' instead of an intermediate variable. |
commit | commitdiff | tree | snapshot |
2015-12-22 |
Benno Schulenberg | Renaming three keyboard functions -- 'get' is not a... |
commit | commitdiff | tree | snapshot |
2015-12-22 |
Benno Schulenberg | Tweaking the Changelog. |
commit | commitdiff | tree | snapshot |
2015-12-22 |
Benno Schulenberg | Moving two functions to the color.c file, where they... |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Benno Schulenberg | Precalculating the multiline-regex cache data for each... |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Benno Schulenberg | Tweaking some comments and improving a variable name. |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Benno Schulenberg | Chopping a superfluous boolean parameter -- 'prevnode... |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Benno Schulenberg | Improving some comments and renaming three variables. |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Benno Schulenberg | Adjusting the whitespace after the previous change... |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Benno Schulenberg | Using a couple less #ifdefs, to mimic how this is done... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Benno Schulenberg | Adding the missing autoconf and nftables syntaxes to... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Benno Schulenberg | Rewrapping and reordering a few lines. |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Benno Schulenberg | It shouldn't be necessary to doubly check for being... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Benno Schulenberg | Letting also unlink_node() update 'filebot', instead... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Benno Schulenberg | Making splice_node() update 'filebot', instead of doing... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Benno Schulenberg | Making ^O always prompt for a filename, also when ... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Benno Schulenberg | Quitting the loop when there is no end match. |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Benno Schulenberg | Fixing whitespace, layout, wording, and typo. |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Chris Allegretta | Back to SVN |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Chris Allegretta | Typo in release announcement |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Chris Allegretta | GNU nano 2.5.0 release v2.5.0 |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Chris Allegretta | 2015-12-05 Chris Allegretta <chrisa@asty.org> |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Benno Schulenberg | Avoiding two compilation warnings. |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Benno Schulenberg | Updating date and version number for the upcoming release. |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Benno Schulenberg | Fixing compilation with --enable-tiny --enable-justify. |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Benno Schulenberg | Rewrapping some lines and tweaking some comments. |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Benno Schulenberg | Fusing three functions into a single one. |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Benno Schulenberg | Avoiding a compilation warning. |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Benno Schulenberg | Adding a note to the documentation about undo not worki... |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Benno Schulenberg | Discarding the entire undo stack, to prevent nano from... |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Benno Schulenberg | Discarding the entire undo stack, to prevent nano from... |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Benno Schulenberg | Moving the trimming of the undo stack into a separate... |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Benno Schulenberg | A typo fix by David Lawrence Ramsey, |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Benno Schulenberg | Oh darn... doing too many things at once. |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Benno Schulenberg | Ehm... that was a silly, superfluous condition. |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Benno Schulenberg | Accepting not just 'Uncut' but also 'Undo' for undoing... |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Benno Schulenberg | Treating backslashed quotes properly, and |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Benno Schulenberg | Not colouring triple quotes by themselves (in Python). |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Benno Schulenberg | Adding syntax colouring for nftables. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Deleting four superfluous checks. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Unindenting the part that was the 'else'. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Renaming a label and eliding an 'else'. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Moving a check to a better place. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Deleting two redundant assignments. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Renaming two variables for clarity. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Benno Schulenberg | Marking the current buffer as mofified only when actual... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Benno Schulenberg | Allowing an array parameter to be NULL. |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Benno Schulenberg | Storing and retrieving the correct file size before... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Benno Schulenberg | Redoing cuts at EOF properly. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Eliding a variable, and tweaking some comments. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Deleting two redundant conditions, and moving the least... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Using the main multidata-cache-allocation routine. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Always setting the multidata to CBEGINBEFORE when an... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Adjusting whitespace and comments. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Resetting the multidata a bit less often. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Benno Schulenberg | Evaluating correctly whether to reset the multidata... |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Benno Schulenberg | Initializing a newly allocated multidata array. |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Benno Schulenberg | Allowing the user full control over the values of MALLO... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Benno Schulenberg | Warning about an impossible condition, instead of blith... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Benno Schulenberg | Also the /redoing/ of a Backspace at EOF is a special... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Benno Schulenberg | Adding Mark Majeres and myself to the AUTHORS file. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Benno Schulenberg | Handling more internal errors, and doing it correctly... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Benno Schulenberg | Eliding an unneeded variable, and not skipping the... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Benno Schulenberg | Warning about a condition that should never occur, |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Benno Schulenberg | Refreshing the whole edit window only when there are... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Benno Schulenberg | Renaming a variable for clarity. |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Benno Schulenberg | Inserting a new node into a linked list by using just... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Benno Schulenberg | Telling the user on the statusbar when a syntax name... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Benno Schulenberg | Recognizing also files with the extensions .make and... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Benno Schulenberg | Making Ctrl+Left and Ctrl+Right work on more terminals... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Benno Schulenberg | Deleting a node right after unlinking it. |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Benno Schulenberg | Eliding an unneeded variable. |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Benno Schulenberg | Rewrapping, rewriting, renaming, and reordering some... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Benno Schulenberg | Deleting a condition that will never occur. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Benno Schulenberg | Adding the release marker, and copying the news item... |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Benno Schulenberg | Letting the value of a --fill option on the command... |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Benno Schulenberg | Fixing a typo and adjusting some spacing. |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Benno Schulenberg | Deleting an unneeded variable alias. |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Benno Schulenberg | Storing the correct end position of an inserted file, |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Benno Schulenberg | Discarding a now useless function. |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Benno Schulenberg | Oops! Blackout! |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Benno Schulenberg | Chopping the now unused parameter 'undoing'. |
commit | commitdiff | tree | snapshot |
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 |
next |