]> git.eshelyaron.com Git - emacs.git/commit
Merge changes made in Gnus trunk.
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2011 04:04:58 +0000 (04:04 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 27 Jan 2011 04:04:58 +0000 (04:04 +0000)
commit647559c2993ca4fb3fdbdf340945f5e1afbe84d9
tree93836ecd33069a0d712fe12e5647947913a29289
parente7f7fbaa11828658bfa7a47e07446d050dc0ad92
Merge changes made in Gnus trunk.

gnus-art.el (gnus-article-next-page): Change last-line-displayed behaviour.
 (article-lapsed-string): Refactor out and allow specifying how many segments you want.
 (gnus-article-setup-buffer): Start updating the lapsed header directly.
 (gnus-article-update-lapsed-header): New variable.
shr.el (shr-put-color): Don't do the box padding in tables, since they're already padded.
gnus-util.el (float-time): If float-time is bound, always use it on all Emacsen.  It's unclear why the subrp check was there.
 (time-date): Require to make some autoload issues on XEmacs go away.
gnus-draft.el (gnus-draft-clear-marks): New function to be run as an exit hook to nix out all data on readedness on group exit.
gnus-sum.el (gnus-auto-select-subject): Doc typo.
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-draft.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-util.el
lisp/gnus/shr.el