Merge changes made in Gnus trunk.
authorGnus developers <ding@gnus.org>
Sun, 26 Sep 2010 04:03:19 +0000 (04:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 26 Sep 2010 04:03:19 +0000 (04:03 +0000)
commit8ccbef23ea624d892bada3c66ef2339ada342997
treeb8baaa6929a0742ffd301529bcc27001dd08e031
parent83e245c4906513429cb56629485deb5f04a240a3
Merge changes made in Gnus trunk.

nnimap.el: Implement partial IMAP article fetch.
nnimap.el: Have nnimap not update the infos if it can't get info from the server.
Implement functions for showing the complete articles.
gnus-int.el (gnus-open-server): Don't query whether to go offline -- just do it.
gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when there isn't a single byte.
nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested by Jay Berkenbilt.
mm-decode.el (mm-save-part): Allow saving to other directories the normal Emacs way.
gnus-html.el (gnus-html-rescale-image): Use our defalias gnus-window-inside-pixel-edges.
gnus-srvr.el (gnus-server-copy-server): Add documentation.
gnus.texi (Using IMAP): Document the new nnimap.
nnimap.el (nnimap-wait-for-response): Search further when we're not using streaming.
gnus-int.el (gnus-check-server): Say what the error was when opening failed.
nnheader.el (nnheader-get-report-string): New function.
gnus-int.el (gnus-check-server): Use report-string.
nnimap.el (nnimap-open-connection): Add more error reporting when nnimap fails early.
gnus-start.el (gnus-get-unread-articles): Don't try to open failed servers twice.
nnimap.el (nnimap-wait-for-response): Reversed logic in the nnimap-streaming test.
gnus-art.el: Removed CTAN button stuff, which I don't think is very relevant any more.
Remove NoCeM support, since nobody seems to use it any more.
Remove earcon and gnus-audio.
gnus.el (gnus): Silence gnus-load message.
gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email address to the To list for easier response.
gnus.texi (Connecting to an IMAP Server): Show how to use as primary method instead of secondary.
21 files changed:
doc/misc/gnus-news.texi
doc/misc/gnus.texi
lisp/gnus/earcon.el [deleted file]
lisp/gnus/gnus-art.el
lisp/gnus/gnus-audio.el [deleted file]
lisp/gnus/gnus-cus.el
lisp/gnus/gnus-demon.el
lisp/gnus/gnus-group.el
lisp/gnus/gnus-html.el
lisp/gnus/gnus-int.el
lisp/gnus/gnus-nocem.el [deleted file]
lisp/gnus/gnus-srvr.el
lisp/gnus/gnus-start.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus.el
lisp/gnus/mm-decode.el
lisp/gnus/mml1991.el
lisp/gnus/mml2015.el
lisp/gnus/nndoc.el
lisp/gnus/nnheader.el
lisp/gnus/nnimap.el