]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoCleanup whitespace.
Miles Bader [Mon, 9 Oct 2000 02:29:48 +0000 (02:29 +0000)]
Cleanup whitespace.

23 years agoMaintainer line updated.
Stefan Monnier [Mon, 9 Oct 2000 01:59:03 +0000 (01:59 +0000)]
Maintainer line updated.
(tags-table-format-functions): Renamed from tags-table-format-hooks.

23 years agoFlip to put highlight in correct place.
Miles Bader [Mon, 9 Oct 2000 01:03:32 +0000 (01:03 +0000)]
Flip to put highlight in correct place.
Correct image size.

23 years agoCorrect image size.
Miles Bader [Mon, 9 Oct 2000 01:01:02 +0000 (01:01 +0000)]
Correct image size.

23 years ago(popup-menu): Balance parens.
Miles Bader [Mon, 9 Oct 2000 00:27:48 +0000 (00:27 +0000)]
(popup-menu): Balance parens.

23 years agoDon't call `jka-compr-install' when loading (it will be done by the
Miles Bader [Sun, 8 Oct 2000 23:35:47 +0000 (23:35 +0000)]
Don't call `jka-compr-install' when loading (it will be done by the
definition of `auto-compression-mode' if necessary).

Move code to uninstall existing file-name handler before definition of
`auto-compression-mode'.

23 years ago(auto-image-file-mode): Move to the end of the file, because
Miles Bader [Sun, 8 Oct 2000 23:23:55 +0000 (23:23 +0000)]
(auto-image-file-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.

23 years agoConvert to GFDL.
Dave Love [Sun, 8 Oct 2000 21:48:42 +0000 (21:48 +0000)]
Convert to GFDL.

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 21:27:56 +0000 (21:27 +0000)]
*** empty log message ***

23 years agognus-user-agent
Dave Love [Sun, 8 Oct 2000 21:06:44 +0000 (21:06 +0000)]
gnus-user-agent

23 years ago(popup-menu): Move the command call outside the loop
Stefan Monnier [Sun, 8 Oct 2000 20:16:56 +0000 (20:16 +0000)]
(popup-menu): Move the command call outside the loop
so that popup-menu returns whatever the command returns.

23 years agoDocstring fixes.
Stefan Monnier [Sun, 8 Oct 2000 19:25:30 +0000 (19:25 +0000)]
Docstring fixes.
(initialize-new-tags-table): Use run-hook-with-args-until-success.
(find-tag): Use pop-to-buffer if switch-to-buffer failed.

23 years ago(vc-version-diff): diff-switches can be a list.
Stefan Monnier [Sun, 8 Oct 2000 19:12:52 +0000 (19:12 +0000)]
(vc-version-diff): diff-switches can be a list.

23 years ago(cvs-append-to-ignore, cvs-vc-command-advice)
Stefan Monnier [Sun, 8 Oct 2000 19:11:34 +0000 (19:11 +0000)]
(cvs-append-to-ignore, cvs-vc-command-advice)
(vc-post-command-functions): Remove old-VC compatibility code.

23 years agoMark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Eli Zaretskii [Sun, 8 Oct 2000 19:10:44 +0000 (19:10 +0000)]
Mark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Mark C-down-mouse-3 as documented.

23 years ago(comment-indent-default): Autoload.
Stefan Monnier [Sun, 8 Oct 2000 19:07:41 +0000 (19:07 +0000)]
(comment-indent-default): Autoload.

23 years ago(font-lock-defaults): Make buffer-local.
Stefan Monnier [Sun, 8 Oct 2000 19:07:14 +0000 (19:07 +0000)]
(font-lock-defaults): Make buffer-local.
(font-lock-turn-on-thing-lock): Use jit-lock-refontify.
(font-lock-choose-keywords):
Ignore LEVEL unless KEYWORDS is a list of syms.
(c-keywords, c++-keywords, objc-keywords, java-keywords):
Don't wrap regexp-opt things in \(...\) unnecessarily.

23 years agoDon't require font-lock any more.
Stefan Monnier [Sun, 8 Oct 2000 19:01:17 +0000 (19:01 +0000)]
Don't require font-lock any more.
(jit-lock-functions): Make buffer-local.
(jit-lock-saved-fontify-buffer-function): Remove.
(jit-lock-mode): Remove autoload cookie.
Remove font-lock specific code.
(jit-lock-unregister): Don't bother handling complex hooks any more.
(jit-lock-refontify): New function.
(jit-lock-fontify-buffer): Use it.
(jit-lock-function-1): Replaced by jit-lock-fontify-now.
(jit-lock-fontify-now): Renamed from jit-lock-function-1.
Add optional args START and END.
Never call font-lock-fontify-region directly.
(jit-lock-function, jit-lock-stealth-fontify): Use it.

23 years ago(regexp-opt): Add \< and \> if PAREN=`words'.
Stefan Monnier [Sun, 8 Oct 2000 18:50:43 +0000 (18:50 +0000)]
(regexp-opt): Add \< and \> if PAREN=`words'.

23 years agobrowse-url-gnome-moz
Dave Love [Sun, 8 Oct 2000 18:30:12 +0000 (18:30 +0000)]
browse-url-gnome-moz

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 17:53:13 +0000 (17:53 +0000)]
*** empty log message ***

23 years agoFix header line, copyright notice.
Dave Love [Sun, 8 Oct 2000 17:47:56 +0000 (17:47 +0000)]
Fix header line, copyright notice.

23 years ago(ada-mode-menu): Add name to menu map.
Dave Love [Sun, 8 Oct 2000 17:47:03 +0000 (17:47 +0000)]
(ada-mode-menu): Add name to menu map.

23 years ago(icon-mode-map): Add name to menu-bar keymap.
Dave Love [Sun, 8 Oct 2000 17:39:40 +0000 (17:39 +0000)]
(icon-mode-map): Add name to menu-bar keymap.

23 years ago(morse-region, unmorse-region): Add autoload
Dave Love [Sun, 8 Oct 2000 17:37:14 +0000 (17:37 +0000)]
(morse-region, unmorse-region): Add autoload
cookie.

23 years ago(studlify-region, studlify-word): Add autoload
Dave Love [Sun, 8 Oct 2000 17:36:39 +0000 (17:36 +0000)]
(studlify-region, studlify-word): Add autoload
cookie.

23 years ago(spook-phrases-file): Use expand-file-name, not
Dave Love [Sun, 8 Oct 2000 17:32:00 +0000 (17:32 +0000)]
(spook-phrases-file): Use expand-file-name, not
concat.

23 years agoByte-compile-dynamic since it gets loaded by
Dave Love [Sun, 8 Oct 2000 17:30:59 +0000 (17:30 +0000)]
Byte-compile-dynamic since it gets loaded by
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.

23 years ago(lisp-imenu-generic-expression): Don't
Dave Love [Sun, 8 Oct 2000 17:23:50 +0000 (17:23 +0000)]
(lisp-imenu-generic-expression): Don't
insist on symbols starting with word syntax.
(lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
(eval-defun-1): Doc fix.
(indent-sexp): Use nconc to build up indent-stack.

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 16:53:40 +0000 (16:53 +0000)]
*** empty log message ***

23 years agoDoc fixes.
Dave Love [Sun, 8 Oct 2000 16:34:14 +0000 (16:34 +0000)]
Doc fixes.

23 years ago(vcursor-cs-binding): Remove compatibility code.
Dave Love [Sun, 8 Oct 2000 16:31:12 +0000 (16:31 +0000)]
(vcursor-cs-binding): Remove compatibility code.
Clean up remainder.

23 years ago(timezone-parse-date): Doc fix. Fix regexps for (5)
Dave Love [Sun, 8 Oct 2000 16:26:04 +0000 (16:26 +0000)]
(timezone-parse-date): Doc fix.  Fix regexps for (5)
without timezone and (8) with timezone to enforce some whitespace.
Simplify code somewhat.

23 years ago(list-options): Doc that you should use customize.
Dave Love [Sun, 8 Oct 2000 16:20:55 +0000 (16:20 +0000)]
(list-options): Doc that you should use customize.

23 years ago(iswitchb-mode): Add :require.
Dave Love [Sun, 8 Oct 2000 16:19:28 +0000 (16:19 +0000)]
(iswitchb-mode): Add :require.

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 15:52:38 +0000 (15:52 +0000)]
*** empty log message ***

