Fix again.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 24 Jan 2002 06:37:15 +0000 (06:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 24 Jan 2002 06:37:15 +0000 (06:37 +0000)
lisp/ChangeLog

index bedd924..76a3ff5 100644 (file)
@@ -1,7 +1,19 @@
 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * emacs-mime.texi (Customization): Added documentation for
-       `mm-inline-text-html-renderer'.
+       * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
+
+       * mm-decode.el (mm-inline-text-html-renderer): New user option.
+       (mm-inline-media-tests): Test whether the value of
+       `mm-inline-text-html-renderer' is a function for text/html.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3): New function
+       separated from `mm-inline-text'.
+       (mm-w3m-minor-mode): New variable.
+       (mm-w3m-setup): New variable.
+       (mm-setup-w3m): New function.
+       (mm-inline-text-html-render-with-w3m): New function.
+       (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
+       text/html.
 
 2002-01-23  Paul Jarc  <prj@po.cwru.edu>