Age | Commit message (Expand) | Author |
2018-12-13 | Allow all non-ephemeral buffers to be toggled writable or read-only | Mark Lumsden |
2018-08-29 | Add set-case-replaced to toggle case-preserving replace on or off. | Reyk Floeter |
2016-04-14 | Add 'sentence-end-double-space'. | Mark Lumsden |
2015-12-29 | Add transpose-words, ok jasper@. | Mark Lumsden |
2015-09-26 | Add transpose-paragraphs. ok jasper@ | Mark Lumsden |
2015-09-24 | Add mark-paragraph. ok jasper@ | Mark Lumsden |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2015-03-16 | Change the internal name of the newline function to deconflict with a | Brian Callahan |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | lum |
2012-12-27 | diff-buffer-with-file | Florian Obser |
2012-12-04 | Bring back column numbers and make them configurable, off by default | Florian Obser |
2012-11-27 | - add 'make-directory' (not bound to any shortcut). | Jasper Lievisse Adriaanse |
2012-11-20 | keep functnames sorted | Florian Obser |
2012-10-12 | - implement "revert-buffer", which reverts the current buffer to what's on disk | Jasper Lievisse Adriaanse |
2012-06-14 | Allow mg to save backup files to a users home directory. | lum |
2012-06-07 | Add some cscope support to mg. From Sunil Nimmagadda. Due to some | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2012-04-11 | Add: | lum |
2012-03-14 | Remove the NO_HELP conditional directives. If defined, mg will not compile and | lum |
2011-11-28 | Add some ctags support to mg. From Sunil Nimmagadda. | lum |
2011-01-18 | Add join-line, bound to M-^ | Kjell Wooding |
2011-01-17 | Add back-to-indentation. (M-m) | Kjell Wooding |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-06-14 | We do not need a whole MODE for blinking one character. | Kjell Wooding |
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding |
2008-06-10 | Add a clear-mark function. | Kjell Wooding |
2008-06-10 | Remove copyright notices and put these files back into the public domain. | Kjell Wooding |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding |
2006-12-21 | Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, | Kjell Wooding |
2006-12-16 | Get rid of PREFIXREGION ifdef, since we always enable it anyway. | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
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 | Don't bind help to a null function | Kjell Wooding |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding |
2005-11-19 | Goodbye NO_METAKEY | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-07 | Move most of the dired hooks into dired.c. While here, enable some | Kjell Wooding |
2005-10-14 | more replstr into the #ifdef | Theo de Raadt |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright |
2005-05-27 | Add emacs-style replace-string function that does not prompt you | Chad Loder |
2005-04-28 | Get rid of unused arg to complete_function_list(). Han Boetes. | Otto Moerbeek |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau |
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque |
2002-05-29 | add an entry for "find-file-read-only" and one for toggle-read-only, | Vincent Labrecque |
2002-03-16 | map undo_dump to the "undo-list" command. | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |