Age | Commit message (Expand) | Author |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2008-08-27 | add a C-c target, so we can use it as a prefix for keybindings. | Kjell Wooding |
2008-07-30 | Replace GNU tutorial with public domain one, written from scratch by | Kjell Wooding |
2008-06-29 | documentation tweaks. | Igor Sobrado |
2008-06-18 | Don't free the buffer name until after you call adjustname. | Kjell Wooding |
2008-06-16 | could not resist. OK ok buddy henning | Claudio Jeker |
2008-06-15 | first pass: it would be nice if mg users read over this page and sent us | Jason McIntyre |
2008-06-15 | Typos, forgotten word | Kjell Wooding |
2008-06-15 | How about we actually document the 230-odd functions that make up | Kjell Wooding |
2008-06-14 | We do not need a whole MODE for blinking one character. | Kjell Wooding |
2008-06-14 | Add compile (c-C c-P) to the c-mode keymap (export from grep.c) | Kjell Wooding |
2008-06-14 | unf*ck undo. | Kjell Wooding |
2008-06-13 | One more "//" instead of "/" case. Hidden in a getcwd. | Kjell Wooding |
2008-06-13 | phessler noted that c-mode ignored blinking braces. | Kjell Wooding |
2008-06-13 | Allow selfinsert to be called with FFRAND; i.e. from another | Kjell Wooding |
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 |