Bind `process-connection-type' to nil, so that CRLF doesn't get translated to \n.
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4         nntp buffer so the agent can save it.
5         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6         that CRLF doesn't get translated to \n.
7         (nnimap-open-connection): Don't make 'shell commands only send \n.
8
9 2010-09-18  Julien Danjou  <julien@danjou.info>
10
11         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12         parallel.
13
14 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * nnimap.el (nnimap-update-info): When doing partial marks update, get
17         the range update right.
18         (nnimap-request-group): Don't make `M-g' bug out on group with no
19         marks.
20         (nnoo): Required, so that other packages can require nnimap.
21         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
22         command we're looking for.  This helps when the server sends more
23         responses after we've gotten everything we expected.
24         (nnimap): Add a `newlinep' field to keep track of end-of-line
25         conventions.
26         Don't send CRLF to things that don't want it.
27         (nnimap-request-accept-article): Ditto.
28
29 2010-09-18  Julien Danjou  <julien@danjou.info>
30
31         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
32         than curl to retrieve images.
33
34 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * nnimap.el (nnimap-update-info): Extend the info so that we can set
37         the marks.
38         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
39         (nnimap-wait-for-connection): New function.
40         (nnimap-open-connection): If we have PREAUTH, don't query for login
41         credentials.
42         (nnimap-update-info): Fix off-by-one error when concatenating ranges
43         when doing a partial update.
44
45 2010-09-18  Julien Danjou  <julien@danjou.info>
46
47         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
48         tags.
49
50 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * nnimap.el (nnimap-credentials): New function.
53         (nnimap-open-connection): Use the new function to look for credentials
54         also on the numeric equivalents of "imap" and "imaps".
55
56         * gnus-start.el (gnus-activate-group): Send the info to
57         gnus-request-group.
58
59         * nnimap.el (nnimap-request-group): Have the "check" version of the
60         function parse flags and update the info, so that a `M-g' get a total
61         resync of all flags from the group.
62
63         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
64         to allow backends to alter the info on group selection.  Also alter all
65         the backend -request-group functions to take the parameter.
66
67         * nnimap.el (nnimap-store-info): New function.
68         (nnimap-update-info): Store the info for later usage.
69         (nnimap-request-group): Use the stored info for the dont-check case, so
70         that we don't retrieve all marks when we enter a group.
71
72         * nnimap.el: Use deffoo instead of defun for interface functions.
73
74         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
75         update the group info.  This makes the nndraft groups, for instance, go
76         back to their old behaviour.
77
78         * gnus-sum.el (gnus-select-newsgroup): Indent.
79
80         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
81         in.
82         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
83         nothing.
84
85         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
86         from methods that are denied.
87
88         * gnus-int.el (gnus-method-denied-p): New function.
89
90         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
91         store the password instead of netrc.
92         (nnimap-open-connection): Don't error out when we can't make a
93         connections.
94
95         * auth-source.el (auth-source-create): In the password prompt, say what
96         we're querying for.  Also prompt for user name if that hasn't been
97         given.
98
99         * nnimap.el (nnimap-with-process-buffer): Removed.
100
101 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
104         method when we're reading from the agent.
105
106         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
107
108         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
109         that's probably most useful for users.
110
111         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
112         "failed" all the time.
113
114         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
115         ...)) with (with-current-buffer ... ).
116
117         * nntp.el (nntp-open-server): Return whether the open was successful or
118         not.
119
120         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
121         select an unread unseen article first.
122
123         * nnimap.el (nnimap-open-connection): If the user doesn't have a
124         /etc/services, supply some sensible port defaults.
125
126         * dgnushack.el: Define netrc-credentials.
127
128 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
129
130         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
131
132 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
133
134         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
135         doesn't have any parameters.
136
137 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
140         only upcased checks.
141
142         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
143
144         * nnimap.el (nnimap-open-shell-stream): New function.
145         (nnimap-open-connection): Use it.
146         (nnimap-transform-headers): Get the number of lines in each message.
147         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
148         number of lines.
149         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
150         problem.
151
152         * utf7.el (utf7-encode): Autoload.
153
154         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
155         to allow the mail splitting to not return a default group.  This is
156         useful for nnimap, which will leave unmatched mail in the inbox.
157
158         * nnimap.el: Rewritten.
159
160         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
161         nnimap usage.
162
163         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
164         if the move is internal, so that nnimap can do fast internal moves.
165
166         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
167         data.
168         (gnus-read-active-for-groups): Support finishing the early retrieval of
169         data.
170
171         * gnus-range.el (gnus-range-nconcat): New function.
172
173         * gnus-int.el (gnus-finish-retrieve-group-infos)
174         (gnus-retrieve-group-data-early): New functions.
175
176 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
177
178         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
179         (nnrss-retrieve-groups):
180         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
181         (pop3-quit): Use with-current-buffer.
182
183 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
186         instead of nnheader-accept-process-output.
187
188         * dgnushack.el (dgnushack-compile): Add comment.
189
190         * lpath.el: No need to fbind propertize for XEmacs 21.4.
191
192         * gnus-html.el (gnus-html-schedule-image-fetching)
193         (gnus-html-prefetch-images): Replace process-kill-without-query by
194         gnus-set-process-query-on-exit-flag.
195
196 2010-09-16  Romain Francoise  <romain@orebokech.com>
197
198         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
199
200 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus-registry.el (gnus-registry-install-shortcuts): The second
203         parameter to unintern is mandatory-ish in Emacs 24.
204
205         * gnus-html.el (gnus-html-schedule-image-fetching)
206         (gnus-html-prefetch-images): Check for curl before using it.
207
208         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
209         depend on curl, which isn't essential.
210
211         * imap.el: Revert back to version
212         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
213         seem problematic.
214
215 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
216
217         * gnus-registry.el (gnus-registry-install-shortcuts):
218         Explicitly pass `obarray' to `unintern' to avoid a warning.
219
220 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
223         change.
224
225         * nnrss.el (nnrss-request-list): Removed this function and related
226         functions, including the moreover stuff.
227
228 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * nnrss.el (nnrss-retrieve-groups): New function.
231
232 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
233
234         * .dir-locals.el: Add no-byte-compile cookie.
235
236 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * time-date.el (format-seconds): Comment fix.
239
240         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
241         for back end that doesn't support request-scan.
242
243 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
246         then do request scans from the backends.
247
248         * netrc.el (netrc-credentials): New conveniency function.
249
250         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
251         avoid running a hook per line, since this takes a lot of time,
252         profiling shows.
253         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
254         directly if gnus-visual-p is true.
255
256 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
259         groups; replace mapcar with dolist which is a bit faster; pass groups
260         info to gnus-read-active-file-1.
261         (gnus-read-active-file-1): Scan only specified groups if the new
262         optional arg `infos' is given.
263
264 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
267
268         * pop3.el (pop3-movemail): Removed.
269         (pop3-streaming-movemail): Renamed to pop3-movemail.
270
271         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
272         don't restrict end-tag searches to the end of the line.
273
274 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
277         articles of every unchecked group to t, which means unknown since the
278         server has never been opened.
279
280 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * gnus-html.el (gnus-html-show-alt-text): New command.
283         (gnus-html-browse-image): Ditto.
284         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
285         to browse the image directly.
286         (gnus-html-wash-tags): Search for images first, so that <a><img> works
287         better.
288
289         * gnus-async.el (gnus-async-article-callback): Call
290         `gnus-html-prefetch-images' unconditionally.
291
292         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
293         before feeding URLs to curl.
294
295 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
298         internal images as deletable by `W D D'.
299
300         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
301         (gnus-async-article-callback): Fix typo.
302
303 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
306         current line to work around bugs in the output from w3m.
307
308         * gnus-async.el (gnus-async-article-callback): Always prefetch images
309         for groups that want that.
310
311         * nntp.el (nntp-wait-for-string): Supply a timeout for
312         accept-process-output to ensure progress.
313
314         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
315         level to get unread articles from, then use that for foreign groups,
316         too.
317
318         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
319         confuses the rest of the function.
320
321         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
322         for the methods that support -retrieve-groups, too.
323
324         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
325
326 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
329         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
330
331         * pop3.el: Require cl when compiling.
332         (pop3-number-of-responses): Search for "+OK", not "+OK ".
333
334 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
337         that aren't going to be activated.
338         (gnus-get-unread-articles): Fix up the last commit.
339
340         * gnus-html.el (gnus-article-html): Allow calling without specifying
341         the handle.  In that case, dissect the buffer first.
342
343         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
344
345         * nnimap.el (nnimap-open-connection): Revert the change that would look
346         into authinfo for imaps instead of imap.
347
348         * gnus-start.el (gnus-activate-group): Take an optional parameter to
349         say that you don't want to call gnus-request-group with don-check, but
350         do check the reponse.  This is for virtual groups only.
351         (gnus-get-unread-articles): Count the archive groups as secondary, so
352         that they're activated the same way as before.
353
354         * imap.el (imap-message-map): Removed optional buffer parameter, since
355         no callers use it.
356         (imap-message-get): Ditto.
357         (imap-message-put): Ditto.
358         (imap-mailbox-map): Ditto.
359         (imap-mailbox-put): Ditto.
360         (imap-mailbox-get): Ditto.
361         (imap-mailbox-get): Revert last change for this function.
362
363         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
364         case-insensitively.
365         (nnimap-debug): Removed.
366
367         * imap.el (imap-fetch-safe): Removed function, and altered all callers
368         to use `imap-fetch' instead.  According to the comments, this should be
369         safe, since all other IMAP clients use the 1:* syntax.
370         (imap-enable-exchange-bug-workaround): Removed.
371         (imap-debug): Removed -- doesn't seem very useful.
372
373         * mail-source.el (mail-source-fetch): Don't message if we're fetching
374         mail from a file, and the file doesn't exist.
375
376         * imap.el (imap-log): New convenience function used throughout instead
377         of repeating the same code all over the place.
378
379         * pop3.el (pop3-streaming-movemail): Return t for success.
380
381         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
382         .authinfo if we're using ssl connection.
383
384         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
385         already have if we're in a main Gnus `g' run.
386
387         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
388
389 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
392
393         * nnmh.el (nnmh-request-list-1): Bind `file'.
394
395         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
396         alias to set-process-query-on-exit-flag or process-kill-without-query.
397         (pop3-open-server): Use it.
398
399 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * mail-source.el (mail-source-delete-crash-box): Always move the crash
402         box to the Incoming file.  Fixes mistake in previous checkin.
403
404         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
405         request loop (for debugging purposes) removed.
406
407         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
408         culprit is more visible.
409         (nnml-save-incremental-nov, nnml-open-incremental-nov)
410         (nnml-add-incremental-nov): New functions to do "incremental" nov
411         updates, where we just append to the end of the existing nov files
412         without reading/writing them in full.
413
414         * mail-source.el (mail-source-delete-crash-box): Really only check the
415         incoming files once in a while.
416
417         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
418
419         * mail-source.el (mail-source-delete-crash-box): Only check the
420         incoming files for deletion once per day to save a lot of file
421         accesses.
422
423         * pop3.el (pop3-logon): Fix up unbound variable typo.
424
425         * mail-source.el (pop3-streaming-movemail): Autoload.
426
427         * pop3.el (pop3-streaming-movemail): Respect
428         pop3-leave-mail-on-server.
429
430         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
431         retrieval.
432
433         * pop3.el (pop3-process-filter): Removed unused function.
434         (pop3-streaming-movemail, pop3-send-streaming-command)
435         (pop3-wait-for-messages, pop3-write-to-file)
436         (pop3-number-of-responses): New functions for streaming pop3
437         retrieval.
438
439         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
440         come from no known methods.
441         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
442         list.
443
444         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
445         message sizes.
446         (pop3-movemail): Use erase-buffer instead of looping and deleting
447         regions, which seems rather odd.
448
449         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
450         file once per `g' run.
451
452         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
453         directories.  This makes the draft queue directory work.
454
455         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
456         data from the backends, so that we only request the list of groups from
457         each method once.  This should speed things up considerably.
458
459         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
460         detect that it's not implemented.
461
462         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
463         we actually do recurse down into the tree, but don't stat all leaf
464         nodes.
465
466         * gnus-html.el (gnus-html-show-images): If there are no images to show,
467         then say so instead of bugging out.
468
469         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
470         files exist before trying to read them.
471
472         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
473         around <pre_int>.
474
475         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
476
477         * nnmh.el (nnmh-request-list-1): Optimize for speed.
478
479 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * mm-util.el (mm-image-load-path): Just return the image directories,
482         not all directories in the path in addition to the image directories.
483         (mm-image-load-path): Maintain a cache of the image directories so that
484         the `g' command in Gnus doesn't have to stat dozens of directories each
485         time.
486
487         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
488         (gnus-html-wash-tags): Add a new `i' command to insert images.
489         (gnus-html-insert-image): New command and keystroke.
490         (gnus-html-redisplay-with-images): New command and keystroke.
491         (gnus-html-show-images): Renamed command.
492         (gnus-html-wash-tags): Remove more white space before <pre_int> image
493         spacers.
494         (gnus-html-wash-tags): Decode entities at the end, so that entities
495         inside the tags don't mess up the rest of the "parsing".
496
497         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
498         so that nnimap methods aren't agentized by default.  There's apparently
499         many problems related to agent/imap behaviour.
500
501         * gnus-art.el (gnus-article-copy-string): New command and key binding.
502
503         * gnus-html.el: Doc fix.
504
505 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
508         specifier-spec-list for Emacs 21.
509
510         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
511         glyph-width and glyph-height instead of display-graphic-p and
512         image-size; make avoidance of displaying small images work for XEmacs.
513
514         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
515         for XEmacs.
516
517         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
518         of symbol that holds plist data.
519         (gnus-process-plist): Remove plist of process after getting it.
520
521 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * message.el (message-generate-hashcash): Change default to
524         'opportunistic if hashcash is installed.
525
526         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
527         (gnus-html-put-image): Only call image-size once, since it's somewhat
528         time-consuming on remote X servers.
529
530 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
533         type on data, not a file name.
534
535         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
536         window-pixel-edges for Emacs 21.
537
538         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
539         decoded contents.
540         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
541
542 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
545         group line format, since it isn't very interesting.
546
547         * gnus-agent.el (gnus-agent-short-article),
548         (gnus-agent-long-article): Increase values for these two variables,
549         since most people are likely to have more network connection and
550         storage than before.
551
552         * gnus.el (gnus-refer-article-method): Change default to 'current.
553         When referring an article, the common behaviour is to refer it from the
554         current select method, not the native select method.  The chances of
555         the native select method having the message in question is rather slim
556         these days.
557
558         * gnus-sum.el (gnus-auto-select-subject): Change default to
559         `unseen-or-unread'.  I think it's likely that most people want to
560         select an unseen article over a previously seen, but unread one.
561
562         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
563         means that in the article buffer none of the minor mode elements will
564         be shown, usually, and this is not desirable in most cases.
565
566         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
567         that commands like `d' (and the like) go to the next line in the
568         buffer, instead of the next unread article.  I think this is the
569         behaviour that is most natural for most users.
570         (gnus-single-article-buffer): Change default to nil, so that people can
571         have as many article buffers open as they have summary buffer.  I think
572         this is the most natural way for the groups to behave.
573
574         * message.el (message-generate-new-buffers): Change default to
575         `unsent', so that all new message buffers start their names with the
576         string "*unsent", and it's easier to find the buffers if you move from
577         them.
578
579 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
582         small. They're probably tracking images.
583         (gnus-html-wash-tags): Remove all <pre_int> place holders.
584         (gnus-html-rescale-image): Yet another try at getting the image sizing
585         right.
586
587         * nntp.el (nntp-request-set-mark): Refuse to do marks if
588         nntp-marks-file-name is nil.
589
590 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
591
592         * gnus-html.el (gnus-html-wash-tags)
593         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
594         Better logging.
595
596 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
599
600         * gnus-html.el (gnus-html-wash-tags): Check the value of
601         gnus-blocked-images in the summary buffer.
602
603 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
606
607 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
610         like "a", it seems like.
611         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
612         since it needs to be picked from the correct buffer.
613
614         * nnwfm.el: Removed.
615
616         * nnlistserv.el: Removed.
617
618 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
619
620         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
621         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
622
623 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * nnkiboze.el: Removed.
626
627         * nndb.el: Removed.
628
629         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
630         alt text.
631         (gnus-html-rescale-image): Try to get the rescaling logic right for
632         images that are just wide and not tall.
633
634         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
635         overshadow variable bindings.
636
637 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
638
639         * gnus-html.el (gnus-html-wash-tags)
640         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
641         extra logging.
642
643 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
646         (gnus-max-image-proportion): New variable.
647         (gnus-html-rescale-image): New function.
648         (gnus-html-put-image): Rescale images.
649
650 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
651
652         Fix up some byte-compiler warnings.
653         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
654         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
655         (gnus-article-fill-cited-article, gnus-article-hide-citation)
656         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
657         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
658         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
659         (gnus-group-update-group): Use save-excursion and with-current-buffer.
660
661 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-html.el (gnus-article-html): Decode contents by charset.
664
665 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
668         (gnus-html-frame-width, gnus-blocked-images)
669         * message.el (message-prune-recipient-rules): Add custom version.
670         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
671
672         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
673         functions.
674
675         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
676         gnus-process-get.
677
678 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
679
680         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
681         instead of lsub directly.
682
683 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * nnwarchive.el: Removed.
686
687         * gnus-soup.el: Removed.
688
689         * nnsoup.el: Removed.
690
691         * nnultimate.el: Removed.
692
693         * gnus-html.el (gnus-blocked-images): New variable.
694
695         * message.el (message-prune-recipients): New function.
696         (message-prune-recipient-rules): New variable.
697
698         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
699         guess whether a long line is natural text or not.
700
701         * gnus-html.el (gnus-html-schedule-image-fetching): Use
702         gnus-process-plist and friends for compatibility.
703
704 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
705
706         * gnus-html.el: Require packages that define macros used in this file.
707         (gnus-article-mouse-face): Declare to silence byte-compiler.
708         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
709         process-get.
710         (gnus-html-put-image): Use plist-get to avoid getf.
711         (gnus-html-prefetch-images): Use with-current-buffer.
712
713 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * gnus-ems.el: Provide compatibility functions for
716         gnus-set-process-plist.
717
718         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
719         header-line-format for XEmacs 21.4.
720
721         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
722         * gnus.el (gnus-valid-select-methods)
723         * message.el (message-send-mail-partially-limit)
724         * mm-decode.el (mm-text-html-renderer)
725         * mml.el (mml-insert-mime-headers-always)
726         * smiley.el (smiley-regexp-alist): Bump custom version.
727
728 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * gnus-html.el: require mm-url.
731         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
732         with the url to `url'.
733         (gnus-html-wash-tags): Support cid: URLs/images.
734
735 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
738         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
739         bindings, as they aren't useful at all. `w' is moved to `W w'.
740
741         * gnus-move.el: Removed file, since it doesn't really work.
742
743         * gnus-html.el (gnus-article-html): Tell w3m that the input is
744         UTF-8. This seems to fix problems with some German web feeds.
745
746         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
747         at the top so that the proper colours are applied.
748
749         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
750         don't have dots in their names.
751
752         * gnus-art.el (gnus-article-view-part): Doc fix.
753
754         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
755         XEmacs-compatible.
756         (gnus-html-put-image): Don't do images on non-graphic displays.
757
758         * nnslashdot.el: Removed this unused backend.
759
760         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
761         actions.
762         (gnus-undo-register-1): Revert last change.
763
764         * gnus-group.el (gnus-group-completing-read): Protect against not
765         having completion-styles bound.
766
767         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
768         make broken recipients happier.
769
770         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
771
772         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
773         point parameter.
774
775         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
776
777         * gnus-group.el (gnus-group-completing-read): Add 'substring to
778         completion-styles for group selection.
779
780 2009-02-04  Andreas Schwab  <schwab@suse.de>
781
782         * gnus-score.el (gnus-score-string): Fix regex for matching extra
783         headers and regexp-quote the match if necessary.
784
785 2009-03-24  Miles Bader  <miles@gnu.org>
786
787         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
788         the blinking smiley.
789
790 2009-03-24  Simon Josefsson  <simon@josefsson.org>
791
792         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
793         blink smiley.
794
795 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
798         where the dribbel file lives exists.
799
800         * message.el (message-send-mail-partially-limit): Change the default to
801         nil, since most people don't want this.
802
803         * mm-url.el (mm-url-decode-entities): Also decode entities like
804         &#x3212.
805
806 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
807
808         * gnus-sum.el (gnus-summary-idna-message):
809         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
810         Hyperlink urls in docstrings with URL `...'.
811
812 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
813
814         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
815         functions.
816
817 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
820         say what the mouseover text should be.
821
822         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
823         version of the mm-w3m-safe-url-regexp variable to only download images
824         in the groups where we want that to happen.
825
826         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
827
828         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
829         easier debugging.
830         (gnus-article-beginning-of-window): Add kludge to allow spacing past
831         big pictures in the article buffer.
832
833         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
834         gnus-article-html.
835         (mm-text-html-renderer): gnus-article-html needs curl in addition to
836         w3m.
837
838         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
839
840 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
843         which doesn't exist.
844
845         * message.el (message-inhibit-ecomplete): New variable to allow some
846         function to inhibit ecomplete address storage.
847         (message-resend): Disable ecomplete message storage when resending
848         messages.
849
850         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
851
852 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
855         Save excursion while copying, moving, and deleting articles in order to
856         prevent the cursor from jumping to unforeseen place.
857
858 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * lpath.el: No need to bind bookmark-current-buffer,
861         bookmark-yank-point and bookmark-make-record-function.
862
863 2010-08-17  Glenn Morris  <rgm@gnu.org>
864
865         * gnus-sync.el: Require gnus components whose functions are used.
866
867         * gnus-art.el (bookmark-make-record-function):
868         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
869         Declare for compiler.
870
871         * mm-url.el (mml-compute-boundary): Autoload.
872
873 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
876
877 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
878
879         Typo fix "hoo4a" -> "hook".
880
881         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
882
883 2010-08-14  Glenn Morris  <rgm@gnu.org>
884
885         * gnus-sync.el (gnus-sync): Fix defgroup version.
886
887 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         Doc fixes and keep unknown groups (ammended for nunion bug fix).
890
891         * gnus-sync.el: Fix docs.
892         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
893         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
894
895 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         Optimizations for gnus-sync.el.
898
899         * gnus-sync.el: Add docs about gnus-sync-backend
900         possibilities.
901         (gnus-sync-save): Remove unnecessary message.
902         (gnus-sync-read): Optimize and show what groups were skipped.
903
904 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
905
906         Minor bug fixes for gnus-sync.el.
907
908         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
909         read the sync on get-new-news.
910
911         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
912         quiet.
913
914         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
915
916 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
917
918         Make saving and restoring of hidden threads work with overlays.
919         Patch applied by Ted Zlatanov.
920
921         * gnus-sum.el (gnus-hidden-threads-configuration)
922         (gnus-restore-hidden-threads-configuration): Update to deal with text
923         properties, rather than searching for a magic character.
924
925 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
926
927         New gnus-sync.el library for synchronization of marks.
928
929         * gnus-sync.el: New library for synchronization of marks.
930
931         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
932         renamed from `gnus-registry-grep-in-list'.
933
934         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
935
936         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
937
938 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
941         determining charset of text fails.
942
943 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * nnmail.el (nnmail-get-new-mail-1): Revert.
946
947         * nnml.el (nnml-active-number): Make sure names of newly created groups
948         in nnml-group-alist are encoded.
949
950 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
953         containing non-ASCII characters in active file for nnml back end.
954
955 2010-07-24  David Engster  <dengste@eml.cc>
956
957         * mml-smime.el (mml-smime-epg-verify): Also accept the older
958         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
959
960 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
961
962         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
963         tag (Bug#6654).
964
965 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
968         the article buffer, not the summary buffer.
969
970 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
973         Emacs 23 as well.
974
975 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
978         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
979
980 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
981
982         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
983         Patch applied by Karl Fogel.
984
985         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
986         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
987
988 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
989
990         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
991         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
992         C-w still not working correctly from Article buffers; Thierry's
993         patch to fix that will be applied after this.
994
995         * gnus-art.el (bookmark-make-record-function): New local variable.
996
997         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
998         article buffer.
999         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1000
1001 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1002
1003         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1004         on changes in bookmark.el.
1005
1006 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1009         `no-log' instead of message not to log prompt string.
1010
1011 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1012
1013         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1014         the *other* type of HTML form submission.
1015
1016 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1017
1018         * auth-source.el (auth-source-pick): If choice does not contain a
1019         questioned keyword, set the check to t.
1020
1021 2010-06-12  Romain Francoise  <romain@orebokech.com>
1022
1023         * gnus-util.el (gnus-date-get-time): Move up before first use.
1024
1025 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1028         (gnus-article-edit-part): Bind it to make last part that is substituted
1029         or deleted visible.
1030         (gnus-mime-display-single): Buttonize part of which id equals to
1031         gnus-mime-buttonized-part-id.
1032
1033 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1034
1035         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1036         (gnus-dd-mmm): Use gnus-date-get-time.
1037         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1038         simplify logic.
1039         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1040         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1041
1042 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1043
1044         * auth-source.el (top): Autoload `secrets-list-collections',
1045         `secrets-create-item', `secrets-delete-item'.
1046         (auth-sources): Fix tag string.
1047         (auth-get-source, auth-source-retrieve, auth-source-create)
1048         (auth-source-delete): New defuns.
1049         (auth-source-pick): Rewrite in order to avoid 2 passes.
1050         (auth-source-forget-user-or-password): New parameter USERNAME.
1051         (auth-source-user-or-password): New parameters CREATE-MISSING and
1052         DELETE-EXISTING.  Retrieve password interactively, if needed.
1053
1054 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1055
1056         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1057         deleting unused directories when gnus-expert-user is t.
1058
1059 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1062         for each temp file when gnus-article-browse-delete-temp is ask.
1063
1064 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1065
1066         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1067         Lisp calls to delete-backward-char by calls to delete-char.
1068
1069 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1070
1071         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1072
1073 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1074
1075         * password-cache.el (password-cache-remove): Fix docstring.
1076
1077 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1080         article unless decoding article to be saved.
1081
1082 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1085         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1086         generated within the mm-with-unibyte-current-buffer macro.
1087
1088 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1091         to nil when we're in a mml-preview buffer and no group is selected.
1092
1093 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1094
1095         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1096         when catching the `C-g'.  Reported by "Leo".
1097
1098 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * message.el (message-forward-make-body-plain)
1101         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1102         multibyte-string-p.
1103
1104         * lpath.el: Revert.
1105
1106 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * message.el (message-forward-make-body-mml): Assume original message
1109         is multibyte string; error on unibyte.
1110         (message-forward-make-body-plain): Ditto; don't add excessive newline
1111         in body end.
1112
1113         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1114
1115 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1116
1117         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1118         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1119
1120 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * mm-extern.el (mm-extern-url): Don't use
1123         mm-with-unibyte-current-buffer.
1124         (mm-extern-cache-contents): Use with-current-buffer instead of
1125         save-excursion + set-buffer.
1126
1127 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * mm-util.el (mm-emacs-mule): Remove.
1130
1131 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1132
1133         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1134         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1135         change.
1136
1137 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1140         bind the default value of enable-multibyte-characters to nil.
1141
1142 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * message.el (message-forward-make-body-plain)
1145         (message-forward-make-body-mml):
1146         Don't use mm-with-unibyte-current-buffer.
1147
1148 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1149
1150         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1151
1152 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1153
1154         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1155         (Bug#5592).
1156
1157 2010-05-07  Julien Danjou  <julien@danjou.info>
1158
1159         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1160         it to mm-pipe-part.
1161
1162         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1163         it is given.
1164
1165 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * binhex.el (binhex-decode-region-internal)
1168         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1169         (dns-query)
1170         * nnweb.el (nnweb-gmane-search)
1171         * pgg-parse.el (pgg-parse-armor)
1172         * pgg.el (pgg-verify-region)
1173         * sha1.el (sha1-string-external)
1174         * uudecode.el (uudecode-decode-region-internal)
1175         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1176         XEmacs.
1177
1178         * gnus-art.el (gnus-article-browse-html-parts)
1179         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1180         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1181         make-temp-file.
1182
1183         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1184         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1185         compiling.
1186
1187         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1188         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1189         XEmacs when compiling.
1190
1191         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1192         gnus-pick-mode-off-hook for XEmacs when compiling.
1193         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1194         gnus-binary-mode-off-hook for XEmacs when compiling.
1195
1196         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1197         nil if char-charset is not available.
1198
1199         * imap.el (imap-disable-multibyte)
1200         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1201         macros.
1202
1203         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1204         instead of encode-coding-string.
1205
1206         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1207         'xemacs) instead of mm-emacs-mule to switch function definitions.
1208         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1209
1210         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1211         bind temporary-file-directory for XEmacs;
1212         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1213         timer-set-function for XEmacs 21.4 and SXEmacs;
1214         bind timer-list for XEmacs 21.4 and SXEmacs;
1215         fbind char-charset and find-charset-region for non-Mule XEmacs;
1216         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1217         encode-coding-region and encode-coding-string for XEmacs having no
1218         file-coding feature.
1219
1220 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1221
1222         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1223
1224 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1227         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1228
1229 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1230
1231         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1232         alias `jka-compr-delete-temp-file' no longer exists.
1233
1234 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1235
1236         Use define-minor-mode in Gnus where applicable.
1237         * mml.el (mml-mode): Use define-minor-mode.
1238         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1239         (gnus-undo-mode): Use define-minor-mode.
1240         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1241         (gnus-dead-summary-mode): Use define-minor-mode.
1242         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1243         Initialize in declaration.
1244         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1245         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1246         (gnus-mailing-list-mode): Use define-minor-mode.
1247         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1248         (gnus-draft-mode): Use define-minor-mode.
1249         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1250         (gnus-dired-mode): Use define-minor-mode.
1251
1252 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1253
1254         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1255         handles on recursive mml-to-mime translation and check them for
1256         boundary delimiter collisions.  Reported by Greg Troxel.
1257
1258 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1261
1262 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1263
1264         * mm-util.el (mm-find-buffer-file-coding-system):
1265         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1266
1267 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1268
1269         * message.el (message-generate-headers): Record insertion of optional
1270         headers as well.  Otherwise the check to prevent repeated insertion of
1271         optional headers is a no-op.
1272
1273 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1274
1275         * smime.el: Don't mention CVS.
1276
1277         * nnrss.el (nnrss-fetch): Don't mention CVS.
1278
1279         * nnir.el: Don't mention CVS.
1280
1281 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1282
1283         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1284
1285 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * lpath.el: Fbind bookmark-default-handler,
1288         bookmark-get-bookmark-record, bookmark-make-record-default,
1289         bookmark-prop-get for Emacs <23 and XEmacs.
1290
1291 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1292
1293         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1294         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1295         Use with-current-buffer to silence the byte-compiler.
1296         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1297         bother to require `gnus'.
1298         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1299
1300 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1301
1302         * gnus-sum.el (gnus-summary-bookmark-make-record)
1303         (gnus-summary-bookmark-jump): New functions.
1304         (gnus-summary-mode): Setup bookmark support.
1305
1306 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1307
1308         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1309         if set.
1310
1311 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1314         gnus-article-browse-html-save-cid-image; make it work recursively for
1315         forwarded messages as well.
1316         (gnus-article-browse-html-parts): Work when prefix arg is given.
1317         (gnus-article-browse-html-article): Doc fix.
1318
1319 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1320
1321         * message.el (message-default-mail-headers):
1322         (message-default-headers): Carry the value mail-default-headers over
1323         into message-default-mail-headers, rather than message-default-headers.
1324
1325 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1326
1327         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1328         charset.
1329
1330         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1331         charset into the <meta> tag when the article is encoded to utf-8.
1332
1333 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1336         directories as well.
1337         (gnus-article-browse-html-parts): Work for images that do not specify
1338         file names; delete temp directory when quitting; insert header at the
1339         right place; use file: scheme for image files.
1340
1341 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1342
1343         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1344         (gnus-article-browse-html-parts): Use it to make temporary cid image
1345         files in addition to html file so that browser may display them.
1346
1347 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1350
1351 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1352
1353         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1354
1355 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1358         about Secret Service API sources.  Improve Customize options.
1359         (auth-source-pick): Change to accept any number of search parameters.
1360         Implement fallbacks iteratively, not recursively.  Add scoring on the
1361         second pass and sort by score.  Call Secret Service API when needed.
1362         (auth-source-user-or-password): Use it.  Call Secret Service API
1363         directly when needed to get the user name and the password.
1364
1365 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1366
1367         * message.el (message-interactive): Doc fix.
1368         (message-qmail-inject-args): Reflow.
1369         (message-kill-to-signature): Fix typo in docstring.
1370
1371         * smiley.el (smiley-buffer): Fix typo in docstring.
1372
1373 2010-03-24  Glenn Morris  <rgm@gnu.org>
1374
1375         * mail-source.el (gnus-message): Declare.
1376         (mail-source-delete-old-incoming): Require gnus-util.
1377
1378 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1381
1382         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1383
1384         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1385         password-cache's default if it is not bound.
1386         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1387         password-cache-expiry's default if it is not bound.
1388
1389         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1390         available in Emacs 21.
1391
1392         * lpath.el: Suppress compiler warnings for:
1393         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1394         XEmacs;
1395         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1396         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1397         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1398
1399 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1400
1401         * auth-source.el (auth-sources): Fix up definition so extra parameters
1402         are always inline.
1403
1404 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1405
1406         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1407         wasn't updated after mismatch.  Clear cached mailbox info correctly
1408         when uidvalidity changes.
1409         (nnimap-group-prefixed-name): New function to avoid some code
1410         duplication.
1411         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1412         (nnimap-request-group): Use it.
1413         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1414         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1415         with many imap folders.  This is done by caching the group status from
1416         the imap server persistently in a group parameter `imap-status'.  (This
1417         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1418         but not persistently, so every Gnus startup was still very slow.)
1419
1420 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1421
1422         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1423         delete the extra newline.  Otherwise editing of :string and :number
1424         types don't work.
1425
1426 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1427
1428         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1429         secrets.el dependency.
1430         (auth-sources): Add optional user name.  Add secrets.el configuration
1431         choice (unused right now).
1432
1433 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1436         `gnus-registry-install-shortcuts' fill in the functions.
1437
1438         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1439         warnings.
1440         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1441         (gnus-registry-install-shortcuts): Populate and use it in a
1442         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1443
1444 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1445
1446         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1447         In-place substitutions for the group name encoding/decoding.
1448         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1449         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1450         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1451         (nnimap-update-unseen, nnimap-request-list)
1452         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1453         (nnimap-request-set-mark, nnimap-split-to-groups)
1454         (nnimap-split-articles, nnimap-request-newgroups)
1455         (nnimap-request-create-group, nnimap-request-accept-article)
1456         (nnimap-request-delete-group, nnimap-request-rename-group)
1457         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1458         `encoded-mbx' for consistency.
1459         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1460         variable `imap-current-mailbox'.
1461
1462         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1463         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1464
1465 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1466
1467         * pop3.el (pop3-display-message-size-flag): Display message size byte
1468         counts during POP3 download.
1469         (pop3-movemail): Use it.
1470         (pop3-list): Implement listing of available messages.
1471
1472 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1473
1474         * nnir.el (nnir-get-article-nov-override-function): New function to
1475         override the normal NOV retrieval.
1476         (nnir-retrieve-headers): Use it.
1477
1478 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1479
1480         * auth-source.el (netrc-machine-user-or-password): Autoload.
1481
1482 2010-03-19  Glenn Morris  <rgm@gnu.org>
1483
1484         Stop message.el from loading about 40 libraries it doesn't always need.
1485         The general approach is to autoload rather than require, and to
1486         require in the specific functions rather than the file.  (Bug#5642)
1487
1488         * gmm-utils.el: Don't require wid-edit.
1489         (widget-create-child-value, widget-convert, widget-default-get):
1490         Autoload.
1491
1492         * gnus-util.el: Don't require time-date, netrc.
1493         (message-fetch-field, gnus-group-name-decode): Declare rather than
1494         autoloading.
1495         (gnus-fetch-field): Require message.
1496         (gnus-decode-newsgroups): Require gnus-group.
1497
1498         * ietf-drums.el: Don't require time-date.
1499
1500         * message.el: Don't require hashcash, canlock, ecomplete.
1501         Do require mail-utils.  Require nnheader only when compiling.
1502         (smtpmail-default-smtp-server): Remove declaration.
1503         (message-send-mail-function): Check smtpmail-default-smtp-server
1504         is bound rather than requiring smtpmail.
1505         (message-auto-save-directory, message-insert-signature): Use
1506         expand-file-name rather than nnheader-concat.
1507         (nnheader-insert-file-contents): Autoload.
1508         (hashcash-wait-async): Declare.
1509         (message-send-mail): Only call gnus-setup-posting-charset if
1510         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1511         (message-send-mail-with-sendmail): Require sendmail.
1512         (canlock-password, canlock-password-for-verify): Declare.
1513         (message-canlock-password): Require canlock.
1514         (nnheader-get-report): Autoload.
1515         (gnus-setup-posting-charset): Declare.
1516         (message-send-news): Require gnus-msg.
1517         (message-make-references, message-make-in-reply-to): Use mail-header-id
1518         rather than the alias mail-header-message-id.
1519         (ecomplete-add-item, ecomplete-save): Declare.
1520         (message-put-addresses-in-ecomplete): Require ecomplete.
1521         (ecomplete-display-matches): Autoload.
1522
1523         * mm-decode.el: Don't require mailcap, gnus-util.
1524         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1525         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1526         Autoload.
1527         (mailcap-mime-extensions): Declare.
1528
1529         * mm-encode.el: Don't require mailcap.
1530         (mailcap-extension-to-mime): Autoload.
1531
1532         * mml-sec.el: Don't require password-cache.
1533
1534         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1535         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1536         (mml-minibuffer-read-type): Require mailcap.
1537         (mml-preview): Require gnus-msg.
1538
1539         * mml1991.el: Require password-cache.
1540         (password-cache-expiry): Remove declaration.
1541
1542         * mml2015.el: Require password-cache.
1543         (password-cache-expiry): Remove declaration.
1544
1545         * nneething.el (mailcap): Require mailcap.
1546
1547         * nnheader.el (declare-function): Add compatibility stub.
1548         (message-remove-header): Declare rather than autoload.
1549         (nnheader-replace-header): Require message.
1550
1551         * nnimap.el (declare-function): Add compatibility stub.
1552         (netrc-parse, netrc-machine-user-or-password): Declare.
1553         (nnimap-open-connection): Require netrc.
1554
1555         * nntp.el (declare-function): Add compatibility stub.
1556         (netrc-parse, netrc-machine, netrc-get): Declare.
1557         (nntp-send-authinfo): Require netrc.
1558
1559         * rfc2047.el: Don't require qp.
1560         (quoted-printable-encode-region, quoted-printable-decode-string):
1561         Autoload.
1562
1563         * sieve-mode.el: Don't require easymenu.
1564         (easy-menu-add-item): Autoload it.
1565
1566         * spam-stat.el (time-to-number-of-days): Autoload it.
1567
1568 2010-03-19  Glenn Morris  <rgm@gnu.org>
1569
1570         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1571
1572 2010-03-18  Glenn Morris  <rgm@gnu.org>
1573
1574         * hashcash.el (declare-function): Remove duplicate definition.
1575
1576 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1577
1578         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1579         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1580         value if any backslash escapes).
1581
1582 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1585         if it is available.  (bug#5647)
1586
1587         * lpath.el: Suppress compiler warning for coding-system-from-name for
1588         Emacs 21 and XEmacs.
1589
1590 2010-03-14  Juri Linkov  <juri@jurta.org>
1591
1592         * hmac-def.el:
1593         * hmac-md5.el:
1594         * netrc.el: Fix keywords.
1595
1596 2010-02-26  Glenn Morris  <rgm@gnu.org>
1597
1598         * message.el (message-send-mail-function): Change the default, so that
1599         it inherits from a customized send-mail-function.  (Bug#5643)
1600
1601 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1602
1603         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1604         shell-command-to-string signals an error (bug#5299).
1605
1606 2010-02-24  Glenn Morris  <rgm@gnu.org>
1607
1608         * message.el (message-smtpmail-send-it)
1609         (message-send-mail-with-mailclient): Doc fixes.
1610
1611 2010-02-16  Glenn Morris  <rgm@gnu.org>
1612
1613         * message.el (message-default-mail-headers): Change the default value
1614         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1615
1616 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1619         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1620
1621 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1622
1623         * time-date.el (date-to-time): Doc fix (Bug#5408).
1624
1625 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1626
1627         * message.el (message-mail): Just pass yank-action on to message-setup.
1628         (message-setup): Handle (FUN . ARGS) form of yank-action.
1629         (message-with-reply-buffer, message-widen-reply)
1630         (message-yank-original): Handle non-buffer values of
1631         message-reply-buffer (Bug#4080).
1632         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1633
1634 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1635
1636         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1637         Fix typo in docstring.
1638
1639 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1640
1641         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1642         response.
1643
1644 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1647
1648         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1649
1650         * message.el (message-check-news-header-syntax): Protect against a
1651         string that `rfc822-addresses' returns when parsing fails.
1652
1653 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1656         (gnus-previous-char-property-change): New functions.
1657
1658         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1659
1660 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1661
1662         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1663         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1664
1665 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1666
1667         * message.el (message-exchange-point-and-mark): Rework last change to
1668         avoid using optional arg of exchange-point-and-mark, for backward
1669         compatibility.
1670
1671 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1672
1673         * message.el (message-exchange-point-and-mark): Call
1674         exchange-point-and-mark with an argument rather than setting
1675         mark-active by hand (Bug#5175).
1676
1677 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * nntp.el (nntp-service-to-port): Work for service expressed with
1680         numeric string; replace [:digit:] with [0-9] for XEmacs.
1681
1682 2009-12-17  Glenn Morris  <rgm@gnu.org>
1683
1684         * gnus-group.el (gnus-bug-group-download-format-alist):
1685         Change emacs entry to debbugs.gnu.org.  Bump :version.
1686
1687 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1688
1689         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1690
1691 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * message.el (message-info): Explain why we use `Info-goto-node'.
1694
1695 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1698
1699 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1700
1701         * message.el (message-completion-in-region): New compatibility function.
1702         (message-expand-group): Use it.
1703
1704 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1707         with no unread article should be listed if the 2nd arg `predicate' is
1708         given.
1709
1710 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1713
1714 2009-11-29  Juri Linkov  <juri@jurta.org>
1715
1716         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1717         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1718         on `gnus-recenter'. (Bug#4698, Bug#4981)
1719
1720 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1721
1722         * sha1.el (sha1-string-external): default-directory "/" in case
1723         otherwise non-existent.  process-connection-type pipe for touch of
1724         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1725
1726 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1727
1728         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1729         it's comms related and sgml-mode.el has "comm" on that basis too.
1730
1731 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1734         containing tspecial characters if they have been already quoted.
1735
1736 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1737
1738         * dns-mode.el (auto-mode-alist): Purecopy string.
1739
1740 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1741
1742         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1743
1744 2009-10-24  Glenn Morris  <rgm@gnu.org>
1745
1746         * gnus-art.el (help-xref-stack-item): Define for compiler.
1747
1748 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1749
1750         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1751
1752 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1755
1756 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1759         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1760
1761 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1764         (gnus-overlays-in): New alias to overlays-in.
1765
1766         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1767         gnus-overlay-get, and gnus-delete-overlay.
1768         (gnus-summary-show-thread): Make it work as well for systems in which
1769         next-single-char-property-change is not available.
1770         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1771
1772         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1773         (gnus-overlay-get): New alias to extent-property.
1774         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1775
1776         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1777         SXEmacs.
1778
1779         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1780         SXEmacs.
1781
1782 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1783
1784         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1785
1786 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1787
1788         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1789         and XEmacs that don't have `remove-overlays'.
1790
1791 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1794         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1795         selective display.  Use overlays instead.
1796
1797 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1798
1799         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1800
1801 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1802
1803         * spam-stat.el (spam-stat-load): Fix typo in message.
1804
1805 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1806
1807         * dig.el (dig-invoke): Fix typo in docstring.
1808         (query-dig): Reflow docstring.
1809
1810 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1811
1812         * gnus-art.el (gnus-article-encrypt-body):
1813         * message.el (message-check-recipients):
1814         * mm-util.el (mm-codepage-setup):
1815         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1816         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1817
1818 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1819
1820         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1821         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1822         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1823         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1824         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1825
1826 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1827
1828         * dig.el: Add "Keywords: comm", as per net-utils.el.
1829
1830 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1831
1832         * dig.el (dig-mode): Use define-derived-mode.
1833
1834 2009-09-19  Glenn Morris  <rgm@gnu.org>
1835
1836         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1837
1838 2009-09-18  Glenn Morris  <rgm@gnu.org>
1839
1840         * gnus-diary.el (gnus-diary-check-message):
1841         * message.el (message-insert-formatted-citation-line):
1842         * nnbabyl.el (top-level):
1843         * nndiary.el (nndiary-schedule):
1844         Fix typos in condition-case handlers.
1845
1846 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1849         configuration that provides the sole article window in a frame;
1850         position point correctly after deleting a part.
1851
1852 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1853
1854         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1855         (spam-resolve-registrations-routine): Use it to unregister articles
1856         that change status.
1857
1858 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1861         with XEmacs.
1862         (parse-time-string-chars): Use it.
1863
1864 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1865
1866         * imap.el (imap-interactive-login): Better messages.
1867         (imap-open): Fix bug with renamed buffer on reconnect.
1868         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1869         for easier debugging and cleaner code.  On successful (guessed based on
1870         server capabilities) secondary authentication, set imap-state
1871         correctly.
1872         (imap-last-authenticator): Define imap-last-authenticator as a variable
1873         to avoid warnings.
1874
1875 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * nnrss.el (nnrss-request-article): Remove binding of
1878         default-enable-multibyte-characters that has gotten needless by
1879         the 2007-07-13 change in rfc2047-encode-message-header.
1880
1881         * mml.el (mml-insert-multipart): Error on the message header.
1882         (mml-insert-part): Error on the message header; position point at
1883         the end of a MIME tag.
1884
1885 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * time-date.el (autoload): Expand define-obsolete-function-alias into
1888         defalias and make-obsolete for old Emacsen that Gnus supports.
1889         (with-no-warnings): Define it for old Emacsen.
1890         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1891         is available.
1892         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1893         float-time is available; suppress compile warning for time-to-seconds.
1894
1895         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1896         (gnus-float-time): Alias to float-time if it exists.
1897
1898         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1899         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1900         float-time is available; suppress compile warning for time-to-seconds.
1901
1902         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1903         XEmacs.
1904
1905 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1906
1907         * imap.el (imap-message-map): Docstring fix.
1908
1909 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1912         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1913         Add the optional argument `encoding' that overrides the default.
1914
1915         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1916         mm-encode-buffer.
1917
1918 2009-09-04  Glenn Morris  <rgm@gnu.org>
1919
1920         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1921         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1922         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1923         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1924         * mm-util.el (mm-with-unibyte-current-buffer)
1925         (mm-find-buffer-file-coding-system):
1926         * yenc.el (yenc-decode-region): Use default-value rather than
1927         default-enable-multibyte-characters.
1928
1929 2009-09-03  Glenn Morris  <rgm@gnu.org>
1930
1931         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1932         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1933         than default-enable-multibyte-characters.
1934
1935 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1936
1937         * gnus-art.el (gnus-article-read-summary-keys):
1938         Fix gnus-buffer-configuration's value temporarily used.
1939
1940 2009-09-02  Glenn Morris  <rgm@gnu.org>
1941
1942         * gnus-util.el (gnus-float-time): New function.
1943         * gnus-delay.el (gnus-delay-article):
1944         * gnus-sum.el (gnus-thread-latest-date):
1945         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1946         * nnspool.el (nnspool-request-newgroups):
1947         Use gnus-float-time rather than time-to-seconds.
1948         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1949
1950         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1951         (gnus-header-subject-face, gnus-header-newsgroups-face)
1952         (gnus-header-name-face, gnus-header-content-face):
1953         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1954         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1955         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1956         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1957         (gnus-cite-face-11):
1958         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1959         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1960         (gnus-server-closed-face, gnus-server-denied-face)
1961         (gnus-server-offline-face):
1962         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1963         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1964         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1965         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1966         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1967         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1968         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1969         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1970         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1971         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1972         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1973         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1974         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1975         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1976         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1977         (gnus-summary-high-undownloaded-face)
1978         (gnus-summary-low-undownloaded-face)
1979         (gnus-summary-normal-undownloaded-face)
1980         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1981         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1982         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1983         (gnus-splash-face):
1984         * message.el (message-header-to-face, message-header-cc-face)
1985         (message-header-subject-face, message-header-newsgroups-face)
1986         (message-header-other-face, message-header-name-face)
1987         (message-header-xheader-face, message-separator-face)
1988         (message-cited-text-face, message-mml-face):
1989         * sieve-mode.el (sieve-control-commands-face)
1990         (sieve-action-commands-face, sieve-test-commands-face)
1991         (sieve-tagged-arguments-face):
1992         * spam.el (spam-face):
1993         Mark face aliases with "-face" in the name as obsolete.
1994
1995 2009-09-01  Glenn Morris  <rgm@gnu.org>
1996
1997         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1998         than goto-line.
1999
2000 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2003         Don't move point if the command is invoked inside the message header.
2004
2005 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2006
2007         * imap.el (imap-send-command): Simplify.
2008         (imap-wait-for-tag): point-max -> buffer-size.
2009
2010 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2011
2012         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2013         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2014         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2015         * nnir.el (nnir-swish-e-index-file):
2016         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2017         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2018         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2019         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2020         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2021         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2022
2023 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2026         Don't save excursion.
2027
2028 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2029
2030         * nnheader.el (nnheader-find-file-noselect):
2031         * mm-util.el (mm-insert-file-contents):
2032         Use (default-value 'major-mode) instead of default-major-mode.
2033
2034 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2035
2036         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2037
2038 2009-08-26  Glenn Morris  <rgm@gnu.org>
2039
2040         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2041         than placing in files.el.
2042
2043 2009-08-25  Glenn Morris  <rgm@gnu.org>
2044
2045         * nnir.el (top-level): Don't require cl at run-time.
2046         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2047         Replace cl-function substitute with gnus-replace-in-string.
2048         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2049         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2050         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2051         simplified expansions.
2052
2053 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2054
2055         * dig.el (dig): Add autoload cookie.
2056
2057 2009-08-22  Glenn Morris  <rgm@gnu.org>
2058
2059         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2060         goto-line.
2061
2062 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2063
2064         * parse-time.el (parse-time-string-chars): Save match data.
2065
2066 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2067
2068         * parse-time.el (parse-time-string-chars): Compute using character
2069         classes, to handle non-ascii characters (Bug#3190).
2070
2071 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2074
2075         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2076         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2077         (gnus-mm-display-part, gnus-mime-display-single)
2078         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2079         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2080
2081         * gnus-sum.el
2082         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2083         (gnus-summary-move-article): Add expirable mark to articles copied or
2084         moved to group that has auto-expire turned on if the option is non-nil.
2085
2086 2009-07-24  Glenn Morris  <rgm@gnu.org>
2087
2088         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2089         Fix typo.  (Bug#3903)
2090
2091 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2094         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2095         that should not be used for draft articles.
2096         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2097         that has no concern in minor mode keys.
2098         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2099         Abolish.
2100
2101 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2104         article without making inquiry to a user for unknown encoding.
2105
2106         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2107         (nnmaildir--scan): Assume i-node and device number that file-attributes
2108         returns might be cons-cell.
2109
2110         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2111
2112         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2113
2114 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2115
2116         * auth-source.el: Remove docs now in auth.texi.  Don't use
2117         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2118         `auth-source-hide-passwords' and use them.
2119
2120 2009-07-15  Glenn Morris  <rgm@gnu.org>
2121
2122         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2123
2124 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2127         excessive whitespace from the default values of title and description.
2128
2129 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2132         mail-fetch-field to fetch Content-Description header in order to
2133         exclude newlines.
2134
2135 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2136
2137         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2138         format used by GnuPG 2.0.11.
2139
2140 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2143         to deleted part.
2144
2145 2009-05-30  David Engster  <dengste@eml.cc>
2146
2147         * nnmairix.el: Remove old documentation in the commentary block.
2148         (nnmairix-request-group): Do not update active file for nnml back ends.
2149         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2150         end so that overview files are ignored.
2151         (nnmairix-update-groups): Make updating the groups more robust by using
2152         marks.
2153         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2154         with dollar characters in message-id.
2155
2156 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2157
2158         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2159         2008-12-25 in dns.el.
2160
2161 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2164         could happen if the text is only composed of spaces and/or tabs.
2165
2166 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2167
2168         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2169         when sending a queued message to avoid extra mml tags.
2170
2171 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2174
2175 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2178         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2179         rmail-toggle-header for XEmacs;
2180         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2181
2182 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-dired.el: Remove autoload for gnus-setup-message.
2185         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2186         displaying Gnus logo; always use compose-mail.
2187
2188 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2191
2192 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2195         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2196         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2197         available.
2198         (gnus-nocem-epg-verify): New function.
2199
2200 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2201
2202         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2203
2204 2009-02-15  Glenn Morris  <rgm@gnu.org>
2205
2206         * gnus-util.el (rmail-insert-rmail-file-header)
2207         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2208         autoloads.
2209         (rmail-default-rmail-file): Remove unnecessary declaration.
2210         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2211
2212 2009-02-14  Glenn Morris  <rgm@gnu.org>
2213
2214         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2215         variable (only used in gnus-util, which declares it anyway).
2216         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2217         which was only needed by gnus-art (changed to not use it any more).
2218         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2219         only used in gnus-util, which autoloads it itself.
2220         (rmail-update-summary): Fix autoload.
2221
2222         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2223         rather than rmail-output-to-rmail-file.
2224
2225 2009-02-07  Glenn Morris  <rgm@gnu.org>
2226
2227         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2228         autoload of function that no longer exists.
2229         (rmail-toggle-header): Declare.
2230         (message-forward-rmail-make-body): Handle mbox Rmail.
2231
2232 2009-01-31  Glenn Morris  <rgm@gnu.org>
2233
2234         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2235         2009-01-09 change.
2236
2237 2009-01-31  Dave Love  <fx@gnu.org>
2238
2239         * imap.el (imap-fetch-safe): Bind debug-on-error.
2240         (imap-debug): Add imap-fetch-safe.
2241
2242 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2245         (auth-source-forget-all-cached): New convenience function.
2246         (auth-source-user-or-password): Accept list of modes or a single mode.
2247
2248         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2249         auth-source modes.
2250
2251         * netrc.el (netrc-machine-user-or-password): Use list of
2252         auth-source modes.
2253
2254         * nnimap.el (nnimap-open-connection): Use list of
2255         auth-source modes.
2256
2257         * nntp.el (nntp-send-authinfo): Use list of
2258         auth-source modes.
2259
2260 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2263         now.
2264
2265 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2268         coding system in XEmacs; add a workaround for XEmacs.
2269
2270         * lpath.el: Fbind coding-system-aliasee.
2271
2272 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2275         of current-language-environment.
2276
2277 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2278
2279         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2280         available at runtime.
2281
2282 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2285
2286 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2287
2288         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2289         the greatest positive fixnum value doesn't work under an XEmacs with
2290         bignum support; use the most-positive-fixnum constant instead,
2291         available since Emacs 21.1 with cl and XEmacs 21.1.
2292
2293 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2296         XEmacs gets not to work.
2297
2298 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * mm-util.el (mm-coding-system-priorities): Allow the value like
2301         "Japanese (UTF-8)" of current-language-environment.
2302
2303 2009-01-09  Glenn Morris  <rgm@gnu.org>
2304
2305         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2306         with last-command-event.
2307
2308 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2309
2310         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2311         in the doc string.
2312
2313         * message.el (message-fix-before-sending): Amend comment.
2314
2315 2009-01-08  Dave Love  <fx@gnu.org>
2316
2317         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2318
2319 2009-01-07  David Engster  <dengste@eml.cc>
2320
2321         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2322         simplified server definitions by converting it via
2323         gnus-server-to-method.
2324
2325 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2328         parameter's operands.
2329
2330 2009-01-06  David Engster  <dengste@eml.cc>
2331
2332         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2333         primary select method (for gnus-group-mark-article-as-read).
2334
2335 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2336
2337         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2338         `(gnus)Face', not `(gnus)X-Face'.
2339
2340 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * mm-util.el (mm-ucs-to-char): New function.
2343
2344         * mm-url.el (mm-url-decode-entities): Use it.
2345
2346         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2347         unicode-to-char.
2348
2349 2009-01-05  Dave Love  <fx@gnu.org>
2350
2351         * time-date.el: Require cl for `declare'.
2352
2353 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2356         Dave Love.
2357
2358 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2359
2360         * message.el (message-fix-before-sending): Add `eight-bit' to
2361         illegible-text check.
2362
2363 2009-01-03  Michael Olson  <mwolson@gnu.org>
2364
2365         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2366         `headers' is nil.  This can occur if the IMAP server does not have
2367         permissions to read messages from a folder, but can write new messages
2368         to the folder.
2369         (nnimap-request-article-part): Do not insert `data' if it is nil.
2370
2371         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2372         characters which will confuse `read', so skip past them.
2373
2374 2009-01-01  Dave Love  <fx@gnu.org>
2375
2376         * imap.el (imap-string-to-integer): Fix typo.
2377         (imap-fetch-safe): New function.
2378         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2379
2380         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2381
2382         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2383         (imap-parse-greeting): Fix doc strings.
2384         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2385         (imap-parse-flag-list): Make messages unique.
2386         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2387
2388         * nnimap.el: Fix author email.
2389         (nnimap-split-rule): Add FIXME comment.
2390         (nnimap-debug): Fix doc string.
2391
2392 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2395
2396 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2399         nslookup if resolv.conf isn't available.
2400         (dns-query): Rename from query-dns.
2401         (dns-query-cached): Rename from query-dns-cached.
2402
2403 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2406         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2407         to check if those variables exist (first appeared in Emacs 18.50).
2408
2409 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * mm-util.el (mm-line-number-at-pos): New function.
2412
2413         * spam-report.el (spam-report-process-queue): Use it.
2414
2415 2008-12-24  David Engster  <dengste@eml.cc>
2416
2417         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2418         parameters that haven't existed as variables as buffer-local variables.
2419
2420 2008-12-23  Dave Love  <fx@gnu.org>
2421
2422         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2423         cadar.
2424
2425         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2426         imap-starttls-p.
2427         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2428
2429 2008-12-22  Dave Love  <fx@gnu.org>
2430
2431         * imap.el: Fix author email.  Doc fixes.
2432         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2433         reply.
2434
2435 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2436
2437         * spam-report.el (spam-report-gmane-max-requests): New constant.
2438         (spam-report-gmane-wait): New variable.
2439         (spam-report-gmane-ham, spam-report-gmane-spam)
2440         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2441         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2442         the server.
2443
2444         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2445         Add explanations.
2446
2447         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2448         nnheader-accept-process-output and nnheader-read-timeout if available.
2449         (pop3-movemail): Use it.
2450
2451         * message.el (message-check-news-body-syntax): Fix signature check if
2452         there's an attachment.
2453
2454 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * mm-util.el: Add comments to the mm- emulating functions.
2457
2458 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2461         by Stephen Berman <stephen.berman@gmx.net>.
2462
2463 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * mm-util.el (mm-substring-no-properties): New function.
2466         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2467         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2468         (mm-string-to-multibyte): Doc fix.
2469
2470         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2471
2472 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2473
2474         * mml.el (mml-attach-file): Strip text properties from file name.
2475         (Bug#1574)
2476
2477 2008-12-16  Glenn Morris  <rgm@gnu.org>
2478
2479         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2480
2481 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2484         knows since the charset specified might be a bogus alias that
2485         mm-charset-synonym-alist provides.
2486
2487 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2490         "ISO_8859-1".
2491
2492         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2493
2494 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * mm-util.el (mm-charset-eval-alist):
2497         Define it before mm-charset-to-coding-system.
2498         (mm-charset-to-coding-system): Add optional argument `silent';
2499         define it before mm-charset-override-alist.
2500         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2501         default value if it can be used in Emacs currently running;
2502         silence mm-charset-to-coding-system.
2503
2504 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2507         `allow-override' which says whether to use `mm-charset-override-alist'.
2508         (rfc2047-decode-encoded-words): Use it.
2509
2510         * mm-util.el (mm-charset-override-alist): Fix custom type;
2511         add `(gb2312 . gbk)' to choices.
2512
2513 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2516         fast.
2517
2518         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2519
2520         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2521
2522 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2523
2524         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2525         on links.
2526
2527         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2528
2529 2008-12-03  Lute Kamstra  <lute@gnu.org>
2530
2531         * sha1.el: Remove leading * from docstrings of defcustoms,
2532         deffaces, defconsts and defuns.
2533
2534 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2537         users' addresses that don't have domain parts.
2538         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2539         rather than message-narrow-to-head since there will be the message
2540         header separator.
2541
2542 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2543
2544         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2545         since the result is inserted in a unibyte buffer anyway.
2546         (nnimap-demule-use-string-to-multibyte): Remove.
2547         (nnimap-demule): Alias it to mm-string-to-multibyte.
2548
2549 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2552         variable for debugging bug#464 and bug#1174.
2553         (nnimap-demule): Use it.
2554
2555 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2556
2557         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2558         score calculation correctly.
2559
2560 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2561
2562         * message.el (message-send-mail): Just set the buffer to unibyte
2563         rather than use mm-with-unibyte-current-buffer which does a lot more.
2564         (message-send-mail-partially): Don't bother with
2565         mm-with-unibyte-current-buffer since it's already been made unibyte by
2566         message-send-mail.
2567
2568 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2569
2570         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2571
2572 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2573
2574         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2575
2576 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2579         require itself and to remove `with-no-warnings'.
2580
2581 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * starttls.el (starttls-any-program-available): Get the name of the
2584         available TLS layer program.
2585         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2586         well as the host name in the "opening" message.
2587
2588         * auth-source.el (auth-source-cache, auth-source-do-cache)
2589         (auth-source-user-or-password): Cache passwords and logins by default,
2590         allow override with `auth-source-do-cache'.
2591         (auth-source-forget-user-or-password): Allow users to remove cache
2592         entries if needed.
2593
2594 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2595
2596         * md4.el (md4-buffer): Fix typo in docstring.
2597         (md4, md4-64): Doc fixes.
2598         (md4-pack-int32): Reflow docstring.
2599
2600 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2603         condition-case to only the forward-sexp call.
2604
2605 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2608         quotes contained.  Make it more robust regardless by an extra
2609         condition-case wrapper.
2610
2611 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2614
2615 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * nnml.el (nnml-request-expire-articles): Check if the function set to
2618         `nnmail-expiry-target' returns the symbol `delete'.
2619
2620         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2621
2622         * nnmail.el (nnmail-expiry-target): Fix custom type.
2623
2624 2008-10-02  Glenn Morris  <rgm@gnu.org>
2625
2626         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2627         Silence compiler warning.
2628
2629 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2630
2631         * tls.el (open-tls-stream): Show the actual command being
2632         executed, instead of the format string.
2633
2634 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * lpath.el: Fbind codepage-setup for Emacs 23.
2637
2638 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2639
2640         * mml.el (mml-menu): Don't assume mml2015 is bound.
2641
2642 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2645         exists.
2646
2647 2008-09-27  Glenn Morris  <rgm@gnu.org>
2648
2649         * gnus-util.el (mail-header-remove-comments): Autoload it.
2650
2651 2008-09-27  Andreas Schwab  <schwab@suse.de>
2652
2653         * gnus-util.el (gnus-split-references): Strip comments.
2654         (gnus-parent-id): Likewise.
2655
2656 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2657
2658         * message.el (message-confirm-send): Fix version.
2659
2660 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * message.el (message-idna-to-ascii-rhs-1): Use
2663         mail-extract-address-components rather than mail-header-parse-addresses
2664         that is an alias by default to ietf-drums-parse-addresses that does not
2665         support non-ASCII names in headers' contents.
2666
2667 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * message.el (message-confirm-send): Fixed variable documentation to
2670         avoid the "y/n" wording.
2671
2672 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2673
2674         * message.el (message-set-auto-save-file-name): Save to a different
2675         filename so multiple messages (especially drafts) can be recovered.
2676
2677 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * message.el (message-confirm-send): Add appropriate version.
2680
2681 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2682
2683         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2684         defvar.
2685
2686 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2687
2688         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2689         (mm-pkcs7-enveloped-magic): Ditto.
2690
2691 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2692
2693         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2694         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2695
2696 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2697
2698         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2699         default, it's better.
2700
2701 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2704         summary line gnus-number property and ignore them (with a warning
2705         message).
2706
2707 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2710         macro caddr in the interactive form since it won't be expanded.
2711
2712 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2715         `charset'; fix name of function called recursively.
2716         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2717
2718 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2721         (gnus-mime-set-charset-parameters): New function.
2722         (gnus-mime-view-part-as-charset): Use it to correctly display part
2723         specifying wrong charset.
2724
2725 2008-09-08  David Engster  <dengste@eml.cc>
2726
2727         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2728         in completing-read for back end server.
2729
2730 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * message.el (message-confirm-send): New variable to confirm sending a
2733         message.
2734         (message-send): Use it.
2735
2736 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2737
2738         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2739
2740 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2743
2744 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2745
2746         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2747         prevent tracking too many groups.
2748         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2749         Use it.
2750
2751 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2752
2753         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2754         moving point to the bottom of the window in order to avoid recentering.
2755
2756 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2759
2760         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2761         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2762         (gnus-article-beginning-of-window): Fix calculation.
2763
2764 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gnus-msg.el (gnus-summary-supersede-article)
2767         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2768         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2769         message header.
2770
2771 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2772
2773         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2774         pending output coming after the status change.
2775
2776 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2777
2778         * message.el:
2779         * gnus-start.el:
2780         * gnus-registry.el: Remove VMS support.
2781
2782 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2785         macro.
2786         (rfc2104-hash): Use it.
2787
2788 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2789
2790         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2791         (gnus-summary-sort-by-most-recent-date): New commands.
2792         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2793         and menu entries.
2794
2795 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2798         don't redisplay article for raw contents; remove plural articles stuff.
2799
2800         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2801         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2802         on gnus-summary-save-article; display results properly.
2803
2804 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * lpath.el: No need to fbind ns-focus-frame.
2807
2808 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2811
2812 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2815         gnus-save-all-headers.
2816
2817 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2818
2819         * gnus-util.el (ns-focus-frame): Remove declaration.
2820         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2821         like x.
2822
2823 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2824
2825         * rfc2104.el (rfc2104-zero): Delete defconst.
2826         (rfc2104-hex-alist): Likewise.
2827         (rfc2104-hex-to-int): Delete func.
2828         (rfc2104-hexstring-to-bitstring): Likewise.
2829         (rfc2104-nybbles): New defconst.
2830         (rfc2104-hash): Rewrite for speed.
2831
2832 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * tls.el (open-tls-stream): Make it work with the 2nd argument
2835         BUFFER that is a string but does not exist as a buffer object, as
2836         mentioned in the doc-string.
2837
2838 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2841         SXEmacs.
2842
2843 2008-07-16  Glenn Morris  <rgm@gnu.org>
2844
2845         * gnus-util.el (ns-focus-frame): Declare for compiler.
2846
2847 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2850         set as a group parameter.
2851         (gnus-summary-save-in-pipe): Work when it is called independently.
2852         (gnus-summary-pipe-to-muttprint): Don't modify
2853         gnus-summary-pipe-output-default-command.
2854
2855 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2856
2857         * message.el (message-send-mail-with-sendmail):
2858         Display the error message.
2859
2860 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * gnus-art.el (gnus-default-article-saver):
2863         Add gnus-summary-save-in-pipe to choices.
2864         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2865         gnus-summary-pipe-output-default-command as the default command.
2866         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2867         instead of gnus-last-shell-command.
2868
2869         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2870         New user option.
2871         (gnus-summary-muttprint-program): Mention the value will be changed.
2872         (gnus-summary-save-article): Force showing of all headers.
2873         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2874
2875 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2876
2877         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2878
2879 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2880
2881         * nnimap.el (nnimap-id):
2882         * sieve-manage.el (sieve-manage-open): Doc fixes.
2883
2884 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2885
2886         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2887         if available.
2888
2889 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2890
2891         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2892
2893         * nnkiboze.el (nnkiboze-generate-group):
2894         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2895
2896         * nnmairix.el: Require CL.
2897
2898 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * dgnushack.el: Autoload get-display-table and put-display-table for
2901         XEmacs 21.5.
2902
2903         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2904         21.4 and SXEmacs.
2905
2906 2008-06-15  David Engster  <dengste@eml.cc>
2907
2908         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2909
2910 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2911
2912         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2913         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2914         runtime choice under XEmacs.
2915
2916         * gnus-sum.el (gnus-summary-set-display-table):
2917         Use `gnus-put-display-table', `gnus-get-display-table',
2918         `gnus-set-display-table' for the display table, instead of `aset'.
2919
2920         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2921         Use `gnus-put-display-table', `gnus-get-display-table',
2922         `gnus-set-display-table' for the display table.
2923
2924 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2925
2926         * nnmairix.el: Add autoloads.
2927
2928 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2929
2930         * nnmairix.el (nnmairix-delete-recreate-group)
2931         (nnmairix-update-and-clear-marks): Fix error messages.
2932
2933 2008-06-14  David Engster  <dengste@eml.cc>
2934
2935         * nnmairix.el: Upgrade to version 0.6.
2936         (nnmairix-group-toggle-propmarks-this-group)
2937         (nnmairix-group-toggle-readmarks-this-group)
2938         (nnmairix-group-delete-recreate-this-group)
2939         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2940         (nnmairix-remove-tick-mark-original-article): New commands.
2941         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2942         (nnmairix-propagate-marks-to-nnmairix-groups)
2943         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2944         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2945         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2946         functions needed for marks propagation and manipulation of read marks.
2947         (nnmairix-update-groups): New function.
2948         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2949         (nnmairix-determine-original-group-from-registry)
2950         (nnmairix-determine-original-group-from-path)
2951         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2952         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2953         New helper functions.
2954         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2955         keystrokes for new commands.
2956         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2957         (nnmairix-request-group): Check allow-fast group parameter.
2958         (nnmairix-request-create-group): Set allow-fast group parameter if
2959         nnmairix-allowfast-default is set.
2960         (nnmairix-close-group): Propagate marks upon closing if needed.
2961         (nnmairix-group-toggle-threads-this-group): Use new.
2962         nnmairix-group-toggle-parameter helper function.
2963         (nnmairix-search): Better check for empty search result.
2964         (nnmairix-goto-original-article): Use new helper functions for
2965         determining original article.
2966         (nnmairix-show-original-article): Make sure message-id is in brackets.
2967         (nnmairix-call-mairix-binary): Change variable name.
2968         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2969         helper function.
2970         (nnmairix-widget-toggle-activate): Fix doc string.
2971
2972 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * nnir.el: Require edmacro when compiling with XEmacs.
2975         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2976         available in Emacs 21.
2977
2978 2008-06-11  Glenn Morris  <rgm@gnu.org>
2979
2980         * gnus-util.el (x-focus-frame):
2981         * gnus.el (image-size):
2982         * mm-decode.el (image-size): Declare.
2983
2984         * gnus-picon.el (declare-function): Add compat definition.
2985         (image-size): Declare.
2986
2987         * gnus-group.el (tool-bar-map):
2988         * gnus-sum.el (tool-bar-map): Define for compiler.
2989
2990         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2991
2992         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2993
2994         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2995         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2996         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2997         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2998         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2999         * sieve-manage.el, spam-report.el, spam.el:
3000         Remove unnecessary eval-and-compile of autoloads.
3001
3002 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3003
3004         * auth-source.el: Precise Tramp doc.
3005
3006 2008-06-07  Glenn Morris  <rgm@gnu.org>
3007
3008         * nnmairix.el: Remove unnecessary eval-when-compile.
3009
3010 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * lpath.el: Fbind propertize for XEmacs 21.4.
3013
3014 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3015
3016         * nnir.el: Move here from ../contrib.
3017
3018 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3019
3020         * gnus-util.el (gnus-read-shell-command): New function.
3021         * mm-decode.el (mm-pipe-part):
3022         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3023
3024 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3027
3028 2008-06-03  Glenn Morris  <rgm@gnu.org>
3029
3030         * pop3.el (nnheader-accept-process-output): Autoload it.
3031
3032 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3035         are not 2-digit hexadecimal characters that follow `%'s.
3036
3037 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3038
3039         * message.el (message-bogus-recipient-p): Fix type in doc string.
3040         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3041         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3042         Improve custom options.
3043         (message-bogus-recipient-p): Adjust accordingly.
3044
3045 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3046
3047         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3048         long-form month and day names.
3049
3050 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * dgnushack.el: Autoload debug, eudc-expand-inline and
3053         pgg-snarf-keys-region for XEmacs.
3054
3055         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3056
3057         * nnmairix.el: Require edmacro when compiling with XEmacs.
3058
3059 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3060
3061         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3062         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3063
3064 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * auth-source.el: Add more docs.
3067
3068         * netrc.el (netrc-machine): Always match if the port is not given.
3069
3070 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3073         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3074         retrieval faster in some cases, but might make CPU usage larger.  If
3075         this has any bad side effects, we might revert this change.
3076
3077         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3078         seems to make mail retrieval much, much faster.
3079         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3080         unconditionally.
3081
3082         * gnus-draft.el (gnus-group-send-queue): Bind
3083         message-send-mail-partially-limit to nil to avoid being prompted.
3084
3085 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3086
3087         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3088
3089         * message.el (message-bogus-address-regexp): Fix and improve custom
3090         type.
3091         (message-setup-hook): Add message-check-recipients as custom option.
3092
3093 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3094
3095         * message.el (message-cite-function): Remove bogus autoload which crept
3096         in during merge from v5-10.
3097
3098 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3099
3100         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3101
3102         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3103
3104         * auth-source.el: Preliminary Tramp docs.
3105         (auth-sources): Change the default auth-sources to use
3106         EPA .gpg files.
3107
3108 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * nntp.el: Autoload `auth-source-user-or-password'.
3111         (nntp-send-authinfo): Use it.
3112
3113         * nnimap.el: Autoload `auth-source-user-or-password'.
3114         (nnimap-open-connection): Use it.
3115
3116         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3117         for the gnus-message function.
3118         (auth-source-user-or-password): Use it.
3119
3120 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3121
3122         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3123         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3124         (rfc2104-hash): Use it.
3125
3126 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3127
3128         * gnus-art.el (gnus-article-toggle-truncate-lines):
3129         Don't use `iff' in docstring.
3130
3131 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3132
3133         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3134
3135         * gnus-util.el (gnus-extract-address-component-name)
3136         (gnus-extract-address-component-email): Convenience functions around
3137         `gnus-extract-address-components'.
3138
3139         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3140         Use `gnus-extract-address-component-email' to fix bug of comparing full
3141         sender name to `user-mail-address'.
3142
3143 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3144
3145         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3146         catch/throw to optimize.
3147         (gnus-registry-find-keywords): Just use member to find a keyword.
3148
3149 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3150
3151         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3152         is current before calling gnus-server-prepare.
3153         (gnus-server-setup-buffer, gnus-server-update-server)
3154         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3155
3156 2008-05-04  Juri Linkov  <juri@jurta.org>
3157
3158         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3159         (mailcap-file-default-commands): Use mailcap-replace-in-string
3160         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3161         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3162
3163 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3164
3165         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3166
3167 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3168
3169         * gnus.el: Bump version to 0.11.
3170
3171 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3172
3173         * gnus.el: No Gnus v0.10 is released.
3174
3175 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3178         hooks.
3179         (gnus-update-read-articles): Speed up non-marks-using users.
3180         (gnus-use-marks): Define gnus-use-marks.
3181         (gnus-propagate-marks): Rename variable to something more sensible.
3182
3183 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3184
3185         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3186         (gmm-image-load-path-for-library): Fix typos in docstrings.
3187         (gmm-message): Reflow docstring.
3188
3189 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3190
3191         * mail-source.el (mail-source-set-1, mail-source-bind):
3192         Move auth-source code out of the macro to clean it up and fix bugs.
3193
3194 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3197         by sender if it's equal to user-mail-address, it's likely to be
3198         useless.
3199
3200         * mail-source.el (mail-source-bind): Don't use user or password if they
3201         are not bound.  Unintern them if they are nil.  Don't use server unless
3202         it's bound, and default it to empty string otherwise.
3203
3204 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3205
3206         * mail-source.el: Load auth-source.el.
3207         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3208         get user name or password, if auth-sources is set up.
3209
3210         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3211         strategy of splitting with parent.
3212         (gnus-registry-split-fancy-with-parent)
3213         (gnus-registry-post-process-groups): Use it and fix prior
3214         bug (returning a list as the split result).
3215
3216         * auth-source.el (auth-sources): Remove server parameter.
3217         (auth-source-pick, auth-source-user-or-password)
3218         (auth-source-user-or-password-imap)
3219         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3220         (auth-source-user-or-password-sftp)
3221         (auth-source-user-or-password-smtp): Remove server parameter.
3222
3223 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3224
3225         * smime.el (smime-sign-region, smime-encrypt-region)
3226         (smime-decrypt-region):
3227         Remove redundant calls to `generate-new-buffer-name'.
3228
3229 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3230
3231         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3232         Don't use QP for message/rfc822.
3233         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3234
3235 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * sieve-manage.el (sieve-string-bytes): Remove.
3238         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3239         correct byte-length only if the process's coding-system is the same as
3240         the one used internally by Emacs to represent strings.
3241
3242 2008-04-22  Juri Linkov  <juri@jurta.org>
3243
3244         * mailcap.el (mailcap-file-default-commands): New function.
3245
3246 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * message.el (message-signature-separator, message-cite-function):
3249         Change custom version.
3250
3251 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3252
3253         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3254         commands.
3255         (tls-checktrust): Ditto.
3256
3257 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3258
3259         * mm-decode.el (mm-display-external): Make temp file read-only.
3260
3261 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3262
3263         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3264         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3265         `C-c C-f d'.
3266
3267 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3268
3269         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3270
3271 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * gnus.el: Bump version to 0.9.
3274
3275 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3276
3277         * gnus.el: No Gnus v0.8 is released.
3278
3279 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3280
3281         * mail-source.el (mail-source-value):
3282         Prefer fboundp to functionp so it works with macros as well.
3283
3284 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3285
3286         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3287         Fix last change in case the element is not even a symbol.
3288
3289 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3290
3291         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3292         Prefer fboundp to functionp so it works with macros as well.
3293
3294 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3295
3296         * auth-source.el: Added docs.
3297         (auth-sources): Modify format to support server.
3298         (auth-source-pick, auth-source-user-or-password)
3299         (auth-source-user-or-password-imap)
3300         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3301         (auth-source-user-or-password-sftp)
3302         (auth-source-user-or-password-smtp): Add server parameter.
3303
3304 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3305
3306         * gnus-registry.el: Initialize the registry when gnus-registry-install
3307         is t.
3308
3309 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * compface.el (uncompface): Make buffer unibyte.
3312
3313 2008-04-05  Glenn Morris  <rgm@gnu.org>
3314
3315         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3316
3317 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3318
3319         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3320         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3321
3322         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3323         multibyteness after rather than before erasing it.
3324
3325         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3326         mm-with-multibyte.
3327         (gnus-request-article-this-buffer): Make sure the proper decoding is
3328         used if gnus-original-article-buffer happens to be unibyte.
3329
3330         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3331         default-enable-multibyte-characters.
3332
3333         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3334         default-enable-multibyte-characters.
3335
3336         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3337
3338         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3339
3340 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3341
3342         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3343         (imap-message-copyuid-1): Use it.
3344         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3345         J. Williams in
3346         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3347
3348         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3349         imap-enable-exchange-bug-workaround.
3350         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3351
3352 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3353
3354         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3355         a 100 byte status-checks into a 2-3MB transfer for each group.
3356         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3357         to enable bug workaround or not.
3358         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3359
3360 2008-03-31  Glenn Morris  <rgm@gnu.org>
3361
3362         * message.el (mml2015-use): Declare for compiler.
3363         (message-info): Require mml2015 when appropriate.
3364
3365 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3368         whitespace.
3369
3370 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3371
3372         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3373         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3374         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3375         (nntp-service-to-port): New function.
3376         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3377         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3378         (nntp-open-netcat-stream): New function.
3379         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3380
3381 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3382
3383         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3384
3385 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3386
3387         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3388
3389 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3390
3391         * dns.el (dns-write): Use set-buffer-multibyte.
3392
3393 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3394
3395         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3396
3397 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * message.el (message-signature-separator): Change default.
3400         Improve custom type.
3401         (message-cite-function): Change default to
3402         message-cite-original-without-signature.
3403
3404         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3405         toggle.
3406
3407         * message.el (message-check-news-body-syntax): Fix signature check.
3408         (message-setup-1): Mark buffer as unmodified _after_ running
3409         message-setup-hook and handling message-alternative-emails.
3410         (message-shorten-references): Be more strict when building list of
3411         valid references to comply with GNKSA.
3412
3413         * gnus-group.el (gnus-read-ephemeral-bug-group)
3414         (gnus-read-ephemeral-debian-bug-group)
3415         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3416
3417         * message.el (message-info): Don't use booleanp which isn't supported
3418         in Emacs 21 and XEmacs.
3419
3420 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3423         gnus-group-gmane-group-download-format.
3424         (gnus-group-read-ephemeral-gmane-group): Rename from
3425         gnus-group-read-ephemeral-gmane-group.
3426         (gnus-read-ephemeral-gmane-group-url): Rename from
3427         gnus-group-read-ephemeral-gmane-group-url.
3428         (gnus-bug-group-download-format-alist): New variable.
3429         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3430         (gnus-read-ephemeral-emacs-bug-group): New commands.
3431
3432 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3435         (gnus-visible-headers): Improve custom type.
3436
3437 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3438
3439         * mml.el (mml-menu): Add workarounds for XEmacs.
3440
3441         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3442         X-Boundary header.
3443
3444         * message.el (message-simplify-recipients): Fix previous commit.
3445
3446 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3447
3448         * mm-util.el (mm-set-buffer-multibyte): New function.
3449         * mm-decode.el (mm-copy-to-buffer): Use it.
3450
3451 2008-03-19  Glenn Morris  <rgm@gnu.org>
3452
3453         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3454         Accidentally removed in the sync process with Emacs.
3455
3456 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * message.el (message-alter-recipients-discard-bogus-full-name):
3459         New function.
3460         (message-alter-recipients-function): New variable.
3461         (message-get-reply-headers): Use it.
3462         (message-replace-header): New helper function.
3463         (message-recipients-without-full-name): New variable.
3464         (message-simplify-recipients): New command.
3465
3466         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3467
3468         * message.el (message-info): Handle EasyPG manual.
3469
3470         * mml.el (mml-menu): Add entry for EasyPG.
3471
3472 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3473
3474         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3475         parameter.
3476
3477         * message.el (message-disassociate-draft): Specify drafts group name
3478         fully.
3479
3480 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3483         unnecessary duplicates from the match list.
3484
3485 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3488
3489         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3490
3491         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3492         args of `how-many' of which the XEmacs version doesn't take; declare
3493         Info-index-next as function.
3494
3495 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3496
3497         * gnus-score.el (gnus-score-headers): Fix handling of
3498         gnus-inhibit-slow-scoring.
3499
3500         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3501         string.
3502         (gnus-button-url-regexp): Improve handling of parenthesis.
3503         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3504         (gnus-button-handle-info-keystrokes): Handle index entries.
3505
3506 2008-03-15  Glenn Morris  <rgm@gnu.org>
3507
3508         * parse-time.el (parse-time-string): Simplify.
3509
3510 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3513         Incoming* files.
3514
3515 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3516
3517         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3518         (auth-source-pick): Use it.
3519
3520 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3521
3522         * binhex.el (binhex-decode-region-internal):
3523         * uudecode.el (uudecode-decode-region-internal):
3524         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3525         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3526         setting default-enable-multibyte-characters.
3527
3528 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * auth-source.el (auth-source-protocols)
3531         (auth-source-protocols-customize, auth-source-choices): Added and
3532         modified variable customizations and defaults.
3533         (auth-source-pick, auth-source-user-or-password)
3534         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3535         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3536         (auth-source-user-or-password-sftp)
3537         (auth-source-user-or-password-smtp): Use new variables and provide an
3538         interface to netrc.el.
3539
3540 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3543         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3544         Make sure the nntp port to specify is a string.
3545
3546 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * nntp.el: Use with-current-buffer.
3549         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3550         dubious mm-with-unibyte-current-buffer.
3551         (nntp-with-open-group-function): New function extracted from
3552         nntp-with-open-group macro.
3553         (nntp-with-open-group): Use the function, so it's easier to debug.
3554         Add indentation and debugging info.
3555         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3556         the use of the netcat alternatives.
3557
3558         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3559         Avoid mm-string-as-multibyte as well.
3560
3561         * nnweb.el (nnweb-insert-html):
3562         Remove use of nnheader-string-as-multibyte.
3563
3564         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3565         (nnheader-string-as-multibyte): Remove.
3566
3567         * mm-view.el: Use inhibit-read-only.
3568         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3569         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3570         or unibyte-string.
3571
3572         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3573         (mm-uu-yenc-extract): Use with-current-buffer.
3574
3575         * gnus-soup.el (gnus-soup-send-packet): Don't use
3576         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3577
3578         * nnmh.el: Use with-current-buffer.
3579         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3580         mm-string-as-multibyte on the output of mm-encode-coding-string.
3581
3582         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3583         (nnimap-request-move-article): Use with-current-buffer.
3584
3585         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3586         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3587         conversion uses string-make-unibyte rather than string-as-unibyte.
3588
3589         * gnus-msg.el: Use with-current-buffer.
3590
3591         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3592
3593 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3594
3595         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3596         string for caching if it is 'PIN.
3597
3598 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * lpath.el: Consider the case without Emacs/W3.
3601
3602 2008-03-08  Glenn Morris  <rgm@gnu.org>
3603
3604         * time-date.el (date-to-time, time-subtract, time-add)
3605         (safe-date-to-time): Doc fixes.
3606
3607 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3608
3609         * mail-source.el (mail-source-delete-old-incoming-confirm):
3610         Change default to nil.
3611         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3612
3613 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * lpath.el: Rearrange.
3616
3617         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3618         (gnus-article-goto-prev-page): Work for articles having ^L's.
3619
3620         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3621
3622         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3623
3624 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3625
3626         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3627         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3628         (gnus-bookmark-jump): Adjust some variable names.
3629
3630 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * auth-source.el: New package.
3633         (auth-source-choices): Add customization entry point variable.
3634
3635         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3636         bug.
3637
3638 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3639
3640         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3641         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3642         (gnus-registry-install-shortcuts): Rename from
3643         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3644         the `gnus-registry-mark-map' keymap dynamically from
3645         `gnus-registry-marks'.  The generated functions update the summary line
3646         when a registry mark is added or deleted, and will call
3647         `gnus-registry-install-p' (see the comments in the code).
3648         (gnus-registry-user-format-function-M): Use concat intelligently.
3649
3650         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3651         the registry mark functions.
3652
3653 2008-03-05  Glenn Morris  <rgm@gnu.org>
3654
3655         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3656         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3657         gnus-art.
3658         (top-level): No need to load own source when compiling.
3659
3660 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3661
3662         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3663         Suggested by <chris.anderton@zetnet.co.uk>.
3664
3665 2008-03-04  Glenn Morris  <rgm@gnu.org>
3666
3667         * gnus-sum.el (top-level): No need to require gnus when compiling,
3668         since unconditionally required near start of file.
3669         (gnus-summary-display-while-building): Move definition before use.
3670
3671 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3674         formatting function.
3675
3676 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3677
3678         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3679         with plists.
3680         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3681         Use new format.
3682
3683 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3686         `where-is-internal' that returns a range of key sequences.
3687
3688 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3689
3690         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3691
3692         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3693         (gnus-summary-jump-to-group): Consider windows on other displayed
3694         frames as well.  Similar changes might be needed elsewhere, but that's
3695         the one I've bumped into during my use.
3696
3697         * nndoc.el (nndoc-oe-dbx-type-p):
3698         * gnus-msg.el (gnus-debug):
3699         * gnus-group.el (gnus-update-group-mark-positions):
3700         Use mm-string-to-multibyte.
3701
3702 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3705         doesn't handle NotDashEscaped.
3706
3707         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3708         (mml-dnd-attach-options): Fix typo in custom choice.
3709
3710         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3711         nndoc-article-type to mbox.
3712         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3713
3714         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3715         to nil, instead of html2text.
3716
3717         * imap.el (imap-debug): Add `imap-ping-server'.
3718
3719         * gnus-bookmark.el: Add FIXMEs.
3720
3721         * message.el (message-form-letter-separator)
3722         (message-send-form-letter-delay): New variables.
3723         (message-send-form-letter): Use them.  New command to send form
3724         letters.  Requested by Uwe Siart.
3725         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3726
3727 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * Update copyright years.
3730
3731 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         Sync from EMACS_22_BASE.
3734
3735         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3736
3737 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3738
3739         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3740         empty author.
3741
3742 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * gnus-registry.el (gnus-registry-marks): Add variable for
3745         customization of marks and their appearance.
3746         (gnus-registry-read-mark): Use it.
3747         (gnus-registry-do-marks): Add utility function to loop through
3748         `gnus-registry-marks'.
3749         (gnus-registry-install-shortcuts-and-menus): Add function to install
3750         shortcuts and menus.
3751         (gnus-registry-initialize): Use it.
3752         (gnus-registry-default-mark): Clarify documentation.
3753
3754 2008-02-29  Glenn Morris  <rgm@gnu.org>
3755
3756         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3757         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3758         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3759         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3760         Change defcustom :version from 23.0 to 23.1.
3761
3762 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-registry.el (gnus-registry-follow-group-p)
3765         (gnus-registry-post-process-groups): Add functions to aid registry
3766         splitting and improve logging.  Clarify behavior in function
3767         documentation.
3768         (gnus-registry-split-fancy-with-parent): Use them.
3769
3770 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3771
3772         * gnus-art.el: Use with-current-buffer.
3773
3774 2008-02-27  David Engster  <dengste@eml.cc>
3775
3776         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3777         Express real group name in the response.
3778
3779 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3782         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3783         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3784         autoload gnus-registry-fetch-group when compiling.
3785         (nnmairix-request-group-with-article-number-correction): Remove
3786         unreferenced argument passed to nnmairix-call-backend.
3787
3788 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3791         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3792         Wilde.
3793
3794 2008-02-27  Glenn Morris  <rgm@gnu.org>
3795
3796         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3797         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3798         variables to defconsts.  Convert comments to doc-strings.
3799         (nnmairix-last-server, nnmairix-current-server): Convert from free
3800         variables to defvars.  Convert comments to doc-strings.
3801         (gnus-registry-fetch-group): Autoload.
3802         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3803         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3804         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3805         caddr.
3806         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3807         nnmairix-request-group-with-article-number-correction call.
3808         (nnmairix-fast, nnmairix-group): New, less general names, for free
3809         variables passed from nnmairix-request-group to
3810         nnmairix-request-group-with-article-number-correction.  Declare.
3811         (nnmairix-request-group-with-article-number-correction):
3812         Use nnmairix-fast, nnmairix-group rather than fast, group.
3813
3814 2008-02-26  David Engster  <dengste@eml.cc>
3815
3816         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3817         version 0.5.
3818
3819 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3820
3821         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3822         instead of making an extra function call.  Don't add the current group
3823         to articles only when they have the group.  Use
3824         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3825         Reported by David <de_bb@arcor.de>.
3826
3827 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3830         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3831
3832 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3833
3834         * mail-source.el (mail-source-delete-incoming): Change default.
3835         Supplement doc string.
3836
3837         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3838
3839 2008-02-14  Glenn Morris  <rgm@gnu.org>
3840
3841         * time-date.el (format-seconds): New function.
3842
3843 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * nnmail.el (nnmail-message-id-cache-file): Derive from
3846         `gnus-home-directory'.
3847
3848 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3849
3850         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3851         Document negative prefix.
3852
3853         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3854
3855 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * message.el (message-unsent-separator): Add the Exim bounce
3858         separator.
3859
3860 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3861
3862         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3863         list.
3864         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3865         recipient/signer list.
3866
3867 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * Makefile.in (datarootdir): Define.
3870         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3871         name that might contain whitespace.
3872
3873 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3874
3875         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3876         fbound (Emacs 23 unicode), signal an error.
3877
3878 2008-02-08  Glenn Morris  <rgm@gnu.org>
3879
3880         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3881
3882 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3883
3884         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3885         ports to the calls to `netrc-machine-user-or-password' in addition to
3886         "imap" and "imaps".
3887
3888 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3889
3890         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3891
3892         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3893
3894 2008-02-01  Kenichi Handa  <handa@m17n.org>
3895
3896         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3897         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3898         (rfc2104-hash): Convert the result of concat to unibyte string.
3899
3900 2008-02-01  Dave Love  <fx@gnu.org>
3901
3902         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3903         coding-system-for-read.
3904         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3905
3906 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3907
3908         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3909         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3910         <hanche@math.ntnu.no>.
3911
3912 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3915
3916         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3917
3918 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3919
3920         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3921         * message.el (message-beginning-of-line): Use featurep instead of bound
3922         tests in order to resolve conditionals at compile time.
3923
3924 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3925
3926         * mail-source.el (mail-sources): Add `group' choice.
3927
3928         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3929         parameter `in-group' to control into which group the articles go.
3930         Add treatment of `group' mail-source.
3931
3932 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3935
3936         * mm-decode.el (mm-dissect-buffer): Decode description.
3937
3938         * mml.el (mml-to-mime): Encode message header first.
3939
3940 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3943         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3944
3945         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3946         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3947
3948 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3951
3952 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3955         prefix keys.
3956         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3957         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3958         gnus-xmas.el.
3959
3960         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3961         (gnus-xmas-article-describe-bindings): New function.
3962         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3963         gnus-xmas-article-describe-bindings.
3964
3965         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3966
3967 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3968
3969         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3970         Add new variables for article mark management.
3971         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3972         list of extra data entries which, when present, will indicate that the
3973         article ID should not be trimmed from the registry.
3974         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3975         functions.
3976         (gnus-registry-read-mark): New function to read a mark name from the
3977         user.
3978         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3979         (gnus-registry-set-article-mark-internal): New functions to add and
3980         remove marks.
3981         (gnus-registry-get-article-marks): New function to show the marks for
3982         an article, or retrieve them for further use.
3983
3984 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3987         keys when no argument is given.
3988
3989 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3990
3991         * imap.el (imap-ping-server): New variable.
3992         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3993         (imap-ping-server): Minor doc string fixes.
3994
3995 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3996
3997         * imap.el (imap-ping-server): New function.
3998         (imap-opened): Call imap-ping-server.
3999
4000 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * gnus-sum.el (gnus-article-sort-by-random)
4003         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4004         jidanni@jidanni.org.
4005
4006 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-art.el (gnus-article-describe-bindings): New function.
4009         (gnus-article-read-summary-keys): Use it.
4010         (gnus-article-mode-map): Bind `C-h b' to it.
4011
4012 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4015         XEmacs.
4016         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4017         against non-character events.
4018
4019         * lpath.el: Fbind map-keymap for Emacs 21.
4020
4021 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4024         command.
4025         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4026         instead of END.  Change name of the temp file.
4027         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4028         customizable.
4029
4030 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4033         bind `S W' to gnus-article-wide-reply-with-original; set default
4034         binding to gnus-article-read-summary-send-keys.
4035         (gnus-article-read-summary-keys): Fix the order of keys; display
4036         continuation keys correctly in the echo area; describe bindings
4037         correctly when keys end with `C-h'.
4038         (gnus-article-read-summary-send-keys): New function.
4039         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4040         for gnus-article-read-summary-send-keys; display continuation keys
4041         correctly in the echo area.
4042         (gnus-article-reply-with-original): Ignore prefix argument.
4043         (gnus-article-wide-reply-with-original): New function.
4044
4045         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4046         Emacs 21.
4047
4048 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4051         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4052
4053 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4056         (gnus-group-read-ephemeral-gmane-group): New command.
4057
4058 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4059
4060         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4061
4062 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4063
4064         * message.el (message-send-mail-function): Increase custom version.
4065
4066         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4067         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4068
4069 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4070
4071         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4072         for the cases where imap-authenticate is called with a nil buffer
4073         parameter.
4074
4075 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4078         html parts correctly; support forwarded messages.
4079         (gnus-article-browse-html-article): Remove work buffers.
4080
4081         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4082         compiling.
4083         (netrc-bound-and-true-p): New macro.
4084         (netrc-parse): Use it instead of bound-and-true-p that is not available
4085         in XEmacs 21.4.
4086
4087 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * gnus-registry.el (gnus-registry-mark-article)
4090         (gnus-registry-article-marks): Add functionality to mark articles
4091         through the Gnus registry.
4092
4093         * encrypt.el: Clarify documentation for the new pgg method.
4094         (encrypt-file-alist): Add PGG option.
4095         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4096         functionality.  Abstract password key and messaging to external
4097         functions.
4098         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4099         (encrypt-message-method-and-cipher): Add new convenience external
4100         functions.
4101         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4102         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4103
4104         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4105         (netrc-parse): Use encrypt-file-alist to determine if
4106         encrypt-find-model or encrypt-insert-file-contents should be used.
4107
4108         * encrypt.el: Clarify documentation.  Load password-cache or
4109         password, whichever one is found first, instead of autoloading.
4110
4111 2007-12-19  Glenn Morris  <rgm@gnu.org>
4112
4113         * mml.el (message-options-set, message-narrow-to-head)
4114         (message-in-body-p, message-mail-p, message-encode-message-body):
4115         Autoload.
4116         (message-remove-header, message-narrow-to-headers-or-head)
4117         (message-subscribed-p, message-make-mail-followup-to)
4118         (message-position-on-field, message-news-p)
4119         (message-options-set-recipient, message-generate-headers)
4120         (message-sort-headers): Declare as functions.
4121
4122 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4125         convention in doc string.
4126
4127 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4130         title to html parts.
4131         (gnus-article-browse-html-article): Pass message header to it.
4132
4133         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4134
4135 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4138         or password compatible with XEmacs.
4139
4140 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4141
4142         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4143         format document.
4144         (gnus-mime-delete-part): Don't write description line if empty.
4145         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4146
4147 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4148
4149         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4150         (gnus-summary-mark-read-and-unread-as-read)
4151         (gnus-summary-mark-current-read-and-unread-as-read)
4152         (gnus-summary-mark-unread-as-ticked): Doc fix.
4153         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4154
4155 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4158         Christoph Conrad <christoph.conrad@gmx.de>.
4159
4160 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4163         yes-or-no-p.
4164
4165 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * mm-decode.el (mm-add-meta-html-tag): New function.
4168         (mm-save-part-to-file, mm-pipe-part): Use it.
4169
4170         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4171         gnus-y-or-n-p instead of y-or-n-p.
4172         (gnus-article-browse-html-parts): Work with message/external-body; use
4173         mm-add-meta-html-tag.
4174
4175 2007-12-11  Glenn Morris  <rgm@gnu.org>
4176
4177         * gnus-cache.el: Require gnus-sum not just when compiling.
4178
4179         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4180
4181         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4182         definitions before use.
4183
4184         * mm-decode.el: Require gnus-util.
4185         (mm-remove-part): Only call delete-annotation on XEmacs.
4186
4187         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4188
4189         * nnmail.el: Require gnus-int.
4190
4191         * spam.el: Move `require's before `eval-when-compile's.
4192
4193         * gnus-ems.el (gnus-alive-p):
4194         * gnus-fun.el (message-goto-eoh):
4195         * gnus-util.el (gnus-group-name-decode):
4196         * mail-source.el (gnus-compress-sequence):
4197         * message.el (Info-goto-node, format-spec):
4198         * mm-bodies.el (message-options-get):
4199         * mm-decode.el (mm-view-pkcs7):
4200         * mm-util.el (gmm-write-region):
4201         * mml-smime.el (mml-compute-boundary)
4202         (gnus-completing-read-with-default):
4203         * mml.el (widget-button-press, gnus-make-hashtable):
4204         * mml1991.el (mm-decode-content-transfer-encoding)
4205         (mm-encode-content-transfer-encoding)
4206         (message-options-get, message-options-set):
4207         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4208         * nnfolder.el (gnus-request-group):
4209         * nnheader.el (ietf-drums-unfold-fws):
4210         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4211         * smime.el (gnus-run-mode-hooks):
4212         * spam-stat.el (gnus-message): Autoload.
4213
4214         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4215         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4216         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4217         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4218         Add declare-function compatibility definition.
4219
4220         * gnus-cache.el (nnvirtual-find-group-art):
4221         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4222         (gnus-add-image, gnus-add-wash-type):
4223         * gnus-group.el (nnkiboze-score-file):
4224         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4225         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4226         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4227         (message-tokenize-header, gnus-get-buffer-create)
4228         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4229         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4230         * gnus.el (gnus-group-decoded-name):
4231         * mail-source.el (imap-capability):
4232         * mm-bodies.el (message-options-set):
4233         * mm-decode.el (gnus-configure-windows):
4234         * mm-extern.el (message-goto-body):
4235         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4236         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4237         (epg-sub-key-validity, message-options-set):
4238         * mml.el (widget-event-point, gnus-configure-windows):
4239         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4240         * mml2015.el (epg-check-configuration, epg-configuration)
4241         (message-options-set):
4242         * nndb.el (nndb-request-article):
4243         * nnfolder.el (gnus-request-create-group):
4244         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4245         * nnmaildir.el (gnus-group-mark-article-read):
4246         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4247         * rfc1843.el (message-fetch-field):
4248         * spam.el (gnus-extract-address-components):
4249         Declare as functions.
4250
4251 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4254
4255         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4256
4257         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4258         bind show-trailing-whitespace for XEmacs.
4259
4260 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4263         new no-op macro for backward compatibility.
4264
4265         * imap.el (imap-string-to-integer): New function.
4266
4267 2007-12-09  Glenn Morris  <rgm@gnu.org>
4268
4269         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4270
4271         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4272         * message.el, mm-view.el, sieve-manage.el, smime.el:
4273         Add declare-function compatibility definition.
4274
4275         * gnus-art.el (w3-region, w3m-region, Info-menu):
4276         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4277         * gnus-sum.el (gnus-get-predicate):
4278         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4279         * message.el (mail-abbrev-in-expansion-header-p):
4280         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4281         (w3m-detect-meta-charset, w3m-region):
4282         * sieve-manage.el (password-read, password-cache-add)
4283         (password-cache-remove):
4284         * smime.el (password-read-and-add): Declare as functions.
4285
4286 2007-12-08  David Kastrup  <dak@gnu.org>
4287
4288         * gnus-sum.el (gnus-summary-simplify-subject-query):
4289         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4290         `message'.
4291
4292 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4295         it to bind idna-program, installation-directory, defined-colors, and
4296         face-attribute for XEmacs of the version that compiles defcustom forms.
4297
4298 2007-12-07  Glenn Morris  <rgm@gnu.org>
4299
4300         * gnus-art.el (article-make-date-line): Revert previous change.
4301
4302 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4305
4306 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4307
4308         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4309         Call gnus-add-to-range ranges only once with a prepared article-list.
4310
4311 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4312
4313         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4314         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4315         group names with backslashes.  Reported by Tassilo Horn
4316         <tassilo@member.fsf.org>.
4317
4318 2007-12-06  Deepak Goel  <deego3@gmail.com>
4319
4320         * gnus-art.el (article-make-date-line):
4321         * gnus-start.el (gnus-load):
4322         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4323
4324 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-art.el (gnus-use-idna)
4327         * gnus-start.el (gnus-site-init-file)
4328         * message.el (message-use-idna)
4329         * mm-uu.el (mm-uu-hide-markers)
4330         * smiley.el (smiley-style): Revert changes that suppress warnings.
4331
4332 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4335         specify charset to html source.  Reported by Christoph Conrad
4336         <christoph.conrad@gmx.de>.
4337
4338 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4341         idna-program in order to suppress byte compile warning issued by XEmacs
4342         that came to byte compile the default value section of defcustom forms
4343         recently.
4344
4345         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4346         value of installation-directory.
4347
4348         * message.el (message-use-idna): Don't directly refer to the value of
4349         idna-program.
4350
4351         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4352
4353         * smiley.el (smiley-style): Don't directly call face-attribute.
4354
4355 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4356
4357         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4358
4359         * gnus-dired.el: Reduce Gnus dependencies.
4360         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4361         require.  Use autoloads instead.
4362         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4363         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4364         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4365         (gnus-dired-mode): Adjust doc string.
4366         (gnus-dired-mail-mode): New variable.
4367         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4368         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4369         (gnus-dired-mail-buffers): New function.  Return mail or message
4370         composition buffers.
4371         (gnus-dired-attach): Use it.
4372         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4373         NO-DECODE.
4374         (gnus-dired-print): Use `gnus-print-buffer' depending on
4375         `gnus-dired-mail-mode'.
4376
4377 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * rfc2047.el (rfc2047-encoded-word-regexp)
4380         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4381         explaining what regexp patterns are for.
4382
4383 2007-12-04  Glenn Morris  <rgm@gnu.org>
4384
4385         * password.el: Move to password-cache.el.
4386
4387         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4388         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4389         * mml-smime.el (password-read, password-cache-add)
4390         (password-cache-remove):
4391         No need to autoload, since mml-sec requires password.
4392
4393         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4394         * message.el (gnus-extract-address-components):
4395         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4396
4397         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4398         password.
4399
4400 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * mailcap.el: Reduce dependencies.
4403         (mail-header-parse-content-type): Autoload.
4404         (mailcap-delete-duplicates): New alias.
4405         (mailcap-mime-info): Add optional argument NO-DECODE.
4406         (mailcap-mime-types): Use mailcap-delete-duplicates.
4407
4408         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4409
4410 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4411
4412         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4413         (imap-parse-status): Upcase status-att for servers that sends them
4414         lower-case (e.g., MS Exchange 2007).
4415
4416 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4419         function.
4420
4421         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4422         (gnus-uu-yenc-article): New function.
4423
4424         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4425
4426         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4427         buffer.
4428
4429 2007-12-02  Glenn Morris  <rgm@gnu.org>
4430
4431         * binhex.el (binhex): New custom group.
4432         (binhex-decoder-program, binhex-decoder-switches)
4433         (binhex-use-external): Move to the binhex custom group.
4434
4435         * uudecode.el (uudecode): New custom group.
4436         (uudecode-decoder-program, uudecode-decoder-switches)
4437         (uudecode-use-external): Move to the uudecode custom group.
4438
4439         * netrc.el (top-level): Don't load `encrypt' features.
4440         (netrc-parse): Don't use encrypt.
4441         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4442
4443         * encrypt.el: Remove file.
4444
4445 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4448         matches on patches.
4449
4450         * gnus-art.el (gnus-article-browse-html-article): Mention
4451         `mm-text-html-renderer' in the doc string.
4452
4453         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4454         string.  Add comments.
4455
4456         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4457         if rhs is ASCII.
4458
4459 2007-12-01  Glenn Morris  <rgm@gnu.org>
4460
4461         * mail-source.el (top-level): Require format-spec before
4462         eval-when-compile.
4463
4464 2007-11-30  Glenn Morris  <rgm@gnu.org>
4465
4466         * encrypt.el: Require password, rather than autoloading password-read.
4467
4468 2007-11-29  Glenn Morris  <rgm@gnu.org>
4469
4470         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4471         (sasl-make-client, sasl-next-step, sasl-step-data)
4472         (sasl-step-set-data): Declare as functions.
4473
4474 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4477
4478 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4479
4480         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4481         certs should be verified and what is to be done in the event of a
4482         verification failure.
4483
4484         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4485         caller can indicate whether the cache should be disregarded for this
4486         call.  This way the result of the call is reproducible at all times and
4487         can be considered a canonical server name for the supplied method.
4488         (gnus-agent-method-p): Canonicalize server names by pushing their
4489         method through `gnus-method-to-server' using the no-cache argument.
4490
4491         * gnus-srvr.el (gnus-server-insert-server-line): Call
4492         `gnus-method-to-server' with `no-cache' argument.
4493
4494         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4495         gnus-agent-possibly-synchronize-flags as this should be called when the
4496         server is actually being opened.
4497         (gnus-agent-possibly-synchronize-flags)
4498         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4499         flags file of an agentized server to the latter function.
4500
4501         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4502         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4503         after a connection has been established successfully.
4504
4505 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-art.el (article-display-face): Force to display face if called
4508         interactively; check if gnus-article-x-face-too-ugly matches author.
4509         (article-display-x-face): Display face even if From header is missing
4510         as article-display-face does.
4511
4512 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4513
4514         * hashcash.el (message-narrow-to-headers-or-head)
4515         (message-fetch-field, message-goto-eoh)
4516         (message-narrow-to-headers): Declare as functions.
4517
4518 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * mail-source.el (mail-sources): Default to fetch from file for
4521         compatibility with default of nnmail-spool-file.
4522
4523 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4526         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4527         to look for encoded word that should be encoded again.
4528         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4529         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4530         encoding pattern.
4531         (rfc2047-decode-region): Switch strict regexp and loose one according
4532         to rfc2047-allow-irregular-q-encoded-words.
4533
4534 2007-11-25  Romain Francoise  <romain@orebokech.com>
4535
4536         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4537
4538 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * tls.el (tls-program): Provide more custom choices from
4541         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4542         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4543
4544 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4547         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4548
4549         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4550         `nnmail-spool-file'.
4551
4552         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4553         `nnmail-spool-file'.
4554
4555         * gnus-move.el (gnus-change-server): Ditto.
4556
4557         * gnus-kill.el (gnus-batch-score): Ditto.
4558
4559         * gnus-cache.el (gnus-jog-cache): Ditto.
4560
4561         * gnus-msg.el (gnus-summary-reply):
4562         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4563
4564 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4567         version.  Minor improvement to doc strings.
4568         (tls-program): Add comment.
4569
4570 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4571
4572         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4573         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4574         mismatch between the hostname provided in the certificate and the name
4575         of the host connnecting to.
4576         (open-tls-stream): Use them.  Check certificates against trusted root
4577         certificates.
4578
4579 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4580
4581         * gnus-cache.el (gnus-cache-generate-nov-databases):
4582         Use nnml-generate-nov-databases-directory instead of
4583         nnml-generate-nov-databases-1.
4584
4585 2007-11-24  Glenn Morris  <rgm@gnu.org>
4586
4587         * message.el (message-tool-bar-retro): Update for rename
4588         mail_send.xpm->mail-send.xpm.
4589
4590 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4593         `smime-ldap-search' for Emacs 22 and up.
4594
4595 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4596
4597         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4598
4599         * message.el (message-send-mail-function): Fix error convention.
4600         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4601         (message-widen-reply, message-send-mail, message-talkative-question)
4602         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4603         (message-clone-locals, message-send-news): Use with-current-buffer.
4604         (message-insert-or-toggle-importance): Remove unused var `valid'.
4605         (message-make-references): Remove unused var `new-references'.
4606         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4607
4608 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4609
4610         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4611         (spam-split-symbolic-return-positive): Reflow docstring.
4612         (spam-backends, spam-summary-exit-behavior)
4613         (spam-mark-ham-unread-before-move-from-spam-group)
4614         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4615         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4616         (spam-clear-cache, spam-backend-check, spam-install-backend)
4617         (spam-install-statistical-backend, spam-list-of-processors)
4618         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4619         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4620         (spam-check-crm114, spam-initialize, spam-unload-hook):
4621         Fix typos in docstrings.
4622
4623 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4626         been checked if they have never been read and those group levels are
4627         higher than the one that a user specified.
4628
4629 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4632         foreign groups unless a group level is specified by a user.
4633         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4634
4635 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * message.el (message-send-mail-function): Require sendmail.
4638
4639 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * message.el (message-send-mail-function): Check for smtpmail too.
4642
4643         * utf7.el (utf7-encode, utf7-decode): Use coding system
4644         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4645
4646         * message.el (message-send-mail-function): New function.
4647         (message-send-mail-function): Set default using
4648         message-send-mail-function.  Adjust doc string.
4649         (message-send-mail-with-mailclient): New function.
4650
4651 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4652
4653         * smime.el (from):
4654         * rfc2047.el (message-posting-charset):
4655         * qp.el (mm-use-ultra-safe-encoding):
4656         * pop3.el (parse-time-months):
4657         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4658         * nnml.el (files):
4659         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4660         (jka-compr-compression-info-list, ange-ftp-path-format)
4661         (efs-path-regexp):
4662         * nndiary.el (files):
4663         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4664         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4665         (epg-digest-algorithm-alist, inhibit-redisplay)
4666         (password-cache-expiry):
4667         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4668         (pgg-output-buffer, password-cache-expiry):
4669         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4670         (efs-path-regexp):
4671         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4672         (inhibit-redisplay):
4673         * mm-uu.el (file-name, start-point, end-point, entry)
4674         (gnus-newsgroup-name, gnus-newsgroup-charset):
4675         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4676         (latin-unity-ucs-list):
4677         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4678         (mm-uu-binhex-decode-function):
4679         * message.el (gnus-message-group-art, gnus-list-identifiers)
4680         (rmail-enable-mime-composing, gnus-local-organization)
4681         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4682         (gnus-read-active-file, facemenu-add-face-function)
4683         (facemenu-remove-face-function, gnus-article-decoded-p)
4684         (tool-bar-mode):
4685         * mail-source.el (display-time-mail-function):
4686         * gnus-util.el (nnmail-pathname-coding-system)
4687         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4688         (gnus-original-article-buffer, gnus-user-agent)
4689         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4690         (xemacs-codename, sxemacs-codename, emacs-program-version):
4691         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4692         * gnus-start.el (gnus-agent-covered-methods)
4693         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4694         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4695         (gnus-newsgroup-headers, gnus-group-list-mode)
4696         (gnus-group-mark-positions, gnus-newsgroup-data)
4697         (gnus-newsgroup-unreads, nnoo-state-alist)
4698         (gnus-current-select-method, mail-sources)
4699         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4700         (nnmail-spool-file, gnus-cache-active-hashtb):
4701         * gnus-mh.el (mh-lib-progs):
4702         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4703         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4704         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4705         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4706         (gnus-group-buffer):
4707         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4708         (font-lock-set-defaults):
4709         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4710         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4711         (gnus-summary-post-menu, total-parts, type, condition, length):
4712         * gnus-agent.el (gnus-agent-read-agentview):
4713         * flow-fill.el (show-trailing-whitespace):
4714         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4715         eval-and-compile wrappers for byte compiler pacifiers.
4716
4717         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4718         (mm-display-inline-fontify): Check for featurep 'xemacs not
4719         extent-list.
4720
4721         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4722         itimer-list.
4723         (mm-create-image-xemacs): Only do something for XEmacs.
4724         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4725
4726         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4727
4728         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4729         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4730
4731 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4732
4733         * nnimap.el (nnimap-split-download-body):
4734         * gnus-demon.el (gnus-demon):
4735         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4736
4737 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4740         macros.
4741         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4742         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4743         copy data from unibyte buffer to multibyte current buffer.
4744         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4745         to copy data from unibyte current buffer to multibyte buffer.
4746         (nntp-make-process-buffer): Make process buffer unibyte.
4747
4748         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4749
4750 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4751
4752         * pop3.el (pop3-open-server): Accept and process data more robustly at
4753         connexion start to avoid spurious "POP SSL connexion failed" errors.
4754
4755 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4758         read group names.
4759
4760 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4761
4762         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4763
4764 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4767         (nnmail-save-active): Use a unibyte buffer when saving active file,
4768         which may contain non-ASCII group names.
4769
4770         * nnml.el (nnml-request-group): Decode group names in messages.
4771
4772 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * message.el (message-citation-line-function)
4775         (message-insert-formatted-citation-line): Fix spelling of
4776         `message-insert-formated-citation-line'.
4777
4778 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4781
4782 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4785         nnmail-pathname-coding-system.
4786
4787         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4788         that a user enters; decode group names in messages.
4789
4790         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4791
4792 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4795
4796         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4797
4798         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4799         risky local variable.
4800
4801         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4802
4803 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * encrypt.el: Improve documentation to fix function name typo.
4806         Reported by Daiki Ueno <ueno@unixuser.org>.
4807
4808 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4811         even if the point is not in the last page of an article.
4812         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4813         back to the previous page.
4814
4815 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4816
4817         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4818
4819 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4822
4823 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4824
4825         * message.el (message-check-news-body-syntax): Avoid
4826         mm-string-as-multibyte.
4827         (message-hide-headers): Don't assume (point-min)==1.
4828
4829 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * message.el (message-remove-blank-cited-lines): Fix if remove is
4832         given.
4833         (message-bogus-address-regexp): New variable.
4834         (message-bogus-recipient-p): New function.
4835         (message-check-recipients): New command.
4836         (message-syntax-checks): Add `bogus-recipient'.
4837         (message-fix-before-sending): Add `bogus-recipient'.
4838
4839         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4840         (gnus-treat-body-boundary): Don't test window-system.
4841
4842 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4843
4844         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4845
4846 2007-10-28  Miles Bader  <miles@gnu.org>
4847
4848         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4849         at compile-time too.
4850
4851 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * gnus-msg.el (gnus-message-setup-hook): Add
4854         `message-remove-blank-cited-lines' to options.
4855
4856 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         * message.el (message-remove-blank-cited-lines): New function.
4859         Suggested by Karl Plästerer.
4860
4861 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4864         mapc.
4865
4866         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4867         (top-level): Use mapc to set functions to be traced for debugging.
4868
4869         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4870         called for effect with while loop.
4871
4872         * message.el (message-talkative-question): Replace mapcar called for
4873         effect with mapc.
4874
4875         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4876         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4877         called for effect with dolist.
4878
4879         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4880
4881         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4882         gnus-extra-headers and nnmail-extra-headers.
4883
4884         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4885         called for effect with dolist.
4886         (top-level): Use mapc to set functions to be traced for debugging.
4887
4888         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4889         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4890         dolist.
4891
4892         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4893         Replace mapcar called for effect with mapc.
4894         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4895         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4896         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4897         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4898
4899         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4900         remove-if that's a cl function.
4901
4902         * webmail.el (webmail-debug): Replace mapcar called for effect with
4903         dolist.
4904
4905         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4906         with mapc.
4907
4908 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4911         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4912         with while loop.
4913
4914         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4915         functions from article-* functions.
4916         (gnus-multi-decode-header): Replace mapcar called for effect with
4917         dolist.
4918
4919         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4920         (gnus-bookmark-show-details): Replace mapcar called for effect with
4921         while loop.
4922
4923         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4924         called for effect with while loop.
4925
4926         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4927         with dolist.
4928
4929         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4930         mapcar called for effect with dolist.
4931
4932         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4933
4934         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4935         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4936         Replace mapcar called for effect with dolist.
4937         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4938         mapc.
4939
4940         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4941         Replace mapcar called for effect with dolist.
4942         (gnus-topic-list): Replace mapcar called for effect with mapc.
4943
4944         * gnus.el: Use mapc instead of mapcar to add autoloads.
4945
4946 2007-10-23  Richard Stallman  <rms@gnu.org>
4947
4948         * gnus-group.el (gnus-group-highlight): Mark as risky.
4949
4950 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus.el (gnus-server-to-method): Return method found first in
4953         gnus-newsrc-alist.
4954
4955         * gnus-art.el (gnus-article-highlight-signature)
4956         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4957         button overlay without the front stickiness.
4958
4959 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4960
4961         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4962         overview buffer needed a catch to receive its throw.
4963         (gnus-agent-flush-cache): Declared as interactive to make this function
4964         easier to use.
4965
4966 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4969         `next-line'.
4970
4971 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4974         exclude address matching message-dont-reply-to-names.
4975
4976 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-util.el (gnus-string<): New function.
4979
4980         * gnus-sum.el (gnus-article-sort-by-author)
4981         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4982
4983 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4986         the frame-focus tag is set in gnus-buffer-configuration.
4987
4988 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4991         the front stickiness.
4992
4993 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4996         url pattern; remove duplicate one.
4997         (gnus-article-extend-url-button): New function.
4998         (gnus-article-add-buttons): Use it.
4999         (gnus-button-push): Use concatenated url that it makes.
5000
5001 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5002
5003         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5004
5005 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5006
5007         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5008         Don't hardcode point-min==1.
5009
5010 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5013         Fix comment about "iso8859-1".
5014
5015 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5016
5017         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5018         ones returned from the verify-function.
5019
5020         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5021         mml2015-extract-cleartext-signature if extraction failed.
5022
5023 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5024
5025         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5026         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5027         failed.
5028
5029 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5032
5033 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5036         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5037         recommends to use EasyPG instead of PGG.
5038
5039         * pgg.el: Revert to revision 6.23.2.16.
5040
5041         * pgg-def.el: Revert to revision 6.6.2.14.
5042
5043         * pgg-gpg.el: Revert to revision 6.23.2.34.
5044
5045 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5048         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5049         thread for both the null and zero (kill/expire thread) universal prefix
5050         cases.
5051         (gnus-summary-expire-thread): Add new function to expire a thread,
5052         using gnus-summary-kill-thread.
5053         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5054         shortcuts for gnus-summary-expire-thread.
5055         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5056         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5057
5058 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5061         extras value, so an extras entry can be deleted.
5062         (gnus-registry-delete-extra-entry): Use it.
5063         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5064         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5065         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5066         storage through the gnus-registry, and provide an appropriate API for
5067         it.
5068
5069 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5072         Suggested by Leo <sdl.web@gmail.com>.
5073
5074         * gnus.el: Do.
5075
5076 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5079         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5080
5081         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5082
5083         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5084         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5085
5086 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5089         newline.
5090         (nnmbox-request-accept-article): Don't change article in source buffer;
5091         narrow to header to use message-fetch-field rather than
5092         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5093         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5094         as delimiters; make sure article ends with newline.
5095         (nnmbox-delete-mail): Correct last position of article to be deleted;
5096         ignore X-Gnus-Newsgroup header in article body.
5097         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5098         positions; make sure article ends with newline.
5099
5100         * message.el (message-display-abbrev): Don't infloop when a user
5101         inserts SPC in the beginning of header.
5102
5103         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5104         coding-system-for-read and coding-system-for-write for XEmacs having no
5105         file-coding feature.
5106
5107         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5108
5109 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5110
5111         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5112         list of groups not followed by default.  Fix type to be regexp.
5113         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5114
5115 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5116
5117         * hmac-def.el (define-hmac-function): Switch from old-style to
5118         new-style backquotes.
5119
5120         * md4.el (md4-make-step): Likewise.
5121
5122 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5125         raw-text coding system when saving .newsrc file, which may contain
5126         non-ASCII group names.
5127
5128 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-cus.el (gnus-score-extra): New widget.
5131         (gnus-score-extra-convert): New function.
5132         (gnus-score-customize): Use it for Extra.
5133
5134 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5135
5136         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5137         (mml2015-mailcrypt-clear-verify): Use it.
5138         (mml2015-gpg-clear-verify): Use it.
5139         (mml2015-pgg-clear-verify): Use it.
5140         (mml2015-epg-clear-verify): Replace the current part with the output
5141         from GnuPG; don't extract the plaintext by itself.
5142
5143         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5144         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5145         mml2015-clear-verify-function; don't touch the armor headers or
5146         dash-escaped text here.
5147
5148 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5151         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5152         parts, or application/octet-stream as a last resort.
5153         (gnus-mime-view-part-as-type): Don't toggle display.
5154         (gnus-mime-view-part-as-charset): Don't turn off display before
5155         querying charset.
5156
5157         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5158         stuff to undisplayer function in Emacs.
5159         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5160
5161         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5162         text/calendar parts.
5163
5164 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5167         decoding text/calendar parts.
5168
5169         * message.el (message-forward-make-body-mime): Always mark body as
5170         having no illegible text; remove signed-or-encrypted argument.
5171         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5172
5173         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5174         (mml-generate-mime-1): Don't encode body if it is specified to be in
5175         raw form; don't make buffer be unibyte when inserting multibyte string.
5176
5177 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5178
5179         * sha1.el: Fix up comment style.
5180         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5181         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5182
5183         * hex-util.el: Fix up comment style.
5184         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5185
5186         * gnus-salt.el: Use with-current-buffer.
5187         (gnus-pick-setup-message): Fix long-standing typo.
5188
5189 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * imap.el (imap-logout-timeout): New variable.
5192         (imap-logout, imap-logout-wait): New functions.
5193         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5194
5195         * nnimap.el (nnimap-logout-timeout): New server variable.
5196         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5197         nnimap-logout-timeout.
5198
5199         * gnus-art.el (gnus-article-summary-command-nosave)
5200         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5201
5202 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus.el (gnus-maximum-newsgroup): New variable.
5205
5206         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5207         according to gnus-maximum-newsgroup.
5208
5209         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5210         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5211         Limit the range of articles according to gnus-maximum-newsgroup.
5212
5213 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5214
5215         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5216         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5217         Don't perform gnus-configure-windows here; reuse existing sticky
5218         article buffer.
5219
5220         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5221         it doesn't exist in gnus-article-mode.
5222
5223 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5226         (gnus-agent-decoded-group-name): New function.
5227         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5228         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5229
5230 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5231
5232         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5233         Add binding for gnus-sticky-article.
5234         (gnus-summary-exit): Don't kill sticky article buffers.
5235
5236         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5237         article buffer.
5238         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5239         (gnus-kill-sticky-article-buffers): New commands.
5240
5241 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * nntp.el (nntp-xref-number-is-evil): New server variable.
5244         (nntp-find-group-and-number): If it is non-nil, don't trust article
5245         numbers in the Xref header.
5246
5247 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-agent.el (gnus-agent-read-group): New function.
5250         (gnus-agent-flush-group, gnus-agent-expire-group)
5251         (gnus-agent-regenerate-group): Use it.
5252         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5253         nnmail-pathname-coding-system.
5254
5255 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5258
5259         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5260         that are unread as unread, and also as selected so that information of
5261         marks having been changed by a user may be updated when exiting group.
5262
5263 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5266         calculated ignoring signature parts to gnus-treat-article.
5267
5268 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5271         a point here in order to keep the window start.
5272         (gnus-insert-mime-security-button): Make a button overlay without the
5273         front stickiness.
5274         (gnus-mime-display-security): Goto the end of a button.
5275
5276         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5277
5278 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5281         group-name-at-point.
5282         (gnus-group-completing-read): New function that offers decoded
5283         non-ASCII group names for completion.
5284         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5285         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5286         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5287         (gnus-group-fetch-control): Use it.
5288         (gnus-fetch-group): Use group-name-at-point for the initial value
5289         rather than the default value; use gnus-alive-p.
5290
5291         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5292         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5293         (gnus-summary-post-news): Use gnus-group-completing-read.
5294
5295         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5296         (gnus-read-move-group-name): Decode group name for completion.
5297
5298 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5299
5300         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5301         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5302         Yamaoka slightly modified the code).
5303
5304 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5307         (nnmail-split-incoming): Bind it.
5308
5309         * nnml.el (nnml-group-name-charset): New function.
5310         (nnml-decoded-group-name): Use it; don't decode group name if
5311         nnmail-group-names-not-encoded-p is non-nil.
5312         (nnml-encoded-group-name): New function.
5313         (nnml-group-pathname): Inline nnml-decoded-group-name.
5314         (nnml-request-expire-articles): Decode group name in message.
5315         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5316         nnmail-pathname-coding-system.
5317         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5318         not decoded ones according to nnmail-group-names-not-encoded-p.
5319         (nnml-generate-active-info): Use nnml-encoded-group-name.
5320
5321 2007-08-08  Glenn Morris  <rgm@gnu.org>
5322
5323         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5324         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5325         doc-strings and comments.
5326
5327 2007-07-25  Glenn Morris  <rgm@gnu.org>
5328
5329         * Relicense all FSF files to GPLv3 or later.
5330
5331 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * gnus-sum.el (gnus-summary-move-article): Make
5334         gnus-summary-respool-article work.
5335
5336 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5339         string.
5340
5341 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5342
5343         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5344         that should be ignored when comparing distant RSS articles with local
5345         ones.
5346         (nnrss-make-hash-index): New function.  Create a hash index according
5347         to the ignored fields.
5348         (nnrss-check-group): Use it.
5349
5350 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5353
5354         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5355
5356         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5357         the new optional argument ENCODED is non-nil.
5358         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5359         coding system for encoding group name.
5360         (gnus-group-make-rss-group): Pass un-encoded group name to
5361         gnus-group-make-group.
5362         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5363         encoded.
5364
5365         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5366         Encode group name to which articles are moved or copied.
5367         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5368         coding system for encoding Newsgroup, Followup-To and Xref headers.
5369
5370         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5371         marks; use nnheader-file-coding-system to write a file.
5372         (nnagent-retrieve-headers): Bind file-name-coding-system to
5373         nnmail-pathname-coding-system.
5374
5375         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5376
5377         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5378         (nnml-request-article, nnml-request-create-group)
5379         (nnml-request-rename-group, nnml-find-id)
5380         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5381         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5382         (nnml-save-marks): Use nnml-group-pathname instead of
5383         nnmail-group-pathname.
5384
5385         (nnml-request-create-group, nnml-request-expire-articles)
5386         (nnml-request-move-article, nnml-request-delete-group)
5387         (nnml-deletable-article-p, nnml-possibly-create-directory)
5388         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5389         (nnml-open-marks): Bind file-name-coding-system to
5390         nnmail-pathname-coding-system.
5391
5392         (nnml-request-article): Pass server argument to nnml-find-group-number.
5393         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5394         server argument to nnml-possibly-create-directory.
5395         (nnml-request-accept-article): Pass server argument to
5396         nnml-active-number and nnml-save-mail.
5397         (nnml-find-group-number): Pass server argument to nnml-find-id.
5398         (nnml-request-update-info): Pass server argument to
5399         nnml-marks-changed-p.
5400
5401         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5402         (nnml-save-mail, nnml-active-number): Add server argument.
5403
5404         (nnml-request-delete-group): Warn if group is missing.
5405         (nnml-get-nov-buffer): Decode group name.
5406         (nnml-generate-active-info): Encode group name.
5407         (nnml-open-marks): Decode group name in messages.
5408
5409 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5412         if it is not specified.
5413         (gnus-article-pipe-part, gnus-article-save-part)
5414         (gnus-article-interactively-view-part, gnus-article-copy-part)
5415         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5416         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5417         (gnus-article-replace-part, gnus-article-delete-part)
5418         (gnus-article-view-part-as-type): Pass raw prefix argument to
5419         gnus-article-part-wrapper.
5420
5421 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-agent.el (gnus-agent-save-active): Bind
5424         nnheader-file-coding-system to gnus-agent-file-coding-system.
5425
5426         * gnus-cache.el (gnus-cache-save-buffers)
5427         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5428         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5429         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5430         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5431         (gnus-cache-generate-active, gnus-cache-rename-group)
5432         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5433         (gnus-cache-update-overview-total-fetched-for): Bind
5434         file-name-coding-system to nnmail-pathname-coding-system.
5435         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5436         variables.
5437         (gnus-cache-decoded-group-name): New function.
5438         (gnus-cache-file-name): Use it.
5439         (gnus-cache-generate-active): Use non-decoded group name for active.
5440
5441         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5442         right place.
5443         (gnus-write-active-file): Don't break non-ASCII group names.
5444
5445         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5446         nnmail-pathname-coding-system.
5447
5448         * lpath.el: Bind default-file-name-coding-system,
5449         file-name-coding-system and language-info-alist for XEmacs.
5450
5451         * gnus-uu.el (gnus-uu-decode-save): Typo.
5452
5453 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5456
5457 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5460         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5461         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5462         (gnus-agent-flush-group, gnus-agent-flush-cache)
5463         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5464         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5465         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5466         (gnus-agent-regenerate-group)
5467         (gnus-agent-update-files-total-fetched-for)
5468         (gnus-agent-update-view-total-fetched-for): Bind
5469         file-name-coding-system to nnmail-pathname-coding-system.
5470         (gnus-agent-group-pathname): Don't encode file names by
5471         nnmail-pathname-coding-system.
5472         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5473         coding-system-for-write instead of buffer-file-coding-system to
5474         gnus-agent-file-coding-system.
5475
5476         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5477         Decode group name.
5478
5479         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5480
5481         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5482         (gnus-read-newsrc-el-file): Make group names unibyte.
5483
5484         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5485         nnmail-pathname-coding-system.
5486
5487         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5488         (nnrss-request-delete-group): Bind file-name-coding-system to
5489         nnmail-pathname-coding-system.
5490         (nnrss-read-server-data, nnrss-read-group-data): Bind
5491         file-name-coding-system correctly.
5492         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5493
5494         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5495         (nntp-server-to-method-cache): New variable.
5496         (nntp-group-pathname): New function that decodes non-ASCII group names.
5497         (nntp-possibly-create-directory, nntp-marks-changed-p)
5498         (nntp-save-marks, nntp-open-marks): Use it.
5499         (nntp-possibly-create-directory, nntp-open-marks):
5500         Bind file-name-coding-system to nnmail-pathname-coding-system.
5501         (nntp-open-marks): Decode group names when bootstrapping marks.
5502
5503         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5504         Newsgroups and Folowup-To headers.
5505
5506 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5509         (gnus-server-closed-face, gnus-server-denied-face)
5510         (gnus-server-offline-face): Remove variable.
5511         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5512
5513         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5514         of modifying message-stack directly for XEmacs.
5515
5516         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5517         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5518         if the coding-system argument is nil for XEmacs.
5519
5520         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5521         mm-charset-override-alist.
5522
5523         * rfc2047.el: Don't require base64; require rfc2045 for the function
5524         rfc2045-encode-string.
5525         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5526         to quote the parameter value.
5527
5528 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5531         form in gnus-group-name-charset-method-alist.
5532
5533         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5534         overrides the default layout edit-form.
5535
5536         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5537
5538         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5539
5540 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5543         as unfetched articles.
5544
5545 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5548
5549 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5552         original back end that keeps marks in the local system.
5553
5554 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5557         arg of pop-to-buffer for XEmacs.
5558         (gnus-article-read-summary-keys): Ditto; don't restore window
5559         configuration if summary command ends up with neither article buffer
5560         nor summary buffer; describe bindings if summary keys end with C-h.
5561
5562 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * message.el (message-fix-before-sending): Skip raw message part to be
5565         forwarded while checking illegible text.
5566         (message-forward-make-body-mime, message-forward-make-body): Mark
5567         signed or encrypted raw message as having no illegible text.
5568
5569 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5572         (gnus-message-with-timestamp-1): New macro.
5573         (gnus-message-with-timestamp): New function.
5574         (gnus-message): Use them.
5575
5576         * nnheader.el (nnheader-message): Use them.
5577
5578 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5581         .newsrc.eld file.
5582
5583 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-agent.el (gnus-agent-fetch-headers)
5586         (gnus-agent-retrieve-headers): Bind
5587         gnus-decode-encoded-address-function to identity.
5588
5589         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5590         available also when the server returns simply a dot.
5591
5592         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5593
5594 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5597
5598 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-ems.el (gnus-x-splash): Make it work.
5601
5602         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5603         from being used.
5604
5605         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5606
5607 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5610         4th and the 5th arguments.
5611
5612         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5613         the front stickiness.
5614         (gnus-article-summary-command-nosave): Correct the order of the
5615         arguments passed to pop-to-buffer.
5616         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5617         summary command ends up with the article buffer.
5618
5619         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5620         the same faces.
5621
5622 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5623
5624         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5625
5626 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5627
5628         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5629         * gnus-sum.el (gnus-summary-highlight):
5630         * pgg.el (pgg-sign-region, pgg-sign):
5631         * mail-source.el (mail-source-delete-old-incoming-confirm):
5632         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5633
5634 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-art.el (gnus-mime-view-part-externally)
5637         (gnus-mime-view-part-internally): Fix predicate function passed to
5638         completing-read.
5639
5640         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5641
5642         * gnus.el (gnus-update-message-archive-method): Add :version.
5643
5644 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus.el (gnus-update-message-archive-method): New variable.
5647
5648         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5649         according to gnus-message-archive-method if
5650         gnus-update-message-archive-method is non-nil.
5651
5652 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5655         by Loic Dachary <loic@dachary.org>.
5656         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5657
5658 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * message.el (message-pop-to-buffer): Add switch-function argument.
5661         (message-mail): Pass switch-function argument to it.
5662
5663 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5666         Improve doc string.
5667
5668 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5671         (gnus-header-content)
5672         * gnus-cite.el (gnus-cite-10)
5673         * gnus-srvr.el (gnus-server-closed)
5674         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5675         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5676         (gnus-group-mail-3-empty, gnus-group-mail-low)
5677         (gnus-group-mail-low-empty, gnus-splash)
5678         * message.el (message-header-to, message-header-cc)
5679         (message-header-subject, message-header-other, message-header-name)
5680         (message-header-xheader, message-separator, message-cited-text)
5681         (message-mml): Lighten colors of faces used for dark background.
5682
5683 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5684
5685         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5686         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5687
5688 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * message.el (message-narrow-to-headers-or-head):
5691         Ignore mail-header-separator in the body.
5692
5693 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5696         same as window size.
5697
5698 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5699
5700         * message.el (message-font-lock-keywords): Use message-header-xheader
5701         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5702         ahead of the anything pattern, to get it recognised.
5703
5704 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5707         spam.el loads uses it in the compiled defadvice form.
5708
5709 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5710
5711         * gnus-sum.el (gnus-articles-to-read)
5712         (gnus-summary-insert-old-articles): Don't truncate group name for
5713         `read-string'.
5714
5715         * gnus-util.el (gnus-limit-string): Delete this function.
5716
5717         * gnus-sum.el (gnus-simplify-subject-fully): Use
5718         `truncate-string-to-width' instead.
5719
5720 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5721
5722         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5723         if, on summary exit, the next group has to be selected.
5724         (gnus-summary-exit): Use it.
5725
5726 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5729         non-break space.
5730
5731 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5734         Check if group is not a directory.
5735         (nnfolder-request-expire-articles): Don't delete articles if the target
5736         group is not available.
5737
5738         * nnml.el (nnml-request-create-group): Properly check if group is not a
5739         file.
5740         (nnml-request-expire-articles): Don't delete articles if the target
5741         group is not available.
5742
5743         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5744         Don't quote characters that are within parentheses.
5745
5746 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5749         (gnus-handle-ephemeral-exit): Select article according to it.
5750
5751 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * message.el (message-insert-formated-citation-line): Remove newline.
5754         (message-citation-line-format): Add final \n here so that the user can
5755         avoid a blank line.
5756
5757 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5758
5759         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5760         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5761         Update lanl/arXiv support.
5762
5763 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * gnus.el: Bump version number.
5766
5767 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus.el (gnus-version-number): Bump version.
5770
5771 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5772
5773         * gnus.el: No Gnus v0.6 is released.
5774
5775 2007-04-27  Didier Verna  <didier@xemacs.org>
5776
5777         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5778         * gmm-utils.el (gmm-regexp-concat): here.
5779         * message.el: Don't require 'gnus-util.
5780         (message-dont-reply-to-names): Handle name change above.
5781         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5782
5783 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5786         since the initial value varies according to the system.
5787
5788 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5791
5792 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5793
5794         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5795
5796 2007-04-24  Didier Verna  <didier@xemacs.org>
5797
5798         Improve the type of gnus-ignored-from-addresses.
5799         * gnus-util.el (gnus-orify-regexp): New function.
5800         * message.el (gnus-util): Require it.
5801         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5802         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5803         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5804
5805 2007-04-24  Didier Verna  <didier@xemacs.org>
5806
5807         * gnus-sum.el:
5808         * gnus-utils.el: Fix some trailing whitespaces.
5809
5810 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5813         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5814         article's Message-ID; refer parent article in summary buffer.
5815
5816         * message.el (message-bounce): Call mime-to-mml.
5817
5818         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5819         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5820         optimize and/or forms properly.
5821
5822 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5825         URL.
5826
5827 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5830
5831 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5834         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5835         displayed of multipart/alternative part if it is invoked from summary
5836         buffer.
5837
5838         * mm-view.el (mm-inline-text-html-render-with-w3m)
5839         (mm-inline-text-html-render-with-w3m-standalone)
5840         (mm-inline-render-with-function): Use mail-parse-charset by default.
5841
5842 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5843
5844         * parse-time.el (parse-time-string-chars): Check if CHAR
5845         is less than the length of parse-time-syntax.
5846
5847 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5850         from gnus-newsgroup-processable.
5851
5852 2007-04-16  Didier Verna  <didier@xemacs.org>
5853
5854         * gnus-msg.el (gnus-configure-posting-styles): Handle
5855         message-signature-directory properly with :file syntax.  Reported by
5856         "Leo".
5857
5858 2007-04-11  Didier Verna  <didier@xemacs.org>
5859
5860         New user option: message-signature-directory.
5861         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5862         * message.el (message-insert-signature): Ditto.
5863         * message.el (message-signature-file): Doc update.
5864         * message.el (message-signature-directory): New.
5865
5866 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * gnus-msg.el (gnus-inews-yank-articles): Use
5869         message-exchange-point-and-mark instead of exchange-point-and-mark.
5870
5871 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * message.el (message-yank-original): Make sure cited text ends with
5874         newline; don't exchange point and mark.
5875
5876 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5877
5878         * tls.el (open-tls-stream): Properly handle case where there
5879         is no associated buffer.
5880
5881 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5882
5883         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5884         message-yank-original, make sure (< mark TEXT point).
5885
5886 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * message.el (message-fill-column): New variable.
5889         (message-mode): Use it.  Add comment on a possible new hook.
5890
5891         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5892         (nnmail-get-new-mail): Reformat.
5893
5894         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5895
5896         * gmm-utils.el: Fix Commentary.
5897         (gmm-tool-bar-from-list): Fix typo in doc string.
5898
5899 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5900
5901         * message.el (message-yank-original): Don't switch point and mark
5902         unnecessarily to put point and mark as documented.
5903
5904 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5907         from the message heads.
5908
5909 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5910
5911         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5912         article buffer does not have a window.  This may not be the best
5913         solution but is certainly better than setting the start of the null,
5914         that is the current, window.
5915
5916 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5919         (gnus-draft-setup): Run it.
5920
5921         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5922         gnus-score-fast-scoring.  Allow regexp.
5923         (gnus-score-headers): Use it.
5924
5925         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5926         XEmacs.
5927
5928         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5929         string.
5930         (gnus-button-alist): Also catch `<f1> k ...'.
5931         (gnus-treat-display-x-face): Fix doc string.
5932
5933 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5934
5935         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5936         evaluation of gnus-extended-version to ensure correct generation of the
5937         User-Agent header when message-generate-headers-first is used.
5938
5939 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5940
5941         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5942         hashcash-path is nil.  Don't call callback with incorrect number of
5943         parameters if val is 0.
5944
5945 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5946
5947         * message.el (message-required-news-headers):
5948         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5949
5950 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5951
5952         * tls.el (open-tls-stream): In handshake-waiting loop,
5953         don't wait more if there is output available to process.
5954
5955 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5956
5957         * tls.el (tls-program): Doc fix.
5958
5959 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * message.el (message-generate-new-buffers): Change the meaning of the
5962         nil value; add `standard' to the choices; treat t as `unique'; improve
5963         doc string.
5964         (gnus-select-frame-set-input-focus): Autoload.
5965         (message-buffer-name): Search for the existing message buffer if
5966         message-generate-new-buffers is nil or `standard'; treat the value t of
5967         message-generate-new-buffers as `unique'.
5968         (message-pop-to-buffer): Raise the frame already displaying the message
5969         buffer; clear the echo area after querying.
5970         (message-setup): Pass the `continue' argument to compose-mail.
5971         (message-mail): Prefer `switch-function' if it is given; search for the
5972         existing message buffer if the `continue' argument is non-nil; pass
5973         continue and switch-function arguments to compose-mail by way of
5974         message-setup.
5975         (message-mail-other-window): Adjust argument of message-setup.
5976         (message-mail-other-frame): Ditto.
5977
5978 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5981         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5982         to turn font-lock on when turning gnus-message-citation-mode on.
5983
5984 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5985
5986         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5987         (mml-smime-function-alist): New variable; add epg as the backend.
5988         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5989         mml-smime- functions instead.
5990         * mm-view.el: Require smime.
5991
5992 2007-03-05  Didier Verna  <didier@xemacs.org>
5993
5994         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5995         instead of just inheritance for posting styles.
5996         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5997
5998 2007-02-24  Chris Moore  <dooglus@gmail.com>
5999
6000         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6001         * pgg-pgp.el (pgg-pgp-encrypt-region):
6002         * pgg-gpg.el (pgg-gpg-encrypt-region):
6003         Check pgg-encrypt-for-me if no other recipients.
6004
6005 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6006
6007         * tls.el (tls-certtool-program): Fix custom type.
6008
6009 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6012         and point-at-eol instead of line-(beginning|end)-position.
6013
6014         * assistant.el (assistant-parse-buffer): Ditto.
6015
6016         * netrc.el (netrc-parse-services): Ditto.
6017
6018 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6019
6020         * mml2015.el (mml2015-epg-find-usable-key): New function.
6021         (mml2015-epg-sign): Use it.
6022         (mml2015-epg-encrypt): Use it.
6023
6024 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * message.el (message-make-in-reply-to): Quote name containing
6027         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6028         if there are special characters.  Reported by NAKAJI Hiroyuki
6029         <nakaji@jp.freebsd.org>.
6030
6031 2007-02-27  Didier Verna  <didier@xemacs.org>
6032
6033         Include the group parameters as well as the topic ones in the
6034         inheritance filter process.
6035         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6036         argument GROUP-PARAMS-LIST.
6037         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6038
6039 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * nntp.el (nntp-never-echoes-commands)
6042         (nntp-open-connection-functions-never-echo-commands): New variables.
6043         (nntp-send-command): Use them.
6044
6045 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6046
6047         * mml2015.el (mml2015-epg-verify): Simplified.
6048
6049 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * mml.el (mml-content-disposition-alist): New user option.
6052         (mml-content-disposition): New function.
6053         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6054         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6055
6056 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6057
6058         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6059         verification.
6060
6061 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6062
6063         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6064         articles posted in the last 24 hours.
6065
6066 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6067
6068         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6069
6070 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6071
6072         * nntp.el (nntp-send-command): Don't wait for echoes when
6073         nntp-open-ssl-stream is used.
6074
6075 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6078         (gnus-message-add-citation-keywords)
6079         (gnus-message-remove-citation-keywords): Remove.
6080         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6081         directly, make the variables in font-lock-defaults buffer-local, add
6082         gnus-message-citation-keywords to them and then update the value of
6083         font-lock-keywords.
6084
6085 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * message.el (message-cite-original-1): Don't call
6088         gnus-article-highlight-citation.
6089
6090         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6091         citations; fix line count.
6092
6093 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6096         (gnus-message-add-citation-keywords)
6097         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6098         versions of font-lock-add-keywords and font-lock-remove-keywords to
6099         work with XEmacs correctly.
6100
6101 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-cite.el (gnus-cite-face-list): Set the values of
6104         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6105         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6106         (gnus-message-cite-prefix-regexp): New variable.
6107         (gnus-message-search-citation-line): Use it; protect against long
6108         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6109         the 0th match data for Emacs.
6110         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6111         (gnus-message-add-citation-keywords): Append keywords rather than
6112         prepending; emulate font-lock-add-keywords if it is not available.
6113         (gnus-message-remove-citation-keywords): Emulate
6114         font-lock-remove-keywords if it is not available.
6115
6116         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6117
6118         * message.el (message-cite-prefix-regexp): Set the value of
6119         gnus-message-cite-prefix-regexp.
6120
6121 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6122
6123         * nnweb.el (nnweb-google-parse-1): Update parser.
6124
6125 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6126
6127         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6128
6129 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6130
6131         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6132         regexp.
6133
6134 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6137         string-to-multibyte.
6138         (uudecode-decode-region-internal): Use it.
6139
6140         * lpath.el: Fbind string-as-multibyte for XEmacs.
6141
6142 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6145         custom choice.
6146
6147         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6148
6149 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6150
6151         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6152
6153         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6154         `write-region' to respect `mm-inhibit-file-name-handlers'.
6155
6156 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6159         Use gnus-home-directory instead of "~/" or "$HOME".
6160
6161 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6164         to mention filename.
6165         Add comments at beginning regarding usage.
6166         (encrypt-write-file-contents): Change interactive so a string is
6167         acceptable.  If the file has no associated model, show an error instead
6168         of a nonsense prompt.
6169
6170 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6171
6172         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6173         Thanks to Yoshihiko Yamada for kind notification of this typo.
6174
6175 2007-01-12  Kenichi Handa  <handa@m17n.org>
6176
6177         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6178         multibyte buffer.
6179
6180 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * gnus-score.el (gnus-score-fast-scoring): New variable.
6183         (gnus-score-headers): Use it.
6184
6185         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6186
6187         * message.el (message-cite-original-1): Call
6188         gnus-article-highlight-citation if requested.
6189         (message-make-from): Allow name and address as optional arguments.
6190
6191         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6192
6193         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6194         bugs to doc string.
6195         (gnus-button-alist): Add mid\\|message-id.
6196         (gnus-button-fetch-group): Extend for use in
6197         `browse-url-browser-function'.
6198         (gnus-button-url-regexp): Try to catch paired parentheses like in
6199         Wikipedia URLs.
6200
6201         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6202         Suggested by Simon Krahnke <overlord@gmx.li>.
6203
6204 2007-01-13  Romain Francoise  <romain@orebokech.com>
6205
6206         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6207         Update copyright.
6208
6209 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6210
6211         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6212
6213 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6214
6215         * gnus-registry.el (gnus-registry-unfollowed-groups)
6216         (gnus-registry-split-fancy-with-parent): Fix documentation.
6217
6218 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219
6220         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6221         from nnweb groups.
6222
6223 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6226         Xref urls.  Erase buffer before requesting head.
6227
6228 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6231         customizable.
6232
6233 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6234
6235         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6236         no signing key is found.
6237         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6238         no encrypting and/or signing key is found.
6239
6240 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6243
6244 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6245
6246         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6247         headers read from disk with the ones newly found in the current search.
6248         This should no longer cause problems, because the article numbers in
6249         Gmane's `nov.php' output are ignored since the previous change.
6250
6251 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6252
6253         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6254
6255 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6258         replace-regexp-in-string; bind url-version; fbind display-images-p and
6259         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6260         find-face and set-itimer-function for Emacs; bind itimer-list for
6261         Emacs.
6262
6263         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6264
6265 2007-01-01  Romain Francoise  <romain@orebokech.com>
6266
6267         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6268
6269 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6270
6271         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6272         `define-minor-mode' macro definition expanded properly.
6273         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6274         exclude it there.
6275
6276         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6277         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6278         `fboundp' test.
6279         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6280         This is OK to autoload in (S)XEmacs now.
6281
6282 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6285         keystroke.
6286         (gnus-summary-limit-to-singletons): Fix typo.
6287
6288         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6289         else fails.
6290
6291 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6292
6293         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6294         docstring.
6295
6296         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6297         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6298         (gnus-summary-insert-dormant-articles): Fix typo in message.
6299
6300 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6303         nil for XEmacs.
6304         (gnus-message-citation-mode): Don't autoload in XEmacs.
6305
6306         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6307
6308 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6309
6310         * nnimap.el (nnimap-expunge-search-string): Mention
6311         nnimap-search-uids-not-since-is-evil in docstring.
6312
6313 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * spam.el: Revert to make-obsolete-variable because
6316         define-obsolete-variable-alias is not supported in Emacs 21.
6317
6318         * spam.el (spam-ifile-path, spam-ifile-database-path)
6319         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6320         make-obsolete-variable.
6321         (spam-bsfilter-path, spam-bsfilter-program)
6322         (spam-spamassassin-path, spam-spamassassin-program)
6323         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6324         use "path" inappropriately.
6325         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6326         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6327         variable names.
6328
6329 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6330
6331         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6332         summary buffer.
6333
6334         * password.el (password-cache-remove): Use clear-string to burn
6335         password, if available.
6336
6337 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6340
6341         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6342
6343         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6344         (gnus-message-highlight-citation): Move defcustom here from
6345         gnus-cite.el.
6346         (gnus-message-citation-mode): Autoload.
6347
6348         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6349         checks to make it compile with XEmacs.
6350         (gnus-message-citation-mode): New minor mode.
6351         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6352         (gnus-message-highlight-citation): New variables.
6353         (gnus-message-search-citation-line)
6354         (gnus-message-add-citation-keywords)
6355         (gnus-message-remove-citation-keywords)
6356         (turn-on-gnus-message-citation-mode)
6357         (turn-off-gnus-message-citation-mode): New functions.
6358
6359 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6360
6361         * gnus-cite.el: Enable highlighting of different citation levels in
6362         message-mode.
6363
6364 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * message.el (message-make-fqdn): Fix comment.
6367         (message-bogus-system-names): Add ".local".
6368
6369         * spam.el (spam-ifile-path, spam-ifile-program)
6370         (spam-ifile-database-path, spam-ifile-database)
6371         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6372         Don't use "path" inappropriately.
6373         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6374         strings.
6375         (spam-check-ifile, spam-ifile-register-with-ifile)
6376         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6377         new variable names.
6378
6379         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6380         (gnus-treat-display-smileys): Simplify using
6381         gnus-image-type-available-p.
6382
6383         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6384         available.
6385
6386         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6387         `display-images-p' if available.
6388
6389 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6392         one after turning on the buffer's multibyteness instead of decoding
6393         them directly in the unibyte buffer that causes unexpected conversion
6394         in Emacs 23 (unicode).
6395
6396 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6397
6398         * message.el (message-generate-hashcash): Fix custom type.
6399
6400 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6403
6404 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6407         disconnect icons.  Add help text.
6408
6409 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6412         negated to be consistent with the others we handle.
6413
6414 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6417         version of gnus-summary-buffer to something, so that we can use two
6418         article buffers at the same time.
6419
6420 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6423         trigger all the extra headers.
6424         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6425         sorting.
6426
6427 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6428
6429         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6430         solid groups.
6431
6432 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6433
6434         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6435
6436 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * legacy-gnus-agent.el: Add Copyright notice.
6439
6440 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6441
6442         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6443
6444 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6447
6448         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6449         to make it work reliably in CVS Emacs.
6450         (gnus-summary-limit-strange-charsets-predicate)
6451         (gnus-summary-limit-to-predicate): New functions.
6452
6453 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6454
6455         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6456         specifying array size.
6457         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6458         array if it is too small.
6459         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6460         (gnus-sort-threads-loop): New function.
6461
6462 2006-12-06  Chris Moore  <dooglus@gmail.com>
6463
6464         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6465         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6466
6467 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6468
6469         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6470         options.
6471
6472 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6475         DOS-ing the recipient.
6476
6477         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6478         the headers when creating the mapping to avoid mismappings.
6479         (nnweb-gmane-create-mapping): Always nix out old mapping.
6480
6481 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6484         and mm-verify-option to never.
6485
6486 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * message.el (message-signed-or-encrypted-p): New function.
6489         (message-forward-make-body): Use it.
6490
6491         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6492         Replace encode-coding-string with mm-encode-coding-string.
6493
6494 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * nneething.el (nneething-decode-file-name): Replace
6497         decode-coding-string with mm-decode-coding-string.
6498
6499         * gnus-int.el (gnus-open-server): Say failed server's name.
6500
6501 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6504         strings to a single string.  Quote `errors-file-name'.
6505         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6506         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6507         Adjust calls.  Use `shell-quote-argument'.
6508
6509 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6510
6511         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6512         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6513
6514         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6515         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6516         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6517         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6518         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6519         (gnus-subscribe-newsgroup, gnus-1):
6520         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6521         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6522         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6523         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6524
6525 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6528         keystroke.
6529         (gnus-summary-limit-to-bodies): Implement headersp.
6530
6531 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532
6533         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6534
6535 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6538
6539 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540
6541         * message.el (message-generate-hashcash): Expand range of values to
6542         include `opportunistic'.
6543         (message-send-mail): Use it.
6544
6545 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6546
6547         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6548         and comment it.
6549
6550         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6551
6552 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * gnus-util.el (gnus-extract-address-components): Improve comment.
6555
6556 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-util.el (gnus-extract-address-components): Work with address in
6559         which the name portion contains @.
6560
6561         * lpath.el: Fbind custom-autoload.
6562
6563 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus.el (gnus-start): Move custom group up.
6566         (gnus-select-method): Don't autoload, but make it available for
6567         `customize-variable'.
6568         (gnus-getenv-nntpserver): Don't autoload.
6569
6570 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6573
6574 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * message.el (message-sendmail-extra-arguments): New variable.
6577         (message-send-mail-with-sendmail): Use it.
6578
6579 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6582         mm-with-unibyte-current-buffer to make string unibyte.
6583
6584         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6585         mm-string-as-multibyte.
6586
6587 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6588
6589         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6590         Reported by Werner Koch <wk@gnupg.org>.
6591
6592 2006-11-14  Daiki Ueno  <ueno@p360>
6593
6594         * mml2015.el: Autoload epa-select-keys when compiling.
6595
6596 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6597
6598         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6599         message-options.
6600         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6601
6602 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6603
6604         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6605         EasyPG (< 0.0.6).
6606         (mml2015-always-trust): New user option.
6607         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6608         prompt.
6609
6610 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * nntp.el (nntp-authinfo-force): New variable.
6613         (nntp-send-authinfo): Use it.
6614
6615 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6618         decode encoded words.  Improve prompt.  Add comment about forwarding.
6619         (message-replacement-char): Move up.
6620
6621 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6622
6623         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6624         instead of gnus-intersection because arguments of gnus-sorted-nunion
6625         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6626
6627 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6630         (message-simplify-subject-functions): Enable
6631         message-strip-subject-encoded-words by default.
6632
6633 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * message.el (message-strip-subject-encoded-words): New function.
6636         (message-simplify-subject-functions): New variable.
6637         (message-simplify-subject): Use it.  Fix typo in doc string.
6638         Support message-strip-subject-encoded-words.
6639
6640 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6641
6642         * gnus-diary.el (gnus-diary-delay-format-function):
6643         * nndiary.el (nndiary-reminders):
6644         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6645
6646 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-art.el (article-hide-boring-headers): Fetch date from
6649         gnus-original-article-buffer to avoid problems with localized date
6650         strings.
6651
6652 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6655
6656 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6659         New variables.
6660         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6661         (mm-charset-synonym-alist): Move some entries to
6662         mm-codepage-iso-8859-list.
6663         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6664         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6665
6666 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6669
6670 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6673         with Emacs 21 and XEmacs.
6674
6675 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         * spam.el (spam-parse-address): New function for better parsing,
6678         catching errors, etc.
6679         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6680
6681 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * mm-view.el: Add interactive arg to html2text autoload.
6684
6685 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6688
6689 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6692         variables.
6693         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6694         (mm-charset-synonym-alist): Move some entries to
6695         mm-codepage-iso-8859-list.
6696
6697         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6698
6699 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-citation-line-format)
6702         (message-insert-formated-citation-line): Fix implementation of %E, %N
6703         and %n according to the doc string.
6704
6705 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6708         car-safe to avoid bad parses.
6709
6710 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6713         names.
6714
6715         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6716
6717 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6720         header.
6721
6722         * message.el (message-draft-headers): Add Date.
6723         (message-headers-to-generate): Fix typo in docstring.
6724
6725         * nndraft.el (nndraft-required-headers): New variable.
6726         (nndraft-generate-headers): Use it.
6727
6728         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6729
6730 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-wash-for-keywords)
6733         (gnus-registry-find-keywords): New functions to allow easy searching of
6734         articles that are in the registry.
6735
6736 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6737
6738         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6739         ietf-drums-parse-address instead of gnus-extract-address-components.
6740         Reported by Damien Elmes <damien@repose.cx>.
6741
6742 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * gnus.el (gnus-mime): Remove unused custom group.
6745
6746 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6747
6748         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6749         "blank line" when searching for end of armor headers.
6750
6751 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gmm-utils.el (gmm-write-region): Fix variable name.
6754
6755 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * gmm-utils.el (gmm-write-region): New function based on compatibility
6758         code from `mm-make-temp-file'.
6759
6760         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6761
6762         * nnmaildir.el (nnmaildir--update-nov)
6763         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6764         Use `gmm-write-region'.
6765
6766 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6769         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6770
6771         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6772
6773         * message.el (message-replacement-char): New variable.
6774         (message-fix-before-sending): Use it.
6775         (message-simplify-subject): New function to remove duplicate code.
6776         (message-reply, message-followup): Use it.
6777
6778         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6779         gnus-summary-limit-to-articles.
6780
6781 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-util.el (gnus-with-local-quit): New macro.
6784
6785         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6786
6787 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6790         ignore non-string data.
6791
6792 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6793
6794         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6795         non-string data (needs to be done in the registry too).
6796
6797 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6800         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6801         (gnus-registry-split-fancy-with-parent)
6802         (gnus-registry-fetch-simplified-message-subject-fast)
6803         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6804         Remove text properties on ingress into the registry and when it's saved.
6805         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6806         registry from entries with no groups.
6807
6808 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6809
6810         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6811         function to remove string properties.
6812
6813 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * gmm-utils.el (gmm): Adjust custom version.
6816
6817         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6818         custom version.
6819
6820         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6821
6822 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * gnus-art.el (gnus-insert-prev-page-button)
6825         (gnus-insert-next-page-button): Simplify.  Reformat.
6826
6827 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6828
6829         * gnus-art.el (gnus-insert-prev-page-button)
6830         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6831
6832 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6833
6834         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6835
6836 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6837
6838         * gnus-art.el (gnus-insert-mime-button)
6839         (gnus-insert-mime-security-button):
6840         Apply gnus-article-button-face to MIME and security buttons.
6841
6842 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6845         readable.
6846
6847 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6850
6851 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6852
6853         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6854         `browse-url-of-file' instead of `browse-url'.
6855
6856 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6857
6858         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6859         regexp.  Articles containing quotation were cut prematurely.
6860
6861 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * message.el (message-cite-original-1): Use nobody by default for the
6864         value of From header.
6865         (message-reply): Ditto.
6866
6867 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6868
6869         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6870         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6871         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6872
6873 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6876         mails in the doc string.  Add some URLs in comment.
6877         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6878
6879 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6882         backslashes handling and the way to find boundaries of quoted strings.
6883
6884 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6885
6886         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6887         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6888         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6889         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6890
6891 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6894         doc string.
6895         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6896
6897 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * lpath.el: Fbind epg-check-configuration.
6900
6901 2006-09-06  Simon Josefsson  <jas@extundo.com>
6902
6903         * mml2015.el (mml2015-use): Doc fix, mention epg.
6904
6905 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6906
6907         * mml2015.el (mml2015-use): Default to epg, if available.
6908
6909 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6910
6911         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6912         message-sender.
6913         (mml1991-epg-encrypt): Ditto.
6914         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6915         message-sender.
6916         (mml2015-epg-encrypt): Ditto.
6917
6918 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6919
6920         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6921         several common directories.
6922
6923 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6924
6925         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6926         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6927
6928 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (article-decode-encoded-words): Make it fast.
6931
6932 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6935
6936         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6937         in quoted string into `\'.
6938
6939 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6942         Use standard-syntax-table.
6943
6944 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-art.el (gnus-decode-address-function): New variable.
6947         (article-decode-encoded-words): Use it to decode headers which are
6948         assumed to contain addresses.
6949         (gnus-mime-delete-part): Remove useless `or'.
6950
6951         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6952         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6953         (gnus-nov-parse-line): Use it to decode From header.
6954         (gnus-get-newsgroup-headers): Ditto.
6955         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6956
6957         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6958         (mail-decode-encoded-address-string): New alias.
6959
6960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6961         New function.
6962         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6963         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6964         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6965         (rfc2047-decode-string): Ditto.
6966         (rfc2047-decode-address-region): New function.
6967         (rfc2047-decode-address-string): New function.
6968
6969 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * message.el (message-caesar-buffer-body): Allow rotating headers.
6972
6973         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6974
6975         * message.el (message-insert-formated-citation-line): Fix %f.
6976         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6977
6978 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6981         (gnus-bookmark-mouse-available-p): New macro.
6982         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6983         (gnus-bookmark-bmenu-show-infos): Use it.
6984         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6985         (gnus-bookmark-bmenu-hide-infos): Ditto.
6986         (gnus-bookmark-remove-properties): New function.
6987         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6988         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6989         (gnus-bookmark-write-file): Bind coding-system-for-write.
6990         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6991         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6992         group before selecting it.
6993         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6994         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6995         quit-window if it is not available; use gnus-mouse-2 and bind it to
6996         gnus-bookmark-bmenu-select-by-mouse.
6997         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6998         (gnus-bookmark-bmenu-select-by-mouse): New function.
6999
7000 2006-08-13  Romain Francoise  <romain@orebokech.com>
7001
7002         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7003         space.
7004
7005 2006-08-10  Romain Francoise  <romain@orebokech.com>
7006
7007         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7008         (dns-mode-soa-auto-increment-serial): New user option.
7009         (dns-mode-soa-maybe-increment-serial): New function.
7010         (dns-mode): Add the latter to `write-contents-functions'.
7011
7012 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * compface.el (uncompface): Use binary rather than raw-text-unix.
7015
7016 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * compface.el (uncompface): Make sure the eol conversion doesn't take
7019         place when communicating with the external programs.  Reported by
7020         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7021
7022 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7025
7026 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7027
7028         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7029         Make it more robust by parsing author and date independently.
7030
7031 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7034
7035 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7036
7037         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7038         first matching secret key.
7039         (mml2015-epg-encrypt): Ditto.
7040
7041         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7042         first matching secret key.
7043         (mml1991-epg-encrypt): Ditto.
7044
7045         * mml2015.el (mml2015-encrypt-to-self): New user option.
7046         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7047         mml2015-epg-encrypt-to-self is set.
7048
7049         * mml1991.el (mml1991-encrypt-to-self): New variable.
7050         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7051         mml1991-epg-encrypt-to-self is set.
7052
7053         * mml2015.el (mml2015-signers): New user option.
7054         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7055         (mml2015-epg-encrypt): Allow to select signing keys.
7056
7057         * mml1991.el (mml1991-signers): New variable.
7058         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7059         (mml1991-epg-encrypt): Allow to select signing keys.
7060
7061 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * nnheader.el (nnheader-insert-head): Make it work even if the file
7064         uses CRLF for the line-break code.
7065
7066 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7067
7068         * mml2015.el: Require mml-sec instead of password.
7069         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7070         (mml2015-cache-passphrase): Inherit the default value from
7071         mml-secure-cache-passphrase.
7072         (mml2015-passphrase-cache-expiry): Inherit the default value from
7073         mml-secure-passphrase-cache-expiry.
7074
7075         * mml1991.el: Require mml-sec instead of password.
7076         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7077         (mml1991-cache-passphrase): Inherit the default value from
7078         mml-secure-cache-passphrase.
7079         (mml1991-passphrase-cache-expiry): Inherit the default value from
7080         mml-secure-passphrase-cache-expiry.
7081
7082         * mml-sec.el: Require password.
7083         (mml-secure-verbose): New user option.
7084         (mml-secure-cache-passphrase): New user option.
7085         (mml-secure-passphrase-cache-expiry): New user option.
7086
7087 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7088
7089         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7090         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7091         andreas@altroot.de (Andreas Vögele).
7092
7093         FIXME: Use `tiny change'?
7094
7095 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7096
7097         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7098         workaround for the url package included with Emacs.
7099
7100         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7101
7102 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7105         correctly.  This fixes a bug caused by the 2006-05-12 change.
7106
7107 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7108
7109         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7110         some information about the error when saying that the `bogus' mail
7111         group will be used.
7112
7113 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7116         string.
7117
7118 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7119
7120         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7121
7122 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7123
7124         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7125
7126 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7127
7128         * mml1991.el (mml1991-function-alist): Add epg.
7129         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7130         (mml1991-epg-encrypt): New functions.
7131
7132 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7133
7134         * mml2015.el (mml2015-verbose): New variable.
7135         (mml2015-cache-passphrase): Ditto.
7136         (mml2015-passphrase-cache-expiry): Ditto.
7137         (mml2015-function-alist): Add epg.
7138         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7139         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7140         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7141         functions.
7142
7143 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7144
7145         * message.el (message-cite-original-1): Preserve region when removing
7146         quoted text due to X-No-Archive in order to avoid bogus attribution
7147         when citing multiple messages.
7148
7149 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7150
7151         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7152         Kenneth Jacker <khj@be.cs.appstate.edu>.
7153
7154 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus-diary.el (gnus-user-format-function-d)
7157         (gnus-user-format-function-D): Autoload.
7158
7159         * imap.el (Commentary): Fix typo.
7160
7161         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7162         2006-04-22 contribution.
7163
7164 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7165
7166         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7167         It didn't really fix the bogosity I'm seeing with solid web groups.
7168
7169 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7170
7171         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7172         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7173         created using server names.  If we use the feature without declaring
7174         it, Gnus does not properly manage server and group state.
7175
7176         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7177         bound.
7178
7179 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7180
7181         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7182         looking up the method using GROUP's prefix before inventing a new one.
7183         It is used on killed/unknown groups in various places where returning
7184         an all-new method isn't expected by the caller.
7185
7186         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7187         and match semantics of gnus-group-real-prefix.
7188
7189 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * nnmail.el (nnmail-broken-references-mailers): New variable.
7192         (nnmail-ignore-broken-references): New function generalizing
7193         nnmail-fix-eudora-headers.
7194         (nnmail-fix-eudora-headers): Now obsolete.
7195
7196         * gnus-art.el (gnus-button-handle-custom): Support
7197         `customize-apropos*'.
7198
7199 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7202
7203         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7204         articles.
7205
7206 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * message.el (message-cite-reply-above): New variable.
7209         (message-yank-original): Use it.
7210
7211 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7214
7215 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7218         as read.
7219
7220         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7221
7222 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7225         (gnus-bookmark-default-file): Use gnus-directory.
7226         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7227         Remove "*" in doc string.
7228         (gnus-bookmark-write-file): Simplify.
7229         (gnus-bookmark-maybe-sort-alist): Use `when'.
7230         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7231         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7232         FIXME about Emacs 21 and XEmacs compatibility.
7233         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7234         compatibility.
7235         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7236         compatibility.
7237         (gnus-bookmark-menu-heading): Fix version.
7238
7239 2006-06-19  Bastien Guerry  <bzg@altern.org>
7240
7241         * gnus-bookmark.el: New file.
7242
7243 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * message.el (message-syntax-checks): Doc fix.
7246
7247 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7248
7249         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7250         unsubscribed groups as if they were killed ones.  It causes duplicate
7251         entries in gnus-newsrc-alist.
7252
7253 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * message.el (message-syntax-checks): Doc fix.
7256         (message-send-mail): Add check for continuation headers.
7257         (message-check-news-header-syntax): Fix regexp used to check for
7258         continuation headers.
7259
7260 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7263
7264 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7267
7268 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7271         default-truncate-lines.
7272
7273 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7276         to fill the utf-8 entry.
7277
7278         * lpath.el: Fbind unicode-precedence-list.
7279
7280 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7281
7282         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7283
7284 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7285
7286         * gnus-agent.el (directory-files-and-attributes): Move all the way
7287         forward (the third and final move).
7288         (gnus-agent-read-agentview): Trap reconstruction errors due to
7289         nonexistant directory.  Handle by returning nil.
7290
7291 2006-05-30  Didier Verna  <didier@xemacs.org>
7292
7293         * message.el (message-dont-reply-to-names): Update the custom type.
7294         * message.el (message-dont-reply-to-names): New defsubst: potentially
7295         convert a list of regexps into a single one.
7296         * message.el (message-get-reply-headers): Use it.
7297         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7298
7299 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-agent.el (directory-files-and-attributes): Move forward.
7302
7303 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * gnus-ml.el (gnus-mailing-list-subscribe)
7306         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7307         (gnus-mailing-list-message): Fix doc strings.
7308
7309 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7310
7311         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7312         of doing it manually.
7313
7314 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7317         comment.
7318
7319 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7320
7321         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7322         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7323         (gnus-agent-read-local): All symbols allocated in my-obarray.
7324         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7325         (gnus-agent-regenerate-group): Check numeric names to see if they are
7326         messages or groups.
7327         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7328         better way of do this...)
7329
7330         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7331         'dummy.group' (there should be a better way of do this...)
7332
7333 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7336         (gnus-saved-headers): Ditto.
7337         (gnus-default-article-saver): Mention functions may have properties.
7338         (gnus-article-save): Override gnus-save-all-headers and
7339         gnus-saved-headers by :headers property which saver function may have.
7340         (gnus-summary-save-in-file): Add :headers property.
7341         (gnus-summary-write-to-file): Ditto.
7342
7343         * gnus-sum.el (gnus-summary-save-article): Bind
7344         gnus-prompt-before-saving to t when saving many articles in a file;
7345         always show all headers.
7346
7347         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7348
7349 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7352         marks.
7353
7354         * message.el (message-indent-citation): Add optional arguments to allow
7355         using it outside of message buffers.
7356
7357         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7358         (gnus-article-treat-unfold-headers): Use it.
7359         (gnus-article-truncate-lines): New variable.
7360         (gnus-article-mode): Use it.
7361         (gnus-article-toggle-truncate-lines): New function.
7362
7363         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7364         gnus-article-toggle-truncate-lines.
7365
7366         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7367         coding system in XEmacs, use binary.
7368
7369 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7372         after-load-alist.
7373
7374         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7375         this function should save decoded articles.
7376         (gnus-summary-write-to-file): Use property to specify this function
7377         should save decoded articles and specify gnus-summary-save-in-file
7378         should be used to save articles other than the first one when saving
7379         many articles.
7380         (gnus-summary-save-body-in-file): Use property to specify this
7381         function should save decoded articles.
7382         (gnus-summary-write-body-to-file): Use property to specify this
7383         function should save decoded articles and specify
7384         gnus-summary-save-body-in-file should be used to save articles other
7385         than the first one when saving many articles.
7386
7387         * gnus-sum.el (gnus-summary-save-article): Simplify.
7388
7389 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (gnus-default-article-saver): Add
7392         gnus-summary-write-body-to-file.
7393         (gnus-article-save-coding-system): Don't use coding system object
7394         in XEmacs.
7395         (gnus-read-save-file-name): Add optional `dir-var' argument which
7396         specifies directory in which files are saved; work even if optional
7397         `variable' argument is not specified.
7398         (gnus-summary-write-to-file): Read file name.
7399         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7400         (gnus-summary-write-body-to-file): New function.
7401
7402         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7403         (gnus-summary-local-variables): Add it.
7404         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7405         (gnus-summary-save-article): Remove optional `decode' argument;
7406         determine whether to decode articles by the value of
7407         gnus-default-article-saver; when saving many files using
7408         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7409         it first and use gnus-summary-save-in-file or
7410         gnus-summary-save-body-in-file thereafter unless
7411         gnus-prompt-before-saving is always; move point to article which
7412         will be saved.
7413         (gnus-summary-save-article-file): Revert.
7414         (gnus-summary-write-article-file): Revert.
7415         (gnus-summary-save-article-body-file): Revert.
7416         (gnus-summary-write-article-body-file): New function.
7417
7418 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (gnus-default-article-saver): Doc fix.
7421         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7422         from gnus-summary-save-article-coding-system, and default to a
7423         certain coding system.
7424         (gnus-output-to-file): Add coding cookie and encode text according
7425         to gnus-article-save-coding-system; don't use mm-append-to-file.
7426
7427         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7428         gnus-art.el and rename to gnus-article-save-coding-system.
7429         (gnus-summary-save-article): Require gnus-art; don't show all
7430         headers if it decodes articles; don't add coding cookie here;
7431         don't bind mm-text-coding-system-for-write.
7432         (gnus-summary-save-article-file): Save decoded articles.
7433         (gnus-summary-write-article-file): When saving many files, use
7434         gnus-summary-write-to-file first and gnus-summary-save-in-file
7435         thereafter unless gnus-prompt-before-saving is always.
7436         (gnus-summary-save-article-body-file): Save decoded articles.
7437
7438         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7439
7440 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * nnrss.el (nnrss-check-group): Bind hash-index.
7443
7444 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7445
7446         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7447         its hash index.  Store this hash in `nnrss-group-data'.
7448         (nnrss-read-group-data): Update accordingly.
7449
7450 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7453         entry.
7454
7455         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7456         gnus-article-browse-html-article.
7457
7458 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7459
7460         * gnus-sum.el (gnus-summary-mime-map): Add
7461         gnus-article-browse-html-article.
7462
7463         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7464
7465 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7468         suitable coding systems in customize.
7469
7470 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * mail-source.el (mail-sources): Fix custom type.
7473
7474 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7477         (gnus-summary-expire-articles-now): Shorten prompt.
7478
7479         * gmm-utils.el (wid-edit): Require.
7480         (defun-gmm): Renamed from `gmm-defun-compat'.
7481         (gmm-image-search-load-path): Use it.
7482         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7483
7484 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7487         variable.
7488         (gnus-summary-save-article): Add optional `decode' argument.  If
7489         it is set and gnus-summary-save-article-coding-system is non-nil,
7490         save decoded article.
7491         (gnus-summary-write-article-file): Save decoded article if
7492         gnus-summary-save-article-coding-system is non-nil.
7493
7494         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7495         type.
7496
7497 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7500
7501 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7504         first to test gnus-single-article-buffer which may be buffer-local.
7505
7506         * gnus-sum.el (gnus-summary-setup-buffer): Make
7507         gnus-single-article-buffer buffer-local and nil in ephemeral
7508         group; make gnus-article-buffer, gnus-article-current, and
7509         gnus-original-article-buffer always buffer-local.
7510         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7511         group.
7512         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7513
7514 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * nnml.el (nnml-request-compact-group): Compressed files might not
7517         have .gz extension.
7518
7519 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7520
7521         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7522         (mm-copy-to-buffer): Use with-current-buffer.
7523         (mm-display-part): Simplify.
7524         (mm-inlinable-p): Add optional arg `type'.
7525
7526 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7527
7528         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7529         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7530         Try harder to show the attachment internally or externally using
7531         gnus-mime-view-part-as-type.
7532
7533 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * message.el (message-from-style, message-signature-separator)
7536         (message-user-organization-file, message-send-mail-function)
7537         (message-citation-line-function, message-yank-prefix)
7538         (message-indent-citation-function, message-signature)
7539         (message-signature-file, message-signature-insert-empty-line):
7540         Remove autoloads.
7541
7542         * gnus-art.el (gnus-buttonized-mime-types): Remove
7543         "multipart/signed".  Revert 2006-04-26 change.
7544
7545 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * gnus.el (gnus-version-number): Bump version.
7548
7549 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7550
7551         * gnus.el: No Gnus v0.5 is released.
7552
7553 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7554
7555         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7556         fetching articles by message-id.
7557
7558 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * message.el (hashcash): Require hashcash as normal.
7561
7562         * ecomplete.el (ecomplete-highlight-match-line): Use
7563         point-at-eol.
7564         (ecomplete-highlight-match-line): Use `highlight', because that
7565         face exists in both Emacs and XEmacs.
7566
7567         * message.el (message-display-abbrev): Use point-at-bol.
7568
7569         * mail-source.el: Don't require timer/timer-funcs.
7570
7571         * gnus-async.el: Ditto.
7572
7573         * password.el: Ditto.
7574
7575         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7576
7577         * mm-url.el: Ditto.
7578
7579         * gnus-xmas.el: Don't require timer-funcs.
7580
7581         * mm-util.el: Require timer/timer-funcs.
7582
7583 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7584
7585         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7586         Close.
7587
7588 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7591         unibyte after clear-decrypt function runs.
7592
7593         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7594         returns as a unibyte string.
7595
7596 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * lpath.el: Revert.
7599
7600         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7601         (pgg-gpg-process-sentinel): Revert.
7602
7603         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7604         (pgg-pgp-lookup-key): Revert.
7605
7606         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7607         (pgg-pgp5-lookup-key): Revert.
7608
7609         * pgg.el (pgg-fetch-key): Revert.
7610
7611 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * lpath.el: Fbind string-as-multibyte for XEmacs.
7614
7615         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7616         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7617         (mml1991-pgg-encrypt): Ditto.
7618
7619         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7620         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7621         a multibyte buffer.
7622
7623         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7624         (pgg-pgp-lookup-key): Ditto.
7625
7626         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7627         (pgg-pgp5-lookup-key): Ditto.
7628
7629         * pgg.el (pgg-fetch-key): Ditto.
7630
7631 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * message.el (message-user-organization-file): Check several
7634         locations of the organization file.
7635
7636         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7637         Add gnus-article-view-part-as-type.
7638
7639         * gnus-art.el (gnus-article-view-part-as-type): New function.
7640
7641         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7642         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7643
7644         * mml.el: Simplify autoload.
7645         (mml-mode): defvar dnd-protocol-alist instead of using
7646         symbol-value.
7647         (mml-default-directory): New variable.
7648         (mml-minibuffer-read-file): Use it.
7649         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7650
7651         * message.el (message-citation-line-format): New variable.
7652         (message-insert-formated-citation-line): New function.
7653         (message-citation-line-function): Add
7654         `message-insert-formated-citation-line' to custom type.
7655
7656         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7657         to doc string.
7658
7659         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7660         depending on mm-verify-option.
7661
7662 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7665         binding pgg-* variables; reimplement the section which prevents
7666         MIME header from being signed.
7667         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7668         pgg-text-mode; remove a blank line at the top of body.
7669
7670         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7671         lines at the top of body; use gnus-newsgroup-charset if there's no
7672         Charset header.
7673
7674 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * message.el (message-self-insert-commands): Doc fix.
7677
7678         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7679         (mm-uu-pgp-encrypted-test): Ditto.
7680         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7681         between header and body; return application/pgp-encrypted handle
7682         if decryption failed; decode decrypted body by charset.
7683
7684         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7685         element match to application/pgp-*.
7686
7687 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7688
7689         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7690         HTML.
7691
7692 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * mail-source.el (mail-source-call-script): Message the error
7695         string.
7696
7697 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-util.el (gnus-byte-compile): Use it.
7700
7701 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7702
7703         * gnus-util.el (kill-empty-logs): New function.
7704
7705 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * message.el (message-mail-alias-type): Doc fix.
7708         (message-mail-alias-type-p): New function.
7709         (message-send): Use it.
7710         (message-mode): Ditto.
7711         (message-strip-forbidden-properties): Ditto.
7712
7713         * ecomplete.el (ecomplete-database-file-coding-system): New
7714         variable.
7715         (ecomplete-save): Use it.
7716         (ecomplete-setup): Use it.
7717
7718 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * message.el (message-self-insert-commands): New variable.
7721         (message-strip-forbidden-properties): Use it.
7722
7723 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7726         that doesn't make XEmacs choke.
7727
7728 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * gnus-util.el (gnus-replace-in-string):
7731         Prefer replace-regexp-in-string over of replace-in-string.
7732
7733 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-util.el (gnus-select-frame-set-input-focus):
7736         Use select-frame-set-input-focus if it is available in XEmacs; use
7737         definition defined in Emacs 22 for old Emacsen.
7738
7739         * dgnushack.el: Autoload unmorse-region for XEmacs.
7740
7741         * lpath.el: Bind cursor-in-non-selected-windows and
7742         select-frame-set-input-focus for XEmacs.
7743
7744 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7747
7748 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7749
7750         * gnus-registry.el (gnus-registry-cache-save): Remove text
7751         properties when saving via the temp buffer.
7752
7753 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * message.el (message-generate-hashcash): Honor custom type.
7756
7757 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * message.el (message-generate-hashcash): Default to non-nil when
7760         hashcash is found.
7761
7762         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7763         (gnus-refer-thread-limit): Increase default to 500.
7764
7765         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7766
7767         * flow-fill.el (fill-flowed): Allow delete-space.
7768
7769 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7772         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7773         Remove autoloads.
7774
7775 2006-04-18  Simon Josefsson  <jas@extundo.com>
7776
7777         * message.el (message-generate-hashcash): Default to.
7778
7779 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7782         concatenating segments rather than before concatenating them.
7783
7784 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7787
7788 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7791
7792         * message.el (message-forward-make-body-plain): Allow
7793         message-forward-ignored-headers to be a list.
7794         (message-remove-ignored-headers): Factor out into function.
7795         (message-forward-make-body-mml): Use it.
7796
7797         * imap.el (imap-quote-specials): New function.
7798         (imap-login-auth): Quote specials.
7799
7800         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7801         (rfc2231-parse-string): Allow concatanation of parameters that
7802         aren't contiguous.  The test case is
7803           (mail-header-parse-content-type "message/external-body;
7804             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7805             access-type=LOCAL-FILE;
7806             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7807
7808 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * nntp.el (nntp-accept-process-output): Return the value of
7811         `nnheader-accept-process-output'.
7812
7813 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814
7815         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7816         (gnus-button-alist): Recognize more diff formats.
7817         (gnus-button-patch): Strip directory.
7818
7819 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7822         Emacs 22 when setting focus.
7823
7824 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * gnus-art.el (gnus-article-treat-types): Do treatment of
7827         text/x-verbatim parts.
7828         (gnus-button-patch): New command.
7829
7830         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7831         addresses that contain invalid characters.
7832
7833 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7834
7835         * message.el (message-put-addresses-in-ecomplete): Use
7836         gnus-replace-in-string.
7837         (message-is-yours-p): Use the more correct
7838         mail-header-parse-address instead of
7839         mail-extract-address-components.
7840         (message-put-addresses-in-ecomplete): Fix typo.
7841
7842         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7843         keystroke.
7844
7845         * gnus-art.el (gnus-treatment-function-alist): Change order of
7846         newsgroups/generic header folding to avoid double-folding.
7847
7848         * message.el (message-hidden-headers): Add X-Draft-From.
7849
7850         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7851         command.
7852         (gnus-summary-repeat-search-article-backward): New command.
7853
7854         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7855         groups in the parent topic.
7856
7857 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7858
7859         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7860         (spam-extra-header-to-number): Return the CRM114 number as a
7861         number instead of a string.
7862
7863 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * gnus-art.el (gnus-face-properties-alist): Moved here from
7866         gnus-fun.
7867
7868         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7869
7870 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * message.el (message-strip-forbidden-properties): Only display on
7873         self-insert-command.
7874
7875         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7876         reindent.
7877         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7878
7879 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7880
7881         * smiley.el (smiley-style): Fix typo.
7882
7883 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * hashcash.el (hashcash-insert-payment-async-2): Use
7886         message-goto-eoh instead of doing it manually.
7887         (mail-add-payment): Use message-narrow-to-header instead of trying
7888         to do the same itself.
7889
7890         * message.el (message-hidden-headers): Add Face.
7891
7892         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7893         reparenting code.
7894         (gnus-summary-reparent-children): Refactored out code.
7895         (gnus-summary-thread-map): New keystroke.
7896         (gnus-summary-reparent-children): Make into command.
7897
7898         * smiley.el (smiley-style): Default to `medium' if using a large
7899         font.
7900
7901         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7902         does it itself.
7903
7904         * message.el (message-point-in-header-p): Simplify definition.
7905
7906 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * nnagent.el (nnagent-request-set-mark): Silence log file
7909         writing.
7910         (nnagent-request-set-mark): Use write-region instead of
7911         append-to-file.
7912
7913         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7914         strange select method.
7915
7916         * ecomplete.el (ecomplete-display-matches): Get highlightling
7917         right.
7918         (ecomplete-display-matches): Use literals.
7919         (ecomplete-display-matches): Disable message logging.
7920
7921         * message.el (message-display-abbrev): Small optimization.
7922
7923         * ecomplete.el (ecomplete-display-matches): Allow automatic
7924         display.
7925
7926         * message.el (message-strip-forbidden-properties): Display
7927         abbrevs.
7928         (message-display-abbrev): Get automatic display right.
7929
7930         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7931         keystrokes.
7932
7933 2006-04-13  Romain Francoise  <romain@orebokech.com>
7934
7935         TODO: Backport to v5-10!
7936
7937         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7938         Moved here (and renamed) from gnus-registry.el.
7939
7940         * gnus-registry.el: Require gnus-util.
7941         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7942
7943 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * gnus-group.el (gnus-group-catchup-current): Change
7946         if-then-else-if-then-else into cond.
7947         (gnus-group-catchup): Indent.
7948         (group-name-at-point): New function.
7949         (gnus-fetch-group): Provide default from thing at point.
7950
7951 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * message.el (message-display-abbrev): Fix regexp.
7954
7955         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7956         choosing.
7957         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7958         dead variables.
7959
7960         * message.el (message-newline-and-indent): Remove debugging.
7961         (message-display-abbrev): Use new implementation.
7962
7963 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * gnus-art.el (gnus-article-mode): Set
7966         cursor-in-non-selected-windows to nil.
7967
7968         * smiley.el: Revert previous change.
7969         (smiley-data-directory): defvar it before using it in the
7970         defcustom of `smiley-style'.
7971
7972 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * message.el (message-newline-and-indent): New function.
7975
7976         * ecomplete.el: Implement more bits.
7977
7978         * message.el (message-put-addresses-in-ecomplete): Clean up the
7979         string.
7980
7981         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7982
7983         * gnus-sum.el (gnus-summary-save-parts): Bind
7984         gnus-summary-save-parts-counter and use it to make unique file
7985         names.
7986
7987         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7988
7989         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7990         parameter to say whether to actually parse the individual
7991         addresses.
7992
7993         * message.el (message-put-addresses-in-ecomplete): New function.
7994         (ecomplete): Require.
7995         (message-mail-alias-type): Add ecomplete as an option.
7996
7997 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7998
7999         * flow-fill.el (fill-flowed): Remove trailing space from blank
8000         quoted lines.
8001
8002 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8003
8004         * smiley.el (smiley-style): Move definition later to avoid a
8005         compilation warning.
8006
8007 2006-04-12  Kenichi Handa  <handa@m17n.org>
8008
8009         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8010         buffer and then decode the buffer text if necessary.
8011         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8012         first, and after mm-encode-body, change the buffer to unibyte.
8013         Use mm-disable-multibyte instead of set-buffer-multibyte.
8014
8015 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8018         Content-Type header instead of Content-Disposition header.
8019         (gnus-mime-inline-part): Ditto.
8020         (gnus-mime-view-part-as-charset): Ignore charset that the part
8021         specifies.
8022
8023         * mm-decode.el (mm-display-part): Work with external parts and
8024         usual parts similarly.
8025
8026         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8027         instead of gnus-display-mime.
8028
8029         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8030         instead of with-temp-buffer.
8031
8032         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8033         tag to summarized topics part in order to encode non-ASCII text.
8034
8035 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * smiley.el (smiley-style): New variable.
8038         (smiley-directory): New function.
8039         (smiley-data-directory): Derive from `smiley-style' using
8040         `smiley-directory'.
8041         (smiley-regexp-alist): Add new entries.
8042
8043         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8044         (gnus-article-browse-delete-temp): Add :version.
8045
8046 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8047
8048         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8049         the sieve region.
8050
8051 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * gnus.el (gnus-version-number): Bump version.
8054
8055 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus.el: No Gnus v0.4 is released.
8058
8059 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8062         layout.
8063
8064         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8065         unknown charset.
8066
8067         * message.el (message-header-synonyms): Add Original-To to the
8068         default.
8069
8070         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8071         optional parameter.
8072
8073 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * gnus-fun.el (gnus): Require it for gnus-directory.
8076
8077 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8080
8081 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8082
8083         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8084
8085 2006-04-05  Simon Josefsson  <jas@extundo.com>
8086
8087         * password.el (password-reset): New function.
8088
8089 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8090
8091         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8092         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8093
8094 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8095
8096         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8097         Some whitespace was matched into the url, which broke browsing hits
8098         > 100 when mm-url-use-external was nil.
8099
8100 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8103         gnus-extra-headers for 'Newsgroups.
8104
8105         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8106         bound.
8107
8108 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8109
8110         * pgg-gpg.el: Clean up process buffers every time gpg processes
8111         complete.
8112
8113 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8116         doc string.
8117
8118 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8119
8120         * pgg-gpg.el (pgg-gpg-process-filter)
8121         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8122
8123         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8124         lines, temporary fix.
8125
8126 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8129
8130 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8131
8132         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8133         default-enable-multibyte-characters.  This reverts the change from
8134         revision 6.17 which is no longer necessary because the passphrase
8135         is sent separately now.  GnuPG messages are unreadable under
8136         multibyte locales with default-enable-multibyte-characters set to
8137         nil.
8138
8139 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * message.el (message-tool-bar-gnome): Move "spell".
8142
8143 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8146         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8147         instead.
8148
8149 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8150
8151         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8152         newsgroups handling for NNTP overviews which don't include
8153         Newsgroups.
8154
8155 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8156
8157         * message.el (message-resend): Bind message-generate-hashcash to nil.
8158
8159 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8160
8161         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8162         when searching for already-paid recipients.
8163
8164 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8165
8166         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8167         passphrases when it is not needed.
8168         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8169         passphrase stuff from gpg, should only be necessary when you use
8170         gpg with a smartcard.
8171
8172 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * mml.el (mml-insert-mime): Ignore cached contents of
8175         message/external-body part.
8176
8177         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8178         (mm-insert-part): Ditto.
8179
8180 2006-03-23  Simon Josefsson  <jas@extundo.com>
8181
8182         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8183         Reiner.
8184         (pgg-gpg-use-agent-p): Use it again.
8185
8186 2006-03-23  Simon Josefsson  <jas@extundo.com>
8187
8188         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8189         older emacsen.
8190         (pgg-gpg-use-agent-p): Don't use it.
8191
8192 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8195         if we can.
8196
8197 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8198
8199         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8200         (pgg-gpg-update-agent): New function.
8201         (pgg-gpg-use-agent-p): New function.
8202         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8203         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8204         (pgg-gpg-sign-region): Use it.
8205
8206 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8209         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8210
8211 2006-03-21  Simon Josefsson  <jas@extundo.com>
8212
8213         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8214         <wilde@sha-bang.de>.
8215         (pgg-gpg-use-agent): New variable.
8216         (pgg-gpg-process-region): Use it.
8217         (pgg-gpg-encrypt-region): Likewise.
8218         (pgg-gpg-encrypt-symmetric-region): Likewise.
8219         (pgg-gpg-decrypt-region): Likewise.
8220         (pgg-gpg-sign-region): Likewise.
8221         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8222
8223 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8226
8227         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8228         Add comment on version.
8229
8230 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * smiley.el: Add missing test smiley.
8233
8234 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * mm-decode.el (mm-with-part): New macro.
8237         (mm-get-part): Use it; work with message/external-body as well.
8238         (mm-save-part): Treat name and filename equally.
8239
8240         * mm-extern.el (mm-extern-cache-contents): New function.
8241         (mm-inline-external-body): Use it; force the part to be displayed;
8242         move undisplayer added to the cached handle to the parent.
8243
8244         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8245         (gnus-mime-view-part-as-type): Work with message/external-body.
8246
8247         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8248
8249 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8252         images in image-load-path.  [Sync with image.el, revision 1.60, in
8253         Emacs.]
8254
8255 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8258         path rather than symbol.  Always return list of directories.
8259         Guarantee that image directory comes first.  [Sync with image.el,
8260         revision 1.59, in Emacs.]
8261
8262         * message.el (message-make-tool-bar): Adjust to new API of
8263         `gmm-image-load-path-for-library'.
8264
8265         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8266
8267         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8268
8269 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8270
8271         * gnus-art.el (gnus-article-only-boring-p):
8272         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8273         intangible text.
8274         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8275
8276 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8279         `defun' instead of `gmm-defun-compat'.
8280
8281 2006-03-14  Simon Josefsson  <jas@extundo.com>
8282
8283         * message.el (message-unique-id): Don't use message-number-base36
8284         if (user-uid) is a float.
8285         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8286
8287 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8290
8291         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8292         empty line between a part and a message part.
8293
8294 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * smiley.el: Add more test smileys.
8297         (smiley-data-directory, smiley-regexp-alist)
8298         (gnus-smiley-file-types): Fix doc strings.
8299         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8300         adding new elements.
8301         (smiley-mouse-map): Unused code.  Make it a comment.
8302
8303 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8306         scan latest NoCeM messages instead of old ones.
8307         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8308         delimiters that are recently used.
8309         (gnus-nocem-load-cache): Add autoload cookie.
8310
8311         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8312
8313         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8314         level which is larger than gnus-use-nocem is specified.
8315
8316         * gnus-group.el (gnus-group-get-new-news): Ditto.
8317
8318 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * gnus-util.el (gnus-tool-bar-update): New function.
8321
8322         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8323         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8324
8325         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8326
8327         * gnus-group.el (gnus-group-redraw-when-idle)
8328         (gnus-group-redraw-check): Remove.
8329         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8330
8331 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8334         if optional last element is specified in splits (FIELD VALUE...).
8335
8336 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8339         to gmm-image-load-path-for-library.  Call with no-error argument.
8340         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8341
8342         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8343
8344         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8345
8346         * gmm-utils.el (gmm-image-load-path): Remove alias.
8347
8348 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gmm-utils.el (gmm-image-load-path): Add alias.
8351
8352         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8353         nnml-generate-nov-databases-1.
8354         (nnml-generate-nov-databases): Use it.
8355         (nnml-generate-nov-databases-directory): Document no-active
8356         argument.
8357
8358         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8359         directory if path is t.  Add no-error.
8360
8361         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8362         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8363
8364         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8365         resetting gnus-article-browse-html-temp-list.
8366
8367         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8368         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8369         Add example to docstring.  Rename local variables.  Move error
8370         checks to default case in cond and simplify.
8371
8372 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8375         handle is multipart when calling it recursively.
8376         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8377
8378 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8379
8380         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8381         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8382
8383 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8386         is loaded.
8387
8388         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8389         loaded.
8390
8391 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8394         to "Emacs 23 (unicode)" in doc string.
8395
8396         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8397         "Emacs 23 (unicode)" in comment.
8398
8399 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8402
8403         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8404         characters 160 through 255 in Emacs 23.
8405
8406 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8409         gnus-article-browse-html-temp.
8410         (gnus-article-browse-delete-temp): Make it customizable.  Add
8411         `file'.  Adjust doc string.
8412         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8413         query for each file.  Adjust doc string.
8414         (gnus-article-browse-html-parts): Add
8415         `gnus-article-browse-delete-temp-files' to
8416         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8417
8418 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8419
8420         * gnus-art.el (gnus-article-browse-html-temp)
8421         (gnus-article-browse-delete-temp): New variables.
8422         (gnus-article-browse-delete-temp-files): New function.
8423         (gnus-article-browse-html-parts): Use it.
8424
8425 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8428
8429         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8430         string.
8431
8432         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8433         gnus-summary-insert-new-articles when unplugged.  Remove
8434         gnus-summary-search-article-forward.
8435
8436         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8437         display-visual-class instead of display-color-cells.
8438
8439 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * dgnushack.el: Autoload customize-group for XEmacs.
8442
8443         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8444         message/* containing non-ASCII text properly.
8445
8446 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * message.el: Require gmm-utils, remove autoloads.
8449         (message-tool-bar): Set default based on
8450         gmm-tool-bar-style.
8451         (message-tool-bar-gnome): Add gmm-customize-mode.
8452
8453         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8454         gmm-tool-bar-style.
8455         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8456
8457         * gnus-group.el (gnus-group-tool-bar): Set default based on
8458         gmm-tool-bar-style.
8459         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8460
8461         * gmm-utils.el (gmm-image-directory): Rename variable from
8462         gmm-image-load-path.
8463         (gmm-image-load-path): Use gmm-image-directory.
8464         (gmm-customize-mode): New function.
8465         (gmm-tool-bar-style): New variable.
8466
8467         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8468         gnus-group-redraw-line-number.
8469         (gnus-group-redraw-check): Simplify.
8470         (gnus-group-tool-bar-update): Remove redraw check.
8471         (gnus-group-make-tool-bar): Add redraw check.
8472
8473 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8474
8475         * gnus-art.el (gnus-button): Add missing parentheses.
8476
8477 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * lpath.el: Fbind line-number-at-pos.
8480
8481 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8484
8485 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * gnus-art.el (gnus-button): New face.
8488         (gnus-article-button-face): Use it.
8489
8490         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8491         gnus-summary-next-page.  Re-order.
8492
8493         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8494         next-node are now included.
8495         (gnus-group-redraw-line-number): New internal variable.
8496         (gnus-group-redraw-check): Helper function for updating the tool
8497         bar.
8498         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8499
8500         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8501
8502         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8503         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8504         Use it to match format of Spamassassin 3.0 and later.  Reported by
8505         IRIE Tetsuya <irie@t.email.ne.jp>.
8506         (spam-check-bogofilter)
8507         (spam-bogofilter-register-with-bogofilter): Fix args of
8508         `gnus-error' calls.
8509
8510 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8513         unnecessary interaction when sending queued mails.  Reported by
8514         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8515
8516 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8519         first or last are nil.
8520
8521 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8522
8523         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8524
8525 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8528
8529 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * dns.el (query-dns): Protect more against buggy tcp output.
8532
8533 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8536         nov.php.
8537
8538 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8539
8540         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8541         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8542         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8543         output on the server side.
8544         (nnweb-google-create-mapping): Update regexps and add some
8545         progress indication.
8546
8547 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8550         gnus-agent-toggle-plugged.  Re-order icons.
8551         (gnus-group-tool-bar-gnome): Add
8552         gnus-group-{prev,next}-unread-group.
8553         (gnus-group-tool-bar-gnome): Re-order icons.
8554
8555         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8556         gnus-summary-insert-new-articles.
8557
8558         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8559         comments.
8560
8561         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8562         also available in Emacs 21.3.
8563
8564         * message.el (message-fix-before-sending): Change "Emacs 22" to
8565         "Emacs 23 (unicode)" in comment.
8566
8567         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8568         "Emacs 23 (unicode)" in comment.
8569
8570         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8571         comment.
8572         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8573
8574         * mm-view.el (mm-fill-flowed): Add :version.
8575
8576 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8579         and load-path.
8580
8581 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * message.el: Autoload gmm-image-load-path.
8584         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8585         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8586         consitency.
8587
8588         * gmm-utils.el (gmm-image-load-path): Also search in
8589         "../etc/images".  Don't set gmm-image-load-path if we don't find
8590         the image.
8591
8592 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gmm-utils.el (gmm-image-load-path): Don't make
8595         `gmm-image-load-path' include subdirectories which the second arg
8596         `image' might specify.
8597
8598         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8599         subdirectory to icon file names.
8600
8601         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8602
8603 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8606         gmm-image-load-path calls.
8607
8608         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8609
8610         * message.el (message-make-tool-bar): Ditto.
8611
8612         * mml.el (mml-preview): Added comment concerning tool bar icons.
8613
8614         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8615         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8616
8617         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8618         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8619
8620         * message.el (message-tool-bar-gnome): Use new icon names.
8621         (message-make-tool-bar): Use `gmm-image-load-path'.
8622
8623         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8624         functions from MH-E.
8625         (gmm-image-load-path): New variable from MH-E.
8626         (gmm-image-load-path): New function from MH-E.  Added arguments
8627         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8628         *-image-load-path-called-flag.
8629
8630 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8631
8632         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8633
8634 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8635
8636         * nnimap.el (nnimap-request-move-article): Change folder back to
8637         source group before deleting.
8638
8639 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8642
8643         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8644         mm-url.
8645
8646         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8647
8648 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8651         coding system which mm-charset-to-coding-system returns for a
8652         given charset is valid.
8653
8654 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8655
8656         * html2text.el (html2text-remove-tag-list):
8657         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8658
8659 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8660
8661         * gnus-cus.el: Revert 2005-10-17 change.
8662
8663 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (article-strip-banner): Call
8666         article-really-strip-banner only when the regexp match is made.
8667
8668 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (article-strip-banner): Use
8671         gnus-extract-address-components instead of
8672         mail-header-parse-addresses to make it work with non-ASCII text;
8673         remove mail-encode-encoded-word-string.
8674
8675         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8676         values which are surrounded with \"...\"; make it never cause a
8677         Lisp error; give up parsing of parameters if it failed in
8678         extracting type.
8679
8680 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8681
8682         * smime.el (smime-cert-by-ldap-1): Fix bug where
8683         `smime-ldap-search' returns results without userCertificates.
8684
8685 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8688
8689 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * spam.el (spam-check-spamassassin-headers): Adapt format for
8692         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8693         <ari@mbf.ocn.ne.jp>.
8694         (spam-list-of-processors): Add spam-use-gmane.
8695
8696 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8699         make-temp-file; make it work with XEmacs as well.
8700
8701         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8702         mm-make-temp-file.
8703
8704         * mm-decode.el (mm-display-external): Use the 3rd arg of
8705         mm-make-temp-file.
8706         (mm-create-image-xemacs): Ditto.
8707
8708 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8711         with message-narrow-to-headers.
8712         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8713         (gnus-draft-check-draft-articles): New function.
8714         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8715
8716 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * gnus-art.el (gnus-article-browse-html-parts):
8719         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8720         Don't use suffix argument for mm-make-temp-file for Emacs 21
8721         compatibility.  Remove useless `format'.
8722
8723 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8724
8725         * nnweb.el (nnweb-google-wash-article): Update regexps.
8726         (nnweb-group-alist): Use defvoo instead of defvar.
8727
8728 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8731         re-loading nn* modules.
8732
8733 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8736         for `tool-bar-mode' and don't check it's default-value.
8737
8738         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8739
8740         * message.el (message-make-tool-bar): Ditto.
8741
8742         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8743         `substring'.  Shorten tmp-file name.
8744
8745         * gnus.el: Remove bogus comment.
8746
8747 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8748
8749         * gnus-art.el (gnus-article-browse-html-parts): New function.
8750         (gnus-article-browse-html-article): New function for viewing html
8751         articles with a browser.
8752
8753 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8754
8755         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8756         in elisp.
8757         (pgg-gpg-encrypt-symmetric-region): Ditto.
8758         (pgg-gpg-sign-region): Ditto.
8759
8760         * pgg-def.el (pgg-text-mode): New variable.
8761
8762         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8763         (mml2015-pgg-encrypt): Ditto.
8764
8765         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8766         (mml1991-pgg-encrypt): Ditto.
8767
8768 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8771         message-make-date instead of current-time-string.
8772
8773         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8774         to gnus-decoded which mm-uu might set.
8775
8776 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8779         don't decode quoted parameters; remove misimported Emacs code.
8780         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8781         (rfc2231-decode-encoded-string): Don't use split-string which
8782         behaves differently according to Emacs version; use
8783         mm-decode-coding-region to convert charset to coding-system.
8784         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8785         (rfc2231-encode-string): Remove misimported Emacs code.
8786
8787 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8790         when calling mail-header-parse-content-type.
8791         (article-de-quoted-unreadable): Ditto.
8792         (article-de-base64-unreadable): Ditto.
8793         (article-wash-html): Ditto.
8794
8795         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8796         calling mail-header-parse-content-type and
8797         mail-header-parse-content-disposition.
8798         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8799         mail-header-parse-content-type.
8800
8801         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8802         insert charset and format parameters; encode description after
8803         inserting it to buffer.
8804         (mml-insert-parameter): Fold lines properly even if a parameter is
8805         segmented into two or more lines; change the max column to 76.
8806
8807         * rfc1843.el (rfc1843-decode-article-body): Don't use
8808         ignore-errors when calling mail-header-parse-content-type.
8809
8810         * rfc2231.el (rfc2231-parse-string): Return at least type if
8811         possible; don't cause an error even if it fails in parsing of
8812         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8813         (rfc2231-encode-string): Don't break lines at the beginning, leave
8814         it to mml-insert-parameter.
8815
8816         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8817         calling mail-header-parse-content-type.
8818
8819 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * spam-report.el (spam-report-gmane-use-article-number):
8822         Improve doc string.
8823         (spam-report-gmane-internal): Check if a suitable header was found
8824         in the article.
8825
8826 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8829         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8830
8831 2006-02-05  Romain Francoise  <romain@orebokech.com>
8832
8833         Update copyright notices of all files in the gnus directory.
8834
8835 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8836
8837         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8838
8839 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8842         segmented lines of parameter value to cope with Thunderbird 1.5
8843         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8844         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8845         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8846
8847 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8848
8849         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8850         parts.
8851
8852 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8853
8854         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8855         there's only one active file for all servers.
8856         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8857         solid groups.  Gnus might have used a FAST request to select the group.
8858         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8859         and nnweb-search redundantly in the active file.
8860         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8861         (nnweb-request-create-group): Don't use ARGS.
8862         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8863         initialisations.  Let nnoo do the work.
8864
8865 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8868         Say the part has been decoded.
8869
8870         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8871
8872 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8873
8874         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8875         mailcap-viewer-test-cache when there's no 'test clause, since that
8876         will invert the meaning of a "nil" test previously determined by
8877         mailcap-mailcap-entry-passes-test.
8878
8879 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8882         compiling.
8883
8884         * gnus-sum.el: Ditto.
8885
8886         * message.el: Don't bind tool-bar-map when compiling.
8887
8888 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8891
8892 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8893
8894         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8895         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8896         current Google Groups.
8897
8898 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8901         and tool-bar-mode.
8902
8903         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8904         and tool-bar-mode.
8905
8906         * message.el (message-tool-bar-update): Simplify.
8907         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8908
8909         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8910         gnus-summary-buffer.
8911         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8912         gnus-summary-reply.
8913
8914         * gmm-utils.el (gmm): Add :version.
8915
8916 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * Makefile.in (clean): New rule.
8919         (distclean): Use it.
8920
8921 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8922
8923         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8924         autoload.
8925
8926 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gmm-utils.el (gmm-verbose): Add :group.
8929
8930 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * message.el: Change some comments WRT tool-bars.
8933
8934         * gnus-sum.el (gnus-summary-tool-bar)
8935         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8936         (gnus-summary-tool-bar-zap-list): New variables.
8937         (gnus-summary-make-tool-bar): Complete rewrite using
8938         `gmm-tool-bar-from-list'.
8939
8940         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8941         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8942         variables.
8943         (gnus-group-make-tool-bar): Complete rewrite using
8944         `gmm-tool-bar-from-list'.
8945         (gnus-group-tool-bar-update): New function.
8946
8947         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8948
8949 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8952         is dissected into a single part of which the type is the same as
8953         the given one; decode charset.
8954
8955 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8956
8957         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8958         into alists as symbol not string, since that's what
8959         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8960         look for.
8961
8962 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8965         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8966
8967         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8968
8969 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8972         (gnus-xmas-mime-security-button-menu): New function.
8973
8974         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8975         (gnus-mime-security-button-menu): New definition.
8976         (gnus-mime-security-button-map): Use them.
8977         (gnus-mime-security-button-menu): New function.
8978         (gnus-insert-mime-security-button): Addition to help echo.
8979         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8980         (gnus-mime-security-pipe-part): New functions.
8981
8982         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8983         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8984
8985         * mm-decode.el (mm-handle-set-disposition): Remove.
8986         (mm-handle-set-description): Remove.
8987
8988 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8991         (mm-w3m-standalone-supports-m17n-p): New function.
8992         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8993         w3m usage.
8994
8995         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8996         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8997
8998 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * message.el (message-tool-bar-zap-list): Use
9001         gmm-tool-bar-zap-list as custom type.
9002         (message-tool-bar-update): New function.
9003         (message-tool-bar, message-tool-bar-gnome)
9004         (message-tool-bar-retro): Add message-tool-bar-update.
9005         (message-tool-bar-gnome): Add flyspell-buffer.
9006
9007         * gnus-util.el (gnus-error): Describe `args'.
9008
9009         * gmm-utils.el (gmm-error): Describe `args'.
9010         (gmm-tool-bar-zap-list): New widget.
9011         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9012
9013 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9016         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9017         the number of recursive calls.
9018
9019         * mm-decode.el (mm-handle-set-disposition): New macro.
9020         (mm-handle-set-description): New macro.
9021
9022 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9025         encoding.
9026
9027 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * message.el (message-tool-bar-zap-list, message-tool-bar)
9030         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9031         (message-tool-bar-local-item-from-menu): Remove.
9032         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9033         (message-make-tool-bar): New function.
9034         (message-mode): Use `message-make-tool-bar'.
9035
9036         * gmm-utils.el: New file.
9037         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9038         (gmm-lazy): New widget copied from `nnmail.el'.
9039         (gmm-tool-bar-from-list): New function for creating customizable
9040         tool bars.
9041         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9042         output.
9043         (gmm): Add :prefix to defgroup.
9044
9045 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9046
9047         * gmm-utils.el (gmm-widget-p): New function.
9048
9049 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * mml.el (mml-attach-file): Describe `description' in doc string.
9052         (mml-menu): Add Emacs MIME manual and PGG manual.
9053
9054 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9055
9056         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9057
9058 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9059
9060         * nntp.el (nntp-end-of-line): Doc fix.
9061
9062 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9063
9064         * imap.el (imap-open): Handle case where buffer is a buffer
9065         object.
9066
9067 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9068
9069         * gnus-delay.el (gnus-delay): Don't autoload.
9070         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9071         to be re-loaded when customizing the `gnus-delay' group.
9072
9073 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9074
9075         * message.el (message-insert-citation-line): Use newlines.
9076
9077 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9078
9079         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9080         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9081         these routines, so the passphrase can be managed externally and
9082         passed in to the system.
9083         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9084         pgg-add-passphrase-to-cache function.
9085
9086         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9087         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9088         these routines, so the passphrase can be managed externally and
9089         passed in to the system.
9090         (pgg-pgp5-sign-region): Use new name of
9091         pgg-add-passphrase-to-cache function.
9092
9093 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9094
9095         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9096         part of the decoded armor to find the key-identifier.
9097         (pgg-gpg-lookup-key-owner): New function to return the
9098         human-readable identifier of a key owner.
9099         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9100         itself.
9101         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9102         the key value) if we have a key and can match it against a secret
9103         key.  Also, added a note pointing out fact that the prompt only
9104         indicates the first matching key.
9105
9106         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9107         pgg-decrypt-region.
9108         (pgg-add-passphrase-to-cache): Rename from
9109         `pgg-add-passphrase-cache' to reduce confusion (all callers
9110         changed).
9111         (pgg-remove-passphrase-from-cache): Rename from
9112         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9113         changed).
9114         (pgg-read-passphrase, pgg-add-passphrase-cache)
9115         (pgg-remove-passphrase-cache): Add informative docstrings.
9116         (pgg-decrypt): Convey provided passphrase in subordinate call to
9117         pgg-decrypt-region.
9118
9119 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9120
9121         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9122         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9123         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9124         'passphrase' argument, so the passphrase can be managed externally
9125         and then passed in to the system.
9126
9127         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9128         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9129         so the passphrase cache can be used reliably with identifiers
9130         besides a pgp packet's key id.
9131
9132         * pgg-gpg.el (pgg-gpg-encrypt-region)
9133         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9134         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9135         these routines, so the passphrase can be managed externally and
9136         passed in to the system.
9137
9138         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9139         'notruncate' argument, so the passphrase cache can be used
9140         reliably with identifiers besides a pgp packet's key id.
9141
9142 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9143
9144         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9145         symmetric encryption.
9146         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9147         encrypted session key.
9148         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9149         message ask for the passphrase in a proper way.
9150
9151         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9152         New user commands for symmetric encryption.
9153
9154 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9157
9158         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9159
9160 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9161
9162         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9163
9164 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * mm-decode.el (mm-inlined-types): Add application/pgp.
9167         (mm-automatic-display): Ditto.
9168
9169         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9170         part as text.
9171
9172 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * nnrss.el: Update copyright.
9175         (nnrss-opml-import): Query whether to subscribe to each entry.
9176
9177         * gnus-art.el:
9178         * gnus-sum.el:
9179         * gnus-xmas.el:
9180         * messagexmas.el:
9181         * mm-uu.el:
9182         * mm-view.el: Update copyright.
9183
9184 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * message.el (message-info): New function.
9187         (message-mode-menu): Add it.
9188         Update copyright.
9189
9190         * ChangeLog: Fix and update copyright.
9191
9192 2006-01-13  Romain Francoise  <romain@orebokech.com>
9193
9194         * message.el (message-forward-subject-name-subject): Prefer the
9195         address to 'nowhere' if the sender has no name.
9196         Fix typo.  Update copyright year.
9197
9198 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-art.el (article-wash-html): Use
9201         gnus-summary-show-article-charset-alist if a numeric arg is given.
9202         (gnus-article-wash-html-with-w3m-standalone): New function.
9203
9204         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9205         mm-inline-text-html-render-with-w3m-standalone.
9206         (mm-text-html-washer-alist): Map w3m-standalone to
9207         gnus-article-wash-html-with-w3m-standalone.
9208         (mm-inline-text-html-render-with-w3m-standalone): New function.
9209
9210 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9213         Improve LaTeX.
9214
9215 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9218         (nnrss-request-article): Render text/plain parts as HTML.
9219
9220         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9221         the buffer.
9222
9223 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9226         custom definition of `gnus-posting-styles'.
9227
9228         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9229         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9230
9231 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9234         Use nntp for bug archive.
9235
9236 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9239         parts.
9240         (nnrss-normalize-date): New function converts ISO 8601 date into
9241         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9242         (nnrss-check-group): Use it.
9243
9244 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9247
9248         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9249         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9250         (nnrss-insert-w3): Ditto.
9251
9252 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9255         the articles to be forwarded including the case where neither a
9256         number of articles nor a region is specified.
9257
9258 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * nnrss.el (nnrss-request-article): Fix last change; fill
9261         text/plain parts.
9262
9263 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9266         in text/plain part.
9267         (nnrss-check-group): Don't add excessive newline to dc:subject.
9268
9269 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9270
9271         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9272         article.
9273
9274 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9277         (nnml-use-compressed-files, nnml-save-mail): Support other
9278         comression programs such as bzip2.
9279
9280 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * dns.el (query-dns): Make sure we check the buffer size before
9283         removing tcp headers.
9284
9285 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9288         remove MIME buttons associated with multipart/alternative parts.
9289         (gnus-mime-display-alternative): Tag buttons using `article-type'
9290         text property.
9291
9292         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9293         associated with multipart/alternative parts.
9294
9295         * gnus-art.el (gnus-signature-separator): Fix custom type.
9296
9297         * mm-decode.el (mm-inlined-types): Fix custom type.
9298         (mm-keep-viewer-alive-types): Ditto.
9299         (mm-automatic-display): Ditto.
9300         (mm-attachment-override-types): Ditto.
9301         (mm-inline-override-types): Ditto.
9302         (mm-automatic-external-display): Ditto.
9303
9304 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * spam-report.el (spam-report-user-mail-address)
9307         (spam-report-user-agent): New variables.
9308         (spam-report-url-ping-plain): Use spam-report-user-agent.
9309
9310 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9311
9312         * gnus-art.el (gnus-button-handle-custom): Do not just use
9313         `customize-apropos' for any "M-x customize-*" button but the
9314         function called for.  Accept both the function name and its
9315         argument in order to achieve this.
9316         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9317         function name to `gnus-button-handle-custom' in case of "M-x
9318         customize-*" buttons.
9319
9320 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9323         multipart/alternative and add xref to mm-discouraged-alternatives
9324         in doc string.
9325
9326         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9327         gnus-buttonized-mime-types in doc string.
9328
9329 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9332         Suggest image/.* in the doc string.
9333
9334 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9337         message-marks (Debian bug #342521).
9338
9339 2005-12-12  Simon Josefsson  <jas@extundo.com>
9340
9341         * password.el (password-read-from-cache): Add.
9342         (password-read): Use it.
9343
9344 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9347         us-ascii as a MIME charset.
9348
9349         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9350         against the case where the 2nd arg TYPE is nil.
9351
9352 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * pop3.el (pop3-stream-type): Fix custom version.
9355
9356         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9357
9358 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9359
9360         * mm-decode.el (mm-display-external): Add missing cdr.
9361
9362 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9365         RFC1524) if it is in mailcap or add a suffix according to
9366         mailcap-mime-extensions when generating a temp filename; postpone
9367         deleting a temp file for 2 seconds for some wrappers, shell
9368         scripts, and so on, which might exit right after having started a
9369         viewer command as a background job.
9370
9371 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * nntp.el (nntp-marks-directory): Fix custom group.
9374
9375         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9376         steps when < 10.
9377
9378         * gnus-start.el (gnus-no-server-1): Mention
9379         `gnus-level-default-subscribed' in doc string.
9380
9381 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9382
9383         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9384         parens.
9385
9386 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-xmas.el (gnus-use-toolbar): Revert.
9389         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9390         gnus-use-toolbar is default.
9391
9392         * messagexmas.el (message-use-toolbar): Revert.
9393         (message-setup-toolbar): Use global default-toolbar if
9394         message-use-toolbar is default.
9395
9396 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9399         according to default-toolbar-visible-p.
9400
9401         * messagexmas.el (message-use-toolbar): Ditto.
9402
9403 2005-11-26  Dave Love  <fx@gnu.org>
9404
9405         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9406         (tls-program, tls-success): Provide openssl alternative.
9407
9408         * starttls.el: Doc fixes.
9409         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9410         SERVICE to PORT.
9411
9412         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9413         port null or service name.
9414         (starttls-negotiate): Autoload.
9415
9416 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * message.el (message-kill-to-signature): Fix interactive spec.
9419
9420 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * pop3.el (pop3-open-server): Recognize a string as a service name.
9423
9424 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9425
9426         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9427
9428 2005-11-23  Dave Love  <fx@gnu.org>
9429
9430         Add pop3s, pop3/starttls.
9431
9432         * pop3.el (pop3-authentication-scheme): Clarify doc.
9433         (open-tls-stream, starttls-open-stream): Autoload.
9434         (pop3-stream-type): New.
9435         (pop3-open-server): Use it.
9436
9437         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9438         for POP.
9439         (mail-source-keyword-map): Add :stream for POP.
9440         (mail-source-fetch-pop): Use pop3-stream-type.
9441
9442 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9445         of current-time-string.
9446
9447 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9448
9449         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9450         date header.
9451
9452 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9453
9454         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9455         it can seriously impact performance as it bypasses the agent's
9456         local caches.
9457
9458 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9459
9460         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9461         must be explicitly online rather than "not explicitly offline" for
9462         its flags to be synchronized.
9463
9464         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9465         that gnus-uu-unmark-thread will function correctly.
9466
9467         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9468         1024K is instead displayed as 1M.
9469
9470 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9473
9474 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9475
9476         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9477
9478 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9479
9480         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9481         error message to display actual error condition.
9482         (gnus-agent-save-local): Avoid saving symbols that are bound to
9483         nil as they simply result in a warning message in
9484         gnus-agent-read-local.
9485
9486 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9489         rather than make-variable-buffer-local for file-precious-flag.
9490
9491 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9492
9493         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9494         for duplicates which are removed.  The invalid sort check then
9495         triggers a rescan after the sort as sorting may have moved
9496         duplicate entries such that they can be cheaply detected.
9497
9498 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9501
9502 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9503
9504         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9505         internal variable to a custom variable.  Changed default value
9506         from compressed(2) to uncompressed(1).
9507         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9508         support for uncompressed agentview files.  Taken together, reading
9509         the agentview file should now be 6-7 times faster.
9510
9511 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9512
9513         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9514         as a buffer-local variable.  This avoids creating truncated
9515         dribble files as a result of a hang up, eg.
9516
9517 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9518
9519         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9520         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9521         XEmacs.
9522
9523 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-start.el (gnus-start-draft-setup): Enforce
9526         `gnus-draft-mode' for nndraft:drafts at startup.
9527
9528         * gnus.el (gnus-splash): Change custom group.
9529         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9530         allow-list argument.
9531
9532         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9533         string.
9534
9535 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * gnus-art.el (gnus-default-article-saver): Add user-defined
9538         `function' to custom type.
9539
9540 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9541
9542         * imap.el (imap-open): Handle case where buffer is a buffer
9543         object.
9544
9545 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9548         long lines.
9549         (gnus-cache-delete-group): Wrap doc strings.
9550
9551         * gnus-agent.el (gnus-agent-rename-group)
9552         (gnus-agent-delete-group): Wrap doc strings.
9553
9554 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * messagexmas.el (message-use-toolbar): Change the valid values
9557         into default, top, bottom, left, and right.
9558         (message-toolbar-thickness): New variable.
9559         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9560         well.
9561         (message-setup-toolbar): Make it work.
9562
9563         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9564         (gnus-use-toolbar): Change the valid values into default, top,
9565         bottom, left, and right.
9566         (gnus-toolbar-thickness): New variable.
9567         (gnus-xmas-setup-toolbar): New function.
9568         (gnus-xmas-setup-group-toolbar): Use it.
9569         (gnus-xmas-setup-summary-toolbar): Use it.
9570
9571 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus-start.el (gnus-1): Add "native" to
9574         gnus-predefined-server-alist.
9575
9576         * gnus.el (gnus-method-to-server): Don't add "native" to the
9577         lists here, because that leads to problems when
9578         gnus-select-method is bound.
9579
9580 2005-11-09  Simon Josefsson  <jas@extundo.com>
9581
9582         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9583         use (not sort-by-date) instead.
9584
9585 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9586
9587         * gnus-delay.el (gnus-delay-group): Don't autoload.
9588         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9589         to be re-loaded when customizing the `gnus-delay' group.
9590
9591 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9592
9593         * message.el: Revert last changes.
9594         (message-insert-citation-line): Use newlines.
9595
9596 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9597
9598         * message.el (message-courtesy-message)
9599         (message-mark-insert-begin, message-mark-insert-end)
9600         (message-elide-ellipsis, message-cancel-message)
9601         (message-add-header, message-change-subject)
9602         (message-cross-post-followup-to-header)
9603         (message-cross-post-insert-note, message-reduce-to-to-cc)
9604         (message-widen-reply, message-delete-not-region)
9605         (message-kill-to-signature, message-insert-signature)
9606         (message-insert-importance-high, message-insert-importance-low)
9607         (message-insert-or-toggle-importance)
9608         (message-insert-disposition-notification-to)
9609         (message-indent-citation, message-yank-original)
9610         (message-cite-original-without-signature, message-cite-original)
9611         (message-insert-citation-line, message-position-on-field)
9612         (message-fix-before-sending, message-send-mail-partially)
9613         (message-send-mail, message-send-mail-with-sendmail)
9614         (message-send-mail-with-qmail, message-send-news)
9615         (message-check-news-header-syntax, message-generate-headers)
9616         (message-insert-courtesy-copy, message-fill-address)
9617         (message-fill-header, message-shorten-references)
9618         (message-setup-1, message-cancel-news)
9619         (message-forward-make-body-plain, message-forward-make-body-mime)
9620         (message-forward-make-body-mml, message-encode-message-body)
9621         (message-forward-make-body-digest-plain)
9622         (message-forward-make-body-digest-mime)
9623         (message-use-alternative-email-as-from): Insert `hard-newline'
9624         instead of ordinary newlines.
9625
9626 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * message.el (message-generate-headers): Downcase the argument
9629         given to message-check-element.
9630
9631 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9632
9633         * nntp.el (nntp-authinfo-rejected): New error condition.
9634         (nntp-wait-for): Use new error condition to signal authentication
9635         error.
9636         (nntp-retrieve-data): Rethrow new error condition to break out of
9637         recursive call to nntp-send-authinfo.
9638
9639 2005-11-08  Romain Francoise  <romain@orebokech.com>
9640
9641         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9642         (gnus-summary-exit-map): Bind to `Z p'.
9643         (gnus-summary-make-menu-bar): Add menu item.
9644
9645 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9648         (gnus-treat-*): Add `first' in all doc strings.
9649
9650         * gnus-group.el (gnus-group-compact-group): Fix typo.
9651
9652 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus.el (gnus-parameters-case-fold-search): New variable.
9655         (gnus-parameters-get-parameter): Use it.
9656
9657         * gnus-score.el (gnus-home-score-file): Doc fix.
9658
9659 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9660
9661         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9662
9663 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * mm-util.el (mm-special-display-p): New function.
9666
9667         * mml.el (mml-preview): Use it; doc fix.
9668
9669 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9670
9671         * imap.el (imap-open): Handle case where buffer is a buffer object.
9672
9673 2005-10-29  Romain Francoise  <romain@orebokech.com>
9674
9675         * message.el (message-fix-before-sending): Fix comment.
9676
9677 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9678
9679         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9680
9681 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9682
9683         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9684         Used in gnus-score.el.
9685
9686 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9689
9690 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9693         whitespace removed in revision 7.8.  Use concatenated string to
9694         protect trailing whitespace.
9695
9696 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9697
9698         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9699         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9700         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9701         Courier IMAP ("some version from 2004").  Mostly based on similar
9702         code in the same function.
9703
9704 2005-10-26  Didier Verna  <didier@xemacs.org>
9705
9706         * gnus-group.el (gnus-group-compact-group): Invalidate original
9707         article buffer.
9708         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9709         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9710         NOV database and in article itself.
9711         Invalidate article backlog.
9712
9713 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9716
9717 2005-10-26  Simon Josefsson  <jas@extundo.com>
9718
9719         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9720         part of 2004-07-25 change.
9721
9722 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * message.el (message-display-completion-list): New function.
9725         (message-expand-group): Use it; make sure the Completions buffer
9726         is modifiable.
9727 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9728
9729         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9730         user-mail-name is an empty string.
9731
9732 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9735         depending on gnus-score-decay-constant.
9736
9737         * encrypt.el (encrypt-insert-file-contents)
9738         (encrypt-write-file-contents): Don't use `gnus-message'.
9739
9740         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9741         arguments.
9742         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9743         arguments to mm-uu-verbatim-marks-extract.
9744         (mm-uu-hide-markers): New variable.
9745         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9746
9747         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9748         (gnus-convert-image-to-face-command): Use "convert" by default to
9749         allow other input image formats.
9750         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9751         accordingly.
9752
9753 2005-10-23  Simon Josefsson  <jas@extundo.com>
9754
9755         * imap.el (imap-gssapi-program): Align command line parameters
9756         with latest GNU SASL.
9757         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9758
9759 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9762         HTML.
9763         (nnslashdot-request-article): Ditto.
9764
9765         * lpath.el (featurep): Add nobreak-char-display.
9766
9767 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9768
9769         * mail-source.el (mail-source-fetch-pop): Require pop3.
9770         (mail-source-check-pop): Ditto.
9771
9772 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9775         errors.
9776
9777 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9780         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9781
9782         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9783
9784         * mm-bodies.el (mm-decode-string): Call
9785         `mm-charset-to-coding-system' with allow-override argument.
9786
9787 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9790         (rfc2047-charset-to-coding-system): New function.
9791         (rfc2047-decode-encoded-words): New function.
9792         (rfc2047-decode-region): Use them.
9793         (rfc2047-decode-cte): Remove.
9794         (rfc2047-parse-and-decode): Remove.
9795         (rfc2047-decode): Remove.
9796
9797 2005-10-15  Kenichi Handa  <handa@m17n.org>
9798
9799         * rfc2047.el (rfc2047-decode-cte): New function.
9800         (rfc2047-decode-region): Change the way to decode successive
9801         encoded-words: decode B- or Q-encoding in each encoded-word,
9802         concatenate them, and decode it as charset.
9803
9804 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * lpath.el: Fbind codepage-setup for XEmacs.
9807
9808 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9809
9810         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9811         widget-move-and-invoke.
9812         (gnus-custom-mode): Use gnus-custom-map.
9813
9814 2005-10-15  Bill Wohler  <wohler@newt.com>
9815
9816         * message.el (message-tool-bar-map): Renamed image file from
9817         mail_send to mail/send.
9818
9819 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9820
9821         * message.el (message-expand-group): Pass the common
9822         prefix substring of completion to `display-completion-list'.
9823
9824 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * mml-sec.el (mml-secure-method): New internal variable.
9827         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9828         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9829         functions using mml-secure-method.
9830
9831         * mml.el (mml-mode-map): Add key bindings for those functions.
9832         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9833         Harder <harder@myrealbox.com>.
9834         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9835         end of message if point is the headers of the message.
9836
9837         * message.el (message-in-body-p): New function.
9838
9839         * assistant.el: Autoload gnus-util and netrc.
9840
9841         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9842         Use `mm-charset-override-alist' only when decoding.
9843
9844         * mm-bodies.el (mm-decode-body): Call
9845         `mm-charset-to-coding-system' with allow-override argument.
9846
9847         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9848         `filename' from Content-Disposition if Content-Type doesn't
9849         provide `name'.
9850         (gnus-mime-view-part-as-type): Set default instead of
9851         initial-input.
9852
9853 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9854
9855         * format-spec.el (format-spec): Propagate text properties of % spec.
9856
9857 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus-art.el (gnus-treat-predicate): Add `first'.
9860
9861 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9864         (mm-charset-override-alist): New variable.
9865         (mm-charset-to-coding-system): Use it.
9866         (mm-codepage-setup): New helper function.
9867         (mm-charset-eval-alist): New variable.
9868         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9869         about unknown charsets.
9870
9871         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9872
9873 2005-10-04  David Hansen  <david.hansen@gmx.net>
9874
9875         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9876         (nnrss-check-group): Ditto.
9877
9878 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9881         Rename x-gnus-verbatim to x-verbatim.
9882         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9883
9884         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9885         x-verbatim.
9886
9887         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9888
9889         * gnus-util.el (gnus-remove-duplicates): Remove.
9890
9891         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9892         instead of gnus-remove-duplicates.
9893
9894         * message.el (message-remove-duplicates): Remove.
9895         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9896         message-remove-duplicates.
9897
9898         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9899         available, else use implementation from `delete-dups'.
9900
9901         * message.el (message-insert-expires): New function.
9902         (message-mode-map): Add key binding.
9903         (message-mode-field-menu): Add menu entry.
9904         (message-mode): Document it.
9905         (message-make-expires-date): Use `message-make-date'.
9906
9907 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9908
9909         * message.el (message-make-expires-date): New function.
9910
9911 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * Makefile.in (list-installed-shadows): New entry.
9914         (install): Use it.
9915         (remove-installed-shadows): New entry.
9916
9917         * dgnushack.el (dgnushack-default-load-path): New variable.
9918         (dgnushack-find-lisp-shadows): New function.
9919         (dgnushack-remove-lisp-shadows): New function.
9920
9921 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * Makefile.in (install-el-elc): New entry.
9924         (install): Use it so that .el files are necessarily installed.
9925
9926 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9929
9930 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9931
9932         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9933         function rather than the diff-mode.el package.
9934         (mm-display-external): Use with-current-buffer.
9935         (mm-viewer-completion-map, mm-viewer-completion-map):
9936         Move initialization inside declaration.
9937
9938 2005-09-29  Simon Josefsson  <jas@extundo.com>
9939
9940         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9941         autoload mail-check-payment.
9942         (spam-check-hashcash): Define unconditionally, since hashcash.el
9943         is part of Gnus now.  Ignore errors from payment checking.
9944
9945 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * message.el (message-bold-region, message-unbold-region): Rename
9948         from `bold-region' and `unbold-region'.
9949
9950         * message.el: Remove useless autoloads.
9951
9952 2005-09-28  Simon Josefsson  <jas@extundo.com>
9953
9954         * message.el (message-use-idna): Default to t.
9955         (message-use-idna): Test whether encoding works too.  Doc fix.
9956
9957 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * nntp.el (nntp-warn-about-losing-connection): Remove.
9960
9961 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9964         customizable.  Change default value.
9965         (mm-uu-diff-groups-regexp): Change default value.
9966         (mm-uu-type-alist): Add doc string.
9967         (mm-uu-configure): Add doc string.  Make it interactive.
9968         (mm-uu-tex-groups-regexp): New variable.
9969         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9970         (mm-uu-type-alist): Add LaTeX documents.
9971         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9972         of "text/verbatim".
9973         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9974
9975         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9976         instead of "text/verbatim".
9977
9978         * message.el (message-mark-inserted-region)
9979         (message-mark-insert-file): Use slrn style marks when called with
9980         prefix argument.
9981
9982 2005-09-27  Simon Josefsson  <jas@extundo.com>
9983
9984         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9985
9986 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9987
9988         * message.el (message-remove-duplicates): New function.
9989         Implementation borrowed from `gnus-remove-duplicates'.
9990         (message-idna-to-ascii-rhs): Also encode idna addresses in
9991         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9992         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9993         only ask about the same idna domain once per header and also tell
9994         in what header to replace the idna domain.
9995
9996         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9997         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9998         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9999         a header is decoded and not just the last one.
10000
10001 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10004         has been decoded.
10005
10006         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10007         (mm-insert-part): Don't modify text if it has been decoded.
10008
10009         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10010         decoded.
10011
10012         * mm-view.el (mm-inline-text): Don't strip text props unless
10013         decoding enriched or richtext parts.
10014
10015 2005-09-25  Romain Francoise  <romain@orebokech.com>
10016
10017         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10018         * gnus-start.el (gnus-subscribe-interactively):
10019         * gnus-uu.el (gnus-uu-grab-articles):
10020         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10021         space.
10022
10023 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10024
10025         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10026         * mm-view.el (mm-view-pkcs7-decrypt):
10027         * gnus-sum.el (gnus-summary-limit-to-extra)
10028         (gnus-summary-respool-article, gnus-read-move-group-name):
10029         * gnus-score.el (gnus-summary-increase-score):
10030         * gnus-util.el (gnus-completing-read-with-default):
10031         * gnus-art.el (gnus-read-save-file-name)
10032         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10033         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10034         * message.el (message-check-news-header-syntax):
10035         Follow convention for reading with the minibuffer.
10036
10037 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * spam-report.el (spam-report-url-ping-plain):
10040         Use gnus-extended-version as User-Agent.
10041
10042         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10043         default value is nil.
10044
10045         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10046         (mm-uu-verbatim-marks-extract): New function.
10047         (mm-uu-extract): New face.
10048         (mm-uu-copy-to-buffer): Use it.
10049
10050         * spam-report.el (spam-report-gmane-ham): Renamed from
10051         `spam-report-gmane-unspam'.
10052         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10053         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10054
10055         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10056         Autoload.
10057         (spam-report-gmane-unregister-routine): Renamed
10058         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10059
10060 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10063         (spam-report-gmane-unregister-routine): Add support for gmane
10064         unregistration.
10065
10066         * spam-report.el (spam-report-gmane-unspam)
10067         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10068         (spam-report-gmane): Change to take a single article and do unspam
10069         registration.
10070
10071 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * mm-url.el (mm-url-decode-entities): Fix regexp.
10074
10075 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10078         default to nil, to be able to use Gnus at all.  If the default
10079         switches to something else, then the function should be fixed not
10080         be exceedingly slow.
10081
10082 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10083
10084         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10085         fail hard.
10086
10087         * spam-report.el: Add better Keywords line.
10088
10089         * spam.el: Add Maintainer and better Keywords line.
10090
10091 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * gnus-art.el (gnus-article-replace-part)
10094         (gnus-mime-replace-part): New functions.
10095         (gnus-mime-action-alist, gnus-mime-button-commands)
10096         (gnus-mime-save-part-and-strip): Added file argument.
10097         (gnus-article-part-wrapper): Added interactive argument.
10098
10099         * gnus-sum.el (gnus-summary-mime-map): Add
10100         `gnus-article-replace-part'.
10101
10102 2005-09-19  Didier Verna  <didier@xemacs.org>
10103
10104         The nnml compaction feature:
10105         * nnml.el (nnml-request-compact-group): New function.
10106         * nnml.el (nnml-request-compact): New function.
10107         * gnus-int.el (gnus-request-compact-group): New function.
10108         * gnus-int.el (gnus-request-compact): New function.
10109         * gnus-group.el (gnus-group-compact-group): New function.
10110         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10111         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10112         * gnus-srvr.el (gnus-server-compact-server): New function.
10113         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10114         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10115
10116 2005-09-18  Deepak Goel  <deego@gnufans.org>
10117
10118         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10119         format spec.
10120
10121 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10124
10125 2005-09-15  Romain Francoise  <romain@orebokech.com>
10126
10127         * message.el (message-fill-paragraph): Clarify docstring.
10128
10129 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-art.el (gnus-mime-display-part): Protect against broken
10132         MIME messages.
10133
10134 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10137         before parsing header.
10138
10139 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10140
10141         * html2text.el (html2text-replace-list): Add new entities.
10142
10143 2005-09-11  Romain Francoise  <romain@orebokech.com>
10144
10145         * message.el (message-alternative-emails): Improve docstring.
10146         (message-setup-1): Call `message-use-alternative-email-as-from'
10147         after `message-setup-hook' to give it precedence over posting
10148         styles, etc.
10149         (message-use-alternative-email-as-from): Add docstring.  Remove
10150         the original From header if present.
10151
10152         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10153         (nnml-save-mail): Use it.
10154
10155         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10156         articles.  Add new argument `silent'.
10157         (gnus-uu-mark-all): Report the total number of marked articles.
10158
10159 2005-09-10  Romain Francoise  <romain@orebokech.com>
10160
10161         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10162         (gnus-uu-mark-series): Likewise.
10163
10164 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * spam-report.el (spam-report-gmane): Fix generation of spam
10167         report URL.
10168
10169 2005-09-10  Simon Josefsson  <jas@extundo.com>
10170
10171         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10172         t, based on discussion on the ding list with Robert Epprecht
10173         <epprecht@solnet.ch>.
10174
10175 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * spam-report.el (spam-report-gmane): Make it work without
10178         X-Report-Spam header.  Gmane now only provides Archived-At.
10179         This is only used if `spam-report-gmane-use-article-number' is nil.
10180         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10181
10182         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10183         make `gnus-summary-sort-by-recipient' work with threading.
10184
10185         * nnweb.el (nnweb-google-wash-article): Print a message if article
10186         is not available.
10187
10188 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10189
10190         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10191         change.  Decode text/* parts content before displaying.
10192
10193 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10196
10197 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10200
10201         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10202         url-package-name, url-package-version,
10203         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10204         w3m-display-inline-images, and w3m-minor-mode-map.
10205
10206 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * message.el (message-tab-body-function): Fix mismatched custom type.
10209
10210         * gnus.el (gnus-group-change-level-function): Ditto.
10211
10212         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10213
10214         * gnus-art.el (gnus-signature-limit)
10215         (gnus-article-mime-part-function): Ditto.
10216
10217 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * mml.el (mml-mode): Silence the byte compiler.
10220
10221         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10222         using `(sit-for 0)' before moving the point to the specified part;
10223         skip unbuttonized parts.
10224         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10225         return to the summary window if gnus-auto-select-part is non-nil.
10226
10227 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10230         variables.
10231         (mml-dnd-attach-file, mml-mode): Use them.
10232
10233         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10234         Make fetching article by MID work again for Google Groups.  Added
10235         FIXME concerning gnus-group-make-web-group.
10236
10237         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10238         Don't depend on Gnus by using mail-extract-address-components if
10239         gnus-extract-address-components is not bound.
10240
10241 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * gnus-art.el (gnus-mime-display-security): Don't display the
10244         signature, but only the signed part.
10245
10246 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10249
10250         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10251         list, not listp.
10252
10253 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10254
10255         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10256         when encoding.
10257
10258         * mm-bodies.el (mm-decode-content-transfer-encoding):
10259         De-canonicalize CRLF for all text content types, not just
10260         text/plain.
10261
10262 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10265         valid article; point arrow and cursor at the MIME button.
10266
10267 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10270         Suggested by Dan Christensen <jdc@uwo.ca>.
10271
10272         * mm-decode.el (mm-save-part): Enable change of prompt.
10273
10274 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10275
10276         * gnus-msg.el (gnus-inews-add-send-actions): Made
10277         `message-post-method' lambda parameter ARG `&optional'.
10278
10279 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * gnus-sum.el (gnus-summary-mime-map): Added
10282         gnus-article-save-part-and-strip, gnus-article-delete-part and
10283         gnus-article-jump-to-part.
10284
10285         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10286         (gnus-article-edit-part): Use it.
10287         (gnus-article-part-wrapper): Added no-handle argument.
10288         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10289         functions.
10290
10291 2005-08-29  Romain Francoise  <romain@orebokech.com>
10292
10293         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10294         docstring.
10295         (gnus-face-from-file): Likewise.
10296
10297 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10300         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10301         non-nil.
10302         (gnus-auto-select-part): New variable.
10303         (gnus-article-jump-to-part): New function.
10304         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10305         (gnus-mime-delete-part): Allow selecting specified part after
10306         deleting or stripping parts.
10307         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10308         part if argument is bogus.
10309
10310 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10311
10312         * gnus-art.el (w3m-minor-mode-map):
10313         * gnus-spec.el (gnus-newsrc-file-version):
10314         * gnus-util.el (nnmail-active-file-coding-system)
10315         (gnus-original-article-buffer, gnus-user-agent):
10316         * gnus.el (gnus-ham-process-destinations)
10317         (gnus-parameter-ham-marks-alist)
10318         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10319         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10320         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10321         * mm-decode.el (gnus-current-window-configuration):
10322         * mm-extern.el (gnus-article-mime-handles):
10323         * mm-url.el (url-current-object, url-package-name)
10324         (url-package-version):
10325         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10326         (smime-keys, w3m-cid-retrieve-function-alist)
10327         (w3m-current-buffer, w3m-display-inline-images)
10328         (w3m-minor-mode-map):
10329         * mml-smime.el (gnus-extract-address-components):
10330         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10331         (gnus-newsrc-hashtb, message-default-charset)
10332         (message-deletable-headers, message-options)
10333         (message-posting-charset, message-required-mail-headers)
10334         (message-required-news-headers):
10335         * mml1991.el (mc-pgp-always-sign):
10336         * mml2015.el (mc-pgp-always-sign):
10337         * nnheader.el (nnmail-extra-headers):
10338         * rfc1843.el (gnus-decode-encoded-word-function)
10339         (gnus-decode-header-function, gnus-newsgroup-name):
10340         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10341
10342 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10343
10344         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10345         the end of the date treatments.
10346
10347 2005-08-15  Simon Josefsson  <jas@extundo.com>
10348
10349         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10350         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10351         Capello and Romain Francoise.
10352         (pgg-fetch-key-function): Removed, not used?
10353         (pgg-insert-url-with-w3): Require url, to get
10354         url-insert-file-contents regardless of where it is defined.
10355
10356 2005-08-13  Romain Francoise  <romain@orebokech.com>
10357
10358         * message.el (message-cite-original-1): New function.
10359         (message-cite-original): Use it.
10360         (message-cite-original-without-signature): Ditto.
10361
10362 2005-08-08  Romain Francoise  <romain@orebokech.com>
10363
10364         * message.el (message-yank-empty-prefix): New variable.
10365         (message-indent-citation): Use it.
10366         (message-cite-original-without-signature): Respect X-No-Archive.
10367
10368 2005-08-08  Simon Josefsson  <jas@extundo.com>
10369
10370         * pgg.el: Autoload url-insert-file-contents instead of loading
10371         w3/url.
10372         (pgg-insert-url-with-w3): Don't load url here.
10373
10374 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10375
10376         * message.el (message-kill-to-signature): Don't insert newline at
10377         bol.
10378         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10379
10380 2005-08-06  Romain Francoise  <romain@orebokech.com>
10381
10382         * message.el (message-user-fqdn): Fix typo in docstring.
10383
10384 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10385
10386         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10387
10388         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10389
10390 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * mm-bodies.el (mm-encode-body): Use coding system rather than
10393         charset to encode text.
10394
10395         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10396         number of charsets if utf-8 is available (XEmacs).
10397
10398 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10401         taken from `gnus-button-mid-or-mail-regexp'.
10402         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10403         (gnus-button-alist): Improve regexp for domain part of the MIDs
10404         for news:localpart@domain buttons.
10405         (gnus-button-ctan-directory-regexp): Update.
10406
10407 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * sieve-manage.el (sieve-manage-interactive-login): Use
10410         make-local-variable rather than make-variable-buffer-local.
10411         (sieve-manage-open): Ditto.
10412         (sieve-manage-authenticate): Ditto.
10413
10414         * mml.el (mml-generate-mime-1): Make the content type default to
10415         text/plain if the filename is not specified.
10416
10417 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10420         instead of insert-buffer.
10421
10422         * message.el (message-yank-original): Ditto; set the mark at the
10423         end of the yanked message.
10424
10425 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10428         lines to scroll rather than to stop it.
10429
10430         * mml.el (mml-generate-default-type): Add doc string.
10431         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10432         default to application/octet-stream when determining the content
10433         type if it is not specified for the part or the mml contents; add
10434         a comment about mml-generate-default-type.
10435
10436 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10439         make it default to application/octet-stream when determining the
10440         content type if it is not specified for the external contents.
10441
10442 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10445         segmented parameter but also other parameters might be there.
10446
10447 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-decode.el (mm-display-external): Delete temp file, directory
10450         and buffer immediately if the external process is exited.
10451
10452 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10455         fewer lines than that of scroll-margin.
10456         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10457
10458 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-art.el (gnus-article-next-page): Revert.
10461         (gnus-article-beginning-of-window): New macro.
10462         (gnus-article-next-page-1): Use it.
10463         (gnus-article-prev-page): Ditto.
10464         (gnus-article-edit-part): Use insert-buffer-substring instead of
10465         insert-buffer.
10466         (gnus-article-edit-exit): Ditto.
10467
10468         * gnus-util.el (gnus-beginning-of-window): Remove.
10469         (gnus-end-of-window): Remove.
10470
10471         * lpath.el: Don't bind header-line-format and scroll-margin.
10472
10473 2005-07-25  Simon Josefsson  <jas@extundo.com>
10474
10475         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10476         to have the url package without w3.  Reported by Daiki Ueno
10477         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10478
10479 2005-07-20  Didier Verna  <didier@xemacs.org>
10480
10481         * gnus-diary.el: Remove the description comment (nndiary is now
10482         properly documented in the Gnus manual).
10483         Fix the spelling of "Back End".
10484         * nndiary.el: Ditto.
10485         Fix the copyright notice.
10486
10487 2005-07-18  Romain Francoise  <romain@orebokech.com>
10488
10489         * gnus-sum.el (gnus-summary-to-prefix)
10490         (gnus-summary-newsgroup-prefix): New variables.
10491         (gnus-summary-from-or-to-or-newsgroups): Use them.
10492
10493 2005-07-17  Romain Francoise  <romain@orebokech.com>
10494
10495         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10496         space as it's generally not especially interesting to the user.
10497
10498 2005-07-16  Romain Francoise  <romain@orebokech.com>
10499
10500         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10501         nil to avoid prompting and file modification if one of the
10502         messages at the top of the nnfolder file contains a copyright
10503         notice.
10504         Update copyright notice.
10505
10506         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10507         instead of `current-time-string' as the latter creates a time
10508         string that is not RFC 2822 compliant (it lacks the zone).
10509         Update copyright notice.
10510
10511 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10512
10513         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10514         for text/rtf.  Display default in prompt.  Pass default for M-n.
10515
10516         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10517
10518 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * gnus-msg.el (gnus-button-mailto): Remove
10521         save-selected-window-window hackery because it relies on
10522         save-selected-window internals.
10523
10524 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10527         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10528         (gnus-article-prev-page): Ditto.
10529
10530         * gnus-util.el (gnus-beginning-of-window): New function.
10531         (gnus-end-of-window): New function.
10532
10533         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10534
10535 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10536
10537         * gnus-score.el (gnus-score-edit-all-score): Set
10538         gnus-score-edit-exit-function to gnus-score-edit-done and call
10539         gnus-message.
10540
10541 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus-msg.el (gnus-button-mailto): Remove
10544         save-selected-window-window hackery because it relies on
10545         save-selected-window internals.
10546
10547 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10550         add-minor-mode.
10551         (gnus-binary-mode): Ditto.
10552
10553         * gnus-topic.el (gnus-topic-mode): Ditto.
10554
10555 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10556
10557         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10558         (gnus-article-prev-page): Take scroll-margin into consideration.
10559
10560 2005-07-04  Lute Kamstra  <lute@gnu.org>
10561
10562         Update FSF's address in GPL notices.
10563
10564 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10565
10566         * gnus.el (gnus-exit):
10567         * gnus-group.el (gnus-group-icons):
10568         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10569
10570         * gnus-nocem.el (gnus-nocem):
10571         * message.el (message-various, message-buffers, message-sending)
10572         (message-interface, message-forwarding, message-insertion)
10573         (message-headers, message-news, message-mail):
10574         * pgg-gpg.el (pgg-gpg):
10575         * pgg-parse.el (pgg-parse):
10576         * pgg-pgp.el (pgg-pgp):
10577         * pgg-pgp5.el (pgg-pgp5):
10578         * pop3.el (pop3): Finish `defgroup' description with period.
10579
10580 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-art.el (article-display-face): Improve the efficiency.
10583         (article-display-x-face): Ditto; remove grey x-face stuff.
10584
10585 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-art.el (article-display-face): Correct the position in
10588         which Faces are inserted.
10589
10590 2005-06-29  Didier Verna  <didier@xemacs.org>
10591
10592         * gnus-art.el (article-display-face): Display faces in correct
10593         order.
10594
10595 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10598         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10599         (gnus-nocem-check-article): Fetch the Type header.
10600         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10601         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10602         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10603         make sure gnus-nocem-hashtb is initialized.
10604         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10605         (gnus-nocem-unwanted-article-p): Ditto.
10606
10607         * pgg.el (pgg-verify): Return the verification result.
10608
10609 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10612         is ascii.
10613
10614 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10615
10616         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10617         `show-nonbreak-escape'.
10618
10619 2005-06-23  Lute Kamstra  <lute@gnu.org>
10620
10621         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10622
10623         * dig.el (dig-mode):
10624         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10625
10626 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10627
10628         * nnimap.el (nnimap-split-download-body): Fix spellings.
10629
10630 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10631
10632         * gnus-art.el (gnus-article-encrypt-body):
10633         * gnus-cus.el (gnus-score-customize):
10634         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10635         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10636
10637 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10638
10639         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10640         header by looking for magic "MII" at the beginnig.
10641
10642 2005-06-16  Miles Bader  <miles@gnu.org>
10643
10644         * gnus-xmas.el (gnus-xmas-group-startup-message):
10645         Use renamed gnus-splash face.
10646
10647         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10648         (assistant-field-face): New backward-compatibility alias for renamed
10649         face.
10650         (assistant-render-text): Use renamed assistant-field face.
10651
10652         * spam.el (spam): Remove "-face" suffix from face name.
10653         (spam-face): New backward-compatibility alias for renamed face.
10654         (spam-face, spam-initialize): Use renamed spam face.
10655
10656         * message.el (message-header-to, message-header-cc)
10657         (message-header-subject, message-header-newsgroups)
10658         (message-header-other, message-header-name)
10659         (message-header-xheader, message-separator, message-cited-text)
10660         (message-mml): Remove "-face" suffix from face names.
10661         (message-header-to-face, message-header-cc-face)
10662         (message-header-subject-face, message-header-newsgroups-face)
10663         (message-header-other-face, message-header-name-face)
10664         (message-header-xheader-face, message-separator-face)
10665         (message-cited-text-face, message-mml-face):
10666         New backward-compatibility aliases for renamed faces.
10667         (message-font-lock-keywords): Use renamed message faces.
10668
10669         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10670         (sieve-test-commands, sieve-tagged-arguments):
10671         Remove "-face" suffix from face names.
10672         (sieve-control-commands-face, sieve-action-commands-face)
10673         (sieve-test-commands-face, sieve-tagged-arguments-face):
10674         New backward-compatibility aliases for renamed faces.
10675         (sieve-control-commands-face, sieve-action-commands-face)
10676         (sieve-test-commands-face, sieve-tagged-arguments-face):
10677         Use renamed sieve faces.
10678
10679         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10680         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10681         (gnus-group-news-3-empty, gnus-group-news-4)
10682         (gnus-group-news-4-empty, gnus-group-news-5)
10683         (gnus-group-news-5-empty, gnus-group-news-6)
10684         (gnus-group-news-6-empty, gnus-group-news-low)
10685         (gnus-group-news-low-empty, gnus-group-mail-1)
10686         (gnus-group-mail-1-empty, gnus-group-mail-2)
10687         (gnus-group-mail-2-empty, gnus-group-mail-3)
10688         (gnus-group-mail-3-empty, gnus-group-mail-low)
10689         (gnus-group-mail-low-empty, gnus-summary-selected)
10690         (gnus-summary-cancelled, gnus-summary-high-ticked)
10691         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10692         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10693         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10694         (gnus-summary-low-undownloaded)
10695         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10696         (gnus-summary-low-unread, gnus-summary-normal-unread)
10697         (gnus-summary-high-read, gnus-summary-low-read)
10698         (gnus-summary-normal-read, gnus-splash):
10699         Remove "-face" suffix from face names.
10700         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10701         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10702         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10703         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10704         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10705         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10706         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10707         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10708         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10709         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10710         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10711         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10712         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10713         (gnus-summary-normal-ticked-face)
10714         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10715         (gnus-summary-normal-ancient-face)
10716         (gnus-summary-high-undownloaded-face)
10717         (gnus-summary-low-undownloaded-face)
10718         (gnus-summary-normal-undownloaded-face)
10719         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10720         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10721         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10722         (gnus-splash-face):
10723         New backward-compatibility aliases for renamed faces.
10724         (gnus-group-startup-message): Use renamed gnus faces.
10725
10726         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10727         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10728         (gnus-server-agent): Remove "-face" suffix from face names.
10729         (gnus-server-agent-face, gnus-server-opened-face)
10730         (gnus-server-closed-face, gnus-server-denied-face)
10731         (gnus-server-offline-face):
10732         New backward-compatibility aliases for renamed faces.
10733         (gnus-server-agent-face, gnus-server-opened-face)
10734         (gnus-server-closed-face, gnus-server-denied-face)
10735         (gnus-server-offline-face): Use renamed gnus faces.
10736
10737         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10738         Remove "-face" suffix from face names.
10739         (gnus-picon-xbm-face, gnus-picon-face):
10740         New backward-compatibility aliases for renamed faces.
10741
10742         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10743         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10744         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10745         (gnus-cite-11): Remove "-face" suffix from face names.
10746         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10747         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10748         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10749         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10750         New backward-compatibility aliases for renamed faces.
10751         (gnus-cite-attribution-face, gnus-cite-face-list)
10752         (gnus-article-boring-faces): Use renamed gnus faces.
10753
10754         * gnus-art.el (gnus-signature, gnus-header-from)
10755         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10756         (gnus-header-content): Remove "-face" suffix from face names.
10757         (gnus-signature-face, gnus-header-from-face)
10758         (gnus-header-subject-face, gnus-header-newsgroups-face)
10759         (gnus-header-name-face, gnus-header-content-face):
10760         New backward-compatibility aliases for renamed faces.
10761         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10762
10763         * gnus-sum.el (gnus-summary-selected-face)
10764         (gnus-summary-highlight): Use renamed gnus faces.
10765         * gnus-group.el (gnus-group-highlight): Likewise.
10766
10767 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10768
10769         * gnus-sieve.el (gnus-sieve-article-add-rule):
10770         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10771         * spam-stat.el (spam-stat-buffer-change-to-spam)
10772         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10773
10774         * message.el (message-is-yours-p):
10775         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10776
10777 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-view.el (mm-inline-text): Withdraw the last change.
10780
10781 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10784         executing enriched-decode.
10785
10786 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10789         charset of tar files.
10790
10791 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10792
10793         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10794
10795 2005-06-04  Lute Kamstra  <lute@gnu.org>
10796
10797         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10798         information is never recorded.
10799
10800 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10801
10802         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10803
10804 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * pop3.el (pop3-apop): Run md5 in the binary mode.
10807
10808         * starttls.el (starttls-set-process-query-on-exit-flag):
10809         Use eval-and-compile.
10810
10811 2005-05-31  Simon Josefsson  <jas@extundo.com>
10812
10813         * smime.el (smime-replace-in-string): Define.
10814         (smime-cert-by-ldap-1): Use it.
10815
10816 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-art.el (article-display-x-face): Replace
10819         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10820
10821         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10822         set-process-query-on-exit-flag or process-kill-without-query.
10823
10824         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10825         loop instead of replace-regexp.
10826
10827         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10828         instead of process-kill-without-query if it is available.
10829
10830         * lpath.el: Fbind ldap-search-entries.
10831
10832         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10833         instead of find-file-hooks if it is available.
10834
10835         * mml1991.el: Bind pgg-default-user-id when compiling.
10836
10837         * mml2015.el: Bind pgg-default-user-id when compiling.
10838
10839         * nndraft.el (nndraft-request-associate-buffer):
10840         Use write-contents-functions instead of write-contents-hooks if it is
10841         available.
10842
10843         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10844         instead of find-file-hooks if it is available.
10845
10846         * nntp.el (nntp-open-connection): Replace
10847         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10848         (nntp-open-ssl-stream): Ditto.
10849         (nntp-open-tls-stream): Ditto.
10850
10851         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10852         set-process-query-on-exit-flag or process-kill-without-query.
10853         (starttls-open-stream-gnutls): Use it instead of
10854         process-kill-without-query.
10855         (starttls-open-stream): Ditto.
10856
10857 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10858
10859         * smime.el (smime-cert-by-ldap-1): Don't use
10860         replace-regexp-in-string.
10861
10862 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10863
10864         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10865
10866         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10867         in PEM format.  Adjust to the XEmacs compability.
10868
10869 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10872         by `string-to-number'.
10873         * gnus-agent.el (gnus-agent-regenerate-group)
10874         (gnus-agent-fetch-articles): Ditto.
10875         * gnus-art.el (gnus-button-fetch-group): Ditto.
10876         * gnus-cache.el (gnus-cache-generate-active)
10877         (gnus-cache-articles-in-group): Ditto.
10878         * gnus-group.el (gnus-group-set-current-level)
10879         (gnus-group-insert-group-line): Ditto.
10880         * gnus-score.el (gnus-score-set-expunge-below)
10881         (gnus-score-set-mark-below, gnus-summary-score-effect)
10882         (gnus-summary-score-entry): Ditto.
10883         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10884         (gnus-soup-pack): Ditto.
10885         * gnus-spec.el (gnus-xmas-format): Ditto.
10886         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10887         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10888         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10889         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10890         * nndb.el (nndb-get-remote-expire-response): Ditto.
10891         * nndiary.el (nndiary-parse-schedule-value)
10892         (nndiary-string-to-number, nndiary-request-replace-article)
10893         (nndiary-request-article): Ditto.
10894         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10895         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10896         * nneething.el (nneething-make-head): Ditto.
10897         * nnfolder.el (nnfolder-request-article)
10898         (nnfolder-retrieve-headers): Ditto.
10899         * nnheader.el (nnheader-file-to-number): Ditto.
10900         * nnkiboze.el (nnkiboze-request-article): Ditto.
10901         * nnmail.el (nnmail-process-unix-mail-format)
10902         (nnmail-process-babyl-mail-format): Ditto.
10903         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10904         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10905         (nnmh-request-create-group, nnmh-request-list-1)
10906         (nnmh-request-group, nnmh-request-article): Ditto.
10907         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10908         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10909         * nnsoup.el (nnsoup-make-active): Ditto.
10910         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10911         * nntp.el (nntp-find-group-and-number)
10912         (nntp-retrieve-headers-with-xover): Ditto.
10913         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10914         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10915         (pgg-format-key-identifier): Ditto.
10916         * pop3.el (pop3-last, pop3-stat): Ditto.
10917         * qp.el (quoted-printable-decode-region): Ditto.
10918
10919         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10920         of concat.
10921
10922 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10925
10926         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10927
10928         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10929
10930         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10931
10932         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10933
10934         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10935
10936         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10937         (gnus-carpal-mode): Ditto.
10938
10939         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10940         (gnus-browse-mode): Ditto.
10941
10942         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10943
10944         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10945
10946 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10947
10948         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10949
10950 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * gnus-util.el (gnus-run-mode-hooks): New function.
10953
10954         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10955
10956         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10957         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10958
10959 2005-05-27  Lute Kamstra  <lute@gnu.org>
10960
10961         * dns-mode.el (dns-mode): Specify customization group.
10962
10963 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10964
10965         * gnus-agent.el (gnus-agent-make-mode-line-string):
10966         Use mode-line-highlight as mouse-face.
10967
10968 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * canlock.el (canlock): Change the parent group to news.
10971
10972         * deuglify.el (gnus-outlook-deuglify): Add :group.
10973
10974         * dig.el (dig): Add :group.
10975
10976         * dns-mode.el (dns-mode): Add :group.
10977
10978         * encrypt.el (encrypt): Add :group.
10979
10980         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10981         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10982         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10983         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10984         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10985
10986         * gnus-diary.el (gnus-diary): Add :group.
10987
10988         * gnus.el (gnus-group-news-1-face): Add :group.
10989         (gnus-group-news-1-empty-face): Ditto.
10990         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10991         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10992         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10993         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10994         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10995         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10996         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10997         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10998         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10999         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11000         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11001         (gnus-summary-high-ticked-face): Ditto.
11002         (gnus-summary-low-ticked-face): Ditto.
11003         (gnus-summary-normal-ticked-face): Ditto.
11004         (gnus-summary-high-ancient-face): Ditto.
11005         (gnus-summary-low-ancient-face): Ditto.
11006         (gnus-summary-normal-ancient-face): Ditto.
11007         (gnus-summary-high-undownloaded-face): Ditto.
11008         (gnus-summary-low-undownloaded-face): Ditto.
11009         (gnus-summary-normal-undownloaded-face): Ditto.
11010         (gnus-summary-high-unread-face): Ditto.
11011         (gnus-summary-low-unread-face): Ditto.
11012         (gnus-summary-normal-unread-face): Ditto.
11013         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11014         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11015
11016         * hashcash.el (hashcash): New custom group.
11017         (hashcash-default-payment): Add :group.
11018         (hashcash-payment-alist): Ditto.
11019         (hashcash-default-accept-payment): Ditto.
11020         (hashcash-accept-resources): Ditto.
11021         (hashcash-path): Ditto.
11022         (hashcash-extra-generate-parameters): Ditto.
11023         (hashcash-double-spend-database): Ditto.
11024         (hashcash-in-news): Ditto.
11025
11026         * message.el (message-minibuffer-local-map): Add :group.
11027
11028         * netrc.el (netrc): Add :group.
11029
11030         * sieve-manage.el (sieve-manage-log): Add :group.
11031         (sieve-manage-default-user): Diito.
11032         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11033         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11034         (sieve-manage-authenticators): Ditto.
11035         (sieve-manage-authenticator-alist): Ditto.
11036         (sieve-manage-default-port): Ditto.
11037
11038         * sieve-mode.el (sieve-control-commands-face): Add :group.
11039         (sieve-action-commands-face): Ditto.
11040         (sieve-test-commands-face): Ditto.
11041         (sieve-tagged-arguments-face): Ditto.
11042
11043         * smime.el (smime): Add :group.
11044
11045         * spam-report.el (spam-report): Add :group.
11046
11047         * spam.el (spam, spam-face): Add :group.
11048
11049 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11052         return \n.\n.\n at the end of articles.  Protect against that.
11053         (nntp-with-open-group): Allow debugging.
11054
11055         * nnheader.el (mail-header-set-extra): Make into a function
11056         because I just could't understand how to quote the list properly.
11057
11058         * dns.el (query-dns-cached): New function.
11059
11060 2005-05-26  Lute Kamstra  <lute@gnu.org>
11061
11062         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11063
11064 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11067
11068         * gnus-art.el: Don't autoload mail-extract-address-components.
11069
11070         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11071         eval-and-compile to evaluate it.
11072
11073         * hashcash.el: Don't autoload executable-find.
11074
11075         * nndb.el: Don't declare the nndb back end two or more times; don't
11076         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11077
11078         * nntp.el: Autoload format-spec instead of format; use
11079         eval-and-compile to evaluate autoload forms.
11080
11081 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11082
11083         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11084
11085 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus.el (gnus-version-number): Bump version.
11088
11089 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11090
11091         * gnus.el: No Gnus v0.3 is released.
11092
11093 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * lpath.el (featurep): Bind show-nonbreak-escape.
11096
11097 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (gnus-article-edit-part): Disable undo.
11100
11101 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11104         gnus-article-date-lapsed-new-header is t if date timer is active;
11105         skip headers in which the original date value is empty.
11106         (gnus-article-save-original-date): Redefine it as a macro.
11107         (gnus-display-mime): Use it.
11108
11109 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-art.el (article-date-ut): Support converting date in
11112         forwarded parts as well.
11113         (gnus-article-save-original-date): New function.
11114         (gnus-display-mime): Use it.
11115
11116 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11117
11118         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11119         enclosure element of <item>.
11120
11121 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * message.el (message-kill-buffer-query): Renamed from
11124         `message-kill-buffer-query-if-modified'.  Added :version.
11125
11126 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11129         window layout.
11130
11131 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mml.el: Autoload dnd when compiling.
11134
11135 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11138         x-dnd-*.
11139
11140 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * qp.el (quoted-printable-encode-region): Save excursion.
11143
11144 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11145
11146         * message.el (message-kill-buffer-query-if-modified): Add new variable
11147         so the user can kill a modified message buffer quickly.
11148         (message-kill-buffer): Use it.
11149
11150 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * lpath.el: Fbind display-time-event-handler; don't fbind
11153         string-to-multibyte.
11154
11155         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11156
11157 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11160         contained in text because xml.el decodes entities) with LFs.
11161
11162 2005-04-11  Lute Kamstra  <lute@gnu.org>
11163
11164         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11165         differently.
11166
11167 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11168
11169         * mm-util.el (mm-detect-coding-region): Typo.
11170
11171 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11174
11175 2005-04-06  Deepak Goel  <deego@gnufans.org>
11176
11177         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11178         user-function allow user modifications of the scores.
11179         (spam-stat-score-buffer-user): New function, to allow
11180         user-computed modifications to the score.
11181         (spam-stat-score-buffer-user-functions): List of additional
11182         scoring functions.
11183         (spam-stat-error-holder): Global temporary error holder.
11184         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11185         variable.
11186
11187 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11188
11189         * gnus-registry.el (gnus-registry-clean-empty-function)
11190         (gnus-registry-trim, gnus-registry-fetch-groups)
11191         (gnus-registry-delete-group): Groups that match
11192         `gnus-registry-ignored-groups' are removed from the registry
11193         entries, not just ignored for splitting.  This helps clean up the
11194         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11195         to get all the groups a message ID is in.
11196
11197         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11198         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11199         (spam-stat-score-buffer-user-functions): Add :number custom type.
11200
11201 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11204         argument in XEmacs.
11205
11206         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11207         (nnrss-request-group): Decode group name first.
11208         (nnrss-request-article): Make a text/plain article if mml-to-mime
11209         failed.
11210         (nnrss-get-encoding): Return a compatible encoding according to
11211         nnrss-compatible-encoding-alist.
11212         (nnrss-find-el): Use consp instead of listp.
11213         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11214
11215 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11218         which Emacs 20 doesn't support.
11219         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11220
11221 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11224         silence the byte compiler inside the defun.
11225
11226         * gnus-demon.el (parse-time-string): Add autoload.
11227
11228         * gnus-delay.el (parse-time-string): Add autoload.
11229
11230         * gnus-art.el (parse-time-string): Add autoload.
11231
11232         * nnultimate.el (parse-time): Require for `parse-time-string'.
11233
11234 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11237
11238         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11239
11240         * smime.el (smime-ldap-host-list): Add :version.
11241
11242 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11245         pass it to `gnus-browse-read-group'.
11246         (gnus-browse-read-group): Add NUMBER argument and pass it to
11247         `gnus-group-read-ephemeral-group'.
11248
11249         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11250         argument and pass it to `gnus-group-read-group'.
11251
11252 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11253
11254         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11255         mm-xemacs-find-mime-charset-1 if we have the mule feature
11256         available at runtime.
11257
11258 2005-03-25  Werner Lemberg  <wl@gnu.org>
11259
11260         * nnmaildir.el: Replace `illegal' with `invalid'.
11261
11262 2005-03-23  Lute Kamstra  <lute@gnu.org>
11263
11264         * time-date.el: Add comment on time value formats.
11265         Don't require parse-time.
11266         (with-decoded-time-value): New macro.
11267         (encode-time-value): New function.
11268         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11269         (days-to-time): Return a valid time value when arg is huge.
11270         (time-since): Use time-subtract.
11271         (time-to-number-of-days): Use time-to-seconds.
11272
11273 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11274
11275         * gnus-start.el (gnus-display-time-event-handler):
11276         Check display-time-timer at runtime rather than only at load time
11277         in case display-time-mode is turned off in the mean time.
11278
11279 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11282         used.
11283
11284         * nneething.el (nneething-map-file-directory): Derive from
11285         `gnus-directory'.
11286
11287         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11288         the To/Cc button.
11289
11290 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * nnmaildir.el (nnmaildir-request-accept-article):
11293         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11294
11295 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11296
11297         * gnus-async.el: Require timer-funcs at compile time when in
11298         XEmacs for `run-with-idle-timer'.
11299
11300 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11301
11302         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11303         autoloaded function.
11304
11305 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11306
11307         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11308
11309 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11310
11311         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11312
11313 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11316         gnus-expert-user to default.
11317
11318 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11319
11320         * nnimap.el (nnimap-open-server): Ditto.
11321
11322         * imap.el (imap-authenticate): Fix typo.
11323
11324 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11325
11326         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11327         buffer (since IMAP server might return FETCH response out of
11328         order, and the nntp buffer must be sorted).
11329
11330 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11331
11332         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11333         comparison on string.
11334
11335         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11336         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11337         (gnus-agent-summary-fetch-series): Modified to protect against
11338         gnus-agent-summary-fetch-group clearing processable flags.
11339         (gnus-agent-synchronize-group-flags): Update live group buffer as
11340         synchronization may occur due to the user toggle the plugged
11341         status.
11342         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11343         successfully downloaded.
11344         (gnus-agent-expire-group-1): Avoid using markers when the overview
11345         is in ascending order; greatly improves performance.
11346         (gnus-agent-regenerate-group): Use
11347         gnus-agent-synchronize-group-flags to reset read status in both
11348         gnus and server.
11349         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11350
11351 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * message.el: Don't autoload former message-utils variables.
11354         (message-strip-subject-trailing-was): Change doc string.
11355
11356         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11357         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11358         (nnweb-google-search): Add "hl=en" here.
11359         (nnweb-google-parse-1, nnweb-google-create-mapping):
11360         Don't hardcode URL.
11361
11362 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * message.el (message-get-reply-headers, message-followup):
11365         Mention related variables `message-use-followup-to' and
11366         `message-use-mail-followup-to', in the information buffer.
11367
11368         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11369         of broken groups(-beta).google.com.
11370
11371 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11372
11373         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11374         parameter to invoked gnus-request-move-article; remove the
11375         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11376         all at once instead of once per article.
11377         (gnus-summary-remove-process-mark): Accept a list of articles as
11378         well as a single article for processing.
11379
11380         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11381         parameter.
11382
11383         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11384
11385         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11386
11387         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11388         parameter.
11389
11390         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11391         parameter.
11392
11393         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11394         parameter and remove the gnus-sum-hint-move-is-internal variable.
11395
11396         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11397         parameter.
11398
11399         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11400         parameter.
11401
11402         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11403         parameter.
11404
11405         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11406
11407         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11408         parameter.
11409
11410         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11411         parameter.
11412
11413 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11414
11415         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11416         a more conservative way.
11417
11418 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11419
11420         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11421         buffer, so it moves the window's cursor.
11422
11423 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11424
11425         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11426         `mm-dissect-multipart' and receive the from field as an (optional)
11427         argument from `mm-dissect-multipart'.
11428         (mm-dissect-multipart): Receive the from field as an argument and
11429         pass it on when we call `mm-dissect-buffer' on MIME parts.
11430         Fixes verification/decryption of signed/encrypted MIME parts.
11431
11432 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11433
11434         * gnus-sum.el (gnus-summary-move-article): Set
11435         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11436         whatever it calls (right now, only nnimap-request-move article
11437         respects it).
11438
11439         * nnimap.el (nnimap-request-move-article): When
11440         gnus-sum-hint-move-is-internal is set, don't do the extra
11441         nnimap-request-article.
11442
11443 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11446
11447         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11448         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11449
11450         * gnus-sum.el (gnus-summary-caesar-message):
11451         Apply `gnus-treat-article' after rotation.
11452
11453         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11454         doc string.
11455
11456 2005-02-22  Simon Josefsson  <jas@extundo.com>
11457
11458         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11459         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11460         <arne@arnested.dk>.
11461         (encrypt): Add password-cache and password-cache-expiry as group
11462         members.
11463
11464 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11465
11466         * smime.el (smime-ldap-host-list): Doc fix.
11467         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11468         cache) password.
11469         (smime-sign-region): Use it.
11470         (smime-decrypt-region): Use it.
11471         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11472         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11473         fails.
11474         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11475         certificate from DER to PEM format rather than calling openssl.
11476
11477         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11478
11479         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11480         for signing/encryption.
11481
11482         * mml.el (mml-parse-1): Use them.
11483
11484 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11485
11486         * nnrss.el (nnrss-verbose): Removed.
11487         (nnrss-request-group): Use `nnheader-message' instead.
11488
11489 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11490
11491         * nnrss.el (nnrss-verbose): New variable.
11492         (nnrss-request-group): Make it say nnrss is requesting a group.
11493
11494 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11497         Handle news URL with given port correctly.
11498
11499 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11502         containing special characters.
11503
11504         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11505
11506         * mml.el (mime-to-mml): Ditto.
11507
11508         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11509         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11510         (rfc2047-decode-region): Quote decoded words containing special
11511         characters when rfc2047-quote-decoded-words-containing-tspecials
11512         is non-nil.
11513
11514 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11515
11516         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11517
11518         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11519
11520 2005-02-15  Simon Josefsson  <jas@extundo.com>
11521
11522         * nnimap.el (nnimap-debug): Doc fix.
11523
11524         * imap.el (imap-debug): Doc fix.
11525
11526 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11529
11530 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11531
11532         * gnus.el (spam-contents): Improve docs for spam-contents
11533         parameter in its variable incarnation.
11534
11535 2005-02-14  Simon Josefsson  <jas@extundo.com>
11536
11537         * smime-ldap.el: Use require instead of load-library for ldap.
11538         (smime-ldap-search): Indent.
11539         (smime-ldap-search-internal): Shorten line.
11540
11541         * smime.el (smime-cert-by-dns): Add doc-string.
11542         (smime-cert-by-ldap-1): Indent.
11543
11544         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11545         mml-smime-get-dns-ldap.
11546         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11547
11548 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11549
11550         * smime.el: Require smime-ldap.
11551         (smime-ldap-host-list): New variable.
11552         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11553
11554         * mml-smime.el (mml-smime-encrypt-query): New function.
11555         (mml-smime-encrypt-query): Use it.
11556
11557         * smime-ldap.el: New file.
11558
11559 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11562
11563 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11566         argument in doc string.  Make query for type more clear.
11567
11568 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus.el (gnus-group-startup-message): Search for gnus images in
11571         etc/images/gnus.
11572         * mm-util.el (mm-image-load-path): Likewise.
11573         * smiley.el (smiley-data-directory): Search for smilies in
11574         etc/images/smilies.
11575
11576 2005-02-09  Kim F. Storm  <storm@cua.dk>
11577
11578         Change Emacs release version from 21.4 to 22.1 throughout.
11579         Change Emacs development version from 21.3.50 to 22.0.50.
11580
11581 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11584
11585         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11586         non-Mule XEmacs as well.
11587         (mm-decompress-buffer): Signal an error intentionally if it does
11588         not decompress compressed data because auto-compression-mode is
11589         disabled.
11590
11591 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11592
11593         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11594         an ID in the registry even if it has no groups.
11595
11596 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11599         merge it into mm-decompress-buffer.
11600         (gnus-mime-copy-part): Use the MIME part charset, the value which
11601         a user specified or gnus-newsgroup-charset for decoding, like
11602         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11603         save-buffer what was used.  Suggested by Kevin Ryde
11604         <user42@zip.com.au>.
11605         (gnus-mime-inline-part): Allow the name parameter as well as the
11606         filename parameter; force decompressing of compressed data; always
11607         display contents being not decoded as unibyte.
11608
11609         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11610         as well as the filename parameter.
11611
11612         * mm-util.el (mm-decompress-buffer): Merge
11613         gnus-mime-jka-compr-maybe-uncompress.
11614         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11615         of compressed data.
11616
11617 2005-02-08  Simon Josefsson  <jas@extundo.com>
11618
11619         * imap.el (imap-log): Doc fix.
11620
11621 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11624         the coding cookies; decompress compressed parts.
11625
11626         * mml.el (mml-generate-mime-1): Add the charset parameter according
11627         to the value which a user specified manually or the coding cookie.
11628
11629         * mm-util.el (mm-string-to-multibyte): New function.
11630         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11631         (mm-coding-system-to-mime-charset): New function.
11632         (mm-decompress-buffer): New function.
11633         (mm-find-buffer-file-coding-system): New function.
11634
11635         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11636         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11637         parts.
11638
11639 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11640
11641         * mm-view.el (mm-display-inline-fontify): Decode a part according
11642         to the charset parameter.
11643
11644 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11647         prefix arg is neither nil nor a number, as info specifies.
11648
11649 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11652         timestamps.
11653
11654 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11655
11656         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11657         groups error checking and notify user.
11658
11659 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11660
11661         * message.el (message-send-mail-function): Check existence of
11662         sendmail-program first before using default value
11663         `message-send-mail-with-sendmail'.  Otherwise use more generic
11664         `smtpmail-send-it'.
11665
11666 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * nntp.el (nntp-request-update-info): Always return nil.
11669
11670 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11671
11672         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11673
11674 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11675
11676         * message.el (message-beginning-of-line): Change the behavior when
11677         invoked between BOL and : so that it first moves backward.
11678
11679 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11682         article buffer when editing of the article is discarded.
11683         (gnus-article-prepare): Revert.
11684
11685 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-art.el (gnus-article-prepare):
11688         Remove message-strip-forbidden-properties from the local hook.
11689
11690 2005-01-27  Simon Josefsson  <jas@extundo.com>
11691
11692         * password.el (password-cache-add): Only start one timer per key.
11693         Reported by Derek Atkins <warlord@MIT.EDU>.
11694
11695 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11696
11697         * run-at-time.el: Removed.  It is no longer needed as
11698         timer-funcs.el in the xemacs-base package has a working version of
11699         `run-at-time'.
11700
11701         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11702
11703         * password.el: Require timer-funcs instead of run-at-time in
11704         XEmacs.
11705         Remove `password-run-at-time' macro.
11706         (password-cache-add): Use `run-at-time' instead of
11707         `password-run-at-time'.
11708
11709         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11710         Remove `nnheader-cancel-function-timers' alias,
11711         `cancel-function-timers' exists in XEmacs in timer-funcs.
11712
11713         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11714         for `run-with-idle-timer'.
11715
11716         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11717         for `run-at-time'.
11718
11719         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11720         for `with-timeout'.
11721
11722         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11723         the same as for XEmacs 21.4.
11724         No need to ignore `run-with-idle-timer', this function exists in
11725         XEmacs now in timer-funcs.el in the xemacs-base package.
11726         (dgnushack-compile): No need to delete
11727         run-at-time.el from the list of files to compile because it
11728         doesn't exist anymore.
11729
11730 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11733         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11734
11735 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11736
11737         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11738         sensitively.
11739
11740 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11741
11742         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11743
11744 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11747         which will be inserted according to the multibyteness of a buffer
11748         rather than the type of contents.  Suggested by ARISAWA Akihiro
11749         <ari@mbf.ocn.ne.jp>.
11750
11751         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11752         of string which old xml.el may return rather than a string.
11753
11754 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11757
11758 2005-01-16  Simon Josefsson  <jas@extundo.com>
11759
11760         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11761         idn/idna.el isn't available.
11762         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11763         <michael@waxrat.com>.
11764
11765         * hashcash.el: Remove non-FSF copyright header.
11766
11767         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11768         (hashcash-generate-payment): Use it.
11769         (hashcash-generate-payment-async): Use it.
11770
11771 2005-01-15  Simon Josefsson  <jas@extundo.com>
11772
11773         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11774         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11775
11776         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11777         gnus-summary-idna-message.
11778         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11779         (gnus-summary-idna-message): New function.
11780
11781 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11784         gnus-novice-user.
11785
11786 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * nnrss.el (nnrss-request-delete-group): Delete entries in
11789         nnrss-group-alist as well.
11790         (nnrss-save-server-data): Insert newline.
11791
11792 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus.el (gnus-user-agent): Use list of symbols instead of
11795         symbols.  Display full version number for (S)XEmacs.  Optionally
11796         display (S)XEmacs codename.
11797
11798         * gnus-util.el (gnus-emacs-version): Update for new
11799         `gnus-user-agent'.
11800
11801         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11802         Gnus version.
11803
11804 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11807         which is unreadable in some setups.
11808
11809 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-spec.el (gnus-update-format-specifications): Flush the
11812         group format spec cache if it doesn't support decoded group names.
11813
11814 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11817         Allow to apply decay on score files matching a regexp.
11818
11819 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11822         compatibility in %g and %c.
11823
11824 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11827         name for only %g and %c.
11828         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11829         of gnus-tmp-group to decoded group name.
11830         (gnus-group-make-rss-group): Exclude `/'s from group names.
11831
11832 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * nnrss.el (nnrss-get-encoding): Fix regexp.
11835
11836 2004-12-27  Simon Josefsson  <jas@extundo.com>
11837
11838         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11839         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11840         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11841
11842 2004-12-17  Kim F. Storm  <storm@cua.dk>
11843
11844         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11845
11846         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11847
11848 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11849
11850         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11851
11852 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * nnrss.el: Require rfc2047 and mml.
11855         (nnrss-file-coding-system): New variable.
11856         (nnrss-format-string): Redefine it as an inline function.
11857         (nnrss-decode-group-name): New function.
11858         (nnrss-string-as-multibyte): Remove.
11859         (nnrss-retrieve-headers): Decode group name; don't use
11860         nnrss-format-string.
11861         (nnrss-request-group): Decode group name.
11862         (nnrss-request-article): Decode group name; allow a Message-ID as
11863         well as an article number; don't use nnrss-format-string; encode a
11864         Message-ID string which may contain non-ASCII characters; use
11865         mml-to-mime to compose a MIME article.
11866         (nnrss-request-expire-articles): Decode group name.
11867         (nnrss-request-delete-group): Decode group name.
11868         (nnrss-fetch): Clarify error message.
11869         (nnrss-read-server-data): Use insert-file-contents instead of load;
11870         bind file-name-coding-system; use multibyte buffer.
11871         (nnrss-save-server-data): Bind coding-system-for-write to the
11872         value of nnrss-file-coding-system; bind file-name-coding-system;
11873         add coding cookie.
11874         (nnrss-read-group-data): Use insert-file-contents instead of load;
11875         bind file-name-coding-system; use multibyte buffer.
11876         (nnrss-save-group-data): Bind coding-system-for-write to the
11877         value of nnrss-file-coding-system; bind file-name-coding-system.
11878         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11879         make it work with non-ASCII text.
11880         (nnrss-find-el): Make it work with old xml.el as well.
11881
11882 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11883
11884         * nnrss.el (nnrss-get-encoding): New function.
11885         (nnrss-fetch): Use unibyte buffer initially; bind
11886         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11887         decode contents according to the encoding attribute.
11888         (nnrss-save-group-data): Add coding cookie.
11889         (nnrss-mime-encode-string): New function.
11890         (nnrss-check-group): Use it to encode subject and author.
11891
11892 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11893
11894         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11895         imaginary variable.
11896
11897 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11900         correctly even if there are wide characters.
11901
11902 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11903
11904         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11905         downcased symbol names; make a new cache instead of reusing
11906         bbdb-hashtable.
11907
11908 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11911         concatenating segments rather than before concatenating them.
11912         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11913
11914         * message.el (message-get-reply-headers): Bind `extra'.
11915
11916 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11917
11918         * message.el (message-extra-wide-headers): New variable.
11919         (message-get-reply-headers): Use it.
11920
11921 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11924         (gnus-agent-group-pathname): Ditto.
11925
11926         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11927
11928         * gnus-group.el (gnus-group-make-group): Decode group name.
11929         (gnus-group-make-rss-group): Register the group data after opening
11930         the nnrss group.
11931
11932 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11933
11934         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11935         by expiry now get marked as read.
11936
11937 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11940
11941 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11942
11943         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11944         unify Latin characters in XEmacs.
11945         (mm-find-mime-charset-region): Use it.
11946
11947 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * gnus-util.el (gnus-delete-directory): New function.
11950
11951         * gnus-agent.el (gnus-agent-delete-group): Use it.
11952
11953         * gnus-cache.el (gnus-cache-delete-group): Use it.
11954
11955 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11958         names.
11959
11960 2004-12-16  Simon Josefsson  <jas@extundo.com>
11961
11962         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11963
11964 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11967
11968         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11969         (gnus-group-set-current-level): Decode group name.
11970
11971 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11972
11973         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11974         failed.
11975
11976 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-group.el (gnus-group-delete-group): Decode group name.
11979         (gnus-group-make-rss-group): Encode group name.
11980         (gnus-group-catchup-current): Decode group name.
11981         (gnus-group-kill-group): Decode group name.
11982
11983 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11984
11985         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11986
11987 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-group.el (gnus-group-make-rss-group):
11990         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11991
11992         * gnus-start.el (gnus-setup-news): Honor user's setting to
11993         gnus-message-archive-method.  Suggested by Lute Kamstra
11994         <lute@gnu.org>.
11995
11996 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11997
11998         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11999         global counterparts of the buffer-local variables.
12000
12001 2004-11-16  Romain Francoise  <romain@orebokech.com>
12002
12003         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12004         counterparts of the buffer-local variables.
12005
12006 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * message.el (message-forbidden-properties): Fixed typo in doc
12009         string.
12010
12011 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * gnus-util.el (gnus-replace-in-string): Added doc string.
12014
12015         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12016         to avoid problems when splitting mails with many recipients.
12017
12018 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12021         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12022
12023 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12024
12025         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12026         if there is no hashtable in memory or file modification time is
12027         newer than cached timestamp.
12028
12029 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12032         not-matching option.
12033
12034 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12037         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12038         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12039         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12040         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12041         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12042
12043 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * message.el (message-forward-make-body-mml): Remove headers
12046         according to message-forward-ignored-headers if a message is decoded.
12047
12048 2004-12-02  Romain Francoise  <romain@orebokech.com>
12049
12050         * message.el (message-forward-make-body-plain): Always remove
12051         headers according to message-forward-ignored-headers.
12052
12053 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12054
12055         * spam.el (spam-summary-prepare-exit): Remove the
12056         gnus-summary-limit pop for now, it has problems with ham marks for
12057         me.
12058
12059 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12062         correctly.
12063
12064 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12065
12066         * format-spec.el (format-spec): Message the char.
12067
12068 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * gnus-art.el (gnus-split-methods): Reformat comments.
12071
12072         * spam.el (spam-summary-prepare-exit): Remove article limits
12073         before exiting the summary buffer.
12074
12075 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12078         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12079
12080         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12081         order to silence the byte compiler.
12082
12083         * spam.el: Fix the way to silence the byte compiler, which
12084         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12085         bbdb-search-simple, spam-BBDB-register-routine,
12086         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12087         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12088         spam-stat-buffer-is-spam, spam-stat-load,
12089         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12090         spam-stat-save and spam-stat-split-fancy.
12091
12092 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12095         which may confuse users.
12096         (canlock-password-for-verify): Ditto.
12097
12098         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12099
12100         * gnus-art.el (gnus-emphasis-alist): Ditto.
12101
12102         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12103
12104         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12105
12106         * gnus-start.el (gnus-save-killed-list): Ditto.
12107
12108         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12109         (gnus-sum-thread-tree-root): Ditto.
12110         (gnus-sum-thread-tree-false-root): Ditto.
12111         (gnus-sum-thread-tree-single-indent): Ditto.
12112
12113         * message.el (message-courtesy-message): Ditto.
12114         (message-archive-note): Ditto.
12115         (message-subscribed-address-file): Ditto.
12116         (message-user-fqdn): Ditto.
12117
12118         * spam-report.el (spam-report-gmane-regex): Ditto.
12119
12120         * spam.el (spam-blackhole-good-server-regex): Ditto.
12121
12122 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * mml.el (mml-preview): Widen the message buffer before copying
12125         the contents to the preview buffer; sort headers before previewing.
12126
12127         * message.el (message-hidden-headers): Fix the way to avoid a bug
12128         in the `repeat' widget in Emacs 21.3 or earlier.
12129
12130 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * message.el (message-hidden-headers): Default to "^References:".
12133         Improve customization type.  Suggested by Reiner Steib
12134         <Reiner.Steib@gmx.de>.
12135
12136 2004-11-25  Romain Francoise  <romain@orebokech.com>
12137
12138         * message.el (message-strip-forbidden-properties): Remove check for
12139         obsolete `message-hidden' text property, hidden headers are not
12140         accessible in the buffer anymore.
12141
12142 2004-11-22  Romain Francoise  <romain@orebokech.com>
12143
12144         * message.el (message-header-format-alist): Add `From' in list
12145         so that it can be sorted.
12146         (message-fix-before-sending): Widen and sort headers before
12147         sending.
12148         (message-hide-headers): Use narrowing to hide headers by moving
12149         them to the top of the buffer and narrowing to the region
12150         underneath.
12151
12152 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12153
12154         * message.el (message-strip-forbidden-properties): Bind
12155         buffer-read-only (etc) to nil.
12156
12157 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12160         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12161
12162 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12163
12164         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12165
12166 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167
12168         * dns.el (query-dns): Use sit-for to time instead of
12169         accept-process-output, since that doesn't seem to work on udp
12170         sockets.
12171
12172 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12175
12176 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12177
12178         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12179         doc string.  Improve doc string.
12180
12181 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * nntp.el (nntp-request-update-info): Return nil if
12184         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12185         may not call gnus-activate-group which uselessly issues the GROUP
12186         commands for all nntp groups and wastes time.  Reported by Romain
12187         Francoise <romain@orebokech.com>.
12188
12189         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12190
12191 2004-11-15  Simon Josefsson  <jas@extundo.com>
12192
12193         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12194         headers separately.
12195         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12196         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12197
12198 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-start.el (gnus-convert-old-newsrc):
12201         Assign legacy-gnus-agent to 5.10.7.
12202
12203 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12206         start of the lines.
12207
12208 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12209
12210         * hashcash.el (hashcash-default-payment): Change default to 20.
12211         (hashcash-default-accept-payment): Change default to 20.
12212         (hashcash-process-alist): New variable.
12213         (hashcash-generate-payment-async): Add.
12214         (hashcash-already-paid-p): Add.
12215         (hashcash-insert-payment): Don't generate payments twice.
12216         (hashcash-insert-payment-async): Add.
12217         (hashcash-insert-payment-async-2): Add.
12218         (hashcash-cancel-async): Add.
12219         (hashcash-wait-async): Add.
12220         (hashcash-processes-running-p): Add.
12221         (hashcash-wait-or-cancel): Add.
12222         (mail-add-payment): New optional argument.  Conditionally start
12223         asynchronous calculation.
12224         (mail-add-payment-async): Add.
12225
12226         * message.el (message-send-mail): Wait for asynchronous hashcash
12227         results.  Don't clobber existing X-Hashcash headers.
12228         (message-setup-1): Call mail-add-payment-async when
12229         message-generate-hashcash is non-nil.
12230
12231 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12232
12233         * message.el (message-use-alternative-email-as-from): Examine the
12234         From header as well; use message-make-from in order to include a
12235         user's full name.
12236
12237 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12240         default; improve customization type.
12241         (gnus-emphasis-custom-with-format): New macro.
12242         (gnus-emphasis-custom-value-to-external): New function.
12243         (gnus-emphasis-custom-value-to-internal): New function.
12244
12245 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12246
12247         * dns.el (query-dns): Resolve reverse addresses.
12248
12249 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * gnus-group.el (gnus-group-get-new-news): Use it.
12252
12253         * gnus-start.el (gnus-check-reasonable-setup): New function.
12254
12255 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12258         "Args out of range" error.  Reported by Arnaud Giersch
12259         <arnaud.giersch@free.fr>.
12260
12261 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12262
12263         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12264
12265 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12266
12267         * spam.el (spam group): Add :version.
12268
12269         * pgg-def.el (pgg group): Add :version.
12270
12271 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * gnus-art.el (gnus-article-edit-article): Don't associate the
12274         article buffer with a draft file.  This is a temporary measure
12275         against the 2004-08-22 change to gnus-article-edit-mode.
12276
12277 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12280         (html2text-format-tags): Remove unused variable `attr'.
12281
12282 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12285
12286         * tls.el (tls-process-connection-type, tls-success)
12287         (tls-certtool-program): Add :version.
12288
12289         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12290         (starttls-extra-arguments, starttls-process-connection-type)
12291         (starttls-connect, starttls-failure, starttls-success): Add :version.
12292
12293         * spam-stat.el (spam-stat): Add :version.
12294
12295         * sieve.el (sieve): Add :version.
12296
12297         * sha1.el (sha1): Add :version.
12298         (sha1-use-external): Remove redundant version.
12299
12300         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12301         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12302         (nnmail-split-fancy-match-partial-words)
12303         (nnmail-split-lowercase-expanded): Add :version.
12304
12305         * nndiary.el (nndiary): Add :version.
12306
12307         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12308
12309         * mml-sec.el (mml-default-sign-method)
12310         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12311         Add :version.
12312
12313         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12314
12315         * mm-url.el (mm-url-use-external, mm-url-program)
12316         (mm-url-arguments): Add :version.
12317
12318         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12319         (mm-attachment-file-modes, mm-decrypt-option)
12320         (mm-w3m-safe-url-regexp): Add :version.
12321
12322         * message.el (message-cite-prefix-regexp)
12323         (message-sendmail-envelope-from, message-minibuffer-local-map)
12324         (message-user-fqdn, message-completion-alist): Add :version.
12325
12326         * gnus-win.el (gnus-configure-windows-hook)
12327         (gnus-use-frames-on-any-display): Add :version.
12328
12329         * gnus-art.el (gnus-article-address-banner-alist)
12330         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12331         (gnus-treat-from-picon, gnus-treat-mail-picon)
12332         (gnus-treat-x-pgp-sig): Add :version.
12333
12334         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12335         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12336         (gnus-summary-article-delete-hook)
12337         (gnus-summary-display-while-building): Add :version.
12338
12339         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12340         (gnus-get-top-new-news-hook): Add :version.
12341
12342         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12343         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12344
12345         * gnus-registry.el (gnus-registry): Add :version.
12346
12347         * gnus-spec.el (gnus-use-correct-string-widths)
12348         (gnus-make-format-preserve-properties): Add :version.
12349
12350         * gnus.el (gnus-group-charter-alist)
12351         (gnus-group-fetch-control-use-browse-url)
12352         (gnus-install-group-spam-parameters): Add :version.
12353
12354         * gnus-diary.el (gnus-diary): Add :version.
12355
12356         * gnus-delay.el (gnus-delay): Add :version.
12357
12358         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12359         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12360         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12361         Add :version.
12362
12363         * gnus-agent.el (gnus-agent-max-fetch-size)
12364         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12365         (gnus-agent-prompt-send-queue): Add :version.
12366
12367         * deuglify.el (gnus-outlook-deuglify): Add :version.
12368
12369         * html2text.el: Beautify code.  Improve doc strings.  Some
12370         checkdoc cleanup.
12371         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12372
12373 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12374
12375         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12376
12377 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12378
12379         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12380         when package is loaded.
12381
12382         * spam.el (spam-summary-score-preferred-header): Add global preference
12383         for people who want to override the default SpamAssassin over
12384         Bogofilter preference (when both are set).
12385         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12386         (spam-user-format-function-S): Check
12387         spam-summary-score-preferred-header.
12388         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12389         (spam-user-format-function-S): Format the score correctly.
12390
12391 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12394         signature file.  Suggested by Manoj Srivastava
12395         <srivasta@golden-gryphon.com>.
12396
12397         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12398         iso-2022-jp even in the Japanese language environment.
12399         Suggested by Jason Rumney <jasonr@gnu.org>.
12400
12401 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12404         use the same characters as the dummy marks; make it free from
12405         getting affected by the language environment.
12406         (gnus-summary-read-group-1): Update mark positions only when the
12407         format spec is updated.
12408
12409         * gnus-spec.el (gnus-update-format-specifications): Return a list
12410         of updated types.
12411
12412 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12415         of boundp to check if display-warning is available.
12416
12417 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12418
12419         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12420
12421 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * nnspool.el (nnspool-spool-directory): Use news-path if the
12424         news-directory variable is not bound.
12425
12426         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12427         function instead of display-warning if it is not available.
12428
12429 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12432         v5-10: Use `point-at-bol'.
12433
12434 2004-10-26  Simon Josefsson  <jas@extundo.com>
12435
12436         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12437         <chenggao@gmail.com>.
12438
12439 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12442         instead.
12443
12444 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12445
12446         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12447         to remove a server from the nnimap-server-buffer-alist.
12448         (nnimap-open-connection, nnimap-close-server): Use it.
12449
12450         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12451
12452 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12455         running the major-mode function.
12456
12457 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12460         dummy marks in the right way.
12461
12462 2004-10-18  David Edmondson  <dme@dme.org>
12463
12464         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12465         excessively.
12466
12467 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12468
12469         * gnus-util.el (gnus-split-references): Accept a nil references
12470         string and go on blissfully.
12471
12472         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12473         cases where the references string is non-nil but has no references.
12474
12475         * encrypt.el: Add autoload tags.
12476
12477         * spam.el (spam-resolve-registrations-routine): Remove article
12478         from unregistration list too.  Reported by David Hanak
12479         <dhanak@isis.vanderbilt.edu>
12480
12481 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12484         nil.  Changed custom type.
12485
12486 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12489
12490         * gnus-sum.el (gnus-summary-move-article): Use it.
12491
12492 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12493
12494         * encrypt.el: Add autoload cookies.
12495
12496         * spam.el (spam-backend-article-list-property)
12497         (spam-backend-get-article-todo-list)
12498         (spam-backend-put-article-todo-list)
12499         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12500         Resolve registrations separately.
12501         (spam-register-routine): Format comments.
12502         (spam-unregister-routine, spam-register-routine): Always call with
12503         specific-articles, no default list.
12504         (spam-summary-prepare-exit): Use the spam-classifications function.
12505
12506         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12507         gnus-encrypt.el.
12508
12509         * encrypt.el: Copied from gnus-encrypt.el.
12510
12511         * gnus-encrypt.el: Commented that it's obsolete.
12512
12513 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12516         (gnus-score-save): Use it.
12517
12518         * message.el (message-bury): Use `window-dedicated-p'.
12519
12520 2004-10-15  Simon Josefsson  <jas@extundo.com>
12521
12522         * pop3.el (top-level): Don't require nnheader.
12523         (pop3-read-timeout): Add.
12524         (pop3-accept-process-output): Add.
12525         (pop3-read-response, pop3-retr): Use it.
12526
12527 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12528
12529         * spam.el (spam-register-routine): Move comment.
12530         (spam-verify-bogofilter): Use 'unknown for the initial
12531         spam-bogofilter-valid state, not 'never.
12532
12533         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12534         for netrc-machine.
12535
12536         * nnimap.el (nnimap-open-connection): Use
12537         netrc-machine-user-or-password.
12538
12539 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12540
12541         * gnus-registry.el (gnus-registry-unload-hook):
12542         Set as a variable with add-hook.
12543
12544         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12545         of news-path.
12546
12547         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12548
12549         * spam.el: Delete duplicate `provide'.
12550         (spam-unload-hook): Set as a variable with add-hook.
12551
12552 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12555         in the doc string.
12556
12557         * message.el (message-ignored-news-headers)
12558         (message-ignored-supersedes-headers)
12559         (message-ignored-resent-headers)
12560         (message-forward-ignored-headers): Improve custom type.
12561
12562 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * message.el (message-tokenize-header): Fix 2004-09-06 change
12565         which used point-min in the wrong place.
12566
12567 2004-10-12  Simon Josefsson  <jas@extundo.com>
12568
12569         * tls.el (tls-certtool-program): New variable.
12570         (tls-certificate-information): New function, based on
12571         ssl-certificate-information.
12572
12573 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * compface.el: Move the version of ELisp-based uncompface program
12576         to the contrib directory because of the copyright problem.
12577
12578 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * message.el (message-kill-buffer): Raise the current frame.
12581
12582 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12585
12586         * gnus.el (message-y-or-n-p): Autoload.
12587
12588         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12589         (pop3-password-required, pop3-authentication-scheme)
12590         (pop3-leave-mail-on-server): Made customizable.
12591         (pop3): New custom group.
12592         (pop3-retr): Remove `sleep-for' statements.
12593         Suggested by Dave Love <fx@gnu.org>.
12594
12595         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12596         Windows/DOS.
12597
12598         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12599         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12600         Dave Love <fx@gnu.org>.
12601
12602         * mml.el (mml-minibuffer-read-disposition): Require match.
12603         Suggested by Dave Love <fx@gnu.org>.
12604
12605 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12608         doc string.
12609
12610 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12613
12614 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12615
12616         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12617         instead of calling `mm-insert-inline', to decode text/* parts
12618         before displaying them.
12619
12620 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * mm-uu.el (mm-uu-text-plain-type): New variable.
12623         (mm-uu-pgp-signed-extract-1): Use it.
12624         (mm-uu-pgp-encrypted-extract-1): Use it.
12625         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12626         bind mm-uu-text-plain-type with that value.
12627         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12628         mm-uu-dissect.
12629
12630 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-group.el (gnus-update-group-mark-positions):
12633         * gnus-sum.el (gnus-update-summary-mark-positions):
12634         * message.el (message-check-news-body-syntax):
12635         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12636         of string-as-multibyte.
12637
12638 2004-10-05  Juri Linkov  <juri@jurta.org>
12639
12640         * gnus-group.el (gnus-update-group-mark-positions):
12641         * gnus-sum.el (gnus-update-summary-mark-positions):
12642         * message.el (message-check-news-body-syntax):
12643         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12644         8-bit unibyte values to a multibyte string for search functions.
12645
12646 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12649         (mm-uu-dissect-text-parts): New function.
12650
12651         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12652         dissect text parts.
12653
12654         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12655         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12656
12657         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12658
12659         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12660         gnus-current-topics instead of gnus-current-topic.
12661
12662 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12663
12664         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12665
12666 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12667
12668         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12669         where approriate.
12670
12671         * nnml.el (nnml-generate-active-info): do.
12672
12673         * nndiary.el (nndiary-generate-active-info): do.
12674
12675         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12676         (gnus-topic-move): do.
12677
12678         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12679         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12680
12681         * gnus-srvr.el (gnus-server-prepare)
12682         (gnus-server-open-all-servers): do.
12683
12684         * gnus-msg.el (gnus-summary-cancel-article)
12685         (gnus-summary-resend-message)
12686         (gnus-summary-mail-crosspost-complaint): do.
12687
12688         * gnus-move.el (gnus-change-server): do.
12689
12690         * gnus-group.el (gnus-group-unmark-all-groups)
12691         (gnus-group-set-current-level): do.
12692
12693 2004-10-04  Simon Josefsson  <jas@extundo.com>
12694
12695         * message.el (message-generate-hashcash): Doc fix.
12696
12697 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12698
12699         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12700         avoid infinite recursion via gnus-get-function.
12701
12702 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12703
12704         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12705
12706         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12707
12708         * nnmail.el (nnmail-split-history): do.
12709
12710         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12711         (nnml-request-delete-group): do.
12712
12713         * nnslashdot.el (nnslashdot-read-groups): do.
12714
12715         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12716         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12717
12718         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12719         (nnspool-sift-nov-with-sed): Use last.
12720         (nnspool-retrieve-headers-with-nov): Use mapc.
12721         (nnspool-request-newgroups): Use dolist.
12722         (nnspool-request-group): Use last.
12723
12724         * nntp.el (nntp-read-server-type): Use dolist.
12725
12726         * nnvirtual.el (nnvirtual-create-mapping)
12727         (nnvirtual-update-read-and-marked): Use dolist.
12728         (nnvirtual-convert-headers): Simplify.
12729
12730 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12731
12732         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12733         support for sync'ing tick marks.
12734
12735 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12738         there's no visible header.
12739
12740 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12741
12742         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12743         necessary, pass full group name to gnus-request-set-marks.
12744
12745 2004-10-01  Simon Josefsson  <jas@extundo.com>
12746
12747         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12748         acroread.
12749
12750 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * spam-report.el (spam-report-gmane): Fix interactive.
12753
12754         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12755
12756         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12757         when writing file.
12758         (gnus-agent-synchronize-flags): Don't default to being
12759         interactive.
12760
12761 2004-09-30  Simon Josefsson  <jas@extundo.com>
12762
12763         * message.el (message-generate-hashcash): Add.
12764         (message-send-mail): Use it, call mail-add-payment.
12765
12766 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12769
12770 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12771
12772         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12773         gnus-requst-update-info with explicit code to sync the in-memory
12774         info read flags with the marks being sync'd to the backend.
12775
12776         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12777
12778 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12779
12780         * spam.el (spam-verify-bogofilter): Add new function.
12781         (spam-check-bogofilter)
12782         (spam-bogofilter-register-with-bogofilter): Use it.
12783         (spam-verify-bogofilter): Add small fixes.
12784
12785 2004-09-28  Simon Josefsson  <jas@extundo.com>
12786
12787         * hashcash.el (hashcash-generate-payment): Revert.
12788
12789 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12790
12791         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12792         gnus-extract-references instead of gnus-split-references.
12793
12794         * gnus-util.el (gnus-extract-references): Add new function, analogous
12795         to gnus-split-references but extracts only the message-ID without
12796         anything extra.
12797
12798         * hashcash.el (hashcash-generate-payment)
12799         (hashcash-check-payment): Do the right thing if hashcash-path is
12800         nil (because the hashcash program could not be found).
12801
12802         * spam.el (spam-use-hashcash): Remove comment.
12803
12804 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12805
12806         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12807         (gnus-cache-enter-article, gnus-cache-remove-article)
12808         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12809
12810         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12811
12812         * gnus-art.el (article-hide-boring-headers)
12813         (article-translate-strings, article-display-face)
12814         (gnus-article-mime-match-handle-first)
12815         (gnus-article-highlight-headers)
12816         (gnus-article-add-buttons-to-head): do.
12817
12818 2004-09-27  Simon Josefsson  <jas@extundo.com>
12819
12820         * hashcash.el: New version, from
12821         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12822         ../contrib/.
12823
12824 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12827
12828 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12829
12830         * gnus-dup.el (gnus-dup-open): Use mapc.
12831         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12832
12833         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12834         Reported by Stefan Wiens <s.wi@gmx.net>.
12835
12836         * gnus.el (gnus-shutdown): Use dolist.
12837
12838         * gnus-undo.el (gnus-undo): Use mapc.
12839
12840         * nnrss.el (nnrss-generate-active): do.
12841
12842         * message.el (message-cite-original-without-signature)
12843         (message-cite-original): Use mapc.
12844         (message-do-actions, message-make-forward-subject): Use dolist.
12845
12846 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12847
12848         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12849         deletion to remove entire duplicate line.  Fixes merged article
12850         number bug.
12851
12852 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12853
12854         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12855         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12856         first ask if you want to open a server and then, even when you
12857         responded with no, asking if you want to synchronize the server's
12858         flags.
12859         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12860         multi-line expressions.
12861         (gnus-agent-synchronize-group-flags): New internal function.
12862         Updates marks in memory (in the info structure) AND in the
12863         backend.
12864
12865         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12866
12867         * nnagent.el (nnagent-request-set-mark): Use
12868         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12869         method, to ensure that synchronization updates marks in the
12870         backend and in the info (in memory) structure.
12871
12872 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12875         convention fully; don't miss the root article of a thread; make
12876         the X-Draft-From header with correct article numbers.
12877
12878 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12879
12880         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12881         unless plugged.  Disable the agent so that an open failure causes
12882         an error.
12883
12884         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12885         Reverted 2004-09-21 change.  The backend must be opened while
12886         synchronizing flags even when the backend stores the flags
12887         locally.
12888
12889 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12892         in `header' match.  Reported by Svend Tollak Munkejord.
12893
12894         * message.el (message-cite-original): Fix use of
12895         `message-cite-articles-with-x-no-archive'.
12896
12897 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12900         (gnus-window-to-buffer): Ditto.
12901
12902         * mml.el (mml-preview-buffer): New variable.
12903         (mml-preview): Manage window layout with gnus-buffer-configuration.
12904
12905         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12906         X-Draft-From header even if those articles aren't quoted.
12907
12908 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12909
12910         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12911         (gnus-request-set-mark, gnus-request-update-mark): Use new
12912         g-s-t-u-l-m to decide to use backend even when unplugged.
12913
12914 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12917         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12918
12919 2004-09-20  Simon Josefsson  <jas@extundo.com>
12920
12921         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12922         "utf-16-le".
12923
12924 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12925
12926         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12927
12928 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * uudecode.el (uudecode-use-external): Add :version.
12931
12932         * smime.el (smime-CA-file, smime-encrypt-cipher)
12933         (smime-dns-server): Add :version.
12934
12935         * smiley.el (gnus-smiley-file-types): Add :version.
12936
12937         * sha1.el (sha1-use-external): Add :version.
12938
12939         * pgg-def.el (pgg-query-keyserver): Add :version.
12940
12941         * nnmail.el (nnmail-fancy-expiry-targets)
12942         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12943         Add :version.
12944
12945         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12946         (nnimap-retrieve-groups-asynchronous): Add :version.
12947         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12948
12949         * mml.el (mml-content-disposition-parameters)
12950         (mml-insert-mime-headers-always): Add :version.
12951
12952         * mm-util.el (mm-coding-system-priorities): Add :version.
12953
12954         * mm-decode.el (mm-inline-text-html-with-images)
12955         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12956         (mm-verify-option): Add :version.
12957         (mm-text-html-renderer): Change :version.
12958
12959         * message.el (message-fcc-externalize-attachments)
12960         (message-required-headers, message-draft-headers)
12961         (message-subject-trailing-was-query)
12962         (message-subject-trailing-was-ask-regexp)
12963         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12964         (message-mark-insert-end, message-archive-header)
12965         (message-archive-note, message-cross-post-default)
12966         (message-cross-post-note, message-followup-to-note)
12967         (message-cross-post-note-function, message-use-mail-followup-to)
12968         (message-subscribed-address-functions)
12969         (message-subscribed-address-file, message-subscribed-addresses)
12970         (message-subscribed-regexps, message-allow-no-recipients)
12971         (message-yank-cited-prefix, message-signature-insert-empty-line)
12972         (message-hidden-headers, message-hierarchical-addresses)
12973         (message-mail-user-agent, message-use-idna)
12974         (message-valid-fqdn-regexp)
12975         (message-strip-special-text-properties, message-header-synonyms)
12976         (message-beginning-of-line, message-tab-body-function): Add :version.
12977         (message-insert-canlock, message-wide-reply-confirm-recipients):
12978         Change :version.
12979
12980         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12981         and :version.
12982         (mail-source-delete-old-incoming-confirm)
12983         (mail-source-movemail-program): Add :version.
12984
12985         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12986         (gnus-agent-cache, gnus-agent): Change :version.
12987
12988         * gnus-util.el (gnus-use-byte-compile): Change :version.
12989
12990         * gnus-sum.el (gnus-summary-make-false-root-always)
12991         (gnus-summary-default-high-score)
12992         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12993         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12994         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12995         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12996         (gnus-sum-thread-tree-single-indent)
12997         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12998         (gnus-sum-thread-tree-leaf-with-other)
12999         (gnus-sum-thread-tree-single-leaf): Add :version.
13000         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13001         (gnus-article-loose-mime): Change :version.
13002
13003         * gnus-start.el (gnus-backup-startup-file)
13004         (gnus-save-startup-file-via-temp-buffer): Add :version.
13005
13006         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13007         (gnus-server-offline-face): Add :version.
13008
13009         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13010
13011         * gnus-msg.el (gnus-gcc-externalize-attachments)
13012         (gnus-debug-files, gnus-debug-exclude-variables)
13013         (gnus-discouraged-post-methods): Change :version.
13014         (gnus-confirm-mail-reply-to-news)
13015         (gnus-confirm-treat-mail-like-news): Add :version.
13016
13017         * gnus-int.el (gnus-server-unopen-status): Add :version.
13018
13019         * gnus-group.el (gnus-group-jump-to-group-prompt)
13020         (gnus-large-ephemeral-newsgroup)
13021         (gnus-fetch-old-ephemeral-headers): Add :version.
13022
13023         * gnus-fun.el (gnus-x-face-directory)
13024         (gnus-convert-pbm-to-x-face-command)
13025         (gnus-convert-image-to-x-face-command)
13026         (gnus-convert-image-to-face-command): Add :version.
13027
13028         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13029
13030         * gnus-cite.el (gnus-cite-blank-line-after-header)
13031         (gnus-article-boring-faces): Add :version.
13032
13033         * gnus-art.el (gnus-buttonized-mime-types)
13034         (gnus-inhibit-mime-unbuttonizing)
13035         (gnus-treat-display-face)
13036         (gnus-treat-body-boundary): Change :version.
13037         (gnus-body-boundary-delimiter, gnus-picon-databases)
13038         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13039         (gnus-treat-date-english, gnus-treat-fold-headers)
13040         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13041         (gnus-treat-mail-picon, gnus-treat-wash-html)
13042         (gnus-article-encrypt-protocol)
13043         (gnus-use-idna, gnus-article-over-scroll)
13044         (gnus-mime-display-multipart-alternative-as-mixed)
13045         (gnus-mime-display-multipart-related-as-mixed)
13046         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13047         (gnus-ctan-url, gnus-button-ctan-handler)
13048         (gnus-button-handle-ctan-bogus-regexp)
13049         (gnus-button-ctan-directory-regexp)
13050         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13051         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13052         (gnus-button-man-level, gnus-button-emacs-level)
13053         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13054
13055         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13056         (gnus-agent-go-online): Change :version.
13057         (gnus-agent-expire-unagentized-dirs)
13058         (gnus-agent-auto-agentize-methods): Add :version.
13059
13060         * flow-fill.el (fill-flowed-display-column)
13061         (fill-flowed-encode-column): Add :version.
13062
13063         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13064         (gnus-outlook-deuglify-unwrap-max)
13065         (gnus-outlook-deuglify-cite-marks)
13066         (gnus-outlook-deuglify-unwrap-stop-chars)
13067         (gnus-outlook-deuglify-no-wrap-chars)
13068         (gnus-outlook-deuglify-attrib-cut-regexp)
13069         (gnus-outlook-deuglify-attrib-verb-regexp)
13070         (gnus-outlook-deuglify-attrib-end-regexp)
13071         (gnus-outlook-display-hook): Add :version.
13072
13073         * binhex.el (binhex-use-external): Add :version.
13074
13075 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13078         and `invisible'.
13079
13080 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13083         in gnus-registry-trim.
13084
13085 2004-09-13  Simon Josefsson  <jas@extundo.com>
13086
13087         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13088
13089         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13090
13091         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13092         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13093         <yamaoka@jpl.org>.
13094         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13095         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13096         <yamaoka@jpl.org>.
13097
13098         * sieve.el (sieve-manage-mode): Ditto.
13099
13100 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13103
13104 2004-09-11  Simon Josefsson  <jas@extundo.com>
13105
13106         * dns-mode.el: Add.
13107
13108         * mm-view.el (mm-display-dns-inline): Add.
13109
13110         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13111         (mm-automatic-display): Ditto.
13112
13113         * mailcap.el (mailcap-mime-data): Add text/dns.
13114         (mailcap-mime-extensions): Map .soa to text/dns.
13115
13116 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13117
13118         * gnus-art.el (article-decode-mime-words, article-babel)
13119         (gnus-article-highlight-signature, gnus-article-add-buttons)
13120         (gnus-signature-toggle): Remove unnecessary bindings of
13121         `inhibit-read-only' inherited from v5.10 merge.
13122
13123 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * nntp.el (nntp): New customization group.
13126         (nntp-authinfo-file): Add customization group.
13127
13128         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13129
13130         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13131
13132         * gnus.el (to-address, to-list, subscribed)
13133         (large-newsgroup-initial): Ditto.
13134
13135         * flow-fill.el (fill-flowed-display-column)
13136         (fill-flowed-encode-column): Ditto.
13137
13138 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13139
13140         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13141         Use point-min rather than 1.
13142         (message-send-mail): Use buffer-size rather than point-max.
13143
13144         * gnus-sum.el (gnus-summary-search-article-forward):
13145         Signal a specific `search-failed' rather than a generic `error'.
13146
13147         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13148         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13149         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13150
13151 2004-09-10  Simon Josefsson  <jas@extundo.com>
13152
13153         * nndb.el (require): Remove tcp and duplicate cl.
13154
13155 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-agent.el (directory-files-and-attributes): Move forward.
13158
13159 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13160
13161         * gnus-agent.el (directory-files-and-attributes): Optionally
13162         defined to support XEmacs.
13163
13164 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13165
13166         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13167         to avoid run-time CL dependencies.
13168         (gnus-agent-unfetch-articles): New function.
13169         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13170         article numbers even when local .overview file is missing.
13171         (gnus-agent-read-article-number): New function.  Only accepts
13172         27-bit article numbers.
13173         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13174         gnus-agent-read-article-number.
13175         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13176         from backend while recognizing that article numbers in .overview
13177         must be valid.
13178         (gnus-agent-update-files-total-fetched-for): Use
13179         directory-files-and-attributes to improve performance.
13180         * gnus-int.el (gnus-request-move-article): Use
13181         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13182         improve performance.
13183
13184         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13185         some users confused by references to .newsrc when they only have a
13186         .newsrc.eld file.
13187         (gnus-convert-mark-converter-prompt)
13188         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13189         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13190         New function.  Used internally to only display 'gnus converting
13191         files' message when actually necessary.
13192
13193         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13194         methods now autoloaded.
13195
13196 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13199         identifiers.
13200
13201 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-picon.el: Fix indentation and closing parenthesis.
13204
13205 2004-09-01  Simon Josefsson  <jas@extundo.com>
13206
13207         * message.el (message-canlock-generate): Require sha1, not
13208         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13209         to require within a function.  Sadly, if sha1.el isn't loaded, the
13210         let binding in m-c-g will hide the defcustom definition, which is
13211         bad.)
13212
13213         * canlock.el: Require sha1, not sha1-el.
13214
13215         * message.el: Don't autoload sha1 (there is a autoload cookie in
13216         sha1.el).
13217
13218         * sha1-el.el: Renamed to sha1.el.
13219
13220 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13221
13222         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13223
13224 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13225
13226         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13227
13228 2004-08-30  Kim F. Storm  <storm@cua.dk>
13229
13230         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13231
13232         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13233         Add :group 'nnimap.
13234
13235 2004-08-30  Andreas Schwab  <schwab@suse.de>
13236
13237         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13238         ?* and ?\;.
13239
13240         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13241         and ?\' to symbol instead of whitespace.
13242
13243 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13246
13247         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13248         instead of re-search-forward.
13249
13250         * gnus-uu.el (gnus-uu-save-article): Ditto.
13251         (gnus-uu-post-encode-uuencode): Ditto.
13252
13253         * html2text.el (html2text-clean-list-items): Ditto.
13254         (html2text-clean-dtdd): Ditto.
13255         (html2text-format-tags): Ditto.
13256
13257         * message.el (message-send-mail-with-sendmail): Fix regexp.
13258         (message-fill-field-general): Use search-forward instead of
13259         re-search-forward.
13260         (unbold-region): Ditto.
13261
13262         * nnrss.el (nnrss-request-article): Ditto.
13263
13264         * nnslashdot.el (nnslashdot-request-article): Ditto.
13265
13266         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13267
13268         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13269         "Unrecognized menu descriptor" error in XEmacs.
13270
13271 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13272
13273         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13274         parent article of a sparse article in the thread hashtb.
13275
13276 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13277
13278         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13279         (nnmail-expand-newtext): Lowercase expanded entries if
13280         nnmail-split-lowercase-expanded is non-nil.
13281
13282 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13285
13286         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13287         of gnus-tmp-news-method into string under XEmacs.  It will be
13288         passed to gnus-correct-length which takes only a string argument.
13289
13290 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-util.el (gnus-bind-print-variables): New macro.
13293         (gnus-prin1): Use it.
13294         (gnus-prin1-to-string): Use it.
13295         (gnus-pp): New function.
13296         (gnus-pp-to-string): New function.
13297
13298         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13299         Replace pp-to-string with gnus-pp-to-string.
13300         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13301         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13302         * gnus-msg.el (gnus-debug): Ditto.
13303         * gnus-score.el (gnus-score-save): Ditto.
13304         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13305         gnus-pp-to-string.
13306         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13307         with gnus-pp.
13308         * score-mode.el (gnus-score-pretty-print): Ditto.
13309         * webmail.el (webmail-debug): Ditto.
13310
13311 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-art.el (article-display-face, article-display-x-face):
13314         Use buffer-read-only.
13315
13316 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * gnus-art.el (article-hide-list-identifiers):
13319         Bind inhibit-read-only as t.
13320
13321 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13324
13325 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13326
13327         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13328         (gnus-narrow-to-page): Don't assume point-min == 1.
13329         (gnus-article-edit-mode): Derive from message-mode.
13330
13331         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13332         point-min == 1.
13333
13334         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13335         Disable incorrect use of `assert'.
13336
13337         * message.el (message-mode): Set comment-start-skip.
13338
13339
13340 2004-08-22  Sam Steingold  <sds@gnu.org>
13341
13342         * pop3.el (pop3-leave-mail-on-server): New user variable.
13343         (pop3-movemail): Delete mail only when it is nil.
13344
13345 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13348
13349         * mml.el (mml-preview): Use `pop-to-buffer'.
13350
13351         * message.el (message-goto-mail-followup-to): Insert after "To".
13352         (message-carefully-insert-headers): Add comment.
13353
13354         * gnus.el: Remove unused variable `gnus-article-check-size'.
13355
13356         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13357
13358         * gnus-art.el (gnus-button-alist): Improve
13359         `gnus-button-handle-library' entry.
13360
13361 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13362
13363         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13364         downcase, since XEmacs capitalizes error messages differently.
13365
13366 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13367
13368         * nntp.el: Add (require 'gnus) due to reference to
13369         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13370
13371 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13372
13373         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13374         `mm-fill-flowed'.
13375
13376         * mm-decode.el (mm-dissect-singlepart): Check it.
13377
13378 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13379
13380         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13381         'imap' for netrc parsing.
13382
13383 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * mailcap.el (mailcap-mime-data): Mark as risky.
13386
13387 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13390         may be included in the encoded word.
13391         (rfc2047-encode): Don't append a space if the encoded word
13392         includes close parenthesis.
13393
13394 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13397         of text within parentheses.
13398
13399 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13400
13401         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13402         (gnus-encrypt-write-file-contents): Make the password key the file
13403         name PLUS the cipher, not just the cipher.  Also remove failed
13404         passwords from the cache.
13405
13406 2004-08-06  Simon Josefsson  <jas@extundo.com>
13407
13408         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13409         fix.
13410
13411 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13414         LWSP.
13415
13416 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13417
13418         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13419         to append in-reply-to: data to the references: header.
13420
13421         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13422         (netrc-parse): Use gnus-encrypt.el functions.
13423
13424         * gnus-encrypt.el: Add new file for encryption support; currently
13425         does only a few GPG ciphers and an internal XOR cipher.
13426
13427         * password.el: Add comments on using password-read-and-add.
13428         (password-read-and-add): Add function to read and add the
13429         password to the cache at once.
13430
13431 2004-07-28  Simon Josefsson  <jas@extundo.com>
13432
13433         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13434         parameter (but don't use it, for now).
13435
13436         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13437         instead of hard coding to nil.
13438
13439 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13442         as mm-inline-image-xemacs does.
13443
13444 2004-07-26  Simon Josefsson  <jas@extundo.com>
13445
13446         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13447         Revert part of 2004-07-17 change below.
13448
13449 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13452         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13453
13454 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455
13456         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13457         quotes that actually start with ">" at the beginning of the
13458         lines.
13459
13460 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * rfc2047.el (rfc2047-encode-region): Fix last change.
13463         (rfc2047-encode-parameter): Remove useless concat.
13464
13465 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13468         encode special characters; fix some kind of misconfigured headers;
13469         signal a real error if debug-on-quit or debug-on-error is non-nil.
13470         (rfc2047-encode-max-chars): New variable.
13471         (rfc2047-encode-1): Use it.
13472         (rfc2047-encode-parameter): New function.
13473
13474         * mml.el (mml-insert-parameter): Remove an excessive space.
13475
13476 2004-07-17  Simon Josefsson  <jas@extundo.com>
13477
13478         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13479         Kai Grossjohann <kai@emptydomain.de>.
13480         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13481         (gnus-group-make-menu-bar): Ditto.
13482
13483         * gnus-util.el (gnus-group-server): Add.
13484
13485 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13486
13487         * message.el (message-clone-locals): Clone sendmail and smtp
13488         variables.
13489
13490 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * rfc2047.el (rfc2047-encode-region): Fix last change.
13493
13494 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13497         characters as non-special.
13498
13499 2004-07-09  Simon Josefsson  <jas@extundo.com>
13500
13501         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13502         Users will lose all flag changes made while unplugged with
13503         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13504         good default.  See numerous reports on ding mailing list.
13505
13506 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13509         add generate-head-function and generate-article-function to the
13510         rfc822-forward entry.
13511         (nndoc-rfc822-forward-generate-article): New function.
13512         (nndoc-rfc822-forward-generate-head): New function.
13513
13514         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13515
13516 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13517
13518         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13519         respect display group parameter and gnus-summary-expunge-below.
13520         (gnus-articles-to-read): Remove unused reference to display group
13521         parameter.
13522
13523 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13524
13525         * nnheader.el (nnheader-uniquify-message-id): New experimental
13526         variable.
13527         (nnheader-nov-read-message-id): Use it.
13528
13529         * spam-report.el (spam-report-gmane): Add interactive.
13530
13531 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13534         qp-or-base64 for the application/* types.
13535
13536 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13537
13538         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13539
13540 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13543         trim value.
13544
13545 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13546
13547         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13548         New macro and function.
13549         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13550
13551 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13554         after-load-alist.
13555
13556 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13557
13558         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13559         update info that isn't there.
13560
13561 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13562
13563         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13564         entry.
13565
13566 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mm-view.el (mm-inline-render-with-function): Use multibyte
13569         buffer; decode html source by charset.
13570
13571         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13572
13573         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13574         Mule-UCS is loaded under XEmacs.
13575         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13576
13577 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13578
13579         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13580
13581 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * mm-util.el (mm-coding-system-p): Return a coding-system.
13584         (mm-mime-mule-charset-alist): Use shift_jis instead of
13585         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13586         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13587         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13588         instead of japanese-shift-jis and iso-latin-1 respectively in
13589         order to share the default value with both Emacs and XEmacs-mule.
13590         (mm-mule-charset-to-mime-charset): Make
13591         mm-coding-system-priorities effective.
13592         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13593         while predicating of candidates upon the priorities.
13594
13595 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13596
13597         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13598         gnus-uu-invert-processable.
13599
13600         * gnus.el: Autoload gnus-uu-invert-processable.
13601
13602 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * mm-util.el (mm-with-multibyte-buffer): New macro.
13605
13606         * rfc2047.el (rfc2047-encode-string): Use it.
13607         (rfc2047-encode-region): Move point to the end of the region after
13608         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13609
13610 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13613         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13614
13615 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13618         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13619         Karl Chen <quarl@nospam.quarl.org>.
13620
13621 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13622
13623         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13624         invalid addresses.
13625
13626 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * spam.el: Change section markers, revise TODO list.
13629         (spam-backends): Make new master list of all installed backends.
13630         (spam-summary-exit-behavior): Add new variable to determine how
13631         messages moves are done at summary exit.
13632         (spam-move-spam-nonspam-groups-only)
13633         (spam-process-ham-in-nonham-groups)
13634         (spam-process-ham-in-spam-groups): Remove variables, the
13635         spam-summary-exit-behavior variable should be used to manage this
13636         behavior.
13637         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13638         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13639         and spam-old-spam-articles.
13640         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13641         Add empty variables, placeholders for the backends they represent.
13642         (spam-set-difference): Move, unchanged.
13643         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13644         unless the user has a processor variable.
13645         (spam-classifications, spam-classification-valid-p)
13646         (spam-backend-properties, spam-backend-property-valid-p)
13647         (spam-backend-function-type-valid-p)
13648         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13649         (spam-report-articles-gmane, spam-report-articles-resend):
13650         Remove functions, they are not needed.
13651         (spam-install-backend-super, spam-backend-list)
13652         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13653         (spam-backend-function, spam-backend-ham-registration-function)
13654         (spam-backend-spam-registration-function)
13655         (spam-backend-ham-unregistration-function)
13656         (spam-backend-spam-unregistration-function)
13657         (spam-backend-statistical-p, spam-backend-mover-p)
13658         (spam-install-backend-alias, spam-install-checkonly-backend)
13659         (spam-install-mover-backend, spam-install-nocheck-backend)
13660         (spam-install-backend, spam-install-statistical-backend)
13661         (spam-install-statistical-checkonly-backend): Add backend installation
13662         support.
13663         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13664         (spam-group-processor-p): Use the new backend code and respect the
13665         summary exit behavior.
13666         (spam-mark-spam-as-expired-and-move-routine): Remove.
13667         (spam-summary-prepare): Change to use the new spam-old-articles
13668         variable.
13669         (spam-copy-or-move-routine, spam-copy-spam-routine)
13670         (spam-move-spam-routine, spam-copy-ham-routine)
13671         (spam-move-ham-routine): Add code to copy/move ham or spam.
13672         (spam-fetch-field-fast): Improve doc and code, plus allow the
13673         'number request.
13674         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13675         variables.
13676         (spam-split, spam-find-spam): Use the new backend code.
13677         (spam-registration-functions): Remove variable.
13678         (spam-unregister-routine): Add convenience wrapper.
13679         (spam-log-undo-registration, spam-register-routine)
13680         (spam-log-processing-to-registry)
13681         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13682         where possible.
13683         (spam-check-gmane-xref, spam-check-regex-headers)
13684         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13685         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13686         (spam-check-bogofilter-headers, spam-check-spamoracle)
13687         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13688         (spam-check-crm114-headers): Use the spam-split-group that
13689         spam-split prepares, no need to determine it every time.
13690
13691         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13692         to the nnheader-parse-naked-head call.
13693
13694         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13695
13696         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13697         the nnheader-nov-read-message-id call.
13698
13699 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13702         gnus-activate-group twice.  Suggested by Markus Peter
13703         <warp@spin.de>.
13704
13705 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-art.el (gnus-article-time-format): Exchange the order of
13708         day and month in the default value; fix customization type.
13709         (article-date-ut): Use add-text-properties.
13710         (article-make-date-line): Use message-make-date instead of
13711         current-time-string.
13712
13713         * message.el (message-fetch-field): Don't use set-text-properties.
13714         (message-make-date): Simplify.
13715
13716         * messagexmas.el (message-xmas-make-date): New function.
13717         (message-xmas-redefine): Defalias message-make-date to it.
13718
13719 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13722         (rfc2047-encode-region): Treat text within parentheses as special;
13723         show the original text when error has occurred.
13724
13725         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13726         already-computed method to gnus-activate-group.
13727
13728         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13729         same select-methods identical Lisp objects.
13730
13731         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13732         object when modifying the info.
13733
13734 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13737         gnus-opened-servers since it has never been opened with the new
13738         configuration yet.
13739
13740 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13743         arg to nnheader-generate-fake-message-id.
13744
13745 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13748         number and build a fake message ID localized to a group and
13749         article number (so it's repeatable from that point on).
13750         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13751         ID format.
13752
13753         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13754         nnheader-generate-fake-message-id with the article number.
13755
13756 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13757
13758         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13759         end-of-buffer.
13760
13761 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13762
13763         * message.el (message-ignored-supersedes-headers): Add Approved.
13764
13765 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13768         goto-char.
13769         (rfc2047-encode): Fold the line before encoding.
13770
13771 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13774         folding -- not all headers can be folded, and this should be done
13775         by the message composition mode.  Probably.  I think.
13776
13777 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13780         fast.
13781
13782         * gnus-ems.el (gnus-remove-image): Don't use
13783         message-text-with-property; remove only the image found first.
13784
13785         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13786         found first.
13787
13788 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13789
13790         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13791
13792 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * message.el (message-text-with-property): Make it fast and accept
13795         optional arguments.
13796         (message-strip-forbidden-properties): Use it.
13797         (message-fix-before-sending): Follow the m-t-w-p change.
13798
13799         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13800
13801 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-art.el (article-hide-headers): Don't change the buffer
13804         mistakenly when performing mml-preview even if
13805         gnus-single-article-buffer is nil.
13806
13807 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13808
13809         * message.el (message-expand-name-databases): New user option.
13810         (message-expand-name): Use it.
13811
13812 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * spam.el (spam-report-articles-resend)
13815         (spam-report-resend-register-routine): Allow ham reporting.
13816         (spam-report-resend-register-ham-routine): Add wrapper.
13817         (spam-registration-functions): Add ham resending functions.
13818         (spam-list-of-processors): Add ham resend processor.
13819
13820         * gnus.el (ham-resend-to): Add new group parameter.
13821         (spam-process): Add ham resend option.
13822
13823         * spam-report.el (spam-report-resend): Allow reporting ham.
13824         (spam-report-resend-ham): Add wrapper.
13825
13826 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * message.el (message-cite-articles-with-x-no-archive): New
13829         variable.
13830         (message-cite-original): Use it.
13831
13832 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * message.el (message-cite-original): Respect X-No-Archive.
13835
13836 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-art.el (article-hide-headers): Refer to the values for
13839         gnus-ignored-headers and gnus-visible-headers in the summary
13840         buffer since a user may have set them as group parameters.
13841
13842 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * assistant.el (assistant-node-name): Add convenience function.
13845         (assistant-render-text, assistant-render-node): Add error handling,
13846         plus handle multiple next nodes.
13847         (assistant-find-next-node): Comment out for now.
13848         (assistant-find-next-nodes): Add function, returns list of next
13849         nodes.
13850
13851 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * mail-source.el (mail-source-directory): Fix doc-string.
13854
13855 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13856
13857         * assistant.el (assistant-render-text, assistant-eval): Add :set
13858         widget type, which is different because it takes and returns a
13859         list.  Much hilarity ensues.
13860
13861 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13864
13865         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13866         doc-string.
13867
13868         * gnus-start.el (gnus-activate-group): Added doc-string.
13869
13870 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13873
13874 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * assistant.el (assistant-render-text): Try to add a :set
13877         widget, more to come.
13878
13879         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13880         strings.
13881         (spam-report-articles-resend)
13882         (spam-register-routine): Do registration iff any articles warrant
13883         it.
13884         (spam-summary-prepare-exit): Change log message for nil group
13885         destinations.
13886
13887 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13888
13889         * spam.el (spam-report-resend-register-routine): Allow
13890         spam-report-resend-to to be a group parameter or a global value.
13891
13892 2004-05-26  Simon Josefsson  <jas@extundo.com>
13893
13894         * starttls.el: Merge with my GNUTLS based starttls.el.
13895         (starttls-gnutls-program, starttls-use-gnutls)
13896         (starttls-extra-arguments, starttls-process-connection-type)
13897         (starttls-connect, starttls-failure, starttls-success): New
13898         variables.
13899         (starttls-program, starttls-extra-args): Doc fix.
13900         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13901         functions.
13902         (starttls-negotiate, starttls-open-stream): Check
13903         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13904         function if it is set.
13905
13906 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13909         structured fields.
13910
13911 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13914
13915 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13916
13917         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13918         variable.
13919         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13920         assigning the spam-mark to new messages.
13921
13922 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13923
13924         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13925
13926 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13929
13930         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13931         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13932         default.
13933
13934 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13935
13936         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13937         correct data.
13938
13939 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13940
13941         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13942         (spam-group-processor-p): Fix function.
13943         (spam-group-processor-multiple-p)
13944         (spam-group-spam-processor-report-gmane-p)
13945         (spam-group-spam-processor-report-resend-p)
13946         (spam-group-spam-processor-bogofilter-p)
13947         (spam-group-spam-processor-blacklist-p)
13948         (spam-group-spam-processor-ifile-p)
13949         (spam-group-ham-processor-ifile-p)
13950         (spam-group-spam-processor-spamoracle-p)
13951         (spam-group-spam-processor-crm114-p)
13952         (spam-group-ham-processor-bogofilter-p)
13953         (spam-group-spam-processor-stat-p)
13954         (spam-group-ham-processor-stat-p)
13955         (spam-group-ham-processor-whitelist-p)
13956         (spam-group-ham-processor-BBDB-p)
13957         (spam-group-ham-processor-spamoracle-p)
13958         (spam-group-ham-processor-copy-p): Remove functions with some
13959         prejudice against unneeded code.
13960         (spam-report-articles-resend)
13961         (spam-report-resend-register-routine): Allow the group/topic
13962         spam-resend-to value to override spam-report-resend-to.
13963         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13964         properly now.
13965
13966         * gnus.el (spam-resend-to): Add group/topic parameter.
13967         (spam-process): Move the OBSOLETE processors to the end of the
13968         choices.
13969
13970 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13971
13972         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13973         with resend-to set to nil, and then ask the user if necessary.
13974         (spam-report-resend): spam-report-resend takes a list of articles, not
13975         separate article numbers.
13976
13977 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13980         addition to emacs-w3m.
13981
13982 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13983
13984         * assistant.el (assistant-authinfo-data): New function.
13985         (assistant-eval): Eval for entire assistant.
13986
13987         * netrc.el (netrc-services-file): New variable.
13988         (netrc-parse-services): New function.
13989         (netrc-find-service-name): New function.
13990         (netrc-find-service-number): New function.
13991         (netrc-port-equal): New function.
13992         (netrc-machine): Use it.
13993
13994         * nnimap.el (nnimap-open-connection): Use netrc.
13995
13996         * gnus-util.el (gnus-netrc-get): Remove aliases.
13997
13998         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13999
14000         * assistant.el (wid-edit): Fix compilation.
14001
14002         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14003
14004 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14005
14006         * gnus-util.el (gnus-set-file-modes): New function.  (small
14007         patch).
14008
14009 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14010
14011         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14012
14013         * assistant.el (assistant-render-node): Fix up rendering and
14014         read-only text.
14015         (assistant-render-node): Reset.
14016         (assistant-make-read-only): Not sticky.
14017
14018 2004-05-20  Danny Siu  <dsiu@adobe.com>
14019
14020         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14021         centered even when gnus-auto-center-summary is t.
14022
14023 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14024
14025         * dns.el (dns-get-txt-answer): New function.
14026         (dns-read-txt): Ditto.
14027         (query-dns): Use it.
14028
14029 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14032         active for foreign groups even if the group level is higher than
14033         the specified value.
14034
14035 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14036
14037         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14038         non-active groups.
14039
14040         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14041
14042 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14043
14044         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14045
14046 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14047
14048         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14049         (spam-crm114-header, spam-crm114-spam-switch)
14050         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14051         (spam-crm114-positive-spam-header)
14052         (spam-crm114-database-directory, spam-list-of-processors)
14053         (spam-group-spam-processor-crm114-p)
14054         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14055         (spam-generic-score, spam-list-of-checks)
14056         (spam-list-of-statistical-checks, spam-registration-functions)
14057         (spam-check-crm114-headers, spam-crm114-score)
14058         (spam-check-crm114, spam-crm114-register-with-crm114)
14059         (spam-crm114-register-spam-routine)
14060         (spam-crm114-unregister-spam-routine)
14061         (spam-crm114-register-ham-routine)
14062         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14063         asjo@koldfront.dk (Adam Sjøgren).
14064
14065         * gnus.el: Add spam-use-crm114.
14066
14067         * spam.el (spam-list-of-processors, spam-registration-functions):
14068         Add spam-use-resend.
14069         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14070         (spam-report-articles-gmane): Add doc fix.
14071         (spam-report-articles-resend, spam-report-resend-register-routine):
14072         Add wrappers around spam-report-resend-to.
14073
14074         * spam-report.el (spam-report-resend-to, spam-report-resend):
14075         Add support for resending spam.
14076         (spam-report-gmane): Fix line length >80.
14077
14078         * gnus.el (spam-process): Add spam-use-resend.
14079
14080 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14081
14082         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14083         number of processed spam messages.
14084         (spam-ham-copy-or-move-routine): Return the number of processed
14085         ham messages.
14086         (spam-summary-prepare-exit): Use the above values to decide
14087         whether status messages shouled be displayed.
14088
14089 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14092         `rfc2047-encoding-function-alist' in order to avoid conflicting
14093         with the old version.
14094         (rfc2047-encode-region): Concatenate words containing non-ASCII
14095         characters in structured fields; don't encode space-delimited
14096         ASCII words even in unstructured fields; don't break words at
14097         char-category boundaries.
14098         (rfc2047-encode-1): New function.
14099         (rfc2047-encode): Use it; encode text so that it occupies the
14100         maximum width within 76-column; work correctly on Q encoding for
14101         iso-2022-* charsets.
14102         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14103         sure not to break a line just after the header name.
14104         (rfc2047-b-encode-region): Removed.
14105         (rfc2047-b-encode-string): New function.
14106         (rfc2047-q-encode-region): Removed.
14107         (rfc2047-q-encode-string): New function.
14108
14109         * mm-util.el (mm-replace-in-string): New function.
14110
14111 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14114         get it right.
14115         (gnus-inews-make-draft): Really.
14116
14117 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14118
14119         * nnmh.el (nnmh-request-list-1): Don't check the link count
14120         before descending.  (small patch)
14121
14122 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14123
14124         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14125         stuff.
14126
14127         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14128         on real group name.
14129
14130         * gnus-art.el (gnus-signature-limit): Doc fix.
14131
14132         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14133
14134         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14135
14136 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14137
14138         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14139         isn't a string.
14140
14141 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * gnus-draft.el (gnus-draft-send): Bind
14144         rfc2047-encode-encoded-words.
14145
14146         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14147         (rfc2047-encodable-p): Say that =? needs encoding.
14148         (rfc2047-encode-encoded-words): New variable.
14149
14150         * gnus-group.el (gnus-group-select-group): Doc fix.
14151
14152         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14153
14154         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14155         to nil.
14156
14157         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14158
14159         * nnheader.el (nnheader-get-lines-and-char): New function.
14160
14161 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * gnus-msg.el (gnus-summary-followup-with-original): Document
14164         yanking of region when active.
14165
14166 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14169         groups if the group level is higher than the specified value.
14170
14171 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14174         (gnus-group-jump-to-group): Added prefix argument using
14175         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14176         non-active group.
14177
14178         * compface.el (uncompface): Be verbose when changing
14179         `uncompface-use-external'.
14180
14181         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14182         handle manual section.
14183
14184 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14185
14186         * gnus-art.el (gnus-button-alist): Revert previous change.
14187
14188 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14191
14192 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14193
14194         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14195         whether backend can accept message.
14196
14197         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14198
14199 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14200
14201         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14202         Avoid creating directory when nntp-marks-is-evil is true.
14203         Reported by Reiner Steib.
14204
14205 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-picon.el (gnus-picon-style): New variable.
14208         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14209         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14210         Jesper Harder <harder@ifa.au.dk>.
14211
14212 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14213
14214         * message.el (message-fill-field): Return point.
14215         (message-generate-headers): Go to end of field.
14216
14217         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14218         stuff for non-living groups.
14219
14220 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14221
14222         * gnus-art.el (gnus-article-followup-with-original)
14223         (gnus-article-reply-with-original): gnus-mark-active-p ->
14224         gnus-region-active-p.
14225
14226 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14227
14228         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14229         only when there is spam or ham to be processed.
14230
14231 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14232
14233         * mail-source.el (mail-source-delete-crash-box): Refactor.
14234         (mail-source-fetch): Use it.
14235         (mail-source-fetch-file): Ditto.
14236         (mail-source-fetch-directory): Run postscript in loop.
14237         (mail-source-fetch-pop): Delete.
14238         (mail-source-fetch-maildir): Ditto.
14239         (mail-source-fetch-imap): Ditto.
14240
14241         * imap.el (imap-authenticators): Comment out sasl.
14242
14243         * message.el (message-skip-to-next-address): New function.
14244         (message-fill-header-address): Refactor.
14245         (message-fill-address): Use it.
14246         (message-delete-address): Use it.
14247         (message-fill-header-general): Refactor.
14248         (message-fill-field-address): Rename.
14249         (message-narrow-to-field): Find the start of the header.
14250         (message-header-format-alist): Don't pre-fill.
14251         (message-fill-header): Removed.
14252         (message-insert-header): New function.
14253         (message-shorten-references): Use it.
14254
14255         * rfc2047.el (rfc2047-field-value): Strip props.
14256
14257         * mail-parse.el (mail-header-make-address): New alias.
14258
14259         * ietf-drums.el (ietf-drums-make-address): New function.
14260
14261         * imap.el: Add compiler directives.
14262
14263         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14264
14265         * gnus-art.el (article-decode-idna-rhs): Don't use
14266         message-idna-inside-rhs-p.
14267
14268 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14269
14270         * message.el (message-idna-inside-rhs-p): Removed.
14271         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14272
14273         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14274         false positives.
14275
14276 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14277
14278         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14279
14280 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14281
14282         * nneething.el (nneething-file-name): Don't create spurious
14283         files.
14284
14285         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14286         (gnus-inews-do-gcc): Remove sleep.
14287
14288         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14289         part under point.
14290
14291         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14292         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14293
14294 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14295
14296         * spam.el (spam-summary-prepare-exit): Fixed (length).
14297
14298 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14299
14300         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14301         as expired without moving it" message when there are spam
14302         messages left.
14303
14304 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14305
14306         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14307         header is not nil.
14308
14309 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14310
14311         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14312         nntp-possibly-create-directory, not nntp-possibly-change-group.
14313         (nntp-marks-changed-p): New arg SERVER.
14314         (nntp-request-update-info): Adjust caller.
14315
14316 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14317
14318         * nntp.el (nntp-save-marks): Pass missing arg.
14319
14320 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14321
14322         * nntp.el: Support marks.
14323         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14324         (nntp-marks-modtime, nntp-marks-directory): New variables.
14325         (nntp-request-set-mark, nntp-request-update-info)
14326         (nntp-possibly-create-directory, nntp-marks-changed-p)
14327         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14328         functions.
14329
14330 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14331
14332         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14333         (gnus-xmas-redefine): Rename.
14334
14335         * gnus-score.el (gnus-score-insert-help): Use
14336         gnus-select-lowest-window.
14337
14338         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14339         appt-select-lowest-window and rename to gnus-select-lowest-window.
14340
14341         * gnus.el: do.
14342
14343 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14344
14345         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14346         encodings of MIME-encoded words, in order to improve
14347         interoperability with several broken MUAs.
14348
14349 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14350
14351         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14352         tags, only when charsets are not specified in headers.
14353         (mm-inline-text-html-render-with-w3m): Ditto.
14354
14355         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14356         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14357
14358 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14359
14360         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14361         instead of MIME-decoded from fields when checking
14362         `gnus-article-address-banner-alist'.
14363
14364 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14365
14366         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14367         description rather than subject.
14368
14369 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14370
14371         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14372
14373 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14374
14375         * gnus.el (gnus-version-number): Bump.
14376
14377 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14378
14379         * gnus.el: No Gnus v0.2 is released.
14380
14381 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14382
14383         * gnus-agent.el (gnus-agent-read-agentview): Inline
14384         gnus-uncompress-range.
14385
14386 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14387
14388         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14389         `exec-installed-p'.
14390
14391 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14392
14393         * gnus.el (spam-process, spam-autodetect-methods): Add
14394         bsfilter and bsfilter-headers.
14395
14396         * spam.el (spam-bsfilter): New customize group.
14397         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14398         (spam-bsfilter-header, spam-bsfilter-probability-header)
14399         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14400         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14401         (spam-bsfilter-database-directory): New options.
14402         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14403         (spam-list-of-statistical-checks, spam-registration-functions):
14404         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14405         (spam-bsfilter-score): New command.
14406         (spam-check-bsfilter-headers, spam-check-bsfilter)
14407         (spam-bsfilter-register-with-bsfilter)
14408         (spam-bsfilter-register-spam-routine)
14409         (spam-bsfilter-unregister-spam-routine)
14410         (spam-bsfilter-register-ham-routine)
14411         (spam-bsfilter-unregister-ham-routine): New functions.
14412         (spam-generic-score): Support bsfilter; Accept an optional argument
14413         to recalcurate spam score even if scoring header has already been
14414         added.
14415         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14416         optional argument to recalcurate spam score even if scoring header
14417         has already been added.
14418
14419 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14420
14421         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14422         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14423         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14424         link is missing.
14425
14426 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14427
14428         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14429         (html2text-get-attr): Rewrite.
14430
14431         * message.el (message-setup-1): Remove redundant put-text-property
14432         on mail-header-separator.
14433
14434 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14435
14436         * gnus-registry.el (gnus-registry-cache-whitespace)
14437         (gnus-registry-action, gnus-registry-spool-action)
14438         (gnus-registry-split-fancy-with-parent): Change message levels
14439         from 5 to 3 or 7, as needed.
14440
14441         * spam.el (spam-summary-prepare-exit)
14442         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14443         (spam-split, spam-find-spam, spam-log-undo-registration)
14444         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14445         level from 5 to 6.
14446
14447 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14450         2004-03-04 change).
14451
14452 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14453
14454         * sieve-manage.el (sieve-manage-open):
14455         * nnweb.el (nnweb-insert-html):
14456         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14457         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14458         * nnspool.el (nnspool-request-group):
14459         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14460         * nnml.el (nnml-request-update-info):
14461         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14462         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14463         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14464         (nnimap-request-set-mark):
14465         * nnfolder.el (nnfolder-request-update-info):
14466         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14467         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14468         * gnus-uu.el (gnus-uu-find-articles-matching):
14469         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14470         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14471         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14472         * gnus-nocem.el (gnus-nocem-scan-groups):
14473         * gnus-int.el (gnus-start-news-server):
14474         * gnus-group.el (gnus-group-make-kiboze-group)
14475         (gnus-group-browse-foreign-server):
14476         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14477         Use mapc when appropriate.
14478
14479 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14480
14481         FIXME: Make separate entries for each person.
14482
14483         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14484         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14485         <shields@msrl.com>:
14486
14487         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14488         may need for spam sorting and scoring.
14489         (spam-user-format-function-S): Add user format function suitable for
14490         general use.
14491         (spam-article-sort-by-spam-status): Add sorting function for summary
14492         sorting.
14493         (spam-extra-header-to-number): Add function to get a score from a
14494         header.
14495         (spam-summary-score): Add function to get a numeric score from the
14496         headers.
14497         (spam-generic-score): Fix function doc, was in wrong place.
14498         (spam-initialize): Take symbols when it's run, and install the
14499         extra headers that spam-necessary-extra-headers thinks we need.
14500
14501 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14502
14503         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14504         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14505
14506 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14507
14508         * gnus-sum.el (gnus-set-global-variables)
14509         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14510         (gnus-article-get-xrefs, gnus-summary-best-group)
14511         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14512         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14513         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14514         Use with-current-buffer.
14515
14516 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14517
14518         * spam.el (spam-summary-prepare-exit): Simplify logic.
14519         (spam-fetch-article-header): Read the article header if it's not
14520         available.
14521         (spam-list-articles): Simplify logic.
14522         (spam-filelist-register-routine): Fix bug with unregister-list.
14523
14524         * gnus-registry.el: Fix comments at beginning.
14525
14526 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14527
14528         * message.el (message-cater-to-broken-inn): Remove.
14529         (message-shorten-references): Make sure the total folded length of
14530         References is shorter than 998 characters to cater to a bug in INN
14531         2.3.  Also, don't pretend that references aren't folded -- this
14532         hasn't worked for a while.
14533
14534 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14535
14536         * gnus-agent.el (gnus-agentize):
14537         gnus-agent-send-mail-real-function no longer set to current value
14538         of message-send-mail-function but rather a lambda that calls
14539         message-send-mail-function.  The change makes the agent real-time
14540         responsive to user changes to message-send-mail-function.
14541
14542 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14543
14544         * legacy-gnus-agent.el
14545         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14546         help from Florian Weimer <fw@deneb.enyo.de>
14547
14548 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * nnmail.el (nnmail-cache-insert): Revert last change.
14551
14552 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * nnmail.el (nnmail-cache-insert): Always check whether
14555         nnmail-cache-ignore-groups matches a group name.
14556
14557 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14558
14559         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14560         (spam-find-spam, spam-log-processing-to-registry)
14561         (spam-log-registered-p, spam-log-unregistration-needed-p)
14562         (spam-log-undo-registration): Use gnus-message instead of
14563         gnus-error, none of these errors are fatal.
14564
14565         * gnus-registry.el (gnus-registry-clean-empty-function)
14566         (gnus-registry-clean-empty): Remove only empty entries without
14567         extra data.
14568
14569 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14570
14571         * spam-stat.el (spam-stat-buffer-change-to-spam)
14572         (spam-stat-buffer-change-to-non-spam): Change (error) to
14573         (gnus-message 8) invocation.
14574
14575 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * nntp.el (nntp-via-netcat-command): New variable.
14578         (nntp-via-netcat-switches): New variable.
14579         (nntp-open-via-rlogin-and-netcat): New function.
14580         (nntp-open-connection-function): Doc fix.
14581         (nntp-telnet-command): Doc fix.
14582         (nntp-end-of-line): Doc fix.
14583         (nntp-via-rlogin-command): Doc fix.
14584         (nntp-via-user-name): Doc fix.
14585         (nntp-via-address): Doc fix.
14586
14587 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14590         error in Emacs 21.1.
14591
14592 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14595
14596 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14597
14598         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14599         (gnus-agent-with-refreshed-group): New macro.
14600         (gnus-agent-rename-group): New function.
14601         (gnus-agent-delete-group): New function.
14602         (gnus-agent-save-group-info): Use gnus-command-method when
14603         `method' parameter is nil.  Don't write nil entries into the
14604         active file.
14605         (gnus-agent-get-group-info): New function.
14606         (gnus-agent-fetch-articles): Use
14607         gnus-agent-update-files-total-fetched-for to increment disk space
14608         used.
14609         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14610         gnus-agent-update-view-total-fetched-for to increment disk space
14611         used.
14612         (gnus-agent-get-local): Added optional parameters to avoid calling
14613         gnus-group-real-name and gnus-find-method-for-group.
14614         (gnus-agent-set-local): Delete stored entry if either min, or max,
14615         are nil.
14616         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14617         quit, use gnus-agent-regenerate-group to record existance of any
14618         articles fetched to disk before the quit occurred.
14619         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14620         gnus-agent-update-view-total-fetched-for, and
14621         gnus-agent-update-files-total-fetched-for to decrement disk space
14622         used.
14623         (gnus-agent-retrieve-headers): Use
14624         gnus-agent-update-view-total-fetched-for to increment disk space
14625         used.
14626         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14627         with gnus-agent-update-files-total-fetched-for to decrement disk
14628         space and fresh group buffer.
14629         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14630         (gnus-agent-need-update-total-fetched-for): New variable.
14631         (gnus-agent-update-files-total-fetched-for): New function.
14632         (gnus-agent-update-view-total-fetched-for): New function.
14633         (gnus-agent-total-fetched-for): New function.
14634
14635         * gnus-cache.el (gnus-cache-save-buffers): Use
14636         gnus-cache-update-overview-total-fetched-for to change disk space
14637         used by this group.
14638         (gnus-cache-possibly-enter-article): Use
14639         gnus-cache-update-file-total-fetched-for to increment disk space
14640         used by this group.
14641         (gnus-cache-possibly-remove-article): Use
14642         gnus-cache-update-file-total-fetched-for to decrement disk space
14643         used by this group.
14644         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14645         (gnus-cache-rename-group): New function.
14646         (gnus-cache-delete-group): New function.
14647         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14648         (gnus-cache-need-update-total-fetched-for): New variable.
14649         (gnus-cache-with-refreshed-group): New macro.
14650         (gnus-cache-update-file-total-fetched-for): New function.
14651         (gnus-cache-update-overview-total-fetched-for): New function.
14652         (gnus-cache-rename-group-total-fetched-for): New function.
14653         (gnus-cache-delete-group-total-fetched-for): New function.
14654         (gnus-cache-total-fetched-for): New function.
14655
14656         * gnus-group.el: Require gnus-sum and autoload functions to
14657         resolve warnings when gnus-group.el compiled alone.
14658         (gnus-group-line-format): Documented new %F.
14659         (size of Fetched data) group line format; identifies disk space
14660         used by agent and cache.
14661         (gnus-group-line-format-alist): Defined new F format.
14662         (gnus-total-fetched-for): New function.
14663         (gnus-group-delete-group): No longer update
14664         gnus-cache-active-altered as gnus-request-delete-group now keeps
14665         the cache in sync.
14666         (gnus-group-list-active): Let the agent store a server's active
14667         list if currently plugged.
14668
14669         * gnus-int.el (gnus-request-delete-group):
14670         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14671         local disk in sync with the server.
14672         (gnus-request-rename-group):
14673         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14674         local disk in sync with the server.
14675
14676         * gnus-start.el (gnus-get-unread-articles):
14677         Cosmetic simplification to logic.
14678
14679         * gnus-util.el (gnus-rename-file): New function.
14680
14681 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14682
14683         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14684
14685 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14686
14687         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14688         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14689
14690 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14691
14692         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14693         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14694
14695 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14696
14697         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14698
14699 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14700
14701         * spam.el (spam-set-difference): Add function to replace
14702         gnus-set-difference in spam.el.
14703         (spam-summary-prepare-exit): Use spam-set-difference.
14704
14705 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14706
14707         * gnus-registry.el (gnus-registry-cache-file): Update to use
14708         gnus-dribble-directory OR gnus-home-directory OR ~.
14709         (gnus-registry-split-fancy-with-parent): Fix doc.
14710
14711 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * message.el (message-exchange-point-and-mark): Use
14714         message-mark-active-p.  Suggested by Jesper Harder
14715         <harder@ifa.au.dk>.
14716
14717 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * message.el (message-exchange-point-and-mark): Don't activate
14720         region if it was inactive.  Suggested by Hiroshi Fujishima
14721         <pooh@nature.tsukuba.ac.jp>.
14722
14723 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (article-display-face): Display Faces in the same
14726         order as X-Faces.
14727
14728 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14731
14732 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14735         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14736         (gnus-article-mime-hierarchy): Remove.
14737         (gnus-article-mime-hierarchy-next): Remove.
14738         (gnus-article-mode): Revert 2004-03-19 change.
14739         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14740         (gnus-insert-mime-button): Revert 2004-03-19 change.
14741         (gnus-mime-accumulate-hierarchy): Remove.
14742         (gnus-mime-enter-multipart): Remove.
14743         (gnus-mime-leave-multipart): Remove.
14744         (gnus-mime-display-part): Revert 2004-03-19 change.
14745         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14746
14747         * mml.el (mml-preview): Revert 2004-03-19 change.
14748
14749 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14750
14751         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14752
14753 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14756         t while entering a file name using the mm-with-multibyte macro.
14757         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14758
14759         * mm-util.el (mm-with-multibyte): New macro.
14760
14761 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14764         user option.
14765         (gnus-mime-multipart-functions): Doc and customization fix.
14766         (gnus-article-mime-hierarchy): New variable.
14767         (gnus-article-mime-hierarchy-next): New variable.
14768         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14769         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14770         gnus-article-mime-hierarchy-next to nil.
14771         (gnus-insert-mime-button): Show hierarchy numbers.
14772         (gnus-mime-accumulate-hierarchy): New function.
14773         (gnus-mime-enter-multipart): New function.
14774         (gnus-mime-leave-multipart): New function.
14775         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14776         (gnus-mime-display-alternative): Show hierarchy numbers.
14777
14778         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14779         gnus-article-mime-hierarchy-next to nil.
14780
14781 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14782
14783         * dns.el: Don't require gnus-xmas.
14784
14785 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14786
14787         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14788         inline PGP.
14789         (mml-menu): Disable mml-quote-region if mark is inactive.
14790
14791 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14794         when the group's active is not available.
14795
14796 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14799         error.
14800
14801 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * imap.el (imap-store-password): New variable.
14804         (imap-interactive-login): Use it.
14805         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14806
14807 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14810         window-start and hscroll to summary window.
14811
14812 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14813
14814         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14815         conversion message to newsrc-dribble when an actual conversion is
14816         performed.
14817
14818 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14819
14820         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14821
14822 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * mm-decode.el (mm-complicated-handles): New function reviving
14825         former definition of mm-multiple-handles.
14826
14827         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14828         (gnus-mime-delete-part): Use it.
14829
14830 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14831
14832         * gnus-agent.el (gnus-agent-read-local): Bind
14833         nnheader-file-coding-system to gnus-agent-file-coding-system to
14834         avoid the implicit assumption that they will always be equal.
14835         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14836         coding-system-for-write, as the with-temp-file macro first prints
14837         to a buffer then saves the buffer.
14838
14839 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-art.el (gnus-article-edit-part): New function.
14842         (gnus-mime-save-part-and-strip): Use it; do query instead of
14843         signaling an error; don't use mm-multiple-handles.
14844         (gnus-mime-delete-part): Ditto.
14845
14846 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14847
14848         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14849         old file versions.
14850         (gnus-group-prepare-hook): Removed function that converted list
14851         form of gnus-agent-expire-days to group properties.
14852
14853         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14854         (gnus-request-accept-article): Re-indented.
14855
14856         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14857         converters to handle old agent file formats.  Added logic for a
14858         "backup before upgrading warning".
14859         (gnus-convert-mark-converter-prompt): Developers can mark
14860         functions as needing (default), or not needing,
14861         gnus-convert-old-newsrc's "backup before upgrading warning".
14862         (gnus-convert-converter-needs-prompt): Tests whether the user
14863         should be protected from potentially irreversable changes by the
14864         function.
14865
14866         * legacy-gnus-agent.el: New.  Provides converters that are only
14867         loaded when gnus-convert-old-newsrc needs to call them.
14868
14869 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * mail-source.el (mail-source-touch-pop): Doc fix.
14872
14873         * message.el (message-smtpmail-send-it): Doc fix.
14874
14875 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14876
14877         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14878
14879         * nnmail.el (nnmail-split-fancy): do.
14880
14881         * gnus-kill.el (gnus-kill, gnus-execute): do.
14882
14883 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14884
14885         * gnus-sum.el (gnus-widget-reversible-match)
14886         (gnus-widget-reversible-to-internal)
14887         (gnus-widget-reversible-to-external): New functions.
14888         (gnus-widget-reversible): New widget.
14889         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14890
14891 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14892
14893         * gnus-sum.el (gnus-thread-sort-functions)
14894         (gnus-article-sort-functions): Document `(not F)' items.
14895
14896 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * spam.el (spam-use-gmane-xref): Add new backend.
14899         (spam-gmane-xref-spam-group): Add variable to control the name of the
14900         Gmane spam group.
14901         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14902         (spam-regex-headers-spam, spam-regex-headers-ham)
14903         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14904         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14905         backends and checks.
14906         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14907
14908         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14909         an autodetect method.
14910
14911 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14912
14913         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14914         articles are being added to a group.
14915         (gnus-request-replace-article): Inform the agent that articles
14916         need to be uncached as the cached contents are no longer valid.
14917
14918 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * binhex.el: Don't autoload executable-find.
14921
14922         * canlock.el: Don't autoload mail-fetch-field.
14923
14924         * dgnushack.el: Autoload c-mode for XEmacs.
14925
14926         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14927
14928         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14929         rmail-dont-reply-to and rmail-output.
14930
14931         * gnus-score.el: Don't autoload ffap-string-at-point.
14932
14933         * gnus-setup.el: Don't autoload sc-cite-original.
14934
14935         * imap.el: Don't autoload base64-decode-string,
14936         base64-encode-string and md5.
14937
14938         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14939         and rmail-msg-restore-non-pruned-header.
14940
14941         * mm-decode.el: Don't autoload executable-find.
14942
14943         * mm-url.el: Don't autoload executable-find.
14944
14945         * mm-view.el: Don't autoload diff-mode.
14946
14947         * nndb.el: Don't autoload news-reply-mode, news-setup,
14948         cancel-timer and telnet.
14949
14950         * password.el: Don't autoload run-at-time for Emacs.
14951
14952         * sha1-el.el: Don't autoload executable-find.
14953
14954         * sieve-mode.el: Don't autoload c-mode.
14955
14956         * uudecode.el: Don't autoload executable-find.
14957
14958 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14959
14960         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14961         (gnus-agent-possibly-alter-active): Avoid null in numeric
14962         comparison.
14963         (gnus-agent-set-local): Refuse to save null in local object table.
14964         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14965         list of articles that will be marked as unread.
14966
14967 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14970
14971 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14972
14973         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14974         language tags.
14975
14976 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14977
14978         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14979         Don't bind "obarray".
14980
14981         * gnus-sum.el (gnus-thread-sort-functions): Added
14982         `gnus-thread-sort-by-most-recent-number' and
14983         `gnus-thread-sort-by-most-recent-date'.
14984         Reported by Kai Grossjohann <kai@emptydomain.de>.
14985
14986 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14989
14990 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14991
14992         * gnus-cus.el (gnus-agent-customize-category): Removed
14993         ignore-errors macro reference that required cl to be loaded at
14994         run-time.
14995
14996         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14997         single-interval range of the form (min . max).  Previously the
14998         range had to look like ((min . max)).  Likewise, return
14999         (min . max) rather than ((min . max)).
15000         (gnus-range-map): Use gnus-range-normalize to accept
15001         single-interval range.
15002
15003         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15004         the cache, but not the agent, now appear with their usual face.
15005
15006         * dgnushack.el (loaddir): New variable that is bound to the
15007         directory containing the dgnushack.el file. Use loaddir, rather
15008         than srcdir, to update load-path. Change lets dgnushack compile
15009         code in directories other than GNUS/lisp.
15010
15011 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * lpath.el: Don't bind w3m-safe-url-regexp.
15014
15015         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15016         w3m-safe-url-regexp variable buffer-local.
15017
15018         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15019
15020 2004-02-27  Simon Josefsson  <jas@extundo.com>
15021
15022         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15023         gnus-group-real-prefix.
15024         (gnus-summary-move-article): Use it, instead of
15025         gnus-group-real-prefix.
15026
15027 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * lpath.el: Bind w3m-safe-url-regexp.
15030
15031         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15032         w3m-safe-url-regexp variable buffer-local and set it as the value
15033         of mm-w3m-safe-url-regexp.
15034
15035         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15036
15037         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15038         parsing gnus-posting-styles when the message is not for replying.
15039
15040         * dgnushack.el: Autoload sgml-mode for XEmacs.
15041
15042         * nnrss.el (nnrss-opml-export): Use
15043         mm-set-buffer-file-coding-system instead of
15044         set-buffer-file-coding-system.
15045
15046 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15047
15048         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15049         of checkdoc.el).
15050         * nnrss.el: do.
15051         * gnus-mlspl.el: do.
15052         * gnus-ml.el: do.
15053         * gnus-srvr.el: do.
15054
15055         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15056
15057 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15058
15059         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15060         Corrections to custom-manual links.
15061
15062         * gnus-art.el (gnus-article): Ditto.
15063
15064         * mm-decode.el (mime-display, mime-security): Ditto.
15065
15066 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15067
15068         * flow-fill.el: Typo.
15069
15070 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15071
15072         * spam-wash.el: New file.
15073
15074 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15075
15076         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15077
15078 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15081         to be run with new-articles as LIST1, not LIST2.
15082         (spam-registration-functions): Add spam-use-ham-copy as a nil
15083         registration backend.
15084
15085 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15086
15087         * spam-stat.el (spam-stat-washing-hook): New option.
15088         (spam-stat-buffer-words): Use it.
15089         (spam-stat-process-directory, spam-stat-test-directory): Use
15090         insert-file-contents-literally.
15091         (spam-stat-coding-system): New variable.
15092         (spam-stat-load, spam-stat-save): Use it.
15093
15094 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * spam-report.el (spam-report-plug-agent): Quote
15097         spam-report-url-to-file and spam-report-url-ping-plain.
15098
15099 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15102         / in mailto URLs.
15103
15104 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * spam-report.el (spam-report-process-queue): Fix interactive use.
15107         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15108         (spam-report-unplug-agent): Doc fixes.
15109         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15110         (spam-report-agentize, spam-report-deagentize): Autoload.
15111
15112 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15115
15116         * message.el (message-setup-fill-variables): Add mml tags to
15117         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15118         <ajk@iu.edu>.
15119         (message-mode): Don't modify paragraph-separate there.
15120
15121 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * compface.el (uncompface-use-external): Default to undecided.
15124         (uncompface-use-external-threshold): New variable.
15125         (uncompface-float-time): New macro.
15126         (uncompface): Determine whether to use the external decoder if
15127         uncompface-use-external is undecided.
15128
15129 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15130
15131         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15132         after images.
15133
15134         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15135
15136 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15137
15138         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15139
15140         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15141
15142         * gnus-sum.el (gnus-summary-limit-to-age)
15143         (gnus-summary-limit-children): do.
15144
15145         * gnus-int.el (gnus-request-scan): do.
15146
15147         * gnus-group.el (gnus-group-suspend): do.
15148
15149         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15150
15151         * gnus-cite.el (gnus-cite-parse-attributions): do.
15152
15153         * gnus-agent.el (gnus-summary-set-agent-mark)
15154         (gnus-agent-regenerate-group): do.
15155
15156         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15157
15158         * binhex.el (binhex-decode-region-internal): do.
15159
15160 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-fun.el (gnus-face-properties-alist): New user option.
15163         (gnus-display-x-face-in-from): Use it.
15164
15165         * gnus-art.el (article-display-face): Ditto.
15166
15167         * compface.el (uncompface-use-external): Default to nil.
15168
15169 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15170
15171         * nntp.el (nntp-erase-buffer): New function.
15172         (nntp-retrieve-data, nntp-send-command)
15173         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15174         (nntp-possibly-change-group): Use it.
15175
15176         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15177         with-current-buffer.
15178
15179 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15180
15181         * compface.el: Merge the ELisp-based uncompface program.
15182         (compface): New customization group.
15183         (uncompface-use-external): New user option.
15184         (uncompface): Call uncompface-internal if uncompface-use-external
15185         is nil.
15186         (uncompface-internal): New function.  Note that there are also
15187         some other functions and variables added for this function.
15188
15189 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15192         if necessary.
15193
15194 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15195
15196         * spam-report.el (spam-report-unplug-agent)
15197         (spam-report-plug-agent, spam-report-deagentize)
15198         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15199         Add support for the Agent in spam-report: when unplugged, report to a
15200         file; when plugged, submit all the requests.
15201
15202         * spam.el (spam-register-routine): Fix message about
15203         registration.
15204
15205 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15206
15207         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15208         dependencies.
15209         (rfc2047-encode): Use it.
15210
15211         * gnus-art.el (gnus-button-marker-list): Move before first
15212         reference.
15213
15214         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15215         (imap-parse-body): Fix format string mismatch.
15216
15217         * gnus-score.el (gnus-summary-increase-score): do.
15218
15219         * nnrss.el (nnrss-close): New function.
15220
15221 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15222
15223         * nnrss.el (nnrss-make-filename): New function.
15224         (nnrss-request-delete-group, nnrss-read-server-data)
15225         (nnrss-save-server-data, nnrss-read-group-data)
15226         (nnrss-save-group-data): Use it.
15227         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15228         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15229         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15230
15231 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15232
15233         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15234
15235 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15236
15237         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15238         files.
15239
15240         * message.el (message-generate-headers-first): Don't quote nil
15241         and t in docstrings.
15242
15243         * imap.el (imap-id): do.
15244
15245         * gnus-agent.el (gnus-agent-consider-all-articles)
15246         (gnus-agent-queue-mail): do.
15247
15248 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * spam-report.el (spam-report-process-queue): New function.
15251         Process requests from `spam-report-requests-file'.
15252         (spam-report-process-queue): Doc fix.
15253
15254 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15255
15256         * spam.el (spam-register-routine)
15257         (spam-log-processing-to-registry, spam-log-registered-p)
15258         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15259         Change "check" to "spam-check" for semi-clarity.
15260
15261 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * pop3.el: Require nnheader.
15264
15265         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15266
15267         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15268
15269         * gnus-picon.el: Require cl.
15270
15271         * gnus-fun.el: Require gnus-ems and gnus-util.
15272
15273         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15274
15275         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15276
15277         * gnus-art.el (gnus-article-edit-mode): Define before first
15278         reference.
15279
15280 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15281
15282         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15283         (gnus-uu-post-encoded): Use point-at-bol.
15284
15285         * gnus-topic.el (gnus-group-active-topic-p): do.
15286
15287         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15288
15289         * gnus-group.el (gnus-group-kill-region): do.
15290
15291         * gnus-art.el (article-date-ut): do.
15292
15293         * message.el (message-fetch-field): Remove redundant
15294         case-fold-search binding.
15295         (message-narrow-to-field): Simplify.
15296
15297 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * spam.el (spam-directory): Derive from `gnus-directory'.
15300
15301         * spam-report.el (spam-report-url-to-file)
15302         (spam-report-requests-file): New function and variable for offline
15303         reporting.
15304         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15305         and user defined function.
15306         (spam-report-url-ping-mm-url): Remove doubled slash.
15307
15308 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15309
15310         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15311
15312 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15313
15314         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15315         format string mismatch.
15316
15317         * sieve.el (sieve-deactivate-all): do.
15318
15319         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15320
15321         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15322
15323         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15324
15325         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15326
15327 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15330         the list of checks.
15331
15332 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15335         padding.
15336
15337 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15338
15339         * mm-view.el (mm-fill-flowed): New variable.
15340         (mm-inline-text): Use it.
15341
15342 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * spam.el (spam-spamassassin-register-ham-routine)
15345         (spam-spamassassin-register-spam-routine): Fix function names.
15346
15347 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus.el (gnus-tmp-grouplens): Remove.
15350         (gnus-summary-line-format): Remove grouplens.
15351
15352         * gnus-group.el (gnus-group-line-format): Ditto.
15353
15354         * gnus-spec.el (gnus-format-specs): Ditto.
15355         (gnus-update-format-specifications): Flush the group format spec
15356         cache if there's the grouplens stuff.
15357         (gnus-parse-simple-format): Replace %l with the empty string.
15358
15359 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15360
15361         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15362         omission.
15363
15364 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15367         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15368
15369 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15370
15371         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15372         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15373         New macros and functions.
15374         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15375         Handle > NLINK_MAX messages.
15376         * nnmaildir.el (nnmaildir-request-set-mark): Use
15377         nnmaildir--emlink-p and nnmaildir--eexist-p.
15378
15379 2004-01-25  Alex Schroeder  <alex@gnu.org>
15380
15381         * spam-stat.el (spam-stat-process-directory-age): New option.
15382         (spam-stat-process-directory): Use it.
15383
15384 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15385
15386         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15387         (spam-stat-save): Accept prefix argument.
15388
15389 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15390
15391         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15392         links" error.
15393
15394 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15397         the rest of the and/or forms.
15398
15399 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15400
15401         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15402         compatibility with old .newsrc.eld files.
15403
15404         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15405
15406         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15407
15408         * gnus-start.el (gnus-1): do.
15409
15410         * gnus-group.el (gnus-group-line-format-alist): do.
15411
15412         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15413
15414         * gnus-gl.el: Remove.
15415
15416 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15417
15418         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15419         marks consisting of a single range {for example, (3 . 5)} rather
15420         than a list of a single range { ((3 . 5)) }.
15421
15422 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15423
15424         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15425         with-current-buffer.
15426         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15427         avoid consing a string.
15428
15429         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15430         Remove obsolete entries for big5 and gb2312.
15431
15432 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15433
15434         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15435         uncompressed list.
15436
15437 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15438
15439         * spam-stat.el (spam-stat-strip-xref): New function.
15440         (spam-stat-process-directory): Use it.
15441
15442         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15443         here -- it's done in message-fetch-field.
15444
15445 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15446
15447         * gnus-agent.el (gnus-agent-queue-mail)
15448         (gnus-agent-prompt-send-queue): New variables.
15449         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15450         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15451         "nndraft:queue" along to gnus-draft-send.  Use
15452         gnus-agent-prompt-send-queue.
15453         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15454         is "nndraft:queue".  Suggested by Gaute Strokkenes
15455         <gs234@srcf.ucam.org>
15456
15457         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15458         (agent-enable-undownloaded-faces): Added.
15459         (gnus-agent-cat-groups): Use eval-and-compile, not
15460         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15461         method of gnus-agent-cat-groups even when the buffer has been
15462         evaled.
15463         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15464         delete gnus-agent-save-active-1.
15465         (gnus-agent-save-groups): Deleted.  Identical to
15466         gnus-agent-save-active.
15467         (gnus-agent-write-active): No longer adjust agent's copy of active
15468         file as agent's adjustments are now stored in their own
15469         file.  Removed optional parameter.
15470         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15471         servers.  Add use of min/max range limits from server's local
15472         file.
15473         (gnus-agent-save-alist): Removed unused optional argument.
15474         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15475         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15476         (gnus-agent-set-local): A per-server file that keeps min/max range
15477         limits for articles known to the agent.  Provides a fast mechanism
15478         for altering many active ranges.
15479         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15480         active file (local makes it unnecessary).
15481         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15482
15483         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15484         (agent-enable-undownloaded-faces): Added.
15485
15486         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15487         disable it when sending to "nndraft:queue".
15488         (gnus-group-send-queue): Add safety check to avoid sending queue
15489         when unplugged.
15490
15491         * gnus-group.el (gnus-group-catchup): Use new
15492         gnus-sequence-of-unread-articles, not
15493         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15494         numbers of articles.  Use gnus-range-map to avoid having to
15495         uncompress the unread list.
15496         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15497         Fixed invalid ange-ftp reference.
15498
15499         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15500         (gnus-sorted-range-intersection): Intersection of two ranges
15501         without requiring that they first be uncompressed.
15502
15503         * gnus-start.el (gnus-activate-group): Unless blocked by the
15504         caller, possibly expand the active range to include both cached
15505         and agentized articles.
15506         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15507         multiple version-dependent converters.
15508         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15509         gnus-agent-save-active.
15510         (gnus-save-newsrc-file): Save dirty agent range limits.
15511
15512         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15513         gnus-agent-possibly-alter-active.
15514         (gnus-adjust-marked-articles): Faster handling of simple lists.
15515
15516 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15517
15518         * spam-stat.el (spam-stat-test-directory): New optional argument
15519         displays a list of files detected.  Suggested by Andrew Cohen
15520         <cohen@andy.bu.edu>.
15521         (spam-stat-buffer-words-with-scores): Don't narrow and change
15522         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15523
15524 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15525
15526         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15527         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15528         (spam-spamassassin-arguments)
15529         (spam-spamassassin-spam-flag-header)
15530         (spam-spamassassin-positive-spam-flag-header)
15531         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15532         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15533         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15534         (spam-list-of-processors, spam-list-of-checks)
15535         (spam-list-of-statistical-checks, spam-registration-functions)
15536         (spam-check-spamassassin-headers, spam-check-spamassassin)
15537         (spam-spamassassin-score)
15538         (spam-spamassassin-register-with-sa-learn)
15539         (spam-spamassassin-register-spam-routine)
15540         (spam-spamassassin-register-ham-routine)
15541         (spam-assassin-register-spam-routine)
15542         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15543         (spam-bogofilter-score): Fix to show article before scoring.
15544
15545 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15546
15547         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15548         default scoring function.
15549         (spam-generic-score): Call spam-spamassassin-score if
15550         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15551         spam-bogofilter-score otherwise.
15552
15553         * gnus.el (spam-process, spam-autodetect-methods): Add
15554         spamassassin and spamassassin-headers.
15555
15556 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15557
15558         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15559         Suppress unnecessary messages.
15560
15561 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15562
15563         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15564         make-hash-table.
15565
15566 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * canlock.el (base64-encode-string): Don't autoload it.
15569
15570 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * run-at-time.el: Remove useless (require 'itimer),
15573         eval-and-compile and (featurep 'xemacs).
15574
15575 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15576
15577         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15578         GROUP is a virtual group.
15579
15580 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15581
15582         * gnus.el: Autoload `message-y-or-n-p'.
15583
15584 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15585
15586         * pgg-parse.el: Remove unnecessary (require 'custom).
15587
15588         * pgg-def.el: do.
15589
15590         * nnmail.el: do.
15591
15592         * gnus-undo.el: do.
15593
15594         * gnus-picon.el: do.
15595
15596         * gnus-util.el: do.
15597
15598 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15601
15602 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15605         handle, as well as a list.
15606
15607         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15608         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15609         (mm-w3m-cid-retrieve): Simplify.
15610
15611 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15612
15613         * message.el (message-kill-to-signature): Allow prefix arg to
15614         specify number of lines to keep before signature.
15615
15616 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15617
15618         * message.el (message-kill-to-signature): Change docstring.
15619
15620 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * canlock.el: Always require sha1-el.
15623         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15624
15625         * message.el: Autoload sha1 only when compiling.
15626
15627         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15628         eudc-expand-inline for XEmacs.
15629
15630 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * message.el (message-canlock-generate): Require sha1-el.
15633
15634 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15635
15636         * message.el (message-expand-name): Silence the byte compiler.
15637
15638         * lpath.el: Add detect-coding-system.
15639
15640         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15641         cus-edit.
15642
15643 2004-01-13  Simon Josefsson  <jas@extundo.com>
15644
15645         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15646         Invoke gnus-score-mode.  Reported by
15647         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15648
15649         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15650         Jim Blandy <jimb@redhat.com> (tiny change).
15651
15652 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15653
15654         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15655
15656 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15657
15658         * spam.el (spam-get-article-as-string): Update to use
15659         gnus-request-article-this-buffer, much simpler.
15660         (spam-get-article-as-buffer): Remove.
15661
15662 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15663
15664         * message.el (message-expand-name): Use EUDC if the user uses that.
15665
15666 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15667
15668         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15669         character for the encoding to avoid consing a string.
15670
15671         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15672         unnecessarily.
15673
15674         * mm-util.el (mm-replace-chars-in-string): Remove.
15675
15676         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15677         of mm-replace-chars-in-string.
15678
15679 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15680
15681         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15682
15683         * mm-util.el (mm-subst-char-in-string): Support inplace.
15684
15685         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15686         a new string in every iteration.  Use shy groups.
15687
15688 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15689
15690         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15691         * gnus-soup.el (gnus-soup-group-brew):
15692         * gnus-msg.el (gnus-put-message):
15693         * gnus-move.el (gnus-group-move-group-to-server):
15694         * gnus-kill.el (gnus-batch-score):
15695         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15696         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15697         (gnus-group-update-group, gnus-group-read-group)
15698         (gnus-group-make-group, gnus-group-make-help-group)
15699         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15700         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15701         (gnus-group-sort-by-unread, gnus-group-catchup)
15702         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15703         (gnus-group-yank-group, gnus-group-set-info)
15704         (gnus-group-list-groups):
15705         * gnus.el (gnus-generate-new-group-name):
15706         * gnus-delay.el (gnus-delay-send-queue):
15707         * nnvirtual.el (nnvirtual-catchup-group):
15708         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15709         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15710         (gnus-group-prepare-topics, gnus-topic-check-topology):
15711         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15712         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15713         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15714         (gnus-group-make-articles-read):
15715         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15716         (gnus-group-change-level, gnus-kill-newsgroup)
15717         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15718         (gnus-get-unread-articles, gnus-make-articles-unread)
15719         (gnus-make-ascending-articles-unread): Use accessor
15720         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15721         to get group information for improved readability.
15722
15723
15724 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15725
15726         * gnus-art.el (article-decode-mime-words, article-babel)
15727         (gnus-article-highlight-signature, gnus-article-add-buttons)
15728         (gnus-signature-toggle): Use gnus-with-article-buffer.
15729
15730         * gnus-art.el (gnus-article-highlight-headers)
15731         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15732
15733         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15734         (gnus-article-set-globals, gnus-request-article-this-buffer)
15735         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15736         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15737         (gnus-mime-display-alternative): Use with-current-buffer.
15738
15739 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15740
15741         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15742         also under 80 char limit, and call gnus-error if needed.
15743         (spam-fetch-article-header): Fix - it was a
15744         buffer-local variable (gnus-newsgroup-data).
15745         (spam-find-spam): Use spam-generate-fake-headers, forget about
15746         spam-insert-fake-headers.
15747         (spam-insert-fake-headers): Remove.
15748
15749 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15750
15751         * deuglify.el (gnus-article-outlook-unwrap-lines)
15752         (gnus-outlook-rearrange-article)
15753         (gnus-outlook-repair-attribution-outlook)
15754         (gnus-outlook-repair-attribution-block)
15755         (gnus-outlook-repair-attribution-other): Remove redundant
15756         save-excursion.
15757
15758 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15759
15760         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15761         (spam-fetch-field-subject-fast)
15762         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15763         (spam-fetch-article-header): Add functions to deal with Gnus
15764         internals for fast retrieval of article header data.
15765         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15766
15767 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * pop3.el (pop3-md5): Remove.
15770         (pop3-apop): Replace pop3-md5 with md5.
15771
15772         * mm-bodies.el: base64 is always built-in.
15773
15774         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15775         with-current-buffer.
15776
15777 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * canlock.el (canlock-insert-header): Remove excessive grouping in
15780         regexp.
15781
15782         * gnus-sum.el (gnus-summary-read-document): Ditto.
15783
15784         * gnus-uu.el (gnus-uu-part-number): Ditto.
15785
15786         * html2text.el (html2text-remove-tags): Ditto.
15787         (html2text-format-tags): Ditto.
15788         (html2text-format-single-elements): Ditto.
15789
15790         * mml.el (mml-parse-1): Ditto.
15791
15792 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15793
15794         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15795
15796         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15797
15798         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15799
15800         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15801
15802 2003-11-15  Simon Josefsson  <jas@extundo.com>
15803
15804         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15805         (pgg-gpg-lookup-key): Use regexp match instead of
15806         split-string (split-string is different between emacs 21.2 and
15807         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15808
15809 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * gnus-art.el (gnus-mime-view-all-parts)
15812         (gnus-article-part-wrapper, gnus-article-view-part): Use
15813         with-current-buffer.
15814
15815 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15816
15817         * spam.el (spam-disable-spam-split-during-ham-respool)
15818         (spam-spamoracle-database, spam-cache-lookups)
15819         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15820         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15821         (spam-group-ham-marks, spam-group-spam-marks)
15822         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15823         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15824         also add spam-use-blackholes to the statistical checks.
15825         (spam-fetch-field-fast): Add interface to fetching fields, may
15826         become a macro.
15827         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15828         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15829         (spam-insert-fake-headers): Fake an article when needed.
15830         (spam-find-spam): Fake article when possible.
15831         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15832         (spam-check-bogofilter-headers): Use message-fetch-field instead
15833         of nnmail-fetch-field.
15834
15835 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15836
15837         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15838
15839 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15840
15841         * spam.el (spam-split): Do not require spam-use-CHECK to be
15842         enabled if that check is passed to spam-split explicitly; also
15843         fix so 'spam doesn't get converted to spam-split-group when
15844         spam-split-symbolic-return is t.
15845         (spam-find-spam): Find registrations of the article and use those
15846         instead of re-running spam-split to find the spam/ham
15847         classification of the article.
15848         (spam-log-processing-to-registry, spam-log-registered-p)
15849         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15850         Use gnus-error instead of gnus-message.
15851         (spam-log-registration-type): Add function to determine the
15852         classification of a message based on registry entries; will
15853         return nil if both 'spam and 'ham are found.
15854         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15855         a reasonably fast local cache without the loading errors.
15856         (spam-cache-lookups): Set to t by default.
15857         (spam-find-spam): Don't try to guess spam-cache-lookups.
15858         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15859         spam-caches entry.
15860         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15861         caching of whitelist/blacklist entries.
15862         (spam-check-whitelist, spam-check-blacklist): Invoke
15863         spam-from-listed-p with a type, not a cache variable.
15864         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15865
15866 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15867
15868         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15869
15870         * nnmail.el (nnmail-split-fancy): do.
15871
15872         * mml.el (mml-parse): do.
15873
15874         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15875         (gnus-score-adaptive): do.
15876
15877 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15880         (gnus-mime-button-map): Don't set keymap parent.
15881         (gnus-button-ctan-directory-regexp): Use shy grouping.
15882         (gnus-prev-page-map): Don't set keymap parent.
15883         (gnus-prev-page-map): Remove duplicated one.
15884         (gnus-next-page-map): Don't set keymap parent.
15885         (gnus-mime-security-button-map): Ditto.
15886
15887         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15888         version number.
15889
15890         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15891
15892 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * canlock.el (canlock-sha1-function): Remove.
15895         (canlock-sha1-function-for-verify): Remove.
15896         (canlock-openssl-program): Remove.
15897         (canlock-openssl-args): Remove.
15898         (canlock-ignore-errors): Remove.
15899         (canlock-sha1-with-openssl): Remove.
15900         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15901         (canlock-verify): Don't use canlock-ignore-errors.
15902
15903         * sha1-el.el (sha1-string-external): Make it can return a string
15904         in binary form.
15905         (sha1-region-external): Ditto.
15906         (sha1-string-internal): Ditto.
15907         (sha1-region-internal): Ditto.
15908         (sha1-region): Ditto.
15909         (sha1-string): Ditto.
15910         (sha1): Ditto.
15911
15912 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15913
15914         * spam.el (spam-report-articles-gmane): New command.
15915
15916 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15919
15920         * run-at-time.el (run-at-time-saved): Remove.
15921         (run-at-time): Doc fix.
15922
15923 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15924
15925         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15926         (gnus-summary-limit-map): Add it.
15927         (gnus-summary-make-menu-bar): do.
15928
15929 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15930
15931         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15932         Make attempt at some caching support (done for BBDB only now).
15933         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15934         addresses to be checked.
15935         (spam-clear-cache-BBDB): Add function, to be invoked by
15936         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15937         (spam-check-BBDB): Check and use the caches, if
15938         spam-cache-lookups is on, remove superfluous (provide).
15939
15940 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15943
15944 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15945
15946         * run-at-time.el (run-at-time-saved): Move to after the definition
15947         of `run-at-time'.
15948
15949         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15950
15951 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15954         mm-w3m-local-map-property.
15955
15956         * mm-view.el (mm-w3m-mode-map): Remove.
15957         (mm-w3m-local-map-property): Remove.
15958         (mm-inline-text-html-render-with-w3m): Don't use
15959         mm-w3m-local-map-property.
15960
15961 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15962
15963         * run-at-time.el: New file.
15964
15965         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15966         under Emacs.
15967
15968         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15969         of gnus-set-text-properties.
15970
15971         * gnus-uu.el (gnus-uu-save-article): Ditto.
15972
15973         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15974
15975         * gnus-cite.el (gnus-cite-parse): Ditto.
15976
15977         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15978         of gnus-.
15979
15980         * gnus-xmas.el (run-at-time): Require run-at-time.
15981
15982         * gnus.el: Changed calls to nnheader-run-at-time and
15983         password-run-at-time throughout to use run-at-time directly.
15984
15985         * password.el: Removed definition of run-at-time.
15986
15987         * nnheaderxm.el: Remove definition of run-at-time.
15988
15989 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15990
15991         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15992         in prompt.
15993
15994 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15995
15996         * messagexmas.el (message-xmas-redefine): Alias
15997         `message-make-caesar-translation-table' to
15998         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15999         version.
16000
16001         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16002         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16003         `gnus-xmas-set-text-properties'.
16004         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16005         `gnus-xmas-completing-read'.
16006         (gnus-xmas-completing-read): Removed.
16007         (gnus-xmas-open-network-stream): Removed.
16008
16009         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16010         XEmacs version.
16011
16012         * dns.el (dns-make-network-process): Use `open-network-stream'
16013         instead of `gnus-xmas-open-network-stream'.
16014
16015         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16016
16017         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16018
16019 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16020
16021         * gnus-art.el (gnus-mime-display-alternative)
16022         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16023         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16024         Don't use gnus-local-map-property.
16025
16026         * gnus-util.el (gnus-local-map-property): Remove.
16027
16028         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16029         gnus-completing-read-maybe-default with completing-read.
16030
16031         * gnus-util.el (gnus-completing-read): do.
16032         (gnus-completing-read-maybe-default): Remove.
16033
16034 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16035
16036         * password.el: Only autoload `run-at-time' if not XEmacs.
16037         Only autoload the itimer functions if XEmacs.
16038
16039 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16042         XEmacsen.
16043
16044         * dgnushack.el: Autoload executable-find for XEmacs.
16045
16046 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16047
16048         * gnus-art.el (gnus-read-string): Remove.
16049         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16050         read-string.
16051
16052 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16053
16054         * netrc.el: Autoload password-read.
16055         (netrc): Add configuration group.
16056         (netrc-encoding-method, netrc-openssl-path): Add
16057         variables for encoding and decoding of files with symmetric
16058         ciphers.
16059         (netrc-encode): Add assistant function to encode a file with
16060         netrc-encoding-method.
16061         (netrc-parse): Add interactive parameter, added optional
16062         decoding if netrc-encoding-method is non-nil but otherwise
16063         behavior is standard.
16064         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16065         Do s/encode/encrypt/ everywhere.
16066
16067         * spam.el: Remove executable-find autoload.
16068
16069 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16072
16073         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16074
16075 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * gnus-art.el (gnus-treat-ansi-sequences)
16078         (article-treat-ansi-sequences): New variable and function.
16079         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16080
16081         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16082         Use it.
16083
16084 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16085
16086         * mm-util.el (mm-quote-arg): Remove.
16087
16088         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16089         shell-quote-argument.
16090
16091         * gnus-uu.el (gnus-uu-command): do.
16092
16093         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16094
16095         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16096         with make-char.
16097
16098         * mm-util.el (mm-make-char): Remove.
16099
16100         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16101         add-minor-mode.
16102
16103         * gnus-undo.el (gnus-undo-mode): do.
16104
16105         * gnus-topic.el (gnus-topic-mode): do.
16106
16107         * gnus-sum.el (gnus-dead-summary-mode): do.
16108
16109         * gnus-start.el (gnus-slave-mode): do.
16110
16111         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16112
16113         * gnus-ml.el (gnus-mailing-list-mode): do.
16114
16115         * gnus-gl.el (gnus-grouplens-mode): do.
16116
16117         * gnus-draft.el (gnus-draft-mode): do.
16118
16119         * gnus-dired.el (gnus-dired-mode): do.
16120
16121         * gnus-ems.el (gnus-add-minor-mode): Remove.
16122
16123         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16124         Replace gnus-char-width with char-width.
16125
16126         * gnus-ems.el (gnus-char-width): Remove.
16127
16128         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16129         Replace gnus-char-width with char-width.
16130
16131         * gnus-ems.el (gnus-char-width): Remove.
16132
16133         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16134         definition.
16135         Remove Emacs 20 hash table compatibility code.
16136
16137         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16138         20 compatibility code.
16139
16140         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16141
16142         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16143
16144         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16145         with point-at-{eol,bol}.
16146
16147         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16148
16149         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16150
16151         * flow-fill.el (fill-flowed-point-at-bol)
16152         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16153
16154         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16155         Replace with point-at-{eol,bol} throughout all files.
16156
16157 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * ntlm.el (ntlm-string-as-unibyte): New macro.
16160         (ntlm-build-auth-response): Use it.
16161
16162         Remove Emacs 20 stuff:
16163         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16164         (butlast, mapc, remove): Remove the compiler macros.
16165         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16166         of delq and copy-sequence.
16167         * gnus-art.el (popup-menu): Remove the compiler macro.
16168         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16169         Emacs 20.
16170
16171 2004-01-05  Simon Josefsson  <jas@extundo.com>
16172
16173         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16174         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16175         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16176         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16177         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16178         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16179         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16180         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16181         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16182         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16183         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16184         string-xor into ntlm-string-xor.  Suggested by
16185         Jesper Harder <harder@myrealbox.com>.
16186
16187         * ntlm.el: Don't include poem.
16188
16189         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16190         Jesper Harder <harder@myrealbox.com>.
16191
16192         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16193
16194         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16195         probably breaks emacs with DL patch, but do we care? Is anyone
16196         still using the DL stuff?)
16197
16198         * sieve-manage.el: Use the password package.
16199         (sieve-manage-read-passwd): Remove.
16200         (sieve-manage-interactive-login): Use password.  Re-add
16201         condition-case around loop.
16202
16203         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16204         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16205         the password package.
16206
16207 2003-02-19  Simon Josefsson  <jas@extundo.com>
16208
16209         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16210         token.
16211
16212 2002-08-07  Simon Josefsson  <jas@extundo.com>
16213
16214         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16215         (sieve-manage-authenticators):
16216         (sieve-manage-authenticator-alist): Add some SASL mechs.
16217         (sieve-sasl-auth): New function.
16218         (sieve-manage-cram-md5-auth):
16219         (sieve-manage-plain-auth): Rewrite using SASL library.
16220         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16221         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16222         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16223         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16224
16225 2004-01-05  Simon Josefsson  <jas@extundo.com>
16226
16227         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16228         New files.
16229
16230 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231
16232         * gnus-group.el (gnus-no-groups-message): Update.
16233
16234         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16235
16236 2003-11-09  Simon Josefsson  <jas@extundo.com>
16237
16238         * imap.el: Support for ID IMAP extension (RFC 2971).
16239         (imap-local-variables): Add imap-id.
16240         (imap-id): New variable.
16241         (imap-id): New function.
16242         (imap-parse-response): Parse untagged ID response.
16243         * nnimap.el (nnimap-id): New variable.
16244         (nnimap-open-connection): Use it.
16245
16246 2003-12-28  Simon Josefsson  <jas@extundo.com>
16247
16248         * gnus-score.el (gnus-score-edit-all-score): New.
16249         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16250
16251 2004-01-04  Simon Josefsson  <jas@extundo.com>
16252
16253         * password.el: Add.
16254
16255 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16256
16257         * dns.el (dns-query-types): Fix typo.
16258         (dns-query-types): New function.
16259         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16260         PTR and SOA replies, see RFC 1035.
16261
16262 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16263
16264         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16265
16266         * Moved to Changelog.2.
16267
16268 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16269
16270         * gnus.el (gnus-version-number): Bump version.
16271
16272 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16273
16274         * gnus.el: No Gnus v0.1 is released.
16275
16276 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16277
16278         * gnus.el: No Gnus v0.0 is released.
16279
16280 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16281
16282         * gnus.el (gnus-version-number): Bump.
16283         (gnus-version): No.
16284
16285 See ChangeLog.2 for earlier changes.
16286
16287     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16288       Free Software Foundation, Inc.
16289
16290   This file is part of GNU Emacs.
16291
16292   GNU Emacs is free software: you can redistribute it and/or modify
16293   it under the terms of the GNU General Public License as published by
16294   the Free Software Foundation, either version 3 of the License, or
16295   (at your option) any later version.
16296
16297   GNU Emacs is distributed in the hope that it will be useful,
16298   but WITHOUT ANY WARRANTY; without even the implied warranty of
16299   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16300   GNU General Public License for more details.
16301
16302   You should have received a copy of the GNU General Public License
16303   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16304
16305 ;; Local Variables:
16306 ;; coding: utf-8
16307 ;; fill-column: 79
16308 ;; add-log-time-zone-rule: t
16309 ;; End: