| Commit message (Expand) | Author | Age | Files | Lines |
* | Add transpose-words, ok jasper@. |  lum | 2015-12-29 | 1 | -2/+2 |
* | whitespace |  jasper | 2015-09-26 | 1 | -2/+2 |
* | Add mark-paragraph. ok jasper@ |  lum | 2015-09-24 | 1 | -3/+5 |
* | More unifdef cleanup: |  bcallah | 2015-03-19 | 1 | -33/+26 |
* | Clean up the includes in mg. |  bcallah | 2015-03-19 | 1 | -1/+7 |
* | Change the internal name of the newline function to deconflict with a |  bcallah | 2015-03-16 | 1 | -3/+3 |
* | Add bounce matching for [] and {} like mg already does with () and like |  bcallah | 2014-08-14 | 1 | -5/+11 |
* | Shuffle shell-command-on-region around to give shell-command. |  lum | 2013-05-22 | 1 | -4/+5 |
* | Add some cscope support to mg. From Sunil Nimmagadda. Due to some |  lum | 2012-06-07 | 1 | -3/+41 |
* | Remove the conditional directives NO_MACRO and NO_STARTUP. |  lum | 2012-04-12 | 1 | -15/+1 |
* | Add: |  lum | 2012-04-11 | 1 | -3/+3 |
* | Remove the NO_HELP conditional directives. If defined, mg will not compile and |  lum | 2012-03-14 | 1 | -15/+1 |
* | Add some ctags support to mg. From Sunil Nimmagadda. |  lum | 2011-11-28 | 1 | -3/+6 |
* | Add join-line, bound to M-^ |  kjell | 2011-01-18 | 1 | -2/+2 |
* | Add back-to-indentation. (M-m) |  kjell | 2011-01-17 | 1 | -2/+2 |
* | add a C-c target, so we can use it as a prefix for keybindings. |  kjell | 2008-08-27 | 1 | -7/+26 |
* | We do not need a whole MODE for blinking one character. |  kjell | 2008-06-14 | 1 | -22/+29 |
* | Whitespace |  kjell | 2008-06-12 | 1 | -4/+2 |
* | Add delete-leading-space, delete-trailing-space, |  kjell | 2008-06-11 | 1 | -3/+3 |
* | Move backward-paragraph, forward-paragraph to M-{, M-} respectively. |  kjell | 2006-08-18 | 1 | -7/+11 |
* | unused function |  deraadt | 2006-07-27 | 1 | -12/+1 |
* | greedy use of typedef struct was making code harder to read; ok kjell cloder |  deraadt | 2005-11-18 | 1 | -10/+11 |
* | Move most of the dired hooks into dired.c. While here, enable some |  kjell | 2005-11-07 | 1 | -5/+1 |
* | spacing |  deraadt | 2005-10-13 | 1 | -2/+2 |
* | add the (emacs) toggle-readonly keybinding (C-x C-q). |  kjell | 2005-10-13 | 1 | -2/+2 |
* | Fix dired mode. Make deletions work, and keystrokes match emacs. |  kjell | 2005-10-13 | 1 | -112/+10 |
* | Enable the 'next-error' (C-x `) keybinding by default. |  kjell | 2005-10-11 | 1 | -2/+2 |
* | Add find-file-read-only keybinding (c-X c-R), as in emacs. |  kjell | 2005-10-06 | 1 | -2/+2 |
* | Add explicit public domain notices to all public domain files. |  kjell | 2005-06-14 | 1 | -1/+3 |
* | add find-alternate-file command and binding for ^X^V; ok cloder |  jason | 2005-05-30 | 1 | -2/+2 |
* | This is a no binary change which does: |  db | 2005-04-03 | 1 | -57/+56 |
* | fix mg's behaviour with regards to files on which we do not have |  jfb | 2005-03-09 | 1 | -2/+2 |
* | bind ^Xg to gotoline by default |  deraadt | 2002-12-09 | 1 | -2/+2 |
* | use rescan, not NULL, since ^X-t is not a prefix |  deraadt | 2002-09-28 | 1 | -2/+2 |
* | activate the two key sequences for undo again; ok art henning |  deraadt | 2002-09-26 | 1 | -3/+5 |
* | seems c-x c-q is for the vc- mode. remove it. |  vincent | 2002-06-27 | 1 | -2/+2 |
* | bind C-x C-q to toggle-read-only, just like emacs. |  vincent | 2002-06-27 | 1 | -3/+3 |
* | zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks like |  vincent | 2002-05-29 | 1 | -2/+2 |
* | add a function to visit a file read-only mapped to C-x C-v |  vincent | 2002-05-29 | 1 | -2/+2 |
* | * Move to ANSI function definitions. |  vincent | 2002-03-11 | 1 | -5/+5 |
* | disable undo until it is fixed to be (1) correct and (2) not crash like it does now |  deraadt | 2002-03-01 | 1 | -5/+3 |
* | ^Xu is also an undo char |  deraadt | 2002-02-21 | 1 | -2/+4 |
* | bind C-_ to undo. |  art | 2002-02-20 | 1 | -2/+2 |
* | more gosmacs |  deraadt | 2002-02-08 | 1 | -3/+3 |
* | No need for those extra maps now. |  art | 2001-05-24 | 1 | -36/+1 |
* | Make the keymap/mode table growable in runtime. |  art | 2001-05-24 | 1 | -34/+57 |
* | Break out function -> name mappings to an own file. |  art | 2001-05-24 | 1 | -314/+1 |
* | functnames can be const, some spaces |  mickey | 2001-05-23 | 1 | -7/+7 |
* | Get rid of unnecessary casts of NULL. |  art | 2001-05-23 | 1 | -34/+34 |
* | export "fundamental_map" that points to the fundamental keymap |  art | 2001-05-23 | 1 | -1/+3 |