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