Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque | |
2003-06-26 | protos | Vincent Labrecque | |
ok deraadt | |||
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder | |
OK vincent@ | |||
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy | |
2002-09-15 | don't add undo records when we open a file, only when we insert it. | Vincent Labrecque | |
ok deraadt@ | |||
2002-08-22 | knf | Theo de Raadt | |
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque | |
to have the same behavior in a simpler way. ok art@ | |||
2002-06-20 | KNFify the return (return x -> return (x)) | Vincent Labrecque | |
remove an "else" from last commit, it didn't make a lot of sense. | |||
2002-06-20 | some KNF | Vincent Labrecque | |
2002-03-18 | Enter the new undo code. it is still disabled since it has bugs, but it's | Vincent Labrecque | |
somewhat more useful.... ok millert@ + no objections on ICB | |||
2002-03-16 | This should've been commited yesterday, before the funmap change. | Vincent Labrecque | |
ok millert@ | |||
2002-02-26 | keep undo records in the BUFFER structures insteda of having a huge list. | Vincent Labrecque | |
2002-02-21 | "rephrase" the loop's condition, gets rid of an ugly operation. | Vincent Labrecque | |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque | |
That makes mg behave more like GNU emacs. | |||
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque | |
2002-02-21 | Typo and... | Vincent Labrecque | |
Duh, newlines aren't even stored in the lines' content, check for a 0 length line to detect deleting newlines. | |||
2002-02-20 | Save newline deletes in their own undo record. | Vincent Labrecque | |
fixes the ^K^K bugs. | |||
2002-02-20 | Add undo code to mg. | Vincent Labrecque | |
needs further hacking. ok `whole bunch of people on icb'@ |