summaryrefslogtreecommitdiff
path: root/usr.bin/mg/funmap.c
AgeCommit message (Expand)Author
2012-10-12- implement "revert-buffer", which reverts the current buffer to what's on diskJasper Lievisse Adriaanse
2012-06-14Allow mg to save backup files to a users home directory.lum
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
2012-04-11Add:lum
2012-03-14Remove the NO_HELP conditional directives. If defined, mg will not compile andlum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-06-14We do not need a whole MODE for blinking one character.Kjell Wooding
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding
2008-06-10Add a clear-mark function.Kjell Wooding
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2007-05-28Add a global-wd-mode command, which toggles between the currentKjell Wooding
2006-12-21Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,Kjell Wooding
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
2005-12-20Clean up the ugly casted frees. In one case, this meant eliminating a nastyKjell Wooding
2005-12-13More name-clash delintingKjell Wooding
2005-11-20#ifdef NO_DIR can go too. From Han Boetes.Kjell Wooding
2005-11-20Don't bind help to a null functionKjell Wooding
2005-11-20Kill the NO_BACKUP #ifdefKjell Wooding
2005-11-19Goodbye NO_METAKEYKjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-07Move most of the dired hooks into dired.c. While here, enable someKjell Wooding
2005-10-14more replstr into the #ifdefTheo de Raadt
2005-05-30add find-alternate-file command and binding for ^X^V; ok cloderJason Wright
2005-05-27Add emacs-style replace-string function that does not prompt youChad Loder
2005-04-28Get rid of unused arg to complete_function_list(). Han Boetes.Otto Moerbeek
2005-04-03This is a no binary change which does:David Berghoff
2005-03-09fix mg's behaviour with regards to files on which we do not haveJean-Francois Brousseau
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent 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
2002-02-20 Add undo code to mg.Vincent Labrecque
2002-02-08more gosmacsTheo de Raadt
2001-05-24add blobs.Artur Grabowski
2001-05-24No need for the extra prefixes here anymore.Artur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski