summaryrefslogtreecommitdiff
path: root/usr.bin/mg/funmap.c
AgeCommit message (Expand)Author
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