23 years ago(Info-goto-node, Info-menu): Doc fix.
Dave Love [Sun, 8 Oct 2000 15:44:36 +0000 (15:44 +0000)]
(Info-goto-node, Info-menu): Doc fix.
(Info-mode-menu): Bind beginning-of-buffer, Info-edit
(info-tool-bar-map): New variable.
(Info-mode): Use it.
(Info-edit-map): Define all in defvar.
(speedbar-attached-frame): Avoid compiler warning.

23 years ago(tool-bar-map): Define it empty.
Dave Love [Sun, 8 Oct 2000 15:29:52 +0000 (15:29 +0000)]
(tool-bar-map): Define it empty.
(global-map): Bind [tool-bar] to a filtered map.
(tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
(tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
Allow PBM icons.
(tool-bar-setup): Adjust calls of tool-bar-add-item.

23 years ago(imenu-add-to-menubar): Fix again.
Dave Love [Sun, 8 Oct 2000 15:13:43 +0000 (15:13 +0000)]
(imenu-add-to-menubar): Fix again.

23 years agoRemoved eval-when-compile statements from rul-generic-mode
Peter Breton [Sun, 8 Oct 2000 12:24:23 +0000 (12:24 +0000)]
Removed eval-when-compile statements from rul-generic-mode

23 years agoFix previous change.
Eli Zaretskii [Sun, 8 Oct 2000 11:30:37 +0000 (11:30 +0000)]
Fix previous change.

23 years agoFix a typo.
Eli Zaretskii [Sun, 8 Oct 2000 10:56:01 +0000 (10:56 +0000)]
Fix a typo.

23 years ago(imenu-add-to-menubar): Fix last change.
Dave Love [Sun, 8 Oct 2000 09:37:01 +0000 (09:37 +0000)]
(imenu-add-to-menubar): Fix last change.

23 years ago(quail-cxterm-package-ext-info): Fix typos in doc strings.
Eli Zaretskii [Sun, 8 Oct 2000 09:27:58 +0000 (09:27 +0000)]
(quail-cxterm-package-ext-info): Fix typos in doc strings.

23 years ago(Help): Describe an orderly procedure to find features in the docs.
Eli Zaretskii [Sun, 8 Oct 2000 09:14:38 +0000 (09:14 +0000)]
(Help): Describe an orderly procedure to find features in the docs.

23 years ago(Language Environments): Mention the requirement to have a suitable font
Eli Zaretskii [Sun, 8 Oct 2000 08:53:46 +0000 (08:53 +0000)]
(Language Environments): Mention the requirement to have a suitable font
installed, for displaying a given language.

23 years ago(Font Lock): Explain how to customize Font Lock faces.
Eli Zaretskii [Sun, 8 Oct 2000 08:43:31 +0000 (08:43 +0000)]
(Font Lock): Explain how to customize Font Lock faces.
(Faces): Document set-face-foreground and set-face-background.

23 years ago*** empty log message ***
Eli Zaretskii [Sun, 8 Oct 2000 06:51:37 +0000 (06:51 +0000)]
*** empty log message ***

23 years ago(font-lock-mode, global-font-lock-mode): Mention in
Eli Zaretskii [Sun, 8 Oct 2000 06:50:22 +0000 (06:50 +0000)]
(font-lock-mode, global-font-lock-mode): Mention in
the doc strings how to customize Font Lock faces.

23 years ago(top-level) <Qbackground_color, Qforeground_color>: Make
Eli Zaretskii [Sun, 8 Oct 2000 06:24:44 +0000 (06:24 +0000)]
(top-level) <Qbackground_color, Qforeground_color>: Make
them extern (they are defined on xfaces.c).
(syms_of_msdos): Don't intern and don't staticpro
Qbackground_color and Qforeground_color.

23 years ago(mouse-drag-mode-line-1): Fix an off-by-one error in
Eli Zaretskii [Sun, 8 Oct 2000 06:16:42 +0000 (06:16 +0000)]
(mouse-drag-mode-line-1): Fix an off-by-one error in
computing growth when dragging the header line.

23 years ago(kill-line): Doc fix.
Eli Zaretskii [Sun, 8 Oct 2000 06:10:40 +0000 (06:10 +0000)]
(kill-line): Doc fix.

23 years agoMark auto-image-file-name as documented in the manual.
Eli Zaretskii [Sun, 8 Oct 2000 06:01:19 +0000 (06:01 +0000)]
Mark auto-image-file-name as documented in the manual.

23 years ago(secondary-selection): Make foreground visible on tty.
Miles Bader [Sun, 8 Oct 2000 04:28:35 +0000 (04:28 +0000)]
(secondary-selection): Make foreground visible on tty.

23 years ago(auto-compression-mode): Move to the end of the file, because
Miles Bader [Sun, 8 Oct 2000 02:58:24 +0000 (02:58 +0000)]
(auto-compression-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
(with-auto-compression-mode): Add autoload cookie.

23 years agoDocument `display-message-or-buffer'.
Miles Bader [Sun, 8 Oct 2000 01:41:04 +0000 (01:41 +0000)]
Document `display-message-or-buffer'.

23 years agoDoc fix.
Miles Bader [Sun, 8 Oct 2000 01:37:42 +0000 (01:37 +0000)]
Doc fix.

23 years agoAdd entry for `display-message-or-buffer'.
Miles Bader [Sun, 8 Oct 2000 01:36:35 +0000 (01:36 +0000)]
Add entry for `display-message-or-buffer'.

23 years agoFix missing @ends.
Dave Love [Sat, 7 Oct 2000 21:32:58 +0000 (21:32 +0000)]
Fix missing @ends.

23 years agoMark auto-image-mode as not yet documented.
Eli Zaretskii [Sat, 7 Oct 2000 19:31:08 +0000 (19:31 +0000)]
Mark auto-image-mode as not yet documented.

23 years agoFixed a typo.
Eli Zaretskii [Sat, 7 Oct 2000 19:15:54 +0000 (19:15 +0000)]
Fixed a typo.

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 7 Oct 2000 18:59:12 +0000 (18:59 +0000)]
*** empty log message ***

23 years ago(Fframe_parameter): For non-windowed frames, if
Eli Zaretskii [Sat, 7 Oct 2000 18:57:36 +0000 (18:57 +0000)]
(Fframe_parameter): For non-windowed frames, if
f->param_alist says foreground or background color is unspecified,
call tty_color_name to return the color name computed from the
frame's current colors.

23 years ago(find-backup-file-name) [ms-dos]: If support for long
Eli Zaretskii [Sat, 7 Oct 2000 18:49:14 +0000 (18:49 +0000)]
(find-backup-file-name) [ms-dos]: If support for long
file names is not available, behave as if version-control were set
to never.

23 years agoDon't remove the Unix shell invocations.
Eli Zaretskii [Sat, 7 Oct 2000 18:41:26 +0000 (18:41 +0000)]
Don't remove the Unix shell invocations.

23 years ago(${TIT}, clean): Use {TIT:.elc=.el} instead of shell `command` expansion.
Eli Zaretskii [Sat, 7 Oct 2000 18:40:14 +0000 (18:40 +0000)]
(${TIT}, clean): Use {TIT:.elc=.el} instead of shell `command` expansion.

23 years agoFix last.
Dave Love [Sat, 7 Oct 2000 18:35:40 +0000 (18:35 +0000)]
Fix last.

23 years agoModify licence notice.
Dave Love [Sat, 7 Oct 2000 18:33:47 +0000 (18:33 +0000)]
Modify licence notice.

23 years agoModify licence notice. QP, base64 changes.
Dave Love [Sat, 7 Oct 2000 18:33:10 +0000 (18:33 +0000)]
Modify licence notice.  QP, base64 changes.

23 years ago(browse-url-browser-function): Use it.
Dave Love [Sat, 7 Oct 2000 18:05:28 +0000 (18:05 +0000)]
(browse-url-browser-function): Use it.

23 years ago(browse-url-gnome-moz-arguments): New option.
Dave Love [Sat, 7 Oct 2000 17:58:33 +0000 (17:58 +0000)]
(browse-url-gnome-moz-arguments): New option.
(browse-url-gnome-moz): New function.
Suggested by Colin Walters <walters@cis.ohio-state.edu>.

23 years ago*** empty log message ***
Peter Breton [Sat, 7 Oct 2000 12:00:26 +0000 (12:00 +0000)]
*** empty log message ***

23 years ago(tab-always-indent): New var.
Stefan Monnier [Sat, 7 Oct 2000 04:13:09 +0000 (04:13 +0000)]
(tab-always-indent): New var.
(indent-for-tab-command): Use it.

23 years ago(set-auto-mode): Ignore unknown -*- mode -*- rather than
Stefan Monnier [Sat, 7 Oct 2000 03:05:14 +0000 (03:05 +0000)]
(set-auto-mode): Ignore unknown -*- mode -*- rather than
raise an error.  This way it can still defaults to a sane value.

23 years agoFix merge screwup.
Miles Bader [Sat, 7 Oct 2000 02:38:22 +0000 (02:38 +0000)]
Fix merge screwup.

23 years ago*** empty log message ***
Dave Love [Fri, 6 Oct 2000 22:55:11 +0000 (22:55 +0000)]
*** empty log message ***

23 years ago(ospeed): Don't declare.
Dave Love [Fri, 6 Oct 2000 22:53:30 +0000 (22:53 +0000)]
(ospeed): Don't declare.

23 years agoDon't include string.h.
Dave Love [Fri, 6 Oct 2000 22:51:10 +0000 (22:51 +0000)]
Don't include string.h.
(h_errno): Declare conditional also on TRY_AGAIN.

23 years ago(Ffind_charset_string): Doc fix.
Dave Love [Fri, 6 Oct 2000 22:47:22 +0000 (22:47 +0000)]
(Ffind_charset_string): Doc fix.

23 years ago(Fbase64_encode_region, Fbase64_encode_string)
Dave Love [Fri, 6 Oct 2000 22:42:46 +0000 (22:42 +0000)]
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): More explicit
error messages.

23 years ago(fancy-splash-screens): Use local rather than global map.
Stefan Monnier [Fri, 6 Oct 2000 22:19:23 +0000 (22:19 +0000)]
(fancy-splash-screens): Use local rather than global map.
Don't use `update-menu-bindings' any more.
Get rid of assumptions about keymap representation.

23 years ago(sentence-end-double-space)
Dave Love [Fri, 6 Oct 2000 19:50:40 +0000 (19:50 +0000)]
(sentence-end-double-space)
(sentence-end-without-period):  Doc fix.
(adaptive-fill-regexp): Purecopy.
(unjustify-current-line): Use line-end-position.
(fill-individual-paragraphs-prefix): Use line-beginning-position.

23 years ago(eudc): Add :version, :link.
Dave Love [Fri, 6 Oct 2000 18:56:44 +0000 (18:56 +0000)]
(eudc): Add :version, :link.

23 years agofile-coding-system-alist): Use \',
Dave Love [Fri, 6 Oct 2000 18:45:08 +0000 (18:45 +0000)]
file-coding-system-alist): Use \',
not $.

