comparison lisp/gnus/gnus-group.el @ 110810:07053df95af6

Merge changes made in Gnus trunk. shr.el (shr-render-td): Use a cache for the table rendering function to avoid getting an exponential rendering behaviour in nested tables. shr.el (shr-insert): Rework the line-breaking algorithm. shr.el (shr-insert): Don't leave trailing spaces. shr.el (shr-insert-table): Also insert empty TDs. shr.el (shr-tag-blockquote): Ensure paragraphs after </ul>. gnus-start.el (gnus-get-unread-articles): Require gnus-agent before bidning gnus-agent variables. mm-decode.el (mm-save-part): If given a non-directory result, expand the file name before using to avoid setting mm-default-directory to nil. gnus.el (gnus-carpal): The carpal mode has been removed, but define the variable for backwards compatability. nnimap.el (nnimap-update-info): Remove double setting of high. nnimap.el (nnimap-update-info): Don't ignore groups that have no UIDNEXT. shr.el (require): Require cl when compiling. shr.el (shr-tag-hr): New function.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 07 Oct 2010 22:26:11 +0000
parents 1d132c3c1987
children 7aa4fdb60d57
comparison
equal deleted inserted replaced
110809:b3be868d9343 110810:07053df95af6
4319 If not, METHOD should be a list where the first element is the method 4319 If not, METHOD should be a list where the first element is the method
4320 and the second element is the address." 4320 and the second element is the address."
4321 (interactive 4321 (interactive
4322 (list (let ((how (gnus-completing-read 4322 (list (let ((how (gnus-completing-read
4323 "Which back end" 4323 "Which back end"
4324 (mapcar 'car (append gnus-valid-select-methods gnus-server-alist)) 4324 (mapcar 'car (append gnus-valid-select-methods
4325 gnus-server-alist))
4325 t (cons "nntp" 0) 'gnus-method-history))) 4326 t (cons "nntp" 0) 'gnus-method-history)))
4326 ;; We either got a back end name or a virtual server name. 4327 ;; We either got a back end name or a virtual server name.
4327 ;; If the first, we also need an address. 4328 ;; If the first, we also need an address.
4328 (if (assoc how gnus-valid-select-methods) 4329 (if (assoc how gnus-valid-select-methods)
4329 (list (intern how) 4330 (list (intern how)