Age | Commit message (Expand) | Author |
2021-05-03 | When parsing a variable value within double quotes, allow an escaped | Mark Lumsden |
2021-03-20 | Add a 'batch' mode to mg via the '-b' command line option which will | Mark Lumsden |
2021-02-23 | Allow the user to specify a path to the mg startup file on the command line. | Mark Lumsden |
2019-06-22 | Tidy up the comments: | Mark Lumsden |
2019-06-10 | Allow mg to log its internal status to a file. At the moment it only | Mark Lumsden |
2018-12-13 | Allow all non-ephemeral buffers to be toggled writable or read-only | Mark Lumsden |
2016-09-16 | like the sparc port, ancient wisdom is ancient. consign to the archives. | Ted Unangst |
2016-07-14 | make several program to use "chown" promise. | Sebastien Marie |
2016-04-14 | Add 'sentence-end-double-space'. | Mark Lumsden |
2015-12-24 | Add -R option to allow files specified on the command line to be | Mark Lumsden |
2015-11-19 | "tty proc exec", not "proc exec tty" | Anthony J. Bentley |
2015-11-11 | needs pledge "getpw" also | Theo de Raadt |
2015-11-11 | pledge "stdio rpath wpath cpath fattr proc exec tty" seems to work. | Theo de Raadt |
2015-11-08 | whitespace | Jasper Lievisse Adriaanse |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-11-13 | Nuke GOOD define and just exit(0) on success. While there remove | Florian Obser |
2014-03-22 | donebell is no longer required. | Mark Lumsden |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2012-12-28 | Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; | Christian Weisgerber |
2012-08-31 | Allow an error message for a filename that is too long to be seen and | lum |
2012-08-30 | This diff allows the user to decide what to do with buffers that | lum |
2012-05-29 | There is no other reference to SYSCLEANUP in the src tree. Remove. | lum |
2012-05-29 | There is no need to use an *init* buffer if we go back and update | lum |
2012-05-25 | Prepare mg buffers before startup file is parsed so multiple files can | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2012-01-26 | Tidy window and buffer NULL checks. | lum |
2011-11-28 | Add some ctags support to mg. From Sunil Nimmagadda. | lum |
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 |