Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque | |
(at the same time, change the command line parsing to support a -f <mode> that is slightly different from the one in gnu emacs, we apply it to all buffers created from command line arguments, so you can use "mg -f mail-mode" as your editor. manpage change coming soon) ok henning | |||
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque | |
certain patterns. for example, `auto-execute "*.c" auto-indent-mode'. ok art@ | |||
2002-02-20 | Add undo code to mg. | Vincent Labrecque | |
needs further hacking. ok `whole bunch of people on icb'@ | |||
2002-02-14 | the "theo-mode" is said to be a 'standalone' extension in main.c, be | Vincent Labrecque | |
coherent. | |||
2001-06-23 | Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost. | Artur Grabowski | |
More beer! | |||
2001-05-24 | Add a compile/grep/id-utils mode. | Artur Grabowski | |
The only pollution this code introduces in the rest of thed code is a call to an init function in main(). In the future we might want to load extensions like this dynamically. Of course I did the test compile in the compile mode. | |||
2001-05-24 | Break out function -> name mappings to an own file. | Artur Grabowski | |
Add a possibility to dynamically extend the function table. | |||
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 | |
Reverse regex searching does not yet work. | |||
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 | |
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown) | |||
2000-02-25 | make it minimally compile; millert | Theo de Raadt | |
2000-02-25 | initial import of mg2a | Theo de Raadt | |