(gnus-article-highlight-signature)
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 23 Oct 2007 10:27:41 +0000 (10:27 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 23 Oct 2007 10:27:41 +0000 (10:27 +0000)
(gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a button
 overlay without the front stickiness.

lisp/ChangeLog
lisp/gnus-art.el

index 6b7a4fa..427a0db 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-highlight-signature)
+       (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
+       button overlay without the front stickiness.
+
 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
 
        * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
index 488840e..dfa26bc 100644 (file)
@@ -7312,7 +7312,7 @@ It does this by highlighting everything after
       (save-restriction
        (when (and gnus-signature-face
                   (gnus-article-narrow-to-signature))
-         (gnus-overlay-put (gnus-make-overlay (point-min) (point-max))
+         (gnus-overlay-put (gnus-make-overlay (point-min) (point-max) nil t)
                            'face gnus-signature-face)
          (widen)
          (gnus-article-search-signature)
@@ -7760,7 +7760,7 @@ url is put as the `gnus-button-url' overlay property on the button."
                (1- (point))
              (point)))
     (when gnus-article-button-face
-      (gnus-overlay-put (gnus-make-overlay b e)
+      (gnus-overlay-put (gnus-make-overlay b e nil t)
                         'face gnus-article-button-face))
     (widget-convert-button
      'link b e
@@ -7796,7 +7796,7 @@ url is put as the `gnus-button-url' overlay property on the button."
                (1- (point))
              (point)))
     (when gnus-article-button-face
-      (gnus-overlay-put (gnus-make-overlay b e)
+      (gnus-overlay-put (gnus-make-overlay b e nil t)
                         'face gnus-article-button-face))
     (widget-convert-button
      'link b e