summaryrefslogtreecommitdiff
path: root/usr.bin/mg/funmap.c
AgeCommit message (Expand)Author
2018-12-13Allow all non-ephemeral buffers to be toggled writable or read-onlyMark Lumsden
2018-08-29Add set-case-replaced to toggle case-preserving replace on or off.Reyk Floeter
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
2012-12-27diff-buffer-with-fileFlorian Obser
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser
2012-11-27- add 'make-directory' (not bound to any shortcut).Jasper Lievisse Adriaanse
2012-11-20keep functnames sortedFlorian Obser
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