+** Gnus changes since 5.8.
+
+*** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
+
+This change was made to avoid conflict with the standard binding of
+`back-to-indentation', which is also useful in message mode.
+
** Gnus changes.
The Gnus NEWS entries are short, but they reflect sweeping changes in
+2000-12-19 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
+ to avoid conflict with the standard `back-to-indentation'
+ binding.
+
2000-12-17 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
(define-key map "s" sign)
(define-key map "c" encrypt)
;;(define-key map "n" 'mml-narrow-to-part)
- (define-key main "\M-m" map)
+ ;; `M-m' conflicts with `back-to-indentation'.
+ ;; (define-key main "\M-m" map)
+ (define-key main "\C-c\C-m" map)
main))
(easy-menu-define