23 years agoComment.
Dave Love [Fri, 6 Oct 2000 18:37:50 +0000 (18:37 +0000)]
Comment.

23 years ago(find-function-regexp): Remove spurion.
Dave Love [Fri, 6 Oct 2000 18:35:24 +0000 (18:35 +0000)]
(find-function-regexp): Remove spurion.
Fix for define-minor-mode.
(function-at-point): Alias to function-called-at-point.

23 years ago(custom-declare-variable, custom-set-variables): Use mapc.
Dave Love [Fri, 6 Oct 2000 18:30:32 +0000 (18:30 +0000)]
(custom-declare-variable, custom-set-variables): Use mapc.

23 years agoRequire CL. At least, for `incf'.
Stefan Monnier [Fri, 6 Oct 2000 18:16:18 +0000 (18:16 +0000)]
Require CL.  At least, for `incf'.

23 years ago(backward-word): Doc fix.
Dave Love [Fri, 6 Oct 2000 18:13:28 +0000 (18:13 +0000)]
(backward-word): Doc fix.

23 years agoauto-image-file-mode
Dave Love [Fri, 6 Oct 2000 16:33:46 +0000 (16:33 +0000)]
auto-image-file-mode

23 years ago(image-file-name-extensions): Add pbm.
Dave Love [Fri, 6 Oct 2000 16:20:03 +0000 (16:20 +0000)]
(image-file-name-extensions): Add pbm.

