Age | Commit message (Expand) | Author |
2023-04-17 | resurrect mg' no-tab-mode | Omar Polo |
2022-10-20 | add zap-to-char and zap-up-to-char; bind zap-to-char to M-z. | Omar Polo |
2021-04-20 | Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@ | Mark Lumsden |
2015-12-29 | Add transpose-words, ok jasper@. | Mark Lumsden |
2015-09-26 | whitespace | Jasper Lievisse Adriaanse |
2015-09-24 | Add mark-paragraph. ok jasper@ | Mark Lumsden |
2015-03-19 | More unifdef cleanup: | Brian Callahan |
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 |
2014-08-14 | Add bounce matching for [] and {} like mg already does with () and like | Brian Callahan |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | 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-08-27 | add a C-c target, so we can use it as a prefix for keybindings. | Kjell Wooding |
2008-06-14 | We do not need a whole MODE for blinking one character. | Kjell Wooding |
2008-06-12 | Whitespace | Kjell Wooding |
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding |
2006-08-18 | Move backward-paragraph, forward-paragraph to M-{, M-} respectively. | Kjell Wooding |
2006-07-27 | unused function | Theo de Raadt |
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-13 | spacing | Theo de Raadt |
2005-10-13 | add the (emacs) toggle-readonly keybinding (C-x C-q). | Kjell Wooding |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-10-11 | Enable the 'next-error' (C-x `) keybinding by default. | Kjell Wooding |
2005-10-06 | Add find-file-read-only keybinding (c-X c-R), as in emacs. | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright |
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-12-09 | bind ^Xg to gotoline by default | Theo de Raadt |
2002-09-28 | use rescan, not NULL, since ^X-t is not a prefix | Theo de Raadt |
2002-09-26 | activate the two key sequences for undo again; ok art henning | Theo de Raadt |
2002-06-27 | seems c-x c-q is for the vc- mode. remove it. | Vincent Labrecque |
2002-06-27 | bind C-x C-q to toggle-read-only, just like emacs. | Vincent Labrecque |
2002-05-29 | zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks like | Vincent Labrecque |
2002-05-29 | add a function to visit a file read-only mapped to C-x C-v | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-03-01 | disable undo until it is fixed to be (1) correct and (2) not crash like it do... | Theo de Raadt |
2002-02-21 | ^Xu is also an undo char | Theo de Raadt |
2002-02-20 | bind C-_ to undo. | Artur Grabowski |
2002-02-08 | more gosmacs | Theo de Raadt |
2001-05-24 | No need for those extra maps now. | Artur Grabowski |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski |
2001-05-24 | Break out function -> name mappings to an own file. | Artur Grabowski |