278d4ea23612c48325cd2ce0e6a93c33ea289788
[gnus] / lisp / ChangeLog
1 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4         opening the server.
5         (nnimap-request-delete-group): Implement group deletion.
6         (nnimap-transform-headers): Return the size of the entire message in
7         the Bytes header, not just the size of the first part.
8
9 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
10
11         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12         we haven't requested anything.
13
14 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
17         "".  Fix found by Andrew Cohen.
18
19         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
20         instead of -encode-string.
21
22 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
25
26         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
27         by mm-subst-char-in-string.
28
29 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
32         waiting for the connection string.
33
34         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
35         arriving.
36
37         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
38         bogus characters.  This allows selecting certain Gmail groups.
39
40         * nnimap.el (nnimap-find-wanted-parts-1): New function.
41         (nnimap-fetch-partial-articles): New variable.
42         (nnimap-open-connection): When looking for credentials, also use the
43         nnimap-server-port.
44         (nnimap-request-article): Return the group/article number, so that Gnus
45         `^' works as expected.
46         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
47         them.
48
49         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
50         comments.
51         (gnus-methods-sloppily-equal): New function.
52         (gnus): When using the development version of Gnus, load the gnus-load
53         file.
54
55         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
56         `gnus-open-server' on each method before trying to scan them etc.  This
57         ensures that all the backend parameters are set correctly.
58
59         * nnimap.el (nnimap-authenticator): New variable.
60         (nnimap-open-connection): Allow anonymous login.
61         (nnimap-transform-headers): The chars header is called Chars not
62         Bytes.
63         (nnimap-wait-for-response): Don't infloop if the IMAP connection
64         drops.
65
66         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
67         patch, found by Knut Anders Hatlen.
68
69 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
70
71         * gnus-agent.el (gnus-agent-batch-confirmation)
72         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
73         to gnus-message.
74         * gnus-art.el (gnus-article-describe-briefly): Likewise.
75         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
76         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
77         * gnus-int.el (gnus-open-server): Likewise.
78         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
79         (gnus-score-check-syntax): Likewise.
80         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
81         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
82         Likewise.
83         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
84
85 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
88         calling conventions so that prefetch doesn't bug out.
89
90 2010-09-19  Julien Danjou  <julien@danjou.info>
91
92         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
93         rather than `subst-char-in-region' in order to be able to replace ASCII
94         char by UTF-8 ones.
95
96         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
97         than curl.
98         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
99         the right URL and ALT text on images.
100         (gnus-html-wash-tags): Fix tag case.
101         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
102         (gnus-article-html): Add -o display_ins_del=2 option.
103         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
104
105 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
108         the extra mail headers, which sometimes seem to happen for unknown
109         reasons.
110
111         * mail-parse.el (mail-header-encode-parameter): Define as
112         rfc2045-encode-string instead of as rfc2231-encode-string, since some
113         (or most, perhaps?) mail readers don't understand the latter, but do
114         understand the former.
115
116         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
117         to nil, so that no methods are automatically agentized.  I think this
118         is probably what most users want.
119
120         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
121         from url-retrieve, for instance about invalid URLs.
122
123         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
124         groups that have no articles.
125         (nnimap-request-article): Check that we really got an article when we
126         requested one.
127
128         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
129         doesn't exist.
130
131         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
132         nntp buffer so the agent can save it.
133         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
134         that CRLF doesn't get translated to \n.
135         (nnimap-open-connection): Don't make 'shell commands only send \n.
136
137 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
140         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
141         Update var name.
142         (nnml-generate-nov-file): Use dolist.
143         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
144         Use with-current-buffer.
145
146 2010-09-18  Julien Danjou  <julien@danjou.info>
147
148         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
149         parallel.
150
151 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnimap.el (nnimap-update-info): When doing partial marks update, get
154         the range update right.
155         (nnimap-request-group): Don't make `M-g' bug out on group with no
156         marks.
157         (nnoo): Required, so that other packages can require nnimap.
158         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
159         command we're looking for.  This helps when the server sends more
160         responses after we've gotten everything we expected.
161         (nnimap): Add a `newlinep' field to keep track of end-of-line
162         conventions.
163         Don't send CRLF to things that don't want it.
164         (nnimap-request-accept-article): Ditto.
165
166 2010-09-18  Julien Danjou  <julien@danjou.info>
167
168         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
169         than curl to retrieve images.
170
171 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * nnimap.el (nnimap-update-info): Extend the info so that we can set
174         the marks.
175         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
176         (nnimap-wait-for-connection): New function.
177         (nnimap-open-connection): If we have PREAUTH, don't query for login
178         credentials.
179         (nnimap-update-info): Fix off-by-one error when concatenating ranges
180         when doing a partial update.
181
182 2010-09-18  Julien Danjou  <julien@danjou.info>
183
184         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
185         tags.
186
187 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * nnimap.el (nnimap-credentials): New function.
190         (nnimap-open-connection): Use the new function to look for credentials
191         also on the numeric equivalents of "imap" and "imaps".
192
193         * gnus-start.el (gnus-activate-group): Send the info to
194         gnus-request-group.
195
196         * nnimap.el (nnimap-request-group): Have the "check" version of the
197         function parse flags and update the info, so that a `M-g' get a total
198         resync of all flags from the group.
199
200         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
201         to allow backends to alter the info on group selection.  Also alter all
202         the backend -request-group functions to take the parameter.
203
204         * nnimap.el (nnimap-store-info): New function.
205         (nnimap-update-info): Store the info for later usage.
206         (nnimap-request-group): Use the stored info for the dont-check case, so
207         that we don't retrieve all marks when we enter a group.
208
209         * nnimap.el: Use deffoo instead of defun for interface functions.
210
211         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
212         update the group info.  This makes the nndraft groups, for instance, go
213         back to their old behaviour.
214
215         * gnus-sum.el (gnus-select-newsgroup): Indent.
216
217         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
218         in.
219         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
220         nothing.
221
222         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
223         from methods that are denied.
224
225         * gnus-int.el (gnus-method-denied-p): New function.
226
227         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
228         store the password instead of netrc.
229         (nnimap-open-connection): Don't error out when we can't make a
230         connections.
231
232         * auth-source.el (auth-source-create): In the password prompt, say what
233         we're querying for.  Also prompt for user name if that hasn't been
234         given.
235
236         * nnimap.el (nnimap-with-process-buffer): Removed.
237
238 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
241         method when we're reading from the agent.
242
243         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
244
245         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
246         that's probably most useful for users.
247
248         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
249         "failed" all the time.
250
251         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
252         ...)) with (with-current-buffer ... ).
253
254         * nntp.el (nntp-open-server): Return whether the open was successful or
255         not.
256
257         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
258         select an unread unseen article first.
259
260         * nnimap.el (nnimap-open-connection): If the user doesn't have a
261         /etc/services, supply some sensible port defaults.
262
263         * dgnushack.el: Define netrc-credentials.
264
265 2010-09-17  Julien Danjou  <julien@danjou.info>
266
267         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
268
269 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
270
271         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
272         doesn't have any parameters.
273
274 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
277         only upcased checks.
278
279         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
280
281         * nnimap.el (nnimap-open-shell-stream): New function.
282         (nnimap-open-connection): Use it.
283         (nnimap-transform-headers): Get the number of lines in each message.
284         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
285         number of lines.
286         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
287         problem.
288
289         * utf7.el (utf7-encode): Autoload.
290
291         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
292         to allow the mail splitting to not return a default group.  This is
293         useful for nnimap, which will leave unmatched mail in the inbox.
294
295         * nnimap.el: Rewritten.
296
297         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
298         nnimap usage.
299
300         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
301         if the move is internal, so that nnimap can do fast internal moves.
302
303         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
304         data.
305         (gnus-read-active-for-groups): Support finishing the early retrieval of
306         data.
307
308         * gnus-range.el (gnus-range-nconcat): New function.
309
310         * gnus-int.el (gnus-finish-retrieve-group-infos)
311         (gnus-retrieve-group-data-early): New functions.
312
313 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
314
315         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
316         (nnrss-retrieve-groups):
317         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
318         (pop3-quit): Use with-current-buffer.
319
320 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
323         instead of nnheader-accept-process-output.
324
325         * dgnushack.el (dgnushack-compile): Add comment.
326
327         * lpath.el: No need to fbind propertize for XEmacs 21.4.
328
329         * gnus-html.el (gnus-html-schedule-image-fetching)
330         (gnus-html-prefetch-images): Replace process-kill-without-query by
331         gnus-set-process-query-on-exit-flag.
332
333 2010-09-16  Romain Francoise  <romain@orebokech.com>
334
335         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
336
337 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-registry.el (gnus-registry-install-shortcuts): The second
340         parameter to unintern is mandatory-ish in Emacs 24.
341
342         * gnus-html.el (gnus-html-schedule-image-fetching)
343         (gnus-html-prefetch-images): Check for curl before using it.
344
345         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
346         depend on curl, which isn't essential.
347
348         * imap.el: Revert back to version
349         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
350         seem problematic.
351
352 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
353
354         * gnus-registry.el (gnus-registry-install-shortcuts):
355         Explicitly pass `obarray' to `unintern' to avoid a warning.
356
357 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
360         change.
361
362         * nnrss.el (nnrss-request-list): Removed this function and related
363         functions, including the moreover stuff.
364
365 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * nnrss.el (nnrss-retrieve-groups): New function.
368
369 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
370
371         * .dir-locals.el: Add no-byte-compile cookie.
372
373 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * time-date.el (format-seconds): Comment fix.
376
377         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
378         for back end that doesn't support request-scan.
379
380 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
383         then do request scans from the backends.
384
385         * netrc.el (netrc-credentials): New conveniency function.
386
387         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
388         avoid running a hook per line, since this takes a lot of time,
389         profiling shows.
390         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
391         directly if gnus-visual-p is true.
392
393 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
396         groups; replace mapcar with dolist which is a bit faster; pass groups
397         info to gnus-read-active-file-1.
398         (gnus-read-active-file-1): Scan only specified groups if the new
399         optional arg `infos' is given.
400
401 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
404
405         * pop3.el (pop3-movemail): Removed.
406         (pop3-streaming-movemail): Renamed to pop3-movemail.
407
408         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
409         don't restrict end-tag searches to the end of the line.
410
411 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
414         articles of every unchecked group to t, which means unknown since the
415         server has never been opened.
416
417 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-html.el (gnus-html-show-alt-text): New command.
420         (gnus-html-browse-image): Ditto.
421         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
422         to browse the image directly.
423         (gnus-html-wash-tags): Search for images first, so that <a><img> works
424         better.
425
426         * gnus-async.el (gnus-async-article-callback): Call
427         `gnus-html-prefetch-images' unconditionally.
428
429         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
430         before feeding URLs to curl.
431
432 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
435         internal images as deletable by `W D D'.
436
437         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
438         (gnus-async-article-callback): Fix typo.
439
440 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
443         current line to work around bugs in the output from w3m.
444
445         * gnus-async.el (gnus-async-article-callback): Always prefetch images
446         for groups that want that.
447
448         * nntp.el (nntp-wait-for-string): Supply a timeout for
449         accept-process-output to ensure progress.
450
451         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
452         level to get unread articles from, then use that for foreign groups,
453         too.
454
455         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
456         confuses the rest of the function.
457
458         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
459         for the methods that support -retrieve-groups, too.
460
461         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
462
463 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
466         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
467
468         * pop3.el: Require cl when compiling.
469         (pop3-number-of-responses): Search for "+OK", not "+OK ".
470
471 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
474         that aren't going to be activated.
475         (gnus-get-unread-articles): Fix up the last commit.
476
477         * gnus-html.el (gnus-article-html): Allow calling without specifying
478         the handle.  In that case, dissect the buffer first.
479
480         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
481
482         * nnimap.el (nnimap-open-connection): Revert the change that would look
483         into authinfo for imaps instead of imap.
484
485         * gnus-start.el (gnus-activate-group): Take an optional parameter to
486         say that you don't want to call gnus-request-group with don-check, but
487         do check the reponse.  This is for virtual groups only.
488         (gnus-get-unread-articles): Count the archive groups as secondary, so
489         that they're activated the same way as before.
490
491         * imap.el (imap-message-map): Removed optional buffer parameter, since
492         no callers use it.
493         (imap-message-get): Ditto.
494         (imap-message-put): Ditto.
495         (imap-mailbox-map): Ditto.
496         (imap-mailbox-put): Ditto.
497         (imap-mailbox-get): Ditto.
498         (imap-mailbox-get): Revert last change for this function.
499
500         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
501         case-insensitively.
502         (nnimap-debug): Removed.
503
504         * imap.el (imap-fetch-safe): Removed function, and altered all callers
505         to use `imap-fetch' instead.  According to the comments, this should be
506         safe, since all other IMAP clients use the 1:* syntax.
507         (imap-enable-exchange-bug-workaround): Removed.
508         (imap-debug): Removed -- doesn't seem very useful.
509
510         * mail-source.el (mail-source-fetch): Don't message if we're fetching
511         mail from a file, and the file doesn't exist.
512
513         * imap.el (imap-log): New convenience function used throughout instead
514         of repeating the same code all over the place.
515
516         * pop3.el (pop3-streaming-movemail): Return t for success.
517
518         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
519         .authinfo if we're using ssl connection.
520
521         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
522         already have if we're in a main Gnus `g' run.
523
524         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
525
526 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
529
530         * nnmh.el (nnmh-request-list-1): Bind `file'.
531
532         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
533         alias to set-process-query-on-exit-flag or process-kill-without-query.
534         (pop3-open-server): Use it.
535
536 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * mail-source.el (mail-source-delete-crash-box): Always move the crash
539         box to the Incoming file.  Fixes mistake in previous checkin.
540
541         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
542         request loop (for debugging purposes) removed.
543
544         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
545         culprit is more visible.
546         (nnml-save-incremental-nov, nnml-open-incremental-nov)
547         (nnml-add-incremental-nov): New functions to do "incremental" nov
548         updates, where we just append to the end of the existing nov files
549         without reading/writing them in full.
550
551         * mail-source.el (mail-source-delete-crash-box): Really only check the
552         incoming files once in a while.
553
554         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
555
556         * mail-source.el (mail-source-delete-crash-box): Only check the
557         incoming files for deletion once per day to save a lot of file
558         accesses.
559
560         * pop3.el (pop3-logon): Fix up unbound variable typo.
561
562         * mail-source.el (pop3-streaming-movemail): Autoload.
563
564         * pop3.el (pop3-streaming-movemail): Respect
565         pop3-leave-mail-on-server.
566
567         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
568         retrieval.
569
570         * pop3.el (pop3-process-filter): Removed unused function.
571         (pop3-streaming-movemail, pop3-send-streaming-command)
572         (pop3-wait-for-messages, pop3-write-to-file)
573         (pop3-number-of-responses): New functions for streaming pop3
574         retrieval.
575
576         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
577         come from no known methods.
578         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
579         list.
580
581         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
582         message sizes.
583         (pop3-movemail): Use erase-buffer instead of looping and deleting
584         regions, which seems rather odd.
585
586         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
587         file once per `g' run.
588
589         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
590         directories.  This makes the draft queue directory work.
591
592         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
593         data from the backends, so that we only request the list of groups from
594         each method once.  This should speed things up considerably.
595
596         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
597         detect that it's not implemented.
598
599         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
600         we actually do recurse down into the tree, but don't stat all leaf
601         nodes.
602
603         * gnus-html.el (gnus-html-show-images): If there are no images to show,
604         then say so instead of bugging out.
605
606         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
607         files exist before trying to read them.
608
609         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
610         around <pre_int>.
611
612         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
613
614         * nnmh.el (nnmh-request-list-1): Optimize for speed.
615
616 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * mm-util.el (mm-image-load-path): Just return the image directories,
619         not all directories in the path in addition to the image directories.
620         (mm-image-load-path): Maintain a cache of the image directories so that
621         the `g' command in Gnus doesn't have to stat dozens of directories each
622         time.
623
624         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
625         (gnus-html-wash-tags): Add a new `i' command to insert images.
626         (gnus-html-insert-image): New command and keystroke.
627         (gnus-html-redisplay-with-images): New command and keystroke.
628         (gnus-html-show-images): Renamed command.
629         (gnus-html-wash-tags): Remove more white space before <pre_int> image
630         spacers.
631         (gnus-html-wash-tags): Decode entities at the end, so that entities
632         inside the tags don't mess up the rest of the "parsing".
633
634         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
635         so that nnimap methods aren't agentized by default.  There's apparently
636         many problems related to agent/imap behaviour.
637
638         * gnus-art.el (gnus-article-copy-string): New command and key binding.
639
640         * gnus-html.el: Doc fix.
641
642 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
645         specifier-spec-list for Emacs 21.
646
647         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
648         glyph-width and glyph-height instead of display-graphic-p and
649         image-size; make avoidance of displaying small images work for XEmacs.
650
651         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
652         for XEmacs.
653
654         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
655         of symbol that holds plist data.
656         (gnus-process-plist): Remove plist of process after getting it.
657
658 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * message.el (message-generate-hashcash): Change default to
661         'opportunistic if hashcash is installed.
662
663         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
664         (gnus-html-put-image): Only call image-size once, since it's somewhat
665         time-consuming on remote X servers.
666
667 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
670         type on data, not a file name.
671
672         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
673         window-pixel-edges for Emacs 21.
674
675         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
676         decoded contents.
677         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
678
679 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
682         group line format, since it isn't very interesting.
683
684         * gnus-agent.el (gnus-agent-short-article),
685         (gnus-agent-long-article): Increase values for these two variables,
686         since most people are likely to have more network connection and
687         storage than before.
688
689         * gnus.el (gnus-refer-article-method): Change default to 'current.
690         When referring an article, the common behaviour is to refer it from the
691         current select method, not the native select method.  The chances of
692         the native select method having the message in question is rather slim
693         these days.
694
695         * gnus-sum.el (gnus-auto-select-subject): Change default to
696         `unseen-or-unread'.  I think it's likely that most people want to
697         select an unseen article over a previously seen, but unread one.
698
699         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
700         means that in the article buffer none of the minor mode elements will
701         be shown, usually, and this is not desirable in most cases.
702
703         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
704         that commands like `d' (and the like) go to the next line in the
705         buffer, instead of the next unread article.  I think this is the
706         behaviour that is most natural for most users.
707         (gnus-single-article-buffer): Change default to nil, so that people can
708         have as many article buffers open as they have summary buffer.  I think
709         this is the most natural way for the groups to behave.
710
711         * message.el (message-generate-new-buffers): Change default to
712         `unsent', so that all new message buffers start their names with the
713         string "*unsent", and it's easier to find the buffers if you move from
714         them.
715
716 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
719         small.  They're probably tracking images.
720         (gnus-html-wash-tags): Remove all <pre_int> place holders.
721         (gnus-html-rescale-image): Yet another try at getting the image sizing
722         right.
723
724         * nntp.el (nntp-request-set-mark): Refuse to do marks if
725         nntp-marks-file-name is nil.
726
727 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * gnus-html.el (gnus-html-wash-tags)
730         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
731         Better logging.
732
733 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
736
737         * gnus-html.el (gnus-html-wash-tags): Check the value of
738         gnus-blocked-images in the summary buffer.
739
740 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
743
744 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
747         like "a", it seems like.
748         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
749         since it needs to be picked from the correct buffer.
750
751         * nnwfm.el: Removed.
752
753         * nnlistserv.el: Removed.
754
755 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
756
757         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
758         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
759
760 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * nnkiboze.el: Removed.
763
764         * nndb.el: Removed.
765
766         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
767         alt text.
768         (gnus-html-rescale-image): Try to get the rescaling logic right for
769         images that are just wide and not tall.
770
771         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
772         overshadow variable bindings.
773
774 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
775
776         * gnus-html.el (gnus-html-wash-tags)
777         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
778         extra logging.
779
780 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
783         (gnus-max-image-proportion): New variable.
784         (gnus-html-rescale-image): New function.
785         (gnus-html-put-image): Rescale images.
786
787 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
788
789         Fix up some byte-compiler warnings.
790         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
791         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
792         (gnus-article-fill-cited-article, gnus-article-hide-citation)
793         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
794         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
795         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
796         (gnus-group-update-group): Use save-excursion and with-current-buffer.
797
798 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-html.el (gnus-article-html): Decode contents by charset.
801
802 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
805         (gnus-html-frame-width, gnus-blocked-images)
806         * message.el (message-prune-recipient-rules): Add custom version.
807         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
808
809         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
810         functions.
811
812         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
813         gnus-process-get.
814
815 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
816
817         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
818         instead of lsub directly.
819
820 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * nnwarchive.el: Removed.
823
824         * gnus-soup.el: Removed.
825
826         * nnsoup.el: Removed.
827
828         * nnultimate.el: Removed.
829
830         * gnus-html.el (gnus-blocked-images): New variable.
831
832         * message.el (message-prune-recipients): New function.
833         (message-prune-recipient-rules): New variable.
834
835         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
836         guess whether a long line is natural text or not.
837
838         * gnus-html.el (gnus-html-schedule-image-fetching): Use
839         gnus-process-plist and friends for compatibility.
840
841 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
842
843         * gnus-html.el: Require packages that define macros used in this file.
844         (gnus-article-mouse-face): Declare to silence byte-compiler.
845         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
846         process-get.
847         (gnus-html-put-image): Use plist-get to avoid getf.
848         (gnus-html-prefetch-images): Use with-current-buffer.
849
850 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-ems.el: Provide compatibility functions for
853         gnus-set-process-plist.
854
855         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
856         header-line-format for XEmacs 21.4.
857
858         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
859         * gnus.el (gnus-valid-select-methods)
860         * message.el (message-send-mail-partially-limit)
861         * mm-decode.el (mm-text-html-renderer)
862         * mml.el (mml-insert-mime-headers-always)
863         * smiley.el (smiley-regexp-alist): Bump custom version.
864
865 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-html.el: require mm-url.
868         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
869         with the url to `url'.
870         (gnus-html-wash-tags): Support cid: URLs/images.
871
872 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
875         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
876         bindings, as they aren't useful at all.  `w' is moved to `W w'.
877
878         * gnus-move.el: Removed file, since it doesn't really work.
879
880         * gnus-html.el (gnus-article-html): Tell w3m that the input is
881         UTF-8.  This seems to fix problems with some German web feeds.
882
883         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
884         at the top so that the proper colours are applied.
885
886         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
887         don't have dots in their names.
888
889         * gnus-art.el (gnus-article-view-part): Doc fix.
890
891         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
892         XEmacs-compatible.
893         (gnus-html-put-image): Don't do images on non-graphic displays.
894
895         * nnslashdot.el: Removed this unused backend.
896
897         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
898         actions.
899         (gnus-undo-register-1): Revert last change.
900
901         * gnus-group.el (gnus-group-completing-read): Protect against not
902         having completion-styles bound.
903
904         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
905         make broken recipients happier.
906
907         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
908
909         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
910         point parameter.
911
912         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
913
914         * gnus-group.el (gnus-group-completing-read): Add 'substring to
915         completion-styles for group selection.
916
917 2009-02-04  Andreas Schwab  <schwab@suse.de>
918
919         * gnus-score.el (gnus-score-string): Fix regex for matching extra
920         headers and regexp-quote the match if necessary.
921
922 2009-03-24  Miles Bader  <miles@gnu.org>
923
924         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
925         the blinking smiley.
926
927 2009-03-24  Simon Josefsson  <simon@josefsson.org>
928
929         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
930         blink smiley.
931
932 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
935         where the dribbel file lives exists.
936
937         * message.el (message-send-mail-partially-limit): Change the default to
938         nil, since most people don't want this.
939
940         * mm-url.el (mm-url-decode-entities): Also decode entities like
941         &#x3212.
942
943 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
944
945         * gnus-sum.el (gnus-summary-idna-message):
946         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
947         Hyperlink urls in docstrings with URL `...'.
948
949 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
950
951         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
952         functions.
953
954 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
957         say what the mouseover text should be.
958
959         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
960         version of the mm-w3m-safe-url-regexp variable to only download images
961         in the groups where we want that to happen.
962
963         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
964
965         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
966         easier debugging.
967         (gnus-article-beginning-of-window): Add kludge to allow spacing past
968         big pictures in the article buffer.
969
970         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
971         gnus-article-html.
972         (mm-text-html-renderer): gnus-article-html needs curl in addition to
973         w3m.
974
975         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
976
977 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
980         which doesn't exist.
981
982         * message.el (message-inhibit-ecomplete): New variable to allow some
983         function to inhibit ecomplete address storage.
984         (message-resend): Disable ecomplete message storage when resending
985         messages.
986
987         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
988
989 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
992         Save excursion while copying, moving, and deleting articles in order to
993         prevent the cursor from jumping to unforeseen place.
994
995 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * lpath.el: No need to bind bookmark-current-buffer,
998         bookmark-yank-point and bookmark-make-record-function.
999
1000 2010-08-17  Glenn Morris  <rgm@gnu.org>
1001
1002         * gnus-sync.el: Require gnus components whose functions are used.
1003
1004         * gnus-art.el (bookmark-make-record-function):
1005         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1006         Declare for compiler.
1007
1008         * mm-url.el (mml-compute-boundary): Autoload.
1009
1010 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1013
1014 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         Typo fix "hoo4a" -> "hook".
1017
1018         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1019
1020 2010-08-14  Glenn Morris  <rgm@gnu.org>
1021
1022         * gnus-sync.el (gnus-sync): Fix defgroup version.
1023
1024 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1025
1026         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1027
1028         * gnus-sync.el: Fix docs.
1029         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1030         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1031
1032 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         Optimizations for gnus-sync.el.
1035
1036         * gnus-sync.el: Add docs about gnus-sync-backend
1037         possibilities.
1038         (gnus-sync-save): Remove unnecessary message.
1039         (gnus-sync-read): Optimize and show what groups were skipped.
1040
1041 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         Minor bug fixes for gnus-sync.el.
1044
1045         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1046         read the sync on get-new-news.
1047
1048         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1049         quiet.
1050
1051         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1052
1053 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1054
1055         Make saving and restoring of hidden threads work with overlays.
1056         Patch applied by Ted Zlatanov.
1057
1058         * gnus-sum.el (gnus-hidden-threads-configuration)
1059         (gnus-restore-hidden-threads-configuration): Update to deal with text
1060         properties, rather than searching for a magic character.
1061
1062 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1063
1064         New gnus-sync.el library for synchronization of marks.
1065
1066         * gnus-sync.el: New library for synchronization of marks.
1067
1068         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1069         renamed from `gnus-registry-grep-in-list'.
1070
1071         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1072
1073         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1074
1075 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1078         determining charset of text fails.
1079
1080 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * nnmail.el (nnmail-get-new-mail-1): Revert.
1083
1084         * nnml.el (nnml-active-number): Make sure names of newly created groups
1085         in nnml-group-alist are encoded.
1086
1087 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1090         containing non-ASCII characters in active file for nnml back end.
1091
1092 2010-07-24  David Engster  <dengste@eml.cc>
1093
1094         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1095         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1096
1097 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1098
1099         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1100         tag (Bug#6654).
1101
1102 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1105         the article buffer, not the summary buffer.
1106
1107 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1110         Emacs 23 as well.
1111
1112 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1115         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1116
1117 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1118
1119         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1120         Patch applied by Karl Fogel.
1121
1122         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1123         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1124
1125 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1126
1127         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1128         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1129         C-w still not working correctly from Article buffers; Thierry's
1130         patch to fix that will be applied after this.
1131
1132         * gnus-art.el (bookmark-make-record-function): New local variable.
1133
1134         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1135         article buffer.
1136         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1137
1138 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1139
1140         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1141         on changes in bookmark.el.
1142
1143 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1146         `no-log' instead of message not to log prompt string.
1147
1148 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1149
1150         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1151         the *other* type of HTML form submission.
1152
1153 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1154
1155         * auth-source.el (auth-source-pick): If choice does not contain a
1156         questioned keyword, set the check to t.
1157
1158 2010-06-12  Romain Francoise  <romain@orebokech.com>
1159
1160         * gnus-util.el (gnus-date-get-time): Move up before first use.
1161
1162 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1165         (gnus-article-edit-part): Bind it to make last part that is substituted
1166         or deleted visible.
1167         (gnus-mime-display-single): Buttonize part of which id equals to
1168         gnus-mime-buttonized-part-id.
1169
1170 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1171
1172         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1173         (gnus-dd-mmm): Use gnus-date-get-time.
1174         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1175         simplify logic.
1176         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1177         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1178
1179 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1180
1181         * auth-source.el (top): Autoload `secrets-list-collections',
1182         `secrets-create-item', `secrets-delete-item'.
1183         (auth-sources): Fix tag string.
1184         (auth-get-source, auth-source-retrieve, auth-source-create)
1185         (auth-source-delete): New defuns.
1186         (auth-source-pick): Rewrite in order to avoid 2 passes.
1187         (auth-source-forget-user-or-password): New parameter USERNAME.
1188         (auth-source-user-or-password): New parameters CREATE-MISSING and
1189         DELETE-EXISTING.  Retrieve password interactively, if needed.
1190
1191 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1192
1193         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1194         deleting unused directories when gnus-expert-user is t.
1195
1196 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1199         for each temp file when gnus-article-browse-delete-temp is ask.
1200
1201 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1202
1203         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1204         Lisp calls to delete-backward-char by calls to delete-char.
1205
1206 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1207
1208         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1209
1210 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1211
1212         * password-cache.el (password-cache-remove): Fix docstring.
1213
1214 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1217         article unless decoding article to be saved.
1218
1219 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1222         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1223         generated within the mm-with-unibyte-current-buffer macro.
1224
1225 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1228         to nil when we're in a mml-preview buffer and no group is selected.
1229
1230 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1231
1232         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1233         when catching the `C-g'.  Reported by "Leo".
1234
1235 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * message.el (message-forward-make-body-plain)
1238         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1239         multibyte-string-p.
1240
1241         * lpath.el: Revert.
1242
1243 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * message.el (message-forward-make-body-mml): Assume original message
1246         is multibyte string; error on unibyte.
1247         (message-forward-make-body-plain): Ditto; don't add excessive newline
1248         in body end.
1249
1250         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1251
1252 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1253
1254         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1255         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1256
1257 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-extern.el (mm-extern-url): Don't use
1260         mm-with-unibyte-current-buffer.
1261         (mm-extern-cache-contents): Use with-current-buffer instead of
1262         save-excursion + set-buffer.
1263
1264 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * mm-util.el (mm-emacs-mule): Remove.
1267
1268 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1269
1270         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1271         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1272         change.
1273
1274 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1277         bind the default value of enable-multibyte-characters to nil.
1278
1279 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * message.el (message-forward-make-body-plain)
1282         (message-forward-make-body-mml):
1283         Don't use mm-with-unibyte-current-buffer.
1284
1285 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1286
1287         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1288
1289 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1290
1291         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1292         (Bug#5592).
1293
1294 2010-05-07  Julien Danjou  <julien@danjou.info>
1295
1296         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1297         it to mm-pipe-part.
1298
1299         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1300         it is given.
1301
1302 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * binhex.el (binhex-decode-region-internal)
1305         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1306         (dns-query)
1307         * nnweb.el (nnweb-gmane-search)
1308         * pgg-parse.el (pgg-parse-armor)
1309         * pgg.el (pgg-verify-region)
1310         * sha1.el (sha1-string-external)
1311         * uudecode.el (uudecode-decode-region-internal)
1312         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1313         XEmacs.
1314
1315         * gnus-art.el (gnus-article-browse-html-parts)
1316         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1317         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1318         make-temp-file.
1319
1320         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1321         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1322         compiling.
1323
1324         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1325         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1326         XEmacs when compiling.
1327
1328         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1329         gnus-pick-mode-off-hook for XEmacs when compiling.
1330         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1331         gnus-binary-mode-off-hook for XEmacs when compiling.
1332
1333         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1334         nil if char-charset is not available.
1335
1336         * imap.el (imap-disable-multibyte)
1337         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1338         macros.
1339
1340         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1341         instead of encode-coding-string.
1342
1343         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1344         'xemacs) instead of mm-emacs-mule to switch function definitions.
1345         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1346
1347         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1348         bind temporary-file-directory for XEmacs;
1349         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1350         timer-set-function for XEmacs 21.4 and SXEmacs;
1351         bind timer-list for XEmacs 21.4 and SXEmacs;
1352         fbind char-charset and find-charset-region for non-Mule XEmacs;
1353         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1354         encode-coding-region and encode-coding-string for XEmacs having no
1355         file-coding feature.
1356
1357 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1358
1359         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1360
1361 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1364         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1365
1366 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1367
1368         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1369         alias `jka-compr-delete-temp-file' no longer exists.
1370
1371 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1372
1373         Use define-minor-mode in Gnus where applicable.
1374         * mml.el (mml-mode): Use define-minor-mode.
1375         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1376         (gnus-undo-mode): Use define-minor-mode.
1377         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1378         (gnus-dead-summary-mode): Use define-minor-mode.
1379         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1380         Initialize in declaration.
1381         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1382         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1383         (gnus-mailing-list-mode): Use define-minor-mode.
1384         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1385         (gnus-draft-mode): Use define-minor-mode.
1386         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1387         (gnus-dired-mode): Use define-minor-mode.
1388
1389 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1390
1391         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1392         handles on recursive mml-to-mime translation and check them for
1393         boundary delimiter collisions.  Reported by Greg Troxel.
1394
1395 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1398
1399 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1400
1401         * mm-util.el (mm-find-buffer-file-coding-system):
1402         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1403
1404 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1405
1406         * message.el (message-generate-headers): Record insertion of optional
1407         headers as well.  Otherwise the check to prevent repeated insertion of
1408         optional headers is a no-op.
1409
1410 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * smime.el: Don't mention CVS.
1413
1414         * nnrss.el (nnrss-fetch): Don't mention CVS.
1415
1416         * nnir.el: Don't mention CVS.
1417
1418 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1419
1420         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1421
1422 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * lpath.el: Fbind bookmark-default-handler,
1425         bookmark-get-bookmark-record, bookmark-make-record-default,
1426         bookmark-prop-get for Emacs <23 and XEmacs.
1427
1428 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1429
1430         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1431         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1432         Use with-current-buffer to silence the byte-compiler.
1433         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1434         bother to require `gnus'.
1435         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1436
1437 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1438
1439         * gnus-sum.el (gnus-summary-bookmark-make-record)
1440         (gnus-summary-bookmark-jump): New functions.
1441         (gnus-summary-mode): Setup bookmark support.
1442
1443 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1444
1445         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1446         if set.
1447
1448 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1451         gnus-article-browse-html-save-cid-image; make it work recursively for
1452         forwarded messages as well.
1453         (gnus-article-browse-html-parts): Work when prefix arg is given.
1454         (gnus-article-browse-html-article): Doc fix.
1455
1456 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1457
1458         * message.el (message-default-mail-headers):
1459         (message-default-headers): Carry the value mail-default-headers over
1460         into message-default-mail-headers, rather than message-default-headers.
1461
1462 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1463
1464         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1465         charset.
1466
1467         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1468         charset into the <meta> tag when the article is encoded to utf-8.
1469
1470 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1473         directories as well.
1474         (gnus-article-browse-html-parts): Work for images that do not specify
1475         file names; delete temp directory when quitting; insert header at the
1476         right place; use file: scheme for image files.
1477
1478 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1479
1480         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1481         (gnus-article-browse-html-parts): Use it to make temporary cid image
1482         files in addition to html file so that browser may display them.
1483
1484 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1487
1488 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1491
1492 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1495         about Secret Service API sources.  Improve Customize options.
1496         (auth-source-pick): Change to accept any number of search parameters.
1497         Implement fallbacks iteratively, not recursively.  Add scoring on the
1498         second pass and sort by score.  Call Secret Service API when needed.
1499         (auth-source-user-or-password): Use it.  Call Secret Service API
1500         directly when needed to get the user name and the password.
1501
1502 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1503
1504         * message.el (message-interactive): Doc fix.
1505         (message-qmail-inject-args): Reflow.
1506         (message-kill-to-signature): Fix typo in docstring.
1507
1508         * smiley.el (smiley-buffer): Fix typo in docstring.
1509
1510 2010-03-24  Glenn Morris  <rgm@gnu.org>
1511
1512         * mail-source.el (gnus-message): Declare.
1513         (mail-source-delete-old-incoming): Require gnus-util.
1514
1515 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1518
1519         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1520
1521         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1522         password-cache's default if it is not bound.
1523         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1524         password-cache-expiry's default if it is not bound.
1525
1526         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1527         available in Emacs 21.
1528
1529         * lpath.el: Suppress compiler warnings for:
1530         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1531         XEmacs;
1532         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1533         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1534         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1535
1536 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1537
1538         * auth-source.el (auth-sources): Fix up definition so extra parameters
1539         are always inline.
1540
1541 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1542
1543         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1544         wasn't updated after mismatch.  Clear cached mailbox info correctly
1545         when uidvalidity changes.
1546         (nnimap-group-prefixed-name): New function to avoid some code
1547         duplication.
1548         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1549         (nnimap-request-group): Use it.
1550         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1551         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1552         with many imap folders.  This is done by caching the group status from
1553         the imap server persistently in a group parameter `imap-status'.  (This
1554         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1555         but not persistently, so every Gnus startup was still very slow.)
1556
1557 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1558
1559         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1560         delete the extra newline.  Otherwise editing of :string and :number
1561         types don't work.
1562
1563 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1564
1565         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1566         secrets.el dependency.
1567         (auth-sources): Add optional user name.  Add secrets.el configuration
1568         choice (unused right now).
1569
1570 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1571
1572         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1573         `gnus-registry-install-shortcuts' fill in the functions.
1574
1575         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1576         warnings.
1577         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1578         (gnus-registry-install-shortcuts): Populate and use it in a
1579         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1580
1581 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1582
1583         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1584         In-place substitutions for the group name encoding/decoding.
1585         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1586         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1587         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1588         (nnimap-update-unseen, nnimap-request-list)
1589         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1590         (nnimap-request-set-mark, nnimap-split-to-groups)
1591         (nnimap-split-articles, nnimap-request-newgroups)
1592         (nnimap-request-create-group, nnimap-request-accept-article)
1593         (nnimap-request-delete-group, nnimap-request-rename-group)
1594         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1595         `encoded-mbx' for consistency.
1596         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1597         variable `imap-current-mailbox'.
1598
1599         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1600         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1601
1602 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1603
1604         * pop3.el (pop3-display-message-size-flag): Display message size byte
1605         counts during POP3 download.
1606         (pop3-movemail): Use it.
1607         (pop3-list): Implement listing of available messages.
1608
1609 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1610
1611         * nnir.el (nnir-get-article-nov-override-function): New function to
1612         override the normal NOV retrieval.
1613         (nnir-retrieve-headers): Use it.
1614
1615 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1616
1617         * auth-source.el (netrc-machine-user-or-password): Autoload.
1618
1619 2010-03-19  Glenn Morris  <rgm@gnu.org>
1620
1621         Stop message.el from loading about 40 libraries it doesn't always need.
1622         The general approach is to autoload rather than require, and to
1623         require in the specific functions rather than the file.  (Bug#5642)
1624
1625         * gmm-utils.el: Don't require wid-edit.
1626         (widget-create-child-value, widget-convert, widget-default-get):
1627         Autoload.
1628
1629         * gnus-util.el: Don't require time-date, netrc.
1630         (message-fetch-field, gnus-group-name-decode): Declare rather than
1631         autoloading.
1632         (gnus-fetch-field): Require message.
1633         (gnus-decode-newsgroups): Require gnus-group.
1634
1635         * ietf-drums.el: Don't require time-date.
1636
1637         * message.el: Don't require hashcash, canlock, ecomplete.
1638         Do require mail-utils.  Require nnheader only when compiling.
1639         (smtpmail-default-smtp-server): Remove declaration.
1640         (message-send-mail-function): Check smtpmail-default-smtp-server
1641         is bound rather than requiring smtpmail.
1642         (message-auto-save-directory, message-insert-signature): Use
1643         expand-file-name rather than nnheader-concat.
1644         (nnheader-insert-file-contents): Autoload.
1645         (hashcash-wait-async): Declare.
1646         (message-send-mail): Only call gnus-setup-posting-charset if
1647         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1648         (message-send-mail-with-sendmail): Require sendmail.
1649         (canlock-password, canlock-password-for-verify): Declare.
1650         (message-canlock-password): Require canlock.
1651         (nnheader-get-report): Autoload.
1652         (gnus-setup-posting-charset): Declare.
1653         (message-send-news): Require gnus-msg.
1654         (message-make-references, message-make-in-reply-to): Use mail-header-id
1655         rather than the alias mail-header-message-id.
1656         (ecomplete-add-item, ecomplete-save): Declare.
1657         (message-put-addresses-in-ecomplete): Require ecomplete.
1658         (ecomplete-display-matches): Autoload.
1659
1660         * mm-decode.el: Don't require mailcap, gnus-util.
1661         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1662         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1663         Autoload.
1664         (mailcap-mime-extensions): Declare.
1665
1666         * mm-encode.el: Don't require mailcap.
1667         (mailcap-extension-to-mime): Autoload.
1668
1669         * mml-sec.el: Don't require password-cache.
1670
1671         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1672         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1673         (mml-minibuffer-read-type): Require mailcap.
1674         (mml-preview): Require gnus-msg.
1675
1676         * mml1991.el: Require password-cache.
1677         (password-cache-expiry): Remove declaration.
1678
1679         * mml2015.el: Require password-cache.
1680         (password-cache-expiry): Remove declaration.
1681
1682         * nneething.el (mailcap): Require mailcap.
1683
1684         * nnheader.el (declare-function): Add compatibility stub.
1685         (message-remove-header): Declare rather than autoload.
1686         (nnheader-replace-header): Require message.
1687
1688         * nnimap.el (declare-function): Add compatibility stub.
1689         (netrc-parse, netrc-machine-user-or-password): Declare.
1690         (nnimap-open-connection): Require netrc.
1691
1692         * nntp.el (declare-function): Add compatibility stub.
1693         (netrc-parse, netrc-machine, netrc-get): Declare.
1694         (nntp-send-authinfo): Require netrc.
1695
1696         * rfc2047.el: Don't require qp.
1697         (quoted-printable-encode-region, quoted-printable-decode-string):
1698         Autoload.
1699
1700         * sieve-mode.el: Don't require easymenu.
1701         (easy-menu-add-item): Autoload it.
1702
1703         * spam-stat.el (time-to-number-of-days): Autoload it.
1704
1705 2010-03-19  Glenn Morris  <rgm@gnu.org>
1706
1707         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1708
1709 2010-03-18  Glenn Morris  <rgm@gnu.org>
1710
1711         * hashcash.el (declare-function): Remove duplicate definition.
1712
1713 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1714
1715         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1716         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1717         value if any backslash escapes).
1718
1719 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1722         if it is available.  (bug#5647)
1723
1724         * lpath.el: Suppress compiler warning for coding-system-from-name for
1725         Emacs 21 and XEmacs.
1726
1727 2010-03-14  Juri Linkov  <juri@jurta.org>
1728
1729         * hmac-def.el:
1730         * hmac-md5.el:
1731         * netrc.el: Fix keywords.
1732
1733 2010-02-26  Glenn Morris  <rgm@gnu.org>
1734
1735         * message.el (message-send-mail-function): Change the default, so that
1736         it inherits from a customized send-mail-function.  (Bug#5643)
1737
1738 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1739
1740         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1741         shell-command-to-string signals an error (bug#5299).
1742
1743 2010-02-24  Glenn Morris  <rgm@gnu.org>
1744
1745         * message.el (message-smtpmail-send-it)
1746         (message-send-mail-with-mailclient): Doc fixes.
1747
1748 2010-02-16  Glenn Morris  <rgm@gnu.org>
1749
1750         * message.el (message-default-mail-headers): Change the default value
1751         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1752
1753 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1756         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1757
1758 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1759
1760         * time-date.el (date-to-time): Doc fix (Bug#5408).
1761
1762 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1763
1764         * message.el (message-mail): Just pass yank-action on to message-setup.
1765         (message-setup): Handle (FUN . ARGS) form of yank-action.
1766         (message-with-reply-buffer, message-widen-reply)
1767         (message-yank-original): Handle non-buffer values of
1768         message-reply-buffer (Bug#4080).
1769         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1770
1771 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1772
1773         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1774         Fix typo in docstring.
1775
1776 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1777
1778         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1779         response.
1780
1781 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1784
1785         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1786
1787         * message.el (message-check-news-header-syntax): Protect against a
1788         string that `rfc822-addresses' returns when parsing fails.
1789
1790 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1793         (gnus-previous-char-property-change): New functions.
1794
1795         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1796
1797 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1798
1799         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1800         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1801
1802 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1803
1804         * message.el (message-exchange-point-and-mark): Rework last change to
1805         avoid using optional arg of exchange-point-and-mark, for backward
1806         compatibility.
1807
1808 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1809
1810         * message.el (message-exchange-point-and-mark): Call
1811         exchange-point-and-mark with an argument rather than setting
1812         mark-active by hand (Bug#5175).
1813
1814 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * nntp.el (nntp-service-to-port): Work for service expressed with
1817         numeric string; replace [:digit:] with [0-9] for XEmacs.
1818
1819 2009-12-17  Glenn Morris  <rgm@gnu.org>
1820
1821         * gnus-group.el (gnus-bug-group-download-format-alist):
1822         Change emacs entry to debbugs.gnu.org.  Bump :version.
1823
1824 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1827
1828 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * message.el (message-info): Explain why we use `Info-goto-node'.
1831
1832 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1835
1836 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1837
1838         * message.el (message-completion-in-region): New compatibility function.
1839         (message-expand-group): Use it.
1840
1841 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1844         with no unread article should be listed if the 2nd arg `predicate' is
1845         given.
1846
1847 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1850
1851 2009-11-29  Juri Linkov  <juri@jurta.org>
1852
1853         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1854         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1855         on `gnus-recenter'. (Bug#4698, Bug#4981)
1856
1857 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1858
1859         * sha1.el (sha1-string-external): default-directory "/" in case
1860         otherwise non-existent.  process-connection-type pipe for touch of
1861         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1862
1863 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1864
1865         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1866         it's comms related and sgml-mode.el has "comm" on that basis too.
1867
1868 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1871         containing tspecial characters if they have been already quoted.
1872
1873 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1874
1875         * dns-mode.el (auto-mode-alist): Purecopy string.
1876
1877 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1878
1879         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1880
1881 2009-10-24  Glenn Morris  <rgm@gnu.org>
1882
1883         * gnus-art.el (help-xref-stack-item): Define for compiler.
1884
1885 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1886
1887         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1888
1889 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1892
1893 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1896         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1897
1898 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1901         (gnus-overlays-in): New alias to overlays-in.
1902
1903         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1904         gnus-overlay-get, and gnus-delete-overlay.
1905         (gnus-summary-show-thread): Make it work as well for systems in which
1906         next-single-char-property-change is not available.
1907         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1908
1909         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1910         (gnus-overlay-get): New alias to extent-property.
1911         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1912
1913         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1914         SXEmacs.
1915
1916         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1917         SXEmacs.
1918
1919 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1920
1921         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1922
1923 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1924
1925         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1926         and XEmacs that don't have `remove-overlays'.
1927
1928 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1929
1930         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1931         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1932         selective display.  Use overlays instead.
1933
1934 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1935
1936         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1937
1938 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1939
1940         * spam-stat.el (spam-stat-load): Fix typo in message.
1941
1942 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1943
1944         * dig.el (dig-invoke): Fix typo in docstring.
1945         (query-dig): Reflow docstring.
1946
1947 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1948
1949         * gnus-art.el (gnus-article-encrypt-body):
1950         * message.el (message-check-recipients):
1951         * mm-util.el (mm-codepage-setup):
1952         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1953         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1954
1955 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1956
1957         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1958         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1959         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1960         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1961         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1962
1963 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1964
1965         * dig.el: Add "Keywords: comm", as per net-utils.el.
1966
1967 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1968
1969         * dig.el (dig-mode): Use define-derived-mode.
1970
1971 2009-09-19  Glenn Morris  <rgm@gnu.org>
1972
1973         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1974
1975 2009-09-18  Glenn Morris  <rgm@gnu.org>
1976
1977         * gnus-diary.el (gnus-diary-check-message):
1978         * message.el (message-insert-formatted-citation-line):
1979         * nnbabyl.el (top-level):
1980         * nndiary.el (nndiary-schedule):
1981         Fix typos in condition-case handlers.
1982
1983 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1986         configuration that provides the sole article window in a frame;
1987         position point correctly after deleting a part.
1988
1989 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1990
1991         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1992         (spam-resolve-registrations-routine): Use it to unregister articles
1993         that change status.
1994
1995 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1998         with XEmacs.
1999         (parse-time-string-chars): Use it.
2000
2001 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2002
2003         * imap.el (imap-interactive-login): Better messages.
2004         (imap-open): Fix bug with renamed buffer on reconnect.
2005         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2006         for easier debugging and cleaner code.  On successful (guessed based on
2007         server capabilities) secondary authentication, set imap-state
2008         correctly.
2009         (imap-last-authenticator): Define imap-last-authenticator as a variable
2010         to avoid warnings.
2011
2012 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * nnrss.el (nnrss-request-article): Remove binding of
2015         default-enable-multibyte-characters that has gotten needless by
2016         the 2007-07-13 change in rfc2047-encode-message-header.
2017
2018         * mml.el (mml-insert-multipart): Error on the message header.
2019         (mml-insert-part): Error on the message header; position point at
2020         the end of a MIME tag.
2021
2022 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * time-date.el (autoload): Expand define-obsolete-function-alias into
2025         defalias and make-obsolete for old Emacsen that Gnus supports.
2026         (with-no-warnings): Define it for old Emacsen.
2027         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2028         is available.
2029         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2030         float-time is available; suppress compile warning for time-to-seconds.
2031
2032         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2033         (gnus-float-time): Alias to float-time if it exists.
2034
2035         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2036         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2037         float-time is available; suppress compile warning for time-to-seconds.
2038
2039         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2040         XEmacs.
2041
2042 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         * imap.el (imap-message-map): Docstring fix.
2045
2046 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2049         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2050         Add the optional argument `encoding' that overrides the default.
2051
2052         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2053         mm-encode-buffer.
2054
2055 2009-09-04  Glenn Morris  <rgm@gnu.org>
2056
2057         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2058         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2059         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2060         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2061         * mm-util.el (mm-with-unibyte-current-buffer)
2062         (mm-find-buffer-file-coding-system):
2063         * yenc.el (yenc-decode-region): Use default-value rather than
2064         default-enable-multibyte-characters.
2065
2066 2009-09-03  Glenn Morris  <rgm@gnu.org>
2067
2068         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2069         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2070         than default-enable-multibyte-characters.
2071
2072 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2073
2074         * gnus-art.el (gnus-article-read-summary-keys):
2075         Fix gnus-buffer-configuration's value temporarily used.
2076
2077 2009-09-02  Glenn Morris  <rgm@gnu.org>
2078
2079         * gnus-util.el (gnus-float-time): New function.
2080         * gnus-delay.el (gnus-delay-article):
2081         * gnus-sum.el (gnus-thread-latest-date):
2082         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2083         * nnspool.el (nnspool-request-newgroups):
2084         Use gnus-float-time rather than time-to-seconds.
2085         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2086
2087         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2088         (gnus-header-subject-face, gnus-header-newsgroups-face)
2089         (gnus-header-name-face, gnus-header-content-face):
2090         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2091         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2092         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2093         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2094         (gnus-cite-face-11):
2095         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2096         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2097         (gnus-server-closed-face, gnus-server-denied-face)
2098         (gnus-server-offline-face):
2099         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2100         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2101         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2102         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2103         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2104         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2105         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2106         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2107         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2108         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2109         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2110         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2111         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2112         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2113         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2114         (gnus-summary-high-undownloaded-face)
2115         (gnus-summary-low-undownloaded-face)
2116         (gnus-summary-normal-undownloaded-face)
2117         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2118         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2119         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2120         (gnus-splash-face):
2121         * message.el (message-header-to-face, message-header-cc-face)
2122         (message-header-subject-face, message-header-newsgroups-face)
2123         (message-header-other-face, message-header-name-face)
2124         (message-header-xheader-face, message-separator-face)
2125         (message-cited-text-face, message-mml-face):
2126         * sieve-mode.el (sieve-control-commands-face)
2127         (sieve-action-commands-face, sieve-test-commands-face)
2128         (sieve-tagged-arguments-face):
2129         * spam.el (spam-face):
2130         Mark face aliases with "-face" in the name as obsolete.
2131
2132 2009-09-01  Glenn Morris  <rgm@gnu.org>
2133
2134         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2135         than goto-line.
2136
2137 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2140         Don't move point if the command is invoked inside the message header.
2141
2142 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2143
2144         * imap.el (imap-send-command): Simplify.
2145         (imap-wait-for-tag): point-max -> buffer-size.
2146
2147 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2148
2149         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2150         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2151         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2152         * nnir.el (nnir-swish-e-index-file):
2153         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2154         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2155         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2156         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2157         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2158         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2159
2160 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2163         Don't save excursion.
2164
2165 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2166
2167         * nnheader.el (nnheader-find-file-noselect):
2168         * mm-util.el (mm-insert-file-contents):
2169         Use (default-value 'major-mode) instead of default-major-mode.
2170
2171 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2172
2173         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2174
2175 2009-08-26  Glenn Morris  <rgm@gnu.org>
2176
2177         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2178         than placing in files.el.
2179
2180 2009-08-25  Glenn Morris  <rgm@gnu.org>
2181
2182         * nnir.el (top-level): Don't require cl at run-time.
2183         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2184         Replace cl-function substitute with gnus-replace-in-string.
2185         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2186         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2187         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2188         simplified expansions.
2189
2190 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2191
2192         * dig.el (dig): Add autoload cookie.
2193
2194 2009-08-22  Glenn Morris  <rgm@gnu.org>
2195
2196         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2197         goto-line.
2198
2199 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2200
2201         * parse-time.el (parse-time-string-chars): Save match data.
2202
2203 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2204
2205         * parse-time.el (parse-time-string-chars): Compute using character
2206         classes, to handle non-ascii characters (Bug#3190).
2207
2208 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2211
2212         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2213         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2214         (gnus-mm-display-part, gnus-mime-display-single)
2215         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2216         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2217
2218         * gnus-sum.el
2219         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2220         (gnus-summary-move-article): Add expirable mark to articles copied or
2221         moved to group that has auto-expire turned on if the option is non-nil.
2222
2223 2009-07-24  Glenn Morris  <rgm@gnu.org>
2224
2225         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2226         Fix typo.  (Bug#3903)
2227
2228 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2231         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2232         that should not be used for draft articles.
2233         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2234         that has no concern in minor mode keys.
2235         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2236         Abolish.
2237
2238 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2241         article without making inquiry to a user for unknown encoding.
2242
2243         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2244         (nnmaildir--scan): Assume i-node and device number that file-attributes
2245         returns might be cons-cell.
2246
2247         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2248
2249         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2250
2251 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2252
2253         * auth-source.el: Remove docs now in auth.texi.  Don't use
2254         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2255         `auth-source-hide-passwords' and use them.
2256
2257 2009-07-15  Glenn Morris  <rgm@gnu.org>
2258
2259         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2260
2261 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2264         excessive whitespace from the default values of title and description.
2265
2266 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2269         mail-fetch-field to fetch Content-Description header in order to
2270         exclude newlines.
2271
2272 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2273
2274         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2275         format used by GnuPG 2.0.11.
2276
2277 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2280         to deleted part.
2281
2282 2009-05-30  David Engster  <dengste@eml.cc>
2283
2284         * nnmairix.el: Remove old documentation in the commentary block.
2285         (nnmairix-request-group): Do not update active file for nnml back ends.
2286         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2287         end so that overview files are ignored.
2288         (nnmairix-update-groups): Make updating the groups more robust by using
2289         marks.
2290         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2291         with dollar characters in message-id.
2292
2293 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2294
2295         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2296         2008-12-25 in dns.el.
2297
2298 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2299
2300         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2301         could happen if the text is only composed of spaces and/or tabs.
2302
2303 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2304
2305         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2306         when sending a queued message to avoid extra mml tags.
2307
2308 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2311
2312 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2315         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2316         rmail-toggle-header for XEmacs;
2317         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2318
2319 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-dired.el: Remove autoload for gnus-setup-message.
2322         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2323         displaying Gnus logo; always use compose-mail.
2324
2325 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2328
2329 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2332         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2333         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2334         available.
2335         (gnus-nocem-epg-verify): New function.
2336
2337 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2338
2339         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2340
2341 2009-02-15  Glenn Morris  <rgm@gnu.org>
2342
2343         * gnus-util.el (rmail-insert-rmail-file-header)
2344         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2345         autoloads.
2346         (rmail-default-rmail-file): Remove unnecessary declaration.
2347         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2348
2349 2009-02-14  Glenn Morris  <rgm@gnu.org>
2350
2351         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2352         variable (only used in gnus-util, which declares it anyway).
2353         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2354         which was only needed by gnus-art (changed to not use it any more).
2355         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2356         only used in gnus-util, which autoloads it itself.
2357         (rmail-update-summary): Fix autoload.
2358
2359         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2360         rather than rmail-output-to-rmail-file.
2361
2362 2009-02-07  Glenn Morris  <rgm@gnu.org>
2363
2364         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2365         autoload of function that no longer exists.
2366         (rmail-toggle-header): Declare.
2367         (message-forward-rmail-make-body): Handle mbox Rmail.
2368
2369 2009-01-31  Glenn Morris  <rgm@gnu.org>
2370
2371         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2372         2009-01-09 change.
2373
2374 2009-01-31  Dave Love  <fx@gnu.org>
2375
2376         * imap.el (imap-fetch-safe): Bind debug-on-error.
2377         (imap-debug): Add imap-fetch-safe.
2378
2379 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2382         (auth-source-forget-all-cached): New convenience function.
2383         (auth-source-user-or-password): Accept list of modes or a single mode.
2384
2385         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2386         auth-source modes.
2387
2388         * netrc.el (netrc-machine-user-or-password): Use list of
2389         auth-source modes.
2390
2391         * nnimap.el (nnimap-open-connection): Use list of
2392         auth-source modes.
2393
2394         * nntp.el (nntp-send-authinfo): Use list of
2395         auth-source modes.
2396
2397 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2398
2399         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2400         now.
2401
2402 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2405         coding system in XEmacs; add a workaround for XEmacs.
2406
2407         * lpath.el: Fbind coding-system-aliasee.
2408
2409 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2412         of current-language-environment.
2413
2414 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2415
2416         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2417         available at runtime.
2418
2419 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2422
2423 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2424
2425         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2426         the greatest positive fixnum value doesn't work under an XEmacs with
2427         bignum support; use the most-positive-fixnum constant instead,
2428         available since Emacs 21.1 with cl and XEmacs 21.1.
2429
2430 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2433         XEmacs gets not to work.
2434
2435 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * mm-util.el (mm-coding-system-priorities): Allow the value like
2438         "Japanese (UTF-8)" of current-language-environment.
2439
2440 2009-01-09  Glenn Morris  <rgm@gnu.org>
2441
2442         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2443         with last-command-event.
2444
2445 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2446
2447         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2448         in the doc string.
2449
2450         * message.el (message-fix-before-sending): Amend comment.
2451
2452 2009-01-08  Dave Love  <fx@gnu.org>
2453
2454         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2455
2456 2009-01-07  David Engster  <dengste@eml.cc>
2457
2458         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2459         simplified server definitions by converting it via
2460         gnus-server-to-method.
2461
2462 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2465         parameter's operands.
2466
2467 2009-01-06  David Engster  <dengste@eml.cc>
2468
2469         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2470         primary select method (for gnus-group-mark-article-as-read).
2471
2472 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2473
2474         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2475         `(gnus)Face', not `(gnus)X-Face'.
2476
2477 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mm-util.el (mm-ucs-to-char): New function.
2480
2481         * mm-url.el (mm-url-decode-entities): Use it.
2482
2483         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2484         unicode-to-char.
2485
2486 2009-01-05  Dave Love  <fx@gnu.org>
2487
2488         * time-date.el: Require cl for `declare'.
2489
2490 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2493         Dave Love.
2494
2495 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2496
2497         * message.el (message-fix-before-sending): Add `eight-bit' to
2498         illegible-text check.
2499
2500 2009-01-03  Michael Olson  <mwolson@gnu.org>
2501
2502         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2503         `headers' is nil.  This can occur if the IMAP server does not have
2504         permissions to read messages from a folder, but can write new messages
2505         to the folder.
2506         (nnimap-request-article-part): Do not insert `data' if it is nil.
2507
2508         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2509         characters which will confuse `read', so skip past them.
2510
2511 2009-01-01  Dave Love  <fx@gnu.org>
2512
2513         * imap.el (imap-string-to-integer): Fix typo.
2514         (imap-fetch-safe): New function.
2515         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2516
2517         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2518
2519         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2520         (imap-parse-greeting): Fix doc strings.
2521         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2522         (imap-parse-flag-list): Make messages unique.
2523         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2524
2525         * nnimap.el: Fix author email.
2526         (nnimap-split-rule): Add FIXME comment.
2527         (nnimap-debug): Fix doc string.
2528
2529 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2530
2531         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2532
2533 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2536         nslookup if resolv.conf isn't available.
2537         (dns-query): Rename from query-dns.
2538         (dns-query-cached): Rename from query-dns-cached.
2539
2540 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2543         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2544         to check if those variables exist (first appeared in Emacs 18.50).
2545
2546 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * mm-util.el (mm-line-number-at-pos): New function.
2549
2550         * spam-report.el (spam-report-process-queue): Use it.
2551
2552 2008-12-24  David Engster  <dengste@eml.cc>
2553
2554         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2555         parameters that haven't existed as variables as buffer-local variables.
2556
2557 2008-12-23  Dave Love  <fx@gnu.org>
2558
2559         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2560         cadar.
2561
2562         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2563         imap-starttls-p.
2564         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2565
2566 2008-12-22  Dave Love  <fx@gnu.org>
2567
2568         * imap.el: Fix author email.  Doc fixes.
2569         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2570         reply.
2571
2572 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2573
2574         * spam-report.el (spam-report-gmane-max-requests): New constant.
2575         (spam-report-gmane-wait): New variable.
2576         (spam-report-gmane-ham, spam-report-gmane-spam)
2577         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2578         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2579         the server.
2580
2581         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2582         Add explanations.
2583
2584         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2585         nnheader-accept-process-output and nnheader-read-timeout if available.
2586         (pop3-movemail): Use it.
2587
2588         * message.el (message-check-news-body-syntax): Fix signature check if
2589         there's an attachment.
2590
2591 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * mm-util.el: Add comments to the mm- emulating functions.
2594
2595 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2596
2597         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2598         by Stephen Berman <stephen.berman@gmx.net>.
2599
2600 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * mm-util.el (mm-substring-no-properties): New function.
2603         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2604         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2605         (mm-string-to-multibyte): Doc fix.
2606
2607         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2608
2609 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2610
2611         * mml.el (mml-attach-file): Strip text properties from file name.
2612         (Bug#1574)
2613
2614 2008-12-16  Glenn Morris  <rgm@gnu.org>
2615
2616         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2617
2618 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2621         knows since the charset specified might be a bogus alias that
2622         mm-charset-synonym-alist provides.
2623
2624 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2625
2626         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2627         "ISO_8859-1".
2628
2629         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2630
2631 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * mm-util.el (mm-charset-eval-alist):
2634         Define it before mm-charset-to-coding-system.
2635         (mm-charset-to-coding-system): Add optional argument `silent';
2636         define it before mm-charset-override-alist.
2637         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2638         default value if it can be used in Emacs currently running;
2639         silence mm-charset-to-coding-system.
2640
2641 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2644         `allow-override' which says whether to use `mm-charset-override-alist'.
2645         (rfc2047-decode-encoded-words): Use it.
2646
2647         * mm-util.el (mm-charset-override-alist): Fix custom type;
2648         add `(gb2312 . gbk)' to choices.
2649
2650 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2653         fast.
2654
2655         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2656
2657         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2658
2659 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2660
2661         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2662         on links.
2663
2664         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2665
2666 2008-12-03  Lute Kamstra  <lute@gnu.org>
2667
2668         * sha1.el: Remove leading * from docstrings of defcustoms,
2669         deffaces, defconsts and defuns.
2670
2671 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2674         users' addresses that don't have domain parts.
2675         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2676         rather than message-narrow-to-head since there will be the message
2677         header separator.
2678
2679 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2680
2681         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2682         since the result is inserted in a unibyte buffer anyway.
2683         (nnimap-demule-use-string-to-multibyte): Remove.
2684         (nnimap-demule): Alias it to mm-string-to-multibyte.
2685
2686 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2687
2688         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2689         variable for debugging bug#464 and bug#1174.
2690         (nnimap-demule): Use it.
2691
2692 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2695         score calculation correctly.
2696
2697 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2698
2699         * message.el (message-send-mail): Just set the buffer to unibyte
2700         rather than use mm-with-unibyte-current-buffer which does a lot more.
2701         (message-send-mail-partially): Don't bother with
2702         mm-with-unibyte-current-buffer since it's already been made unibyte by
2703         message-send-mail.
2704
2705 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2708
2709 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2712
2713 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2716         require itself and to remove `with-no-warnings'.
2717
2718 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2719
2720         * starttls.el (starttls-any-program-available): Get the name of the
2721         available TLS layer program.
2722         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2723         well as the host name in the "opening" message.
2724
2725         * auth-source.el (auth-source-cache, auth-source-do-cache)
2726         (auth-source-user-or-password): Cache passwords and logins by default,
2727         allow override with `auth-source-do-cache'.
2728         (auth-source-forget-user-or-password): Allow users to remove cache
2729         entries if needed.
2730
2731 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2732
2733         * md4.el (md4-buffer): Fix typo in docstring.
2734         (md4, md4-64): Doc fixes.
2735         (md4-pack-int32): Reflow docstring.
2736
2737 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2738
2739         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2740         condition-case to only the forward-sexp call.
2741
2742 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2743
2744         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2745         quotes contained.  Make it more robust regardless by an extra
2746         condition-case wrapper.
2747
2748 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2751
2752 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * nnml.el (nnml-request-expire-articles): Check if the function set to
2755         `nnmail-expiry-target' returns the symbol `delete'.
2756
2757         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2758
2759         * nnmail.el (nnmail-expiry-target): Fix custom type.
2760
2761 2008-10-02  Glenn Morris  <rgm@gnu.org>
2762
2763         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2764         Silence compiler warning.
2765
2766 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2767
2768         * tls.el (open-tls-stream): Show the actual command being
2769         executed, instead of the format string.
2770
2771 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * lpath.el: Fbind codepage-setup for Emacs 23.
2774
2775 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2776
2777         * mml.el (mml-menu): Don't assume mml2015 is bound.
2778
2779 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2782         exists.
2783
2784 2008-09-27  Glenn Morris  <rgm@gnu.org>
2785
2786         * gnus-util.el (mail-header-remove-comments): Autoload it.
2787
2788 2008-09-27  Andreas Schwab  <schwab@suse.de>
2789
2790         * gnus-util.el (gnus-split-references): Strip comments.
2791         (gnus-parent-id): Likewise.
2792
2793 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2794
2795         * message.el (message-confirm-send): Fix version.
2796
2797 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * message.el (message-idna-to-ascii-rhs-1): Use
2800         mail-extract-address-components rather than mail-header-parse-addresses
2801         that is an alias by default to ietf-drums-parse-addresses that does not
2802         support non-ASCII names in headers' contents.
2803
2804 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2805
2806         * message.el (message-confirm-send): Fixed variable documentation to
2807         avoid the "y/n" wording.
2808
2809 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2810
2811         * message.el (message-set-auto-save-file-name): Save to a different
2812         filename so multiple messages (especially drafts) can be recovered.
2813
2814 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * message.el (message-confirm-send): Add appropriate version.
2817
2818 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2821         defvar.
2822
2823 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2824
2825         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2826         (mm-pkcs7-enveloped-magic): Ditto.
2827
2828 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2829
2830         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2831         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2832
2833 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2834
2835         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2836         default, it's better.
2837
2838 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2841         summary line gnus-number property and ignore them (with a warning
2842         message).
2843
2844 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2847         macro caddr in the interactive form since it won't be expanded.
2848
2849 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2852         `charset'; fix name of function called recursively.
2853         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2854
2855 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2858         (gnus-mime-set-charset-parameters): New function.
2859         (gnus-mime-view-part-as-charset): Use it to correctly display part
2860         specifying wrong charset.
2861
2862 2008-09-08  David Engster  <dengste@eml.cc>
2863
2864         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2865         in completing-read for back end server.
2866
2867 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2868
2869         * message.el (message-confirm-send): New variable to confirm sending a
2870         message.
2871         (message-send): Use it.
2872
2873 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2874
2875         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2876
2877 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2880
2881 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2884         prevent tracking too many groups.
2885         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2886         Use it.
2887
2888 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2889
2890         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2891         moving point to the bottom of the window in order to avoid recentering.
2892
2893 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2896
2897         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2898         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2899         (gnus-article-beginning-of-window): Fix calculation.
2900
2901 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-msg.el (gnus-summary-supersede-article)
2904         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2905         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2906         message header.
2907
2908 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2909
2910         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2911         pending output coming after the status change.
2912
2913 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2914
2915         * message.el:
2916         * gnus-start.el:
2917         * gnus-registry.el: Remove VMS support.
2918
2919 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2922         macro.
2923         (rfc2104-hash): Use it.
2924
2925 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2926
2927         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2928         (gnus-summary-sort-by-most-recent-date): New commands.
2929         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2930         and menu entries.
2931
2932 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2935         don't redisplay article for raw contents; remove plural articles stuff.
2936
2937         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2938         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2939         on gnus-summary-save-article; display results properly.
2940
2941 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * lpath.el: No need to fbind ns-focus-frame.
2944
2945 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2948
2949 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2952         gnus-save-all-headers.
2953
2954 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2955
2956         * gnus-util.el (ns-focus-frame): Remove declaration.
2957         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2958         like x.
2959
2960 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2961
2962         * rfc2104.el (rfc2104-zero): Delete defconst.
2963         (rfc2104-hex-alist): Likewise.
2964         (rfc2104-hex-to-int): Delete func.
2965         (rfc2104-hexstring-to-bitstring): Likewise.
2966         (rfc2104-nybbles): New defconst.
2967         (rfc2104-hash): Rewrite for speed.
2968
2969 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * tls.el (open-tls-stream): Make it work with the 2nd argument
2972         BUFFER that is a string but does not exist as a buffer object, as
2973         mentioned in the doc-string.
2974
2975 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2978         SXEmacs.
2979
2980 2008-07-16  Glenn Morris  <rgm@gnu.org>
2981
2982         * gnus-util.el (ns-focus-frame): Declare for compiler.
2983
2984 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2987         set as a group parameter.
2988         (gnus-summary-save-in-pipe): Work when it is called independently.
2989         (gnus-summary-pipe-to-muttprint): Don't modify
2990         gnus-summary-pipe-output-default-command.
2991
2992 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2993
2994         * message.el (message-send-mail-with-sendmail):
2995         Display the error message.
2996
2997 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-art.el (gnus-default-article-saver):
3000         Add gnus-summary-save-in-pipe to choices.
3001         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3002         gnus-summary-pipe-output-default-command as the default command.
3003         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3004         instead of gnus-last-shell-command.
3005
3006         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3007         New user option.
3008         (gnus-summary-muttprint-program): Mention the value will be changed.
3009         (gnus-summary-save-article): Force showing of all headers.
3010         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3011
3012 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3013
3014         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3015
3016 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3017
3018         * nnimap.el (nnimap-id):
3019         * sieve-manage.el (sieve-manage-open): Doc fixes.
3020
3021 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3022
3023         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3024         if available.
3025
3026 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3027
3028         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3029
3030         * nnkiboze.el (nnkiboze-generate-group):
3031         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3032
3033         * nnmairix.el: Require CL.
3034
3035 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * dgnushack.el: Autoload get-display-table and put-display-table for
3038         XEmacs 21.5.
3039
3040         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3041         21.4 and SXEmacs.
3042
3043 2008-06-15  David Engster  <dengste@eml.cc>
3044
3045         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3046
3047 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3048
3049         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3050         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3051         runtime choice under XEmacs.
3052
3053         * gnus-sum.el (gnus-summary-set-display-table):
3054         Use `gnus-put-display-table', `gnus-get-display-table',
3055         `gnus-set-display-table' for the display table, instead of `aset'.
3056
3057         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3058         Use `gnus-put-display-table', `gnus-get-display-table',
3059         `gnus-set-display-table' for the display table.
3060
3061 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3062
3063         * nnmairix.el: Add autoloads.
3064
3065 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3066
3067         * nnmairix.el (nnmairix-delete-recreate-group)
3068         (nnmairix-update-and-clear-marks): Fix error messages.
3069
3070 2008-06-14  David Engster  <dengste@eml.cc>
3071
3072         * nnmairix.el: Upgrade to version 0.6.
3073         (nnmairix-group-toggle-propmarks-this-group)
3074         (nnmairix-group-toggle-readmarks-this-group)
3075         (nnmairix-group-delete-recreate-this-group)
3076         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3077         (nnmairix-remove-tick-mark-original-article): New commands.
3078         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3079         (nnmairix-propagate-marks-to-nnmairix-groups)
3080         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3081         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3082         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3083         functions needed for marks propagation and manipulation of read marks.
3084         (nnmairix-update-groups): New function.
3085         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3086         (nnmairix-determine-original-group-from-registry)
3087         (nnmairix-determine-original-group-from-path)
3088         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3089         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3090         New helper functions.
3091         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3092         keystrokes for new commands.
3093         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3094         (nnmairix-request-group): Check allow-fast group parameter.
3095         (nnmairix-request-create-group): Set allow-fast group parameter if
3096         nnmairix-allowfast-default is set.
3097         (nnmairix-close-group): Propagate marks upon closing if needed.
3098         (nnmairix-group-toggle-threads-this-group): Use new.
3099         nnmairix-group-toggle-parameter helper function.
3100         (nnmairix-search): Better check for empty search result.
3101         (nnmairix-goto-original-article): Use new helper functions for
3102         determining original article.
3103         (nnmairix-show-original-article): Make sure message-id is in brackets.
3104         (nnmairix-call-mairix-binary): Change variable name.
3105         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3106         helper function.
3107         (nnmairix-widget-toggle-activate): Fix doc string.
3108
3109 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * nnir.el: Require edmacro when compiling with XEmacs.
3112         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3113         available in Emacs 21.
3114
3115 2008-06-11  Glenn Morris  <rgm@gnu.org>
3116
3117         * gnus-util.el (x-focus-frame):
3118         * gnus.el (image-size):
3119         * mm-decode.el (image-size): Declare.
3120
3121         * gnus-picon.el (declare-function): Add compat definition.
3122         (image-size): Declare.
3123
3124         * gnus-group.el (tool-bar-map):
3125         * gnus-sum.el (tool-bar-map): Define for compiler.
3126
3127         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3128
3129         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3130
3131         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3132         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3133         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3134         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3135         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3136         * sieve-manage.el, spam-report.el, spam.el:
3137         Remove unnecessary eval-and-compile of autoloads.
3138
3139 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3140
3141         * auth-source.el: Precise Tramp doc.
3142
3143 2008-06-07  Glenn Morris  <rgm@gnu.org>
3144
3145         * nnmairix.el: Remove unnecessary eval-when-compile.
3146
3147 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * lpath.el: Fbind propertize for XEmacs 21.4.
3150
3151 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3152
3153         * nnir.el: Move here from ../contrib.
3154
3155 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * gnus-util.el (gnus-read-shell-command): New function.
3158         * mm-decode.el (mm-pipe-part):
3159         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3160
3161 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3164
3165 2008-06-03  Glenn Morris  <rgm@gnu.org>
3166
3167         * pop3.el (nnheader-accept-process-output): Autoload it.
3168
3169 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3172         are not 2-digit hexadecimal characters that follow `%'s.
3173
3174 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * message.el (message-bogus-recipient-p): Fix type in doc string.
3177         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3178         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3179         Improve custom options.
3180         (message-bogus-recipient-p): Adjust accordingly.
3181
3182 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3183
3184         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3185         long-form month and day names.
3186
3187 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * dgnushack.el: Autoload debug, eudc-expand-inline and
3190         pgg-snarf-keys-region for XEmacs.
3191
3192         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3193
3194         * nnmairix.el: Require edmacro when compiling with XEmacs.
3195
3196 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3199         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3200
3201 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * auth-source.el: Add more docs.
3204
3205         * netrc.el (netrc-machine): Always match if the port is not given.
3206
3207 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3210         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3211         retrieval faster in some cases, but might make CPU usage larger.  If
3212         this has any bad side effects, we might revert this change.
3213
3214         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3215         seems to make mail retrieval much, much faster.
3216         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3217         unconditionally.
3218
3219         * gnus-draft.el (gnus-group-send-queue): Bind
3220         message-send-mail-partially-limit to nil to avoid being prompted.
3221
3222 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3223
3224         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3225
3226         * message.el (message-bogus-address-regexp): Fix and improve custom
3227         type.
3228         (message-setup-hook): Add message-check-recipients as custom option.
3229
3230 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * message.el (message-cite-function): Remove bogus autoload which crept
3233         in during merge from v5-10.
3234
3235 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3238
3239         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3240
3241         * auth-source.el: Preliminary Tramp docs.
3242         (auth-sources): Change the default auth-sources to use
3243         EPA .gpg files.
3244
3245 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3246
3247         * nntp.el: Autoload `auth-source-user-or-password'.
3248         (nntp-send-authinfo): Use it.
3249
3250         * nnimap.el: Autoload `auth-source-user-or-password'.
3251         (nnimap-open-connection): Use it.
3252
3253         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3254         for the gnus-message function.
3255         (auth-source-user-or-password): Use it.
3256
3257 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3260         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3261         (rfc2104-hash): Use it.
3262
3263 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3264
3265         * gnus-art.el (gnus-article-toggle-truncate-lines):
3266         Don't use `iff' in docstring.
3267
3268 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3271
3272         * gnus-util.el (gnus-extract-address-component-name)
3273         (gnus-extract-address-component-email): Convenience functions around
3274         `gnus-extract-address-components'.
3275
3276         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3277         Use `gnus-extract-address-component-email' to fix bug of comparing full
3278         sender name to `user-mail-address'.
3279
3280 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3283         catch/throw to optimize.
3284         (gnus-registry-find-keywords): Just use member to find a keyword.
3285
3286 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3287
3288         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3289         is current before calling gnus-server-prepare.
3290         (gnus-server-setup-buffer, gnus-server-update-server)
3291         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3292
3293 2008-05-04  Juri Linkov  <juri@jurta.org>
3294
3295         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3296         (mailcap-file-default-commands): Use mailcap-replace-in-string
3297         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3298         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3299
3300 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3301
3302         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3303
3304 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3305
3306         * gnus.el: Bump version to 0.11.
3307
3308 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3309
3310         * gnus.el: No Gnus v0.10 is released.
3311
3312 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3315         hooks.
3316         (gnus-update-read-articles): Speed up non-marks-using users.
3317         (gnus-use-marks): Define gnus-use-marks.
3318         (gnus-propagate-marks): Rename variable to something more sensible.
3319
3320 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3321
3322         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3323         (gmm-image-load-path-for-library): Fix typos in docstrings.
3324         (gmm-message): Reflow docstring.
3325
3326 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * mail-source.el (mail-source-set-1, mail-source-bind):
3329         Move auth-source code out of the macro to clean it up and fix bugs.
3330
3331 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3332
3333         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3334         by sender if it's equal to user-mail-address, it's likely to be
3335         useless.
3336
3337         * mail-source.el (mail-source-bind): Don't use user or password if they
3338         are not bound.  Unintern them if they are nil.  Don't use server unless
3339         it's bound, and default it to empty string otherwise.
3340
3341 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3342
3343         * mail-source.el: Load auth-source.el.
3344         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3345         get user name or password, if auth-sources is set up.
3346
3347         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3348         strategy of splitting with parent.
3349         (gnus-registry-split-fancy-with-parent)
3350         (gnus-registry-post-process-groups): Use it and fix prior
3351         bug (returning a list as the split result).
3352
3353         * auth-source.el (auth-sources): Remove server parameter.
3354         (auth-source-pick, auth-source-user-or-password)
3355         (auth-source-user-or-password-imap)
3356         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3357         (auth-source-user-or-password-sftp)
3358         (auth-source-user-or-password-smtp): Remove server parameter.
3359
3360 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3361
3362         * smime.el (smime-sign-region, smime-encrypt-region)
3363         (smime-decrypt-region):
3364         Remove redundant calls to `generate-new-buffer-name'.
3365
3366 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3367
3368         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3369         Don't use QP for message/rfc822.
3370         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3371
3372 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3373
3374         * sieve-manage.el (sieve-string-bytes): Remove.
3375         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3376         correct byte-length only if the process's coding-system is the same as
3377         the one used internally by Emacs to represent strings.
3378
3379 2008-04-22  Juri Linkov  <juri@jurta.org>
3380
3381         * mailcap.el (mailcap-file-default-commands): New function.
3382
3383 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * message.el (message-signature-separator, message-cite-function):
3386         Change custom version.
3387
3388 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3389
3390         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3391         commands.
3392         (tls-checktrust): Ditto.
3393
3394 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * mm-decode.el (mm-display-external): Make temp file read-only.
3397
3398 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3399
3400         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3401         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3402         `C-c C-f d'.
3403
3404 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3405
3406         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3407
3408 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * gnus.el: Bump version to 0.9.
3411
3412 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * gnus.el: No Gnus v0.8 is released.
3415
3416 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3417
3418         * mail-source.el (mail-source-value):
3419         Prefer fboundp to functionp so it works with macros as well.
3420
3421 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3422
3423         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3424         Fix last change in case the element is not even a symbol.
3425
3426 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3427
3428         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3429         Prefer fboundp to functionp so it works with macros as well.
3430
3431 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * auth-source.el: Added docs.
3434         (auth-sources): Modify format to support server.
3435         (auth-source-pick, auth-source-user-or-password)
3436         (auth-source-user-or-password-imap)
3437         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3438         (auth-source-user-or-password-sftp)
3439         (auth-source-user-or-password-smtp): Add server parameter.
3440
3441 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * gnus-registry.el: Initialize the registry when gnus-registry-install
3444         is t.
3445
3446 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * compface.el (uncompface): Make buffer unibyte.
3449
3450 2008-04-05  Glenn Morris  <rgm@gnu.org>
3451
3452         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3453
3454 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3455
3456         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3457         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3458
3459         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3460         multibyteness after rather than before erasing it.
3461
3462         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3463         mm-with-multibyte.
3464         (gnus-request-article-this-buffer): Make sure the proper decoding is
3465         used if gnus-original-article-buffer happens to be unibyte.
3466
3467         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3468         default-enable-multibyte-characters.
3469
3470         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3471         default-enable-multibyte-characters.
3472
3473         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3474
3475         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3476
3477 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3478
3479         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3480         (imap-message-copyuid-1): Use it.
3481         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3482         J. Williams in
3483         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3484
3485         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3486         imap-enable-exchange-bug-workaround.
3487         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3488
3489 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3490
3491         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3492         a 100 byte status-checks into a 2-3MB transfer for each group.
3493         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3494         to enable bug workaround or not.
3495         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3496
3497 2008-03-31  Glenn Morris  <rgm@gnu.org>
3498
3499         * message.el (mml2015-use): Declare for compiler.
3500         (message-info): Require mml2015 when appropriate.
3501
3502 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3505         whitespace.
3506
3507 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3508
3509         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3510         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3511         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3512         (nntp-service-to-port): New function.
3513         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3514         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3515         (nntp-open-netcat-stream): New function.
3516         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3517
3518 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3519
3520         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3521
3522 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3523
3524         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3525
3526 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3527
3528         * dns.el (dns-write): Use set-buffer-multibyte.
3529
3530 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3531
3532         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3533
3534 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * message.el (message-signature-separator): Change default.
3537         Improve custom type.
3538         (message-cite-function): Change default to
3539         message-cite-original-without-signature.
3540
3541         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3542         toggle.
3543
3544         * message.el (message-check-news-body-syntax): Fix signature check.
3545         (message-setup-1): Mark buffer as unmodified _after_ running
3546         message-setup-hook and handling message-alternative-emails.
3547         (message-shorten-references): Be more strict when building list of
3548         valid references to comply with GNKSA.
3549
3550         * gnus-group.el (gnus-read-ephemeral-bug-group)
3551         (gnus-read-ephemeral-debian-bug-group)
3552         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3553
3554         * message.el (message-info): Don't use booleanp which isn't supported
3555         in Emacs 21 and XEmacs.
3556
3557 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3558
3559         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3560         gnus-group-gmane-group-download-format.
3561         (gnus-group-read-ephemeral-gmane-group): Rename from
3562         gnus-group-read-ephemeral-gmane-group.
3563         (gnus-read-ephemeral-gmane-group-url): Rename from
3564         gnus-group-read-ephemeral-gmane-group-url.
3565         (gnus-bug-group-download-format-alist): New variable.
3566         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3567         (gnus-read-ephemeral-emacs-bug-group): New commands.
3568
3569 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3570
3571         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3572         (gnus-visible-headers): Improve custom type.
3573
3574 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3575
3576         * mml.el (mml-menu): Add workarounds for XEmacs.
3577
3578         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3579         X-Boundary header.
3580
3581         * message.el (message-simplify-recipients): Fix previous commit.
3582
3583 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3584
3585         * mm-util.el (mm-set-buffer-multibyte): New function.
3586         * mm-decode.el (mm-copy-to-buffer): Use it.
3587
3588 2008-03-19  Glenn Morris  <rgm@gnu.org>
3589
3590         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3591         Accidentally removed in the sync process with Emacs.
3592
3593 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * message.el (message-alter-recipients-discard-bogus-full-name):
3596         New function.
3597         (message-alter-recipients-function): New variable.
3598         (message-get-reply-headers): Use it.
3599         (message-replace-header): New helper function.
3600         (message-recipients-without-full-name): New variable.
3601         (message-simplify-recipients): New command.
3602
3603         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3604
3605         * message.el (message-info): Handle EasyPG manual.
3606
3607         * mml.el (mml-menu): Add entry for EasyPG.
3608
3609 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3610
3611         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3612         parameter.
3613
3614         * message.el (message-disassociate-draft): Specify drafts group name
3615         fully.
3616
3617 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3618
3619         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3620         unnecessary duplicates from the match list.
3621
3622 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3625
3626         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3627
3628         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3629         args of `how-many' of which the XEmacs version doesn't take; declare
3630         Info-index-next as function.
3631
3632 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3633
3634         * gnus-score.el (gnus-score-headers): Fix handling of
3635         gnus-inhibit-slow-scoring.
3636
3637         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3638         string.
3639         (gnus-button-url-regexp): Improve handling of parenthesis.
3640         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3641         (gnus-button-handle-info-keystrokes): Handle index entries.
3642
3643 2008-03-15  Glenn Morris  <rgm@gnu.org>
3644
3645         * parse-time.el (parse-time-string): Simplify.
3646
3647 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3650         Incoming* files.
3651
3652 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3653
3654         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3655         (auth-source-pick): Use it.
3656
3657 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3658
3659         * binhex.el (binhex-decode-region-internal):
3660         * uudecode.el (uudecode-decode-region-internal):
3661         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3662         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3663         setting default-enable-multibyte-characters.
3664
3665 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * auth-source.el (auth-source-protocols)
3668         (auth-source-protocols-customize, auth-source-choices): Added and
3669         modified variable customizations and defaults.
3670         (auth-source-pick, auth-source-user-or-password)
3671         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3672         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3673         (auth-source-user-or-password-sftp)
3674         (auth-source-user-or-password-smtp): Use new variables and provide an
3675         interface to netrc.el.
3676
3677 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3680         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3681         Make sure the nntp port to specify is a string.
3682
3683 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3684
3685         * nntp.el: Use with-current-buffer.
3686         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3687         dubious mm-with-unibyte-current-buffer.
3688         (nntp-with-open-group-function): New function extracted from
3689         nntp-with-open-group macro.
3690         (nntp-with-open-group): Use the function, so it's easier to debug.
3691         Add indentation and debugging info.
3692         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3693         the use of the netcat alternatives.
3694
3695         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3696         Avoid mm-string-as-multibyte as well.
3697
3698         * nnweb.el (nnweb-insert-html):
3699         Remove use of nnheader-string-as-multibyte.
3700
3701         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3702         (nnheader-string-as-multibyte): Remove.
3703
3704         * mm-view.el: Use inhibit-read-only.
3705         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3706         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3707         or unibyte-string.
3708
3709         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3710         (mm-uu-yenc-extract): Use with-current-buffer.
3711
3712         * gnus-soup.el (gnus-soup-send-packet): Don't use
3713         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3714
3715         * nnmh.el: Use with-current-buffer.
3716         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3717         mm-string-as-multibyte on the output of mm-encode-coding-string.
3718
3719         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3720         (nnimap-request-move-article): Use with-current-buffer.
3721
3722         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3723         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3724         conversion uses string-make-unibyte rather than string-as-unibyte.
3725
3726         * gnus-msg.el: Use with-current-buffer.
3727
3728         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3729
3730 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3731
3732         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3733         string for caching if it is 'PIN.
3734
3735 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * lpath.el: Consider the case without Emacs/W3.
3738
3739 2008-03-08  Glenn Morris  <rgm@gnu.org>
3740
3741         * time-date.el (date-to-time, time-subtract, time-add)
3742         (safe-date-to-time): Doc fixes.
3743
3744 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * mail-source.el (mail-source-delete-old-incoming-confirm):
3747         Change default to nil.
3748         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3749
3750 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * lpath.el: Rearrange.
3753
3754         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3755         (gnus-article-goto-prev-page): Work for articles having ^L's.
3756
3757         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3758
3759         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3760
3761 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3762
3763         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3764         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3765         (gnus-bookmark-jump): Adjust some variable names.
3766
3767 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * auth-source.el: New package.
3770         (auth-source-choices): Add customization entry point variable.
3771
3772         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3773         bug.
3774
3775 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3778         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3779         (gnus-registry-install-shortcuts): Rename from
3780         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3781         the `gnus-registry-mark-map' keymap dynamically from
3782         `gnus-registry-marks'.  The generated functions update the summary line
3783         when a registry mark is added or deleted, and will call
3784         `gnus-registry-install-p' (see the comments in the code).
3785         (gnus-registry-user-format-function-M): Use concat intelligently.
3786
3787         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3788         the registry mark functions.
3789
3790 2008-03-05  Glenn Morris  <rgm@gnu.org>
3791
3792         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3793         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3794         gnus-art.
3795         (top-level): No need to load own source when compiling.
3796
3797 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3800         Suggested by <chris.anderton@zetnet.co.uk>.
3801
3802 2008-03-04  Glenn Morris  <rgm@gnu.org>
3803
3804         * gnus-sum.el (top-level): No need to require gnus when compiling,
3805         since unconditionally required near start of file.
3806         (gnus-summary-display-while-building): Move definition before use.
3807
3808 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3809
3810         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3811         formatting function.
3812
3813 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3814
3815         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3816         with plists.
3817         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3818         Use new format.
3819
3820 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3823         `where-is-internal' that returns a range of key sequences.
3824
3825 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3826
3827         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3828
3829         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3830         (gnus-summary-jump-to-group): Consider windows on other displayed
3831         frames as well.  Similar changes might be needed elsewhere, but that's
3832         the one I've bumped into during my use.
3833
3834         * nndoc.el (nndoc-oe-dbx-type-p):
3835         * gnus-msg.el (gnus-debug):
3836         * gnus-group.el (gnus-update-group-mark-positions):
3837         Use mm-string-to-multibyte.
3838
3839 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3840
3841         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3842         doesn't handle NotDashEscaped.
3843
3844         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3845         (mml-dnd-attach-options): Fix typo in custom choice.
3846
3847         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3848         nndoc-article-type to mbox.
3849         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3850
3851         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3852         to nil, instead of html2text.
3853
3854         * imap.el (imap-debug): Add `imap-ping-server'.
3855
3856         * gnus-bookmark.el: Add FIXMEs.
3857
3858         * message.el (message-form-letter-separator)
3859         (message-send-form-letter-delay): New variables.
3860         (message-send-form-letter): Use them.  New command to send form
3861         letters.  Requested by Uwe Siart.
3862         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3863
3864 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3865
3866         * Update copyright years.
3867
3868 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         Sync from EMACS_22_BASE.
3871
3872         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3873
3874 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3875
3876         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3877         empty author.
3878
3879 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3880
3881         * gnus-registry.el (gnus-registry-marks): Add variable for
3882         customization of marks and their appearance.
3883         (gnus-registry-read-mark): Use it.
3884         (gnus-registry-do-marks): Add utility function to loop through
3885         `gnus-registry-marks'.
3886         (gnus-registry-install-shortcuts-and-menus): Add function to install
3887         shortcuts and menus.
3888         (gnus-registry-initialize): Use it.
3889         (gnus-registry-default-mark): Clarify documentation.
3890
3891 2008-02-29  Glenn Morris  <rgm@gnu.org>
3892
3893         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3894         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3895         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3896         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3897         Change defcustom :version from 23.0 to 23.1.
3898
3899 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3900
3901         * gnus-registry.el (gnus-registry-follow-group-p)
3902         (gnus-registry-post-process-groups): Add functions to aid registry
3903         splitting and improve logging.  Clarify behavior in function
3904         documentation.
3905         (gnus-registry-split-fancy-with-parent): Use them.
3906
3907 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3908
3909         * gnus-art.el: Use with-current-buffer.
3910
3911 2008-02-27  David Engster  <dengste@eml.cc>
3912
3913         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3914         Express real group name in the response.
3915
3916 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3919         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3920         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3921         autoload gnus-registry-fetch-group when compiling.
3922         (nnmairix-request-group-with-article-number-correction): Remove
3923         unreferenced argument passed to nnmairix-call-backend.
3924
3925 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3926
3927         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3928         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3929         Wilde.
3930
3931 2008-02-27  Glenn Morris  <rgm@gnu.org>
3932
3933         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3934         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3935         variables to defconsts.  Convert comments to doc-strings.
3936         (nnmairix-last-server, nnmairix-current-server): Convert from free
3937         variables to defvars.  Convert comments to doc-strings.
3938         (gnus-registry-fetch-group): Autoload.
3939         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3940         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3941         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3942         caddr.
3943         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3944         nnmairix-request-group-with-article-number-correction call.
3945         (nnmairix-fast, nnmairix-group): New, less general names, for free
3946         variables passed from nnmairix-request-group to
3947         nnmairix-request-group-with-article-number-correction.  Declare.
3948         (nnmairix-request-group-with-article-number-correction):
3949         Use nnmairix-fast, nnmairix-group rather than fast, group.
3950
3951 2008-02-26  David Engster  <dengste@eml.cc>
3952
3953         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3954         version 0.5.
3955
3956 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3959         instead of making an extra function call.  Don't add the current group
3960         to articles only when they have the group.  Use
3961         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3962         Reported by David <de_bb@arcor.de>.
3963
3964 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3967         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3968
3969 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * mail-source.el (mail-source-delete-incoming): Change default.
3972         Supplement doc string.
3973
3974         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3975
3976 2008-02-14  Glenn Morris  <rgm@gnu.org>
3977
3978         * time-date.el (format-seconds): New function.
3979
3980 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * nnmail.el (nnmail-message-id-cache-file): Derive from
3983         `gnus-home-directory'.
3984
3985 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3988         Document negative prefix.
3989
3990         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3991
3992 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * message.el (message-unsent-separator): Add the Exim bounce
3995         separator.
3996
3997 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3998
3999         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4000         list.
4001         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4002         recipient/signer list.
4003
4004 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * Makefile.in (datarootdir): Define.
4007         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4008         name that might contain whitespace.
4009
4010 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4011
4012         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4013         fbound (Emacs 23 unicode), signal an error.
4014
4015 2008-02-08  Glenn Morris  <rgm@gnu.org>
4016
4017         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4018
4019 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4020
4021         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4022         ports to the calls to `netrc-machine-user-or-password' in addition to
4023         "imap" and "imaps".
4024
4025 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4026
4027         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4028
4029         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4030
4031 2008-02-01  Kenichi Handa  <handa@m17n.org>
4032
4033         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4034         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4035         (rfc2104-hash): Convert the result of concat to unibyte string.
4036
4037 2008-02-01  Dave Love  <fx@gnu.org>
4038
4039         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4040         coding-system-for-read.
4041         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4042
4043 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4046         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4047         <hanche@math.ntnu.no>.
4048
4049 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4052
4053         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4054
4055 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4056
4057         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4058         * message.el (message-beginning-of-line): Use featurep instead of bound
4059         tests in order to resolve conditionals at compile time.
4060
4061 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4062
4063         * mail-source.el (mail-sources): Add `group' choice.
4064
4065         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4066         parameter `in-group' to control into which group the articles go.
4067         Add treatment of `group' mail-source.
4068
4069 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4072
4073         * mm-decode.el (mm-dissect-buffer): Decode description.
4074
4075         * mml.el (mml-to-mime): Encode message header first.
4076
4077 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4080         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4081
4082         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4083         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4084
4085 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4088
4089 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4092         prefix keys.
4093         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4094         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4095         gnus-xmas.el.
4096
4097         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4098         (gnus-xmas-article-describe-bindings): New function.
4099         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4100         gnus-xmas-article-describe-bindings.
4101
4102         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4103
4104 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4105
4106         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4107         Add new variables for article mark management.
4108         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4109         list of extra data entries which, when present, will indicate that the
4110         article ID should not be trimmed from the registry.
4111         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4112         functions.
4113         (gnus-registry-read-mark): New function to read a mark name from the
4114         user.
4115         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4116         (gnus-registry-set-article-mark-internal): New functions to add and
4117         remove marks.
4118         (gnus-registry-get-article-marks): New function to show the marks for
4119         an article, or retrieve them for further use.
4120
4121 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4124         keys when no argument is given.
4125
4126 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * imap.el (imap-ping-server): New variable.
4129         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4130         (imap-ping-server): Minor doc string fixes.
4131
4132 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4133
4134         * imap.el (imap-ping-server): New function.
4135         (imap-opened): Call imap-ping-server.
4136
4137 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * gnus-sum.el (gnus-article-sort-by-random)
4140         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4141         jidanni@jidanni.org.
4142
4143 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-art.el (gnus-article-describe-bindings): New function.
4146         (gnus-article-read-summary-keys): Use it.
4147         (gnus-article-mode-map): Bind `C-h b' to it.
4148
4149 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4152         XEmacs.
4153         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4154         against non-character events.
4155
4156         * lpath.el: Fbind map-keymap for Emacs 21.
4157
4158 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4161         command.
4162         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4163         instead of END.  Change name of the temp file.
4164         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4165         customizable.
4166
4167 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4170         bind `S W' to gnus-article-wide-reply-with-original; set default
4171         binding to gnus-article-read-summary-send-keys.
4172         (gnus-article-read-summary-keys): Fix the order of keys; display
4173         continuation keys correctly in the echo area; describe bindings
4174         correctly when keys end with `C-h'.
4175         (gnus-article-read-summary-send-keys): New function.
4176         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4177         for gnus-article-read-summary-send-keys; display continuation keys
4178         correctly in the echo area.
4179         (gnus-article-reply-with-original): Ignore prefix argument.
4180         (gnus-article-wide-reply-with-original): New function.
4181
4182         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4183         Emacs 21.
4184
4185 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4188         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4189
4190 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4191
4192         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4193         (gnus-group-read-ephemeral-gmane-group): New command.
4194
4195 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4196
4197         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4198
4199 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * message.el (message-send-mail-function): Increase custom version.
4202
4203         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4204         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4205
4206 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4209         for the cases where imap-authenticate is called with a nil buffer
4210         parameter.
4211
4212 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4215         html parts correctly; support forwarded messages.
4216         (gnus-article-browse-html-article): Remove work buffers.
4217
4218         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4219         compiling.
4220         (netrc-bound-and-true-p): New macro.
4221         (netrc-parse): Use it instead of bound-and-true-p that is not available
4222         in XEmacs 21.4.
4223
4224 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         * gnus-registry.el (gnus-registry-mark-article)
4227         (gnus-registry-article-marks): Add functionality to mark articles
4228         through the Gnus registry.
4229
4230         * encrypt.el: Clarify documentation for the new pgg method.
4231         (encrypt-file-alist): Add PGG option.
4232         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4233         functionality.  Abstract password key and messaging to external
4234         functions.
4235         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4236         (encrypt-message-method-and-cipher): Add new convenience external
4237         functions.
4238         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4239         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4240
4241         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4242         (netrc-parse): Use encrypt-file-alist to determine if
4243         encrypt-find-model or encrypt-insert-file-contents should be used.
4244
4245         * encrypt.el: Clarify documentation.  Load password-cache or
4246         password, whichever one is found first, instead of autoloading.
4247
4248 2007-12-19  Glenn Morris  <rgm@gnu.org>
4249
4250         * mml.el (message-options-set, message-narrow-to-head)
4251         (message-in-body-p, message-mail-p, message-encode-message-body):
4252         Autoload.
4253         (message-remove-header, message-narrow-to-headers-or-head)
4254         (message-subscribed-p, message-make-mail-followup-to)
4255         (message-position-on-field, message-news-p)
4256         (message-options-set-recipient, message-generate-headers)
4257         (message-sort-headers): Declare as functions.
4258
4259 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4262         convention in doc string.
4263
4264 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4267         title to html parts.
4268         (gnus-article-browse-html-article): Pass message header to it.
4269
4270         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4271
4272 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4273
4274         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4275         or password compatible with XEmacs.
4276
4277 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4280         format document.
4281         (gnus-mime-delete-part): Don't write description line if empty.
4282         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4283
4284 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4285
4286         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4287         (gnus-summary-mark-read-and-unread-as-read)
4288         (gnus-summary-mark-current-read-and-unread-as-read)
4289         (gnus-summary-mark-unread-as-ticked): Doc fix.
4290         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4291
4292 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4295         Christoph Conrad <christoph.conrad@gmx.de>.
4296
4297 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4300         yes-or-no-p.
4301
4302 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * mm-decode.el (mm-add-meta-html-tag): New function.
4305         (mm-save-part-to-file, mm-pipe-part): Use it.
4306
4307         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4308         gnus-y-or-n-p instead of y-or-n-p.
4309         (gnus-article-browse-html-parts): Work with message/external-body; use
4310         mm-add-meta-html-tag.
4311
4312 2007-12-11  Glenn Morris  <rgm@gnu.org>
4313
4314         * gnus-cache.el: Require gnus-sum not just when compiling.
4315
4316         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4317
4318         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4319         definitions before use.
4320
4321         * mm-decode.el: Require gnus-util.
4322         (mm-remove-part): Only call delete-annotation on XEmacs.
4323
4324         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4325
4326         * nnmail.el: Require gnus-int.
4327
4328         * spam.el: Move `require's before `eval-when-compile's.
4329
4330         * gnus-ems.el (gnus-alive-p):
4331         * gnus-fun.el (message-goto-eoh):
4332         * gnus-util.el (gnus-group-name-decode):
4333         * mail-source.el (gnus-compress-sequence):
4334         * message.el (Info-goto-node, format-spec):
4335         * mm-bodies.el (message-options-get):
4336         * mm-decode.el (mm-view-pkcs7):
4337         * mm-util.el (gmm-write-region):
4338         * mml-smime.el (mml-compute-boundary)
4339         (gnus-completing-read-with-default):
4340         * mml.el (widget-button-press, gnus-make-hashtable):
4341         * mml1991.el (mm-decode-content-transfer-encoding)
4342         (mm-encode-content-transfer-encoding)
4343         (message-options-get, message-options-set):
4344         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4345         * nnfolder.el (gnus-request-group):
4346         * nnheader.el (ietf-drums-unfold-fws):
4347         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4348         * smime.el (gnus-run-mode-hooks):
4349         * spam-stat.el (gnus-message): Autoload.
4350
4351         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4352         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4353         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4354         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4355         Add declare-function compatibility definition.
4356
4357         * gnus-cache.el (nnvirtual-find-group-art):
4358         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4359         (gnus-add-image, gnus-add-wash-type):
4360         * gnus-group.el (nnkiboze-score-file):
4361         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4362         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4363         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4364         (message-tokenize-header, gnus-get-buffer-create)
4365         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4366         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4367         * gnus.el (gnus-group-decoded-name):
4368         * mail-source.el (imap-capability):
4369         * mm-bodies.el (message-options-set):
4370         * mm-decode.el (gnus-configure-windows):
4371         * mm-extern.el (message-goto-body):
4372         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4373         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4374         (epg-sub-key-validity, message-options-set):
4375         * mml.el (widget-event-point, gnus-configure-windows):
4376         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4377         * mml2015.el (epg-check-configuration, epg-configuration)
4378         (message-options-set):
4379         * nndb.el (nndb-request-article):
4380         * nnfolder.el (gnus-request-create-group):
4381         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4382         * nnmaildir.el (gnus-group-mark-article-read):
4383         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4384         * rfc1843.el (message-fetch-field):
4385         * spam.el (gnus-extract-address-components):
4386         Declare as functions.
4387
4388 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4391
4392         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4393
4394         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4395         bind show-trailing-whitespace for XEmacs.
4396
4397 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4400         new no-op macro for backward compatibility.
4401
4402         * imap.el (imap-string-to-integer): New function.
4403
4404 2007-12-09  Glenn Morris  <rgm@gnu.org>
4405
4406         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4407
4408         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4409         * message.el, mm-view.el, sieve-manage.el, smime.el:
4410         Add declare-function compatibility definition.
4411
4412         * gnus-art.el (w3-region, w3m-region, Info-menu):
4413         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4414         * gnus-sum.el (gnus-get-predicate):
4415         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4416         * message.el (mail-abbrev-in-expansion-header-p):
4417         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4418         (w3m-detect-meta-charset, w3m-region):
4419         * sieve-manage.el (password-read, password-cache-add)
4420         (password-cache-remove):
4421         * smime.el (password-read-and-add): Declare as functions.
4422
4423 2007-12-08  David Kastrup  <dak@gnu.org>
4424
4425         * gnus-sum.el (gnus-summary-simplify-subject-query):
4426         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4427         `message'.
4428
4429 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4432         it to bind idna-program, installation-directory, defined-colors, and
4433         face-attribute for XEmacs of the version that compiles defcustom forms.
4434
4435 2007-12-07  Glenn Morris  <rgm@gnu.org>
4436
4437         * gnus-art.el (article-make-date-line): Revert previous change.
4438
4439 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4442
4443 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4444
4445         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4446         Call gnus-add-to-range ranges only once with a prepared article-list.
4447
4448 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4449
4450         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4451         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4452         group names with backslashes.  Reported by Tassilo Horn
4453         <tassilo@member.fsf.org>.
4454
4455 2007-12-06  Deepak Goel  <deego3@gmail.com>
4456
4457         * gnus-art.el (article-make-date-line):
4458         * gnus-start.el (gnus-load):
4459         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4460
4461 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-use-idna)
4464         * gnus-start.el (gnus-site-init-file)
4465         * message.el (message-use-idna)
4466         * mm-uu.el (mm-uu-hide-markers)
4467         * smiley.el (smiley-style): Revert changes that suppress warnings.
4468
4469 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4472         specify charset to html source.  Reported by Christoph Conrad
4473         <christoph.conrad@gmx.de>.
4474
4475 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4478         idna-program in order to suppress byte compile warning issued by XEmacs
4479         that came to byte compile the default value section of defcustom forms
4480         recently.
4481
4482         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4483         value of installation-directory.
4484
4485         * message.el (message-use-idna): Don't directly refer to the value of
4486         idna-program.
4487
4488         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4489
4490         * smiley.el (smiley-style): Don't directly call face-attribute.
4491
4492 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4495
4496         * gnus-dired.el: Reduce Gnus dependencies.
4497         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4498         require.  Use autoloads instead.
4499         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4500         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4501         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4502         (gnus-dired-mode): Adjust doc string.
4503         (gnus-dired-mail-mode): New variable.
4504         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4505         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4506         (gnus-dired-mail-buffers): New function.  Return mail or message
4507         composition buffers.
4508         (gnus-dired-attach): Use it.
4509         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4510         NO-DECODE.
4511         (gnus-dired-print): Use `gnus-print-buffer' depending on
4512         `gnus-dired-mail-mode'.
4513
4514 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * rfc2047.el (rfc2047-encoded-word-regexp)
4517         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4518         explaining what regexp patterns are for.
4519
4520 2007-12-04  Glenn Morris  <rgm@gnu.org>
4521
4522         * password.el: Move to password-cache.el.
4523
4524         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4525         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4526         * mml-smime.el (password-read, password-cache-add)
4527         (password-cache-remove):
4528         No need to autoload, since mml-sec requires password.
4529
4530         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4531         * message.el (gnus-extract-address-components):
4532         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4533
4534         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4535         password.
4536
4537 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * mailcap.el: Reduce dependencies.
4540         (mail-header-parse-content-type): Autoload.
4541         (mailcap-delete-duplicates): New alias.
4542         (mailcap-mime-info): Add optional argument NO-DECODE.
4543         (mailcap-mime-types): Use mailcap-delete-duplicates.
4544
4545         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4546
4547 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4548
4549         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4550         (imap-parse-status): Upcase status-att for servers that sends them
4551         lower-case (e.g., MS Exchange 2007).
4552
4553 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4556         function.
4557
4558         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4559         (gnus-uu-yenc-article): New function.
4560
4561         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4562
4563         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4564         buffer.
4565
4566 2007-12-02  Glenn Morris  <rgm@gnu.org>
4567
4568         * binhex.el (binhex): New custom group.
4569         (binhex-decoder-program, binhex-decoder-switches)
4570         (binhex-use-external): Move to the binhex custom group.
4571
4572         * uudecode.el (uudecode): New custom group.
4573         (uudecode-decoder-program, uudecode-decoder-switches)
4574         (uudecode-use-external): Move to the uudecode custom group.
4575
4576         * netrc.el (top-level): Don't load `encrypt' features.
4577         (netrc-parse): Don't use encrypt.
4578         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4579
4580         * encrypt.el: Remove file.
4581
4582 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4583
4584         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4585         matches on patches.
4586
4587         * gnus-art.el (gnus-article-browse-html-article): Mention
4588         `mm-text-html-renderer' in the doc string.
4589
4590         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4591         string.  Add comments.
4592
4593         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4594         if rhs is ASCII.
4595
4596 2007-12-01  Glenn Morris  <rgm@gnu.org>
4597
4598         * mail-source.el (top-level): Require format-spec before
4599         eval-when-compile.
4600
4601 2007-11-30  Glenn Morris  <rgm@gnu.org>
4602
4603         * encrypt.el: Require password, rather than autoloading password-read.
4604
4605 2007-11-29  Glenn Morris  <rgm@gnu.org>
4606
4607         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4608         (sasl-make-client, sasl-next-step, sasl-step-data)
4609         (sasl-step-set-data): Declare as functions.
4610
4611 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4612
4613         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4614
4615 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4616
4617         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4618         certs should be verified and what is to be done in the event of a
4619         verification failure.
4620
4621         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4622         caller can indicate whether the cache should be disregarded for this
4623         call.  This way the result of the call is reproducible at all times and
4624         can be considered a canonical server name for the supplied method.
4625         (gnus-agent-method-p): Canonicalize server names by pushing their
4626         method through `gnus-method-to-server' using the no-cache argument.
4627
4628         * gnus-srvr.el (gnus-server-insert-server-line): Call
4629         `gnus-method-to-server' with `no-cache' argument.
4630
4631         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4632         gnus-agent-possibly-synchronize-flags as this should be called when the
4633         server is actually being opened.
4634         (gnus-agent-possibly-synchronize-flags)
4635         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4636         flags file of an agentized server to the latter function.
4637
4638         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4639         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4640         after a connection has been established successfully.
4641
4642 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-art.el (article-display-face): Force to display face if called
4645         interactively; check if gnus-article-x-face-too-ugly matches author.
4646         (article-display-x-face): Display face even if From header is missing
4647         as article-display-face does.
4648
4649 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4650
4651         * hashcash.el (message-narrow-to-headers-or-head)
4652         (message-fetch-field, message-goto-eoh)
4653         (message-narrow-to-headers): Declare as functions.
4654
4655 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * mail-source.el (mail-sources): Default to fetch from file for
4658         compatibility with default of nnmail-spool-file.
4659
4660 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4663         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4664         to look for encoded word that should be encoded again.
4665         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4666         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4667         encoding pattern.
4668         (rfc2047-decode-region): Switch strict regexp and loose one according
4669         to rfc2047-allow-irregular-q-encoded-words.
4670
4671 2007-11-25  Romain Francoise  <romain@orebokech.com>
4672
4673         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4674
4675 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * tls.el (tls-program): Provide more custom choices from
4678         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4679         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4680
4681 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4684         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4685
4686         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4687         `nnmail-spool-file'.
4688
4689         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4690         `nnmail-spool-file'.
4691
4692         * gnus-move.el (gnus-change-server): Ditto.
4693
4694         * gnus-kill.el (gnus-batch-score): Ditto.
4695
4696         * gnus-cache.el (gnus-jog-cache): Ditto.
4697
4698         * gnus-msg.el (gnus-summary-reply):
4699         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4700
4701 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4704         version.  Minor improvement to doc strings.
4705         (tls-program): Add comment.
4706
4707 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4708
4709         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4710         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4711         mismatch between the hostname provided in the certificate and the name
4712         of the host connnecting to.
4713         (open-tls-stream): Use them.  Check certificates against trusted root
4714         certificates.
4715
4716 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * gnus-cache.el (gnus-cache-generate-nov-databases):
4719         Use nnml-generate-nov-databases-directory instead of
4720         nnml-generate-nov-databases-1.
4721
4722 2007-11-24  Glenn Morris  <rgm@gnu.org>
4723
4724         * message.el (message-tool-bar-retro): Update for rename
4725         mail_send.xpm->mail-send.xpm.
4726
4727 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4728
4729         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4730         `smime-ldap-search' for Emacs 22 and up.
4731
4732 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4735
4736         * message.el (message-send-mail-function): Fix error convention.
4737         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4738         (message-widen-reply, message-send-mail, message-talkative-question)
4739         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4740         (message-clone-locals, message-send-news): Use with-current-buffer.
4741         (message-insert-or-toggle-importance): Remove unused var `valid'.
4742         (message-make-references): Remove unused var `new-references'.
4743         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4744
4745 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4746
4747         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4748         (spam-split-symbolic-return-positive): Reflow docstring.
4749         (spam-backends, spam-summary-exit-behavior)
4750         (spam-mark-ham-unread-before-move-from-spam-group)
4751         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4752         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4753         (spam-clear-cache, spam-backend-check, spam-install-backend)
4754         (spam-install-statistical-backend, spam-list-of-processors)
4755         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4756         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4757         (spam-check-crm114, spam-initialize, spam-unload-hook):
4758         Fix typos in docstrings.
4759
4760 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4763         been checked if they have never been read and those group levels are
4764         higher than the one that a user specified.
4765
4766 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4769         foreign groups unless a group level is specified by a user.
4770         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4771
4772 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * message.el (message-send-mail-function): Require sendmail.
4775
4776 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * message.el (message-send-mail-function): Check for smtpmail too.
4779
4780         * utf7.el (utf7-encode, utf7-decode): Use coding system
4781         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4782
4783         * message.el (message-send-mail-function): New function.
4784         (message-send-mail-function): Set default using
4785         message-send-mail-function.  Adjust doc string.
4786         (message-send-mail-with-mailclient): New function.
4787
4788 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4789
4790         * smime.el (from):
4791         * rfc2047.el (message-posting-charset):
4792         * qp.el (mm-use-ultra-safe-encoding):
4793         * pop3.el (parse-time-months):
4794         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4795         * nnml.el (files):
4796         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4797         (jka-compr-compression-info-list, ange-ftp-path-format)
4798         (efs-path-regexp):
4799         * nndiary.el (files):
4800         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4801         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4802         (epg-digest-algorithm-alist, inhibit-redisplay)
4803         (password-cache-expiry):
4804         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4805         (pgg-output-buffer, password-cache-expiry):
4806         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4807         (efs-path-regexp):
4808         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4809         (inhibit-redisplay):
4810         * mm-uu.el (file-name, start-point, end-point, entry)
4811         (gnus-newsgroup-name, gnus-newsgroup-charset):
4812         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4813         (latin-unity-ucs-list):
4814         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4815         (mm-uu-binhex-decode-function):
4816         * message.el (gnus-message-group-art, gnus-list-identifiers)
4817         (rmail-enable-mime-composing, gnus-local-organization)
4818         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4819         (gnus-read-active-file, facemenu-add-face-function)
4820         (facemenu-remove-face-function, gnus-article-decoded-p)
4821         (tool-bar-mode):
4822         * mail-source.el (display-time-mail-function):
4823         * gnus-util.el (nnmail-pathname-coding-system)
4824         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4825         (gnus-original-article-buffer, gnus-user-agent)
4826         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4827         (xemacs-codename, sxemacs-codename, emacs-program-version):
4828         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4829         * gnus-start.el (gnus-agent-covered-methods)
4830         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4831         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4832         (gnus-newsgroup-headers, gnus-group-list-mode)
4833         (gnus-group-mark-positions, gnus-newsgroup-data)
4834         (gnus-newsgroup-unreads, nnoo-state-alist)
4835         (gnus-current-select-method, mail-sources)
4836         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4837         (nnmail-spool-file, gnus-cache-active-hashtb):
4838         * gnus-mh.el (mh-lib-progs):
4839         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4840         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4841         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4842         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4843         (gnus-group-buffer):
4844         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4845         (font-lock-set-defaults):
4846         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4847         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4848         (gnus-summary-post-menu, total-parts, type, condition, length):
4849         * gnus-agent.el (gnus-agent-read-agentview):
4850         * flow-fill.el (show-trailing-whitespace):
4851         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4852         eval-and-compile wrappers for byte compiler pacifiers.
4853
4854         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4855         (mm-display-inline-fontify): Check for featurep 'xemacs not
4856         extent-list.
4857
4858         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4859         itimer-list.
4860         (mm-create-image-xemacs): Only do something for XEmacs.
4861         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4862
4863         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4864
4865         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4866         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4867
4868 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4869
4870         * nnimap.el (nnimap-split-download-body):
4871         * gnus-demon.el (gnus-demon):
4872         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4873
4874 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4877         macros.
4878         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4879         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4880         copy data from unibyte buffer to multibyte current buffer.
4881         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
4882         to copy data from unibyte current buffer to multibyte buffer.
4883         (nntp-make-process-buffer): Make process buffer unibyte.
4884
4885         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4886
4887 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4888
4889         * pop3.el (pop3-open-server): Accept and process data more robustly at
4890         connexion start to avoid spurious "POP SSL connexion failed" errors.
4891
4892 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4895         read group names.
4896
4897 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4900
4901 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4904         (nnmail-save-active): Use a unibyte buffer when saving active file,
4905         which may contain non-ASCII group names.
4906
4907         * nnml.el (nnml-request-group): Decode group names in messages.
4908
4909 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * message.el (message-citation-line-function)
4912         (message-insert-formatted-citation-line): Fix spelling of
4913         `message-insert-formated-citation-line'.
4914
4915 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4918
4919 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4922         nnmail-pathname-coding-system.
4923
4924         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4925         that a user enters; decode group names in messages.
4926
4927         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4928
4929 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4932
4933         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4934
4935         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4936         risky local variable.
4937
4938         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4939
4940 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * encrypt.el: Improve documentation to fix function name typo.
4943         Reported by Daiki Ueno <ueno@unixuser.org>.
4944
4945 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4948         even if the point is not in the last page of an article.
4949         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4950         back to the previous page.
4951
4952 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4953
4954         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4955
4956 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4959
4960 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4961
4962         * message.el (message-check-news-body-syntax): Avoid
4963         mm-string-as-multibyte.
4964         (message-hide-headers): Don't assume (point-min)==1.
4965
4966 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * message.el (message-remove-blank-cited-lines): Fix if remove is
4969         given.
4970         (message-bogus-address-regexp): New variable.
4971         (message-bogus-recipient-p): New function.
4972         (message-check-recipients): New command.
4973         (message-syntax-checks): Add `bogus-recipient'.
4974         (message-fix-before-sending): Add `bogus-recipient'.
4975
4976         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4977         (gnus-treat-body-boundary): Don't test window-system.
4978
4979 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4980
4981         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4982
4983 2007-10-28  Miles Bader  <miles@gnu.org>
4984
4985         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4986         at compile-time too.
4987
4988 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * gnus-msg.el (gnus-message-setup-hook): Add
4991         `message-remove-blank-cited-lines' to options.
4992
4993 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4994
4995         * message.el (message-remove-blank-cited-lines): New function.
4996         Suggested by Karl Plästerer.
4997
4998 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5001         mapc.
5002
5003         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5004         (top-level): Use mapc to set functions to be traced for debugging.
5005
5006         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5007         called for effect with while loop.
5008
5009         * message.el (message-talkative-question): Replace mapcar called for
5010         effect with mapc.
5011
5012         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5013         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5014         called for effect with dolist.
5015
5016         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5017
5018         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5019         gnus-extra-headers and nnmail-extra-headers.
5020
5021         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5022         called for effect with dolist.
5023         (top-level): Use mapc to set functions to be traced for debugging.
5024
5025         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5026         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5027         dolist.
5028
5029         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5030         Replace mapcar called for effect with mapc.
5031         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5032         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5033         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5034         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5035
5036         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5037         remove-if that's a cl function.
5038
5039         * webmail.el (webmail-debug): Replace mapcar called for effect with
5040         dolist.
5041
5042         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5043         with mapc.
5044
5045 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5048         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5049         with while loop.
5050
5051         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5052         functions from article-* functions.
5053         (gnus-multi-decode-header): Replace mapcar called for effect with
5054         dolist.
5055
5056         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5057         (gnus-bookmark-show-details): Replace mapcar called for effect with
5058         while loop.
5059
5060         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5061         called for effect with while loop.
5062
5063         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5064         with dolist.
5065
5066         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5067         mapcar called for effect with dolist.
5068
5069         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5070
5071         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5072         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5073         Replace mapcar called for effect with dolist.
5074         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5075         mapc.
5076
5077         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5078         Replace mapcar called for effect with dolist.
5079         (gnus-topic-list): Replace mapcar called for effect with mapc.
5080
5081         * gnus.el: Use mapc instead of mapcar to add autoloads.
5082
5083 2007-10-23  Richard Stallman  <rms@gnu.org>
5084
5085         * gnus-group.el (gnus-group-highlight): Mark as risky.
5086
5087 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus.el (gnus-server-to-method): Return method found first in
5090         gnus-newsrc-alist.
5091
5092         * gnus-art.el (gnus-article-highlight-signature)
5093         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5094         button overlay without the front stickiness.
5095
5096 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5097
5098         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5099         overview buffer needed a catch to receive its throw.
5100         (gnus-agent-flush-cache): Declared as interactive to make this function
5101         easier to use.
5102
5103 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5106         `next-line'.
5107
5108 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5111         exclude address matching message-dont-reply-to-names.
5112
5113 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-util.el (gnus-string<): New function.
5116
5117         * gnus-sum.el (gnus-article-sort-by-author)
5118         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5119
5120 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5123         the frame-focus tag is set in gnus-buffer-configuration.
5124
5125 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5128         the front stickiness.
5129
5130 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5133         url pattern; remove duplicate one.
5134         (gnus-article-extend-url-button): New function.
5135         (gnus-article-add-buttons): Use it.
5136         (gnus-button-push): Use concatenated url that it makes.
5137
5138 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5139
5140         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5141
5142 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5143
5144         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5145         Don't hardcode point-min==1.
5146
5147 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5150         Fix comment about "iso8859-1".
5151
5152 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5153
5154         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5155         ones returned from the verify-function.
5156
5157         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5158         mml2015-extract-cleartext-signature if extraction failed.
5159
5160 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5161
5162         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5163         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5164         failed.
5165
5166 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5169
5170 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5173         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5174         recommends to use EasyPG instead of PGG.
5175
5176         * pgg.el: Revert to revision 6.23.2.16.
5177
5178         * pgg-def.el: Revert to revision 6.6.2.14.
5179
5180         * pgg-gpg.el: Revert to revision 6.23.2.34.
5181
5182 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5185         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5186         thread for both the null and zero (kill/expire thread) universal prefix
5187         cases.
5188         (gnus-summary-expire-thread): Add new function to expire a thread,
5189         using gnus-summary-kill-thread.
5190         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5191         shortcuts for gnus-summary-expire-thread.
5192         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5193         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5194
5195 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5198         extras value, so an extras entry can be deleted.
5199         (gnus-registry-delete-extra-entry): Use it.
5200         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5201         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5202         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5203         storage through the gnus-registry, and provide an appropriate API for
5204         it.
5205
5206 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5209         Suggested by Leo <sdl.web@gmail.com>.
5210
5211         * gnus.el: Do.
5212
5213 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5216         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5217
5218         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5219
5220         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5221         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5222
5223 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5226         newline.
5227         (nnmbox-request-accept-article): Don't change article in source buffer;
5228         narrow to header to use message-fetch-field rather than
5229         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5230         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5231         as delimiters; make sure article ends with newline.
5232         (nnmbox-delete-mail): Correct last position of article to be deleted;
5233         ignore X-Gnus-Newsgroup header in article body.
5234         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5235         positions; make sure article ends with newline.
5236
5237         * message.el (message-display-abbrev): Don't infloop when a user
5238         inserts SPC in the beginning of header.
5239
5240         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5241         coding-system-for-read and coding-system-for-write for XEmacs having no
5242         file-coding feature.
5243
5244         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5245
5246 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5249         list of groups not followed by default.  Fix type to be regexp.
5250         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5251
5252 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5253
5254         * hmac-def.el (define-hmac-function): Switch from old-style to
5255         new-style backquotes.
5256
5257         * md4.el (md4-make-step): Likewise.
5258
5259 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5262         raw-text coding system when saving .newsrc file, which may contain
5263         non-ASCII group names.
5264
5265 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-cus.el (gnus-score-extra): New widget.
5268         (gnus-score-extra-convert): New function.
5269         (gnus-score-customize): Use it for Extra.
5270
5271 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5272
5273         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5274         (mml2015-mailcrypt-clear-verify): Use it.
5275         (mml2015-gpg-clear-verify): Use it.
5276         (mml2015-pgg-clear-verify): Use it.
5277         (mml2015-epg-clear-verify): Replace the current part with the output
5278         from GnuPG; don't extract the plaintext by itself.
5279
5280         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5281         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5282         mml2015-clear-verify-function; don't touch the armor headers or
5283         dash-escaped text here.
5284
5285 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5288         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5289         parts, or application/octet-stream as a last resort.
5290         (gnus-mime-view-part-as-type): Don't toggle display.
5291         (gnus-mime-view-part-as-charset): Don't turn off display before
5292         querying charset.
5293
5294         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5295         stuff to undisplayer function in Emacs.
5296         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5297
5298         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5299         text/calendar parts.
5300
5301 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5304         decoding text/calendar parts.
5305
5306         * message.el (message-forward-make-body-mime): Always mark body as
5307         having no illegible text; remove signed-or-encrypted argument.
5308         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5309
5310         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5311         (mml-generate-mime-1): Don't encode body if it is specified to be in
5312         raw form; don't make buffer be unibyte when inserting multibyte string.
5313
5314 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * sha1.el: Fix up comment style.
5317         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5318         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5319
5320         * hex-util.el: Fix up comment style.
5321         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5322
5323         * gnus-salt.el: Use with-current-buffer.
5324         (gnus-pick-setup-message): Fix long-standing typo.
5325
5326 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * imap.el (imap-logout-timeout): New variable.
5329         (imap-logout, imap-logout-wait): New functions.
5330         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5331
5332         * nnimap.el (nnimap-logout-timeout): New server variable.
5333         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5334         nnimap-logout-timeout.
5335
5336         * gnus-art.el (gnus-article-summary-command-nosave)
5337         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5338
5339 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus.el (gnus-maximum-newsgroup): New variable.
5342
5343         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5344         according to gnus-maximum-newsgroup.
5345
5346         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5347         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5348         Limit the range of articles according to gnus-maximum-newsgroup.
5349
5350 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5351
5352         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5353         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5354         Don't perform gnus-configure-windows here; reuse existing sticky
5355         article buffer.
5356
5357         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5358         it doesn't exist in gnus-article-mode.
5359
5360 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5363         (gnus-agent-decoded-group-name): New function.
5364         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5365         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5366
5367 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5368
5369         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5370         Add binding for gnus-sticky-article.
5371         (gnus-summary-exit): Don't kill sticky article buffers.
5372
5373         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5374         article buffer.
5375         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5376         (gnus-kill-sticky-article-buffers): New commands.
5377
5378 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * nntp.el (nntp-xref-number-is-evil): New server variable.
5381         (nntp-find-group-and-number): If it is non-nil, don't trust article
5382         numbers in the Xref header.
5383
5384 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-agent.el (gnus-agent-read-group): New function.
5387         (gnus-agent-flush-group, gnus-agent-expire-group)
5388         (gnus-agent-regenerate-group): Use it.
5389         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5390         nnmail-pathname-coding-system.
5391
5392 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5395
5396         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5397         that are unread as unread, and also as selected so that information of
5398         marks having been changed by a user may be updated when exiting group.
5399
5400 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5403         calculated ignoring signature parts to gnus-treat-article.
5404
5405 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5408         a point here in order to keep the window start.
5409         (gnus-insert-mime-security-button): Make a button overlay without the
5410         front stickiness.
5411         (gnus-mime-display-security): Goto the end of a button.
5412
5413         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5414
5415 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5418         group-name-at-point.
5419         (gnus-group-completing-read): New function that offers decoded
5420         non-ASCII group names for completion.
5421         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5422         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5423         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5424         (gnus-group-fetch-control): Use it.
5425         (gnus-fetch-group): Use group-name-at-point for the initial value
5426         rather than the default value; use gnus-alive-p.
5427
5428         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5429         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5430         (gnus-summary-post-news): Use gnus-group-completing-read.
5431
5432         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5433         (gnus-read-move-group-name): Decode group name for completion.
5434
5435 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5438         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5439         Yamaoka slightly modified the code).
5440
5441 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5444         (nnmail-split-incoming): Bind it.
5445
5446         * nnml.el (nnml-group-name-charset): New function.
5447         (nnml-decoded-group-name): Use it; don't decode group name if
5448         nnmail-group-names-not-encoded-p is non-nil.
5449         (nnml-encoded-group-name): New function.
5450         (nnml-group-pathname): Inline nnml-decoded-group-name.
5451         (nnml-request-expire-articles): Decode group name in message.
5452         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5453         nnmail-pathname-coding-system.
5454         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5455         not decoded ones according to nnmail-group-names-not-encoded-p.
5456         (nnml-generate-active-info): Use nnml-encoded-group-name.
5457
5458 2007-08-08  Glenn Morris  <rgm@gnu.org>
5459
5460         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5461         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5462         doc-strings and comments.
5463
5464 2007-07-25  Glenn Morris  <rgm@gnu.org>
5465
5466         * Relicense all FSF files to GPLv3 or later.
5467
5468 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * gnus-sum.el (gnus-summary-move-article): Make
5471         gnus-summary-respool-article work.
5472
5473 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5476         string.
5477
5478 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5479
5480         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5481         that should be ignored when comparing distant RSS articles with local
5482         ones.
5483         (nnrss-make-hash-index): New function.  Create a hash index according
5484         to the ignored fields.
5485         (nnrss-check-group): Use it.
5486
5487 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5490
5491         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5492
5493         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5494         the new optional argument ENCODED is non-nil.
5495         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5496         coding system for encoding group name.
5497         (gnus-group-make-rss-group): Pass un-encoded group name to
5498         gnus-group-make-group.
5499         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5500         encoded.
5501
5502         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5503         Encode group name to which articles are moved or copied.
5504         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5505         coding system for encoding Newsgroup, Followup-To and Xref headers.
5506
5507         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5508         marks; use nnheader-file-coding-system to write a file.
5509         (nnagent-retrieve-headers): Bind file-name-coding-system to
5510         nnmail-pathname-coding-system.
5511
5512         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5513
5514         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5515         (nnml-request-article, nnml-request-create-group)
5516         (nnml-request-rename-group, nnml-find-id)
5517         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5518         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5519         (nnml-save-marks): Use nnml-group-pathname instead of
5520         nnmail-group-pathname.
5521
5522         (nnml-request-create-group, nnml-request-expire-articles)
5523         (nnml-request-move-article, nnml-request-delete-group)
5524         (nnml-deletable-article-p, nnml-possibly-create-directory)
5525         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5526         (nnml-open-marks): Bind file-name-coding-system to
5527         nnmail-pathname-coding-system.
5528
5529         (nnml-request-article): Pass server argument to nnml-find-group-number.
5530         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5531         server argument to nnml-possibly-create-directory.
5532         (nnml-request-accept-article): Pass server argument to
5533         nnml-active-number and nnml-save-mail.
5534         (nnml-find-group-number): Pass server argument to nnml-find-id.
5535         (nnml-request-update-info): Pass server argument to
5536         nnml-marks-changed-p.
5537
5538         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5539         (nnml-save-mail, nnml-active-number): Add server argument.
5540
5541         (nnml-request-delete-group): Warn if group is missing.
5542         (nnml-get-nov-buffer): Decode group name.
5543         (nnml-generate-active-info): Encode group name.
5544         (nnml-open-marks): Decode group name in messages.
5545
5546 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5549         if it is not specified.
5550         (gnus-article-pipe-part, gnus-article-save-part)
5551         (gnus-article-interactively-view-part, gnus-article-copy-part)
5552         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5553         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5554         (gnus-article-replace-part, gnus-article-delete-part)
5555         (gnus-article-view-part-as-type): Pass raw prefix argument to
5556         gnus-article-part-wrapper.
5557
5558 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-agent.el (gnus-agent-save-active): Bind
5561         nnheader-file-coding-system to gnus-agent-file-coding-system.
5562
5563         * gnus-cache.el (gnus-cache-save-buffers)
5564         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5565         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5566         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5567         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5568         (gnus-cache-generate-active, gnus-cache-rename-group)
5569         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5570         (gnus-cache-update-overview-total-fetched-for): Bind
5571         file-name-coding-system to nnmail-pathname-coding-system.
5572         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5573         variables.
5574         (gnus-cache-decoded-group-name): New function.
5575         (gnus-cache-file-name): Use it.
5576         (gnus-cache-generate-active): Use non-decoded group name for active.
5577
5578         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5579         right place.
5580         (gnus-write-active-file): Don't break non-ASCII group names.
5581
5582         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5583         nnmail-pathname-coding-system.
5584
5585         * lpath.el: Bind default-file-name-coding-system,
5586         file-name-coding-system and language-info-alist for XEmacs.
5587
5588         * gnus-uu.el (gnus-uu-decode-save): Typo.
5589
5590 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5593
5594 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5597         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5598         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5599         (gnus-agent-flush-group, gnus-agent-flush-cache)
5600         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5601         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5602         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5603         (gnus-agent-regenerate-group)
5604         (gnus-agent-update-files-total-fetched-for)
5605         (gnus-agent-update-view-total-fetched-for): Bind
5606         file-name-coding-system to nnmail-pathname-coding-system.
5607         (gnus-agent-group-pathname): Don't encode file names by
5608         nnmail-pathname-coding-system.
5609         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5610         coding-system-for-write instead of buffer-file-coding-system to
5611         gnus-agent-file-coding-system.
5612
5613         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5614         Decode group name.
5615
5616         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5617
5618         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5619         (gnus-read-newsrc-el-file): Make group names unibyte.
5620
5621         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5622         nnmail-pathname-coding-system.
5623
5624         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5625         (nnrss-request-delete-group): Bind file-name-coding-system to
5626         nnmail-pathname-coding-system.
5627         (nnrss-read-server-data, nnrss-read-group-data): Bind
5628         file-name-coding-system correctly.
5629         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5630
5631         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5632         (nntp-server-to-method-cache): New variable.
5633         (nntp-group-pathname): New function that decodes non-ASCII group names.
5634         (nntp-possibly-create-directory, nntp-marks-changed-p)
5635         (nntp-save-marks, nntp-open-marks): Use it.
5636         (nntp-possibly-create-directory, nntp-open-marks):
5637         Bind file-name-coding-system to nnmail-pathname-coding-system.
5638         (nntp-open-marks): Decode group names when bootstrapping marks.
5639
5640         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5641         Newsgroups and Folowup-To headers.
5642
5643 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5646         (gnus-server-closed-face, gnus-server-denied-face)
5647         (gnus-server-offline-face): Remove variable.
5648         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5649
5650         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5651         of modifying message-stack directly for XEmacs.
5652
5653         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5654         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5655         if the coding-system argument is nil for XEmacs.
5656
5657         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5658         mm-charset-override-alist.
5659
5660         * rfc2047.el: Don't require base64; require rfc2045 for the function
5661         rfc2045-encode-string.
5662         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5663         to quote the parameter value.
5664
5665 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5668         form in gnus-group-name-charset-method-alist.
5669
5670         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5671         overrides the default layout edit-form.
5672
5673         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5674
5675         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5676
5677 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5680         as unfetched articles.
5681
5682 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5685
5686 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5689         original back end that keeps marks in the local system.
5690
5691 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5694         arg of pop-to-buffer for XEmacs.
5695         (gnus-article-read-summary-keys): Ditto; don't restore window
5696         configuration if summary command ends up with neither article buffer
5697         nor summary buffer; describe bindings if summary keys end with C-h.
5698
5699 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * message.el (message-fix-before-sending): Skip raw message part to be
5702         forwarded while checking illegible text.
5703         (message-forward-make-body-mime, message-forward-make-body): Mark
5704         signed or encrypted raw message as having no illegible text.
5705
5706 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5709         (gnus-message-with-timestamp-1): New macro.
5710         (gnus-message-with-timestamp): New function.
5711         (gnus-message): Use them.
5712
5713         * nnheader.el (nnheader-message): Use them.
5714
5715 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5718         .newsrc.eld file.
5719
5720 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-agent.el (gnus-agent-fetch-headers)
5723         (gnus-agent-retrieve-headers): Bind
5724         gnus-decode-encoded-address-function to identity.
5725
5726         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5727         available also when the server returns simply a dot.
5728
5729         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5730
5731 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5734
5735 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-ems.el (gnus-x-splash): Make it work.
5738
5739         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5740         from being used.
5741
5742         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5743
5744 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5747         4th and the 5th arguments.
5748
5749         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5750         the front stickiness.
5751         (gnus-article-summary-command-nosave): Correct the order of the
5752         arguments passed to pop-to-buffer.
5753         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5754         summary command ends up with the article buffer.
5755
5756         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5757         the same faces.
5758
5759 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5760
5761         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5762
5763 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5764
5765         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5766         * gnus-sum.el (gnus-summary-highlight):
5767         * pgg.el (pgg-sign-region, pgg-sign):
5768         * mail-source.el (mail-source-delete-old-incoming-confirm):
5769         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5770
5771 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-art.el (gnus-mime-view-part-externally)
5774         (gnus-mime-view-part-internally): Fix predicate function passed to
5775         completing-read.
5776
5777         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5778
5779         * gnus.el (gnus-update-message-archive-method): Add :version.
5780
5781 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * gnus.el (gnus-update-message-archive-method): New variable.
5784
5785         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5786         according to gnus-message-archive-method if
5787         gnus-update-message-archive-method is non-nil.
5788
5789 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5792         by Loic Dachary <loic@dachary.org>.
5793         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5794
5795 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * message.el (message-pop-to-buffer): Add switch-function argument.
5798         (message-mail): Pass switch-function argument to it.
5799
5800 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5803         Improve doc string.
5804
5805 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5808         (gnus-header-content)
5809         * gnus-cite.el (gnus-cite-10)
5810         * gnus-srvr.el (gnus-server-closed)
5811         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5812         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5813         (gnus-group-mail-3-empty, gnus-group-mail-low)
5814         (gnus-group-mail-low-empty, gnus-splash)
5815         * message.el (message-header-to, message-header-cc)
5816         (message-header-subject, message-header-other, message-header-name)
5817         (message-header-xheader, message-separator, message-cited-text)
5818         (message-mml): Lighten colors of faces used for dark background.
5819
5820 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5821
5822         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5823         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5824
5825 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * message.el (message-narrow-to-headers-or-head):
5828         Ignore mail-header-separator in the body.
5829
5830 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5833         same as window size.
5834
5835 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5836
5837         * message.el (message-font-lock-keywords): Use message-header-xheader
5838         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5839         ahead of the anything pattern, to get it recognised.
5840
5841 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5844         spam.el loads uses it in the compiled defadvice form.
5845
5846 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5847
5848         * gnus-sum.el (gnus-articles-to-read)
5849         (gnus-summary-insert-old-articles): Don't truncate group name for
5850         `read-string'.
5851
5852         * gnus-util.el (gnus-limit-string): Delete this function.
5853
5854         * gnus-sum.el (gnus-simplify-subject-fully): Use
5855         `truncate-string-to-width' instead.
5856
5857 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5858
5859         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5860         if, on summary exit, the next group has to be selected.
5861         (gnus-summary-exit): Use it.
5862
5863 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5866         non-break space.
5867
5868 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5871         Check if group is not a directory.
5872         (nnfolder-request-expire-articles): Don't delete articles if the target
5873         group is not available.
5874
5875         * nnml.el (nnml-request-create-group): Properly check if group is not a
5876         file.
5877         (nnml-request-expire-articles): Don't delete articles if the target
5878         group is not available.
5879
5880         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5881         Don't quote characters that are within parentheses.
5882
5883 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5886         (gnus-handle-ephemeral-exit): Select article according to it.
5887
5888 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * message.el (message-insert-formated-citation-line): Remove newline.
5891         (message-citation-line-format): Add final \n here so that the user can
5892         avoid a blank line.
5893
5894 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5895
5896         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5897         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5898         Update lanl/arXiv support.
5899
5900 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus.el: Bump version number.
5903
5904 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * gnus.el (gnus-version-number): Bump version.
5907
5908 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5909
5910         * gnus.el: No Gnus v0.6 is released.
5911
5912 2007-04-27  Didier Verna  <didier@xemacs.org>
5913
5914         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5915         * gmm-utils.el (gmm-regexp-concat): here.
5916         * message.el: Don't require 'gnus-util.
5917         (message-dont-reply-to-names): Handle name change above.
5918         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5919
5920 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5923         since the initial value varies according to the system.
5924
5925 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5928
5929 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5930
5931         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5932
5933 2007-04-24  Didier Verna  <didier@xemacs.org>
5934
5935         Improve the type of gnus-ignored-from-addresses.
5936         * gnus-util.el (gnus-orify-regexp): New function.
5937         * message.el (gnus-util): Require it.
5938         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5939         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5940         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5941
5942 2007-04-24  Didier Verna  <didier@xemacs.org>
5943
5944         * gnus-sum.el:
5945         * gnus-utils.el: Fix some trailing whitespaces.
5946
5947 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5950         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5951         article's Message-ID; refer parent article in summary buffer.
5952
5953         * message.el (message-bounce): Call mime-to-mml.
5954
5955         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5956         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5957         optimize and/or forms properly.
5958
5959 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5962         URL.
5963
5964 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5967
5968 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5971         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5972         displayed of multipart/alternative part if it is invoked from summary
5973         buffer.
5974
5975         * mm-view.el (mm-inline-text-html-render-with-w3m)
5976         (mm-inline-text-html-render-with-w3m-standalone)
5977         (mm-inline-render-with-function): Use mail-parse-charset by default.
5978
5979 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5980
5981         * parse-time.el (parse-time-string-chars): Check if CHAR
5982         is less than the length of parse-time-syntax.
5983
5984 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5987         from gnus-newsgroup-processable.
5988
5989 2007-04-16  Didier Verna  <didier@xemacs.org>
5990
5991         * gnus-msg.el (gnus-configure-posting-styles): Handle
5992         message-signature-directory properly with :file syntax.  Reported by
5993         "Leo".
5994
5995 2007-04-11  Didier Verna  <didier@xemacs.org>
5996
5997         New user option: message-signature-directory.
5998         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5999         * message.el (message-insert-signature): Ditto.
6000         * message.el (message-signature-file): Doc update.
6001         * message.el (message-signature-directory): New.
6002
6003 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-msg.el (gnus-inews-yank-articles): Use
6006         message-exchange-point-and-mark instead of exchange-point-and-mark.
6007
6008 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * message.el (message-yank-original): Make sure cited text ends with
6011         newline; don't exchange point and mark.
6012
6013 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6014
6015         * tls.el (open-tls-stream): Properly handle case where there
6016         is no associated buffer.
6017
6018 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6019
6020         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6021         message-yank-original, make sure (< mark TEXT point).
6022
6023 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * message.el (message-fill-column): New variable.
6026         (message-mode): Use it.  Add comment on a possible new hook.
6027
6028         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6029         (nnmail-get-new-mail): Reformat.
6030
6031         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6032
6033         * gmm-utils.el: Fix Commentary.
6034         (gmm-tool-bar-from-list): Fix typo in doc string.
6035
6036 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6037
6038         * message.el (message-yank-original): Don't switch point and mark
6039         unnecessarily to put point and mark as documented.
6040
6041 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6044         from the message heads.
6045
6046 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6047
6048         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6049         article buffer does not have a window.  This may not be the best
6050         solution but is certainly better than setting the start of the null,
6051         that is the current, window.
6052
6053 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6054
6055         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6056         (gnus-draft-setup): Run it.
6057
6058         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6059         gnus-score-fast-scoring.  Allow regexp.
6060         (gnus-score-headers): Use it.
6061
6062         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6063         XEmacs.
6064
6065         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6066         string.
6067         (gnus-button-alist): Also catch `<f1> k ...'.
6068         (gnus-treat-display-x-face): Fix doc string.
6069
6070 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6071
6072         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6073         evaluation of gnus-extended-version to ensure correct generation of the
6074         User-Agent header when message-generate-headers-first is used.
6075
6076 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6077
6078         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6079         hashcash-path is nil.  Don't call callback with incorrect number of
6080         parameters if val is 0.
6081
6082 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6083
6084         * message.el (message-required-news-headers):
6085         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6086
6087 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6088
6089         * tls.el (open-tls-stream): In handshake-waiting loop,
6090         don't wait more if there is output available to process.
6091
6092 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6093
6094         * tls.el (tls-program): Doc fix.
6095
6096 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * message.el (message-generate-new-buffers): Change the meaning of the
6099         nil value; add `standard' to the choices; treat t as `unique'; improve
6100         doc string.
6101         (gnus-select-frame-set-input-focus): Autoload.
6102         (message-buffer-name): Search for the existing message buffer if
6103         message-generate-new-buffers is nil or `standard'; treat the value t of
6104         message-generate-new-buffers as `unique'.
6105         (message-pop-to-buffer): Raise the frame already displaying the message
6106         buffer; clear the echo area after querying.
6107         (message-setup): Pass the `continue' argument to compose-mail.
6108         (message-mail): Prefer `switch-function' if it is given; search for the
6109         existing message buffer if the `continue' argument is non-nil; pass
6110         continue and switch-function arguments to compose-mail by way of
6111         message-setup.
6112         (message-mail-other-window): Adjust argument of message-setup.
6113         (message-mail-other-frame): Ditto.
6114
6115 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6118         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6119         to turn font-lock on when turning gnus-message-citation-mode on.
6120
6121 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6122
6123         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6124         (mml-smime-function-alist): New variable; add epg as the backend.
6125         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6126         mml-smime- functions instead.
6127         * mm-view.el: Require smime.
6128
6129 2007-03-05  Didier Verna  <didier@xemacs.org>
6130
6131         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6132         instead of just inheritance for posting styles.
6133         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6134
6135 2007-02-24  Chris Moore  <dooglus@gmail.com>
6136
6137         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6138         * pgg-pgp.el (pgg-pgp-encrypt-region):
6139         * pgg-gpg.el (pgg-gpg-encrypt-region):
6140         Check pgg-encrypt-for-me if no other recipients.
6141
6142 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6143
6144         * tls.el (tls-certtool-program): Fix custom type.
6145
6146 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6149         and point-at-eol instead of line-(beginning|end)-position.
6150
6151         * assistant.el (assistant-parse-buffer): Ditto.
6152
6153         * netrc.el (netrc-parse-services): Ditto.
6154
6155 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6156
6157         * mml2015.el (mml2015-epg-find-usable-key): New function.
6158         (mml2015-epg-sign): Use it.
6159         (mml2015-epg-encrypt): Use it.
6160
6161 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * message.el (message-make-in-reply-to): Quote name containing
6164         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6165         if there are special characters.  Reported by NAKAJI Hiroyuki
6166         <nakaji@jp.freebsd.org>.
6167
6168 2007-02-27  Didier Verna  <didier@xemacs.org>
6169
6170         Include the group parameters as well as the topic ones in the
6171         inheritance filter process.
6172         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6173         argument GROUP-PARAMS-LIST.
6174         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6175
6176 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * nntp.el (nntp-never-echoes-commands)
6179         (nntp-open-connection-functions-never-echo-commands): New variables.
6180         (nntp-send-command): Use them.
6181
6182 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6183
6184         * mml2015.el (mml2015-epg-verify): Simplified.
6185
6186 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * mml.el (mml-content-disposition-alist): New user option.
6189         (mml-content-disposition): New function.
6190         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6191         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6192
6193 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6194
6195         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6196         verification.
6197
6198 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6199
6200         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6201         articles posted in the last 24 hours.
6202
6203 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6204
6205         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6206
6207 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6208
6209         * nntp.el (nntp-send-command): Don't wait for echoes when
6210         nntp-open-ssl-stream is used.
6211
6212 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6215         (gnus-message-add-citation-keywords)
6216         (gnus-message-remove-citation-keywords): Remove.
6217         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6218         directly, make the variables in font-lock-defaults buffer-local, add
6219         gnus-message-citation-keywords to them and then update the value of
6220         font-lock-keywords.
6221
6222 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * message.el (message-cite-original-1): Don't call
6225         gnus-article-highlight-citation.
6226
6227         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6228         citations; fix line count.
6229
6230 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6233         (gnus-message-add-citation-keywords)
6234         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6235         versions of font-lock-add-keywords and font-lock-remove-keywords to
6236         work with XEmacs correctly.
6237
6238 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-cite.el (gnus-cite-face-list): Set the values of
6241         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6242         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6243         (gnus-message-cite-prefix-regexp): New variable.
6244         (gnus-message-search-citation-line): Use it; protect against long
6245         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6246         the 0th match data for Emacs.
6247         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6248         (gnus-message-add-citation-keywords): Append keywords rather than
6249         prepending; emulate font-lock-add-keywords if it is not available.
6250         (gnus-message-remove-citation-keywords): Emulate
6251         font-lock-remove-keywords if it is not available.
6252
6253         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6254
6255         * message.el (message-cite-prefix-regexp): Set the value of
6256         gnus-message-cite-prefix-regexp.
6257
6258 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6259
6260         * nnweb.el (nnweb-google-parse-1): Update parser.
6261
6262 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6263
6264         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6265
6266 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6267
6268         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6269         regexp.
6270
6271 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6274         string-to-multibyte.
6275         (uudecode-decode-region-internal): Use it.
6276
6277         * lpath.el: Fbind string-as-multibyte for XEmacs.
6278
6279 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6282         custom choice.
6283
6284         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6285
6286 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6287
6288         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6289
6290         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6291         `write-region' to respect `mm-inhibit-file-name-handlers'.
6292
6293 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6296         Use gnus-home-directory instead of "~/" or "$HOME".
6297
6298 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6301         to mention filename.
6302         Add comments at beginning regarding usage.
6303         (encrypt-write-file-contents): Change interactive so a string is
6304         acceptable.  If the file has no associated model, show an error instead
6305         of a nonsense prompt.
6306
6307 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6308
6309         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6310         Thanks to Yoshihiko Yamada for kind notification of this typo.
6311
6312 2007-01-12  Kenichi Handa  <handa@m17n.org>
6313
6314         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6315         multibyte buffer.
6316
6317 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus-score.el (gnus-score-fast-scoring): New variable.
6320         (gnus-score-headers): Use it.
6321
6322         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6323
6324         * message.el (message-cite-original-1): Call
6325         gnus-article-highlight-citation if requested.
6326         (message-make-from): Allow name and address as optional arguments.
6327
6328         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6329
6330         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6331         bugs to doc string.
6332         (gnus-button-alist): Add mid\\|message-id.
6333         (gnus-button-fetch-group): Extend for use in
6334         `browse-url-browser-function'.
6335         (gnus-button-url-regexp): Try to catch paired parentheses like in
6336         Wikipedia URLs.
6337
6338         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6339         Suggested by Simon Krahnke <overlord@gmx.li>.
6340
6341 2007-01-13  Romain Francoise  <romain@orebokech.com>
6342
6343         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6344         Update copyright.
6345
6346 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6347
6348         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6349
6350 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * gnus-registry.el (gnus-registry-unfollowed-groups)
6353         (gnus-registry-split-fancy-with-parent): Fix documentation.
6354
6355 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6358         from nnweb groups.
6359
6360 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361
6362         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6363         Xref urls.  Erase buffer before requesting head.
6364
6365 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6368         customizable.
6369
6370 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6371
6372         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6373         no signing key is found.
6374         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6375         no encrypting and/or signing key is found.
6376
6377 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6380
6381 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6382
6383         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6384         headers read from disk with the ones newly found in the current search.
6385         This should no longer cause problems, because the article numbers in
6386         Gmane's `nov.php' output are ignored since the previous change.
6387
6388 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6389
6390         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6391
6392 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6395         replace-regexp-in-string; bind url-version; fbind display-images-p and
6396         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6397         find-face and set-itimer-function for Emacs; bind itimer-list for
6398         Emacs.
6399
6400         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6401
6402 2007-01-01  Romain Francoise  <romain@orebokech.com>
6403
6404         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6405
6406 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6407
6408         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6409         `define-minor-mode' macro definition expanded properly.
6410         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6411         exclude it there.
6412
6413         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6414         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6415         `fboundp' test.
6416         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6417         This is OK to autoload in (S)XEmacs now.
6418
6419 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6422         keystroke.
6423         (gnus-summary-limit-to-singletons): Fix typo.
6424
6425         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6426         else fails.
6427
6428 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6429
6430         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6431         docstring.
6432
6433         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6434         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6435         (gnus-summary-insert-dormant-articles): Fix typo in message.
6436
6437 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6440         nil for XEmacs.
6441         (gnus-message-citation-mode): Don't autoload in XEmacs.
6442
6443         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6444
6445 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6446
6447         * nnimap.el (nnimap-expunge-search-string): Mention
6448         nnimap-search-uids-not-since-is-evil in docstring.
6449
6450 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6451
6452         * spam.el: Revert to make-obsolete-variable because
6453         define-obsolete-variable-alias is not supported in Emacs 21.
6454
6455         * spam.el (spam-ifile-path, spam-ifile-database-path)
6456         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6457         make-obsolete-variable.
6458         (spam-bsfilter-path, spam-bsfilter-program)
6459         (spam-spamassassin-path, spam-spamassassin-program)
6460         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6461         use "path" inappropriately.
6462         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6463         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6464         variable names.
6465
6466 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6467
6468         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6469         summary buffer.
6470
6471         * password.el (password-cache-remove): Use clear-string to burn
6472         password, if available.
6473
6474 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6477
6478         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6479
6480         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6481         (gnus-message-highlight-citation): Move defcustom here from
6482         gnus-cite.el.
6483         (gnus-message-citation-mode): Autoload.
6484
6485         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6486         checks to make it compile with XEmacs.
6487         (gnus-message-citation-mode): New minor mode.
6488         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6489         (gnus-message-highlight-citation): New variables.
6490         (gnus-message-search-citation-line)
6491         (gnus-message-add-citation-keywords)
6492         (gnus-message-remove-citation-keywords)
6493         (turn-on-gnus-message-citation-mode)
6494         (turn-off-gnus-message-citation-mode): New functions.
6495
6496 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6497
6498         * gnus-cite.el: Enable highlighting of different citation levels in
6499         message-mode.
6500
6501 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * message.el (message-make-fqdn): Fix comment.
6504         (message-bogus-system-names): Add ".local".
6505
6506         * spam.el (spam-ifile-path, spam-ifile-program)
6507         (spam-ifile-database-path, spam-ifile-database)
6508         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6509         Don't use "path" inappropriately.
6510         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6511         strings.
6512         (spam-check-ifile, spam-ifile-register-with-ifile)
6513         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6514         new variable names.
6515
6516         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6517         (gnus-treat-display-smileys): Simplify using
6518         gnus-image-type-available-p.
6519
6520         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6521         available.
6522
6523         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6524         `display-images-p' if available.
6525
6526 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6529         one after turning on the buffer's multibyteness instead of decoding
6530         them directly in the unibyte buffer that causes unexpected conversion
6531         in Emacs 23 (unicode).
6532
6533 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6534
6535         * message.el (message-generate-hashcash): Fix custom type.
6536
6537 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6540
6541 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6544         disconnect icons.  Add help text.
6545
6546 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6549         negated to be consistent with the others we handle.
6550
6551 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6554         version of gnus-summary-buffer to something, so that we can use two
6555         article buffers at the same time.
6556
6557 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6558
6559         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6560         trigger all the extra headers.
6561         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6562         sorting.
6563
6564 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6565
6566         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6567         solid groups.
6568
6569 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6570
6571         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6572
6573 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * legacy-gnus-agent.el: Add Copyright notice.
6576
6577 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6578
6579         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6580
6581 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6584
6585         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6586         to make it work reliably in CVS Emacs.
6587         (gnus-summary-limit-strange-charsets-predicate)
6588         (gnus-summary-limit-to-predicate): New functions.
6589
6590 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6591
6592         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6593         specifying array size.
6594         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6595         array if it is too small.
6596         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6597         (gnus-sort-threads-loop): New function.
6598
6599 2006-12-06  Chris Moore  <dooglus@gmail.com>
6600
6601         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6602         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6603
6604 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6605
6606         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6607         options.
6608
6609 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6612         DOS-ing the recipient.
6613
6614         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6615         the headers when creating the mapping to avoid mismappings.
6616         (nnweb-gmane-create-mapping): Always nix out old mapping.
6617
6618 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6621         and mm-verify-option to never.
6622
6623 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * message.el (message-signed-or-encrypted-p): New function.
6626         (message-forward-make-body): Use it.
6627
6628         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6629         Replace encode-coding-string with mm-encode-coding-string.
6630
6631 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * nneething.el (nneething-decode-file-name): Replace
6634         decode-coding-string with mm-decode-coding-string.
6635
6636         * gnus-int.el (gnus-open-server): Say failed server's name.
6637
6638 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6639
6640         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6641         strings to a single string.  Quote `errors-file-name'.
6642         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6643         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6644         Adjust calls.  Use `shell-quote-argument'.
6645
6646 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6647
6648         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6649         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6650
6651         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6652         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6653         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6654         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6655         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6656         (gnus-subscribe-newsgroup, gnus-1):
6657         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6658         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6659         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6660         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6661
6662 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6665         keystroke.
6666         (gnus-summary-limit-to-bodies): Implement headersp.
6667
6668 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6671
6672 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6675
6676 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * message.el (message-generate-hashcash): Expand range of values to
6679         include `opportunistic'.
6680         (message-send-mail): Use it.
6681
6682 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6683
6684         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6685         and comment it.
6686
6687         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6688
6689 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * gnus-util.el (gnus-extract-address-components): Improve comment.
6692
6693 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-util.el (gnus-extract-address-components): Work with address in
6696         which the name portion contains @.
6697
6698         * lpath.el: Fbind custom-autoload.
6699
6700 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * gnus.el (gnus-start): Move custom group up.
6703         (gnus-select-method): Don't autoload, but make it available for
6704         `customize-variable'.
6705         (gnus-getenv-nntpserver): Don't autoload.
6706
6707 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6708
6709         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6710
6711 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * message.el (message-sendmail-extra-arguments): New variable.
6714         (message-send-mail-with-sendmail): Use it.
6715
6716 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6719         mm-with-unibyte-current-buffer to make string unibyte.
6720
6721         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6722         mm-string-as-multibyte.
6723
6724 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6725
6726         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6727         Reported by Werner Koch <wk@gnupg.org>.
6728
6729 2006-11-14  Daiki Ueno  <ueno@p360>
6730
6731         * mml2015.el: Autoload epa-select-keys when compiling.
6732
6733 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6734
6735         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6736         message-options.
6737         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6738
6739 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6740
6741         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6742         EasyPG (< 0.0.6).
6743         (mml2015-always-trust): New user option.
6744         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6745         prompt.
6746
6747 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * nntp.el (nntp-authinfo-force): New variable.
6750         (nntp-send-authinfo): Use it.
6751
6752 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6755         decode encoded words.  Improve prompt.  Add comment about forwarding.
6756         (message-replacement-char): Move up.
6757
6758 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6759
6760         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6761         instead of gnus-intersection because arguments of gnus-sorted-nunion
6762         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6763
6764 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6767         (message-simplify-subject-functions): Enable
6768         message-strip-subject-encoded-words by default.
6769
6770 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * message.el (message-strip-subject-encoded-words): New function.
6773         (message-simplify-subject-functions): New variable.
6774         (message-simplify-subject): Use it.  Fix typo in doc string.
6775         Support message-strip-subject-encoded-words.
6776
6777 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6778
6779         * gnus-diary.el (gnus-diary-delay-format-function):
6780         * nndiary.el (nndiary-reminders):
6781         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6782
6783 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6784
6785         * gnus-art.el (article-hide-boring-headers): Fetch date from
6786         gnus-original-article-buffer to avoid problems with localized date
6787         strings.
6788
6789 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6792
6793 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6796         New variables.
6797         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6798         (mm-charset-synonym-alist): Move some entries to
6799         mm-codepage-iso-8859-list.
6800         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6801         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6802
6803 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6806
6807 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6810         with Emacs 21 and XEmacs.
6811
6812 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * spam.el (spam-parse-address): New function for better parsing,
6815         catching errors, etc.
6816         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6817
6818 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * mm-view.el: Add interactive arg to html2text autoload.
6821
6822 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6825
6826 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6829         variables.
6830         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6831         (mm-charset-synonym-alist): Move some entries to
6832         mm-codepage-iso-8859-list.
6833
6834         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6835
6836 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * message.el (message-citation-line-format)
6839         (message-insert-formated-citation-line): Fix implementation of %E, %N
6840         and %n according to the doc string.
6841
6842 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6845         car-safe to avoid bad parses.
6846
6847 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6850         names.
6851
6852         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6853
6854 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6857         header.
6858
6859         * message.el (message-draft-headers): Add Date.
6860         (message-headers-to-generate): Fix typo in docstring.
6861
6862         * nndraft.el (nndraft-required-headers): New variable.
6863         (nndraft-generate-headers): Use it.
6864
6865         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6866
6867 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6868
6869         * gnus-registry.el (gnus-registry-wash-for-keywords)
6870         (gnus-registry-find-keywords): New functions to allow easy searching of
6871         articles that are in the registry.
6872
6873 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6876         ietf-drums-parse-address instead of gnus-extract-address-components.
6877         Reported by Damien Elmes <damien@repose.cx>.
6878
6879 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * gnus.el (gnus-mime): Remove unused custom group.
6882
6883 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6884
6885         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6886         "blank line" when searching for end of armor headers.
6887
6888 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gmm-utils.el (gmm-write-region): Fix variable name.
6891
6892 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * gmm-utils.el (gmm-write-region): New function based on compatibility
6895         code from `mm-make-temp-file'.
6896
6897         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6898
6899         * nnmaildir.el (nnmaildir--update-nov)
6900         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6901         Use `gmm-write-region'.
6902
6903 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6906         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6907
6908         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6909
6910         * message.el (message-replacement-char): New variable.
6911         (message-fix-before-sending): Use it.
6912         (message-simplify-subject): New function to remove duplicate code.
6913         (message-reply, message-followup): Use it.
6914
6915         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6916         gnus-summary-limit-to-articles.
6917
6918 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-util.el (gnus-with-local-quit): New macro.
6921
6922         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6923
6924 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6925
6926         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6927         ignore non-string data.
6928
6929 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6930
6931         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6932         non-string data (needs to be done in the registry too).
6933
6934 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6935
6936         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6937         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6938         (gnus-registry-split-fancy-with-parent)
6939         (gnus-registry-fetch-simplified-message-subject-fast)
6940         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6941         Remove text properties on ingress into the registry and when it's saved.
6942         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6943         registry from entries with no groups.
6944
6945 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6946
6947         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6948         function to remove string properties.
6949
6950 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * gmm-utils.el (gmm): Adjust custom version.
6953
6954         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6955         custom version.
6956
6957         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6958
6959 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * gnus-art.el (gnus-insert-prev-page-button)
6962         (gnus-insert-next-page-button): Simplify.  Reformat.
6963
6964 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6965
6966         * gnus-art.el (gnus-insert-prev-page-button)
6967         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6968
6969 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6970
6971         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6972
6973 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6974
6975         * gnus-art.el (gnus-insert-mime-button)
6976         (gnus-insert-mime-security-button):
6977         Apply gnus-article-button-face to MIME and security buttons.
6978
6979 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6982         readable.
6983
6984 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6987
6988 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6989
6990         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6991         `browse-url-of-file' instead of `browse-url'.
6992
6993 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6994
6995         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6996         regexp.  Articles containing quotation were cut prematurely.
6997
6998 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * message.el (message-cite-original-1): Use nobody by default for the
7001         value of From header.
7002         (message-reply): Ditto.
7003
7004 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7005
7006         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7007         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7008         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7009
7010 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7013         mails in the doc string.  Add some URLs in comment.
7014         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7015
7016 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7019         backslashes handling and the way to find boundaries of quoted strings.
7020
7021 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7022
7023         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7024         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7025         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7026         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7027
7028 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7031         doc string.
7032         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7033
7034 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * lpath.el: Fbind epg-check-configuration.
7037
7038 2006-09-06  Simon Josefsson  <jas@extundo.com>
7039
7040         * mml2015.el (mml2015-use): Doc fix, mention epg.
7041
7042 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7043
7044         * mml2015.el (mml2015-use): Default to epg, if available.
7045
7046 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7047
7048         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7049         message-sender.
7050         (mml1991-epg-encrypt): Ditto.
7051         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7052         message-sender.
7053         (mml2015-epg-encrypt): Ditto.
7054
7055 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7056
7057         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7058         several common directories.
7059
7060 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7061
7062         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7063         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7064
7065 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-art.el (article-decode-encoded-words): Make it fast.
7068
7069 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7072
7073         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7074         in quoted string into `\'.
7075
7076 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7079         Use standard-syntax-table.
7080
7081 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-decode-address-function): New variable.
7084         (article-decode-encoded-words): Use it to decode headers which are
7085         assumed to contain addresses.
7086         (gnus-mime-delete-part): Remove useless `or'.
7087
7088         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7089         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7090         (gnus-nov-parse-line): Use it to decode From header.
7091         (gnus-get-newsgroup-headers): Ditto.
7092         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7093
7094         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7095         (mail-decode-encoded-address-string): New alias.
7096
7097         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7098         New function.
7099         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7100         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7101         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7102         (rfc2047-decode-string): Ditto.
7103         (rfc2047-decode-address-region): New function.
7104         (rfc2047-decode-address-string): New function.
7105
7106 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * message.el (message-caesar-buffer-body): Allow rotating headers.
7109
7110         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7111
7112         * message.el (message-insert-formated-citation-line): Fix %f.
7113         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7114
7115 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7118         (gnus-bookmark-mouse-available-p): New macro.
7119         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7120         (gnus-bookmark-bmenu-show-infos): Use it.
7121         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7122         (gnus-bookmark-bmenu-hide-infos): Ditto.
7123         (gnus-bookmark-remove-properties): New function.
7124         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7125         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7126         (gnus-bookmark-write-file): Bind coding-system-for-write.
7127         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7128         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7129         group before selecting it.
7130         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7131         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7132         quit-window if it is not available; use gnus-mouse-2 and bind it to
7133         gnus-bookmark-bmenu-select-by-mouse.
7134         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7135         (gnus-bookmark-bmenu-select-by-mouse): New function.
7136
7137 2006-08-13  Romain Francoise  <romain@orebokech.com>
7138
7139         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7140         space.
7141
7142 2006-08-10  Romain Francoise  <romain@orebokech.com>
7143
7144         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7145         (dns-mode-soa-auto-increment-serial): New user option.
7146         (dns-mode-soa-maybe-increment-serial): New function.
7147         (dns-mode): Add the latter to `write-contents-functions'.
7148
7149 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * compface.el (uncompface): Use binary rather than raw-text-unix.
7152
7153 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * compface.el (uncompface): Make sure the eol conversion doesn't take
7156         place when communicating with the external programs.  Reported by
7157         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7158
7159 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7162
7163 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7164
7165         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7166         Make it more robust by parsing author and date independently.
7167
7168 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7171
7172 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7173
7174         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7175         first matching secret key.
7176         (mml2015-epg-encrypt): Ditto.
7177
7178         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7179         first matching secret key.
7180         (mml1991-epg-encrypt): Ditto.
7181
7182         * mml2015.el (mml2015-encrypt-to-self): New user option.
7183         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7184         mml2015-epg-encrypt-to-self is set.
7185
7186         * mml1991.el (mml1991-encrypt-to-self): New variable.
7187         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7188         mml1991-epg-encrypt-to-self is set.
7189
7190         * mml2015.el (mml2015-signers): New user option.
7191         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7192         (mml2015-epg-encrypt): Allow to select signing keys.
7193
7194         * mml1991.el (mml1991-signers): New variable.
7195         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7196         (mml1991-epg-encrypt): Allow to select signing keys.
7197
7198 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * nnheader.el (nnheader-insert-head): Make it work even if the file
7201         uses CRLF for the line-break code.
7202
7203 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7204
7205         * mml2015.el: Require mml-sec instead of password.
7206         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7207         (mml2015-cache-passphrase): Inherit the default value from
7208         mml-secure-cache-passphrase.
7209         (mml2015-passphrase-cache-expiry): Inherit the default value from
7210         mml-secure-passphrase-cache-expiry.
7211
7212         * mml1991.el: Require mml-sec instead of password.
7213         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7214         (mml1991-cache-passphrase): Inherit the default value from
7215         mml-secure-cache-passphrase.
7216         (mml1991-passphrase-cache-expiry): Inherit the default value from
7217         mml-secure-passphrase-cache-expiry.
7218
7219         * mml-sec.el: Require password.
7220         (mml-secure-verbose): New user option.
7221         (mml-secure-cache-passphrase): New user option.
7222         (mml-secure-passphrase-cache-expiry): New user option.
7223
7224 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7225
7226         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7227         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7228         andreas@altroot.de (Andreas Vögele).
7229
7230         FIXME: Use `tiny change'?
7231
7232 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7233
7234         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7235         workaround for the url package included with Emacs.
7236
7237         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7238
7239 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7242         correctly.  This fixes a bug caused by the 2006-05-12 change.
7243
7244 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7245
7246         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7247         some information about the error when saying that the `bogus' mail
7248         group will be used.
7249
7250 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7253         string.
7254
7255 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7256
7257         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7258
7259 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7260
7261         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7262
7263 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7264
7265         * mml1991.el (mml1991-function-alist): Add epg.
7266         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7267         (mml1991-epg-encrypt): New functions.
7268
7269 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7270
7271         * mml2015.el (mml2015-verbose): New variable.
7272         (mml2015-cache-passphrase): Ditto.
7273         (mml2015-passphrase-cache-expiry): Ditto.
7274         (mml2015-function-alist): Add epg.
7275         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7276         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7277         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7278         functions.
7279
7280 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7281
7282         * message.el (message-cite-original-1): Preserve region when removing
7283         quoted text due to X-No-Archive in order to avoid bogus attribution
7284         when citing multiple messages.
7285
7286 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7287
7288         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7289         Kenneth Jacker <khj@be.cs.appstate.edu>.
7290
7291 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * gnus-diary.el (gnus-user-format-function-d)
7294         (gnus-user-format-function-D): Autoload.
7295
7296         * imap.el (Commentary): Fix typo.
7297
7298         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7299         2006-04-22 contribution.
7300
7301 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7302
7303         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7304         It didn't really fix the bogosity I'm seeing with solid web groups.
7305
7306 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7307
7308         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7309         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7310         created using server names.  If we use the feature without declaring
7311         it, Gnus does not properly manage server and group state.
7312
7313         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7314         bound.
7315
7316 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7317
7318         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7319         looking up the method using GROUP's prefix before inventing a new one.
7320         It is used on killed/unknown groups in various places where returning
7321         an all-new method isn't expected by the caller.
7322
7323         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7324         and match semantics of gnus-group-real-prefix.
7325
7326 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * nnmail.el (nnmail-broken-references-mailers): New variable.
7329         (nnmail-ignore-broken-references): New function generalizing
7330         nnmail-fix-eudora-headers.
7331         (nnmail-fix-eudora-headers): Now obsolete.
7332
7333         * gnus-art.el (gnus-button-handle-custom): Support
7334         `customize-apropos*'.
7335
7336 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7339
7340         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7341         articles.
7342
7343 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * message.el (message-cite-reply-above): New variable.
7346         (message-yank-original): Use it.
7347
7348 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7351
7352 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7355         as read.
7356
7357         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7358
7359 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7362         (gnus-bookmark-default-file): Use gnus-directory.
7363         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7364         Remove "*" in doc string.
7365         (gnus-bookmark-write-file): Simplify.
7366         (gnus-bookmark-maybe-sort-alist): Use `when'.
7367         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7368         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7369         FIXME about Emacs 21 and XEmacs compatibility.
7370         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7371         compatibility.
7372         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7373         compatibility.
7374         (gnus-bookmark-menu-heading): Fix version.
7375
7376 2006-06-19  Bastien Guerry  <bzg@altern.org>
7377
7378         * gnus-bookmark.el: New file.
7379
7380 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * message.el (message-syntax-checks): Doc fix.
7383
7384 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7385
7386         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7387         unsubscribed groups as if they were killed ones.  It causes duplicate
7388         entries in gnus-newsrc-alist.
7389
7390 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * message.el (message-syntax-checks): Doc fix.
7393         (message-send-mail): Add check for continuation headers.
7394         (message-check-news-header-syntax): Fix regexp used to check for
7395         continuation headers.
7396
7397 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7400
7401 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7404
7405 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7408         default-truncate-lines.
7409
7410 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7413         to fill the utf-8 entry.
7414
7415         * lpath.el: Fbind unicode-precedence-list.
7416
7417 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7418
7419         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7420
7421 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7422
7423         * gnus-agent.el (directory-files-and-attributes): Move all the way
7424         forward (the third and final move).
7425         (gnus-agent-read-agentview): Trap reconstruction errors due to
7426         nonexistant directory.  Handle by returning nil.
7427
7428 2006-05-30  Didier Verna  <didier@xemacs.org>
7429
7430         * message.el (message-dont-reply-to-names): Update the custom type.
7431         * message.el (message-dont-reply-to-names): New defsubst: potentially
7432         convert a list of regexps into a single one.
7433         * message.el (message-get-reply-headers): Use it.
7434         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7435
7436 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-agent.el (directory-files-and-attributes): Move forward.
7439
7440 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * gnus-ml.el (gnus-mailing-list-subscribe)
7443         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7444         (gnus-mailing-list-message): Fix doc strings.
7445
7446 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7447
7448         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7449         of doing it manually.
7450
7451 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7454         comment.
7455
7456 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7457
7458         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7459         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7460         (gnus-agent-read-local): All symbols allocated in my-obarray.
7461         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7462         (gnus-agent-regenerate-group): Check numeric names to see if they are
7463         messages or groups.
7464         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7465         better way of do this...)
7466
7467         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7468         'dummy.group' (there should be a better way of do this...)
7469
7470 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7473         (gnus-saved-headers): Ditto.
7474         (gnus-default-article-saver): Mention functions may have properties.
7475         (gnus-article-save): Override gnus-save-all-headers and
7476         gnus-saved-headers by :headers property which saver function may have.
7477         (gnus-summary-save-in-file): Add :headers property.
7478         (gnus-summary-write-to-file): Ditto.
7479
7480         * gnus-sum.el (gnus-summary-save-article): Bind
7481         gnus-prompt-before-saving to t when saving many articles in a file;
7482         always show all headers.
7483
7484         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7485
7486 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7489         marks.
7490
7491         * message.el (message-indent-citation): Add optional arguments to allow
7492         using it outside of message buffers.
7493
7494         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7495         (gnus-article-treat-unfold-headers): Use it.
7496         (gnus-article-truncate-lines): New variable.
7497         (gnus-article-mode): Use it.
7498         (gnus-article-toggle-truncate-lines): New function.
7499
7500         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7501         gnus-article-toggle-truncate-lines.
7502
7503         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7504         coding system in XEmacs, use binary.
7505
7506 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7509         after-load-alist.
7510
7511         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7512         this function should save decoded articles.
7513         (gnus-summary-write-to-file): Use property to specify this function
7514         should save decoded articles and specify gnus-summary-save-in-file
7515         should be used to save articles other than the first one when saving
7516         many articles.
7517         (gnus-summary-save-body-in-file): Use property to specify this
7518         function should save decoded articles.
7519         (gnus-summary-write-body-to-file): Use property to specify this
7520         function should save decoded articles and specify
7521         gnus-summary-save-body-in-file should be used to save articles other
7522         than the first one when saving many articles.
7523
7524         * gnus-sum.el (gnus-summary-save-article): Simplify.
7525
7526 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-art.el (gnus-default-article-saver): Add
7529         gnus-summary-write-body-to-file.
7530         (gnus-article-save-coding-system): Don't use coding system object
7531         in XEmacs.
7532         (gnus-read-save-file-name): Add optional `dir-var' argument which
7533         specifies directory in which files are saved; work even if optional
7534         `variable' argument is not specified.
7535         (gnus-summary-write-to-file): Read file name.
7536         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7537         (gnus-summary-write-body-to-file): New function.
7538
7539         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7540         (gnus-summary-local-variables): Add it.
7541         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7542         (gnus-summary-save-article): Remove optional `decode' argument;
7543         determine whether to decode articles by the value of
7544         gnus-default-article-saver; when saving many files using
7545         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7546         it first and use gnus-summary-save-in-file or
7547         gnus-summary-save-body-in-file thereafter unless
7548         gnus-prompt-before-saving is always; move point to article which
7549         will be saved.
7550         (gnus-summary-save-article-file): Revert.
7551         (gnus-summary-write-article-file): Revert.
7552         (gnus-summary-save-article-body-file): Revert.
7553         (gnus-summary-write-article-body-file): New function.
7554
7555 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-art.el (gnus-default-article-saver): Doc fix.
7558         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7559         from gnus-summary-save-article-coding-system, and default to a
7560         certain coding system.
7561         (gnus-output-to-file): Add coding cookie and encode text according
7562         to gnus-article-save-coding-system; don't use mm-append-to-file.
7563
7564         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7565         gnus-art.el and rename to gnus-article-save-coding-system.
7566         (gnus-summary-save-article): Require gnus-art; don't show all
7567         headers if it decodes articles; don't add coding cookie here;
7568         don't bind mm-text-coding-system-for-write.
7569         (gnus-summary-save-article-file): Save decoded articles.
7570         (gnus-summary-write-article-file): When saving many files, use
7571         gnus-summary-write-to-file first and gnus-summary-save-in-file
7572         thereafter unless gnus-prompt-before-saving is always.
7573         (gnus-summary-save-article-body-file): Save decoded articles.
7574
7575         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7576
7577 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * nnrss.el (nnrss-check-group): Bind hash-index.
7580
7581 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7582
7583         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7584         its hash index.  Store this hash in `nnrss-group-data'.
7585         (nnrss-read-group-data): Update accordingly.
7586
7587 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7590         entry.
7591
7592         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7593         gnus-article-browse-html-article.
7594
7595 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7596
7597         * gnus-sum.el (gnus-summary-mime-map): Add
7598         gnus-article-browse-html-article.
7599
7600         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7601
7602 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7605         suitable coding systems in customize.
7606
7607 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * mail-source.el (mail-sources): Fix custom type.
7610
7611 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7614         (gnus-summary-expire-articles-now): Shorten prompt.
7615
7616         * gmm-utils.el (wid-edit): Require.
7617         (defun-gmm): Renamed from `gmm-defun-compat'.
7618         (gmm-image-search-load-path): Use it.
7619         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7620
7621 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7624         variable.
7625         (gnus-summary-save-article): Add optional `decode' argument.  If
7626         it is set and gnus-summary-save-article-coding-system is non-nil,
7627         save decoded article.
7628         (gnus-summary-write-article-file): Save decoded article if
7629         gnus-summary-save-article-coding-system is non-nil.
7630
7631         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7632         type.
7633
7634 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7637
7638 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7641         first to test gnus-single-article-buffer which may be buffer-local.
7642
7643         * gnus-sum.el (gnus-summary-setup-buffer): Make
7644         gnus-single-article-buffer buffer-local and nil in ephemeral
7645         group; make gnus-article-buffer, gnus-article-current, and
7646         gnus-original-article-buffer always buffer-local.
7647         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7648         group.
7649         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7650
7651 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * nnml.el (nnml-request-compact-group): Compressed files might not
7654         have .gz extension.
7655
7656 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7657
7658         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7659         (mm-copy-to-buffer): Use with-current-buffer.
7660         (mm-display-part): Simplify.
7661         (mm-inlinable-p): Add optional arg `type'.
7662
7663 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7664
7665         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7666         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7667         Try harder to show the attachment internally or externally using
7668         gnus-mime-view-part-as-type.
7669
7670 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * message.el (message-from-style, message-signature-separator)
7673         (message-user-organization-file, message-send-mail-function)
7674         (message-citation-line-function, message-yank-prefix)
7675         (message-indent-citation-function, message-signature)
7676         (message-signature-file, message-signature-insert-empty-line):
7677         Remove autoloads.
7678
7679         * gnus-art.el (gnus-buttonized-mime-types): Remove
7680         "multipart/signed".  Revert 2006-04-26 change.
7681
7682 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus.el (gnus-version-number): Bump version.
7685
7686 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7687
7688         * gnus.el: No Gnus v0.5 is released.
7689
7690 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7691
7692         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7693         fetching articles by message-id.
7694
7695 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * message.el (hashcash): Require hashcash as normal.
7698
7699         * ecomplete.el (ecomplete-highlight-match-line): Use
7700         point-at-eol.
7701         (ecomplete-highlight-match-line): Use `highlight', because that
7702         face exists in both Emacs and XEmacs.
7703
7704         * message.el (message-display-abbrev): Use point-at-bol.
7705
7706         * mail-source.el: Don't require timer/timer-funcs.
7707
7708         * gnus-async.el: Ditto.
7709
7710         * password.el: Ditto.
7711
7712         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7713
7714         * mm-url.el: Ditto.
7715
7716         * gnus-xmas.el: Don't require timer-funcs.
7717
7718         * mm-util.el: Require timer/timer-funcs.
7719
7720 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7721
7722         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7723         Close.
7724
7725 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7728         unibyte after clear-decrypt function runs.
7729
7730         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7731         returns as a unibyte string.
7732
7733 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * lpath.el: Revert.
7736
7737         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7738         (pgg-gpg-process-sentinel): Revert.
7739
7740         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7741         (pgg-pgp-lookup-key): Revert.
7742
7743         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7744         (pgg-pgp5-lookup-key): Revert.
7745
7746         * pgg.el (pgg-fetch-key): Revert.
7747
7748 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * lpath.el: Fbind string-as-multibyte for XEmacs.
7751
7752         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7753         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7754         (mml1991-pgg-encrypt): Ditto.
7755
7756         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7757         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7758         a multibyte buffer.
7759
7760         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7761         (pgg-pgp-lookup-key): Ditto.
7762
7763         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7764         (pgg-pgp5-lookup-key): Ditto.
7765
7766         * pgg.el (pgg-fetch-key): Ditto.
7767
7768 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * message.el (message-user-organization-file): Check several
7771         locations of the organization file.
7772
7773         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7774         Add gnus-article-view-part-as-type.
7775
7776         * gnus-art.el (gnus-article-view-part-as-type): New function.
7777
7778         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7779         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7780
7781         * mml.el: Simplify autoload.
7782         (mml-mode): defvar dnd-protocol-alist instead of using
7783         symbol-value.
7784         (mml-default-directory): New variable.
7785         (mml-minibuffer-read-file): Use it.
7786         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7787
7788         * message.el (message-citation-line-format): New variable.
7789         (message-insert-formated-citation-line): New function.
7790         (message-citation-line-function): Add
7791         `message-insert-formated-citation-line' to custom type.
7792
7793         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7794         to doc string.
7795
7796         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7797         depending on mm-verify-option.
7798
7799 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7802         binding pgg-* variables; reimplement the section which prevents
7803         MIME header from being signed.
7804         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7805         pgg-text-mode; remove a blank line at the top of body.
7806
7807         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7808         lines at the top of body; use gnus-newsgroup-charset if there's no
7809         Charset header.
7810
7811 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * message.el (message-self-insert-commands): Doc fix.
7814
7815         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7816         (mm-uu-pgp-encrypted-test): Ditto.
7817         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7818         between header and body; return application/pgp-encrypted handle
7819         if decryption failed; decode decrypted body by charset.
7820
7821         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7822         element match to application/pgp-*.
7823
7824 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7825
7826         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7827         HTML.
7828
7829 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7830
7831         * mail-source.el (mail-source-call-script): Message the error
7832         string.
7833
7834 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7835
7836         * gnus-util.el (gnus-byte-compile): Use it.
7837
7838 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7839
7840         * gnus-util.el (kill-empty-logs): New function.
7841
7842 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * message.el (message-mail-alias-type): Doc fix.
7845         (message-mail-alias-type-p): New function.
7846         (message-send): Use it.
7847         (message-mode): Ditto.
7848         (message-strip-forbidden-properties): Ditto.
7849
7850         * ecomplete.el (ecomplete-database-file-coding-system): New
7851         variable.
7852         (ecomplete-save): Use it.
7853         (ecomplete-setup): Use it.
7854
7855 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * message.el (message-self-insert-commands): New variable.
7858         (message-strip-forbidden-properties): Use it.
7859
7860 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7863         that doesn't make XEmacs choke.
7864
7865 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * gnus-util.el (gnus-replace-in-string):
7868         Prefer replace-regexp-in-string over of replace-in-string.
7869
7870 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-util.el (gnus-select-frame-set-input-focus):
7873         Use select-frame-set-input-focus if it is available in XEmacs; use
7874         definition defined in Emacs 22 for old Emacsen.
7875
7876         * dgnushack.el: Autoload unmorse-region for XEmacs.
7877
7878         * lpath.el: Bind cursor-in-non-selected-windows and
7879         select-frame-set-input-focus for XEmacs.
7880
7881 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7884
7885 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7886
7887         * gnus-registry.el (gnus-registry-cache-save): Remove text
7888         properties when saving via the temp buffer.
7889
7890 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * message.el (message-generate-hashcash): Honor custom type.
7893
7894 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * message.el (message-generate-hashcash): Default to non-nil when
7897         hashcash is found.
7898
7899         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7900         (gnus-refer-thread-limit): Increase default to 500.
7901
7902         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7903
7904         * flow-fill.el (fill-flowed): Allow delete-space.
7905
7906 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7909         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7910         Remove autoloads.
7911
7912 2006-04-18  Simon Josefsson  <jas@extundo.com>
7913
7914         * message.el (message-generate-hashcash): Default to.
7915
7916 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7919         concatenating segments rather than before concatenating them.
7920
7921 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7924
7925 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926
7927         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7928
7929         * message.el (message-forward-make-body-plain): Allow
7930         message-forward-ignored-headers to be a list.
7931         (message-remove-ignored-headers): Factor out into function.
7932         (message-forward-make-body-mml): Use it.
7933
7934         * imap.el (imap-quote-specials): New function.
7935         (imap-login-auth): Quote specials.
7936
7937         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7938         (rfc2231-parse-string): Allow concatanation of parameters that
7939         aren't contiguous.  The test case is
7940           (mail-header-parse-content-type "message/external-body;
7941             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7942             access-type=LOCAL-FILE;
7943             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7944
7945 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7946
7947         * nntp.el (nntp-accept-process-output): Return the value of
7948         `nnheader-accept-process-output'.
7949
7950 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7953         (gnus-button-alist): Recognize more diff formats.
7954         (gnus-button-patch): Strip directory.
7955
7956 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7959         Emacs 22 when setting focus.
7960
7961 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * gnus-art.el (gnus-article-treat-types): Do treatment of
7964         text/x-verbatim parts.
7965         (gnus-button-patch): New command.
7966
7967         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7968         addresses that contain invalid characters.
7969
7970 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971
7972         * message.el (message-put-addresses-in-ecomplete): Use
7973         gnus-replace-in-string.
7974         (message-is-yours-p): Use the more correct
7975         mail-header-parse-address instead of
7976         mail-extract-address-components.
7977         (message-put-addresses-in-ecomplete): Fix typo.
7978
7979         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7980         keystroke.
7981
7982         * gnus-art.el (gnus-treatment-function-alist): Change order of
7983         newsgroups/generic header folding to avoid double-folding.
7984
7985         * message.el (message-hidden-headers): Add X-Draft-From.
7986
7987         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7988         command.
7989         (gnus-summary-repeat-search-article-backward): New command.
7990
7991         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7992         groups in the parent topic.
7993
7994 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7995
7996         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7997         (spam-extra-header-to-number): Return the CRM114 number as a
7998         number instead of a string.
7999
8000 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * gnus-art.el (gnus-face-properties-alist): Moved here from
8003         gnus-fun.
8004
8005         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8006
8007 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008
8009         * message.el (message-strip-forbidden-properties): Only display on
8010         self-insert-command.
8011
8012         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8013         reindent.
8014         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8015
8016 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8017
8018         * smiley.el (smiley-style): Fix typo.
8019
8020 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021
8022         * hashcash.el (hashcash-insert-payment-async-2): Use
8023         message-goto-eoh instead of doing it manually.
8024         (mail-add-payment): Use message-narrow-to-header instead of trying
8025         to do the same itself.
8026
8027         * message.el (message-hidden-headers): Add Face.
8028
8029         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8030         reparenting code.
8031         (gnus-summary-reparent-children): Refactored out code.
8032         (gnus-summary-thread-map): New keystroke.
8033         (gnus-summary-reparent-children): Make into command.
8034
8035         * smiley.el (smiley-style): Default to `medium' if using a large
8036         font.
8037
8038         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8039         does it itself.
8040
8041         * message.el (message-point-in-header-p): Simplify definition.
8042
8043 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * nnagent.el (nnagent-request-set-mark): Silence log file
8046         writing.
8047         (nnagent-request-set-mark): Use write-region instead of
8048         append-to-file.
8049
8050         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8051         strange select method.
8052
8053         * ecomplete.el (ecomplete-display-matches): Get highlightling
8054         right.
8055         (ecomplete-display-matches): Use literals.
8056         (ecomplete-display-matches): Disable message logging.
8057
8058         * message.el (message-display-abbrev): Small optimization.
8059
8060         * ecomplete.el (ecomplete-display-matches): Allow automatic
8061         display.
8062
8063         * message.el (message-strip-forbidden-properties): Display
8064         abbrevs.
8065         (message-display-abbrev): Get automatic display right.
8066
8067         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8068         keystrokes.
8069
8070 2006-04-13  Romain Francoise  <romain@orebokech.com>
8071
8072         TODO: Backport to v5-10!
8073
8074         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8075         Moved here (and renamed) from gnus-registry.el.
8076
8077         * gnus-registry.el: Require gnus-util.
8078         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8079
8080 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * gnus-group.el (gnus-group-catchup-current): Change
8083         if-then-else-if-then-else into cond.
8084         (gnus-group-catchup): Indent.
8085         (group-name-at-point): New function.
8086         (gnus-fetch-group): Provide default from thing at point.
8087
8088 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * message.el (message-display-abbrev): Fix regexp.
8091
8092         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8093         choosing.
8094         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8095         dead variables.
8096
8097         * message.el (message-newline-and-indent): Remove debugging.
8098         (message-display-abbrev): Use new implementation.
8099
8100 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-art.el (gnus-article-mode): Set
8103         cursor-in-non-selected-windows to nil.
8104
8105         * smiley.el: Revert previous change.
8106         (smiley-data-directory): defvar it before using it in the
8107         defcustom of `smiley-style'.
8108
8109 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * message.el (message-newline-and-indent): New function.
8112
8113         * ecomplete.el: Implement more bits.
8114
8115         * message.el (message-put-addresses-in-ecomplete): Clean up the
8116         string.
8117
8118         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8119
8120         * gnus-sum.el (gnus-summary-save-parts): Bind
8121         gnus-summary-save-parts-counter and use it to make unique file
8122         names.
8123
8124         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8125
8126         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8127         parameter to say whether to actually parse the individual
8128         addresses.
8129
8130         * message.el (message-put-addresses-in-ecomplete): New function.
8131         (ecomplete): Require.
8132         (message-mail-alias-type): Add ecomplete as an option.
8133
8134 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8135
8136         * flow-fill.el (fill-flowed): Remove trailing space from blank
8137         quoted lines.
8138
8139 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * smiley.el (smiley-style): Move definition later to avoid a
8142         compilation warning.
8143
8144 2006-04-12  Kenichi Handa  <handa@m17n.org>
8145
8146         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8147         buffer and then decode the buffer text if necessary.
8148         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8149         first, and after mm-encode-body, change the buffer to unibyte.
8150         Use mm-disable-multibyte instead of set-buffer-multibyte.
8151
8152 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8155         Content-Type header instead of Content-Disposition header.
8156         (gnus-mime-inline-part): Ditto.
8157         (gnus-mime-view-part-as-charset): Ignore charset that the part
8158         specifies.
8159
8160         * mm-decode.el (mm-display-part): Work with external parts and
8161         usual parts similarly.
8162
8163         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8164         instead of gnus-display-mime.
8165
8166         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8167         instead of with-temp-buffer.
8168
8169         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8170         tag to summarized topics part in order to encode non-ASCII text.
8171
8172 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * smiley.el (smiley-style): New variable.
8175         (smiley-directory): New function.
8176         (smiley-data-directory): Derive from `smiley-style' using
8177         `smiley-directory'.
8178         (smiley-regexp-alist): Add new entries.
8179
8180         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8181         (gnus-article-browse-delete-temp): Add :version.
8182
8183 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8184
8185         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8186         the sieve region.
8187
8188 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * gnus.el (gnus-version-number): Bump version.
8191
8192 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * gnus.el: No Gnus v0.4 is released.
8195
8196 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8199         layout.
8200
8201         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8202         unknown charset.
8203
8204         * message.el (message-header-synonyms): Add Original-To to the
8205         default.
8206
8207         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8208         optional parameter.
8209
8210 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * gnus-fun.el (gnus): Require it for gnus-directory.
8213
8214 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8217
8218 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8219
8220         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8221
8222 2006-04-05  Simon Josefsson  <jas@extundo.com>
8223
8224         * password.el (password-reset): New function.
8225
8226 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8227
8228         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8229         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8230
8231 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8232
8233         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8234         Some whitespace was matched into the url, which broke browsing hits
8235         > 100 when mm-url-use-external was nil.
8236
8237 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8240         gnus-extra-headers for 'Newsgroups.
8241
8242         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8243         bound.
8244
8245 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8246
8247         * pgg-gpg.el: Clean up process buffers every time gpg processes
8248         complete.
8249
8250 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8253         doc string.
8254
8255 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8256
8257         * pgg-gpg.el (pgg-gpg-process-filter)
8258         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8259
8260         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8261         lines, temporary fix.
8262
8263 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8266
8267 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8268
8269         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8270         default-enable-multibyte-characters.  This reverts the change from
8271         revision 6.17 which is no longer necessary because the passphrase
8272         is sent separately now.  GnuPG messages are unreadable under
8273         multibyte locales with default-enable-multibyte-characters set to
8274         nil.
8275
8276 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * message.el (message-tool-bar-gnome): Move "spell".
8279
8280 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8283         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8284         instead.
8285
8286 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8287
8288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8289         newsgroups handling for NNTP overviews which don't include
8290         Newsgroups.
8291
8292 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8293
8294         * message.el (message-resend): Bind message-generate-hashcash to nil.
8295
8296 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8297
8298         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8299         when searching for already-paid recipients.
8300
8301 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8302
8303         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8304         passphrases when it is not needed.
8305         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8306         passphrase stuff from gpg, should only be necessary when you use
8307         gpg with a smartcard.
8308
8309 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * mml.el (mml-insert-mime): Ignore cached contents of
8312         message/external-body part.
8313
8314         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8315         (mm-insert-part): Ditto.
8316
8317 2006-03-23  Simon Josefsson  <jas@extundo.com>
8318
8319         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8320         Reiner.
8321         (pgg-gpg-use-agent-p): Use it again.
8322
8323 2006-03-23  Simon Josefsson  <jas@extundo.com>
8324
8325         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8326         older emacsen.
8327         (pgg-gpg-use-agent-p): Don't use it.
8328
8329 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8332         if we can.
8333
8334 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8335
8336         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8337         (pgg-gpg-update-agent): New function.
8338         (pgg-gpg-use-agent-p): New function.
8339         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8340         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8341         (pgg-gpg-sign-region): Use it.
8342
8343 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8346         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8347
8348 2006-03-21  Simon Josefsson  <jas@extundo.com>
8349
8350         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8351         <wilde@sha-bang.de>.
8352         (pgg-gpg-use-agent): New variable.
8353         (pgg-gpg-process-region): Use it.
8354         (pgg-gpg-encrypt-region): Likewise.
8355         (pgg-gpg-encrypt-symmetric-region): Likewise.
8356         (pgg-gpg-decrypt-region): Likewise.
8357         (pgg-gpg-sign-region): Likewise.
8358         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8359
8360 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8363
8364         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8365         Add comment on version.
8366
8367 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * smiley.el: Add missing test smiley.
8370
8371 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * mm-decode.el (mm-with-part): New macro.
8374         (mm-get-part): Use it; work with message/external-body as well.
8375         (mm-save-part): Treat name and filename equally.
8376
8377         * mm-extern.el (mm-extern-cache-contents): New function.
8378         (mm-inline-external-body): Use it; force the part to be displayed;
8379         move undisplayer added to the cached handle to the parent.
8380
8381         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8382         (gnus-mime-view-part-as-type): Work with message/external-body.
8383
8384         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8385
8386 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8389         images in image-load-path.  [Sync with image.el, revision 1.60, in
8390         Emacs.]
8391
8392 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8395         path rather than symbol.  Always return list of directories.
8396         Guarantee that image directory comes first.  [Sync with image.el,
8397         revision 1.59, in Emacs.]
8398
8399         * message.el (message-make-tool-bar): Adjust to new API of
8400         `gmm-image-load-path-for-library'.
8401
8402         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8403
8404         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8405
8406 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8407
8408         * gnus-art.el (gnus-article-only-boring-p):
8409         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8410         intangible text.
8411         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8412
8413 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8416         `defun' instead of `gmm-defun-compat'.
8417
8418 2006-03-14  Simon Josefsson  <jas@extundo.com>
8419
8420         * message.el (message-unique-id): Don't use message-number-base36
8421         if (user-uid) is a float.
8422         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8423
8424 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8427
8428         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8429         empty line between a part and a message part.
8430
8431 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * smiley.el: Add more test smileys.
8434         (smiley-data-directory, smiley-regexp-alist)
8435         (gnus-smiley-file-types): Fix doc strings.
8436         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8437         adding new elements.
8438         (smiley-mouse-map): Unused code.  Make it a comment.
8439
8440 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8443         scan latest NoCeM messages instead of old ones.
8444         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8445         delimiters that are recently used.
8446         (gnus-nocem-load-cache): Add autoload cookie.
8447
8448         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8449
8450         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8451         level which is larger than gnus-use-nocem is specified.
8452
8453         * gnus-group.el (gnus-group-get-new-news): Ditto.
8454
8455 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * gnus-util.el (gnus-tool-bar-update): New function.
8458
8459         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8460         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8461
8462         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8463
8464         * gnus-group.el (gnus-group-redraw-when-idle)
8465         (gnus-group-redraw-check): Remove.
8466         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8467
8468 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8471         if optional last element is specified in splits (FIELD VALUE...).
8472
8473 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8476         to gmm-image-load-path-for-library.  Call with no-error argument.
8477         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8478
8479         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8480
8481         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8482
8483         * gmm-utils.el (gmm-image-load-path): Remove alias.
8484
8485 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * gmm-utils.el (gmm-image-load-path): Add alias.
8488
8489         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8490         nnml-generate-nov-databases-1.
8491         (nnml-generate-nov-databases): Use it.
8492         (nnml-generate-nov-databases-directory): Document no-active
8493         argument.
8494
8495         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8496         directory if path is t.  Add no-error.
8497
8498         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8499         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8500
8501         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8502         resetting gnus-article-browse-html-temp-list.
8503
8504         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8505         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8506         Add example to docstring.  Rename local variables.  Move error
8507         checks to default case in cond and simplify.
8508
8509 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8512         handle is multipart when calling it recursively.
8513         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8514
8515 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8516
8517         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8518         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8519
8520 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8523         is loaded.
8524
8525         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8526         loaded.
8527
8528 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8531         to "Emacs 23 (unicode)" in doc string.
8532
8533         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8534         "Emacs 23 (unicode)" in comment.
8535
8536 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8539
8540         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8541         characters 160 through 255 in Emacs 23.
8542
8543 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8546         gnus-article-browse-html-temp.
8547         (gnus-article-browse-delete-temp): Make it customizable.  Add
8548         `file'.  Adjust doc string.
8549         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8550         query for each file.  Adjust doc string.
8551         (gnus-article-browse-html-parts): Add
8552         `gnus-article-browse-delete-temp-files' to
8553         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8554
8555 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8556
8557         * gnus-art.el (gnus-article-browse-html-temp)
8558         (gnus-article-browse-delete-temp): New variables.
8559         (gnus-article-browse-delete-temp-files): New function.
8560         (gnus-article-browse-html-parts): Use it.
8561
8562 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8565
8566         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8567         string.
8568
8569         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8570         gnus-summary-insert-new-articles when unplugged.  Remove
8571         gnus-summary-search-article-forward.
8572
8573         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8574         display-visual-class instead of display-color-cells.
8575
8576 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * dgnushack.el: Autoload customize-group for XEmacs.
8579
8580         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8581         message/* containing non-ASCII text properly.
8582
8583 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * message.el: Require gmm-utils, remove autoloads.
8586         (message-tool-bar): Set default based on
8587         gmm-tool-bar-style.
8588         (message-tool-bar-gnome): Add gmm-customize-mode.
8589
8590         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8591         gmm-tool-bar-style.
8592         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8593
8594         * gnus-group.el (gnus-group-tool-bar): Set default based on
8595         gmm-tool-bar-style.
8596         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8597
8598         * gmm-utils.el (gmm-image-directory): Rename variable from
8599         gmm-image-load-path.
8600         (gmm-image-load-path): Use gmm-image-directory.
8601         (gmm-customize-mode): New function.
8602         (gmm-tool-bar-style): New variable.
8603
8604         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8605         gnus-group-redraw-line-number.
8606         (gnus-group-redraw-check): Simplify.
8607         (gnus-group-tool-bar-update): Remove redraw check.
8608         (gnus-group-make-tool-bar): Add redraw check.
8609
8610 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8611
8612         * gnus-art.el (gnus-button): Add missing parentheses.
8613
8614 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * lpath.el: Fbind line-number-at-pos.
8617
8618 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8621
8622 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * gnus-art.el (gnus-button): New face.
8625         (gnus-article-button-face): Use it.
8626
8627         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8628         gnus-summary-next-page.  Re-order.
8629
8630         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8631         next-node are now included.
8632         (gnus-group-redraw-line-number): New internal variable.
8633         (gnus-group-redraw-check): Helper function for updating the tool
8634         bar.
8635         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8636
8637         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8638
8639         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8640         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8641         Use it to match format of Spamassassin 3.0 and later.  Reported by
8642         IRIE Tetsuya <irie@t.email.ne.jp>.
8643         (spam-check-bogofilter)
8644         (spam-bogofilter-register-with-bogofilter): Fix args of
8645         `gnus-error' calls.
8646
8647 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8650         unnecessary interaction when sending queued mails.  Reported by
8651         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8652
8653 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8656         first or last are nil.
8657
8658 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8659
8660         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8661
8662 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8665
8666 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * dns.el (query-dns): Protect more against buggy tcp output.
8669
8670 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8673         nov.php.
8674
8675 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8676
8677         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8678         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8679         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8680         output on the server side.
8681         (nnweb-google-create-mapping): Update regexps and add some
8682         progress indication.
8683
8684 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8687         gnus-agent-toggle-plugged.  Re-order icons.
8688         (gnus-group-tool-bar-gnome): Add
8689         gnus-group-{prev,next}-unread-group.
8690         (gnus-group-tool-bar-gnome): Re-order icons.
8691
8692         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8693         gnus-summary-insert-new-articles.
8694
8695         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8696         comments.
8697
8698         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8699         also available in Emacs 21.3.
8700
8701         * message.el (message-fix-before-sending): Change "Emacs 22" to
8702         "Emacs 23 (unicode)" in comment.
8703
8704         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8705         "Emacs 23 (unicode)" in comment.
8706
8707         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8708         comment.
8709         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8710
8711         * mm-view.el (mm-fill-flowed): Add :version.
8712
8713 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8716         and load-path.
8717
8718 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * message.el: Autoload gmm-image-load-path.
8721         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8722         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8723         consitency.
8724
8725         * gmm-utils.el (gmm-image-load-path): Also search in
8726         "../etc/images".  Don't set gmm-image-load-path if we don't find
8727         the image.
8728
8729 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gmm-utils.el (gmm-image-load-path): Don't make
8732         `gmm-image-load-path' include subdirectories which the second arg
8733         `image' might specify.
8734
8735         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8736         subdirectory to icon file names.
8737
8738         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8739
8740 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8743         gmm-image-load-path calls.
8744
8745         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8746
8747         * message.el (message-make-tool-bar): Ditto.
8748
8749         * mml.el (mml-preview): Added comment concerning tool bar icons.
8750
8751         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8752         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8753
8754         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8755         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8756
8757         * message.el (message-tool-bar-gnome): Use new icon names.
8758         (message-make-tool-bar): Use `gmm-image-load-path'.
8759
8760         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8761         functions from MH-E.
8762         (gmm-image-load-path): New variable from MH-E.
8763         (gmm-image-load-path): New function from MH-E.  Added arguments
8764         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8765         *-image-load-path-called-flag.
8766
8767 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8768
8769         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8770
8771 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8772
8773         * nnimap.el (nnimap-request-move-article): Change folder back to
8774         source group before deleting.
8775
8776 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8779
8780         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8781         mm-url.
8782
8783         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8784
8785 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8788         coding system which mm-charset-to-coding-system returns for a
8789         given charset is valid.
8790
8791 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8792
8793         * html2text.el (html2text-remove-tag-list):
8794         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8795
8796 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8797
8798         * gnus-cus.el: Revert 2005-10-17 change.
8799
8800 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-art.el (article-strip-banner): Call
8803         article-really-strip-banner only when the regexp match is made.
8804
8805 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (article-strip-banner): Use
8808         gnus-extract-address-components instead of
8809         mail-header-parse-addresses to make it work with non-ASCII text;
8810         remove mail-encode-encoded-word-string.
8811
8812         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8813         values which are surrounded with \"...\"; make it never cause a
8814         Lisp error; give up parsing of parameters if it failed in
8815         extracting type.
8816
8817 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8818
8819         * smime.el (smime-cert-by-ldap-1): Fix bug where
8820         `smime-ldap-search' returns results without userCertificates.
8821
8822 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8825
8826 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * spam.el (spam-check-spamassassin-headers): Adapt format for
8829         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8830         <ari@mbf.ocn.ne.jp>.
8831         (spam-list-of-processors): Add spam-use-gmane.
8832
8833 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8836         make-temp-file; make it work with XEmacs as well.
8837
8838         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8839         mm-make-temp-file.
8840
8841         * mm-decode.el (mm-display-external): Use the 3rd arg of
8842         mm-make-temp-file.
8843         (mm-create-image-xemacs): Ditto.
8844
8845 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8848         with message-narrow-to-headers.
8849         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8850         (gnus-draft-check-draft-articles): New function.
8851         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8852
8853 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-art.el (gnus-article-browse-html-parts):
8856         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8857         Don't use suffix argument for mm-make-temp-file for Emacs 21
8858         compatibility.  Remove useless `format'.
8859
8860 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8861
8862         * nnweb.el (nnweb-google-wash-article): Update regexps.
8863         (nnweb-group-alist): Use defvoo instead of defvar.
8864
8865 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8868         re-loading nn* modules.
8869
8870 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8873         for `tool-bar-mode' and don't check it's default-value.
8874
8875         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8876
8877         * message.el (message-make-tool-bar): Ditto.
8878
8879         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8880         `substring'.  Shorten tmp-file name.
8881
8882         * gnus.el: Remove bogus comment.
8883
8884 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8885
8886         * gnus-art.el (gnus-article-browse-html-parts): New function.
8887         (gnus-article-browse-html-article): New function for viewing html
8888         articles with a browser.
8889
8890 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8891
8892         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8893         in elisp.
8894         (pgg-gpg-encrypt-symmetric-region): Ditto.
8895         (pgg-gpg-sign-region): Ditto.
8896
8897         * pgg-def.el (pgg-text-mode): New variable.
8898
8899         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8900         (mml2015-pgg-encrypt): Ditto.
8901
8902         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8903         (mml1991-pgg-encrypt): Ditto.
8904
8905 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8908         message-make-date instead of current-time-string.
8909
8910         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8911         to gnus-decoded which mm-uu might set.
8912
8913 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8916         don't decode quoted parameters; remove misimported Emacs code.
8917         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8918         (rfc2231-decode-encoded-string): Don't use split-string which
8919         behaves differently according to Emacs version; use
8920         mm-decode-coding-region to convert charset to coding-system.
8921         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8922         (rfc2231-encode-string): Remove misimported Emacs code.
8923
8924 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8927         when calling mail-header-parse-content-type.
8928         (article-de-quoted-unreadable): Ditto.
8929         (article-de-base64-unreadable): Ditto.
8930         (article-wash-html): Ditto.
8931
8932         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8933         calling mail-header-parse-content-type and
8934         mail-header-parse-content-disposition.
8935         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8936         mail-header-parse-content-type.
8937
8938         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8939         insert charset and format parameters; encode description after
8940         inserting it to buffer.
8941         (mml-insert-parameter): Fold lines properly even if a parameter is
8942         segmented into two or more lines; change the max column to 76.
8943
8944         * rfc1843.el (rfc1843-decode-article-body): Don't use
8945         ignore-errors when calling mail-header-parse-content-type.
8946
8947         * rfc2231.el (rfc2231-parse-string): Return at least type if
8948         possible; don't cause an error even if it fails in parsing of
8949         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8950         (rfc2231-encode-string): Don't break lines at the beginning, leave
8951         it to mml-insert-parameter.
8952
8953         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8954         calling mail-header-parse-content-type.
8955
8956 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * spam-report.el (spam-report-gmane-use-article-number):
8959         Improve doc string.
8960         (spam-report-gmane-internal): Check if a suitable header was found
8961         in the article.
8962
8963 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8966         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8967
8968 2006-02-05  Romain Francoise  <romain@orebokech.com>
8969
8970         Update copyright notices of all files in the gnus directory.
8971
8972 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8973
8974         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8975
8976 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8979         segmented lines of parameter value to cope with Thunderbird 1.5
8980         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8981         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8982         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8983
8984 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8985
8986         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8987         parts.
8988
8989 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8990
8991         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8992         there's only one active file for all servers.
8993         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8994         solid groups.  Gnus might have used a FAST request to select the group.
8995         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8996         and nnweb-search redundantly in the active file.
8997         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8998         (nnweb-request-create-group): Don't use ARGS.
8999         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9000         initialisations.  Let nnoo do the work.
9001
9002 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9005         Say the part has been decoded.
9006
9007         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9008
9009 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9010
9011         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9012         mailcap-viewer-test-cache when there's no 'test clause, since that
9013         will invert the meaning of a "nil" test previously determined by
9014         mailcap-mailcap-entry-passes-test.
9015
9016 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9019         compiling.
9020
9021         * gnus-sum.el: Ditto.
9022
9023         * message.el: Don't bind tool-bar-map when compiling.
9024
9025 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9028
9029 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9030
9031         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9032         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9033         current Google Groups.
9034
9035 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9038         and tool-bar-mode.
9039
9040         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9041         and tool-bar-mode.
9042
9043         * message.el (message-tool-bar-update): Simplify.
9044         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9045
9046         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9047         gnus-summary-buffer.
9048         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9049         gnus-summary-reply.
9050
9051         * gmm-utils.el (gmm): Add :version.
9052
9053 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * Makefile.in (clean): New rule.
9056         (distclean): Use it.
9057
9058 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9059
9060         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9061         autoload.
9062
9063 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gmm-utils.el (gmm-verbose): Add :group.
9066
9067 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * message.el: Change some comments WRT tool-bars.
9070
9071         * gnus-sum.el (gnus-summary-tool-bar)
9072         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9073         (gnus-summary-tool-bar-zap-list): New variables.
9074         (gnus-summary-make-tool-bar): Complete rewrite using
9075         `gmm-tool-bar-from-list'.
9076
9077         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9078         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9079         variables.
9080         (gnus-group-make-tool-bar): Complete rewrite using
9081         `gmm-tool-bar-from-list'.
9082         (gnus-group-tool-bar-update): New function.
9083
9084         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9085
9086 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9089         is dissected into a single part of which the type is the same as
9090         the given one; decode charset.
9091
9092 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9093
9094         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9095         into alists as symbol not string, since that's what
9096         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9097         look for.
9098
9099 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9102         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9103
9104         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9105
9106 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9109         (gnus-xmas-mime-security-button-menu): New function.
9110
9111         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9112         (gnus-mime-security-button-menu): New definition.
9113         (gnus-mime-security-button-map): Use them.
9114         (gnus-mime-security-button-menu): New function.
9115         (gnus-insert-mime-security-button): Addition to help echo.
9116         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9117         (gnus-mime-security-pipe-part): New functions.
9118
9119         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9120         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9121
9122         * mm-decode.el (mm-handle-set-disposition): Remove.
9123         (mm-handle-set-description): Remove.
9124
9125 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9128         (mm-w3m-standalone-supports-m17n-p): New function.
9129         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9130         w3m usage.
9131
9132         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9133         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9134
9135 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9136
9137         * message.el (message-tool-bar-zap-list): Use
9138         gmm-tool-bar-zap-list as custom type.
9139         (message-tool-bar-update): New function.
9140         (message-tool-bar, message-tool-bar-gnome)
9141         (message-tool-bar-retro): Add message-tool-bar-update.
9142         (message-tool-bar-gnome): Add flyspell-buffer.
9143
9144         * gnus-util.el (gnus-error): Describe `args'.
9145
9146         * gmm-utils.el (gmm-error): Describe `args'.
9147         (gmm-tool-bar-zap-list): New widget.
9148         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9149
9150 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9153         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9154         the number of recursive calls.
9155
9156         * mm-decode.el (mm-handle-set-disposition): New macro.
9157         (mm-handle-set-description): New macro.
9158
9159 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9162         encoding.
9163
9164 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * message.el (message-tool-bar-zap-list, message-tool-bar)
9167         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9168         (message-tool-bar-local-item-from-menu): Remove.
9169         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9170         (message-make-tool-bar): New function.
9171         (message-mode): Use `message-make-tool-bar'.
9172
9173         * gmm-utils.el: New file.
9174         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9175         (gmm-lazy): New widget copied from `nnmail.el'.
9176         (gmm-tool-bar-from-list): New function for creating customizable
9177         tool bars.
9178         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9179         output.
9180         (gmm): Add :prefix to defgroup.
9181
9182 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9183
9184         * gmm-utils.el (gmm-widget-p): New function.
9185
9186 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * mml.el (mml-attach-file): Describe `description' in doc string.
9189         (mml-menu): Add Emacs MIME manual and PGG manual.
9190
9191 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9192
9193         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9194
9195 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9196
9197         * nntp.el (nntp-end-of-line): Doc fix.
9198
9199 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9200
9201         * imap.el (imap-open): Handle case where buffer is a buffer
9202         object.
9203
9204 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9205
9206         * gnus-delay.el (gnus-delay): Don't autoload.
9207         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9208         to be re-loaded when customizing the `gnus-delay' group.
9209
9210 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9211
9212         * message.el (message-insert-citation-line): Use newlines.
9213
9214 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9215
9216         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9217         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9218         these routines, so the passphrase can be managed externally and
9219         passed in to the system.
9220         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9221         pgg-add-passphrase-to-cache function.
9222
9223         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9224         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9225         these routines, so the passphrase can be managed externally and
9226         passed in to the system.
9227         (pgg-pgp5-sign-region): Use new name of
9228         pgg-add-passphrase-to-cache function.
9229
9230 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9231
9232         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9233         part of the decoded armor to find the key-identifier.
9234         (pgg-gpg-lookup-key-owner): New function to return the
9235         human-readable identifier of a key owner.
9236         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9237         itself.
9238         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9239         the key value) if we have a key and can match it against a secret
9240         key.  Also, added a note pointing out fact that the prompt only
9241         indicates the first matching key.
9242
9243         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9244         pgg-decrypt-region.
9245         (pgg-add-passphrase-to-cache): Rename from
9246         `pgg-add-passphrase-cache' to reduce confusion (all callers
9247         changed).
9248         (pgg-remove-passphrase-from-cache): Rename from
9249         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9250         changed).
9251         (pgg-read-passphrase, pgg-add-passphrase-cache)
9252         (pgg-remove-passphrase-cache): Add informative docstrings.
9253         (pgg-decrypt): Convey provided passphrase in subordinate call to
9254         pgg-decrypt-region.
9255
9256 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9257
9258         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9259         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9260         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9261         'passphrase' argument, so the passphrase can be managed externally
9262         and then passed in to the system.
9263
9264         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9265         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9266         so the passphrase cache can be used reliably with identifiers
9267         besides a pgp packet's key id.
9268
9269         * pgg-gpg.el (pgg-gpg-encrypt-region)
9270         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9271         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9272         these routines, so the passphrase can be managed externally and
9273         passed in to the system.
9274
9275         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9276         'notruncate' argument, so the passphrase cache can be used
9277         reliably with identifiers besides a pgp packet's key id.
9278
9279 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9280
9281         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9282         symmetric encryption.
9283         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9284         encrypted session key.
9285         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9286         message ask for the passphrase in a proper way.
9287
9288         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9289         New user commands for symmetric encryption.
9290
9291 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9294
9295         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9296
9297 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9298
9299         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9300
9301 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * mm-decode.el (mm-inlined-types): Add application/pgp.
9304         (mm-automatic-display): Ditto.
9305
9306         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9307         part as text.
9308
9309 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * nnrss.el: Update copyright.
9312         (nnrss-opml-import): Query whether to subscribe to each entry.
9313
9314         * gnus-art.el:
9315         * gnus-sum.el:
9316         * gnus-xmas.el:
9317         * messagexmas.el:
9318         * mm-uu.el:
9319         * mm-view.el: Update copyright.
9320
9321 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * message.el (message-info): New function.
9324         (message-mode-menu): Add it.
9325         Update copyright.
9326
9327         * ChangeLog: Fix and update copyright.
9328
9329 2006-01-13  Romain Francoise  <romain@orebokech.com>
9330
9331         * message.el (message-forward-subject-name-subject): Prefer the
9332         address to 'nowhere' if the sender has no name.
9333         Fix typo.  Update copyright year.
9334
9335 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-art.el (article-wash-html): Use
9338         gnus-summary-show-article-charset-alist if a numeric arg is given.
9339         (gnus-article-wash-html-with-w3m-standalone): New function.
9340
9341         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9342         mm-inline-text-html-render-with-w3m-standalone.
9343         (mm-text-html-washer-alist): Map w3m-standalone to
9344         gnus-article-wash-html-with-w3m-standalone.
9345         (mm-inline-text-html-render-with-w3m-standalone): New function.
9346
9347 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9350         Improve LaTeX.
9351
9352 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9355         (nnrss-request-article): Render text/plain parts as HTML.
9356
9357         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9358         the buffer.
9359
9360 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9363         custom definition of `gnus-posting-styles'.
9364
9365         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9366         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9367
9368 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9371         Use nntp for bug archive.
9372
9373 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9376         parts.
9377         (nnrss-normalize-date): New function converts ISO 8601 date into
9378         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9379         (nnrss-check-group): Use it.
9380
9381 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9384
9385         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9386         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9387         (nnrss-insert-w3): Ditto.
9388
9389 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9392         the articles to be forwarded including the case where neither a
9393         number of articles nor a region is specified.
9394
9395 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * nnrss.el (nnrss-request-article): Fix last change; fill
9398         text/plain parts.
9399
9400 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9403         in text/plain part.
9404         (nnrss-check-group): Don't add excessive newline to dc:subject.
9405
9406 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9407
9408         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9409         article.
9410
9411 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9414         (nnml-use-compressed-files, nnml-save-mail): Support other
9415         comression programs such as bzip2.
9416
9417 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * dns.el (query-dns): Make sure we check the buffer size before
9420         removing tcp headers.
9421
9422 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9425         remove MIME buttons associated with multipart/alternative parts.
9426         (gnus-mime-display-alternative): Tag buttons using `article-type'
9427         text property.
9428
9429         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9430         associated with multipart/alternative parts.
9431
9432         * gnus-art.el (gnus-signature-separator): Fix custom type.
9433
9434         * mm-decode.el (mm-inlined-types): Fix custom type.
9435         (mm-keep-viewer-alive-types): Ditto.
9436         (mm-automatic-display): Ditto.
9437         (mm-attachment-override-types): Ditto.
9438         (mm-inline-override-types): Ditto.
9439         (mm-automatic-external-display): Ditto.
9440
9441 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * spam-report.el (spam-report-user-mail-address)
9444         (spam-report-user-agent): New variables.
9445         (spam-report-url-ping-plain): Use spam-report-user-agent.
9446
9447 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9448
9449         * gnus-art.el (gnus-button-handle-custom): Do not just use
9450         `customize-apropos' for any "M-x customize-*" button but the
9451         function called for.  Accept both the function name and its
9452         argument in order to achieve this.
9453         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9454         function name to `gnus-button-handle-custom' in case of "M-x
9455         customize-*" buttons.
9456
9457 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9460         multipart/alternative and add xref to mm-discouraged-alternatives
9461         in doc string.
9462
9463         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9464         gnus-buttonized-mime-types in doc string.
9465
9466 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9469         Suggest image/.* in the doc string.
9470
9471 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9474         message-marks (Debian bug #342521).
9475
9476 2005-12-12  Simon Josefsson  <jas@extundo.com>
9477
9478         * password.el (password-read-from-cache): Add.
9479         (password-read): Use it.
9480
9481 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9484         us-ascii as a MIME charset.
9485
9486         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9487         against the case where the 2nd arg TYPE is nil.
9488
9489 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * pop3.el (pop3-stream-type): Fix custom version.
9492
9493         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9494
9495 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9496
9497         * mm-decode.el (mm-display-external): Add missing cdr.
9498
9499 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9502         RFC1524) if it is in mailcap or add a suffix according to
9503         mailcap-mime-extensions when generating a temp filename; postpone
9504         deleting a temp file for 2 seconds for some wrappers, shell
9505         scripts, and so on, which might exit right after having started a
9506         viewer command as a background job.
9507
9508 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * nntp.el (nntp-marks-directory): Fix custom group.
9511
9512         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9513         steps when < 10.
9514
9515         * gnus-start.el (gnus-no-server-1): Mention
9516         `gnus-level-default-subscribed' in doc string.
9517
9518 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9519
9520         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9521         parens.
9522
9523 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-xmas.el (gnus-use-toolbar): Revert.
9526         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9527         gnus-use-toolbar is default.
9528
9529         * messagexmas.el (message-use-toolbar): Revert.
9530         (message-setup-toolbar): Use global default-toolbar if
9531         message-use-toolbar is default.
9532
9533 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9536         according to default-toolbar-visible-p.
9537
9538         * messagexmas.el (message-use-toolbar): Ditto.
9539
9540 2005-11-26  Dave Love  <fx@gnu.org>
9541
9542         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9543         (tls-program, tls-success): Provide openssl alternative.
9544
9545         * starttls.el: Doc fixes.
9546         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9547         SERVICE to PORT.
9548
9549         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9550         port null or service name.
9551         (starttls-negotiate): Autoload.
9552
9553 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * message.el (message-kill-to-signature): Fix interactive spec.
9556
9557 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * pop3.el (pop3-open-server): Recognize a string as a service name.
9560
9561 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9562
9563         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9564
9565 2005-11-23  Dave Love  <fx@gnu.org>
9566
9567         Add pop3s, pop3/starttls.
9568
9569         * pop3.el (pop3-authentication-scheme): Clarify doc.
9570         (open-tls-stream, starttls-open-stream): Autoload.
9571         (pop3-stream-type): New.
9572         (pop3-open-server): Use it.
9573
9574         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9575         for POP.
9576         (mail-source-keyword-map): Add :stream for POP.
9577         (mail-source-fetch-pop): Use pop3-stream-type.
9578
9579 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9582         of current-time-string.
9583
9584 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9585
9586         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9587         date header.
9588
9589 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9590
9591         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9592         it can seriously impact performance as it bypasses the agent's
9593         local caches.
9594
9595 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9596
9597         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9598         must be explicitly online rather than "not explicitly offline" for
9599         its flags to be synchronized.
9600
9601         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9602         that gnus-uu-unmark-thread will function correctly.
9603
9604         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9605         1024K is instead displayed as 1M.
9606
9607 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9610
9611 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9612
9613         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9614
9615 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9616
9617         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9618         error message to display actual error condition.
9619         (gnus-agent-save-local): Avoid saving symbols that are bound to
9620         nil as they simply result in a warning message in
9621         gnus-agent-read-local.
9622
9623 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9626         rather than make-variable-buffer-local for file-precious-flag.
9627
9628 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9629
9630         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9631         for duplicates which are removed.  The invalid sort check then
9632         triggers a rescan after the sort as sorting may have moved
9633         duplicate entries such that they can be cheaply detected.
9634
9635 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9638
9639 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9640
9641         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9642         internal variable to a custom variable.  Changed default value
9643         from compressed(2) to uncompressed(1).
9644         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9645         support for uncompressed agentview files.  Taken together, reading
9646         the agentview file should now be 6-7 times faster.
9647
9648 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9649
9650         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9651         as a buffer-local variable.  This avoids creating truncated
9652         dribble files as a result of a hang up, eg.
9653
9654 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9655
9656         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9657         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9658         XEmacs.
9659
9660 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * gnus-start.el (gnus-start-draft-setup): Enforce
9663         `gnus-draft-mode' for nndraft:drafts at startup.
9664
9665         * gnus.el (gnus-splash): Change custom group.
9666         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9667         allow-list argument.
9668
9669         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9670         string.
9671
9672 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-art.el (gnus-default-article-saver): Add user-defined
9675         `function' to custom type.
9676
9677 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9678
9679         * imap.el (imap-open): Handle case where buffer is a buffer
9680         object.
9681
9682 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9685         long lines.
9686         (gnus-cache-delete-group): Wrap doc strings.
9687
9688         * gnus-agent.el (gnus-agent-rename-group)
9689         (gnus-agent-delete-group): Wrap doc strings.
9690
9691 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * messagexmas.el (message-use-toolbar): Change the valid values
9694         into default, top, bottom, left, and right.
9695         (message-toolbar-thickness): New variable.
9696         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9697         well.
9698         (message-setup-toolbar): Make it work.
9699
9700         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9701         (gnus-use-toolbar): Change the valid values into default, top,
9702         bottom, left, and right.
9703         (gnus-toolbar-thickness): New variable.
9704         (gnus-xmas-setup-toolbar): New function.
9705         (gnus-xmas-setup-group-toolbar): Use it.
9706         (gnus-xmas-setup-summary-toolbar): Use it.
9707
9708 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * gnus-start.el (gnus-1): Add "native" to
9711         gnus-predefined-server-alist.
9712
9713         * gnus.el (gnus-method-to-server): Don't add "native" to the
9714         lists here, because that leads to problems when
9715         gnus-select-method is bound.
9716
9717 2005-11-09  Simon Josefsson  <jas@extundo.com>
9718
9719         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9720         use (not sort-by-date) instead.
9721
9722 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9723
9724         * gnus-delay.el (gnus-delay-group): Don't autoload.
9725         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9726         to be re-loaded when customizing the `gnus-delay' group.
9727
9728 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9729
9730         * message.el: Revert last changes.
9731         (message-insert-citation-line): Use newlines.
9732
9733 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9734
9735         * message.el (message-courtesy-message)
9736         (message-mark-insert-begin, message-mark-insert-end)
9737         (message-elide-ellipsis, message-cancel-message)
9738         (message-add-header, message-change-subject)
9739         (message-cross-post-followup-to-header)
9740         (message-cross-post-insert-note, message-reduce-to-to-cc)
9741         (message-widen-reply, message-delete-not-region)
9742         (message-kill-to-signature, message-insert-signature)
9743         (message-insert-importance-high, message-insert-importance-low)
9744         (message-insert-or-toggle-importance)
9745         (message-insert-disposition-notification-to)
9746         (message-indent-citation, message-yank-original)
9747         (message-cite-original-without-signature, message-cite-original)
9748         (message-insert-citation-line, message-position-on-field)
9749         (message-fix-before-sending, message-send-mail-partially)
9750         (message-send-mail, message-send-mail-with-sendmail)
9751         (message-send-mail-with-qmail, message-send-news)
9752         (message-check-news-header-syntax, message-generate-headers)
9753         (message-insert-courtesy-copy, message-fill-address)
9754         (message-fill-header, message-shorten-references)
9755         (message-setup-1, message-cancel-news)
9756         (message-forward-make-body-plain, message-forward-make-body-mime)
9757         (message-forward-make-body-mml, message-encode-message-body)
9758         (message-forward-make-body-digest-plain)
9759         (message-forward-make-body-digest-mime)
9760         (message-use-alternative-email-as-from): Insert `hard-newline'
9761         instead of ordinary newlines.
9762
9763 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * message.el (message-generate-headers): Downcase the argument
9766         given to message-check-element.
9767
9768 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9769
9770         * nntp.el (nntp-authinfo-rejected): New error condition.
9771         (nntp-wait-for): Use new error condition to signal authentication
9772         error.
9773         (nntp-retrieve-data): Rethrow new error condition to break out of
9774         recursive call to nntp-send-authinfo.
9775
9776 2005-11-08  Romain Francoise  <romain@orebokech.com>
9777
9778         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9779         (gnus-summary-exit-map): Bind to `Z p'.
9780         (gnus-summary-make-menu-bar): Add menu item.
9781
9782 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9785         (gnus-treat-*): Add `first' in all doc strings.
9786
9787         * gnus-group.el (gnus-group-compact-group): Fix typo.
9788
9789 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus.el (gnus-parameters-case-fold-search): New variable.
9792         (gnus-parameters-get-parameter): Use it.
9793
9794         * gnus-score.el (gnus-home-score-file): Doc fix.
9795
9796 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9797
9798         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9799
9800 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * mm-util.el (mm-special-display-p): New function.
9803
9804         * mml.el (mml-preview): Use it; doc fix.
9805
9806 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9807
9808         * imap.el (imap-open): Handle case where buffer is a buffer object.
9809
9810 2005-10-29  Romain Francoise  <romain@orebokech.com>
9811
9812         * message.el (message-fix-before-sending): Fix comment.
9813
9814 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9815
9816         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9817
9818 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9819
9820         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9821         Used in gnus-score.el.
9822
9823 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9826
9827 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9830         whitespace removed in revision 7.8.  Use concatenated string to
9831         protect trailing whitespace.
9832
9833 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9834
9835         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9836         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9837         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9838         Courier IMAP ("some version from 2004").  Mostly based on similar
9839         code in the same function.
9840
9841 2005-10-26  Didier Verna  <didier@xemacs.org>
9842
9843         * gnus-group.el (gnus-group-compact-group): Invalidate original
9844         article buffer.
9845         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9846         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9847         NOV database and in article itself.
9848         Invalidate article backlog.
9849
9850 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9853
9854 2005-10-26  Simon Josefsson  <jas@extundo.com>
9855
9856         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9857         part of 2004-07-25 change.
9858
9859 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * message.el (message-display-completion-list): New function.
9862         (message-expand-group): Use it; make sure the Completions buffer
9863         is modifiable.
9864 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9865
9866         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9867         user-mail-name is an empty string.
9868
9869 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9872         depending on gnus-score-decay-constant.
9873
9874         * encrypt.el (encrypt-insert-file-contents)
9875         (encrypt-write-file-contents): Don't use `gnus-message'.
9876
9877         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9878         arguments.
9879         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9880         arguments to mm-uu-verbatim-marks-extract.
9881         (mm-uu-hide-markers): New variable.
9882         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9883
9884         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9885         (gnus-convert-image-to-face-command): Use "convert" by default to
9886         allow other input image formats.
9887         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9888         accordingly.
9889
9890 2005-10-23  Simon Josefsson  <jas@extundo.com>
9891
9892         * imap.el (imap-gssapi-program): Align command line parameters
9893         with latest GNU SASL.
9894         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9895
9896 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9899         HTML.
9900         (nnslashdot-request-article): Ditto.
9901
9902         * lpath.el (featurep): Add nobreak-char-display.
9903
9904 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9905
9906         * mail-source.el (mail-source-fetch-pop): Require pop3.
9907         (mail-source-check-pop): Ditto.
9908
9909 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9912         errors.
9913
9914 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9917         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9918
9919         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9920
9921         * mm-bodies.el (mm-decode-string): Call
9922         `mm-charset-to-coding-system' with allow-override argument.
9923
9924 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9927         (rfc2047-charset-to-coding-system): New function.
9928         (rfc2047-decode-encoded-words): New function.
9929         (rfc2047-decode-region): Use them.
9930         (rfc2047-decode-cte): Remove.
9931         (rfc2047-parse-and-decode): Remove.
9932         (rfc2047-decode): Remove.
9933
9934 2005-10-15  Kenichi Handa  <handa@m17n.org>
9935
9936         * rfc2047.el (rfc2047-decode-cte): New function.
9937         (rfc2047-decode-region): Change the way to decode successive
9938         encoded-words: decode B- or Q-encoding in each encoded-word,
9939         concatenate them, and decode it as charset.
9940
9941 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * lpath.el: Fbind codepage-setup for XEmacs.
9944
9945 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9946
9947         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9948         widget-move-and-invoke.
9949         (gnus-custom-mode): Use gnus-custom-map.
9950
9951 2005-10-15  Bill Wohler  <wohler@newt.com>
9952
9953         * message.el (message-tool-bar-map): Renamed image file from
9954         mail_send to mail/send.
9955
9956 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9957
9958         * message.el (message-expand-group): Pass the common
9959         prefix substring of completion to `display-completion-list'.
9960
9961 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * mml-sec.el (mml-secure-method): New internal variable.
9964         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9965         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9966         functions using mml-secure-method.
9967
9968         * mml.el (mml-mode-map): Add key bindings for those functions.
9969         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9970         Harder <harder@myrealbox.com>.
9971         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9972         end of message if point is the headers of the message.
9973
9974         * message.el (message-in-body-p): New function.
9975
9976         * assistant.el: Autoload gnus-util and netrc.
9977
9978         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9979         Use `mm-charset-override-alist' only when decoding.
9980
9981         * mm-bodies.el (mm-decode-body): Call
9982         `mm-charset-to-coding-system' with allow-override argument.
9983
9984         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9985         `filename' from Content-Disposition if Content-Type doesn't
9986         provide `name'.
9987         (gnus-mime-view-part-as-type): Set default instead of
9988         initial-input.
9989
9990 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9991
9992         * format-spec.el (format-spec): Propagate text properties of % spec.
9993
9994 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gnus-art.el (gnus-treat-predicate): Add `first'.
9997
9998 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10001         (mm-charset-override-alist): New variable.
10002         (mm-charset-to-coding-system): Use it.
10003         (mm-codepage-setup): New helper function.
10004         (mm-charset-eval-alist): New variable.
10005         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10006         about unknown charsets.
10007
10008         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10009
10010 2005-10-04  David Hansen  <david.hansen@gmx.net>
10011
10012         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10013         (nnrss-check-group): Ditto.
10014
10015 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10018         Rename x-gnus-verbatim to x-verbatim.
10019         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10020
10021         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10022         x-verbatim.
10023
10024         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10025
10026         * gnus-util.el (gnus-remove-duplicates): Remove.
10027
10028         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10029         instead of gnus-remove-duplicates.
10030
10031         * message.el (message-remove-duplicates): Remove.
10032         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10033         message-remove-duplicates.
10034
10035         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10036         available, else use implementation from `delete-dups'.
10037
10038         * message.el (message-insert-expires): New function.
10039         (message-mode-map): Add key binding.
10040         (message-mode-field-menu): Add menu entry.
10041         (message-mode): Document it.
10042         (message-make-expires-date): Use `message-make-date'.
10043
10044 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10045
10046         * message.el (message-make-expires-date): New function.
10047
10048 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * Makefile.in (list-installed-shadows): New entry.
10051         (install): Use it.
10052         (remove-installed-shadows): New entry.
10053
10054         * dgnushack.el (dgnushack-default-load-path): New variable.
10055         (dgnushack-find-lisp-shadows): New function.
10056         (dgnushack-remove-lisp-shadows): New function.
10057
10058 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * Makefile.in (install-el-elc): New entry.
10061         (install): Use it so that .el files are necessarily installed.
10062
10063 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10066
10067 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10068
10069         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10070         function rather than the diff-mode.el package.
10071         (mm-display-external): Use with-current-buffer.
10072         (mm-viewer-completion-map, mm-viewer-completion-map):
10073         Move initialization inside declaration.
10074
10075 2005-09-29  Simon Josefsson  <jas@extundo.com>
10076
10077         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10078         autoload mail-check-payment.
10079         (spam-check-hashcash): Define unconditionally, since hashcash.el
10080         is part of Gnus now.  Ignore errors from payment checking.
10081
10082 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * message.el (message-bold-region, message-unbold-region): Rename
10085         from `bold-region' and `unbold-region'.
10086
10087         * message.el: Remove useless autoloads.
10088
10089 2005-09-28  Simon Josefsson  <jas@extundo.com>
10090
10091         * message.el (message-use-idna): Default to t.
10092         (message-use-idna): Test whether encoding works too.  Doc fix.
10093
10094 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * nntp.el (nntp-warn-about-losing-connection): Remove.
10097
10098 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10101         customizable.  Change default value.
10102         (mm-uu-diff-groups-regexp): Change default value.
10103         (mm-uu-type-alist): Add doc string.
10104         (mm-uu-configure): Add doc string.  Make it interactive.
10105         (mm-uu-tex-groups-regexp): New variable.
10106         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10107         (mm-uu-type-alist): Add LaTeX documents.
10108         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10109         of "text/verbatim".
10110         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10111
10112         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10113         instead of "text/verbatim".
10114
10115         * message.el (message-mark-inserted-region)
10116         (message-mark-insert-file): Use slrn style marks when called with
10117         prefix argument.
10118
10119 2005-09-27  Simon Josefsson  <jas@extundo.com>
10120
10121         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10122
10123 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10124
10125         * message.el (message-remove-duplicates): New function.
10126         Implementation borrowed from `gnus-remove-duplicates'.
10127         (message-idna-to-ascii-rhs): Also encode idna addresses in
10128         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10129         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10130         only ask about the same idna domain once per header and also tell
10131         in what header to replace the idna domain.
10132
10133         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10134         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10135         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10136         a header is decoded and not just the last one.
10137
10138 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10141         has been decoded.
10142
10143         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10144         (mm-insert-part): Don't modify text if it has been decoded.
10145
10146         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10147         decoded.
10148
10149         * mm-view.el (mm-inline-text): Don't strip text props unless
10150         decoding enriched or richtext parts.
10151
10152 2005-09-25  Romain Francoise  <romain@orebokech.com>
10153
10154         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10155         * gnus-start.el (gnus-subscribe-interactively):
10156         * gnus-uu.el (gnus-uu-grab-articles):
10157         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10158         space.
10159
10160 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10161
10162         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10163         * mm-view.el (mm-view-pkcs7-decrypt):
10164         * gnus-sum.el (gnus-summary-limit-to-extra)
10165         (gnus-summary-respool-article, gnus-read-move-group-name):
10166         * gnus-score.el (gnus-summary-increase-score):
10167         * gnus-util.el (gnus-completing-read-with-default):
10168         * gnus-art.el (gnus-read-save-file-name)
10169         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10170         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10171         * message.el (message-check-news-header-syntax):
10172         Follow convention for reading with the minibuffer.
10173
10174 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * spam-report.el (spam-report-url-ping-plain):
10177         Use gnus-extended-version as User-Agent.
10178
10179         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10180         default value is nil.
10181
10182         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10183         (mm-uu-verbatim-marks-extract): New function.
10184         (mm-uu-extract): New face.
10185         (mm-uu-copy-to-buffer): Use it.
10186
10187         * spam-report.el (spam-report-gmane-ham): Renamed from
10188         `spam-report-gmane-unspam'.
10189         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10190         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10191
10192         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10193         Autoload.
10194         (spam-report-gmane-unregister-routine): Renamed
10195         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10196
10197 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10198
10199         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10200         (spam-report-gmane-unregister-routine): Add support for gmane
10201         unregistration.
10202
10203         * spam-report.el (spam-report-gmane-unspam)
10204         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10205         (spam-report-gmane): Change to take a single article and do unspam
10206         registration.
10207
10208 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * mm-url.el (mm-url-decode-entities): Fix regexp.
10211
10212 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10215         default to nil, to be able to use Gnus at all.  If the default
10216         switches to something else, then the function should be fixed not
10217         be exceedingly slow.
10218
10219 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10220
10221         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10222         fail hard.
10223
10224         * spam-report.el: Add better Keywords line.
10225
10226         * spam.el: Add Maintainer and better Keywords line.
10227
10228 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-art.el (gnus-article-replace-part)
10231         (gnus-mime-replace-part): New functions.
10232         (gnus-mime-action-alist, gnus-mime-button-commands)
10233         (gnus-mime-save-part-and-strip): Added file argument.
10234         (gnus-article-part-wrapper): Added interactive argument.
10235
10236         * gnus-sum.el (gnus-summary-mime-map): Add
10237         `gnus-article-replace-part'.
10238
10239 2005-09-19  Didier Verna  <didier@xemacs.org>
10240
10241         The nnml compaction feature:
10242         * nnml.el (nnml-request-compact-group): New function.
10243         * nnml.el (nnml-request-compact): New function.
10244         * gnus-int.el (gnus-request-compact-group): New function.
10245         * gnus-int.el (gnus-request-compact): New function.
10246         * gnus-group.el (gnus-group-compact-group): New function.
10247         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10248         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10249         * gnus-srvr.el (gnus-server-compact-server): New function.
10250         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10251         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10252
10253 2005-09-18  Deepak Goel  <deego@gnufans.org>
10254
10255         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10256         format spec.
10257
10258 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10261
10262 2005-09-15  Romain Francoise  <romain@orebokech.com>
10263
10264         * message.el (message-fill-paragraph): Clarify docstring.
10265
10266 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-art.el (gnus-mime-display-part): Protect against broken
10269         MIME messages.
10270
10271 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10274         before parsing header.
10275
10276 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10277
10278         * html2text.el (html2text-replace-list): Add new entities.
10279
10280 2005-09-11  Romain Francoise  <romain@orebokech.com>
10281
10282         * message.el (message-alternative-emails): Improve docstring.
10283         (message-setup-1): Call `message-use-alternative-email-as-from'
10284         after `message-setup-hook' to give it precedence over posting
10285         styles, etc.
10286         (message-use-alternative-email-as-from): Add docstring.  Remove
10287         the original From header if present.
10288
10289         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10290         (nnml-save-mail): Use it.
10291
10292         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10293         articles.  Add new argument `silent'.
10294         (gnus-uu-mark-all): Report the total number of marked articles.
10295
10296 2005-09-10  Romain Francoise  <romain@orebokech.com>
10297
10298         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10299         (gnus-uu-mark-series): Likewise.
10300
10301 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * spam-report.el (spam-report-gmane): Fix generation of spam
10304         report URL.
10305
10306 2005-09-10  Simon Josefsson  <jas@extundo.com>
10307
10308         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10309         t, based on discussion on the ding list with Robert Epprecht
10310         <epprecht@solnet.ch>.
10311
10312 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * spam-report.el (spam-report-gmane): Make it work without
10315         X-Report-Spam header.  Gmane now only provides Archived-At.
10316         This is only used if `spam-report-gmane-use-article-number' is nil.
10317         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10318
10319         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10320         make `gnus-summary-sort-by-recipient' work with threading.
10321
10322         * nnweb.el (nnweb-google-wash-article): Print a message if article
10323         is not available.
10324
10325 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10326
10327         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10328         change.  Decode text/* parts content before displaying.
10329
10330 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10333
10334 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10337
10338         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10339         url-package-name, url-package-version,
10340         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10341         w3m-display-inline-images, and w3m-minor-mode-map.
10342
10343 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * message.el (message-tab-body-function): Fix mismatched custom type.
10346
10347         * gnus.el (gnus-group-change-level-function): Ditto.
10348
10349         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10350
10351         * gnus-art.el (gnus-signature-limit)
10352         (gnus-article-mime-part-function): Ditto.
10353
10354 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * mml.el (mml-mode): Silence the byte compiler.
10357
10358         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10359         using `(sit-for 0)' before moving the point to the specified part;
10360         skip unbuttonized parts.
10361         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10362         return to the summary window if gnus-auto-select-part is non-nil.
10363
10364 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10367         variables.
10368         (mml-dnd-attach-file, mml-mode): Use them.
10369
10370         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10371         Make fetching article by MID work again for Google Groups.  Added
10372         FIXME concerning gnus-group-make-web-group.
10373
10374         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10375         Don't depend on Gnus by using mail-extract-address-components if
10376         gnus-extract-address-components is not bound.
10377
10378 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * gnus-art.el (gnus-mime-display-security): Don't display the
10381         signature, but only the signed part.
10382
10383 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10386
10387         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10388         list, not listp.
10389
10390 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10391
10392         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10393         when encoding.
10394
10395         * mm-bodies.el (mm-decode-content-transfer-encoding):
10396         De-canonicalize CRLF for all text content types, not just
10397         text/plain.
10398
10399 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10402         valid article; point arrow and cursor at the MIME button.
10403
10404 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10407         Suggested by Dan Christensen <jdc@uwo.ca>.
10408
10409         * mm-decode.el (mm-save-part): Enable change of prompt.
10410
10411 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10412
10413         * gnus-msg.el (gnus-inews-add-send-actions): Made
10414         `message-post-method' lambda parameter ARG `&optional'.
10415
10416 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-sum.el (gnus-summary-mime-map): Added
10419         gnus-article-save-part-and-strip, gnus-article-delete-part and
10420         gnus-article-jump-to-part.
10421
10422         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10423         (gnus-article-edit-part): Use it.
10424         (gnus-article-part-wrapper): Added no-handle argument.
10425         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10426         functions.
10427
10428 2005-08-29  Romain Francoise  <romain@orebokech.com>
10429
10430         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10431         docstring.
10432         (gnus-face-from-file): Likewise.
10433
10434 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10437         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10438         non-nil.
10439         (gnus-auto-select-part): New variable.
10440         (gnus-article-jump-to-part): New function.
10441         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10442         (gnus-mime-delete-part): Allow selecting specified part after
10443         deleting or stripping parts.
10444         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10445         part if argument is bogus.
10446
10447 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10448
10449         * gnus-art.el (w3m-minor-mode-map):
10450         * gnus-spec.el (gnus-newsrc-file-version):
10451         * gnus-util.el (nnmail-active-file-coding-system)
10452         (gnus-original-article-buffer, gnus-user-agent):
10453         * gnus.el (gnus-ham-process-destinations)
10454         (gnus-parameter-ham-marks-alist)
10455         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10456         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10457         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10458         * mm-decode.el (gnus-current-window-configuration):
10459         * mm-extern.el (gnus-article-mime-handles):
10460         * mm-url.el (url-current-object, url-package-name)
10461         (url-package-version):
10462         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10463         (smime-keys, w3m-cid-retrieve-function-alist)
10464         (w3m-current-buffer, w3m-display-inline-images)
10465         (w3m-minor-mode-map):
10466         * mml-smime.el (gnus-extract-address-components):
10467         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10468         (gnus-newsrc-hashtb, message-default-charset)
10469         (message-deletable-headers, message-options)
10470         (message-posting-charset, message-required-mail-headers)
10471         (message-required-news-headers):
10472         * mml1991.el (mc-pgp-always-sign):
10473         * mml2015.el (mc-pgp-always-sign):
10474         * nnheader.el (nnmail-extra-headers):
10475         * rfc1843.el (gnus-decode-encoded-word-function)
10476         (gnus-decode-header-function, gnus-newsgroup-name):
10477         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10478
10479 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10480
10481         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10482         the end of the date treatments.
10483
10484 2005-08-15  Simon Josefsson  <jas@extundo.com>
10485
10486         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10487         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10488         Capello and Romain Francoise.
10489         (pgg-fetch-key-function): Removed, not used?
10490         (pgg-insert-url-with-w3): Require url, to get
10491         url-insert-file-contents regardless of where it is defined.
10492
10493 2005-08-13  Romain Francoise  <romain@orebokech.com>
10494
10495         * message.el (message-cite-original-1): New function.
10496         (message-cite-original): Use it.
10497         (message-cite-original-without-signature): Ditto.
10498
10499 2005-08-08  Romain Francoise  <romain@orebokech.com>
10500
10501         * message.el (message-yank-empty-prefix): New variable.
10502         (message-indent-citation): Use it.
10503         (message-cite-original-without-signature): Respect X-No-Archive.
10504
10505 2005-08-08  Simon Josefsson  <jas@extundo.com>
10506
10507         * pgg.el: Autoload url-insert-file-contents instead of loading
10508         w3/url.
10509         (pgg-insert-url-with-w3): Don't load url here.
10510
10511 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10512
10513         * message.el (message-kill-to-signature): Don't insert newline at
10514         bol.
10515         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10516
10517 2005-08-06  Romain Francoise  <romain@orebokech.com>
10518
10519         * message.el (message-user-fqdn): Fix typo in docstring.
10520
10521 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10522
10523         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10524
10525         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10526
10527 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * mm-bodies.el (mm-encode-body): Use coding system rather than
10530         charset to encode text.
10531
10532         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10533         number of charsets if utf-8 is available (XEmacs).
10534
10535 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10538         taken from `gnus-button-mid-or-mail-regexp'.
10539         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10540         (gnus-button-alist): Improve regexp for domain part of the MIDs
10541         for news:localpart@domain buttons.
10542         (gnus-button-ctan-directory-regexp): Update.
10543
10544 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * sieve-manage.el (sieve-manage-interactive-login): Use
10547         make-local-variable rather than make-variable-buffer-local.
10548         (sieve-manage-open): Ditto.
10549         (sieve-manage-authenticate): Ditto.
10550
10551         * mml.el (mml-generate-mime-1): Make the content type default to
10552         text/plain if the filename is not specified.
10553
10554 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10557         instead of insert-buffer.
10558
10559         * message.el (message-yank-original): Ditto; set the mark at the
10560         end of the yanked message.
10561
10562 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10565         lines to scroll rather than to stop it.
10566
10567         * mml.el (mml-generate-default-type): Add doc string.
10568         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10569         default to application/octet-stream when determining the content
10570         type if it is not specified for the part or the mml contents; add
10571         a comment about mml-generate-default-type.
10572
10573 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10576         make it default to application/octet-stream when determining the
10577         content type if it is not specified for the external contents.
10578
10579 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10582         segmented parameter but also other parameters might be there.
10583
10584 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-decode.el (mm-display-external): Delete temp file, directory
10587         and buffer immediately if the external process is exited.
10588
10589 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10592         fewer lines than that of scroll-margin.
10593         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10594
10595 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-art.el (gnus-article-next-page): Revert.
10598         (gnus-article-beginning-of-window): New macro.
10599         (gnus-article-next-page-1): Use it.
10600         (gnus-article-prev-page): Ditto.
10601         (gnus-article-edit-part): Use insert-buffer-substring instead of
10602         insert-buffer.
10603         (gnus-article-edit-exit): Ditto.
10604
10605         * gnus-util.el (gnus-beginning-of-window): Remove.
10606         (gnus-end-of-window): Remove.
10607
10608         * lpath.el: Don't bind header-line-format and scroll-margin.
10609
10610 2005-07-25  Simon Josefsson  <jas@extundo.com>
10611
10612         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10613         to have the url package without w3.  Reported by Daiki Ueno
10614         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10615
10616 2005-07-20  Didier Verna  <didier@xemacs.org>
10617
10618         * gnus-diary.el: Remove the description comment (nndiary is now
10619         properly documented in the Gnus manual).
10620         Fix the spelling of "Back End".
10621         * nndiary.el: Ditto.
10622         Fix the copyright notice.
10623
10624 2005-07-18  Romain Francoise  <romain@orebokech.com>
10625
10626         * gnus-sum.el (gnus-summary-to-prefix)
10627         (gnus-summary-newsgroup-prefix): New variables.
10628         (gnus-summary-from-or-to-or-newsgroups): Use them.
10629
10630 2005-07-17  Romain Francoise  <romain@orebokech.com>
10631
10632         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10633         space as it's generally not especially interesting to the user.
10634
10635 2005-07-16  Romain Francoise  <romain@orebokech.com>
10636
10637         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10638         nil to avoid prompting and file modification if one of the
10639         messages at the top of the nnfolder file contains a copyright
10640         notice.
10641         Update copyright notice.
10642
10643         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10644         instead of `current-time-string' as the latter creates a time
10645         string that is not RFC 2822 compliant (it lacks the zone).
10646         Update copyright notice.
10647
10648 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10649
10650         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10651         for text/rtf.  Display default in prompt.  Pass default for M-n.
10652
10653         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10654
10655 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * gnus-msg.el (gnus-button-mailto): Remove
10658         save-selected-window-window hackery because it relies on
10659         save-selected-window internals.
10660
10661 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10664         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10665         (gnus-article-prev-page): Ditto.
10666
10667         * gnus-util.el (gnus-beginning-of-window): New function.
10668         (gnus-end-of-window): New function.
10669
10670         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10671
10672 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10673
10674         * gnus-score.el (gnus-score-edit-all-score): Set
10675         gnus-score-edit-exit-function to gnus-score-edit-done and call
10676         gnus-message.
10677
10678 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * gnus-msg.el (gnus-button-mailto): Remove
10681         save-selected-window-window hackery because it relies on
10682         save-selected-window internals.
10683
10684 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10687         add-minor-mode.
10688         (gnus-binary-mode): Ditto.
10689
10690         * gnus-topic.el (gnus-topic-mode): Ditto.
10691
10692 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10693
10694         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10695         (gnus-article-prev-page): Take scroll-margin into consideration.
10696
10697 2005-07-04  Lute Kamstra  <lute@gnu.org>
10698
10699         Update FSF's address in GPL notices.
10700
10701 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10702
10703         * gnus.el (gnus-exit):
10704         * gnus-group.el (gnus-group-icons):
10705         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10706
10707         * gnus-nocem.el (gnus-nocem):
10708         * message.el (message-various, message-buffers, message-sending)
10709         (message-interface, message-forwarding, message-insertion)
10710         (message-headers, message-news, message-mail):
10711         * pgg-gpg.el (pgg-gpg):
10712         * pgg-parse.el (pgg-parse):
10713         * pgg-pgp.el (pgg-pgp):
10714         * pgg-pgp5.el (pgg-pgp5):
10715         * pop3.el (pop3): Finish `defgroup' description with period.
10716
10717 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-art.el (article-display-face): Improve the efficiency.
10720         (article-display-x-face): Ditto; remove grey x-face stuff.
10721
10722 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (article-display-face): Correct the position in
10725         which Faces are inserted.
10726
10727 2005-06-29  Didier Verna  <didier@xemacs.org>
10728
10729         * gnus-art.el (article-display-face): Display faces in correct
10730         order.
10731
10732 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10735         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10736         (gnus-nocem-check-article): Fetch the Type header.
10737         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10738         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10739         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10740         make sure gnus-nocem-hashtb is initialized.
10741         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10742         (gnus-nocem-unwanted-article-p): Ditto.
10743
10744         * pgg.el (pgg-verify): Return the verification result.
10745
10746 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747
10748         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10749         is ascii.
10750
10751 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10752
10753         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10754         `show-nonbreak-escape'.
10755
10756 2005-06-23  Lute Kamstra  <lute@gnu.org>
10757
10758         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10759
10760         * dig.el (dig-mode):
10761         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10762
10763 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10764
10765         * nnimap.el (nnimap-split-download-body): Fix spellings.
10766
10767 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10768
10769         * gnus-art.el (gnus-article-encrypt-body):
10770         * gnus-cus.el (gnus-score-customize):
10771         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10772         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10773
10774 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10775
10776         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10777         header by looking for magic "MII" at the beginnig.
10778
10779 2005-06-16  Miles Bader  <miles@gnu.org>
10780
10781         * gnus-xmas.el (gnus-xmas-group-startup-message):
10782         Use renamed gnus-splash face.
10783
10784         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10785         (assistant-field-face): New backward-compatibility alias for renamed
10786         face.
10787         (assistant-render-text): Use renamed assistant-field face.
10788
10789         * spam.el (spam): Remove "-face" suffix from face name.
10790         (spam-face): New backward-compatibility alias for renamed face.
10791         (spam-face, spam-initialize): Use renamed spam face.
10792
10793         * message.el (message-header-to, message-header-cc)
10794         (message-header-subject, message-header-newsgroups)
10795         (message-header-other, message-header-name)
10796         (message-header-xheader, message-separator, message-cited-text)
10797         (message-mml): Remove "-face" suffix from face names.
10798         (message-header-to-face, message-header-cc-face)
10799         (message-header-subject-face, message-header-newsgroups-face)
10800         (message-header-other-face, message-header-name-face)
10801         (message-header-xheader-face, message-separator-face)
10802         (message-cited-text-face, message-mml-face):
10803         New backward-compatibility aliases for renamed faces.
10804         (message-font-lock-keywords): Use renamed message faces.
10805
10806         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10807         (sieve-test-commands, sieve-tagged-arguments):
10808         Remove "-face" suffix from face names.
10809         (sieve-control-commands-face, sieve-action-commands-face)
10810         (sieve-test-commands-face, sieve-tagged-arguments-face):
10811         New backward-compatibility aliases for renamed faces.
10812         (sieve-control-commands-face, sieve-action-commands-face)
10813         (sieve-test-commands-face, sieve-tagged-arguments-face):
10814         Use renamed sieve faces.
10815
10816         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10817         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10818         (gnus-group-news-3-empty, gnus-group-news-4)
10819         (gnus-group-news-4-empty, gnus-group-news-5)
10820         (gnus-group-news-5-empty, gnus-group-news-6)
10821         (gnus-group-news-6-empty, gnus-group-news-low)
10822         (gnus-group-news-low-empty, gnus-group-mail-1)
10823         (gnus-group-mail-1-empty, gnus-group-mail-2)
10824         (gnus-group-mail-2-empty, gnus-group-mail-3)
10825         (gnus-group-mail-3-empty, gnus-group-mail-low)
10826         (gnus-group-mail-low-empty, gnus-summary-selected)
10827         (gnus-summary-cancelled, gnus-summary-high-ticked)
10828         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10829         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10830         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10831         (gnus-summary-low-undownloaded)
10832         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10833         (gnus-summary-low-unread, gnus-summary-normal-unread)
10834         (gnus-summary-high-read, gnus-summary-low-read)
10835         (gnus-summary-normal-read, gnus-splash):
10836         Remove "-face" suffix from face names.
10837         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10838         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10839         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10840         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10841         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10842         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10843         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10844         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10845         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10846         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10847         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10848         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10849         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10850         (gnus-summary-normal-ticked-face)
10851         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10852         (gnus-summary-normal-ancient-face)
10853         (gnus-summary-high-undownloaded-face)
10854         (gnus-summary-low-undownloaded-face)
10855         (gnus-summary-normal-undownloaded-face)
10856         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10857         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10858         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10859         (gnus-splash-face):
10860         New backward-compatibility aliases for renamed faces.
10861         (gnus-group-startup-message): Use renamed gnus faces.
10862
10863         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10864         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10865         (gnus-server-agent): Remove "-face" suffix from face names.
10866         (gnus-server-agent-face, gnus-server-opened-face)
10867         (gnus-server-closed-face, gnus-server-denied-face)
10868         (gnus-server-offline-face):
10869         New backward-compatibility aliases for renamed faces.
10870         (gnus-server-agent-face, gnus-server-opened-face)
10871         (gnus-server-closed-face, gnus-server-denied-face)
10872         (gnus-server-offline-face): Use renamed gnus faces.
10873
10874         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10875         Remove "-face" suffix from face names.
10876         (gnus-picon-xbm-face, gnus-picon-face):
10877         New backward-compatibility aliases for renamed faces.
10878
10879         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10880         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10881         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10882         (gnus-cite-11): Remove "-face" suffix from face names.
10883         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10884         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10885         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10886         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10887         New backward-compatibility aliases for renamed faces.
10888         (gnus-cite-attribution-face, gnus-cite-face-list)
10889         (gnus-article-boring-faces): Use renamed gnus faces.
10890
10891         * gnus-art.el (gnus-signature, gnus-header-from)
10892         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10893         (gnus-header-content): Remove "-face" suffix from face names.
10894         (gnus-signature-face, gnus-header-from-face)
10895         (gnus-header-subject-face, gnus-header-newsgroups-face)
10896         (gnus-header-name-face, gnus-header-content-face):
10897         New backward-compatibility aliases for renamed faces.
10898         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10899
10900         * gnus-sum.el (gnus-summary-selected-face)
10901         (gnus-summary-highlight): Use renamed gnus faces.
10902         * gnus-group.el (gnus-group-highlight): Likewise.
10903
10904 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10905
10906         * gnus-sieve.el (gnus-sieve-article-add-rule):
10907         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10908         * spam-stat.el (spam-stat-buffer-change-to-spam)
10909         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10910
10911         * message.el (message-is-yours-p):
10912         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10913
10914 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-view.el (mm-inline-text): Withdraw the last change.
10917
10918 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10921         executing enriched-decode.
10922
10923 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10926         charset of tar files.
10927
10928 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10929
10930         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10931
10932 2005-06-04  Lute Kamstra  <lute@gnu.org>
10933
10934         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10935         information is never recorded.
10936
10937 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10938
10939         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10940
10941 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * pop3.el (pop3-apop): Run md5 in the binary mode.
10944
10945         * starttls.el (starttls-set-process-query-on-exit-flag):
10946         Use eval-and-compile.
10947
10948 2005-05-31  Simon Josefsson  <jas@extundo.com>
10949
10950         * smime.el (smime-replace-in-string): Define.
10951         (smime-cert-by-ldap-1): Use it.
10952
10953 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-art.el (article-display-x-face): Replace
10956         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10957
10958         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10959         set-process-query-on-exit-flag or process-kill-without-query.
10960
10961         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10962         loop instead of replace-regexp.
10963
10964         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10965         instead of process-kill-without-query if it is available.
10966
10967         * lpath.el: Fbind ldap-search-entries.
10968
10969         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10970         instead of find-file-hooks if it is available.
10971
10972         * mml1991.el: Bind pgg-default-user-id when compiling.
10973
10974         * mml2015.el: Bind pgg-default-user-id when compiling.
10975
10976         * nndraft.el (nndraft-request-associate-buffer):
10977         Use write-contents-functions instead of write-contents-hooks if it is
10978         available.
10979
10980         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10981         instead of find-file-hooks if it is available.
10982
10983         * nntp.el (nntp-open-connection): Replace
10984         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10985         (nntp-open-ssl-stream): Ditto.
10986         (nntp-open-tls-stream): Ditto.
10987
10988         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10989         set-process-query-on-exit-flag or process-kill-without-query.
10990         (starttls-open-stream-gnutls): Use it instead of
10991         process-kill-without-query.
10992         (starttls-open-stream): Ditto.
10993
10994 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10995
10996         * smime.el (smime-cert-by-ldap-1): Don't use
10997         replace-regexp-in-string.
10998
10999 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11000
11001         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11002
11003         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11004         in PEM format.  Adjust to the XEmacs compability.
11005
11006 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11009         by `string-to-number'.
11010         * gnus-agent.el (gnus-agent-regenerate-group)
11011         (gnus-agent-fetch-articles): Ditto.
11012         * gnus-art.el (gnus-button-fetch-group): Ditto.
11013         * gnus-cache.el (gnus-cache-generate-active)
11014         (gnus-cache-articles-in-group): Ditto.
11015         * gnus-group.el (gnus-group-set-current-level)
11016         (gnus-group-insert-group-line): Ditto.
11017         * gnus-score.el (gnus-score-set-expunge-below)
11018         (gnus-score-set-mark-below, gnus-summary-score-effect)
11019         (gnus-summary-score-entry): Ditto.
11020         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11021         (gnus-soup-pack): Ditto.
11022         * gnus-spec.el (gnus-xmas-format): Ditto.
11023         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11024         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11025         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11026         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11027         * nndb.el (nndb-get-remote-expire-response): Ditto.
11028         * nndiary.el (nndiary-parse-schedule-value)
11029         (nndiary-string-to-number, nndiary-request-replace-article)
11030         (nndiary-request-article): Ditto.
11031         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11032         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11033         * nneething.el (nneething-make-head): Ditto.
11034         * nnfolder.el (nnfolder-request-article)
11035         (nnfolder-retrieve-headers): Ditto.
11036         * nnheader.el (nnheader-file-to-number): Ditto.
11037         * nnkiboze.el (nnkiboze-request-article): Ditto.
11038         * nnmail.el (nnmail-process-unix-mail-format)
11039         (nnmail-process-babyl-mail-format): Ditto.
11040         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11041         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11042         (nnmh-request-create-group, nnmh-request-list-1)
11043         (nnmh-request-group, nnmh-request-article): Ditto.
11044         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11045         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11046         * nnsoup.el (nnsoup-make-active): Ditto.
11047         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11048         * nntp.el (nntp-find-group-and-number)
11049         (nntp-retrieve-headers-with-xover): Ditto.
11050         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11051         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11052         (pgg-format-key-identifier): Ditto.
11053         * pop3.el (pop3-last, pop3-stat): Ditto.
11054         * qp.el (quoted-printable-decode-region): Ditto.
11055
11056         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11057         of concat.
11058
11059 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11062
11063         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11064
11065         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11066
11067         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11068
11069         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11070
11071         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11072
11073         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11074         (gnus-carpal-mode): Ditto.
11075
11076         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11077         (gnus-browse-mode): Ditto.
11078
11079         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11080
11081         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11082
11083 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11084
11085         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11086
11087 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-util.el (gnus-run-mode-hooks): New function.
11090
11091         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11092
11093         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11094         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11095
11096 2005-05-27  Lute Kamstra  <lute@gnu.org>
11097
11098         * dns-mode.el (dns-mode): Specify customization group.
11099
11100 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11101
11102         * gnus-agent.el (gnus-agent-make-mode-line-string):
11103         Use mode-line-highlight as mouse-face.
11104
11105 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * canlock.el (canlock): Change the parent group to news.
11108
11109         * deuglify.el (gnus-outlook-deuglify): Add :group.
11110
11111         * dig.el (dig): Add :group.
11112
11113         * dns-mode.el (dns-mode): Add :group.
11114
11115         * encrypt.el (encrypt): Add :group.
11116
11117         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11118         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11119         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11120         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11121         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11122
11123         * gnus-diary.el (gnus-diary): Add :group.
11124
11125         * gnus.el (gnus-group-news-1-face): Add :group.
11126         (gnus-group-news-1-empty-face): Ditto.
11127         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11128         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11129         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11130         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11131         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11132         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11133         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11134         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11135         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11136         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11137         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11138         (gnus-summary-high-ticked-face): Ditto.
11139         (gnus-summary-low-ticked-face): Ditto.
11140         (gnus-summary-normal-ticked-face): Ditto.
11141         (gnus-summary-high-ancient-face): Ditto.
11142         (gnus-summary-low-ancient-face): Ditto.
11143         (gnus-summary-normal-ancient-face): Ditto.
11144         (gnus-summary-high-undownloaded-face): Ditto.
11145         (gnus-summary-low-undownloaded-face): Ditto.
11146         (gnus-summary-normal-undownloaded-face): Ditto.
11147         (gnus-summary-high-unread-face): Ditto.
11148         (gnus-summary-low-unread-face): Ditto.
11149         (gnus-summary-normal-unread-face): Ditto.
11150         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11151         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11152
11153         * hashcash.el (hashcash): New custom group.
11154         (hashcash-default-payment): Add :group.
11155         (hashcash-payment-alist): Ditto.
11156         (hashcash-default-accept-payment): Ditto.
11157         (hashcash-accept-resources): Ditto.
11158         (hashcash-path): Ditto.
11159         (hashcash-extra-generate-parameters): Ditto.
11160         (hashcash-double-spend-database): Ditto.
11161         (hashcash-in-news): Ditto.
11162
11163         * message.el (message-minibuffer-local-map): Add :group.
11164
11165         * netrc.el (netrc): Add :group.
11166
11167         * sieve-manage.el (sieve-manage-log): Add :group.
11168         (sieve-manage-default-user): Diito.
11169         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11170         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11171         (sieve-manage-authenticators): Ditto.
11172         (sieve-manage-authenticator-alist): Ditto.
11173         (sieve-manage-default-port): Ditto.
11174
11175         * sieve-mode.el (sieve-control-commands-face): Add :group.
11176         (sieve-action-commands-face): Ditto.
11177         (sieve-test-commands-face): Ditto.
11178         (sieve-tagged-arguments-face): Ditto.
11179
11180         * smime.el (smime): Add :group.
11181
11182         * spam-report.el (spam-report): Add :group.
11183
11184         * spam.el (spam, spam-face): Add :group.
11185
11186 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11189         return \n.\n.\n at the end of articles.  Protect against that.
11190         (nntp-with-open-group): Allow debugging.
11191
11192         * nnheader.el (mail-header-set-extra): Make into a function
11193         because I just could't understand how to quote the list properly.
11194
11195         * dns.el (query-dns-cached): New function.
11196
11197 2005-05-26  Lute Kamstra  <lute@gnu.org>
11198
11199         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11200
11201 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11204
11205         * gnus-art.el: Don't autoload mail-extract-address-components.
11206
11207         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11208         eval-and-compile to evaluate it.
11209
11210         * hashcash.el: Don't autoload executable-find.
11211
11212         * nndb.el: Don't declare the nndb back end two or more times; don't
11213         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11214
11215         * nntp.el: Autoload format-spec instead of format; use
11216         eval-and-compile to evaluate autoload forms.
11217
11218 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11219
11220         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11221
11222 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * gnus.el (gnus-version-number): Bump version.
11225
11226 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11227
11228         * gnus.el: No Gnus v0.3 is released.
11229
11230 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231
11232         * lpath.el (featurep): Bind show-nonbreak-escape.
11233
11234 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gnus-art.el (gnus-article-edit-part): Disable undo.
11237
11238 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11241         gnus-article-date-lapsed-new-header is t if date timer is active;
11242         skip headers in which the original date value is empty.
11243         (gnus-article-save-original-date): Redefine it as a macro.
11244         (gnus-display-mime): Use it.
11245
11246 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (article-date-ut): Support converting date in
11249         forwarded parts as well.
11250         (gnus-article-save-original-date): New function.
11251         (gnus-display-mime): Use it.
11252
11253 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11254
11255         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11256         enclosure element of <item>.
11257
11258 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * message.el (message-kill-buffer-query): Renamed from
11261         `message-kill-buffer-query-if-modified'.  Added :version.
11262
11263 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11266         window layout.
11267
11268 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * mml.el: Autoload dnd when compiling.
11271
11272 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11275         x-dnd-*.
11276
11277 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * qp.el (quoted-printable-encode-region): Save excursion.
11280
11281 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11282
11283         * message.el (message-kill-buffer-query-if-modified): Add new variable
11284         so the user can kill a modified message buffer quickly.
11285         (message-kill-buffer): Use it.
11286
11287 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * lpath.el: Fbind display-time-event-handler; don't fbind
11290         string-to-multibyte.
11291
11292         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11293
11294 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11297         contained in text because xml.el decodes entities) with LFs.
11298
11299 2005-04-11  Lute Kamstra  <lute@gnu.org>
11300
11301         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11302         differently.
11303
11304 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11305
11306         * mm-util.el (mm-detect-coding-region): Typo.
11307
11308 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11311
11312 2005-04-06  Deepak Goel  <deego@gnufans.org>
11313
11314         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11315         user-function allow user modifications of the scores.
11316         (spam-stat-score-buffer-user): New function, to allow
11317         user-computed modifications to the score.
11318         (spam-stat-score-buffer-user-functions): List of additional
11319         scoring functions.
11320         (spam-stat-error-holder): Global temporary error holder.
11321         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11322         variable.
11323
11324 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11325
11326         * gnus-registry.el (gnus-registry-clean-empty-function)
11327         (gnus-registry-trim, gnus-registry-fetch-groups)
11328         (gnus-registry-delete-group): Groups that match
11329         `gnus-registry-ignored-groups' are removed from the registry
11330         entries, not just ignored for splitting.  This helps clean up the
11331         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11332         to get all the groups a message ID is in.
11333
11334         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11335         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11336         (spam-stat-score-buffer-user-functions): Add :number custom type.
11337
11338 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11341         argument in XEmacs.
11342
11343         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11344         (nnrss-request-group): Decode group name first.
11345         (nnrss-request-article): Make a text/plain article if mml-to-mime
11346         failed.
11347         (nnrss-get-encoding): Return a compatible encoding according to
11348         nnrss-compatible-encoding-alist.
11349         (nnrss-find-el): Use consp instead of listp.
11350         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11351
11352 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11355         which Emacs 20 doesn't support.
11356         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11357
11358 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11361         silence the byte compiler inside the defun.
11362
11363         * gnus-demon.el (parse-time-string): Add autoload.
11364
11365         * gnus-delay.el (parse-time-string): Add autoload.
11366
11367         * gnus-art.el (parse-time-string): Add autoload.
11368
11369         * nnultimate.el (parse-time): Require for `parse-time-string'.
11370
11371 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11374
11375         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11376
11377         * smime.el (smime-ldap-host-list): Add :version.
11378
11379 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11382         pass it to `gnus-browse-read-group'.
11383         (gnus-browse-read-group): Add NUMBER argument and pass it to
11384         `gnus-group-read-ephemeral-group'.
11385
11386         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11387         argument and pass it to `gnus-group-read-group'.
11388
11389 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11390
11391         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11392         mm-xemacs-find-mime-charset-1 if we have the mule feature
11393         available at runtime.
11394
11395 2005-03-25  Werner Lemberg  <wl@gnu.org>
11396
11397         * nnmaildir.el: Replace `illegal' with `invalid'.
11398
11399 2005-03-23  Lute Kamstra  <lute@gnu.org>
11400
11401         * time-date.el: Add comment on time value formats.
11402         Don't require parse-time.
11403         (with-decoded-time-value): New macro.
11404         (encode-time-value): New function.
11405         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11406         (days-to-time): Return a valid time value when arg is huge.
11407         (time-since): Use time-subtract.
11408         (time-to-number-of-days): Use time-to-seconds.
11409
11410 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11411
11412         * gnus-start.el (gnus-display-time-event-handler):
11413         Check display-time-timer at runtime rather than only at load time
11414         in case display-time-mode is turned off in the mean time.
11415
11416 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11419         used.
11420
11421         * nneething.el (nneething-map-file-directory): Derive from
11422         `gnus-directory'.
11423
11424         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11425         the To/Cc button.
11426
11427 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * nnmaildir.el (nnmaildir-request-accept-article):
11430         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11431
11432 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11433
11434         * gnus-async.el: Require timer-funcs at compile time when in
11435         XEmacs for `run-with-idle-timer'.
11436
11437 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11438
11439         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11440         autoloaded function.
11441
11442 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11443
11444         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11445
11446 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11447
11448         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11449
11450 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451
11452         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11453         gnus-expert-user to default.
11454
11455 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11456
11457         * nnimap.el (nnimap-open-server): Ditto.
11458
11459         * imap.el (imap-authenticate): Fix typo.
11460
11461 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11462
11463         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11464         buffer (since IMAP server might return FETCH response out of
11465         order, and the nntp buffer must be sorted).
11466
11467 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11468
11469         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11470         comparison on string.
11471
11472         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11473         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11474         (gnus-agent-summary-fetch-series): Modified to protect against
11475         gnus-agent-summary-fetch-group clearing processable flags.
11476         (gnus-agent-synchronize-group-flags): Update live group buffer as
11477         synchronization may occur due to the user toggle the plugged
11478         status.
11479         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11480         successfully downloaded.
11481         (gnus-agent-expire-group-1): Avoid using markers when the overview
11482         is in ascending order; greatly improves performance.
11483         (gnus-agent-regenerate-group): Use
11484         gnus-agent-synchronize-group-flags to reset read status in both
11485         gnus and server.
11486         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11487
11488 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * message.el: Don't autoload former message-utils variables.
11491         (message-strip-subject-trailing-was): Change doc string.
11492
11493         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11494         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11495         (nnweb-google-search): Add "hl=en" here.
11496         (nnweb-google-parse-1, nnweb-google-create-mapping):
11497         Don't hardcode URL.
11498
11499 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * message.el (message-get-reply-headers, message-followup):
11502         Mention related variables `message-use-followup-to' and
11503         `message-use-mail-followup-to', in the information buffer.
11504
11505         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11506         of broken groups(-beta).google.com.
11507
11508 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11509
11510         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11511         parameter to invoked gnus-request-move-article; remove the
11512         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11513         all at once instead of once per article.
11514         (gnus-summary-remove-process-mark): Accept a list of articles as
11515         well as a single article for processing.
11516
11517         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11518         parameter.
11519
11520         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11521
11522         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11523
11524         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11525         parameter.
11526
11527         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11528         parameter.
11529
11530         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11531         parameter and remove the gnus-sum-hint-move-is-internal variable.
11532
11533         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11534         parameter.
11535
11536         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11537         parameter.
11538
11539         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11540         parameter.
11541
11542         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11543
11544         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11545         parameter.
11546
11547         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11548         parameter.
11549
11550 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11551
11552         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11553         a more conservative way.
11554
11555 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11556
11557         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11558         buffer, so it moves the window's cursor.
11559
11560 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11561
11562         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11563         `mm-dissect-multipart' and receive the from field as an (optional)
11564         argument from `mm-dissect-multipart'.
11565         (mm-dissect-multipart): Receive the from field as an argument and
11566         pass it on when we call `mm-dissect-buffer' on MIME parts.
11567         Fixes verification/decryption of signed/encrypted MIME parts.
11568
11569 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11570
11571         * gnus-sum.el (gnus-summary-move-article): Set
11572         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11573         whatever it calls (right now, only nnimap-request-move article
11574         respects it).
11575
11576         * nnimap.el (nnimap-request-move-article): When
11577         gnus-sum-hint-move-is-internal is set, don't do the extra
11578         nnimap-request-article.
11579
11580 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11583
11584         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11585         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11586
11587         * gnus-sum.el (gnus-summary-caesar-message):
11588         Apply `gnus-treat-article' after rotation.
11589
11590         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11591         doc string.
11592
11593 2005-02-22  Simon Josefsson  <jas@extundo.com>
11594
11595         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11596         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11597         <arne@arnested.dk>.
11598         (encrypt): Add password-cache and password-cache-expiry as group
11599         members.
11600
11601 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11602
11603         * smime.el (smime-ldap-host-list): Doc fix.
11604         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11605         cache) password.
11606         (smime-sign-region): Use it.
11607         (smime-decrypt-region): Use it.
11608         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11609         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11610         fails.
11611         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11612         certificate from DER to PEM format rather than calling openssl.
11613
11614         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11615
11616         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11617         for signing/encryption.
11618
11619         * mml.el (mml-parse-1): Use them.
11620
11621 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11622
11623         * nnrss.el (nnrss-verbose): Removed.
11624         (nnrss-request-group): Use `nnheader-message' instead.
11625
11626 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11627
11628         * nnrss.el (nnrss-verbose): New variable.
11629         (nnrss-request-group): Make it say nnrss is requesting a group.
11630
11631 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11634         Handle news URL with given port correctly.
11635
11636 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11639         containing special characters.
11640
11641         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11642
11643         * mml.el (mime-to-mml): Ditto.
11644
11645         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11646         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11647         (rfc2047-decode-region): Quote decoded words containing special
11648         characters when rfc2047-quote-decoded-words-containing-tspecials
11649         is non-nil.
11650
11651 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11652
11653         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11654
11655         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11656
11657 2005-02-15  Simon Josefsson  <jas@extundo.com>
11658
11659         * nnimap.el (nnimap-debug): Doc fix.
11660
11661         * imap.el (imap-debug): Doc fix.
11662
11663 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11666
11667 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11668
11669         * gnus.el (spam-contents): Improve docs for spam-contents
11670         parameter in its variable incarnation.
11671
11672 2005-02-14  Simon Josefsson  <jas@extundo.com>
11673
11674         * smime-ldap.el: Use require instead of load-library for ldap.
11675         (smime-ldap-search): Indent.
11676         (smime-ldap-search-internal): Shorten line.
11677
11678         * smime.el (smime-cert-by-dns): Add doc-string.
11679         (smime-cert-by-ldap-1): Indent.
11680
11681         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11682         mml-smime-get-dns-ldap.
11683         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11684
11685 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11686
11687         * smime.el: Require smime-ldap.
11688         (smime-ldap-host-list): New variable.
11689         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11690
11691         * mml-smime.el (mml-smime-encrypt-query): New function.
11692         (mml-smime-encrypt-query): Use it.
11693
11694         * smime-ldap.el: New file.
11695
11696 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11699
11700 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11703         argument in doc string.  Make query for type more clear.
11704
11705 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gnus.el (gnus-group-startup-message): Search for gnus images in
11708         etc/images/gnus.
11709         * mm-util.el (mm-image-load-path): Likewise.
11710         * smiley.el (smiley-data-directory): Search for smilies in
11711         etc/images/smilies.
11712
11713 2005-02-09  Kim F. Storm  <storm@cua.dk>
11714
11715         Change Emacs release version from 21.4 to 22.1 throughout.
11716         Change Emacs development version from 21.3.50 to 22.0.50.
11717
11718 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11721
11722         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11723         non-Mule XEmacs as well.
11724         (mm-decompress-buffer): Signal an error intentionally if it does
11725         not decompress compressed data because auto-compression-mode is
11726         disabled.
11727
11728 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11731         an ID in the registry even if it has no groups.
11732
11733 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11736         merge it into mm-decompress-buffer.
11737         (gnus-mime-copy-part): Use the MIME part charset, the value which
11738         a user specified or gnus-newsgroup-charset for decoding, like
11739         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11740         save-buffer what was used.  Suggested by Kevin Ryde
11741         <user42@zip.com.au>.
11742         (gnus-mime-inline-part): Allow the name parameter as well as the
11743         filename parameter; force decompressing of compressed data; always
11744         display contents being not decoded as unibyte.
11745
11746         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11747         as well as the filename parameter.
11748
11749         * mm-util.el (mm-decompress-buffer): Merge
11750         gnus-mime-jka-compr-maybe-uncompress.
11751         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11752         of compressed data.
11753
11754 2005-02-08  Simon Josefsson  <jas@extundo.com>
11755
11756         * imap.el (imap-log): Doc fix.
11757
11758 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11761         the coding cookies; decompress compressed parts.
11762
11763         * mml.el (mml-generate-mime-1): Add the charset parameter according
11764         to the value which a user specified manually or the coding cookie.
11765
11766         * mm-util.el (mm-string-to-multibyte): New function.
11767         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11768         (mm-coding-system-to-mime-charset): New function.
11769         (mm-decompress-buffer): New function.
11770         (mm-find-buffer-file-coding-system): New function.
11771
11772         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11773         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11774         parts.
11775
11776 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11777
11778         * mm-view.el (mm-display-inline-fontify): Decode a part according
11779         to the charset parameter.
11780
11781 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11784         prefix arg is neither nil nor a number, as info specifies.
11785
11786 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11789         timestamps.
11790
11791 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11792
11793         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11794         groups error checking and notify user.
11795
11796 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11797
11798         * message.el (message-send-mail-function): Check existence of
11799         sendmail-program first before using default value
11800         `message-send-mail-with-sendmail'.  Otherwise use more generic
11801         `smtpmail-send-it'.
11802
11803 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * nntp.el (nntp-request-update-info): Always return nil.
11806
11807 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11808
11809         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11810
11811 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11812
11813         * message.el (message-beginning-of-line): Change the behavior when
11814         invoked between BOL and : so that it first moves backward.
11815
11816 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11819         article buffer when editing of the article is discarded.
11820         (gnus-article-prepare): Revert.
11821
11822 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-art.el (gnus-article-prepare):
11825         Remove message-strip-forbidden-properties from the local hook.
11826
11827 2005-01-27  Simon Josefsson  <jas@extundo.com>
11828
11829         * password.el (password-cache-add): Only start one timer per key.
11830         Reported by Derek Atkins <warlord@MIT.EDU>.
11831
11832 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11833
11834         * run-at-time.el: Removed.  It is no longer needed as
11835         timer-funcs.el in the xemacs-base package has a working version of
11836         `run-at-time'.
11837
11838         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11839
11840         * password.el: Require timer-funcs instead of run-at-time in
11841         XEmacs.
11842         Remove `password-run-at-time' macro.
11843         (password-cache-add): Use `run-at-time' instead of
11844         `password-run-at-time'.
11845
11846         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11847         Remove `nnheader-cancel-function-timers' alias,
11848         `cancel-function-timers' exists in XEmacs in timer-funcs.
11849
11850         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11851         for `run-with-idle-timer'.
11852
11853         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11854         for `run-at-time'.
11855
11856         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11857         for `with-timeout'.
11858
11859         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11860         the same as for XEmacs 21.4.
11861         No need to ignore `run-with-idle-timer', this function exists in
11862         XEmacs now in timer-funcs.el in the xemacs-base package.
11863         (dgnushack-compile): No need to delete
11864         run-at-time.el from the list of files to compile because it
11865         doesn't exist anymore.
11866
11867 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11870         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11871
11872 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11873
11874         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11875         sensitively.
11876
11877 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11878
11879         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11880
11881 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11884         which will be inserted according to the multibyteness of a buffer
11885         rather than the type of contents.  Suggested by ARISAWA Akihiro
11886         <ari@mbf.ocn.ne.jp>.
11887
11888         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11889         of string which old xml.el may return rather than a string.
11890
11891 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11894
11895 2005-01-16  Simon Josefsson  <jas@extundo.com>
11896
11897         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11898         idn/idna.el isn't available.
11899         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11900         <michael@waxrat.com>.
11901
11902         * hashcash.el: Remove non-FSF copyright header.
11903
11904         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11905         (hashcash-generate-payment): Use it.
11906         (hashcash-generate-payment-async): Use it.
11907
11908 2005-01-15  Simon Josefsson  <jas@extundo.com>
11909
11910         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11911         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11912
11913         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11914         gnus-summary-idna-message.
11915         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11916         (gnus-summary-idna-message): New function.
11917
11918 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11921         gnus-novice-user.
11922
11923 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * nnrss.el (nnrss-request-delete-group): Delete entries in
11926         nnrss-group-alist as well.
11927         (nnrss-save-server-data): Insert newline.
11928
11929 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * gnus.el (gnus-user-agent): Use list of symbols instead of
11932         symbols.  Display full version number for (S)XEmacs.  Optionally
11933         display (S)XEmacs codename.
11934
11935         * gnus-util.el (gnus-emacs-version): Update for new
11936         `gnus-user-agent'.
11937
11938         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11939         Gnus version.
11940
11941 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11944         which is unreadable in some setups.
11945
11946 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-spec.el (gnus-update-format-specifications): Flush the
11949         group format spec cache if it doesn't support decoded group names.
11950
11951 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11954         Allow to apply decay on score files matching a regexp.
11955
11956 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11959         compatibility in %g and %c.
11960
11961 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11964         name for only %g and %c.
11965         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11966         of gnus-tmp-group to decoded group name.
11967         (gnus-group-make-rss-group): Exclude `/'s from group names.
11968
11969 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * nnrss.el (nnrss-get-encoding): Fix regexp.
11972
11973 2004-12-27  Simon Josefsson  <jas@extundo.com>
11974
11975         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11976         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11977         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11978
11979 2004-12-17  Kim F. Storm  <storm@cua.dk>
11980
11981         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11982
11983         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11984
11985 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11986
11987         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11988
11989 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * nnrss.el: Require rfc2047 and mml.
11992         (nnrss-file-coding-system): New variable.
11993         (nnrss-format-string): Redefine it as an inline function.
11994         (nnrss-decode-group-name): New function.
11995         (nnrss-string-as-multibyte): Remove.
11996         (nnrss-retrieve-headers): Decode group name; don't use
11997         nnrss-format-string.
11998         (nnrss-request-group): Decode group name.
11999         (nnrss-request-article): Decode group name; allow a Message-ID as
12000         well as an article number; don't use nnrss-format-string; encode a
12001         Message-ID string which may contain non-ASCII characters; use
12002         mml-to-mime to compose a MIME article.
12003         (nnrss-request-expire-articles): Decode group name.
12004         (nnrss-request-delete-group): Decode group name.
12005         (nnrss-fetch): Clarify error message.
12006         (nnrss-read-server-data): Use insert-file-contents instead of load;
12007         bind file-name-coding-system; use multibyte buffer.
12008         (nnrss-save-server-data): Bind coding-system-for-write to the
12009         value of nnrss-file-coding-system; bind file-name-coding-system;
12010         add coding cookie.
12011         (nnrss-read-group-data): Use insert-file-contents instead of load;
12012         bind file-name-coding-system; use multibyte buffer.
12013         (nnrss-save-group-data): Bind coding-system-for-write to the
12014         value of nnrss-file-coding-system; bind file-name-coding-system.
12015         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12016         make it work with non-ASCII text.
12017         (nnrss-find-el): Make it work with old xml.el as well.
12018
12019 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12020
12021         * nnrss.el (nnrss-get-encoding): New function.
12022         (nnrss-fetch): Use unibyte buffer initially; bind
12023         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12024         decode contents according to the encoding attribute.
12025         (nnrss-save-group-data): Add coding cookie.
12026         (nnrss-mime-encode-string): New function.
12027         (nnrss-check-group): Use it to encode subject and author.
12028
12029 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12030
12031         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12032         imaginary variable.
12033
12034 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12037         correctly even if there are wide characters.
12038
12039 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12040
12041         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12042         downcased symbol names; make a new cache instead of reusing
12043         bbdb-hashtable.
12044
12045 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12048         concatenating segments rather than before concatenating them.
12049         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12050
12051         * message.el (message-get-reply-headers): Bind `extra'.
12052
12053 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * message.el (message-extra-wide-headers): New variable.
12056         (message-get-reply-headers): Use it.
12057
12058 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12061         (gnus-agent-group-pathname): Ditto.
12062
12063         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12064
12065         * gnus-group.el (gnus-group-make-group): Decode group name.
12066         (gnus-group-make-rss-group): Register the group data after opening
12067         the nnrss group.
12068
12069 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12070
12071         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12072         by expiry now get marked as read.
12073
12074 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12077
12078 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12079
12080         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12081         unify Latin characters in XEmacs.
12082         (mm-find-mime-charset-region): Use it.
12083
12084 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-util.el (gnus-delete-directory): New function.
12087
12088         * gnus-agent.el (gnus-agent-delete-group): Use it.
12089
12090         * gnus-cache.el (gnus-cache-delete-group): Use it.
12091
12092 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12095         names.
12096
12097 2004-12-16  Simon Josefsson  <jas@extundo.com>
12098
12099         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12100
12101 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12104
12105         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12106         (gnus-group-set-current-level): Decode group name.
12107
12108 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12109
12110         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12111         failed.
12112
12113 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-group.el (gnus-group-delete-group): Decode group name.
12116         (gnus-group-make-rss-group): Encode group name.
12117         (gnus-group-catchup-current): Decode group name.
12118         (gnus-group-kill-group): Decode group name.
12119
12120 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12121
12122         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12123
12124 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * gnus-group.el (gnus-group-make-rss-group):
12127         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12128
12129         * gnus-start.el (gnus-setup-news): Honor user's setting to
12130         gnus-message-archive-method.  Suggested by Lute Kamstra
12131         <lute@gnu.org>.
12132
12133 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12134
12135         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12136         global counterparts of the buffer-local variables.
12137
12138 2004-11-16  Romain Francoise  <romain@orebokech.com>
12139
12140         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12141         counterparts of the buffer-local variables.
12142
12143 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * message.el (message-forbidden-properties): Fixed typo in doc
12146         string.
12147
12148 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * gnus-util.el (gnus-replace-in-string): Added doc string.
12151
12152         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12153         to avoid problems when splitting mails with many recipients.
12154
12155 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12156
12157         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12158         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12159
12160 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12161
12162         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12163         if there is no hashtable in memory or file modification time is
12164         newer than cached timestamp.
12165
12166 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12169         not-matching option.
12170
12171 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12174         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12175         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12176         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12177         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12178         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12179
12180 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * message.el (message-forward-make-body-mml): Remove headers
12183         according to message-forward-ignored-headers if a message is decoded.
12184
12185 2004-12-02  Romain Francoise  <romain@orebokech.com>
12186
12187         * message.el (message-forward-make-body-plain): Always remove
12188         headers according to message-forward-ignored-headers.
12189
12190 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12191
12192         * spam.el (spam-summary-prepare-exit): Remove the
12193         gnus-summary-limit pop for now, it has problems with ham marks for
12194         me.
12195
12196 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12197
12198         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12199         correctly.
12200
12201 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12202
12203         * format-spec.el (format-spec): Message the char.
12204
12205 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12206
12207         * gnus-art.el (gnus-split-methods): Reformat comments.
12208
12209         * spam.el (spam-summary-prepare-exit): Remove article limits
12210         before exiting the summary buffer.
12211
12212 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12215         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12216
12217         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12218         order to silence the byte compiler.
12219
12220         * spam.el: Fix the way to silence the byte compiler, which
12221         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12222         bbdb-search-simple, spam-BBDB-register-routine,
12223         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12224         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12225         spam-stat-buffer-is-spam, spam-stat-load,
12226         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12227         spam-stat-save and spam-stat-split-fancy.
12228
12229 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12232         which may confuse users.
12233         (canlock-password-for-verify): Ditto.
12234
12235         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12236
12237         * gnus-art.el (gnus-emphasis-alist): Ditto.
12238
12239         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12240
12241         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12242
12243         * gnus-start.el (gnus-save-killed-list): Ditto.
12244
12245         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12246         (gnus-sum-thread-tree-root): Ditto.
12247         (gnus-sum-thread-tree-false-root): Ditto.
12248         (gnus-sum-thread-tree-single-indent): Ditto.
12249
12250         * message.el (message-courtesy-message): Ditto.
12251         (message-archive-note): Ditto.
12252         (message-subscribed-address-file): Ditto.
12253         (message-user-fqdn): Ditto.
12254
12255         * spam-report.el (spam-report-gmane-regex): Ditto.
12256
12257         * spam.el (spam-blackhole-good-server-regex): Ditto.
12258
12259 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mml.el (mml-preview): Widen the message buffer before copying
12262         the contents to the preview buffer; sort headers before previewing.
12263
12264         * message.el (message-hidden-headers): Fix the way to avoid a bug
12265         in the `repeat' widget in Emacs 21.3 or earlier.
12266
12267 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * message.el (message-hidden-headers): Default to "^References:".
12270         Improve customization type.  Suggested by Reiner Steib
12271         <Reiner.Steib@gmx.de>.
12272
12273 2004-11-25  Romain Francoise  <romain@orebokech.com>
12274
12275         * message.el (message-strip-forbidden-properties): Remove check for
12276         obsolete `message-hidden' text property, hidden headers are not
12277         accessible in the buffer anymore.
12278
12279 2004-11-22  Romain Francoise  <romain@orebokech.com>
12280
12281         * message.el (message-header-format-alist): Add `From' in list
12282         so that it can be sorted.
12283         (message-fix-before-sending): Widen and sort headers before
12284         sending.
12285         (message-hide-headers): Use narrowing to hide headers by moving
12286         them to the top of the buffer and narrowing to the region
12287         underneath.
12288
12289 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * message.el (message-strip-forbidden-properties): Bind
12292         buffer-read-only (etc) to nil.
12293
12294 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12297         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12298
12299 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12300
12301         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12302
12303 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12304
12305         * dns.el (query-dns): Use sit-for to time instead of
12306         accept-process-output, since that doesn't seem to work on udp
12307         sockets.
12308
12309 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12312
12313 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12314
12315         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12316         doc string.  Improve doc string.
12317
12318 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * nntp.el (nntp-request-update-info): Return nil if
12321         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12322         may not call gnus-activate-group which uselessly issues the GROUP
12323         commands for all nntp groups and wastes time.  Reported by Romain
12324         Francoise <romain@orebokech.com>.
12325
12326         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12327
12328 2004-11-15  Simon Josefsson  <jas@extundo.com>
12329
12330         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12331         headers separately.
12332         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12333         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12334
12335 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * gnus-start.el (gnus-convert-old-newsrc):
12338         Assign legacy-gnus-agent to 5.10.7.
12339
12340 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12343         start of the lines.
12344
12345 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12346
12347         * hashcash.el (hashcash-default-payment): Change default to 20.
12348         (hashcash-default-accept-payment): Change default to 20.
12349         (hashcash-process-alist): New variable.
12350         (hashcash-generate-payment-async): Add.
12351         (hashcash-already-paid-p): Add.
12352         (hashcash-insert-payment): Don't generate payments twice.
12353         (hashcash-insert-payment-async): Add.
12354         (hashcash-insert-payment-async-2): Add.
12355         (hashcash-cancel-async): Add.
12356         (hashcash-wait-async): Add.
12357         (hashcash-processes-running-p): Add.
12358         (hashcash-wait-or-cancel): Add.
12359         (mail-add-payment): New optional argument.  Conditionally start
12360         asynchronous calculation.
12361         (mail-add-payment-async): Add.
12362
12363         * message.el (message-send-mail): Wait for asynchronous hashcash
12364         results.  Don't clobber existing X-Hashcash headers.
12365         (message-setup-1): Call mail-add-payment-async when
12366         message-generate-hashcash is non-nil.
12367
12368 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12369
12370         * message.el (message-use-alternative-email-as-from): Examine the
12371         From header as well; use message-make-from in order to include a
12372         user's full name.
12373
12374 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12377         default; improve customization type.
12378         (gnus-emphasis-custom-with-format): New macro.
12379         (gnus-emphasis-custom-value-to-external): New function.
12380         (gnus-emphasis-custom-value-to-internal): New function.
12381
12382 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12383
12384         * dns.el (query-dns): Resolve reverse addresses.
12385
12386 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12387
12388         * gnus-group.el (gnus-group-get-new-news): Use it.
12389
12390         * gnus-start.el (gnus-check-reasonable-setup): New function.
12391
12392 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12395         "Args out of range" error.  Reported by Arnaud Giersch
12396         <arnaud.giersch@free.fr>.
12397
12398 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12399
12400         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12401
12402 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12403
12404         * spam.el (spam group): Add :version.
12405
12406         * pgg-def.el (pgg group): Add :version.
12407
12408 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (gnus-article-edit-article): Don't associate the
12411         article buffer with a draft file.  This is a temporary measure
12412         against the 2004-08-22 change to gnus-article-edit-mode.
12413
12414 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12417         (html2text-format-tags): Remove unused variable `attr'.
12418
12419 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12422
12423         * tls.el (tls-process-connection-type, tls-success)
12424         (tls-certtool-program): Add :version.
12425
12426         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12427         (starttls-extra-arguments, starttls-process-connection-type)
12428         (starttls-connect, starttls-failure, starttls-success): Add :version.
12429
12430         * spam-stat.el (spam-stat): Add :version.
12431
12432         * sieve.el (sieve): Add :version.
12433
12434         * sha1.el (sha1): Add :version.
12435         (sha1-use-external): Remove redundant version.
12436
12437         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12438         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12439         (nnmail-split-fancy-match-partial-words)
12440         (nnmail-split-lowercase-expanded): Add :version.
12441
12442         * nndiary.el (nndiary): Add :version.
12443
12444         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12445
12446         * mml-sec.el (mml-default-sign-method)
12447         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12448         Add :version.
12449
12450         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12451
12452         * mm-url.el (mm-url-use-external, mm-url-program)
12453         (mm-url-arguments): Add :version.
12454
12455         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12456         (mm-attachment-file-modes, mm-decrypt-option)
12457         (mm-w3m-safe-url-regexp): Add :version.
12458
12459         * message.el (message-cite-prefix-regexp)
12460         (message-sendmail-envelope-from, message-minibuffer-local-map)
12461         (message-user-fqdn, message-completion-alist): Add :version.
12462
12463         * gnus-win.el (gnus-configure-windows-hook)
12464         (gnus-use-frames-on-any-display): Add :version.
12465
12466         * gnus-art.el (gnus-article-address-banner-alist)
12467         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12468         (gnus-treat-from-picon, gnus-treat-mail-picon)
12469         (gnus-treat-x-pgp-sig): Add :version.
12470
12471         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12472         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12473         (gnus-summary-article-delete-hook)
12474         (gnus-summary-display-while-building): Add :version.
12475
12476         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12477         (gnus-get-top-new-news-hook): Add :version.
12478
12479         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12480         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12481
12482         * gnus-registry.el (gnus-registry): Add :version.
12483
12484         * gnus-spec.el (gnus-use-correct-string-widths)
12485         (gnus-make-format-preserve-properties): Add :version.
12486
12487         * gnus.el (gnus-group-charter-alist)
12488         (gnus-group-fetch-control-use-browse-url)
12489         (gnus-install-group-spam-parameters): Add :version.
12490
12491         * gnus-diary.el (gnus-diary): Add :version.
12492
12493         * gnus-delay.el (gnus-delay): Add :version.
12494
12495         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12496         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12497         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12498         Add :version.
12499
12500         * gnus-agent.el (gnus-agent-max-fetch-size)
12501         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12502         (gnus-agent-prompt-send-queue): Add :version.
12503
12504         * deuglify.el (gnus-outlook-deuglify): Add :version.
12505
12506         * html2text.el: Beautify code.  Improve doc strings.  Some
12507         checkdoc cleanup.
12508         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12509
12510 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12511
12512         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12513
12514 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12515
12516         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12517         when package is loaded.
12518
12519         * spam.el (spam-summary-score-preferred-header): Add global preference
12520         for people who want to override the default SpamAssassin over
12521         Bogofilter preference (when both are set).
12522         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12523         (spam-user-format-function-S): Check
12524         spam-summary-score-preferred-header.
12525         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12526         (spam-user-format-function-S): Format the score correctly.
12527
12528 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12531         signature file.  Suggested by Manoj Srivastava
12532         <srivasta@golden-gryphon.com>.
12533
12534         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12535         iso-2022-jp even in the Japanese language environment.
12536         Suggested by Jason Rumney <jasonr@gnu.org>.
12537
12538 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12541         use the same characters as the dummy marks; make it free from
12542         getting affected by the language environment.
12543         (gnus-summary-read-group-1): Update mark positions only when the
12544         format spec is updated.
12545
12546         * gnus-spec.el (gnus-update-format-specifications): Return a list
12547         of updated types.
12548
12549 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12552         of boundp to check if display-warning is available.
12553
12554 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12555
12556         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12557
12558 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * nnspool.el (nnspool-spool-directory): Use news-path if the
12561         news-directory variable is not bound.
12562
12563         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12564         function instead of display-warning if it is not available.
12565
12566 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12569         v5-10: Use `point-at-bol'.
12570
12571 2004-10-26  Simon Josefsson  <jas@extundo.com>
12572
12573         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12574         <chenggao@gmail.com>.
12575
12576 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12579         instead.
12580
12581 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12582
12583         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12584         to remove a server from the nnimap-server-buffer-alist.
12585         (nnimap-open-connection, nnimap-close-server): Use it.
12586
12587         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12588
12589 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12592         running the major-mode function.
12593
12594 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12597         dummy marks in the right way.
12598
12599 2004-10-18  David Edmondson  <dme@dme.org>
12600
12601         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12602         excessively.
12603
12604 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12605
12606         * gnus-util.el (gnus-split-references): Accept a nil references
12607         string and go on blissfully.
12608
12609         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12610         cases where the references string is non-nil but has no references.
12611
12612         * encrypt.el: Add autoload tags.
12613
12614         * spam.el (spam-resolve-registrations-routine): Remove article
12615         from unregistration list too.  Reported by David Hanak
12616         <dhanak@isis.vanderbilt.edu>
12617
12618 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12621         nil.  Changed custom type.
12622
12623 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12624
12625         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12626
12627         * gnus-sum.el (gnus-summary-move-article): Use it.
12628
12629 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12630
12631         * encrypt.el: Add autoload cookies.
12632
12633         * spam.el (spam-backend-article-list-property)
12634         (spam-backend-get-article-todo-list)
12635         (spam-backend-put-article-todo-list)
12636         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12637         Resolve registrations separately.
12638         (spam-register-routine): Format comments.
12639         (spam-unregister-routine, spam-register-routine): Always call with
12640         specific-articles, no default list.
12641         (spam-summary-prepare-exit): Use the spam-classifications function.
12642
12643         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12644         gnus-encrypt.el.
12645
12646         * encrypt.el: Copied from gnus-encrypt.el.
12647
12648         * gnus-encrypt.el: Commented that it's obsolete.
12649
12650 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12653         (gnus-score-save): Use it.
12654
12655         * message.el (message-bury): Use `window-dedicated-p'.
12656
12657 2004-10-15  Simon Josefsson  <jas@extundo.com>
12658
12659         * pop3.el (top-level): Don't require nnheader.
12660         (pop3-read-timeout): Add.
12661         (pop3-accept-process-output): Add.
12662         (pop3-read-response, pop3-retr): Use it.
12663
12664 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12665
12666         * spam.el (spam-register-routine): Move comment.
12667         (spam-verify-bogofilter): Use 'unknown for the initial
12668         spam-bogofilter-valid state, not 'never.
12669
12670         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12671         for netrc-machine.
12672
12673         * nnimap.el (nnimap-open-connection): Use
12674         netrc-machine-user-or-password.
12675
12676 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12677
12678         * gnus-registry.el (gnus-registry-unload-hook):
12679         Set as a variable with add-hook.
12680
12681         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12682         of news-path.
12683
12684         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12685
12686         * spam.el: Delete duplicate `provide'.
12687         (spam-unload-hook): Set as a variable with add-hook.
12688
12689 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12692         in the doc string.
12693
12694         * message.el (message-ignored-news-headers)
12695         (message-ignored-supersedes-headers)
12696         (message-ignored-resent-headers)
12697         (message-forward-ignored-headers): Improve custom type.
12698
12699 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * message.el (message-tokenize-header): Fix 2004-09-06 change
12702         which used point-min in the wrong place.
12703
12704 2004-10-12  Simon Josefsson  <jas@extundo.com>
12705
12706         * tls.el (tls-certtool-program): New variable.
12707         (tls-certificate-information): New function, based on
12708         ssl-certificate-information.
12709
12710 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * compface.el: Move the version of ELisp-based uncompface program
12713         to the contrib directory because of the copyright problem.
12714
12715 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * message.el (message-kill-buffer): Raise the current frame.
12718
12719 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12722
12723         * gnus.el (message-y-or-n-p): Autoload.
12724
12725         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12726         (pop3-password-required, pop3-authentication-scheme)
12727         (pop3-leave-mail-on-server): Made customizable.
12728         (pop3): New custom group.
12729         (pop3-retr): Remove `sleep-for' statements.
12730         Suggested by Dave Love <fx@gnu.org>.
12731
12732         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12733         Windows/DOS.
12734
12735         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12736         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12737         Dave Love <fx@gnu.org>.
12738
12739         * mml.el (mml-minibuffer-read-disposition): Require match.
12740         Suggested by Dave Love <fx@gnu.org>.
12741
12742 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12745         doc string.
12746
12747 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12750
12751 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12752
12753         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12754         instead of calling `mm-insert-inline', to decode text/* parts
12755         before displaying them.
12756
12757 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * mm-uu.el (mm-uu-text-plain-type): New variable.
12760         (mm-uu-pgp-signed-extract-1): Use it.
12761         (mm-uu-pgp-encrypted-extract-1): Use it.
12762         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12763         bind mm-uu-text-plain-type with that value.
12764         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12765         mm-uu-dissect.
12766
12767 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * gnus-group.el (gnus-update-group-mark-positions):
12770         * gnus-sum.el (gnus-update-summary-mark-positions):
12771         * message.el (message-check-news-body-syntax):
12772         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12773         of string-as-multibyte.
12774
12775 2004-10-05  Juri Linkov  <juri@jurta.org>
12776
12777         * gnus-group.el (gnus-update-group-mark-positions):
12778         * gnus-sum.el (gnus-update-summary-mark-positions):
12779         * message.el (message-check-news-body-syntax):
12780         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12781         8-bit unibyte values to a multibyte string for search functions.
12782
12783 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12786         (mm-uu-dissect-text-parts): New function.
12787
12788         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12789         dissect text parts.
12790
12791         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12792         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12793
12794         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12795
12796         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12797         gnus-current-topics instead of gnus-current-topic.
12798
12799 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12800
12801         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12802
12803 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12804
12805         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12806         where approriate.
12807
12808         * nnml.el (nnml-generate-active-info): do.
12809
12810         * nndiary.el (nndiary-generate-active-info): do.
12811
12812         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12813         (gnus-topic-move): do.
12814
12815         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12816         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12817
12818         * gnus-srvr.el (gnus-server-prepare)
12819         (gnus-server-open-all-servers): do.
12820
12821         * gnus-msg.el (gnus-summary-cancel-article)
12822         (gnus-summary-resend-message)
12823         (gnus-summary-mail-crosspost-complaint): do.
12824
12825         * gnus-move.el (gnus-change-server): do.
12826
12827         * gnus-group.el (gnus-group-unmark-all-groups)
12828         (gnus-group-set-current-level): do.
12829
12830 2004-10-04  Simon Josefsson  <jas@extundo.com>
12831
12832         * message.el (message-generate-hashcash): Doc fix.
12833
12834 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12835
12836         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12837         avoid infinite recursion via gnus-get-function.
12838
12839 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12840
12841         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12842
12843         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12844
12845         * nnmail.el (nnmail-split-history): do.
12846
12847         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12848         (nnml-request-delete-group): do.
12849
12850         * nnslashdot.el (nnslashdot-read-groups): do.
12851
12852         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12853         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12854
12855         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12856         (nnspool-sift-nov-with-sed): Use last.
12857         (nnspool-retrieve-headers-with-nov): Use mapc.
12858         (nnspool-request-newgroups): Use dolist.
12859         (nnspool-request-group): Use last.
12860
12861         * nntp.el (nntp-read-server-type): Use dolist.
12862
12863         * nnvirtual.el (nnvirtual-create-mapping)
12864         (nnvirtual-update-read-and-marked): Use dolist.
12865         (nnvirtual-convert-headers): Simplify.
12866
12867 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12868
12869         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12870         support for sync'ing tick marks.
12871
12872 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12875         there's no visible header.
12876
12877 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12878
12879         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12880         necessary, pass full group name to gnus-request-set-marks.
12881
12882 2004-10-01  Simon Josefsson  <jas@extundo.com>
12883
12884         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12885         acroread.
12886
12887 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12888
12889         * spam-report.el (spam-report-gmane): Fix interactive.
12890
12891         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12892
12893         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12894         when writing file.
12895         (gnus-agent-synchronize-flags): Don't default to being
12896         interactive.
12897
12898 2004-09-30  Simon Josefsson  <jas@extundo.com>
12899
12900         * message.el (message-generate-hashcash): Add.
12901         (message-send-mail): Use it, call mail-add-payment.
12902
12903 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12904
12905         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12906
12907 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12908
12909         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12910         gnus-requst-update-info with explicit code to sync the in-memory
12911         info read flags with the marks being sync'd to the backend.
12912
12913         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12914
12915 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         * spam.el (spam-verify-bogofilter): Add new function.
12918         (spam-check-bogofilter)
12919         (spam-bogofilter-register-with-bogofilter): Use it.
12920         (spam-verify-bogofilter): Add small fixes.
12921
12922 2004-09-28  Simon Josefsson  <jas@extundo.com>
12923
12924         * hashcash.el (hashcash-generate-payment): Revert.
12925
12926 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12927
12928         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12929         gnus-extract-references instead of gnus-split-references.
12930
12931         * gnus-util.el (gnus-extract-references): Add new function, analogous
12932         to gnus-split-references but extracts only the message-ID without
12933         anything extra.
12934
12935         * hashcash.el (hashcash-generate-payment)
12936         (hashcash-check-payment): Do the right thing if hashcash-path is
12937         nil (because the hashcash program could not be found).
12938
12939         * spam.el (spam-use-hashcash): Remove comment.
12940
12941 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12942
12943         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12944         (gnus-cache-enter-article, gnus-cache-remove-article)
12945         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12946
12947         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12948
12949         * gnus-art.el (article-hide-boring-headers)
12950         (article-translate-strings, article-display-face)
12951         (gnus-article-mime-match-handle-first)
12952         (gnus-article-highlight-headers)
12953         (gnus-article-add-buttons-to-head): do.
12954
12955 2004-09-27  Simon Josefsson  <jas@extundo.com>
12956
12957         * hashcash.el: New version, from
12958         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12959         ../contrib/.
12960
12961 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12964
12965 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12966
12967         * gnus-dup.el (gnus-dup-open): Use mapc.
12968         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12969
12970         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12971         Reported by Stefan Wiens <s.wi@gmx.net>.
12972
12973         * gnus.el (gnus-shutdown): Use dolist.
12974
12975         * gnus-undo.el (gnus-undo): Use mapc.
12976
12977         * nnrss.el (nnrss-generate-active): do.
12978
12979         * message.el (message-cite-original-without-signature)
12980         (message-cite-original): Use mapc.
12981         (message-do-actions, message-make-forward-subject): Use dolist.
12982
12983 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12984
12985         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12986         deletion to remove entire duplicate line.  Fixes merged article
12987         number bug.
12988
12989 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12990
12991         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12992         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12993         first ask if you want to open a server and then, even when you
12994         responded with no, asking if you want to synchronize the server's
12995         flags.
12996         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12997         multi-line expressions.
12998         (gnus-agent-synchronize-group-flags): New internal function.
12999         Updates marks in memory (in the info structure) AND in the
13000         backend.
13001
13002         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13003
13004         * nnagent.el (nnagent-request-set-mark): Use
13005         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13006         method, to ensure that synchronization updates marks in the
13007         backend and in the info (in memory) structure.
13008
13009 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13012         convention fully; don't miss the root article of a thread; make
13013         the X-Draft-From header with correct article numbers.
13014
13015 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13016
13017         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13018         unless plugged.  Disable the agent so that an open failure causes
13019         an error.
13020
13021         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13022         Reverted 2004-09-21 change.  The backend must be opened while
13023         synchronizing flags even when the backend stores the flags
13024         locally.
13025
13026 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13029         in `header' match.  Reported by Svend Tollak Munkejord.
13030
13031         * message.el (message-cite-original): Fix use of
13032         `message-cite-articles-with-x-no-archive'.
13033
13034 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13037         (gnus-window-to-buffer): Ditto.
13038
13039         * mml.el (mml-preview-buffer): New variable.
13040         (mml-preview): Manage window layout with gnus-buffer-configuration.
13041
13042         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13043         X-Draft-From header even if those articles aren't quoted.
13044
13045 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13046
13047         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13048         (gnus-request-set-mark, gnus-request-update-mark): Use new
13049         g-s-t-u-l-m to decide to use backend even when unplugged.
13050
13051 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13054         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13055
13056 2004-09-20  Simon Josefsson  <jas@extundo.com>
13057
13058         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13059         "utf-16-le".
13060
13061 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13062
13063         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13064
13065 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * uudecode.el (uudecode-use-external): Add :version.
13068
13069         * smime.el (smime-CA-file, smime-encrypt-cipher)
13070         (smime-dns-server): Add :version.
13071
13072         * smiley.el (gnus-smiley-file-types): Add :version.
13073
13074         * sha1.el (sha1-use-external): Add :version.
13075
13076         * pgg-def.el (pgg-query-keyserver): Add :version.
13077
13078         * nnmail.el (nnmail-fancy-expiry-targets)
13079         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13080         Add :version.
13081
13082         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13083         (nnimap-retrieve-groups-asynchronous): Add :version.
13084         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13085
13086         * mml.el (mml-content-disposition-parameters)
13087         (mml-insert-mime-headers-always): Add :version.
13088
13089         * mm-util.el (mm-coding-system-priorities): Add :version.
13090
13091         * mm-decode.el (mm-inline-text-html-with-images)
13092         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13093         (mm-verify-option): Add :version.
13094         (mm-text-html-renderer): Change :version.
13095
13096         * message.el (message-fcc-externalize-attachments)
13097         (message-required-headers, message-draft-headers)
13098         (message-subject-trailing-was-query)
13099         (message-subject-trailing-was-ask-regexp)
13100         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13101         (message-mark-insert-end, message-archive-header)
13102         (message-archive-note, message-cross-post-default)
13103         (message-cross-post-note, message-followup-to-note)
13104         (message-cross-post-note-function, message-use-mail-followup-to)
13105         (message-subscribed-address-functions)
13106         (message-subscribed-address-file, message-subscribed-addresses)
13107         (message-subscribed-regexps, message-allow-no-recipients)
13108         (message-yank-cited-prefix, message-signature-insert-empty-line)
13109         (message-hidden-headers, message-hierarchical-addresses)
13110         (message-mail-user-agent, message-use-idna)
13111         (message-valid-fqdn-regexp)
13112         (message-strip-special-text-properties, message-header-synonyms)
13113         (message-beginning-of-line, message-tab-body-function): Add :version.
13114         (message-insert-canlock, message-wide-reply-confirm-recipients):
13115         Change :version.
13116
13117         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13118         and :version.
13119         (mail-source-delete-old-incoming-confirm)
13120         (mail-source-movemail-program): Add :version.
13121
13122         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13123         (gnus-agent-cache, gnus-agent): Change :version.
13124
13125         * gnus-util.el (gnus-use-byte-compile): Change :version.
13126
13127         * gnus-sum.el (gnus-summary-make-false-root-always)
13128         (gnus-summary-default-high-score)
13129         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13130         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13131         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13132         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13133         (gnus-sum-thread-tree-single-indent)
13134         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13135         (gnus-sum-thread-tree-leaf-with-other)
13136         (gnus-sum-thread-tree-single-leaf): Add :version.
13137         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13138         (gnus-article-loose-mime): Change :version.
13139
13140         * gnus-start.el (gnus-backup-startup-file)
13141         (gnus-save-startup-file-via-temp-buffer): Add :version.
13142
13143         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13144         (gnus-server-offline-face): Add :version.
13145
13146         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13147
13148         * gnus-msg.el (gnus-gcc-externalize-attachments)
13149         (gnus-debug-files, gnus-debug-exclude-variables)
13150         (gnus-discouraged-post-methods): Change :version.
13151         (gnus-confirm-mail-reply-to-news)
13152         (gnus-confirm-treat-mail-like-news): Add :version.
13153
13154         * gnus-int.el (gnus-server-unopen-status): Add :version.
13155
13156         * gnus-group.el (gnus-group-jump-to-group-prompt)
13157         (gnus-large-ephemeral-newsgroup)
13158         (gnus-fetch-old-ephemeral-headers): Add :version.
13159
13160         * gnus-fun.el (gnus-x-face-directory)
13161         (gnus-convert-pbm-to-x-face-command)
13162         (gnus-convert-image-to-x-face-command)
13163         (gnus-convert-image-to-face-command): Add :version.
13164
13165         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13166
13167         * gnus-cite.el (gnus-cite-blank-line-after-header)
13168         (gnus-article-boring-faces): Add :version.
13169
13170         * gnus-art.el (gnus-buttonized-mime-types)
13171         (gnus-inhibit-mime-unbuttonizing)
13172         (gnus-treat-display-face)
13173         (gnus-treat-body-boundary): Change :version.
13174         (gnus-body-boundary-delimiter, gnus-picon-databases)
13175         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13176         (gnus-treat-date-english, gnus-treat-fold-headers)
13177         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13178         (gnus-treat-mail-picon, gnus-treat-wash-html)
13179         (gnus-article-encrypt-protocol)
13180         (gnus-use-idna, gnus-article-over-scroll)
13181         (gnus-mime-display-multipart-alternative-as-mixed)
13182         (gnus-mime-display-multipart-related-as-mixed)
13183         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13184         (gnus-ctan-url, gnus-button-ctan-handler)
13185         (gnus-button-handle-ctan-bogus-regexp)
13186         (gnus-button-ctan-directory-regexp)
13187         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13188         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13189         (gnus-button-man-level, gnus-button-emacs-level)
13190         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13191
13192         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13193         (gnus-agent-go-online): Change :version.
13194         (gnus-agent-expire-unagentized-dirs)
13195         (gnus-agent-auto-agentize-methods): Add :version.
13196
13197         * flow-fill.el (fill-flowed-display-column)
13198         (fill-flowed-encode-column): Add :version.
13199
13200         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13201         (gnus-outlook-deuglify-unwrap-max)
13202         (gnus-outlook-deuglify-cite-marks)
13203         (gnus-outlook-deuglify-unwrap-stop-chars)
13204         (gnus-outlook-deuglify-no-wrap-chars)
13205         (gnus-outlook-deuglify-attrib-cut-regexp)
13206         (gnus-outlook-deuglify-attrib-verb-regexp)
13207         (gnus-outlook-deuglify-attrib-end-regexp)
13208         (gnus-outlook-display-hook): Add :version.
13209
13210         * binhex.el (binhex-use-external): Add :version.
13211
13212 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13215         and `invisible'.
13216
13217 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13218
13219         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13220         in gnus-registry-trim.
13221
13222 2004-09-13  Simon Josefsson  <jas@extundo.com>
13223
13224         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13225
13226         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13227
13228         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13229         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13230         <yamaoka@jpl.org>.
13231         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13232         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13233         <yamaoka@jpl.org>.
13234
13235         * sieve.el (sieve-manage-mode): Ditto.
13236
13237 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13240
13241 2004-09-11  Simon Josefsson  <jas@extundo.com>
13242
13243         * dns-mode.el: Add.
13244
13245         * mm-view.el (mm-display-dns-inline): Add.
13246
13247         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13248         (mm-automatic-display): Ditto.
13249
13250         * mailcap.el (mailcap-mime-data): Add text/dns.
13251         (mailcap-mime-extensions): Map .soa to text/dns.
13252
13253 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13254
13255         * gnus-art.el (article-decode-mime-words, article-babel)
13256         (gnus-article-highlight-signature, gnus-article-add-buttons)
13257         (gnus-signature-toggle): Remove unnecessary bindings of
13258         `inhibit-read-only' inherited from v5.10 merge.
13259
13260 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * nntp.el (nntp): New customization group.
13263         (nntp-authinfo-file): Add customization group.
13264
13265         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13266
13267         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13268
13269         * gnus.el (to-address, to-list, subscribed)
13270         (large-newsgroup-initial): Ditto.
13271
13272         * flow-fill.el (fill-flowed-display-column)
13273         (fill-flowed-encode-column): Ditto.
13274
13275 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13276
13277         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13278         Use point-min rather than 1.
13279         (message-send-mail): Use buffer-size rather than point-max.
13280
13281         * gnus-sum.el (gnus-summary-search-article-forward):
13282         Signal a specific `search-failed' rather than a generic `error'.
13283
13284         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13285         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13286         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13287
13288 2004-09-10  Simon Josefsson  <jas@extundo.com>
13289
13290         * nndb.el (require): Remove tcp and duplicate cl.
13291
13292 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-agent.el (directory-files-and-attributes): Move forward.
13295
13296 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13297
13298         * gnus-agent.el (directory-files-and-attributes): Optionally
13299         defined to support XEmacs.
13300
13301 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13302
13303         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13304         to avoid run-time CL dependencies.
13305         (gnus-agent-unfetch-articles): New function.
13306         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13307         article numbers even when local .overview file is missing.
13308         (gnus-agent-read-article-number): New function.  Only accepts
13309         27-bit article numbers.
13310         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13311         gnus-agent-read-article-number.
13312         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13313         from backend while recognizing that article numbers in .overview
13314         must be valid.
13315         (gnus-agent-update-files-total-fetched-for): Use
13316         directory-files-and-attributes to improve performance.
13317         * gnus-int.el (gnus-request-move-article): Use
13318         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13319         improve performance.
13320
13321         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13322         some users confused by references to .newsrc when they only have a
13323         .newsrc.eld file.
13324         (gnus-convert-mark-converter-prompt)
13325         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13326         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13327         New function.  Used internally to only display 'gnus converting
13328         files' message when actually necessary.
13329
13330         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13331         methods now autoloaded.
13332
13333 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13336         identifiers.
13337
13338 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * gnus-picon.el: Fix indentation and closing parenthesis.
13341
13342 2004-09-01  Simon Josefsson  <jas@extundo.com>
13343
13344         * message.el (message-canlock-generate): Require sha1, not
13345         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13346         to require within a function.  Sadly, if sha1.el isn't loaded, the
13347         let binding in m-c-g will hide the defcustom definition, which is
13348         bad.)
13349
13350         * canlock.el: Require sha1, not sha1-el.
13351
13352         * message.el: Don't autoload sha1 (there is a autoload cookie in
13353         sha1.el).
13354
13355         * sha1-el.el: Renamed to sha1.el.
13356
13357 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13358
13359         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13360
13361 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13362
13363         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13364
13365 2004-08-30  Kim F. Storm  <storm@cua.dk>
13366
13367         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13368
13369         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13370         Add :group 'nnimap.
13371
13372 2004-08-30  Andreas Schwab  <schwab@suse.de>
13373
13374         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13375         ?* and ?\;.
13376
13377         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13378         and ?\' to symbol instead of whitespace.
13379
13380 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13383
13384         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13385         instead of re-search-forward.
13386
13387         * gnus-uu.el (gnus-uu-save-article): Ditto.
13388         (gnus-uu-post-encode-uuencode): Ditto.
13389
13390         * html2text.el (html2text-clean-list-items): Ditto.
13391         (html2text-clean-dtdd): Ditto.
13392         (html2text-format-tags): Ditto.
13393
13394         * message.el (message-send-mail-with-sendmail): Fix regexp.
13395         (message-fill-field-general): Use search-forward instead of
13396         re-search-forward.
13397         (unbold-region): Ditto.
13398
13399         * nnrss.el (nnrss-request-article): Ditto.
13400
13401         * nnslashdot.el (nnslashdot-request-article): Ditto.
13402
13403         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13404
13405         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13406         "Unrecognized menu descriptor" error in XEmacs.
13407
13408 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13409
13410         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13411         parent article of a sparse article in the thread hashtb.
13412
13413 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13414
13415         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13416         (nnmail-expand-newtext): Lowercase expanded entries if
13417         nnmail-split-lowercase-expanded is non-nil.
13418
13419 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13422
13423         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13424         of gnus-tmp-news-method into string under XEmacs.  It will be
13425         passed to gnus-correct-length which takes only a string argument.
13426
13427 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-util.el (gnus-bind-print-variables): New macro.
13430         (gnus-prin1): Use it.
13431         (gnus-prin1-to-string): Use it.
13432         (gnus-pp): New function.
13433         (gnus-pp-to-string): New function.
13434
13435         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13436         Replace pp-to-string with gnus-pp-to-string.
13437         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13438         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13439         * gnus-msg.el (gnus-debug): Ditto.
13440         * gnus-score.el (gnus-score-save): Ditto.
13441         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13442         gnus-pp-to-string.
13443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13444         with gnus-pp.
13445         * score-mode.el (gnus-score-pretty-print): Ditto.
13446         * webmail.el (webmail-debug): Ditto.
13447
13448 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-art.el (article-display-face, article-display-x-face):
13451         Use buffer-read-only.
13452
13453 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-art.el (article-hide-list-identifiers):
13456         Bind inhibit-read-only as t.
13457
13458 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13461
13462 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13463
13464         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13465         (gnus-narrow-to-page): Don't assume point-min == 1.
13466         (gnus-article-edit-mode): Derive from message-mode.
13467
13468         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13469         point-min == 1.
13470
13471         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13472         Disable incorrect use of `assert'.
13473
13474         * message.el (message-mode): Set comment-start-skip.
13475
13476
13477 2004-08-22  Sam Steingold  <sds@gnu.org>
13478
13479         * pop3.el (pop3-leave-mail-on-server): New user variable.
13480         (pop3-movemail): Delete mail only when it is nil.
13481
13482 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13485
13486         * mml.el (mml-preview): Use `pop-to-buffer'.
13487
13488         * message.el (message-goto-mail-followup-to): Insert after "To".
13489         (message-carefully-insert-headers): Add comment.
13490
13491         * gnus.el: Remove unused variable `gnus-article-check-size'.
13492
13493         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13494
13495         * gnus-art.el (gnus-button-alist): Improve
13496         `gnus-button-handle-library' entry.
13497
13498 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13499
13500         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13501         downcase, since XEmacs capitalizes error messages differently.
13502
13503 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13504
13505         * nntp.el: Add (require 'gnus) due to reference to
13506         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13507
13508 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13509
13510         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13511         `mm-fill-flowed'.
13512
13513         * mm-decode.el (mm-dissect-singlepart): Check it.
13514
13515 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13516
13517         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13518         'imap' for netrc parsing.
13519
13520 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * mailcap.el (mailcap-mime-data): Mark as risky.
13523
13524 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13527         may be included in the encoded word.
13528         (rfc2047-encode): Don't append a space if the encoded word
13529         includes close parenthesis.
13530
13531 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13534         of text within parentheses.
13535
13536 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13537
13538         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13539         (gnus-encrypt-write-file-contents): Make the password key the file
13540         name PLUS the cipher, not just the cipher.  Also remove failed
13541         passwords from the cache.
13542
13543 2004-08-06  Simon Josefsson  <jas@extundo.com>
13544
13545         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13546         fix.
13547
13548 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13551         LWSP.
13552
13553 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13554
13555         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13556         to append in-reply-to: data to the references: header.
13557
13558         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13559         (netrc-parse): Use gnus-encrypt.el functions.
13560
13561         * gnus-encrypt.el: Add new file for encryption support; currently
13562         does only a few GPG ciphers and an internal XOR cipher.
13563
13564         * password.el: Add comments on using password-read-and-add.
13565         (password-read-and-add): Add function to read and add the
13566         password to the cache at once.
13567
13568 2004-07-28  Simon Josefsson  <jas@extundo.com>
13569
13570         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13571         parameter (but don't use it, for now).
13572
13573         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13574         instead of hard coding to nil.
13575
13576 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13579         as mm-inline-image-xemacs does.
13580
13581 2004-07-26  Simon Josefsson  <jas@extundo.com>
13582
13583         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13584         Revert part of 2004-07-17 change below.
13585
13586 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13589         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13590
13591 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13592
13593         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13594         quotes that actually start with ">" at the beginning of the
13595         lines.
13596
13597 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * rfc2047.el (rfc2047-encode-region): Fix last change.
13600         (rfc2047-encode-parameter): Remove useless concat.
13601
13602 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13605         encode special characters; fix some kind of misconfigured headers;
13606         signal a real error if debug-on-quit or debug-on-error is non-nil.
13607         (rfc2047-encode-max-chars): New variable.
13608         (rfc2047-encode-1): Use it.
13609         (rfc2047-encode-parameter): New function.
13610
13611         * mml.el (mml-insert-parameter): Remove an excessive space.
13612
13613 2004-07-17  Simon Josefsson  <jas@extundo.com>
13614
13615         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13616         Kai Grossjohann <kai@emptydomain.de>.
13617         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13618         (gnus-group-make-menu-bar): Ditto.
13619
13620         * gnus-util.el (gnus-group-server): Add.
13621
13622 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13623
13624         * message.el (message-clone-locals): Clone sendmail and smtp
13625         variables.
13626
13627 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * rfc2047.el (rfc2047-encode-region): Fix last change.
13630
13631 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13634         characters as non-special.
13635
13636 2004-07-09  Simon Josefsson  <jas@extundo.com>
13637
13638         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13639         Users will lose all flag changes made while unplugged with
13640         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13641         good default.  See numerous reports on ding mailing list.
13642
13643 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13646         add generate-head-function and generate-article-function to the
13647         rfc822-forward entry.
13648         (nndoc-rfc822-forward-generate-article): New function.
13649         (nndoc-rfc822-forward-generate-head): New function.
13650
13651         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13652
13653 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13654
13655         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13656         respect display group parameter and gnus-summary-expunge-below.
13657         (gnus-articles-to-read): Remove unused reference to display group
13658         parameter.
13659
13660 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13661
13662         * nnheader.el (nnheader-uniquify-message-id): New experimental
13663         variable.
13664         (nnheader-nov-read-message-id): Use it.
13665
13666         * spam-report.el (spam-report-gmane): Add interactive.
13667
13668 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13671         qp-or-base64 for the application/* types.
13672
13673 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13674
13675         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13676
13677 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13678
13679         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13680         trim value.
13681
13682 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13683
13684         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13685         New macro and function.
13686         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13687
13688 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13691         after-load-alist.
13692
13693 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13694
13695         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13696         update info that isn't there.
13697
13698 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13699
13700         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13701         entry.
13702
13703 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * mm-view.el (mm-inline-render-with-function): Use multibyte
13706         buffer; decode html source by charset.
13707
13708         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13709
13710         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13711         Mule-UCS is loaded under XEmacs.
13712         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13713
13714 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13715
13716         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13717
13718 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * mm-util.el (mm-coding-system-p): Return a coding-system.
13721         (mm-mime-mule-charset-alist): Use shift_jis instead of
13722         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13723         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13724         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13725         instead of japanese-shift-jis and iso-latin-1 respectively in
13726         order to share the default value with both Emacs and XEmacs-mule.
13727         (mm-mule-charset-to-mime-charset): Make
13728         mm-coding-system-priorities effective.
13729         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13730         while predicating of candidates upon the priorities.
13731
13732 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13733
13734         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13735         gnus-uu-invert-processable.
13736
13737         * gnus.el: Autoload gnus-uu-invert-processable.
13738
13739 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * mm-util.el (mm-with-multibyte-buffer): New macro.
13742
13743         * rfc2047.el (rfc2047-encode-string): Use it.
13744         (rfc2047-encode-region): Move point to the end of the region after
13745         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13746
13747 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13750         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13751
13752 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13755         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13756         Karl Chen <quarl@nospam.quarl.org>.
13757
13758 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13759
13760         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13761         invalid addresses.
13762
13763 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13764
13765         * spam.el: Change section markers, revise TODO list.
13766         (spam-backends): Make new master list of all installed backends.
13767         (spam-summary-exit-behavior): Add new variable to determine how
13768         messages moves are done at summary exit.
13769         (spam-move-spam-nonspam-groups-only)
13770         (spam-process-ham-in-nonham-groups)
13771         (spam-process-ham-in-spam-groups): Remove variables, the
13772         spam-summary-exit-behavior variable should be used to manage this
13773         behavior.
13774         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13775         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13776         and spam-old-spam-articles.
13777         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13778         Add empty variables, placeholders for the backends they represent.
13779         (spam-set-difference): Move, unchanged.
13780         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13781         unless the user has a processor variable.
13782         (spam-classifications, spam-classification-valid-p)
13783         (spam-backend-properties, spam-backend-property-valid-p)
13784         (spam-backend-function-type-valid-p)
13785         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13786         (spam-report-articles-gmane, spam-report-articles-resend):
13787         Remove functions, they are not needed.
13788         (spam-install-backend-super, spam-backend-list)
13789         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13790         (spam-backend-function, spam-backend-ham-registration-function)
13791         (spam-backend-spam-registration-function)
13792         (spam-backend-ham-unregistration-function)
13793         (spam-backend-spam-unregistration-function)
13794         (spam-backend-statistical-p, spam-backend-mover-p)
13795         (spam-install-backend-alias, spam-install-checkonly-backend)
13796         (spam-install-mover-backend, spam-install-nocheck-backend)
13797         (spam-install-backend, spam-install-statistical-backend)
13798         (spam-install-statistical-checkonly-backend): Add backend installation
13799         support.
13800         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13801         (spam-group-processor-p): Use the new backend code and respect the
13802         summary exit behavior.
13803         (spam-mark-spam-as-expired-and-move-routine): Remove.
13804         (spam-summary-prepare): Change to use the new spam-old-articles
13805         variable.
13806         (spam-copy-or-move-routine, spam-copy-spam-routine)
13807         (spam-move-spam-routine, spam-copy-ham-routine)
13808         (spam-move-ham-routine): Add code to copy/move ham or spam.
13809         (spam-fetch-field-fast): Improve doc and code, plus allow the
13810         'number request.
13811         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13812         variables.
13813         (spam-split, spam-find-spam): Use the new backend code.
13814         (spam-registration-functions): Remove variable.
13815         (spam-unregister-routine): Add convenience wrapper.
13816         (spam-log-undo-registration, spam-register-routine)
13817         (spam-log-processing-to-registry)
13818         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13819         where possible.
13820         (spam-check-gmane-xref, spam-check-regex-headers)
13821         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13822         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13823         (spam-check-bogofilter-headers, spam-check-spamoracle)
13824         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13825         (spam-check-crm114-headers): Use the spam-split-group that
13826         spam-split prepares, no need to determine it every time.
13827
13828         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13829         to the nnheader-parse-naked-head call.
13830
13831         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13832
13833         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13834         the nnheader-nov-read-message-id call.
13835
13836 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13839         gnus-activate-group twice.  Suggested by Markus Peter
13840         <warp@spin.de>.
13841
13842 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * gnus-art.el (gnus-article-time-format): Exchange the order of
13845         day and month in the default value; fix customization type.
13846         (article-date-ut): Use add-text-properties.
13847         (article-make-date-line): Use message-make-date instead of
13848         current-time-string.
13849
13850         * message.el (message-fetch-field): Don't use set-text-properties.
13851         (message-make-date): Simplify.
13852
13853         * messagexmas.el (message-xmas-make-date): New function.
13854         (message-xmas-redefine): Defalias message-make-date to it.
13855
13856 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13859         (rfc2047-encode-region): Treat text within parentheses as special;
13860         show the original text when error has occurred.
13861
13862         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13863         already-computed method to gnus-activate-group.
13864
13865         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13866         same select-methods identical Lisp objects.
13867
13868         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13869         object when modifying the info.
13870
13871 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13874         gnus-opened-servers since it has never been opened with the new
13875         configuration yet.
13876
13877 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13880         arg to nnheader-generate-fake-message-id.
13881
13882 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13883
13884         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13885         number and build a fake message ID localized to a group and
13886         article number (so it's repeatable from that point on).
13887         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13888         ID format.
13889
13890         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13891         nnheader-generate-fake-message-id with the article number.
13892
13893 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13894
13895         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13896         end-of-buffer.
13897
13898 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13899
13900         * message.el (message-ignored-supersedes-headers): Add Approved.
13901
13902 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13905         goto-char.
13906         (rfc2047-encode): Fold the line before encoding.
13907
13908 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13909
13910         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13911         folding -- not all headers can be folded, and this should be done
13912         by the message composition mode.  Probably.  I think.
13913
13914 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13917         fast.
13918
13919         * gnus-ems.el (gnus-remove-image): Don't use
13920         message-text-with-property; remove only the image found first.
13921
13922         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13923         found first.
13924
13925 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13926
13927         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13928
13929 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * message.el (message-text-with-property): Make it fast and accept
13932         optional arguments.
13933         (message-strip-forbidden-properties): Use it.
13934         (message-fix-before-sending): Follow the m-t-w-p change.
13935
13936         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13937
13938 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-art.el (article-hide-headers): Don't change the buffer
13941         mistakenly when performing mml-preview even if
13942         gnus-single-article-buffer is nil.
13943
13944 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13945
13946         * message.el (message-expand-name-databases): New user option.
13947         (message-expand-name): Use it.
13948
13949 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13950
13951         * spam.el (spam-report-articles-resend)
13952         (spam-report-resend-register-routine): Allow ham reporting.
13953         (spam-report-resend-register-ham-routine): Add wrapper.
13954         (spam-registration-functions): Add ham resending functions.
13955         (spam-list-of-processors): Add ham resend processor.
13956
13957         * gnus.el (ham-resend-to): Add new group parameter.
13958         (spam-process): Add ham resend option.
13959
13960         * spam-report.el (spam-report-resend): Allow reporting ham.
13961         (spam-report-resend-ham): Add wrapper.
13962
13963 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13964
13965         * message.el (message-cite-articles-with-x-no-archive): New
13966         variable.
13967         (message-cite-original): Use it.
13968
13969 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13970
13971         * message.el (message-cite-original): Respect X-No-Archive.
13972
13973 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-art.el (article-hide-headers): Refer to the values for
13976         gnus-ignored-headers and gnus-visible-headers in the summary
13977         buffer since a user may have set them as group parameters.
13978
13979 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13980
13981         * assistant.el (assistant-node-name): Add convenience function.
13982         (assistant-render-text, assistant-render-node): Add error handling,
13983         plus handle multiple next nodes.
13984         (assistant-find-next-node): Comment out for now.
13985         (assistant-find-next-nodes): Add function, returns list of next
13986         nodes.
13987
13988 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * mail-source.el (mail-source-directory): Fix doc-string.
13991
13992 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13993
13994         * assistant.el (assistant-render-text, assistant-eval): Add :set
13995         widget type, which is different because it takes and returns a
13996         list.  Much hilarity ensues.
13997
13998 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14001
14002         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14003         doc-string.
14004
14005         * gnus-start.el (gnus-activate-group): Added doc-string.
14006
14007 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14010
14011 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14012
14013         * assistant.el (assistant-render-text): Try to add a :set
14014         widget, more to come.
14015
14016         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14017         strings.
14018         (spam-report-articles-resend)
14019         (spam-register-routine): Do registration iff any articles warrant
14020         it.
14021         (spam-summary-prepare-exit): Change log message for nil group
14022         destinations.
14023
14024 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14025
14026         * spam.el (spam-report-resend-register-routine): Allow
14027         spam-report-resend-to to be a group parameter or a global value.
14028
14029 2004-05-26  Simon Josefsson  <jas@extundo.com>
14030
14031         * starttls.el: Merge with my GNUTLS based starttls.el.
14032         (starttls-gnutls-program, starttls-use-gnutls)
14033         (starttls-extra-arguments, starttls-process-connection-type)
14034         (starttls-connect, starttls-failure, starttls-success): New
14035         variables.
14036         (starttls-program, starttls-extra-args): Doc fix.
14037         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14038         functions.
14039         (starttls-negotiate, starttls-open-stream): Check
14040         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14041         function if it is set.
14042
14043 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14046         structured fields.
14047
14048 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14051
14052 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14055         variable.
14056         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14057         assigning the spam-mark to new messages.
14058
14059 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14060
14061         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14062
14063 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14066
14067         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14068         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14069         default.
14070
14071 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14072
14073         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14074         correct data.
14075
14076 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14077
14078         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14079         (spam-group-processor-p): Fix function.
14080         (spam-group-processor-multiple-p)
14081         (spam-group-spam-processor-report-gmane-p)
14082         (spam-group-spam-processor-report-resend-p)
14083         (spam-group-spam-processor-bogofilter-p)
14084         (spam-group-spam-processor-blacklist-p)
14085         (spam-group-spam-processor-ifile-p)
14086         (spam-group-ham-processor-ifile-p)
14087         (spam-group-spam-processor-spamoracle-p)
14088         (spam-group-spam-processor-crm114-p)
14089         (spam-group-ham-processor-bogofilter-p)
14090         (spam-group-spam-processor-stat-p)
14091         (spam-group-ham-processor-stat-p)
14092         (spam-group-ham-processor-whitelist-p)
14093         (spam-group-ham-processor-BBDB-p)
14094         (spam-group-ham-processor-spamoracle-p)
14095         (spam-group-ham-processor-copy-p): Remove functions with some
14096         prejudice against unneeded code.
14097         (spam-report-articles-resend)
14098         (spam-report-resend-register-routine): Allow the group/topic
14099         spam-resend-to value to override spam-report-resend-to.
14100         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14101         properly now.
14102
14103         * gnus.el (spam-resend-to): Add group/topic parameter.
14104         (spam-process): Move the OBSOLETE processors to the end of the
14105         choices.
14106
14107 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14108
14109         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14110         with resend-to set to nil, and then ask the user if necessary.
14111         (spam-report-resend): spam-report-resend takes a list of articles, not
14112         separate article numbers.
14113
14114 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14117         addition to emacs-w3m.
14118
14119 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14120
14121         * assistant.el (assistant-authinfo-data): New function.
14122         (assistant-eval): Eval for entire assistant.
14123
14124         * netrc.el (netrc-services-file): New variable.
14125         (netrc-parse-services): New function.
14126         (netrc-find-service-name): New function.
14127         (netrc-find-service-number): New function.
14128         (netrc-port-equal): New function.
14129         (netrc-machine): Use it.
14130
14131         * nnimap.el (nnimap-open-connection): Use netrc.
14132
14133         * gnus-util.el (gnus-netrc-get): Remove aliases.
14134
14135         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14136
14137         * assistant.el (wid-edit): Fix compilation.
14138
14139         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14140
14141 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14142
14143         * gnus-util.el (gnus-set-file-modes): New function.  (small
14144         patch).
14145
14146 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14147
14148         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14149
14150         * assistant.el (assistant-render-node): Fix up rendering and
14151         read-only text.
14152         (assistant-render-node): Reset.
14153         (assistant-make-read-only): Not sticky.
14154
14155 2004-05-20  Danny Siu  <dsiu@adobe.com>
14156
14157         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14158         centered even when gnus-auto-center-summary is t.
14159
14160 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * dns.el (dns-get-txt-answer): New function.
14163         (dns-read-txt): Ditto.
14164         (query-dns): Use it.
14165
14166 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14169         active for foreign groups even if the group level is higher than
14170         the specified value.
14171
14172 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14173
14174         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14175         non-active groups.
14176
14177         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14178
14179 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14180
14181         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14182
14183 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14186         (spam-crm114-header, spam-crm114-spam-switch)
14187         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14188         (spam-crm114-positive-spam-header)
14189         (spam-crm114-database-directory, spam-list-of-processors)
14190         (spam-group-spam-processor-crm114-p)
14191         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14192         (spam-generic-score, spam-list-of-checks)
14193         (spam-list-of-statistical-checks, spam-registration-functions)
14194         (spam-check-crm114-headers, spam-crm114-score)
14195         (spam-check-crm114, spam-crm114-register-with-crm114)
14196         (spam-crm114-register-spam-routine)
14197         (spam-crm114-unregister-spam-routine)
14198         (spam-crm114-register-ham-routine)
14199         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14200         asjo@koldfront.dk (Adam Sjøgren).
14201
14202         * gnus.el: Add spam-use-crm114.
14203
14204         * spam.el (spam-list-of-processors, spam-registration-functions):
14205         Add spam-use-resend.
14206         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14207         (spam-report-articles-gmane): Add doc fix.
14208         (spam-report-articles-resend, spam-report-resend-register-routine):
14209         Add wrappers around spam-report-resend-to.
14210
14211         * spam-report.el (spam-report-resend-to, spam-report-resend):
14212         Add support for resending spam.
14213         (spam-report-gmane): Fix line length >80.
14214
14215         * gnus.el (spam-process): Add spam-use-resend.
14216
14217 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14218
14219         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14220         number of processed spam messages.
14221         (spam-ham-copy-or-move-routine): Return the number of processed
14222         ham messages.
14223         (spam-summary-prepare-exit): Use the above values to decide
14224         whether status messages shouled be displayed.
14225
14226 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14229         `rfc2047-encoding-function-alist' in order to avoid conflicting
14230         with the old version.
14231         (rfc2047-encode-region): Concatenate words containing non-ASCII
14232         characters in structured fields; don't encode space-delimited
14233         ASCII words even in unstructured fields; don't break words at
14234         char-category boundaries.
14235         (rfc2047-encode-1): New function.
14236         (rfc2047-encode): Use it; encode text so that it occupies the
14237         maximum width within 76-column; work correctly on Q encoding for
14238         iso-2022-* charsets.
14239         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14240         sure not to break a line just after the header name.
14241         (rfc2047-b-encode-region): Removed.
14242         (rfc2047-b-encode-string): New function.
14243         (rfc2047-q-encode-region): Removed.
14244         (rfc2047-q-encode-string): New function.
14245
14246         * mm-util.el (mm-replace-in-string): New function.
14247
14248 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14249
14250         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14251         get it right.
14252         (gnus-inews-make-draft): Really.
14253
14254 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14255
14256         * nnmh.el (nnmh-request-list-1): Don't check the link count
14257         before descending.  (small patch)
14258
14259 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14260
14261         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14262         stuff.
14263
14264         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14265         on real group name.
14266
14267         * gnus-art.el (gnus-signature-limit): Doc fix.
14268
14269         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14270
14271         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14272
14273 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14274
14275         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14276         isn't a string.
14277
14278 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14279
14280         * gnus-draft.el (gnus-draft-send): Bind
14281         rfc2047-encode-encoded-words.
14282
14283         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14284         (rfc2047-encodable-p): Say that =? needs encoding.
14285         (rfc2047-encode-encoded-words): New variable.
14286
14287         * gnus-group.el (gnus-group-select-group): Doc fix.
14288
14289         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14290
14291         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14292         to nil.
14293
14294         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14295
14296         * nnheader.el (nnheader-get-lines-and-char): New function.
14297
14298 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-msg.el (gnus-summary-followup-with-original): Document
14301         yanking of region when active.
14302
14303 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14306         groups if the group level is higher than the specified value.
14307
14308 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14311         (gnus-group-jump-to-group): Added prefix argument using
14312         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14313         non-active group.
14314
14315         * compface.el (uncompface): Be verbose when changing
14316         `uncompface-use-external'.
14317
14318         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14319         handle manual section.
14320
14321 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322
14323         * gnus-art.el (gnus-button-alist): Revert previous change.
14324
14325 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14328
14329 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14332         whether backend can accept message.
14333
14334         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14335
14336 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14337
14338         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14339         Avoid creating directory when nntp-marks-is-evil is true.
14340         Reported by Reiner Steib.
14341
14342 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-picon.el (gnus-picon-style): New variable.
14345         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14346         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14347         Jesper Harder <harder@ifa.au.dk>.
14348
14349 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350
14351         * message.el (message-fill-field): Return point.
14352         (message-generate-headers): Go to end of field.
14353
14354         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14355         stuff for non-living groups.
14356
14357 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14358
14359         * gnus-art.el (gnus-article-followup-with-original)
14360         (gnus-article-reply-with-original): gnus-mark-active-p ->
14361         gnus-region-active-p.
14362
14363 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14366         only when there is spam or ham to be processed.
14367
14368 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14369
14370         * mail-source.el (mail-source-delete-crash-box): Refactor.
14371         (mail-source-fetch): Use it.
14372         (mail-source-fetch-file): Ditto.
14373         (mail-source-fetch-directory): Run postscript in loop.
14374         (mail-source-fetch-pop): Delete.
14375         (mail-source-fetch-maildir): Ditto.
14376         (mail-source-fetch-imap): Ditto.
14377
14378         * imap.el (imap-authenticators): Comment out sasl.
14379
14380         * message.el (message-skip-to-next-address): New function.
14381         (message-fill-header-address): Refactor.
14382         (message-fill-address): Use it.
14383         (message-delete-address): Use it.
14384         (message-fill-header-general): Refactor.
14385         (message-fill-field-address): Rename.
14386         (message-narrow-to-field): Find the start of the header.
14387         (message-header-format-alist): Don't pre-fill.
14388         (message-fill-header): Removed.
14389         (message-insert-header): New function.
14390         (message-shorten-references): Use it.
14391
14392         * rfc2047.el (rfc2047-field-value): Strip props.
14393
14394         * mail-parse.el (mail-header-make-address): New alias.
14395
14396         * ietf-drums.el (ietf-drums-make-address): New function.
14397
14398         * imap.el: Add compiler directives.
14399
14400         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14401
14402         * gnus-art.el (article-decode-idna-rhs): Don't use
14403         message-idna-inside-rhs-p.
14404
14405 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406
14407         * message.el (message-idna-inside-rhs-p): Removed.
14408         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14409
14410         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14411         false positives.
14412
14413 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14414
14415         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14416
14417 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14418
14419         * nneething.el (nneething-file-name): Don't create spurious
14420         files.
14421
14422         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14423         (gnus-inews-do-gcc): Remove sleep.
14424
14425         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14426         part under point.
14427
14428         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14429         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14430
14431 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * spam.el (spam-summary-prepare-exit): Fixed (length).
14434
14435 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14436
14437         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14438         as expired without moving it" message when there are spam
14439         messages left.
14440
14441 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14442
14443         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14444         header is not nil.
14445
14446 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14447
14448         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14449         nntp-possibly-create-directory, not nntp-possibly-change-group.
14450         (nntp-marks-changed-p): New arg SERVER.
14451         (nntp-request-update-info): Adjust caller.
14452
14453 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14454
14455         * nntp.el (nntp-save-marks): Pass missing arg.
14456
14457 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14458
14459         * nntp.el: Support marks.
14460         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14461         (nntp-marks-modtime, nntp-marks-directory): New variables.
14462         (nntp-request-set-mark, nntp-request-update-info)
14463         (nntp-possibly-create-directory, nntp-marks-changed-p)
14464         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14465         functions.
14466
14467 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14468
14469         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14470         (gnus-xmas-redefine): Rename.
14471
14472         * gnus-score.el (gnus-score-insert-help): Use
14473         gnus-select-lowest-window.
14474
14475         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14476         appt-select-lowest-window and rename to gnus-select-lowest-window.
14477
14478         * gnus.el: do.
14479
14480 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14481
14482         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14483         encodings of MIME-encoded words, in order to improve
14484         interoperability with several broken MUAs.
14485
14486 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14487
14488         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14489         tags, only when charsets are not specified in headers.
14490         (mm-inline-text-html-render-with-w3m): Ditto.
14491
14492         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14493         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14494
14495 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14496
14497         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14498         instead of MIME-decoded from fields when checking
14499         `gnus-article-address-banner-alist'.
14500
14501 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14502
14503         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14504         description rather than subject.
14505
14506 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14507
14508         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14509
14510 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14511
14512         * gnus.el (gnus-version-number): Bump.
14513
14514 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14515
14516         * gnus.el: No Gnus v0.2 is released.
14517
14518 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14519
14520         * gnus-agent.el (gnus-agent-read-agentview): Inline
14521         gnus-uncompress-range.
14522
14523 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14524
14525         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14526         `exec-installed-p'.
14527
14528 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14529
14530         * gnus.el (spam-process, spam-autodetect-methods): Add
14531         bsfilter and bsfilter-headers.
14532
14533         * spam.el (spam-bsfilter): New customize group.
14534         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14535         (spam-bsfilter-header, spam-bsfilter-probability-header)
14536         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14537         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14538         (spam-bsfilter-database-directory): New options.
14539         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14540         (spam-list-of-statistical-checks, spam-registration-functions):
14541         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14542         (spam-bsfilter-score): New command.
14543         (spam-check-bsfilter-headers, spam-check-bsfilter)
14544         (spam-bsfilter-register-with-bsfilter)
14545         (spam-bsfilter-register-spam-routine)
14546         (spam-bsfilter-unregister-spam-routine)
14547         (spam-bsfilter-register-ham-routine)
14548         (spam-bsfilter-unregister-ham-routine): New functions.
14549         (spam-generic-score): Support bsfilter; Accept an optional argument
14550         to recalcurate spam score even if scoring header has already been
14551         added.
14552         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14553         optional argument to recalcurate spam score even if scoring header
14554         has already been added.
14555
14556 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14557
14558         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14559         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14560         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14561         link is missing.
14562
14563 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14564
14565         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14566         (html2text-get-attr): Rewrite.
14567
14568         * message.el (message-setup-1): Remove redundant put-text-property
14569         on mail-header-separator.
14570
14571 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * gnus-registry.el (gnus-registry-cache-whitespace)
14574         (gnus-registry-action, gnus-registry-spool-action)
14575         (gnus-registry-split-fancy-with-parent): Change message levels
14576         from 5 to 3 or 7, as needed.
14577
14578         * spam.el (spam-summary-prepare-exit)
14579         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14580         (spam-split, spam-find-spam, spam-log-undo-registration)
14581         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14582         level from 5 to 6.
14583
14584 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14587         2004-03-04 change).
14588
14589 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14590
14591         * sieve-manage.el (sieve-manage-open):
14592         * nnweb.el (nnweb-insert-html):
14593         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14594         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14595         * nnspool.el (nnspool-request-group):
14596         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14597         * nnml.el (nnml-request-update-info):
14598         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14599         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14600         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14601         (nnimap-request-set-mark):
14602         * nnfolder.el (nnfolder-request-update-info):
14603         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14604         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14605         * gnus-uu.el (gnus-uu-find-articles-matching):
14606         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14607         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14608         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14609         * gnus-nocem.el (gnus-nocem-scan-groups):
14610         * gnus-int.el (gnus-start-news-server):
14611         * gnus-group.el (gnus-group-make-kiboze-group)
14612         (gnus-group-browse-foreign-server):
14613         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14614         Use mapc when appropriate.
14615
14616 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14617
14618         FIXME: Make separate entries for each person.
14619
14620         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14621         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14622         <shields@msrl.com>:
14623
14624         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14625         may need for spam sorting and scoring.
14626         (spam-user-format-function-S): Add user format function suitable for
14627         general use.
14628         (spam-article-sort-by-spam-status): Add sorting function for summary
14629         sorting.
14630         (spam-extra-header-to-number): Add function to get a score from a
14631         header.
14632         (spam-summary-score): Add function to get a numeric score from the
14633         headers.
14634         (spam-generic-score): Fix function doc, was in wrong place.
14635         (spam-initialize): Take symbols when it's run, and install the
14636         extra headers that spam-necessary-extra-headers thinks we need.
14637
14638 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14639
14640         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14641         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14642
14643 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14644
14645         * gnus-sum.el (gnus-set-global-variables)
14646         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14647         (gnus-article-get-xrefs, gnus-summary-best-group)
14648         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14649         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14650         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14651         Use with-current-buffer.
14652
14653 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14654
14655         * spam.el (spam-summary-prepare-exit): Simplify logic.
14656         (spam-fetch-article-header): Read the article header if it's not
14657         available.
14658         (spam-list-articles): Simplify logic.
14659         (spam-filelist-register-routine): Fix bug with unregister-list.
14660
14661         * gnus-registry.el: Fix comments at beginning.
14662
14663 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14664
14665         * message.el (message-cater-to-broken-inn): Remove.
14666         (message-shorten-references): Make sure the total folded length of
14667         References is shorter than 998 characters to cater to a bug in INN
14668         2.3.  Also, don't pretend that references aren't folded -- this
14669         hasn't worked for a while.
14670
14671 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14672
14673         * gnus-agent.el (gnus-agentize):
14674         gnus-agent-send-mail-real-function no longer set to current value
14675         of message-send-mail-function but rather a lambda that calls
14676         message-send-mail-function.  The change makes the agent real-time
14677         responsive to user changes to message-send-mail-function.
14678
14679 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14680
14681         * legacy-gnus-agent.el
14682         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14683         help from Florian Weimer <fw@deneb.enyo.de>
14684
14685 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * nnmail.el (nnmail-cache-insert): Revert last change.
14688
14689 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * nnmail.el (nnmail-cache-insert): Always check whether
14692         nnmail-cache-ignore-groups matches a group name.
14693
14694 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14695
14696         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14697         (spam-find-spam, spam-log-processing-to-registry)
14698         (spam-log-registered-p, spam-log-unregistration-needed-p)
14699         (spam-log-undo-registration): Use gnus-message instead of
14700         gnus-error, none of these errors are fatal.
14701
14702         * gnus-registry.el (gnus-registry-clean-empty-function)
14703         (gnus-registry-clean-empty): Remove only empty entries without
14704         extra data.
14705
14706 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14707
14708         * spam-stat.el (spam-stat-buffer-change-to-spam)
14709         (spam-stat-buffer-change-to-non-spam): Change (error) to
14710         (gnus-message 8) invocation.
14711
14712 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * nntp.el (nntp-via-netcat-command): New variable.
14715         (nntp-via-netcat-switches): New variable.
14716         (nntp-open-via-rlogin-and-netcat): New function.
14717         (nntp-open-connection-function): Doc fix.
14718         (nntp-telnet-command): Doc fix.
14719         (nntp-end-of-line): Doc fix.
14720         (nntp-via-rlogin-command): Doc fix.
14721         (nntp-via-user-name): Doc fix.
14722         (nntp-via-address): Doc fix.
14723
14724 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14727         error in Emacs 21.1.
14728
14729 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14732
14733 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14734
14735         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14736         (gnus-agent-with-refreshed-group): New macro.
14737         (gnus-agent-rename-group): New function.
14738         (gnus-agent-delete-group): New function.
14739         (gnus-agent-save-group-info): Use gnus-command-method when
14740         `method' parameter is nil.  Don't write nil entries into the
14741         active file.
14742         (gnus-agent-get-group-info): New function.
14743         (gnus-agent-fetch-articles): Use
14744         gnus-agent-update-files-total-fetched-for to increment disk space
14745         used.
14746         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14747         gnus-agent-update-view-total-fetched-for to increment disk space
14748         used.
14749         (gnus-agent-get-local): Added optional parameters to avoid calling
14750         gnus-group-real-name and gnus-find-method-for-group.
14751         (gnus-agent-set-local): Delete stored entry if either min, or max,
14752         are nil.
14753         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14754         quit, use gnus-agent-regenerate-group to record existance of any
14755         articles fetched to disk before the quit occurred.
14756         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14757         gnus-agent-update-view-total-fetched-for, and
14758         gnus-agent-update-files-total-fetched-for to decrement disk space
14759         used.
14760         (gnus-agent-retrieve-headers): Use
14761         gnus-agent-update-view-total-fetched-for to increment disk space
14762         used.
14763         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14764         with gnus-agent-update-files-total-fetched-for to decrement disk
14765         space and fresh group buffer.
14766         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14767         (gnus-agent-need-update-total-fetched-for): New variable.
14768         (gnus-agent-update-files-total-fetched-for): New function.
14769         (gnus-agent-update-view-total-fetched-for): New function.
14770         (gnus-agent-total-fetched-for): New function.
14771
14772         * gnus-cache.el (gnus-cache-save-buffers): Use
14773         gnus-cache-update-overview-total-fetched-for to change disk space
14774         used by this group.
14775         (gnus-cache-possibly-enter-article): Use
14776         gnus-cache-update-file-total-fetched-for to increment disk space
14777         used by this group.
14778         (gnus-cache-possibly-remove-article): Use
14779         gnus-cache-update-file-total-fetched-for to decrement disk space
14780         used by this group.
14781         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14782         (gnus-cache-rename-group): New function.
14783         (gnus-cache-delete-group): New function.
14784         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14785         (gnus-cache-need-update-total-fetched-for): New variable.
14786         (gnus-cache-with-refreshed-group): New macro.
14787         (gnus-cache-update-file-total-fetched-for): New function.
14788         (gnus-cache-update-overview-total-fetched-for): New function.
14789         (gnus-cache-rename-group-total-fetched-for): New function.
14790         (gnus-cache-delete-group-total-fetched-for): New function.
14791         (gnus-cache-total-fetched-for): New function.
14792
14793         * gnus-group.el: Require gnus-sum and autoload functions to
14794         resolve warnings when gnus-group.el compiled alone.
14795         (gnus-group-line-format): Documented new %F.
14796         (size of Fetched data) group line format; identifies disk space
14797         used by agent and cache.
14798         (gnus-group-line-format-alist): Defined new F format.
14799         (gnus-total-fetched-for): New function.
14800         (gnus-group-delete-group): No longer update
14801         gnus-cache-active-altered as gnus-request-delete-group now keeps
14802         the cache in sync.
14803         (gnus-group-list-active): Let the agent store a server's active
14804         list if currently plugged.
14805
14806         * gnus-int.el (gnus-request-delete-group):
14807         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14808         local disk in sync with the server.
14809         (gnus-request-rename-group):
14810         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14811         local disk in sync with the server.
14812
14813         * gnus-start.el (gnus-get-unread-articles):
14814         Cosmetic simplification to logic.
14815
14816         * gnus-util.el (gnus-rename-file): New function.
14817
14818 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14819
14820         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14821
14822 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14823
14824         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14825         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14826
14827 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14828
14829         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14830         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14831
14832 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14833
14834         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14835
14836 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * spam.el (spam-set-difference): Add function to replace
14839         gnus-set-difference in spam.el.
14840         (spam-summary-prepare-exit): Use spam-set-difference.
14841
14842 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * gnus-registry.el (gnus-registry-cache-file): Update to use
14845         gnus-dribble-directory OR gnus-home-directory OR ~.
14846         (gnus-registry-split-fancy-with-parent): Fix doc.
14847
14848 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * message.el (message-exchange-point-and-mark): Use
14851         message-mark-active-p.  Suggested by Jesper Harder
14852         <harder@ifa.au.dk>.
14853
14854 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * message.el (message-exchange-point-and-mark): Don't activate
14857         region if it was inactive.  Suggested by Hiroshi Fujishima
14858         <pooh@nature.tsukuba.ac.jp>.
14859
14860 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * gnus-art.el (article-display-face): Display Faces in the same
14863         order as X-Faces.
14864
14865 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14868
14869 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14872         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14873         (gnus-article-mime-hierarchy): Remove.
14874         (gnus-article-mime-hierarchy-next): Remove.
14875         (gnus-article-mode): Revert 2004-03-19 change.
14876         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14877         (gnus-insert-mime-button): Revert 2004-03-19 change.
14878         (gnus-mime-accumulate-hierarchy): Remove.
14879         (gnus-mime-enter-multipart): Remove.
14880         (gnus-mime-leave-multipart): Remove.
14881         (gnus-mime-display-part): Revert 2004-03-19 change.
14882         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14883
14884         * mml.el (mml-preview): Revert 2004-03-19 change.
14885
14886 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14887
14888         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14889
14890 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14893         t while entering a file name using the mm-with-multibyte macro.
14894         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14895
14896         * mm-util.el (mm-with-multibyte): New macro.
14897
14898 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14901         user option.
14902         (gnus-mime-multipart-functions): Doc and customization fix.
14903         (gnus-article-mime-hierarchy): New variable.
14904         (gnus-article-mime-hierarchy-next): New variable.
14905         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14906         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14907         gnus-article-mime-hierarchy-next to nil.
14908         (gnus-insert-mime-button): Show hierarchy numbers.
14909         (gnus-mime-accumulate-hierarchy): New function.
14910         (gnus-mime-enter-multipart): New function.
14911         (gnus-mime-leave-multipart): New function.
14912         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14913         (gnus-mime-display-alternative): Show hierarchy numbers.
14914
14915         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14916         gnus-article-mime-hierarchy-next to nil.
14917
14918 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14919
14920         * dns.el: Don't require gnus-xmas.
14921
14922 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14923
14924         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14925         inline PGP.
14926         (mml-menu): Disable mml-quote-region if mark is inactive.
14927
14928 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14931         when the group's active is not available.
14932
14933 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14936         error.
14937
14938 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * imap.el (imap-store-password): New variable.
14941         (imap-interactive-login): Use it.
14942         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14943
14944 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14947         window-start and hscroll to summary window.
14948
14949 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14950
14951         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14952         conversion message to newsrc-dribble when an actual conversion is
14953         performed.
14954
14955 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14956
14957         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14958
14959 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mm-decode.el (mm-complicated-handles): New function reviving
14962         former definition of mm-multiple-handles.
14963
14964         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14965         (gnus-mime-delete-part): Use it.
14966
14967 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14968
14969         * gnus-agent.el (gnus-agent-read-local): Bind
14970         nnheader-file-coding-system to gnus-agent-file-coding-system to
14971         avoid the implicit assumption that they will always be equal.
14972         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14973         coding-system-for-write, as the with-temp-file macro first prints
14974         to a buffer then saves the buffer.
14975
14976 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * gnus-art.el (gnus-article-edit-part): New function.
14979         (gnus-mime-save-part-and-strip): Use it; do query instead of
14980         signaling an error; don't use mm-multiple-handles.
14981         (gnus-mime-delete-part): Ditto.
14982
14983 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14984
14985         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14986         old file versions.
14987         (gnus-group-prepare-hook): Removed function that converted list
14988         form of gnus-agent-expire-days to group properties.
14989
14990         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14991         (gnus-request-accept-article): Re-indented.
14992
14993         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14994         converters to handle old agent file formats.  Added logic for a
14995         "backup before upgrading warning".
14996         (gnus-convert-mark-converter-prompt): Developers can mark
14997         functions as needing (default), or not needing,
14998         gnus-convert-old-newsrc's "backup before upgrading warning".
14999         (gnus-convert-converter-needs-prompt): Tests whether the user
15000         should be protected from potentially irreversable changes by the
15001         function.
15002
15003         * legacy-gnus-agent.el: New.  Provides converters that are only
15004         loaded when gnus-convert-old-newsrc needs to call them.
15005
15006 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * mail-source.el (mail-source-touch-pop): Doc fix.
15009
15010         * message.el (message-smtpmail-send-it): Doc fix.
15011
15012 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15013
15014         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15015
15016         * nnmail.el (nnmail-split-fancy): do.
15017
15018         * gnus-kill.el (gnus-kill, gnus-execute): do.
15019
15020 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15021
15022         * gnus-sum.el (gnus-widget-reversible-match)
15023         (gnus-widget-reversible-to-internal)
15024         (gnus-widget-reversible-to-external): New functions.
15025         (gnus-widget-reversible): New widget.
15026         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15027
15028 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15029
15030         * gnus-sum.el (gnus-thread-sort-functions)
15031         (gnus-article-sort-functions): Document `(not F)' items.
15032
15033 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * spam.el (spam-use-gmane-xref): Add new backend.
15036         (spam-gmane-xref-spam-group): Add variable to control the name of the
15037         Gmane spam group.
15038         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15039         (spam-regex-headers-spam, spam-regex-headers-ham)
15040         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15041         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15042         backends and checks.
15043         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15044
15045         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15046         an autodetect method.
15047
15048 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15049
15050         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15051         articles are being added to a group.
15052         (gnus-request-replace-article): Inform the agent that articles
15053         need to be uncached as the cached contents are no longer valid.
15054
15055 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * binhex.el: Don't autoload executable-find.
15058
15059         * canlock.el: Don't autoload mail-fetch-field.
15060
15061         * dgnushack.el: Autoload c-mode for XEmacs.
15062
15063         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15064
15065         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15066         rmail-dont-reply-to and rmail-output.
15067
15068         * gnus-score.el: Don't autoload ffap-string-at-point.
15069
15070         * gnus-setup.el: Don't autoload sc-cite-original.
15071
15072         * imap.el: Don't autoload base64-decode-string,
15073         base64-encode-string and md5.
15074
15075         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15076         and rmail-msg-restore-non-pruned-header.
15077
15078         * mm-decode.el: Don't autoload executable-find.
15079
15080         * mm-url.el: Don't autoload executable-find.
15081
15082         * mm-view.el: Don't autoload diff-mode.
15083
15084         * nndb.el: Don't autoload news-reply-mode, news-setup,
15085         cancel-timer and telnet.
15086
15087         * password.el: Don't autoload run-at-time for Emacs.
15088
15089         * sha1-el.el: Don't autoload executable-find.
15090
15091         * sieve-mode.el: Don't autoload c-mode.
15092
15093         * uudecode.el: Don't autoload executable-find.
15094
15095 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15096
15097         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15098         (gnus-agent-possibly-alter-active): Avoid null in numeric
15099         comparison.
15100         (gnus-agent-set-local): Refuse to save null in local object table.
15101         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15102         list of articles that will be marked as unread.
15103
15104 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15107
15108 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15111         language tags.
15112
15113 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15114
15115         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15116         Don't bind "obarray".
15117
15118         * gnus-sum.el (gnus-thread-sort-functions): Added
15119         `gnus-thread-sort-by-most-recent-number' and
15120         `gnus-thread-sort-by-most-recent-date'.
15121         Reported by Kai Grossjohann <kai@emptydomain.de>.
15122
15123 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15126
15127 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15128
15129         * gnus-cus.el (gnus-agent-customize-category): Removed
15130         ignore-errors macro reference that required cl to be loaded at
15131         run-time.
15132
15133         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15134         single-interval range of the form (min . max).  Previously the
15135         range had to look like ((min . max)).  Likewise, return
15136         (min . max) rather than ((min . max)).
15137         (gnus-range-map): Use gnus-range-normalize to accept
15138         single-interval range.
15139
15140         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15141         the cache, but not the agent, now appear with their usual face.
15142
15143         * dgnushack.el (loaddir): New variable that is bound to the
15144         directory containing the dgnushack.el file. Use loaddir, rather
15145         than srcdir, to update load-path. Change lets dgnushack compile
15146         code in directories other than GNUS/lisp.
15147
15148 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * lpath.el: Don't bind w3m-safe-url-regexp.
15151
15152         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15153         w3m-safe-url-regexp variable buffer-local.
15154
15155         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15156
15157 2004-02-27  Simon Josefsson  <jas@extundo.com>
15158
15159         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15160         gnus-group-real-prefix.
15161         (gnus-summary-move-article): Use it, instead of
15162         gnus-group-real-prefix.
15163
15164 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * lpath.el: Bind w3m-safe-url-regexp.
15167
15168         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15169         w3m-safe-url-regexp variable buffer-local and set it as the value
15170         of mm-w3m-safe-url-regexp.
15171
15172         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15173
15174         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15175         parsing gnus-posting-styles when the message is not for replying.
15176
15177         * dgnushack.el: Autoload sgml-mode for XEmacs.
15178
15179         * nnrss.el (nnrss-opml-export): Use
15180         mm-set-buffer-file-coding-system instead of
15181         set-buffer-file-coding-system.
15182
15183 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15184
15185         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15186         of checkdoc.el).
15187         * nnrss.el: do.
15188         * gnus-mlspl.el: do.
15189         * gnus-ml.el: do.
15190         * gnus-srvr.el: do.
15191
15192         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15193
15194 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15195
15196         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15197         Corrections to custom-manual links.
15198
15199         * gnus-art.el (gnus-article): Ditto.
15200
15201         * mm-decode.el (mime-display, mime-security): Ditto.
15202
15203 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15204
15205         * flow-fill.el: Typo.
15206
15207 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15208
15209         * spam-wash.el: New file.
15210
15211 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15212
15213         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15214
15215 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15216
15217         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15218         to be run with new-articles as LIST1, not LIST2.
15219         (spam-registration-functions): Add spam-use-ham-copy as a nil
15220         registration backend.
15221
15222 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15223
15224         * spam-stat.el (spam-stat-washing-hook): New option.
15225         (spam-stat-buffer-words): Use it.
15226         (spam-stat-process-directory, spam-stat-test-directory): Use
15227         insert-file-contents-literally.
15228         (spam-stat-coding-system): New variable.
15229         (spam-stat-load, spam-stat-save): Use it.
15230
15231 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * spam-report.el (spam-report-plug-agent): Quote
15234         spam-report-url-to-file and spam-report-url-ping-plain.
15235
15236 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15239         / in mailto URLs.
15240
15241 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * spam-report.el (spam-report-process-queue): Fix interactive use.
15244         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15245         (spam-report-unplug-agent): Doc fixes.
15246         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15247         (spam-report-agentize, spam-report-deagentize): Autoload.
15248
15249 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15252
15253         * message.el (message-setup-fill-variables): Add mml tags to
15254         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15255         <ajk@iu.edu>.
15256         (message-mode): Don't modify paragraph-separate there.
15257
15258 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * compface.el (uncompface-use-external): Default to undecided.
15261         (uncompface-use-external-threshold): New variable.
15262         (uncompface-float-time): New macro.
15263         (uncompface): Determine whether to use the external decoder if
15264         uncompface-use-external is undecided.
15265
15266 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15267
15268         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15269         after images.
15270
15271         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15272
15273 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15274
15275         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15276
15277         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15278
15279         * gnus-sum.el (gnus-summary-limit-to-age)
15280         (gnus-summary-limit-children): do.
15281
15282         * gnus-int.el (gnus-request-scan): do.
15283
15284         * gnus-group.el (gnus-group-suspend): do.
15285
15286         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15287
15288         * gnus-cite.el (gnus-cite-parse-attributions): do.
15289
15290         * gnus-agent.el (gnus-summary-set-agent-mark)
15291         (gnus-agent-regenerate-group): do.
15292
15293         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15294
15295         * binhex.el (binhex-decode-region-internal): do.
15296
15297 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-fun.el (gnus-face-properties-alist): New user option.
15300         (gnus-display-x-face-in-from): Use it.
15301
15302         * gnus-art.el (article-display-face): Ditto.
15303
15304         * compface.el (uncompface-use-external): Default to nil.
15305
15306 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15307
15308         * nntp.el (nntp-erase-buffer): New function.
15309         (nntp-retrieve-data, nntp-send-command)
15310         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15311         (nntp-possibly-change-group): Use it.
15312
15313         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15314         with-current-buffer.
15315
15316 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15317
15318         * compface.el: Merge the ELisp-based uncompface program.
15319         (compface): New customization group.
15320         (uncompface-use-external): New user option.
15321         (uncompface): Call uncompface-internal if uncompface-use-external
15322         is nil.
15323         (uncompface-internal): New function.  Note that there are also
15324         some other functions and variables added for this function.
15325
15326 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15329         if necessary.
15330
15331 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15332
15333         * spam-report.el (spam-report-unplug-agent)
15334         (spam-report-plug-agent, spam-report-deagentize)
15335         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15336         Add support for the Agent in spam-report: when unplugged, report to a
15337         file; when plugged, submit all the requests.
15338
15339         * spam.el (spam-register-routine): Fix message about
15340         registration.
15341
15342 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15343
15344         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15345         dependencies.
15346         (rfc2047-encode): Use it.
15347
15348         * gnus-art.el (gnus-button-marker-list): Move before first
15349         reference.
15350
15351         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15352         (imap-parse-body): Fix format string mismatch.
15353
15354         * gnus-score.el (gnus-summary-increase-score): do.
15355
15356         * nnrss.el (nnrss-close): New function.
15357
15358 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15359
15360         * nnrss.el (nnrss-make-filename): New function.
15361         (nnrss-request-delete-group, nnrss-read-server-data)
15362         (nnrss-save-server-data, nnrss-read-group-data)
15363         (nnrss-save-group-data): Use it.
15364         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15365         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15366         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15367
15368 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15371
15372 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15373
15374         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15375         files.
15376
15377         * message.el (message-generate-headers-first): Don't quote nil
15378         and t in docstrings.
15379
15380         * imap.el (imap-id): do.
15381
15382         * gnus-agent.el (gnus-agent-consider-all-articles)
15383         (gnus-agent-queue-mail): do.
15384
15385 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * spam-report.el (spam-report-process-queue): New function.
15388         Process requests from `spam-report-requests-file'.
15389         (spam-report-process-queue): Doc fix.
15390
15391 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * spam.el (spam-register-routine)
15394         (spam-log-processing-to-registry, spam-log-registered-p)
15395         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15396         Change "check" to "spam-check" for semi-clarity.
15397
15398 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15399
15400         * pop3.el: Require nnheader.
15401
15402         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15403
15404         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15405
15406         * gnus-picon.el: Require cl.
15407
15408         * gnus-fun.el: Require gnus-ems and gnus-util.
15409
15410         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15411
15412         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15413
15414         * gnus-art.el (gnus-article-edit-mode): Define before first
15415         reference.
15416
15417 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15418
15419         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15420         (gnus-uu-post-encoded): Use point-at-bol.
15421
15422         * gnus-topic.el (gnus-group-active-topic-p): do.
15423
15424         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15425
15426         * gnus-group.el (gnus-group-kill-region): do.
15427
15428         * gnus-art.el (article-date-ut): do.
15429
15430         * message.el (message-fetch-field): Remove redundant
15431         case-fold-search binding.
15432         (message-narrow-to-field): Simplify.
15433
15434 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * spam.el (spam-directory): Derive from `gnus-directory'.
15437
15438         * spam-report.el (spam-report-url-to-file)
15439         (spam-report-requests-file): New function and variable for offline
15440         reporting.
15441         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15442         and user defined function.
15443         (spam-report-url-ping-mm-url): Remove doubled slash.
15444
15445 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15446
15447         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15448
15449 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15450
15451         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15452         format string mismatch.
15453
15454         * sieve.el (sieve-deactivate-all): do.
15455
15456         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15457
15458         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15459
15460         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15461
15462         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15463
15464 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15465
15466         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15467         the list of checks.
15468
15469 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15470
15471         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15472         padding.
15473
15474 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15475
15476         * mm-view.el (mm-fill-flowed): New variable.
15477         (mm-inline-text): Use it.
15478
15479 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * spam.el (spam-spamassassin-register-ham-routine)
15482         (spam-spamassassin-register-spam-routine): Fix function names.
15483
15484 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * gnus.el (gnus-tmp-grouplens): Remove.
15487         (gnus-summary-line-format): Remove grouplens.
15488
15489         * gnus-group.el (gnus-group-line-format): Ditto.
15490
15491         * gnus-spec.el (gnus-format-specs): Ditto.
15492         (gnus-update-format-specifications): Flush the group format spec
15493         cache if there's the grouplens stuff.
15494         (gnus-parse-simple-format): Replace %l with the empty string.
15495
15496 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15497
15498         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15499         omission.
15500
15501 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15504         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15505
15506 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15507
15508         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15509         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15510         New macros and functions.
15511         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15512         Handle > NLINK_MAX messages.
15513         * nnmaildir.el (nnmaildir-request-set-mark): Use
15514         nnmaildir--emlink-p and nnmaildir--eexist-p.
15515
15516 2004-01-25  Alex Schroeder  <alex@gnu.org>
15517
15518         * spam-stat.el (spam-stat-process-directory-age): New option.
15519         (spam-stat-process-directory): Use it.
15520
15521 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15522
15523         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15524         (spam-stat-save): Accept prefix argument.
15525
15526 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15527
15528         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15529         links" error.
15530
15531 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15534         the rest of the and/or forms.
15535
15536 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15537
15538         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15539         compatibility with old .newsrc.eld files.
15540
15541         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15542
15543         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15544
15545         * gnus-start.el (gnus-1): do.
15546
15547         * gnus-group.el (gnus-group-line-format-alist): do.
15548
15549         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15550
15551         * gnus-gl.el: Remove.
15552
15553 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15554
15555         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15556         marks consisting of a single range {for example, (3 . 5)} rather
15557         than a list of a single range { ((3 . 5)) }.
15558
15559 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15560
15561         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15562         with-current-buffer.
15563         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15564         avoid consing a string.
15565
15566         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15567         Remove obsolete entries for big5 and gb2312.
15568
15569 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15570
15571         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15572         uncompressed list.
15573
15574 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15575
15576         * spam-stat.el (spam-stat-strip-xref): New function.
15577         (spam-stat-process-directory): Use it.
15578
15579         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15580         here -- it's done in message-fetch-field.
15581
15582 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15583
15584         * gnus-agent.el (gnus-agent-queue-mail)
15585         (gnus-agent-prompt-send-queue): New variables.
15586         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15587         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15588         "nndraft:queue" along to gnus-draft-send.  Use
15589         gnus-agent-prompt-send-queue.
15590         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15591         is "nndraft:queue".  Suggested by Gaute Strokkenes
15592         <gs234@srcf.ucam.org>
15593
15594         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15595         (agent-enable-undownloaded-faces): Added.
15596         (gnus-agent-cat-groups): Use eval-and-compile, not
15597         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15598         method of gnus-agent-cat-groups even when the buffer has been
15599         evaled.
15600         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15601         delete gnus-agent-save-active-1.
15602         (gnus-agent-save-groups): Deleted.  Identical to
15603         gnus-agent-save-active.
15604         (gnus-agent-write-active): No longer adjust agent's copy of active
15605         file as agent's adjustments are now stored in their own
15606         file.  Removed optional parameter.
15607         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15608         servers.  Add use of min/max range limits from server's local
15609         file.
15610         (gnus-agent-save-alist): Removed unused optional argument.
15611         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15612         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15613         (gnus-agent-set-local): A per-server file that keeps min/max range
15614         limits for articles known to the agent.  Provides a fast mechanism
15615         for altering many active ranges.
15616         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15617         active file (local makes it unnecessary).
15618         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15619
15620         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15621         (agent-enable-undownloaded-faces): Added.
15622
15623         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15624         disable it when sending to "nndraft:queue".
15625         (gnus-group-send-queue): Add safety check to avoid sending queue
15626         when unplugged.
15627
15628         * gnus-group.el (gnus-group-catchup): Use new
15629         gnus-sequence-of-unread-articles, not
15630         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15631         numbers of articles.  Use gnus-range-map to avoid having to
15632         uncompress the unread list.
15633         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15634         Fixed invalid ange-ftp reference.
15635
15636         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15637         (gnus-sorted-range-intersection): Intersection of two ranges
15638         without requiring that they first be uncompressed.
15639
15640         * gnus-start.el (gnus-activate-group): Unless blocked by the
15641         caller, possibly expand the active range to include both cached
15642         and agentized articles.
15643         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15644         multiple version-dependent converters.
15645         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15646         gnus-agent-save-active.
15647         (gnus-save-newsrc-file): Save dirty agent range limits.
15648
15649         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15650         gnus-agent-possibly-alter-active.
15651         (gnus-adjust-marked-articles): Faster handling of simple lists.
15652
15653 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15654
15655         * spam-stat.el (spam-stat-test-directory): New optional argument
15656         displays a list of files detected.  Suggested by Andrew Cohen
15657         <cohen@andy.bu.edu>.
15658         (spam-stat-buffer-words-with-scores): Don't narrow and change
15659         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15660
15661 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15662
15663         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15664         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15665         (spam-spamassassin-arguments)
15666         (spam-spamassassin-spam-flag-header)
15667         (spam-spamassassin-positive-spam-flag-header)
15668         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15669         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15670         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15671         (spam-list-of-processors, spam-list-of-checks)
15672         (spam-list-of-statistical-checks, spam-registration-functions)
15673         (spam-check-spamassassin-headers, spam-check-spamassassin)
15674         (spam-spamassassin-score)
15675         (spam-spamassassin-register-with-sa-learn)
15676         (spam-spamassassin-register-spam-routine)
15677         (spam-spamassassin-register-ham-routine)
15678         (spam-assassin-register-spam-routine)
15679         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15680         (spam-bogofilter-score): Fix to show article before scoring.
15681
15682 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15683
15684         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15685         default scoring function.
15686         (spam-generic-score): Call spam-spamassassin-score if
15687         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15688         spam-bogofilter-score otherwise.
15689
15690         * gnus.el (spam-process, spam-autodetect-methods): Add
15691         spamassassin and spamassassin-headers.
15692
15693 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15694
15695         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15696         Suppress unnecessary messages.
15697
15698 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15699
15700         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15701         make-hash-table.
15702
15703 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * canlock.el (base64-encode-string): Don't autoload it.
15706
15707 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * run-at-time.el: Remove useless (require 'itimer),
15710         eval-and-compile and (featurep 'xemacs).
15711
15712 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15715         GROUP is a virtual group.
15716
15717 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15718
15719         * gnus.el: Autoload `message-y-or-n-p'.
15720
15721 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * pgg-parse.el: Remove unnecessary (require 'custom).
15724
15725         * pgg-def.el: do.
15726
15727         * nnmail.el: do.
15728
15729         * gnus-undo.el: do.
15730
15731         * gnus-picon.el: do.
15732
15733         * gnus-util.el: do.
15734
15735 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15738
15739 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15742         handle, as well as a list.
15743
15744         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15745         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15746         (mm-w3m-cid-retrieve): Simplify.
15747
15748 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15749
15750         * message.el (message-kill-to-signature): Allow prefix arg to
15751         specify number of lines to keep before signature.
15752
15753 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15754
15755         * message.el (message-kill-to-signature): Change docstring.
15756
15757 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * canlock.el: Always require sha1-el.
15760         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15761
15762         * message.el: Autoload sha1 only when compiling.
15763
15764         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15765         eudc-expand-inline for XEmacs.
15766
15767 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * message.el (message-canlock-generate): Require sha1-el.
15770
15771 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15772
15773         * message.el (message-expand-name): Silence the byte compiler.
15774
15775         * lpath.el: Add detect-coding-system.
15776
15777         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15778         cus-edit.
15779
15780 2004-01-13  Simon Josefsson  <jas@extundo.com>
15781
15782         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15783         Invoke gnus-score-mode.  Reported by
15784         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15785
15786         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15787         Jim Blandy <jimb@redhat.com> (tiny change).
15788
15789 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15790
15791         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15792
15793 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * spam.el (spam-get-article-as-string): Update to use
15796         gnus-request-article-this-buffer, much simpler.
15797         (spam-get-article-as-buffer): Remove.
15798
15799 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15800
15801         * message.el (message-expand-name): Use EUDC if the user uses that.
15802
15803 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15806         character for the encoding to avoid consing a string.
15807
15808         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15809         unnecessarily.
15810
15811         * mm-util.el (mm-replace-chars-in-string): Remove.
15812
15813         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15814         of mm-replace-chars-in-string.
15815
15816 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15819
15820         * mm-util.el (mm-subst-char-in-string): Support inplace.
15821
15822         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15823         a new string in every iteration.  Use shy groups.
15824
15825 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15826
15827         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15828         * gnus-soup.el (gnus-soup-group-brew):
15829         * gnus-msg.el (gnus-put-message):
15830         * gnus-move.el (gnus-group-move-group-to-server):
15831         * gnus-kill.el (gnus-batch-score):
15832         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15833         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15834         (gnus-group-update-group, gnus-group-read-group)
15835         (gnus-group-make-group, gnus-group-make-help-group)
15836         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15837         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15838         (gnus-group-sort-by-unread, gnus-group-catchup)
15839         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15840         (gnus-group-yank-group, gnus-group-set-info)
15841         (gnus-group-list-groups):
15842         * gnus.el (gnus-generate-new-group-name):
15843         * gnus-delay.el (gnus-delay-send-queue):
15844         * nnvirtual.el (nnvirtual-catchup-group):
15845         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15846         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15847         (gnus-group-prepare-topics, gnus-topic-check-topology):
15848         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15849         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15850         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15851         (gnus-group-make-articles-read):
15852         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15853         (gnus-group-change-level, gnus-kill-newsgroup)
15854         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15855         (gnus-get-unread-articles, gnus-make-articles-unread)
15856         (gnus-make-ascending-articles-unread): Use accessor
15857         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15858         to get group information for improved readability.
15859
15860
15861 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15862
15863         * gnus-art.el (article-decode-mime-words, article-babel)
15864         (gnus-article-highlight-signature, gnus-article-add-buttons)
15865         (gnus-signature-toggle): Use gnus-with-article-buffer.
15866
15867         * gnus-art.el (gnus-article-highlight-headers)
15868         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15869
15870         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15871         (gnus-article-set-globals, gnus-request-article-this-buffer)
15872         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15873         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15874         (gnus-mime-display-alternative): Use with-current-buffer.
15875
15876 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15877
15878         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15879         also under 80 char limit, and call gnus-error if needed.
15880         (spam-fetch-article-header): Fix - it was a
15881         buffer-local variable (gnus-newsgroup-data).
15882         (spam-find-spam): Use spam-generate-fake-headers, forget about
15883         spam-insert-fake-headers.
15884         (spam-insert-fake-headers): Remove.
15885
15886 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15887
15888         * deuglify.el (gnus-article-outlook-unwrap-lines)
15889         (gnus-outlook-rearrange-article)
15890         (gnus-outlook-repair-attribution-outlook)
15891         (gnus-outlook-repair-attribution-block)
15892         (gnus-outlook-repair-attribution-other): Remove redundant
15893         save-excursion.
15894
15895 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15896
15897         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15898         (spam-fetch-field-subject-fast)
15899         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15900         (spam-fetch-article-header): Add functions to deal with Gnus
15901         internals for fast retrieval of article header data.
15902         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15903
15904 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15905
15906         * pop3.el (pop3-md5): Remove.
15907         (pop3-apop): Replace pop3-md5 with md5.
15908
15909         * mm-bodies.el: base64 is always built-in.
15910
15911         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15912         with-current-buffer.
15913
15914 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * canlock.el (canlock-insert-header): Remove excessive grouping in
15917         regexp.
15918
15919         * gnus-sum.el (gnus-summary-read-document): Ditto.
15920
15921         * gnus-uu.el (gnus-uu-part-number): Ditto.
15922
15923         * html2text.el (html2text-remove-tags): Ditto.
15924         (html2text-format-tags): Ditto.
15925         (html2text-format-single-elements): Ditto.
15926
15927         * mml.el (mml-parse-1): Ditto.
15928
15929 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15930
15931         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15932
15933         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15934
15935         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15936
15937         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15938
15939 2003-11-15  Simon Josefsson  <jas@extundo.com>
15940
15941         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15942         (pgg-gpg-lookup-key): Use regexp match instead of
15943         split-string (split-string is different between emacs 21.2 and
15944         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15945
15946 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * gnus-art.el (gnus-mime-view-all-parts)
15949         (gnus-article-part-wrapper, gnus-article-view-part): Use
15950         with-current-buffer.
15951
15952 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15953
15954         * spam.el (spam-disable-spam-split-during-ham-respool)
15955         (spam-spamoracle-database, spam-cache-lookups)
15956         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15957         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15958         (spam-group-ham-marks, spam-group-spam-marks)
15959         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15960         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15961         also add spam-use-blackholes to the statistical checks.
15962         (spam-fetch-field-fast): Add interface to fetching fields, may
15963         become a macro.
15964         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15965         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15966         (spam-insert-fake-headers): Fake an article when needed.
15967         (spam-find-spam): Fake article when possible.
15968         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15969         (spam-check-bogofilter-headers): Use message-fetch-field instead
15970         of nnmail-fetch-field.
15971
15972 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15975
15976 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-split): Do not require spam-use-CHECK to be
15979         enabled if that check is passed to spam-split explicitly; also
15980         fix so 'spam doesn't get converted to spam-split-group when
15981         spam-split-symbolic-return is t.
15982         (spam-find-spam): Find registrations of the article and use those
15983         instead of re-running spam-split to find the spam/ham
15984         classification of the article.
15985         (spam-log-processing-to-registry, spam-log-registered-p)
15986         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15987         Use gnus-error instead of gnus-message.
15988         (spam-log-registration-type): Add function to determine the
15989         classification of a message based on registry entries; will
15990         return nil if both 'spam and 'ham are found.
15991         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15992         a reasonably fast local cache without the loading errors.
15993         (spam-cache-lookups): Set to t by default.
15994         (spam-find-spam): Don't try to guess spam-cache-lookups.
15995         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15996         spam-caches entry.
15997         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15998         caching of whitelist/blacklist entries.
15999         (spam-check-whitelist, spam-check-blacklist): Invoke
16000         spam-from-listed-p with a type, not a cache variable.
16001         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16002
16003 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16004
16005         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16006
16007         * nnmail.el (nnmail-split-fancy): do.
16008
16009         * mml.el (mml-parse): do.
16010
16011         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16012         (gnus-score-adaptive): do.
16013
16014 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16017         (gnus-mime-button-map): Don't set keymap parent.
16018         (gnus-button-ctan-directory-regexp): Use shy grouping.
16019         (gnus-prev-page-map): Don't set keymap parent.
16020         (gnus-prev-page-map): Remove duplicated one.
16021         (gnus-next-page-map): Don't set keymap parent.
16022         (gnus-mime-security-button-map): Ditto.
16023
16024         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16025         version number.
16026
16027         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16028
16029 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * canlock.el (canlock-sha1-function): Remove.
16032         (canlock-sha1-function-for-verify): Remove.
16033         (canlock-openssl-program): Remove.
16034         (canlock-openssl-args): Remove.
16035         (canlock-ignore-errors): Remove.
16036         (canlock-sha1-with-openssl): Remove.
16037         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16038         (canlock-verify): Don't use canlock-ignore-errors.
16039
16040         * sha1-el.el (sha1-string-external): Make it can return a string
16041         in binary form.
16042         (sha1-region-external): Ditto.
16043         (sha1-string-internal): Ditto.
16044         (sha1-region-internal): Ditto.
16045         (sha1-region): Ditto.
16046         (sha1-string): Ditto.
16047         (sha1): Ditto.
16048
16049 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * spam.el (spam-report-articles-gmane): New command.
16052
16053 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16056
16057         * run-at-time.el (run-at-time-saved): Remove.
16058         (run-at-time): Doc fix.
16059
16060 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16061
16062         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16063         (gnus-summary-limit-map): Add it.
16064         (gnus-summary-make-menu-bar): do.
16065
16066 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16069         Make attempt at some caching support (done for BBDB only now).
16070         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16071         addresses to be checked.
16072         (spam-clear-cache-BBDB): Add function, to be invoked by
16073         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16074         (spam-check-BBDB): Check and use the caches, if
16075         spam-cache-lookups is on, remove superfluous (provide).
16076
16077 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16080
16081 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16082
16083         * run-at-time.el (run-at-time-saved): Move to after the definition
16084         of `run-at-time'.
16085
16086         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16087
16088 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16091         mm-w3m-local-map-property.
16092
16093         * mm-view.el (mm-w3m-mode-map): Remove.
16094         (mm-w3m-local-map-property): Remove.
16095         (mm-inline-text-html-render-with-w3m): Don't use
16096         mm-w3m-local-map-property.
16097
16098 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099
16100         * run-at-time.el: New file.
16101
16102         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16103         under Emacs.
16104
16105         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16106         of gnus-set-text-properties.
16107
16108         * gnus-uu.el (gnus-uu-save-article): Ditto.
16109
16110         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16111
16112         * gnus-cite.el (gnus-cite-parse): Ditto.
16113
16114         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16115         of gnus-.
16116
16117         * gnus-xmas.el (run-at-time): Require run-at-time.
16118
16119         * gnus.el: Changed calls to nnheader-run-at-time and
16120         password-run-at-time throughout to use run-at-time directly.
16121
16122         * password.el: Removed definition of run-at-time.
16123
16124         * nnheaderxm.el: Remove definition of run-at-time.
16125
16126 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16127
16128         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16129         in prompt.
16130
16131 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16132
16133         * messagexmas.el (message-xmas-redefine): Alias
16134         `message-make-caesar-translation-table' to
16135         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16136         version.
16137
16138         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16139         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16140         `gnus-xmas-set-text-properties'.
16141         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16142         `gnus-xmas-completing-read'.
16143         (gnus-xmas-completing-read): Removed.
16144         (gnus-xmas-open-network-stream): Removed.
16145
16146         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16147         XEmacs version.
16148
16149         * dns.el (dns-make-network-process): Use `open-network-stream'
16150         instead of `gnus-xmas-open-network-stream'.
16151
16152         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16153
16154         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16155
16156 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16157
16158         * gnus-art.el (gnus-mime-display-alternative)
16159         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16160         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16161         Don't use gnus-local-map-property.
16162
16163         * gnus-util.el (gnus-local-map-property): Remove.
16164
16165         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16166         gnus-completing-read-maybe-default with completing-read.
16167
16168         * gnus-util.el (gnus-completing-read): do.
16169         (gnus-completing-read-maybe-default): Remove.
16170
16171 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16172
16173         * password.el: Only autoload `run-at-time' if not XEmacs.
16174         Only autoload the itimer functions if XEmacs.
16175
16176 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16179         XEmacsen.
16180
16181         * dgnushack.el: Autoload executable-find for XEmacs.
16182
16183 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16184
16185         * gnus-art.el (gnus-read-string): Remove.
16186         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16187         read-string.
16188
16189 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16190
16191         * netrc.el: Autoload password-read.
16192         (netrc): Add configuration group.
16193         (netrc-encoding-method, netrc-openssl-path): Add
16194         variables for encoding and decoding of files with symmetric
16195         ciphers.
16196         (netrc-encode): Add assistant function to encode a file with
16197         netrc-encoding-method.
16198         (netrc-parse): Add interactive parameter, added optional
16199         decoding if netrc-encoding-method is non-nil but otherwise
16200         behavior is standard.
16201         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16202         Do s/encode/encrypt/ everywhere.
16203
16204         * spam.el: Remove executable-find autoload.
16205
16206 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16207
16208         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16209
16210         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16211
16212 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * gnus-art.el (gnus-treat-ansi-sequences)
16215         (article-treat-ansi-sequences): New variable and function.
16216         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16217
16218         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16219         Use it.
16220
16221 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16222
16223         * mm-util.el (mm-quote-arg): Remove.
16224
16225         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16226         shell-quote-argument.
16227
16228         * gnus-uu.el (gnus-uu-command): do.
16229
16230         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16231
16232         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16233         with make-char.
16234
16235         * mm-util.el (mm-make-char): Remove.
16236
16237         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16238         add-minor-mode.
16239
16240         * gnus-undo.el (gnus-undo-mode): do.
16241
16242         * gnus-topic.el (gnus-topic-mode): do.
16243
16244         * gnus-sum.el (gnus-dead-summary-mode): do.
16245
16246         * gnus-start.el (gnus-slave-mode): do.
16247
16248         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16249
16250         * gnus-ml.el (gnus-mailing-list-mode): do.
16251
16252         * gnus-gl.el (gnus-grouplens-mode): do.
16253
16254         * gnus-draft.el (gnus-draft-mode): do.
16255
16256         * gnus-dired.el (gnus-dired-mode): do.
16257
16258         * gnus-ems.el (gnus-add-minor-mode): Remove.
16259
16260         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16261         Replace gnus-char-width with char-width.
16262
16263         * gnus-ems.el (gnus-char-width): Remove.
16264
16265         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16266         Replace gnus-char-width with char-width.
16267
16268         * gnus-ems.el (gnus-char-width): Remove.
16269
16270         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16271         definition.
16272         Remove Emacs 20 hash table compatibility code.
16273
16274         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16275         20 compatibility code.
16276
16277         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16278
16279         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16280
16281         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16282         with point-at-{eol,bol}.
16283
16284         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16285
16286         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16287
16288         * flow-fill.el (fill-flowed-point-at-bol)
16289         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16290
16291         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16292         Replace with point-at-{eol,bol} throughout all files.
16293
16294 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * ntlm.el (ntlm-string-as-unibyte): New macro.
16297         (ntlm-build-auth-response): Use it.
16298
16299         Remove Emacs 20 stuff:
16300         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16301         (butlast, mapc, remove): Remove the compiler macros.
16302         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16303         of delq and copy-sequence.
16304         * gnus-art.el (popup-menu): Remove the compiler macro.
16305         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16306         Emacs 20.
16307
16308 2004-01-05  Simon Josefsson  <jas@extundo.com>
16309
16310         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16311         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16312         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16313         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16314         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16315         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16316         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16317         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16318         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16319         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16320         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16321         string-xor into ntlm-string-xor.  Suggested by
16322         Jesper Harder <harder@myrealbox.com>.
16323
16324         * ntlm.el: Don't include poem.
16325
16326         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16327         Jesper Harder <harder@myrealbox.com>.
16328
16329         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16330
16331         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16332         probably breaks emacs with DL patch, but do we care? Is anyone
16333         still using the DL stuff?)
16334
16335         * sieve-manage.el: Use the password package.
16336         (sieve-manage-read-passwd): Remove.
16337         (sieve-manage-interactive-login): Use password.  Re-add
16338         condition-case around loop.
16339
16340         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16341         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16342         the password package.
16343
16344 2003-02-19  Simon Josefsson  <jas@extundo.com>
16345
16346         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16347         token.
16348
16349 2002-08-07  Simon Josefsson  <jas@extundo.com>
16350
16351         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16352         (sieve-manage-authenticators):
16353         (sieve-manage-authenticator-alist): Add some SASL mechs.
16354         (sieve-sasl-auth): New function.
16355         (sieve-manage-cram-md5-auth):
16356         (sieve-manage-plain-auth): Rewrite using SASL library.
16357         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16358         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16359         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16360         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16361
16362 2004-01-05  Simon Josefsson  <jas@extundo.com>
16363
16364         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16365         New files.
16366
16367 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16368
16369         * gnus-group.el (gnus-no-groups-message): Update.
16370
16371         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16372
16373 2003-11-09  Simon Josefsson  <jas@extundo.com>
16374
16375         * imap.el: Support for ID IMAP extension (RFC 2971).
16376         (imap-local-variables): Add imap-id.
16377         (imap-id): New variable.
16378         (imap-id): New function.
16379         (imap-parse-response): Parse untagged ID response.
16380         * nnimap.el (nnimap-id): New variable.
16381         (nnimap-open-connection): Use it.
16382
16383 2003-12-28  Simon Josefsson  <jas@extundo.com>
16384
16385         * gnus-score.el (gnus-score-edit-all-score): New.
16386         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16387
16388 2004-01-04  Simon Josefsson  <jas@extundo.com>
16389
16390         * password.el: Add.
16391
16392 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16393
16394         * dns.el (dns-query-types): Fix typo.
16395         (dns-query-types): New function.
16396         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16397         PTR and SOA replies, see RFC 1035.
16398
16399 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16400
16401         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16402
16403         * Moved to Changelog.2.
16404
16405 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16406
16407         * gnus.el (gnus-version-number): Bump version.
16408
16409 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16410
16411         * gnus.el: No Gnus v0.1 is released.
16412
16413 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16414
16415         * gnus.el: No Gnus v0.0 is released.
16416
16417 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16418
16419         * gnus.el (gnus-version-number): Bump.
16420         (gnus-version): No.
16421
16422 See ChangeLog.2 for earlier changes.
16423
16424     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16425       Free Software Foundation, Inc.
16426
16427   This file is part of GNU Emacs.
16428
16429   GNU Emacs is free software: you can redistribute it and/or modify
16430   it under the terms of the GNU General Public License as published by
16431   the Free Software Foundation, either version 3 of the License, or
16432   (at your option) any later version.
16433
16434   GNU Emacs is distributed in the hope that it will be useful,
16435   but WITHOUT ANY WARRANTY; without even the implied warranty of
16436   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16437   GNU General Public License for more details.
16438
16439   You should have received a copy of the GNU General Public License
16440   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16441
16442 ;; Local Variables:
16443 ;; coding: utf-8
16444 ;; fill-column: 79
16445 ;; add-log-time-zone-rule: t
16446 ;; End: