Age | Commit message (Expand) | Author |
2008-06-13 | Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. | Kjell Wooding |
2008-06-13 | Fix debian bug #432656 | Kjell Wooding |
2008-06-13 | Fix autoexec file handling. | Kjell Wooding |
2008-06-12 | incremental search isn't allowed in macros, so if your fingers | Kjell Wooding |
2008-06-12 | c-mode now understands the two most common type of comments | Kjell Wooding |
2008-06-12 | Make set-fill-column interactive (and scriptable in a startup file) | Kjell Wooding |
2008-06-12 | Whitespace | Kjell Wooding |
2008-06-12 | Introduce a basic c-mode to mg. | Kjell Wooding |
2008-06-11 | Expose changemode for use by "self-contained" modes | Kjell Wooding |
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding |
2008-06-11 | Use getcolpos to compute column. doto does not account for tabs | Kjell Wooding |
2008-06-11 | With Vincent's permission, the last remaining chunk of mg has been | Kjell Wooding |
2008-06-11 | Let curses handle the setup of terminal instead of doing it on our own | Tobias Stoeckmann |
2008-06-10 | Add a clear-mark function. | Kjell Wooding |
2008-06-10 | Fix obvious off-by-one in macro loop. From Marc Butler via debian | Kjell Wooding |
2008-06-10 | Remove copyright notices and put these files back into the public domain. | Kjell Wooding |
2008-06-08 | more | Henning Brauer |
2008-05-29 | add a detailed synopsis to mg(1); synchronize with usage. | Igor Sobrado |
2008-05-22 | I really hate commiting here, but this was far too good not to. | Bob Beck |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard |
2008-02-05 | prevent the "ttflush write failed" panic when resizing using a window | Reyk Floeter |
2008-01-10 | kill trailing whitespace; | Jason McIntyre |
2008-01-10 | This file is in the public domain. ok deraadt@ | Kjell Wooding |
2008-01-10 | Greatly improve this man page. ok jmc@ | Kjell Wooding |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-09-16 | I can't think of any good reason to inline this. | Kjell Wooding |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-08-28 | another quote | Jasper Lievisse Adriaanse |
2007-08-06 | this file has been too long without an edit, someone has obviously | Damien Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-03-29 | Indicate when macro recording is in progress on the modeline. | Kjell Wooding |
2007-02-21 | Fix a reference to WFHARD in a comment; it was renamed WFFULL months | Deanna Phillips |
2007-02-20 | Remove useless -h option (if you don't know the synopsis, how do you know | Chad Loder |
2007-02-20 | Back out -h doc after discussion with theo | Chad Loder |
2007-02-20 | Document -h option. | Chad Loder |
2007-02-13 | Fix a problem with wrapped incremental searches. | Kjell Wooding |
2007-02-08 | Fix a comment | Kjell Wooding |
2007-02-08 | comment a function | Kjell Wooding |
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl |
2006-12-29 | mention meta-key-mode in mg(1) to enable 8-bit character input. this | Reyk Floeter |
2006-12-24 | Fix a bug where inserting a file resulted in an incorrect | Kjell Wooding |
2006-12-24 | Add column-number indicator to status line (enabled when line-number-mode is | Kjell Wooding |
2006-12-21 | Fix a realloc-style bug (curmap = reallocmap(curmap)) in | Kjell Wooding |
2006-12-21 | Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, | Kjell Wooding |
2006-12-20 | kjell loves his extra spaces | Theo de Raadt |
2006-12-20 | Get rid of CVMVAS define. Originally to change pgforw/back parameter | Kjell Wooding |
2006-12-20 | since auto-execute expects a function name at the "Execute:" prompt anyway, | Kjell Wooding |