Fix 2010-09-22 entry for gnus-html.el.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 23 Sep 2010 23:15:36 +0000 (23:15 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 23 Sep 2010 23:15:36 +0000 (23:15 +0000)
lisp/ChangeLog

index d5c800b..d74e98c 100644 (file)
 
 2010-09-22  Julien Danjou  <julien@danjou.info>
 
-       (gnus-html-put-image): Stop using markers. They are harmful if you have
-       2 images side-by-side, they can't be properly update on text deletion.
-       Using text-property is safer here.
+       * gnus-html.el (gnus-html-put-image): Stop using markers. They are
+       harmful if you have 2 images side-by-side, they can't be properly
+       update on text deletion.  Using text-property is safer here.
        (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
        data.