Age | Commit message (Expand) | Author |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2004-07-19 | correct error checking for strtonum, from mjc@bitz.ca | Vincent Labrecque |
2004-07-11 | oops | Vincent Labrecque |
2004-07-11 | change lower bound to 0, row shouldn't be negative; suggested & ok vincent | Peter Valchev |
2004-07-11 | use strtonum instead of strtoul and don't abuse a long for int | Peter Valchev |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-07-08 | make lint happier; vincent ok | Theo de Raadt |
2004-07-08 | misplaced return NULL in the error path | Vincent Labrecque |
2004-07-08 | simplify the file writing loop | Vincent Labrecque |
2004-06-28 | Unbreak. The bird noises were confusing me. | Ryan Thomas McBride |
2004-06-28 | Theo denys all allegations that he's becoming more relaxed. | Ryan Thomas McBride |
2004-06-12 | make M-x gid try to guess the symbol name to look up by looking at the | Vincent Labrecque |
2004-06-07 | gotta love this one ... | Michael Shalayeff |
2004-05-10 | another | Jolan Luff |
2004-04-04 | Can't resist. | Bob Beck |
2004-03-05 | don't panic if we can't getcwd() initially, just chdir("/") | Vincent Labrecque |
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 |
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 |
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 |
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 |
2003-12-04 | fix sign extension bug that broke meta key support | Vincent Labrecque |
2003-11-29 | save the previous undo position as an offset in the buffer instead of | Vincent Labrecque |
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 |
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque |
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 |
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque |
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 |
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 |
2003-09-22 | canonical realloc | Vincent Labrecque |
2003-09-22 | fix leak on realloc failure | Vincent Labrecque |
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt |
2003-09-02 | escape punctuation; | Jason McIntyre |
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 |
2003-08-15 | actually extract the filename off the ls line. makes dired *slightly* | Vincent Labrecque |
2003-07-16 | another | Henning Brauer |