Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-10 | another | Jolan Luff | |
2004-04-04 | Can't resist. | Bob Beck | |
<deraadt> don't they recognize their moral responsibility to entertain me? | |||
2004-03-05 | don't panic if we can't getcwd() initially, just chdir("/") | Vincent Labrecque | |
spotted by and ok henning | |||
2004-02-27 | one more | Michael Shalayeff | |
2004-02-02 | be just like gnu emacs when more than 2 files are specified on the command | Vincent Labrecque | |
line: create a buffer list window | |||
2004-02-01 | remove old precompiler weirdness that is not really needed... | Vincent Labrecque | |
2004-01-27 | make mail-mode more intelligent on middle-of-line insertions, and add a | Vincent Labrecque | |
comment to change the wrapping column. (mail-set-margin) tested by henning and phessler, thanks! | |||
2004-01-21 | support format `%p' to print pointers in eformat() | Vincent Labrecque | |
2004-01-15 | fix an early free that made compile-goto-error work only from time to time | Vincent Labrecque | |
2004-01-12 | request modeline redrawing to see mail-mode appear as soon as the mode | Vincent Labrecque | |
is turned on | |||
2004-01-03 | as if we didn't know... | Henning Brauer | |
2003-12-15 | shorter function names | Vincent Labrecque | |
2003-12-04 | split the screen in multiple windows when more than one files are given | Vincent Labrecque | |
on the command line ok deraadt | |||
2003-12-04 | fix sign extension bug that broke meta key support | Vincent Labrecque | |
from sra@hactrn.net | |||
2003-11-29 | save the previous undo position as an offset in the buffer instead of | Vincent Labrecque | |
a line/offset pair | |||
2003-11-14 | read(2) returns ssize_t, not size_t. spotted by Andrey Matveev. | Vincent Labrecque | |
2003-11-09 | better boundary placement. | Vincent Labrecque | |
there should be no more problems with inserting files now... | |||
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque | |
to test for the end of circular lists. | |||
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque | |
2003-11-09 | proper test for circular list traversal, and nul-terminate strings for | Vincent Labrecque | |
safety. | |||
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque | |
started with an invalid $TERM) spotted by deraadt | |||
2003-11-09 | remove unused structure element | Vincent Labrecque | |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque | |
2003-11-09 | knf | Vincent Labrecque | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | Vincent Labrecque | |
spotted and ok by henning | |||
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy | |
2003-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque | |
2003-10-13 | remember the new filename on ^X^W | Vincent Labrecque | |
ok deraadt | |||
2003-09-22 | canonical realloc | Vincent Labrecque | |
ok tedu henning | |||
2003-09-22 | fix leak on realloc failure | Vincent Labrecque | |
ok henning tedu | |||
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-16 | spacing | Theo de Raadt | |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque | |
bunch of missing commands) | |||
2003-08-15 | actually extract the filename off the ls line. makes dired *slightly* | Vincent Labrecque | |
more useful. | |||
2003-07-16 | another | Henning Brauer | |
2003-06-26 | protos | Vincent Labrecque | |
ok deraadt | |||
2003-06-12 | spelling | Peter Valchev | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-01 | some string formats. | Artur Grabowski | |
vincent@ ok | |||
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-05-26 | of course my 1000th commit has to go to theo.c and must be about germans ;-) | Henning Brauer | |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder | |
OK vincent@ | |||
2003-05-18 | unreliable non-hurlers | Henning Brauer | |
2003-05-18 | moose bbq is full of quotes | Todd T. Fries | |
2003-05-17 | live from the moose bbq | Henning Brauer | |
2003-05-16 | fix the goal calculation routine so moving up and down moves to the right | Vincent Labrecque | |
column. ok jason | |||
2003-05-15 | another | Henning Brauer | |