Age | Commit message (Expand) | Author |
2019-07-18 | Add some more basic interpreter functionality to mg. Needs a lot more | Mark Lumsden |
2019-06-10 | Allow mg to log its internal status to a file. At the moment it only | Mark Lumsden |
2016-09-16 | like the sparc port, ancient wisdom is ancient. consign to the archives. | Ted Unangst |
2016-09-11 | Install mg tutorial with correct permissions. ok deraadt | Martin Natano |
2015-09-29 | rename random.c to util.c so it doesn't look scary. (util.c repo copied) | Ted Unangst |
2015-03-17 | It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's | Brian Callahan |
2015-01-05 | As pointed out by Kaspars Bankovskis on tech@, there is no ifdef for | Mark Lumsden |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2012-06-18 | - explicitly use DOCMODE instead of NONBINMODE | Jasper Lievisse Adriaanse |
2012-06-07 | Add some cscope support to mg. From Sunil Nimmagadda. Due to some | lum |
2011-11-28 | Add some ctags support to mg. From Sunil Nimmagadda. | lum |
2011-02-02 | Move mg(1) tutorial file into a release, instead of languishing in src. | lum |
2011-01-18 | Add missing prototypes and move dired.c to "extensions" in Makefile. | lum |
2008-12-17 | sort CFLAGS, SRCS and the list of compile-time options; while here, | Igor Sobrado |
2008-06-13 | Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. | Kjell Wooding |
2008-06-12 | Introduce a basic c-mode to mg. | Kjell Wooding |
2006-12-16 | Get rid of PREFIXREGION ifdef, since we always enable it anyway. | Kjell Wooding |
2005-11-22 | Move kill-related commands to their own file. | Kjell Wooding |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding |
2005-11-19 | Remove DO_METAKEY here, too. Noted by Han Boetes. | Kjell Wooding |
2005-03-10 | fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change. | Henning Brauer |
2005-03-09 | remove useless -DBACKUP from CFLAGS and change the comment for BACKUP | Henning Brauer |
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque |
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque |
2002-02-20 | Add undo code to mg. | Vincent Labrecque |
2002-02-14 | the "theo-mode" is said to be a 'standalone' extension in main.c, be | Vincent Labrecque |
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 | Break out function -> name mappings to an own file. | Artur Grabowski |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller |
2000-02-28 | Use POSIX extended regular expressions. | Todd C. Miller |
2000-02-27 | Don't define -DDO_METAKEY twice | Todd C. Miller |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-25 | make it minimally compile; millert | Theo de Raadt |
2000-02-25 | initial import of mg2a | Theo de Raadt |