comparison lisp/gnus/ChangeLog @ 106836:964aafa9629a

Fix typos in ChangeLogs and NEWS files.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:29:36 +0100
parents 04c3b0f26a9e
children ad7558737bc7
comparison
equal deleted inserted replaced
106835:a3b4c6fc276c 106836:964aafa9629a
5149 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc> 5149 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
5150 5150
5151 * gnus-agent.el (directory-files-and-attributes): Move all the way 5151 * gnus-agent.el (directory-files-and-attributes): Move all the way
5152 forward (the third and final move). 5152 forward (the third and final move).
5153 (gnus-agent-read-agentview): Trap reconstruction errors due to 5153 (gnus-agent-read-agentview): Trap reconstruction errors due to
5154 nonexistant directory. Handle by returning nil. 5154 nonexistent directory. Handle by returning nil.
5155 5155
5156 2006-05-30 Didier Verna <didier@xemacs.org> 5156 2006-05-30 Didier Verna <didier@xemacs.org>
5157 5157
5158 * message.el (message-dont-reply-to-names): Update the custom type. 5158 * message.el (message-dont-reply-to-names): Update the custom type.
5159 * message.el (message-dont-reply-to-names): New defsubst: potentially 5159 * message.el (message-dont-reply-to-names): New defsubst: potentially
12204 (gnus-agent-get-local): Added optional parameters to avoid calling 12204 (gnus-agent-get-local): Added optional parameters to avoid calling
12205 gnus-group-real-name and gnus-find-method-for-group. 12205 gnus-group-real-name and gnus-find-method-for-group.
12206 (gnus-agent-set-local): Delete stored entry if either min, or max, 12206 (gnus-agent-set-local): Delete stored entry if either min, or max,
12207 are nil. 12207 are nil.
12208 (gnus-agent-fetch-session): Reworded error/quit messages. On 12208 (gnus-agent-fetch-session): Reworded error/quit messages. On
12209 quit, use gnus-agent-regenerate-group to record existance of any 12209 quit, use gnus-agent-regenerate-group to record existence of any
12210 articles fetched to disk before the quit occurred. 12210 articles fetched to disk before the quit occurred.
12211 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group, 12211 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12212 gnus-agent-update-view-total-fetched-for, and 12212 gnus-agent-update-view-total-fetched-for, and
12213 gnus-agent-update-files-total-fetched-for to decrement disk space 12213 gnus-agent-update-files-total-fetched-for to decrement disk space
12214 used. 12214 used.