On Wed, Jan 01 2003, Lars Magne Ingebrigtsen wrote: > Reiner Steib <4uce.02.r.steib@gmx.net> writes: [...] >>>> E.g. `message-gen-unsubscribed-mft'? >>> >>> No, that should also be renamed to something understandable, I think. >> >> `message-generate-unsubscribed-mft' or >> `message-generate-unsubscribed-mail-followup-to'? > > The latter, I think. > >> There's also `message-make-mft' and `message-make-fqdn'... > > fdqn is a common acronym, so that may be left as it is, I think. Or > expanded, for legibility. I did this renaming as you suggested (see ChangeLogs and patches below). I added documentation for the (former) message-utils.el functions. Commands clearly related to headers should not be in the "Message" menu (but in the "Field" menu): message-insert-importance-*, message-insert-disposition-notification-to, message-sort-headers. So I divided the section "Header Commands" in two subsections, "Commands for moving to headers" and "Commands to change headers" and added/moved the documentation to the right place. Suggested lisp/ChangeLog entry: --8<---------------cut here---------------start------------->8--- 2003-01-07 Reiner Steib * message.el (message-cross-post-default) (message-cross-post-note-function, message-shoot-gnksa-feet) (message-strip-subject-trailing-was, message-change-subject) (message-mark-insert-file, message-cross-post-followup-to) (message-cross-post-followup-to, message-mode-map) (message-generate-unsubscribed-mail-followup-to) (message-make-mail-followup-to): Minor changes to doc-strings and error messages. Updated copyright line. * message.el (message-make-mail-followup-to, message-generate-unsubscribed-mail-followup-to): New function names. Renamed functions: "-mft" -> "-mail-followup-to". (message-make-mft, message-gen-unsubscribed-mft): Removed function names. * mml.el (mml-preview-insert-mail-followup-to): New function name. (mml-preview-insert-mft): Removed function name. (mml-preview): Use new function names. * gnus-art.el (gnus-article-edit-mode-map): Use new function names. * message.el (message-mode-field-menu): Moved header related commands from "Message" to "Field" menu. --8<---------------cut here---------------end--------------->8--- Patch for ./lisp: