Age | Commit message (Expand) | Author |
2023-04-21 | mg: allow to change the tab width | Omar Polo |
2023-04-17 | resurrect mg' no-tab-mode | Omar Polo |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-20 | add zap-to-char and zap-up-to-char; bind zap-to-char to M-z. | Omar Polo |
2021-04-22 | Add a non-interactive version of query-replace-regexp function called | Mark Lumsden |
2021-04-20 | Indicate if an mg function is unsuitable for a startup file (requires | Mark Lumsden |
2021-04-20 | Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@ | Mark Lumsden |
2021-03-23 | Correct how many arguments some functions take for interpreter.c. | Mark Lumsden |
2019-07-11 | Allow functions that have 1 or more parameters receive and process | Mark Lumsden |
2019-07-03 | selfinsert() can't be called directly from a startup file or by | Mark Lumsden |
2019-07-02 | I totally forgot about the instance where blink-and-insert can be | Mark Lumsden |
2019-06-26 | This diff makes blink-and-insert do as the man page says it should do. | Mark Lumsden |
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 |