23 years ago(image-file-name-regexp): image-file-regexps -> image-file-name-regexps.
Dave Love [Fri, 6 Oct 2000 16:11:44 +0000 (16:11 +0000)]
(image-file-name-regexp): image-file-regexps -> image-file-name-regexps.

23 years ago(smerge-diff): Setup the buffer's default-directory
Stefan Monnier [Fri, 6 Oct 2000 16:07:31 +0000 (16:07 +0000)]
(smerge-diff): Setup the buffer's default-directory
and add filename to the names so that diff-mode can jump to source.

23 years ago(font-lock-defaults-alist): Remove the TeX entries.
Stefan Monnier [Fri, 6 Oct 2000 16:02:27 +0000 (16:02 +0000)]
(font-lock-defaults-alist): Remove the TeX entries.
(tex-font-lock-keywords, tex-font-lock-keywords-2)
(tex-font-lock-keywords-1): Remove.
(font-lock-turn-on-thing-lock): Use jit-lock-register.
(font-lock-turn-off-thing-lock): Use jit-lock-unregister.
(font-lock-default-fontify-region): Expand beg..end correctly
when just following a multiline region.
(font-lock-fontify-anchored-keywords):
Include the anchor text as part of the multiline.

23 years agoDon't require cl.
Dave Love [Fri, 6 Oct 2000 14:35:27 +0000 (14:35 +0000)]
Don't require cl.
(gnus-audio): New custom group.
(gnus-audio-inline-sound): Change to work with Emacs.
(gnus-audio-directory, gnus-audio-directory)
(gnus-audio-au-player):  Customize.
(gnus-audio-play): Try external player if play-sound-file fails.
Use file-name-extension, not string-match.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 6 Oct 2000 13:55:47 +0000 (13:55 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Fri, 6 Oct 2000 13:53:12 +0000 (13:53 +0000)]
*** empty log message ***

