Age | Commit message (Expand) | Author |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-13 | Last round of easy delinting. | Kjell Wooding |
2005-12-13 | do some silly de-linting | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-18 | One liner to fix doubled yank buffer issue (c-K, c-Y, M-x undo, c-Y). | Kjell Wooding |
2005-11-12 | Paranoia. Check if last of a series of strlcats overflows. Pointed out by | Kjell Wooding |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-13 | spacing | Theo de Raadt |
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding |
2005-05-29 | Try to undo crazy Quebecois stuff that was breaking undo | Chad Loder |
2005-04-29 | Remove unneeded include. Han Boetes. | Otto Moerbeek |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2003-12-15 | shorter function names | Vincent Labrecque |
2003-11-29 | save the previous undo position as an offset in the buffer instead of | 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-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque |
2003-06-26 | protos | Vincent Labrecque |
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 |
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 |
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 |
2002-06-20 | KNFify the return (return x -> return (x)) | Vincent Labrecque |
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 |
2002-03-16 | This should've been commited yesterday, before the funmap change. | Vincent Labrecque |
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 |
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque |
2002-02-21 | Typo and... | Vincent Labrecque |
2002-02-20 | Save newline deletes in their own undo record. | Vincent Labrecque |
2002-02-20 | Add undo code to mg. | Vincent Labrecque |