Age | Commit message (Expand) | Author |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2008-06-13 | Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. | Kjell Wooding |
2008-06-13 | Fix autoexec file handling. | Kjell Wooding |
2008-06-12 | Introduce a basic c-mode to mg. | Kjell Wooding |
2008-05-29 | add a detailed synopsis to mg(1); synchronize with usage. | Igor Sobrado |
2007-02-20 | Remove useless -h option (if you don't know the synopsis, how do you know | Chad Loder |
2006-11-19 | spacing | Theo de Raadt |
2006-07-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding |
2006-07-17 | Better usage() wording. Add -h to mean same. Some whitespace clean | Kjell Wooding |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-04-03 | fixed "text in message line would get stuck there" issue. | Kjell Wooding |
2006-02-25 | Fix a coredump occurring when the terminal is resized while mg is | Otto Moerbeek |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-11-20 | #ifdef NO_DIR can go too. From Han Boetes. | Kjell Wooding |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-10-13 | toast unused variable | Theo de Raadt |
2005-10-13 | use strtonum() correctly | Theo de Raadt |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-08-09 | Clean up eread handling in mg. (basically, fallout from the 'enter often | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-04-21 | correct strlcpy abuse, and always check for NULL return from find_buffer | Bob Beck |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-12 | sync usage() w/ synopsis; | Jason McIntyre |
2005-03-12 | spacing | Theo de Raadt |
2005-03-10 | add -n command line switch to disable backup file generation, handy | Henning Brauer |
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau |
2004-07-19 | correct error checking for strtonum, from mjc@bitz.ca | Vincent Labrecque |
2004-07-11 | oops | Vincent Labrecque |
2004-07-11 | change lower bound to 0, row shouldn't be negative; suggested & ok vincent | Peter Valchev |
2004-07-11 | use strtonum instead of strtoul and don't abuse a long for int | Peter Valchev |
2004-02-02 | be just like gnu emacs when more than 2 files are specified on the command | Vincent Labrecque |
2004-01-27 | make mail-mode more intelligent on middle-of-line insertions, and add a | Vincent Labrecque |
2003-12-04 | split the screen in multiple windows when more than one files are given | Vincent Labrecque |
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | 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-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-03-18 | Enter the new undo code. it is still disabled since it has bugs, but it's | Vincent Labrecque |
2002-02-21 | KNF | Theo de Raadt |
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 |
2001-06-23 | Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost. | Artur Grabowski |
2001-05-24 | Add a compile/grep/id-utils mode. | Artur Grabowski |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski |