Synch to No Gnus 200602201708.
authoryamaoka <yamaoka>
Mon, 20 Feb 2006 22:18:37 +0000 (22:18 +0000)
committeryamaoka <yamaoka>
Mon, 20 Feb 2006 22:18:37 +0000 (22:18 +0000)
lisp/ChangeLog
lisp/gnus-art.el
lisp/mm-uu.el

index 463e5a2..9b55a54 100644 (file)
@@ -1,3 +1,12 @@
+2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-charset-override-alist): Fix type in doc string.
+
+       * gnus-art.el (mm-url-insert-file-contents-external): Autoload
+       mm-url.
+
+       * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
+
 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
index c609e2c..52a1c04 100644 (file)
@@ -67,6 +67,7 @@
 (autoload 'gnus-button-reply "gnus-msg" nil t)
 (autoload 'parse-time-string "parse-time" nil nil)
 (autoload 'ansi-color-apply-on-region "ansi-color")
+(autoload 'mm-url-insert-file-contents-external "mm-url")
 
 (defgroup gnus-article nil
   "Article display."
index af41774..54d9211 100644 (file)
@@ -187,7 +187,7 @@ This can be either \"inline\" or \"attachment\".")
      (lambda () (mm-uu-verbatim-marks-extract 0 0 1 -1))
      nil)
     (LaTeX
-     "^\\(\\\\[^\n]+\n\\)*\\\\documentclass"
+     "^\\([\\\\%][^\n]+\n\\)*\\\\documentclass.*[[{%]"
      "^\\\\end{document}"
      mm-uu-latex-extract
      nil