summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/funmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow all non-ephemeral buffers to be toggled writable or read-onlylum2018-12-131-1/+2
* Add set-case-replaced to toggle case-preserving replace on or off.reyk2018-08-291-1/+2
* Add 'sentence-end-double-space'.lum2016-04-141-1/+2
* Add transpose-words, ok jasper@.lum2015-12-291-1/+2
* Add transpose-paragraphs. ok jasper@lum2015-09-261-1/+2
* Add mark-paragraph. ok jasper@lum2015-09-241-1/+2
* Clean up the includes in mg.bcallah2015-03-191-2/+8
* Change the internal name of the newline function to deconflict with abcallah2015-03-161-2/+2
* Make the system bell toggleable via 'audible-bell', and if switchedlum2013-05-311-1/+3
* Shuffle shell-command-on-region around to give shell-command.lum2013-05-221-1/+2
* diff-buffer-with-fileflorian2012-12-271-1/+2
* Bring back column numbers and make them configurable, off by defaultflorian2012-12-041-1/+2
* - add 'make-directory' (not bound to any shortcut).jasper2012-11-271-1/+2
* keep functnames sortedflorian2012-11-201-30/+32
* - implement "revert-buffer", which reverts the current buffer to what's on diskjasper2012-10-121-2/+3
* Allow mg to save backup files to a users home directory.lum2012-06-141-1/+3
* Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum2012-06-071-1/+14
* Remove the conditional directives NO_MACRO and NO_STARTUP.lum2012-04-121-11/+1
* Add:lum2012-04-111-1/+3
* Remove the NO_HELP conditional directives. If defined, mg will not compile andlum2012-03-141-7/+1
* Add some ctags support to mg. From Sunil Nimmagadda.lum2011-11-281-1/+4
* Add join-line, bound to M-^kjell2011-01-181-1/+2
* Add back-to-indentation. (M-m)kjell2011-01-171-1/+2
* Expose the undo commands as proper mg functions.kjell2008-09-151-1/+4
* We do not need a whole MODE for blinking one character.kjell2008-06-141-3/+2
* Add delete-leading-space, delete-trailing-space,kjell2008-06-111-2/+5
* Add a clear-mark function.kjell2008-06-101-1/+2
* Remove copyright notices and put these files back into the public domain.kjell2008-06-101-24/+4
* Add a global-wd-mode command, which toggles between the currentkjell2007-05-281-1/+2
* Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,kjell2006-12-211-3/+1
* Get rid of PREFIXREGION ifdef, since we always enable it anyway.kjell2006-12-161-5/+1
* Display line number in the mg statusbar. Yes, it seems like a fuglykjell2006-06-011-1/+2
* Clean up the ugly casted frees. In one case, this meant eliminating a nastykjell2005-12-201-3/+3
* More name-clash delintingkjell2005-12-131-4/+4
* #ifdef NO_DIR can go too. From Han Boetes.kjell2005-11-201-5/+1
* Don't bind help to a null functionkjell2005-11-201-2/+1
* Kill the NO_BACKUP #ifdefkjell2005-11-201-3/+1
* Goodbye NO_METAKEYkjell2005-11-191-3/+1
* greedy use of typedef struct was making code harder to read; ok kjell cloderderaadt2005-11-181-3/+3
* Move most of the dired hooks into dired.c. While here, enable somekjell2005-11-071-13/+1
* more replstr into the #ifdefderaadt2005-10-141-2/+2
* add find-alternate-file command and binding for ^X^V; ok cloderjason2005-05-301-1/+2
* Add emacs-style replace-string function that does not prompt youcloder2005-05-271-1/+2
* Get rid of unused arg to complete_function_list(). Han Boetes.otto2005-04-281-2/+2
* This is a no binary change which does:db2005-04-031-21/+17
* fix mg's behaviour with regards to files on which we do not havejfb2005-03-091-2/+2
* add an "auto-execute" feature, that allows binding function calls tovincent2002-05-291-1/+2
* add an entry for "find-file-read-only" and one for toggle-read-only,vincent2002-05-291-1/+3
* map undo_dump to the "undo-list" command.vincent2002-03-161-1/+2
* * Move to ANSI function definitions.vincent2002-03-111-7/+7