Age | Commit message (Expand) | Author |
2005-11-07 | Move most of the dired hooks into dired.c. While here, enable some | Kjell Wooding |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding |
2005-10-13 | Make mg's grep and compile more path-aware, by defaulting to | Kjell Wooding |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-11 | Enable the 'next-error' (C-x `) keybinding by default. | Kjell Wooding |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-05-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright |
2005-05-27 | Add emacs-style replace-string function that does not prompt you | Chad Loder |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-12 | spacing | Theo de Raadt |
2005-03-10 | fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change. | Henning Brauer |
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-01-27 | make mail-mode more intelligent on middle-of-line insertions, and add a | Vincent Labrecque |
2003-11-29 | save the previous undo position as an offset in the buffer instead of | Vincent Labrecque |
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque |
2003-11-09 | remove unused structure element | Vincent Labrecque |
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | Vincent Labrecque |
2003-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque |
2003-06-26 | protos | Vincent Labrecque |
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque |
2003-01-06 | support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok | Theo de Raadt |
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-06-21 | remove the "extern" for a variable that does not exist anymore. | Vincent Labrecque |
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque |
2002-05-29 | add a function to visit a file read-only mapped to C-x C-v | Vincent Labrecque |
2002-03-18 | Enter the new undo code. it is still disabled since it has bugs, but it's | Vincent Labrecque |
2002-03-16 | This should've been commited yesterday, before the funmap change. | Vincent Labrecque |
2002-03-16 | add readonly buffer support | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-02-26 | keep undo records in the BUFFER structures insteda of having a huge list. | Vincent Labrecque |
2002-02-21 | KNF | Theo de Raadt |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque |
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque |
2002-02-21 | signal-safe window size changing | Theo de Raadt |
2002-02-20 | Add undo code to mg. | Vincent Labrecque |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2002-02-14 | spelling | Theo de Raadt |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque |
2002-01-18 | Remove the NROW and NCOL limits. The static arrays are now replaced with | Artur Grabowski |
2002-01-10 | Clean up tty resizing code. | Artur Grabowski |