inline PGP signed messages.
 
 ** You can now drag and drop attachments to the Message buffer.  See
-`mml-dnd-protocol-alist' and `mml-dnd-attach-options' *Note MIME::.
+`mml-dnd-protocol-alist' and `mml-dnd-attach-options' *Note MIME:
+(message)MIME.
 
 ** The option `message-yank-empty-prefix' now controls how empty lines
 are prefixed in cited text.  *Note (message)Insertion Variables::.
 
 ** International host names (IDNA) can now be decoded inside article
 bodies using `W i' (`gnus-summary-idna-message').  This require that
-GNU Libidn (<http://www.gnu.org/software/libidn/>) has been installed.
+GNU Libidn (`http://www.gnu.org/software/libidn/') has been installed.
 
 ** Gnus includes an Emacs Lisp SASL library.
 
 
 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * mml.el (mml-mode): Silence the byte compiler.
+
        * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
        using `(sit-for 0)' before moving the point to the specified part;
        skip unbuttonized parts.
 
     (easy-menu-add mml-menu mml-mode-map)
     (when (boundp 'dnd-protocol-alist)
       (set (make-local-variable 'dnd-protocol-alist)
-          (append mml-dnd-protocol-alist dnd-protocol-alist)))
+          (append mml-dnd-protocol-alist
+                  (symbol-value 'dnd-protocol-alist))))
     (run-hooks 'mml-mode-hook)))
 
 ;;;
 
+2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-news.texi: Fix reference.
+
 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.texi (MIME): Describe mml-dnd-protocol-alist and
 
 
 @item You can now drag and drop attachments to the Message buffer.
 See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}
-@xref{MIME}.
+@xref{MIME, ,MIME, message, Message Manual}.
 
 @item The option @code{message-yank-empty-prefix} now controls how
 empty lines are prefixed in cited text.