Revert "gnus-html-rescale-image: Use window-inside-pixel-edges rather than window...
[gnus] / lisp / ChangeLog
index e45b785..79d72fe 100644 (file)
 
 2010-09-22  Julien Danjou  <julien@danjou.info>
 
-       * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
-       rather than window-pixel-edges.
        (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.