23 years ago(mm-decode-coding-region, mm-encode-coding-region):
Dave Love [Fri, 6 Oct 2000 13:35:20 +0000 (13:35 +0000)]
(mm-decode-coding-region, mm-encode-coding-region):
Autoload.
(quoted-printable-decode-region):  Rename arg which confused
charset with coding-system.  Don't use nonascii-insert-offset.
Coding-system encode the region initially.  Don't recognize `=='
as valid QP.  Coding-system decode the region finally.
(quoted-printable-decode-string): Rename arg which confused
charset with coding-system.

23 years ago(article-de-quoted-unreadable)
Dave Love [Fri, 6 Oct 2000 13:33:37 +0000 (13:33 +0000)]
(article-de-quoted-unreadable)
(article-de-base64-unreadable): Fold search case
rather than downcasing string.  Apply mm-charset-to-coding-system
to arg of quoted-printable-decode-region.

23 years agoRequire mm-uu, Don't require qp, uudecode.
Dave Love [Fri, 6 Oct 2000 13:31:27 +0000 (13:31 +0000)]
Require mm-uu, Don't require qp, uudecode.
(mm-encode-body): Apply mm-charset-to-coding-system to arg of
mm-encode-coding-region.
(mm-decode-body, mm-decode-string): Rename variables which
confused charset with coding-system.
(binhex-decode-region): Don't autoload.
(mm-body-encoding): Require message.
(mm-decode-content-transfer-encoding): Require mm-uu in relevant
cond branches.