Copy the old-high watermark so that nothing alters it while scanning for new messages.
[gnus] / lisp / ChangeLog
1 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-move-article): Add comment.
4         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5         nothing alters it while scanning for new messages.
6
7         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8         which may or may not help.
9         (nnimap-open-connection): If we're doing a stream connection, and then
10         discover we're on a STARTTLS-capable server, then open a STARTTLS
11         connection instead.
12
13 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
14
15         * sieve-manage.el (sieve-manage-default-stream): Make default stream
16         customizable.
17
18 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * nnimap.el (utf7): Required.
21
22         * message.el (message-cite-prefix-regexp): Remove "}" from citation
23         prefix.
24
25 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
26
27         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
28
29 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * nnimap.el (nnimap-request-accept-article): Message the error on
32         error.
33
34 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
37
38 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
39
40         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
41         handing broken links to browse-url.
42
43 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * nndoc.el (nndoc-request-list): Return success always.
46
47         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
48         `fetch-old' -- we only want to fetch the articles we've requested.  The
49         rest are in the agent, probably.
50         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
51         disappeared server" to something low.  It's not important.
52
53         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
54         arrived before the FETCH data.
55
56         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
57         target here, because we don't know the Gnus name of the group.
58
59         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
60         for the correct group.
61
62         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
63
64         * gnus.el (gnus): Give a final warning after startup.
65
66         * gnus-util.el (gnus-action-message-log): New variable.
67         (gnus-message): Use it.
68         (gnus-final-warning): New function.
69
70         * nnimap.el (nnimap-open-connection): Record the greeting.
71         (nnimap): Add greeting.
72
73 2010-09-26  Julien Danjou  <julien@danjou.info>
74
75         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
76         arguments.
77         (gnus-html-wash-images): Fix spec computing to include start/end.
78
79         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
80
81 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
84         deletion.
85         (nnimap-retrieve-headers): Don't select the group, because that's
86         already done by nnimap-possibly-change-group.
87
88         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
89         (gnus-picon-transform-address): Use it.
90
91         * mail-source.el (mail-source-value): Revert previous patch.
92
93         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
94         on failure.
95         (nnimap-open-connection): Look up both virtual and physical server name
96         credentials.
97
98         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
99
100 2009-02-07  Dave Love  <fx@gnu.org>
101
102         * tls.el (open-tls-stream): Don't query killing process.
103
104 2009-02-08  Dave Love  <fx@gnu.org>
105
106         * gnus-win.el (gnus-window-to-buffer-helper,
107         gnus-all-windows-visible-p): Function needn't be a symbol.
108
109         * mail-source.el (mail-source-value): Function needn't be a symbol.
110
111 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * message.el (message-cite-prefix-regexp): Remove } from the cite
114         prefix.
115
116         * gnus-art.el (gnus-treatment-function-alist): Do picons before
117         highlight again, so that the highlight is correct.
118
119         * gnus-picon.el (gnus-picon): Remove again.
120         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
121
122         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
123         doing the header highlightling, so that the background colour of the
124         picon is correct.
125
126         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
127         (gnus-picon): Ditto.
128         (gnus-picon): Reinstate.  The background colour for picons is white.
129         (gnus-picon-insert-glyph): Make the background white.
130
131         * nnml.el (nnml-open-nov): Don't return dead buffers.
132
133         * auth-source.el (auth-source-create): Query the user for whether to
134         store the credentials.
135
136         * netrc.el (netrc-store-data): New function.
137
138         * auth-source.el (auth-source-user-or-password): Use the existing auth
139         sources, if any, for creation.
140
141         * gnus.el (gnus-group-fast-parameter): Return the last matching
142         parameter instead of the first matching parameter.
143
144 2010-09-26  Julien Danjou  <julien@danjou.info>
145
146         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
147
148 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * mml2015.el (mml2015-use): Remove gpg support.
151
152         * mml1991.el (mml1991-function-alist): Remove gpg function.
153         (mml1991-gpg-sign): Removed.
154
155 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
156
157         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
158         (gnus-browse-unsubscribe-current-group): Document it.
159         (gnus-browse-unsubscribe-group): Use it.
160
161 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
164         address to the To list for easier response.
165
166         * gnus.el (gnus-play-startup-jingle): Removed.
167         (gnus-splash): Don't play jingle.
168         (gnus): Silence gnus-load message.
169
170         * gnus-art.el (gnus-treat-play-sounds): Removed.
171
172         * gnus.el (gnus-play-jingle): Remove audio support.
173
174         * gnus-cus.el (gnus-score-customize): Remove audio reference.
175
176         * earcon.el: Removed -- no users.
177
178         * gnus-audio.el: Removed -- no users of this package.
179
180         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
181
182         * gnus-start.el (gnus-setup-news): Remove nocem support.
183
184         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
185
186         * gnus.el (gnus-use-nocem): Removed.
187
188         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
189         Removed.
190
191         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
192         uses NoCeM any more.
193
194         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
195         (gnus-button-ctan-handler): Ditto.
196         (gnus-button-handle-ctan-bogus-regexp): Ditto.
197         (gnus-button-ctan-directory-regexp): Ditto.
198         (gnus-button-handle-ctan): Ditto.
199         (gnus-button-tex-level): Ditto.
200         (gnus-button-alist): Removed CTAN stuff.
201
202 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
205         nnimap-streaming test.
206
207         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
208         servers twice.
209
210         * nnimap.el (nnimap-open-connection): Add more error reporting when
211         nnimap fails early.
212
213         * nnheader.el (nnheader-get-report-string): New function.
214         (nnheader-get-report): Use it.
215
216         * gnus-int.el (gnus-check-server): Say what the error was when opening
217         failed.
218
219         * nnimap.el (nnimap-wait-for-response): Search further when we're not
220         using streaming.
221
222 2010-09-25  Julien Danjou  <julien@danjou.info>
223
224         * gnus-html.el (gnus-html-rescale-image): Use our defalias
225         gnus-window-inside-pixel-edges.
226
227 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
230
231         * mm-decode.el (mm-save-part): Allow saving to other directories the
232         normal Emacs way.
233
234         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
235         by Jay Berkenbilt.
236
237         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
238         there isn't a single byte.
239
240         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
241         just do it.  It doesn't really seem to matter what the user responds
242         here, I think, so it's just a confusing question.
243
244         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
245         non-streaming case.
246
247         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
248         (gnus-article-encrypt-body): Use it.
249
250         * gnus-sum.el (gnus-summary-show-complete-article): New command and
251         keystroke.
252
253         * nnimap.el (nnimap-find-wanted-parts-1): Use
254         gnus-fetch-partial-articles.
255
256         * gnus-art.el (gnus-fetch-partial-articles): New variable.
257
258         * nnimap.el (nnimap-insert-partial-structure): New function.
259         (nnimap-get-partial-article): New function.
260         (nnimap-request-article): Use it.
261         (nnimap-wait-for-response): Return whether the wait was successful.
262         (nnimap-finish-retrieve-group-infos): Don't do anything if the
263         retrieval wasn't successful.
264         (nnimap-retrieve-group-data-early): Allow throttling servers.
265         (nnimap-streaming): New variable.
266         (nnimap-fetch-partial-articles): Removed.
267
268         * mm-decode.el (mm-with-part): Protect against killed buffers.
269
270         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
271         for prettier summary display.
272
273 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
274
275         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
276         directly.
277
278 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
281         apparently third-party libraries depend on it.
282
283         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
284         before starting negotiation.
285
286         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
287         privacy reasons.
288         (gnus-treat-mail-gravatar): Ditto.
289
290         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
291         buffer when inserting images.  Inserting text into the headers, for
292         instance, can make them invalid.
293
294 2010-09-25  Julien Danjou  <julien@danjou.info>
295
296         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
297         variables.
298
299         * nnheader.el: Remove useless variables news-reply-yank-from and
300         news-reply-yank-message-id.
301
302         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
303         variables.
304
305         * mml1991.el: Remove useless mml1991-verbose.
306
307         * gnus.el: Remove useless variable gnus-use-generic-from.
308         Remove obsolete variable gnus-topic-indentation.
309
310         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
311
312         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
313
314         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
315
316         * gnus-group.el: Remove useless gnus-group-icon-cache.
317         Remove useless gnus-ephemeral-group-server.
318
319         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
320
321         * mml2015.el: Remove useless mml2015-verbose.
322
323         * mml-smime.el: Remove useless mml-smime-verbose.
324
325         * gnus.el: Remove useless gnus-local-domain.
326
327         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
328         gnus-gravatar-size.
329
330         * gnus-art.el: Remove useless gnus-treat-translate.
331
332 2010-09-24  Julien Danjou  <julien@danjou.info>
333
334         * gnus-sum.el: Add support for Gravatars.
335
336         * gnus-art.el: Add support for Gravatars.
337
338         * gnus-gravatar.el: Add this file.
339
340         * gravatar.el: Add this file.
341
342 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
345
346         * gnus-group.el (gnus-group-fetch-faq): Removed.
347
348         * gnus.el (gnus-group-faq-directory): Removed.
349
350         * gnus-group.el (gnus-group-fetch-charter): Removed.
351
352         * gnus.el (gnus-group-charter-alist): Removed.
353
354         * gnus-group.el (gnus-group-archive-directory): Removed.
355         (gnus-group-recent-archive-directory): Ditto.
356         (gnus-group-make-archive-group): Removed.
357
358         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
359
360         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
361         use the same article number for all the cached articles.
362
363         * nnimap.el (nnimap-command): Register the last command time so
364         that we can use it for idling NOOPs.
365         (nnimap-open-connection): Start the keeplive timer.
366         (nnimap-make-process-buffer): Store all the process buffers.
367         (nnimap-keepalive): New function.
368
369         * starttls.el: (starttls-open-stream): Add autoload cookie.
370
371 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
372
373         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
374         handling.
375
376 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
379         its data structures.
380
381         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
382         instead of the cl.el copy-list.
383         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
384         equalp.
385
386 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
389         and tool-bar-local-item-from-menu.
390
391         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
392         mode-line-highlight face for Emacs.
393
394         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
395         loading gnus-sum.elc; fix comment for canlock-verify.
396         (gnus-article-jump-to-part): Use read-number.
397         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
398         Emacs pre-21 compatible code for help-echo.
399         (gnus-article-next-page-1): No need to adjust the number of lines.
400         (gnus-article-describe-bindings): Always use help-buffer.
401
402         * gnus-audio.el (gnus-audio-inline-sound)
403         * gnus-cus.el (gnus-custom-mode)
404         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
405
406         * gnus-sum.el (gnus-remove-overlays): Doc fix.
407
408         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
409         compatible code.
410
411 2010-09-24  Glenn Morris  <rgm@gnu.org>
412
413         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
414         visiting the fcc file in rmail-mode.
415
416         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
417
418 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * nnir.el: Silence the byte compiler.
421
422         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
423         alias to browse-url-url-encode-chars if any.
424         (gnus-html-encode-url): Use it.
425
426 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus-start.el (gnus-use-backend-marks): New variable.
429         (gnus-get-unread-articles-in-group): Use it.
430
431         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
432         makeover.
433
434 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
435
436         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
437
438 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
441         Removed.
442         (gnus-setup-news-hook): Removed
443         gnus-fixup-nnimap-unread-after-getting-new-news.
444
445         * gnus-int.el (gnus-request-update-info): Protect against backends not
446         having the function.
447
448         * nnimap.el (nnimap-stream): Mention starttls.
449         (nnimap-open-connection): Add starttls support.
450
451 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
452
453         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
454
455 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
458         BODYSTRUCTUREs.
459         (nnimap-transform-headers): Unfold quoted {42} headers.
460
461         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
462         the info.
463         (gnus-get-unread-articles): Only call updatep on backends that support
464         it.
465
466         * nnweb.el (nnweb-request-update-info): NOOP.
467
468         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
469
470         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
471         since it only deals with marks.
472
473         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
474         gnus-request-marks, and make a new gnus-request-update-info.
475
476         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
477         the active instead of the high number, which is usually too low.
478
479 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * netrc.el (netrc-parse): Remove encrypt.el mentions.
482         * encrypt.el: Removed.
483
484 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
487         server in symbolic form.
488
489         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
490         0.9.
491
492 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
495         (nnimap-update-info): Fix up code slightly.
496
497         * gnus-int.el (gnus-open-server): Add tracing for performance
498         debugging.
499
500         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
501         (gnus-group-insert-group-line): Pass the real group name so that it
502         gets the right data.
503
504         * gnus-start.el (gnus-get-unread-articles): Don't have
505         `gnus-get-unread-articles-in-group' update info, since that can be
506         really slow and doesn't seem to be needed?
507
508 2010-09-22  Dan Christensen  <jdc@uwo.ca>
509
510         * time-date.el (date-to-time): Try using parse-time-string first before
511         using the slower timezone-make-date-arpa-standard.
512
513 2010-09-22  Julien Danjou  <julien@danjou.info>
514
515         * gnus-group.el (gnus-group-insert-group-line): Call
516         gnus-group-highlight-line.
517         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
518         default hook list.
519         (gnus-group-update-eval-form): Add new function.
520         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
521         (gnus-group-get-icon): Use gnus-group-update-eval-form.
522
523 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
526         immediate, then expire all articles.
527         (nnimap-update-info): Fix off-by-one errors.
528         (nnimap-flags-to-marks): Would return no marks lists for group with no
529         flags.  Instead return the other data.
530
531 2010-09-22  Julien Danjou  <julien@danjou.info>
532
533         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
534         Only return an icon.
535         (gnus-group-insert-group-line): Compute icon to return.
536
537         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
538         variable.
539         (gnus-html-image-fetched): Only cache if
540         gnus-html-image-automatic-caching is set.
541         (gnus-html-image-fetched): Check for errors.
542
543 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
546         once per method on `g'.  This ensures that backends like nnfolder don't
547         open all their folders.
548
549         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
550         (nnimap-request-list): Nix out group in the correct buffer.
551         (nnimap-parse-flags): Implement by using `read' instead of
552         hand-parsing.
553         (nnimap-flags-to-marks): Pass on permanent-flags.
554         (nnimap-make-process-buffer): Record the server name.
555         (nnimap-parse-flags): Fix typo.
556         (nnimap-request-scan): Run split on the server in general, not just a
557         single group.
558
559         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
560         parameter, and propagate this downwards.
561
562         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
563         since EXAMINE changes it on the server.
564
565         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
566         this command might take a while.
567
568 2010-09-22  Julien Danjou  <julien@danjou.info>
569
570         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
571         harmful if you have 2 images side-by-side, they can't be properly
572         update on text deletion.  Using text-property is safer here.
573         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
574         data.
575
576 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * nnimap.el (nnimap-expunge-inbox): Removed.
579         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
580         (nnimap-expunge): Flip default to t.
581
582         * gnus.el (gnus-method-to-server): Don't push things to the cache
583         unless it's unique.
584         (gnus-server-to-method): Ditto.
585
586 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
589
590 2010-09-22  Julien Danjou  <julien@danjou.info>
591
592         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
593         get the start of data.
594         (gnus-html-encode-url): Add this function to encode special chars in
595         URL.
596         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
597         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
598
599         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
600         default.
601         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
602
603         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
604         images alt-text.
605         (gnus-html-put-image): Put alt-text as help-echo.
606
607 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
610         * mm-util.el (mm-decompress-buffer)
611         * nnir.el (nnir-run-find-grep)
612         * pop3.el (pop3-list): Use 3rd arg of split-string.
613
614         * time-date.el (format-seconds): Comment fix.
615
616         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
617         and byte-optimize-form-code-walker.
618         (dgnushack-make-auto-load): Don't advise make-autoload.
619
620         * lpath.el: Remove Emacs 21 stuff.
621
622 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
625         outside the active range.  Suggested by Dan Christensen.
626
627         * gnus-start.el (gnus-get-unread-articles): Get the extended method
628         slightly later to avoid double-getting it.
629
630         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
631         previous patch.
632
633         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
634
635 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
636
637         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
638
639 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-int.el (gnus-open-server): Give a better error message in the
642         "go offline" case.
643
644         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
645         marks for nnimap, which is seldom the right thing to do.
646
647         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
648         (gnus-same-method-different-name): New function.
649
650         * nnimap.el (parse-time): Require.
651
652         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
653         method in the presence of many similar methods.
654
655         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
656
657         * nnimap.el (nnimap-find-expired-articles): Don't refer to
658         nnml-inhibit-expiry.
659
660         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
661         find out whether methods are equal.
662
663         * nnimap.el (nnimap-find-expired-articles): New function.
664         (nnimap-process-expiry-targets): New function.
665         (nnimap-request-move-article): Request the article before looking at
666         what the Message-ID is.  Fix found by Andrew Cohen.
667         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
668
669         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
670         for oldness in addition to being a predicate.
671
672         * nnimap.el (nnimap-request-group): When we have zero articles, return
673         the right data to Gnus.
674         (nnimap-request-expire-articles): Only delete articles immediately if
675         the target is 'delete.
676
677         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
678         method, this would bug out.
679
680         * gnus-group.el (gnus-group-expunge-group): Renamed from
681         gnus-group-nnimap-expunge, and implemented as a normal interface
682         function.
683
684         * gnus-int.el (gnus-request-expunge-group): New function.
685
686         * nnimap.el (nnimap-request-create-group): Implement.
687         (nnimap-request-expunge-group): New function.
688
689 2010-09-21  Julien Danjou  <julien@danjou.info>
690
691         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
692         (gnus-html-cache-expired): Add new function.
693         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
694         wethever we should display image for fetch it.
695         Compute alt-text earlier to pass it to the fetching function too.
696         (gnus-html-schedule-image-fetching): Change function argument to only
697         get one image at a time, not a list.
698         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
699         cache.
700         (gnus-html-get-image-data): New function to retrieve image data from
701         cache.
702         (gnus-html-put-image): Change buffer argument to use image data rather
703         than file, and place image above region rather than inserting a new
704         one. Do not take alt-text as argument, since it's useless now: we place
705         the image above alt-text.
706         (gnus-html-prune-cache): Remove.
707         (gnus-html-show-images): Start to fetch image when we find one, do not
708         push into a temporary list.
709         (gnus-html-prefetch-images): Only fetch image if they have expired.
710         (gnus-html-browse-image): Fix, use 'gnus-image-url.
711         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
712
713 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
716
717 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
720         spec inser "*" if the group isn't active instead of 0.
721
722         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
723         opening the server.
724         (nnimap-request-delete-group): Implement group deletion.
725         (nnimap-transform-headers): Return the size of the entire message in
726         the Bytes header, not just the size of the first part.
727         (nnimap-request-move-article): When moving an article from nnimap,
728         request the article first so the accepting form has an article to
729         accept.  Reported by Dan Christensen.
730         (nnimap-command): Make sure that the error message doesn't error out.
731
732 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
733
734         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
735         we haven't requested anything.
736
737 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
740         "".  Fix found by Andrew Cohen.
741
742         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
743         instead of -encode-string.
744
745 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
748
749         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
750         by mm-subst-char-in-string.
751
752 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
755         waiting for the connection string.
756
757         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
758         arriving.
759
760         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
761         bogus characters.  This allows selecting certain Gmail groups.
762
763         * nnimap.el (nnimap-find-wanted-parts-1): New function.
764         (nnimap-fetch-partial-articles): New variable.
765         (nnimap-open-connection): When looking for credentials, also use the
766         nnimap-server-port.
767         (nnimap-request-article): Return the group/article number, so that Gnus
768         `^' works as expected.
769         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
770         them.
771
772         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
773         comments.
774         (gnus-methods-sloppily-equal): New function.
775         (gnus): When using the development version of Gnus, load the gnus-load
776         file.
777
778         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
779         `gnus-open-server' on each method before trying to scan them etc.  This
780         ensures that all the backend parameters are set correctly.
781
782         * nnimap.el (nnimap-authenticator): New variable.
783         (nnimap-open-connection): Allow anonymous login.
784         (nnimap-transform-headers): The chars header is called Chars not
785         Bytes.
786         (nnimap-wait-for-response): Don't infloop if the IMAP connection
787         drops.
788
789         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
790         patch, found by Knut Anders Hatlen.
791
792 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
793
794         * gnus-agent.el (gnus-agent-batch-confirmation)
795         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
796         to gnus-message.
797         * gnus-art.el (gnus-article-describe-briefly): Likewise.
798         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
799         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
800         * gnus-int.el (gnus-open-server): Likewise.
801         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
802         (gnus-score-check-syntax): Likewise.
803         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
804         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
805         Likewise.
806         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
807
808 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
811         calling conventions so that prefetch doesn't bug out.
812
813 2010-09-19  Julien Danjou  <julien@danjou.info>
814
815         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
816         rather than `subst-char-in-region' in order to be able to replace ASCII
817         char by UTF-8 ones.
818
819         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
820         than curl.
821         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
822         the right URL and ALT text on images.
823         (gnus-html-wash-tags): Fix tag case.
824         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
825         (gnus-article-html): Add -o display_ins_del=2 option.
826         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
827
828 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
831         the extra mail headers, which sometimes seem to happen for unknown
832         reasons.
833
834         * mail-parse.el (mail-header-encode-parameter): Define as
835         rfc2045-encode-string instead of as rfc2231-encode-string, since some
836         (or most, perhaps?) mail readers don't understand the latter, but do
837         understand the former.
838
839         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
840         to nil, so that no methods are automatically agentized.  I think this
841         is probably what most users want.
842
843         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
844         from url-retrieve, for instance about invalid URLs.
845
846         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
847         groups that have no articles.
848         (nnimap-request-article): Check that we really got an article when we
849         requested one.
850
851         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
852         doesn't exist.
853
854         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
855         nntp buffer so the agent can save it.
856         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
857         that CRLF doesn't get translated to \n.
858         (nnimap-open-connection): Don't make 'shell commands only send \n.
859
860 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
861
862         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
863         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
864         Update var name.
865         (nnml-generate-nov-file): Use dolist.
866         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
867         Use with-current-buffer.
868
869 2010-09-18  Julien Danjou  <julien@danjou.info>
870
871         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
872         parallel.
873
874 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * nnimap.el (nnimap-update-info): When doing partial marks update, get
877         the range update right.
878         (nnimap-request-group): Don't make `M-g' bug out on group with no
879         marks.
880         (nnoo): Required, so that other packages can require nnimap.
881         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
882         command we're looking for.  This helps when the server sends more
883         responses after we've gotten everything we expected.
884         (nnimap): Add a `newlinep' field to keep track of end-of-line
885         conventions.
886         Don't send CRLF to things that don't want it.
887         (nnimap-request-accept-article): Ditto.
888
889 2010-09-18  Julien Danjou  <julien@danjou.info>
890
891         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
892         than curl to retrieve images.
893
894 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * nnimap.el (nnimap-update-info): Extend the info so that we can set
897         the marks.
898         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
899         (nnimap-wait-for-connection): New function.
900         (nnimap-open-connection): If we have PREAUTH, don't query for login
901         credentials.
902         (nnimap-update-info): Fix off-by-one error when concatenating ranges
903         when doing a partial update.
904
905 2010-09-18  Julien Danjou  <julien@danjou.info>
906
907         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
908         tags.
909
910 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-credentials): New function.
913         (nnimap-open-connection): Use the new function to look for credentials
914         also on the numeric equivalents of "imap" and "imaps".
915
916         * gnus-start.el (gnus-activate-group): Send the info to
917         gnus-request-group.
918
919         * nnimap.el (nnimap-request-group): Have the "check" version of the
920         function parse flags and update the info, so that a `M-g' get a total
921         resync of all flags from the group.
922
923         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
924         to allow backends to alter the info on group selection.  Also alter all
925         the backend -request-group functions to take the parameter.
926
927         * nnimap.el (nnimap-store-info): New function.
928         (nnimap-update-info): Store the info for later usage.
929         (nnimap-request-group): Use the stored info for the dont-check case, so
930         that we don't retrieve all marks when we enter a group.
931
932         * nnimap.el: Use deffoo instead of defun for interface functions.
933
934         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
935         update the group info.  This makes the nndraft groups, for instance, go
936         back to their old behaviour.
937
938         * gnus-sum.el (gnus-select-newsgroup): Indent.
939
940         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
941         in.
942         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
943         nothing.
944
945         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
946         from methods that are denied.
947
948         * gnus-int.el (gnus-method-denied-p): New function.
949
950         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
951         store the password instead of netrc.
952         (nnimap-open-connection): Don't error out when we can't make a
953         connections.
954
955         * auth-source.el (auth-source-create): In the password prompt, say what
956         we're querying for.  Also prompt for user name if that hasn't been
957         given.
958
959         * nnimap.el (nnimap-with-process-buffer): Removed.
960
961 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
964         method when we're reading from the agent.
965
966         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
967
968         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
969         that's probably most useful for users.
970
971         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
972         "failed" all the time.
973
974         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
975         ...)) with (with-current-buffer ... ).
976
977         * nntp.el (nntp-open-server): Return whether the open was successful or
978         not.
979
980         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
981         select an unread unseen article first.
982
983         * nnimap.el (nnimap-open-connection): If the user doesn't have a
984         /etc/services, supply some sensible port defaults.
985
986         * dgnushack.el: Define netrc-credentials.
987
988 2010-09-17  Julien Danjou  <julien@danjou.info>
989
990         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
991
992 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
993
994         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
995         doesn't have any parameters.
996
997 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1000         only upcased checks.
1001
1002         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1003
1004         * nnimap.el (nnimap-open-shell-stream): New function.
1005         (nnimap-open-connection): Use it.
1006         (nnimap-transform-headers): Get the number of lines in each message.
1007         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1008         number of lines.
1009         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1010         problem.
1011
1012         * utf7.el (utf7-encode): Autoload.
1013
1014         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1015         to allow the mail splitting to not return a default group.  This is
1016         useful for nnimap, which will leave unmatched mail in the inbox.
1017
1018         * nnimap.el: Rewritten.
1019
1020         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1021         nnimap usage.
1022
1023         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1024         if the move is internal, so that nnimap can do fast internal moves.
1025
1026         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1027         data.
1028         (gnus-read-active-for-groups): Support finishing the early retrieval of
1029         data.
1030
1031         * gnus-range.el (gnus-range-nconcat): New function.
1032
1033         * gnus-int.el (gnus-finish-retrieve-group-infos)
1034         (gnus-retrieve-group-data-early): New functions.
1035
1036 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1037
1038         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1039         (nnrss-retrieve-groups):
1040         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1041         (pop3-quit): Use with-current-buffer.
1042
1043 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1046         instead of nnheader-accept-process-output.
1047
1048         * dgnushack.el (dgnushack-compile): Add comment.
1049
1050         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1051
1052         * gnus-html.el (gnus-html-schedule-image-fetching)
1053         (gnus-html-prefetch-images): Replace process-kill-without-query by
1054         gnus-set-process-query-on-exit-flag.
1055
1056 2010-09-16  Romain Francoise  <romain@orebokech.com>
1057
1058         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1059
1060 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1063         parameter to unintern is mandatory-ish in Emacs 24.
1064
1065         * gnus-html.el (gnus-html-schedule-image-fetching)
1066         (gnus-html-prefetch-images): Check for curl before using it.
1067
1068         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1069         depend on curl, which isn't essential.
1070
1071         * imap.el: Revert back to version
1072         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1073         seem problematic.
1074
1075 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1076
1077         * gnus-registry.el (gnus-registry-install-shortcuts):
1078         Explicitly pass `obarray' to `unintern' to avoid a warning.
1079
1080 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1083         change.
1084
1085         * nnrss.el (nnrss-request-list): Removed this function and related
1086         functions, including the moreover stuff.
1087
1088 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * nnrss.el (nnrss-retrieve-groups): New function.
1091
1092 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1093
1094         * .dir-locals.el: Add no-byte-compile cookie.
1095
1096 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * time-date.el (format-seconds): Comment fix.
1099
1100         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1101         for back end that doesn't support request-scan.
1102
1103 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1106         then do request scans from the backends.
1107
1108         * netrc.el (netrc-credentials): New conveniency function.
1109
1110         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1111         avoid running a hook per line, since this takes a lot of time,
1112         profiling shows.
1113         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1114         directly if gnus-visual-p is true.
1115
1116 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1119         groups; replace mapcar with dolist which is a bit faster; pass groups
1120         info to gnus-read-active-file-1.
1121         (gnus-read-active-file-1): Scan only specified groups if the new
1122         optional arg `infos' is given.
1123
1124 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1127
1128         * pop3.el (pop3-movemail): Removed.
1129         (pop3-streaming-movemail): Renamed to pop3-movemail.
1130
1131         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1132         don't restrict end-tag searches to the end of the line.
1133
1134 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1137         articles of every unchecked group to t, which means unknown since the
1138         server has never been opened.
1139
1140 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * gnus-html.el (gnus-html-show-alt-text): New command.
1143         (gnus-html-browse-image): Ditto.
1144         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1145         to browse the image directly.
1146         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1147         better.
1148
1149         * gnus-async.el (gnus-async-article-callback): Call
1150         `gnus-html-prefetch-images' unconditionally.
1151
1152         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1153         before feeding URLs to curl.
1154
1155 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1158         internal images as deletable by `W D D'.
1159
1160         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1161         (gnus-async-article-callback): Fix typo.
1162
1163 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1166         current line to work around bugs in the output from w3m.
1167
1168         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1169         for groups that want that.
1170
1171         * nntp.el (nntp-wait-for-string): Supply a timeout for
1172         accept-process-output to ensure progress.
1173
1174         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1175         level to get unread articles from, then use that for foreign groups,
1176         too.
1177
1178         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1179         confuses the rest of the function.
1180
1181         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1182         for the methods that support -retrieve-groups, too.
1183
1184         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1185
1186 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1189         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1190
1191         * pop3.el: Require cl when compiling.
1192         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1193
1194 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1197         that aren't going to be activated.
1198         (gnus-get-unread-articles): Fix up the last commit.
1199
1200         * gnus-html.el (gnus-article-html): Allow calling without specifying
1201         the handle.  In that case, dissect the buffer first.
1202
1203         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1204
1205         * nnimap.el (nnimap-open-connection): Revert the change that would look
1206         into authinfo for imaps instead of imap.
1207
1208         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1209         say that you don't want to call gnus-request-group with don-check, but
1210         do check the reponse.  This is for virtual groups only.
1211         (gnus-get-unread-articles): Count the archive groups as secondary, so
1212         that they're activated the same way as before.
1213
1214         * imap.el (imap-message-map): Removed optional buffer parameter, since
1215         no callers use it.
1216         (imap-message-get): Ditto.
1217         (imap-message-put): Ditto.
1218         (imap-mailbox-map): Ditto.
1219         (imap-mailbox-put): Ditto.
1220         (imap-mailbox-get): Ditto.
1221         (imap-mailbox-get): Revert last change for this function.
1222
1223         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1224         case-insensitively.
1225         (nnimap-debug): Removed.
1226
1227         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1228         to use `imap-fetch' instead.  According to the comments, this should be
1229         safe, since all other IMAP clients use the 1:* syntax.
1230         (imap-enable-exchange-bug-workaround): Removed.
1231         (imap-debug): Removed -- doesn't seem very useful.
1232
1233         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1234         mail from a file, and the file doesn't exist.
1235
1236         * imap.el (imap-log): New convenience function used throughout instead
1237         of repeating the same code all over the place.
1238
1239         * pop3.el (pop3-streaming-movemail): Return t for success.
1240
1241         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1242         .authinfo if we're using ssl connection.
1243
1244         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1245         already have if we're in a main Gnus `g' run.
1246
1247         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1248
1249 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1252
1253         * nnmh.el (nnmh-request-list-1): Bind `file'.
1254
1255         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1256         alias to set-process-query-on-exit-flag or process-kill-without-query.
1257         (pop3-open-server): Use it.
1258
1259 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1262         box to the Incoming file.  Fixes mistake in previous checkin.
1263
1264         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1265         request loop (for debugging purposes) removed.
1266
1267         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1268         culprit is more visible.
1269         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1270         (nnml-add-incremental-nov): New functions to do "incremental" nov
1271         updates, where we just append to the end of the existing nov files
1272         without reading/writing them in full.
1273
1274         * mail-source.el (mail-source-delete-crash-box): Really only check the
1275         incoming files once in a while.
1276
1277         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1278
1279         * mail-source.el (mail-source-delete-crash-box): Only check the
1280         incoming files for deletion once per day to save a lot of file
1281         accesses.
1282
1283         * pop3.el (pop3-logon): Fix up unbound variable typo.
1284
1285         * mail-source.el (pop3-streaming-movemail): Autoload.
1286
1287         * pop3.el (pop3-streaming-movemail): Respect
1288         pop3-leave-mail-on-server.
1289
1290         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1291         retrieval.
1292
1293         * pop3.el (pop3-process-filter): Removed unused function.
1294         (pop3-streaming-movemail, pop3-send-streaming-command)
1295         (pop3-wait-for-messages, pop3-write-to-file)
1296         (pop3-number-of-responses): New functions for streaming pop3
1297         retrieval.
1298
1299         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1300         come from no known methods.
1301         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1302         list.
1303
1304         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1305         message sizes.
1306         (pop3-movemail): Use erase-buffer instead of looping and deleting
1307         regions, which seems rather odd.
1308
1309         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1310         file once per `g' run.
1311
1312         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1313         directories.  This makes the draft queue directory work.
1314
1315         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1316         data from the backends, so that we only request the list of groups from
1317         each method once.  This should speed things up considerably.
1318
1319         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1320         detect that it's not implemented.
1321
1322         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1323         we actually do recurse down into the tree, but don't stat all leaf
1324         nodes.
1325
1326         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1327         then say so instead of bugging out.
1328
1329         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1330         files exist before trying to read them.
1331
1332         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1333         around <pre_int>.
1334
1335         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1336
1337         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1338
1339 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * mm-util.el (mm-image-load-path): Just return the image directories,
1342         not all directories in the path in addition to the image directories.
1343         (mm-image-load-path): Maintain a cache of the image directories so that
1344         the `g' command in Gnus doesn't have to stat dozens of directories each
1345         time.
1346
1347         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1348         (gnus-html-wash-tags): Add a new `i' command to insert images.
1349         (gnus-html-insert-image): New command and keystroke.
1350         (gnus-html-redisplay-with-images): New command and keystroke.
1351         (gnus-html-show-images): Renamed command.
1352         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1353         spacers.
1354         (gnus-html-wash-tags): Decode entities at the end, so that entities
1355         inside the tags don't mess up the rest of the "parsing".
1356
1357         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1358         so that nnimap methods aren't agentized by default.  There's apparently
1359         many problems related to agent/imap behaviour.
1360
1361         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1362
1363         * gnus-html.el: Doc fix.
1364
1365 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1368         specifier-spec-list for Emacs 21.
1369
1370         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1371         glyph-width and glyph-height instead of display-graphic-p and
1372         image-size; make avoidance of displaying small images work for XEmacs.
1373
1374         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1375         for XEmacs.
1376
1377         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1378         of symbol that holds plist data.
1379         (gnus-process-plist): Remove plist of process after getting it.
1380
1381 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * message.el (message-generate-hashcash): Change default to
1384         'opportunistic if hashcash is installed.
1385
1386         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1387         (gnus-html-put-image): Only call image-size once, since it's somewhat
1388         time-consuming on remote X servers.
1389
1390 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1393         type on data, not a file name.
1394
1395         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1396         window-pixel-edges for Emacs 21.
1397
1398         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1399         decoded contents.
1400         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1401
1402 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1405         group line format, since it isn't very interesting.
1406
1407         * gnus-agent.el (gnus-agent-short-article),
1408         (gnus-agent-long-article): Increase values for these two variables,
1409         since most people are likely to have more network connection and
1410         storage than before.
1411
1412         * gnus.el (gnus-refer-article-method): Change default to 'current.
1413         When referring an article, the common behaviour is to refer it from the
1414         current select method, not the native select method.  The chances of
1415         the native select method having the message in question is rather slim
1416         these days.
1417
1418         * gnus-sum.el (gnus-auto-select-subject): Change default to
1419         `unseen-or-unread'.  I think it's likely that most people want to
1420         select an unseen article over a previously seen, but unread one.
1421
1422         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1423         means that in the article buffer none of the minor mode elements will
1424         be shown, usually, and this is not desirable in most cases.
1425
1426         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1427         that commands like `d' (and the like) go to the next line in the
1428         buffer, instead of the next unread article.  I think this is the
1429         behaviour that is most natural for most users.
1430         (gnus-single-article-buffer): Change default to nil, so that people can
1431         have as many article buffers open as they have summary buffer.  I think
1432         this is the most natural way for the groups to behave.
1433
1434         * message.el (message-generate-new-buffers): Change default to
1435         `unsent', so that all new message buffers start their names with the
1436         string "*unsent", and it's easier to find the buffers if you move from
1437         them.
1438
1439 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1442         small.  They're probably tracking images.
1443         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1444         (gnus-html-rescale-image): Yet another try at getting the image sizing
1445         right.
1446
1447         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1448         nntp-marks-file-name is nil.
1449
1450 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * gnus-html.el (gnus-html-wash-tags)
1453         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1454         Better logging.
1455
1456 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1459
1460         * gnus-html.el (gnus-html-wash-tags): Check the value of
1461         gnus-blocked-images in the summary buffer.
1462
1463 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1464
1465         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1466
1467 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1470         like "a", it seems like.
1471         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1472         since it needs to be picked from the correct buffer.
1473
1474         * nnwfm.el: Removed.
1475
1476         * nnlistserv.el: Removed.
1477
1478 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1481         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1482
1483 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * nnkiboze.el: Removed.
1486
1487         * nndb.el: Removed.
1488
1489         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1490         alt text.
1491         (gnus-html-rescale-image): Try to get the rescaling logic right for
1492         images that are just wide and not tall.
1493
1494         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1495         overshadow variable bindings.
1496
1497 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1498
1499         * gnus-html.el (gnus-html-wash-tags)
1500         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1501         extra logging.
1502
1503 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1506         (gnus-max-image-proportion): New variable.
1507         (gnus-html-rescale-image): New function.
1508         (gnus-html-put-image): Rescale images.
1509
1510 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1511
1512         Fix up some byte-compiler warnings.
1513         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1514         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1515         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1516         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1517         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1518         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1519         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1520
1521 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-html.el (gnus-article-html): Decode contents by charset.
1524
1525 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1528         (gnus-html-frame-width, gnus-blocked-images)
1529         * message.el (message-prune-recipient-rules): Add custom version.
1530         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1531
1532         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1533         functions.
1534
1535         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1536         gnus-process-get.
1537
1538 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1539
1540         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1541         instead of lsub directly.
1542
1543 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * nnwarchive.el: Removed.
1546
1547         * gnus-soup.el: Removed.
1548
1549         * nnsoup.el: Removed.
1550
1551         * nnultimate.el: Removed.
1552
1553         * gnus-html.el (gnus-blocked-images): New variable.
1554
1555         * message.el (message-prune-recipients): New function.
1556         (message-prune-recipient-rules): New variable.
1557
1558         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1559         guess whether a long line is natural text or not.
1560
1561         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1562         gnus-process-plist and friends for compatibility.
1563
1564 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1565
1566         * gnus-html.el: Require packages that define macros used in this file.
1567         (gnus-article-mouse-face): Declare to silence byte-compiler.
1568         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1569         process-get.
1570         (gnus-html-put-image): Use plist-get to avoid getf.
1571         (gnus-html-prefetch-images): Use with-current-buffer.
1572
1573 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-ems.el: Provide compatibility functions for
1576         gnus-set-process-plist.
1577
1578         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1579         header-line-format for XEmacs 21.4.
1580
1581         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1582         * gnus.el (gnus-valid-select-methods)
1583         * message.el (message-send-mail-partially-limit)
1584         * mm-decode.el (mm-text-html-renderer)
1585         * mml.el (mml-insert-mime-headers-always)
1586         * smiley.el (smiley-regexp-alist): Bump custom version.
1587
1588 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-html.el: require mm-url.
1591         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1592         with the url to `url'.
1593         (gnus-html-wash-tags): Support cid: URLs/images.
1594
1595 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1598         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1599         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1600
1601         * gnus-move.el: Removed file, since it doesn't really work.
1602
1603         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1604         UTF-8.  This seems to fix problems with some German web feeds.
1605
1606         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1607         at the top so that the proper colours are applied.
1608
1609         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1610         don't have dots in their names.
1611
1612         * gnus-art.el (gnus-article-view-part): Doc fix.
1613
1614         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1615         XEmacs-compatible.
1616         (gnus-html-put-image): Don't do images on non-graphic displays.
1617
1618         * nnslashdot.el: Removed this unused backend.
1619
1620         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1621         actions.
1622         (gnus-undo-register-1): Revert last change.
1623
1624         * gnus-group.el (gnus-group-completing-read): Protect against not
1625         having completion-styles bound.
1626
1627         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1628         make broken recipients happier.
1629
1630         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1631
1632         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1633         point parameter.
1634
1635         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1636
1637         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1638         completion-styles for group selection.
1639
1640 2009-02-04  Andreas Schwab  <schwab@suse.de>
1641
1642         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1643         headers and regexp-quote the match if necessary.
1644
1645 2009-03-24  Miles Bader  <miles@gnu.org>
1646
1647         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1648         the blinking smiley.
1649
1650 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1651
1652         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1653         blink smiley.
1654
1655 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1658         where the dribbel file lives exists.
1659
1660         * message.el (message-send-mail-partially-limit): Change the default to
1661         nil, since most people don't want this.
1662
1663         * mm-url.el (mm-url-decode-entities): Also decode entities like
1664         &#x3212.
1665
1666 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1667
1668         * gnus-sum.el (gnus-summary-idna-message):
1669         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1670         Hyperlink urls in docstrings with URL `...'.
1671
1672 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1673
1674         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1675         functions.
1676
1677 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1680         say what the mouseover text should be.
1681
1682         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1683         version of the mm-w3m-safe-url-regexp variable to only download images
1684         in the groups where we want that to happen.
1685
1686         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1687
1688         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1689         easier debugging.
1690         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1691         big pictures in the article buffer.
1692
1693         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1694         gnus-article-html.
1695         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1696         w3m.
1697
1698         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1699
1700 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1703         which doesn't exist.
1704
1705         * message.el (message-inhibit-ecomplete): New variable to allow some
1706         function to inhibit ecomplete address storage.
1707         (message-resend): Disable ecomplete message storage when resending
1708         messages.
1709
1710         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1711
1712 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1715         Save excursion while copying, moving, and deleting articles in order to
1716         prevent the cursor from jumping to unforeseen place.
1717
1718 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * lpath.el: No need to bind bookmark-current-buffer,
1721         bookmark-yank-point and bookmark-make-record-function.
1722
1723 2010-08-17  Glenn Morris  <rgm@gnu.org>
1724
1725         * gnus-sync.el: Require gnus components whose functions are used.
1726
1727         * gnus-art.el (bookmark-make-record-function):
1728         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1729         Declare for compiler.
1730
1731         * mm-url.el (mml-compute-boundary): Autoload.
1732
1733 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1736
1737 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         Typo fix "hoo4a" -> "hook".
1740
1741         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1742
1743 2010-08-14  Glenn Morris  <rgm@gnu.org>
1744
1745         * gnus-sync.el (gnus-sync): Fix defgroup version.
1746
1747 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1748
1749         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1750
1751         * gnus-sync.el: Fix docs.
1752         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1753         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1754
1755 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1756
1757         Optimizations for gnus-sync.el.
1758
1759         * gnus-sync.el: Add docs about gnus-sync-backend
1760         possibilities.
1761         (gnus-sync-save): Remove unnecessary message.
1762         (gnus-sync-read): Optimize and show what groups were skipped.
1763
1764 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1765
1766         Minor bug fixes for gnus-sync.el.
1767
1768         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1769         read the sync on get-new-news.
1770
1771         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1772         quiet.
1773
1774         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1775
1776 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1777
1778         Make saving and restoring of hidden threads work with overlays.
1779         Patch applied by Ted Zlatanov.
1780
1781         * gnus-sum.el (gnus-hidden-threads-configuration)
1782         (gnus-restore-hidden-threads-configuration): Update to deal with text
1783         properties, rather than searching for a magic character.
1784
1785 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         New gnus-sync.el library for synchronization of marks.
1788
1789         * gnus-sync.el: New library for synchronization of marks.
1790
1791         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1792         renamed from `gnus-registry-grep-in-list'.
1793
1794         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1795
1796         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1797
1798 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1801         determining charset of text fails.
1802
1803 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * nnmail.el (nnmail-get-new-mail-1): Revert.
1806
1807         * nnml.el (nnml-active-number): Make sure names of newly created groups
1808         in nnml-group-alist are encoded.
1809
1810 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1813         containing non-ASCII characters in active file for nnml back end.
1814
1815 2010-07-24  David Engster  <dengste@eml.cc>
1816
1817         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1818         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1819
1820 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1821
1822         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1823         tag (Bug#6654).
1824
1825 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1828         the article buffer, not the summary buffer.
1829
1830 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1833         Emacs 23 as well.
1834
1835 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1838         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1839
1840 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1841
1842         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1843         Patch applied by Karl Fogel.
1844
1845         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1846         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1847
1848 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1849
1850         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1851         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1852         C-w still not working correctly from Article buffers; Thierry's
1853         patch to fix that will be applied after this.
1854
1855         * gnus-art.el (bookmark-make-record-function): New local variable.
1856
1857         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1858         article buffer.
1859         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1860
1861 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1862
1863         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1864         on changes in bookmark.el.
1865
1866 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1869         `no-log' instead of message not to log prompt string.
1870
1871 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1872
1873         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1874         the *other* type of HTML form submission.
1875
1876 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1877
1878         * auth-source.el (auth-source-pick): If choice does not contain a
1879         questioned keyword, set the check to t.
1880
1881 2010-06-12  Romain Francoise  <romain@orebokech.com>
1882
1883         * gnus-util.el (gnus-date-get-time): Move up before first use.
1884
1885 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1888         (gnus-article-edit-part): Bind it to make last part that is substituted
1889         or deleted visible.
1890         (gnus-mime-display-single): Buttonize part of which id equals to
1891         gnus-mime-buttonized-part-id.
1892
1893 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1894
1895         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1896         (gnus-dd-mmm): Use gnus-date-get-time.
1897         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1898         simplify logic.
1899         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1900         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1901
1902 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1903
1904         * auth-source.el (top): Autoload `secrets-list-collections',
1905         `secrets-create-item', `secrets-delete-item'.
1906         (auth-sources): Fix tag string.
1907         (auth-get-source, auth-source-retrieve, auth-source-create)
1908         (auth-source-delete): New defuns.
1909         (auth-source-pick): Rewrite in order to avoid 2 passes.
1910         (auth-source-forget-user-or-password): New parameter USERNAME.
1911         (auth-source-user-or-password): New parameters CREATE-MISSING and
1912         DELETE-EXISTING.  Retrieve password interactively, if needed.
1913
1914 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1915
1916         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1917         deleting unused directories when gnus-expert-user is t.
1918
1919 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1922         for each temp file when gnus-article-browse-delete-temp is ask.
1923
1924 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1925
1926         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1927         Lisp calls to delete-backward-char by calls to delete-char.
1928
1929 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1930
1931         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1932
1933 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1934
1935         * password-cache.el (password-cache-remove): Fix docstring.
1936
1937 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1940         article unless decoding article to be saved.
1941
1942 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1945         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1946         generated within the mm-with-unibyte-current-buffer macro.
1947
1948 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1951         to nil when we're in a mml-preview buffer and no group is selected.
1952
1953 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1954
1955         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1956         when catching the `C-g'.  Reported by "Leo".
1957
1958 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * message.el (message-forward-make-body-plain)
1961         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1962         multibyte-string-p.
1963
1964         * lpath.el: Revert.
1965
1966 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * message.el (message-forward-make-body-mml): Assume original message
1969         is multibyte string; error on unibyte.
1970         (message-forward-make-body-plain): Ditto; don't add excessive newline
1971         in body end.
1972
1973         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1974
1975 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1976
1977         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1978         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1979
1980 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * mm-extern.el (mm-extern-url): Don't use
1983         mm-with-unibyte-current-buffer.
1984         (mm-extern-cache-contents): Use with-current-buffer instead of
1985         save-excursion + set-buffer.
1986
1987 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * mm-util.el (mm-emacs-mule): Remove.
1990
1991 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1992
1993         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1994         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1995         change.
1996
1997 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2000         bind the default value of enable-multibyte-characters to nil.
2001
2002 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * message.el (message-forward-make-body-plain)
2005         (message-forward-make-body-mml):
2006         Don't use mm-with-unibyte-current-buffer.
2007
2008 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2009
2010         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2011
2012 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2013
2014         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2015         (Bug#5592).
2016
2017 2010-05-07  Julien Danjou  <julien@danjou.info>
2018
2019         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2020         it to mm-pipe-part.
2021
2022         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2023         it is given.
2024
2025 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * binhex.el (binhex-decode-region-internal)
2028         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2029         (dns-query)
2030         * nnweb.el (nnweb-gmane-search)
2031         * pgg-parse.el (pgg-parse-armor)
2032         * pgg.el (pgg-verify-region)
2033         * sha1.el (sha1-string-external)
2034         * uudecode.el (uudecode-decode-region-internal)
2035         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2036         XEmacs.
2037
2038         * gnus-art.el (gnus-article-browse-html-parts)
2039         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2040         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2041         make-temp-file.
2042
2043         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2044         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2045         compiling.
2046
2047         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2048         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2049         XEmacs when compiling.
2050
2051         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2052         gnus-pick-mode-off-hook for XEmacs when compiling.
2053         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2054         gnus-binary-mode-off-hook for XEmacs when compiling.
2055
2056         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2057         nil if char-charset is not available.
2058
2059         * imap.el (imap-disable-multibyte)
2060         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2061         macros.
2062
2063         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2064         instead of encode-coding-string.
2065
2066         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2067         'xemacs) instead of mm-emacs-mule to switch function definitions.
2068         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2069
2070         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2071         bind temporary-file-directory for XEmacs;
2072         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2073         timer-set-function for XEmacs 21.4 and SXEmacs;
2074         bind timer-list for XEmacs 21.4 and SXEmacs;
2075         fbind char-charset and find-charset-region for non-Mule XEmacs;
2076         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2077         encode-coding-region and encode-coding-string for XEmacs having no
2078         file-coding feature.
2079
2080 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2081
2082         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2083
2084 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2087         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2088
2089 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2090
2091         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2092         alias `jka-compr-delete-temp-file' no longer exists.
2093
2094 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2095
2096         Use define-minor-mode in Gnus where applicable.
2097         * mml.el (mml-mode): Use define-minor-mode.
2098         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2099         (gnus-undo-mode): Use define-minor-mode.
2100         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2101         (gnus-dead-summary-mode): Use define-minor-mode.
2102         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2103         Initialize in declaration.
2104         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2105         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2106         (gnus-mailing-list-mode): Use define-minor-mode.
2107         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2108         (gnus-draft-mode): Use define-minor-mode.
2109         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2110         (gnus-dired-mode): Use define-minor-mode.
2111
2112 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2113
2114         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2115         handles on recursive mml-to-mime translation and check them for
2116         boundary delimiter collisions.  Reported by Greg Troxel.
2117
2118 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2121
2122 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * mm-util.el (mm-find-buffer-file-coding-system):
2125         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2126
2127 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2128
2129         * message.el (message-generate-headers): Record insertion of optional
2130         headers as well.  Otherwise the check to prevent repeated insertion of
2131         optional headers is a no-op.
2132
2133 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         * smime.el: Don't mention CVS.
2136
2137         * nnrss.el (nnrss-fetch): Don't mention CVS.
2138
2139         * nnir.el: Don't mention CVS.
2140
2141 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2142
2143         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2144
2145 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * lpath.el: Fbind bookmark-default-handler,
2148         bookmark-get-bookmark-record, bookmark-make-record-default,
2149         bookmark-prop-get for Emacs <23 and XEmacs.
2150
2151 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2152
2153         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2154         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2155         Use with-current-buffer to silence the byte-compiler.
2156         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2157         bother to require `gnus'.
2158         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2159
2160 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2161
2162         * gnus-sum.el (gnus-summary-bookmark-make-record)
2163         (gnus-summary-bookmark-jump): New functions.
2164         (gnus-summary-mode): Setup bookmark support.
2165
2166 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2167
2168         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2169         if set.
2170
2171 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2174         gnus-article-browse-html-save-cid-image; make it work recursively for
2175         forwarded messages as well.
2176         (gnus-article-browse-html-parts): Work when prefix arg is given.
2177         (gnus-article-browse-html-article): Doc fix.
2178
2179 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2180
2181         * message.el (message-default-mail-headers):
2182         (message-default-headers): Carry the value mail-default-headers over
2183         into message-default-mail-headers, rather than message-default-headers.
2184
2185 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2186
2187         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2188         charset.
2189
2190         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2191         charset into the <meta> tag when the article is encoded to utf-8.
2192
2193 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2196         directories as well.
2197         (gnus-article-browse-html-parts): Work for images that do not specify
2198         file names; delete temp directory when quitting; insert header at the
2199         right place; use file: scheme for image files.
2200
2201 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2202
2203         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2204         (gnus-article-browse-html-parts): Use it to make temporary cid image
2205         files in addition to html file so that browser may display them.
2206
2207 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2210
2211 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2214
2215 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2216
2217         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2218         about Secret Service API sources.  Improve Customize options.
2219         (auth-source-pick): Change to accept any number of search parameters.
2220         Implement fallbacks iteratively, not recursively.  Add scoring on the
2221         second pass and sort by score.  Call Secret Service API when needed.
2222         (auth-source-user-or-password): Use it.  Call Secret Service API
2223         directly when needed to get the user name and the password.
2224
2225 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2226
2227         * message.el (message-interactive): Doc fix.
2228         (message-qmail-inject-args): Reflow.
2229         (message-kill-to-signature): Fix typo in docstring.
2230
2231         * smiley.el (smiley-buffer): Fix typo in docstring.
2232
2233 2010-03-24  Glenn Morris  <rgm@gnu.org>
2234
2235         * mail-source.el (gnus-message): Declare.
2236         (mail-source-delete-old-incoming): Require gnus-util.
2237
2238 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2241
2242         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2243
2244         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2245         password-cache's default if it is not bound.
2246         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2247         password-cache-expiry's default if it is not bound.
2248
2249         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2250         available in Emacs 21.
2251
2252         * lpath.el: Suppress compiler warnings for:
2253         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2254         XEmacs;
2255         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2256         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2257         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2258
2259 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2260
2261         * auth-source.el (auth-sources): Fix up definition so extra parameters
2262         are always inline.
2263
2264 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2265
2266         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2267         wasn't updated after mismatch.  Clear cached mailbox info correctly
2268         when uidvalidity changes.
2269         (nnimap-group-prefixed-name): New function to avoid some code
2270         duplication.
2271         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2272         (nnimap-request-group): Use it.
2273         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2274         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2275         with many imap folders.  This is done by caching the group status from
2276         the imap server persistently in a group parameter `imap-status'.  (This
2277         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2278         but not persistently, so every Gnus startup was still very slow.)
2279
2280 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2281
2282         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2283         delete the extra newline.  Otherwise editing of :string and :number
2284         types don't work.
2285
2286 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2289         secrets.el dependency.
2290         (auth-sources): Add optional user name.  Add secrets.el configuration
2291         choice (unused right now).
2292
2293 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2296         `gnus-registry-install-shortcuts' fill in the functions.
2297
2298         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2299         warnings.
2300         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2301         (gnus-registry-install-shortcuts): Populate and use it in a
2302         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2303
2304 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2305
2306         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2307         In-place substitutions for the group name encoding/decoding.
2308         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2309         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2310         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2311         (nnimap-update-unseen, nnimap-request-list)
2312         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2313         (nnimap-request-set-mark, nnimap-split-to-groups)
2314         (nnimap-split-articles, nnimap-request-newgroups)
2315         (nnimap-request-create-group, nnimap-request-accept-article)
2316         (nnimap-request-delete-group, nnimap-request-rename-group)
2317         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2318         `encoded-mbx' for consistency.
2319         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2320         variable `imap-current-mailbox'.
2321
2322         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2323         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2324
2325 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2326
2327         * pop3.el (pop3-display-message-size-flag): Display message size byte
2328         counts during POP3 download.
2329         (pop3-movemail): Use it.
2330         (pop3-list): Implement listing of available messages.
2331
2332 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2333
2334         * nnir.el (nnir-get-article-nov-override-function): New function to
2335         override the normal NOV retrieval.
2336         (nnir-retrieve-headers): Use it.
2337
2338 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2339
2340         * auth-source.el (netrc-machine-user-or-password): Autoload.
2341
2342 2010-03-19  Glenn Morris  <rgm@gnu.org>
2343
2344         Stop message.el from loading about 40 libraries it doesn't always need.
2345         The general approach is to autoload rather than require, and to
2346         require in the specific functions rather than the file.  (Bug#5642)
2347
2348         * gmm-utils.el: Don't require wid-edit.
2349         (widget-create-child-value, widget-convert, widget-default-get):
2350         Autoload.
2351
2352         * gnus-util.el: Don't require time-date, netrc.
2353         (message-fetch-field, gnus-group-name-decode): Declare rather than
2354         autoloading.
2355         (gnus-fetch-field): Require message.
2356         (gnus-decode-newsgroups): Require gnus-group.
2357
2358         * ietf-drums.el: Don't require time-date.
2359
2360         * message.el: Don't require hashcash, canlock, ecomplete.
2361         Do require mail-utils.  Require nnheader only when compiling.
2362         (smtpmail-default-smtp-server): Remove declaration.
2363         (message-send-mail-function): Check smtpmail-default-smtp-server
2364         is bound rather than requiring smtpmail.
2365         (message-auto-save-directory, message-insert-signature): Use
2366         expand-file-name rather than nnheader-concat.
2367         (nnheader-insert-file-contents): Autoload.
2368         (hashcash-wait-async): Declare.
2369         (message-send-mail): Only call gnus-setup-posting-charset if
2370         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2371         (message-send-mail-with-sendmail): Require sendmail.
2372         (canlock-password, canlock-password-for-verify): Declare.
2373         (message-canlock-password): Require canlock.
2374         (nnheader-get-report): Autoload.
2375         (gnus-setup-posting-charset): Declare.
2376         (message-send-news): Require gnus-msg.
2377         (message-make-references, message-make-in-reply-to): Use mail-header-id
2378         rather than the alias mail-header-message-id.
2379         (ecomplete-add-item, ecomplete-save): Declare.
2380         (message-put-addresses-in-ecomplete): Require ecomplete.
2381         (ecomplete-display-matches): Autoload.
2382
2383         * mm-decode.el: Don't require mailcap, gnus-util.
2384         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2385         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2386         Autoload.
2387         (mailcap-mime-extensions): Declare.
2388
2389         * mm-encode.el: Don't require mailcap.
2390         (mailcap-extension-to-mime): Autoload.
2391
2392         * mml-sec.el: Don't require password-cache.
2393
2394         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2395         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2396         (mml-minibuffer-read-type): Require mailcap.
2397         (mml-preview): Require gnus-msg.
2398
2399         * mml1991.el: Require password-cache.
2400         (password-cache-expiry): Remove declaration.
2401
2402         * mml2015.el: Require password-cache.
2403         (password-cache-expiry): Remove declaration.
2404
2405         * nneething.el (mailcap): Require mailcap.
2406
2407         * nnheader.el (declare-function): Add compatibility stub.
2408         (message-remove-header): Declare rather than autoload.
2409         (nnheader-replace-header): Require message.
2410
2411         * nnimap.el (declare-function): Add compatibility stub.
2412         (netrc-parse, netrc-machine-user-or-password): Declare.
2413         (nnimap-open-connection): Require netrc.
2414
2415         * nntp.el (declare-function): Add compatibility stub.
2416         (netrc-parse, netrc-machine, netrc-get): Declare.
2417         (nntp-send-authinfo): Require netrc.
2418
2419         * rfc2047.el: Don't require qp.
2420         (quoted-printable-encode-region, quoted-printable-decode-string):
2421         Autoload.
2422
2423         * sieve-mode.el: Don't require easymenu.
2424         (easy-menu-add-item): Autoload it.
2425
2426         * spam-stat.el (time-to-number-of-days): Autoload it.
2427
2428 2010-03-19  Glenn Morris  <rgm@gnu.org>
2429
2430         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2431
2432 2010-03-18  Glenn Morris  <rgm@gnu.org>
2433
2434         * hashcash.el (declare-function): Remove duplicate definition.
2435
2436 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2437
2438         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2439         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2440         value if any backslash escapes).
2441
2442 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2445         if it is available.  (bug#5647)
2446
2447         * lpath.el: Suppress compiler warning for coding-system-from-name for
2448         Emacs 21 and XEmacs.
2449
2450 2010-03-14  Juri Linkov  <juri@jurta.org>
2451
2452         * hmac-def.el:
2453         * hmac-md5.el:
2454         * netrc.el: Fix keywords.
2455
2456 2010-02-26  Glenn Morris  <rgm@gnu.org>
2457
2458         * message.el (message-send-mail-function): Change the default, so that
2459         it inherits from a customized send-mail-function.  (Bug#5643)
2460
2461 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2462
2463         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2464         shell-command-to-string signals an error (bug#5299).
2465
2466 2010-02-24  Glenn Morris  <rgm@gnu.org>
2467
2468         * message.el (message-smtpmail-send-it)
2469         (message-send-mail-with-mailclient): Doc fixes.
2470
2471 2010-02-16  Glenn Morris  <rgm@gnu.org>
2472
2473         * message.el (message-default-mail-headers): Change the default value
2474         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2475
2476 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2479         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2480
2481 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2482
2483         * time-date.el (date-to-time): Doc fix (Bug#5408).
2484
2485 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2486
2487         * message.el (message-mail): Just pass yank-action on to message-setup.
2488         (message-setup): Handle (FUN . ARGS) form of yank-action.
2489         (message-with-reply-buffer, message-widen-reply)
2490         (message-yank-original): Handle non-buffer values of
2491         message-reply-buffer (Bug#4080).
2492         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2493
2494 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2495
2496         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2497         Fix typo in docstring.
2498
2499 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2500
2501         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2502         response.
2503
2504 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2507
2508         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2509
2510         * message.el (message-check-news-header-syntax): Protect against a
2511         string that `rfc822-addresses' returns when parsing fails.
2512
2513 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2516         (gnus-previous-char-property-change): New functions.
2517
2518         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2519
2520 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2521
2522         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2523         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2524
2525 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2526
2527         * message.el (message-exchange-point-and-mark): Rework last change to
2528         avoid using optional arg of exchange-point-and-mark, for backward
2529         compatibility.
2530
2531 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2532
2533         * message.el (message-exchange-point-and-mark): Call
2534         exchange-point-and-mark with an argument rather than setting
2535         mark-active by hand (Bug#5175).
2536
2537 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * nntp.el (nntp-service-to-port): Work for service expressed with
2540         numeric string; replace [:digit:] with [0-9] for XEmacs.
2541
2542 2009-12-17  Glenn Morris  <rgm@gnu.org>
2543
2544         * gnus-group.el (gnus-bug-group-download-format-alist):
2545         Change emacs entry to debbugs.gnu.org.  Bump :version.
2546
2547 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2550
2551 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * message.el (message-info): Explain why we use `Info-goto-node'.
2554
2555 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2558
2559 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2560
2561         * message.el (message-completion-in-region): New compatibility function.
2562         (message-expand-group): Use it.
2563
2564 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2567         with no unread article should be listed if the 2nd arg `predicate' is
2568         given.
2569
2570 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2573
2574 2009-11-29  Juri Linkov  <juri@jurta.org>
2575
2576         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2577         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2578         on `gnus-recenter'. (Bug#4698, Bug#4981)
2579
2580 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2581
2582         * sha1.el (sha1-string-external): default-directory "/" in case
2583         otherwise non-existent.  process-connection-type pipe for touch of
2584         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2585
2586 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2587
2588         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2589         it's comms related and sgml-mode.el has "comm" on that basis too.
2590
2591 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2594         containing tspecial characters if they have been already quoted.
2595
2596 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2597
2598         * dns-mode.el (auto-mode-alist): Purecopy string.
2599
2600 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2601
2602         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2603
2604 2009-10-24  Glenn Morris  <rgm@gnu.org>
2605
2606         * gnus-art.el (help-xref-stack-item): Define for compiler.
2607
2608 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2609
2610         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2611
2612 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2615
2616 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2619         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2620
2621 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2624         (gnus-overlays-in): New alias to overlays-in.
2625
2626         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2627         gnus-overlay-get, and gnus-delete-overlay.
2628         (gnus-summary-show-thread): Make it work as well for systems in which
2629         next-single-char-property-change is not available.
2630         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2631
2632         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2633         (gnus-overlay-get): New alias to extent-property.
2634         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2635
2636         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2637         SXEmacs.
2638
2639         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2640         SXEmacs.
2641
2642 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2643
2644         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2645
2646 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2647
2648         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2649         and XEmacs that don't have `remove-overlays'.
2650
2651 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2652
2653         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2654         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2655         selective display.  Use overlays instead.
2656
2657 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2658
2659         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2660
2661 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2662
2663         * spam-stat.el (spam-stat-load): Fix typo in message.
2664
2665 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2666
2667         * dig.el (dig-invoke): Fix typo in docstring.
2668         (query-dig): Reflow docstring.
2669
2670 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2671
2672         * gnus-art.el (gnus-article-encrypt-body):
2673         * message.el (message-check-recipients):
2674         * mm-util.el (mm-codepage-setup):
2675         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2676         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2677
2678 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2679
2680         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2681         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2682         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2683         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2684         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2685
2686 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2687
2688         * dig.el: Add "Keywords: comm", as per net-utils.el.
2689
2690 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2691
2692         * dig.el (dig-mode): Use define-derived-mode.
2693
2694 2009-09-19  Glenn Morris  <rgm@gnu.org>
2695
2696         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2697
2698 2009-09-18  Glenn Morris  <rgm@gnu.org>
2699
2700         * gnus-diary.el (gnus-diary-check-message):
2701         * message.el (message-insert-formatted-citation-line):
2702         * nnbabyl.el (top-level):
2703         * nndiary.el (nndiary-schedule):
2704         Fix typos in condition-case handlers.
2705
2706 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2709         configuration that provides the sole article window in a frame;
2710         position point correctly after deleting a part.
2711
2712 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2713
2714         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2715         (spam-resolve-registrations-routine): Use it to unregister articles
2716         that change status.
2717
2718 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2721         with XEmacs.
2722         (parse-time-string-chars): Use it.
2723
2724 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2725
2726         * imap.el (imap-interactive-login): Better messages.
2727         (imap-open): Fix bug with renamed buffer on reconnect.
2728         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2729         for easier debugging and cleaner code.  On successful (guessed based on
2730         server capabilities) secondary authentication, set imap-state
2731         correctly.
2732         (imap-last-authenticator): Define imap-last-authenticator as a variable
2733         to avoid warnings.
2734
2735 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * nnrss.el (nnrss-request-article): Remove binding of
2738         default-enable-multibyte-characters that has gotten needless by
2739         the 2007-07-13 change in rfc2047-encode-message-header.
2740
2741         * mml.el (mml-insert-multipart): Error on the message header.
2742         (mml-insert-part): Error on the message header; position point at
2743         the end of a MIME tag.
2744
2745 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * time-date.el (autoload): Expand define-obsolete-function-alias into
2748         defalias and make-obsolete for old Emacsen that Gnus supports.
2749         (with-no-warnings): Define it for old Emacsen.
2750         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2751         is available.
2752         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2753         float-time is available; suppress compile warning for time-to-seconds.
2754
2755         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2756         (gnus-float-time): Alias to float-time if it exists.
2757
2758         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2759         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2760         float-time is available; suppress compile warning for time-to-seconds.
2761
2762         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2763         XEmacs.
2764
2765 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * imap.el (imap-message-map): Docstring fix.
2768
2769 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2772         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2773         Add the optional argument `encoding' that overrides the default.
2774
2775         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2776         mm-encode-buffer.
2777
2778 2009-09-04  Glenn Morris  <rgm@gnu.org>
2779
2780         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2781         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2782         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2783         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2784         * mm-util.el (mm-with-unibyte-current-buffer)
2785         (mm-find-buffer-file-coding-system):
2786         * yenc.el (yenc-decode-region): Use default-value rather than
2787         default-enable-multibyte-characters.
2788
2789 2009-09-03  Glenn Morris  <rgm@gnu.org>
2790
2791         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2792         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2793         than default-enable-multibyte-characters.
2794
2795 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2796
2797         * gnus-art.el (gnus-article-read-summary-keys):
2798         Fix gnus-buffer-configuration's value temporarily used.
2799
2800 2009-09-02  Glenn Morris  <rgm@gnu.org>
2801
2802         * gnus-util.el (gnus-float-time): New function.
2803         * gnus-delay.el (gnus-delay-article):
2804         * gnus-sum.el (gnus-thread-latest-date):
2805         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2806         * nnspool.el (nnspool-request-newgroups):
2807         Use gnus-float-time rather than time-to-seconds.
2808         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2809
2810         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2811         (gnus-header-subject-face, gnus-header-newsgroups-face)
2812         (gnus-header-name-face, gnus-header-content-face):
2813         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2814         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2815         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2816         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2817         (gnus-cite-face-11):
2818         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2819         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2820         (gnus-server-closed-face, gnus-server-denied-face)
2821         (gnus-server-offline-face):
2822         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2823         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2824         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2825         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2826         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2827         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2828         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2829         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2830         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2831         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2832         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2833         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2834         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2835         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2836         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2837         (gnus-summary-high-undownloaded-face)
2838         (gnus-summary-low-undownloaded-face)
2839         (gnus-summary-normal-undownloaded-face)
2840         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2841         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2842         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2843         (gnus-splash-face):
2844         * message.el (message-header-to-face, message-header-cc-face)
2845         (message-header-subject-face, message-header-newsgroups-face)
2846         (message-header-other-face, message-header-name-face)
2847         (message-header-xheader-face, message-separator-face)
2848         (message-cited-text-face, message-mml-face):
2849         * sieve-mode.el (sieve-control-commands-face)
2850         (sieve-action-commands-face, sieve-test-commands-face)
2851         (sieve-tagged-arguments-face):
2852         * spam.el (spam-face):
2853         Mark face aliases with "-face" in the name as obsolete.
2854
2855 2009-09-01  Glenn Morris  <rgm@gnu.org>
2856
2857         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2858         than goto-line.
2859
2860 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2863         Don't move point if the command is invoked inside the message header.
2864
2865 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * imap.el (imap-send-command): Simplify.
2868         (imap-wait-for-tag): point-max -> buffer-size.
2869
2870 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2873         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2874         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2875         * nnir.el (nnir-swish-e-index-file):
2876         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2877         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2878         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2879         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2880         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2881         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2882
2883 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2886         Don't save excursion.
2887
2888 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2889
2890         * nnheader.el (nnheader-find-file-noselect):
2891         * mm-util.el (mm-insert-file-contents):
2892         Use (default-value 'major-mode) instead of default-major-mode.
2893
2894 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2897
2898 2009-08-26  Glenn Morris  <rgm@gnu.org>
2899
2900         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2901         than placing in files.el.
2902
2903 2009-08-25  Glenn Morris  <rgm@gnu.org>
2904
2905         * nnir.el (top-level): Don't require cl at run-time.
2906         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2907         Replace cl-function substitute with gnus-replace-in-string.
2908         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2909         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2910         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2911         simplified expansions.
2912
2913 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2914
2915         * dig.el (dig): Add autoload cookie.
2916
2917 2009-08-22  Glenn Morris  <rgm@gnu.org>
2918
2919         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2920         goto-line.
2921
2922 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2923
2924         * parse-time.el (parse-time-string-chars): Save match data.
2925
2926 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2927
2928         * parse-time.el (parse-time-string-chars): Compute using character
2929         classes, to handle non-ascii characters (Bug#3190).
2930
2931 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2934
2935         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2936         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2937         (gnus-mm-display-part, gnus-mime-display-single)
2938         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2939         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2940
2941         * gnus-sum.el
2942         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2943         (gnus-summary-move-article): Add expirable mark to articles copied or
2944         moved to group that has auto-expire turned on if the option is non-nil.
2945
2946 2009-07-24  Glenn Morris  <rgm@gnu.org>
2947
2948         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2949         Fix typo.  (Bug#3903)
2950
2951 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2954         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2955         that should not be used for draft articles.
2956         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2957         that has no concern in minor mode keys.
2958         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2959         Abolish.
2960
2961 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2964         article without making inquiry to a user for unknown encoding.
2965
2966         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2967         (nnmaildir--scan): Assume i-node and device number that file-attributes
2968         returns might be cons-cell.
2969
2970         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2971
2972         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2973
2974 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2975
2976         * auth-source.el: Remove docs now in auth.texi.  Don't use
2977         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2978         `auth-source-hide-passwords' and use them.
2979
2980 2009-07-15  Glenn Morris  <rgm@gnu.org>
2981
2982         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2983
2984 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2987         excessive whitespace from the default values of title and description.
2988
2989 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2992         mail-fetch-field to fetch Content-Description header in order to
2993         exclude newlines.
2994
2995 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2996
2997         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2998         format used by GnuPG 2.0.11.
2999
3000 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3003         to deleted part.
3004
3005 2009-05-30  David Engster  <dengste@eml.cc>
3006
3007         * nnmairix.el: Remove old documentation in the commentary block.
3008         (nnmairix-request-group): Do not update active file for nnml back ends.
3009         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3010         end so that overview files are ignored.
3011         (nnmairix-update-groups): Make updating the groups more robust by using
3012         marks.
3013         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3014         with dollar characters in message-id.
3015
3016 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3019         2008-12-25 in dns.el.
3020
3021 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3022
3023         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3024         could happen if the text is only composed of spaces and/or tabs.
3025
3026 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3027
3028         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3029         when sending a queued message to avoid extra mml tags.
3030
3031 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3034
3035 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3038         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3039         rmail-toggle-header for XEmacs;
3040         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3041
3042 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-dired.el: Remove autoload for gnus-setup-message.
3045         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3046         displaying Gnus logo; always use compose-mail.
3047
3048 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3051
3052 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3055         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3056         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3057         available.
3058         (gnus-nocem-epg-verify): New function.
3059
3060 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3063
3064 2009-02-15  Glenn Morris  <rgm@gnu.org>
3065
3066         * gnus-util.el (rmail-insert-rmail-file-header)
3067         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3068         autoloads.
3069         (rmail-default-rmail-file): Remove unnecessary declaration.
3070         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3071
3072 2009-02-14  Glenn Morris  <rgm@gnu.org>
3073
3074         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3075         variable (only used in gnus-util, which declares it anyway).
3076         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3077         which was only needed by gnus-art (changed to not use it any more).
3078         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3079         only used in gnus-util, which autoloads it itself.
3080         (rmail-update-summary): Fix autoload.
3081
3082         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3083         rather than rmail-output-to-rmail-file.
3084
3085 2009-02-07  Glenn Morris  <rgm@gnu.org>
3086
3087         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3088         autoload of function that no longer exists.
3089         (rmail-toggle-header): Declare.
3090         (message-forward-rmail-make-body): Handle mbox Rmail.
3091
3092 2009-01-31  Glenn Morris  <rgm@gnu.org>
3093
3094         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3095         2009-01-09 change.
3096
3097 2009-01-31  Dave Love  <fx@gnu.org>
3098
3099         * imap.el (imap-fetch-safe): Bind debug-on-error.
3100         (imap-debug): Add imap-fetch-safe.
3101
3102 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3103
3104         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3105         (auth-source-forget-all-cached): New convenience function.
3106         (auth-source-user-or-password): Accept list of modes or a single mode.
3107
3108         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3109         auth-source modes.
3110
3111         * netrc.el (netrc-machine-user-or-password): Use list of
3112         auth-source modes.
3113
3114         * nnimap.el (nnimap-open-connection): Use list of
3115         auth-source modes.
3116
3117         * nntp.el (nntp-send-authinfo): Use list of
3118         auth-source modes.
3119
3120 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3121
3122         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3123         now.
3124
3125 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3128         coding system in XEmacs; add a workaround for XEmacs.
3129
3130         * lpath.el: Fbind coding-system-aliasee.
3131
3132 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3135         of current-language-environment.
3136
3137 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3138
3139         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3140         available at runtime.
3141
3142 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3145
3146 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3147
3148         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3149         the greatest positive fixnum value doesn't work under an XEmacs with
3150         bignum support; use the most-positive-fixnum constant instead,
3151         available since Emacs 21.1 with cl and XEmacs 21.1.
3152
3153 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3156         XEmacs gets not to work.
3157
3158 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * mm-util.el (mm-coding-system-priorities): Allow the value like
3161         "Japanese (UTF-8)" of current-language-environment.
3162
3163 2009-01-09  Glenn Morris  <rgm@gnu.org>
3164
3165         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3166         with last-command-event.
3167
3168 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3169
3170         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3171         in the doc string.
3172
3173         * message.el (message-fix-before-sending): Amend comment.
3174
3175 2009-01-08  Dave Love  <fx@gnu.org>
3176
3177         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3178
3179 2009-01-07  David Engster  <dengste@eml.cc>
3180
3181         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3182         simplified server definitions by converting it via
3183         gnus-server-to-method.
3184
3185 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3188         parameter's operands.
3189
3190 2009-01-06  David Engster  <dengste@eml.cc>
3191
3192         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3193         primary select method (for gnus-group-mark-article-as-read).
3194
3195 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3196
3197         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3198         `(gnus)Face', not `(gnus)X-Face'.
3199
3200 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * mm-util.el (mm-ucs-to-char): New function.
3203
3204         * mm-url.el (mm-url-decode-entities): Use it.
3205
3206         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3207         unicode-to-char.
3208
3209 2009-01-05  Dave Love  <fx@gnu.org>
3210
3211         * time-date.el: Require cl for `declare'.
3212
3213 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3214
3215         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3216         Dave Love.
3217
3218 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * message.el (message-fix-before-sending): Add `eight-bit' to
3221         illegible-text check.
3222
3223 2009-01-03  Michael Olson  <mwolson@gnu.org>
3224
3225         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3226         `headers' is nil.  This can occur if the IMAP server does not have
3227         permissions to read messages from a folder, but can write new messages
3228         to the folder.
3229         (nnimap-request-article-part): Do not insert `data' if it is nil.
3230
3231         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3232         characters which will confuse `read', so skip past them.
3233
3234 2009-01-01  Dave Love  <fx@gnu.org>
3235
3236         * imap.el (imap-string-to-integer): Fix typo.
3237         (imap-fetch-safe): New function.
3238         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3239
3240         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3241
3242         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3243         (imap-parse-greeting): Fix doc strings.
3244         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3245         (imap-parse-flag-list): Make messages unique.
3246         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3247
3248         * nnimap.el: Fix author email.
3249         (nnimap-split-rule): Add FIXME comment.
3250         (nnimap-debug): Fix doc string.
3251
3252 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3255
3256 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3259         nslookup if resolv.conf isn't available.
3260         (dns-query): Rename from query-dns.
3261         (dns-query-cached): Rename from query-dns-cached.
3262
3263 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3266         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3267         to check if those variables exist (first appeared in Emacs 18.50).
3268
3269 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * mm-util.el (mm-line-number-at-pos): New function.
3272
3273         * spam-report.el (spam-report-process-queue): Use it.
3274
3275 2008-12-24  David Engster  <dengste@eml.cc>
3276
3277         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3278         parameters that haven't existed as variables as buffer-local variables.
3279
3280 2008-12-23  Dave Love  <fx@gnu.org>
3281
3282         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3283         cadar.
3284
3285         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3286         imap-starttls-p.
3287         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3288
3289 2008-12-22  Dave Love  <fx@gnu.org>
3290
3291         * imap.el: Fix author email.  Doc fixes.
3292         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3293         reply.
3294
3295 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * spam-report.el (spam-report-gmane-max-requests): New constant.
3298         (spam-report-gmane-wait): New variable.
3299         (spam-report-gmane-ham, spam-report-gmane-spam)
3300         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3301         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3302         the server.
3303
3304         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3305         Add explanations.
3306
3307         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3308         nnheader-accept-process-output and nnheader-read-timeout if available.
3309         (pop3-movemail): Use it.
3310
3311         * message.el (message-check-news-body-syntax): Fix signature check if
3312         there's an attachment.
3313
3314 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * mm-util.el: Add comments to the mm- emulating functions.
3317
3318 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3319
3320         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3321         by Stephen Berman <stephen.berman@gmx.net>.
3322
3323 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * mm-util.el (mm-substring-no-properties): New function.
3326         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3327         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3328         (mm-string-to-multibyte): Doc fix.
3329
3330         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3331
3332 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * mml.el (mml-attach-file): Strip text properties from file name.
3335         (Bug#1574)
3336
3337 2008-12-16  Glenn Morris  <rgm@gnu.org>
3338
3339         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3340
3341 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3344         knows since the charset specified might be a bogus alias that
3345         mm-charset-synonym-alist provides.
3346
3347 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3350         "ISO_8859-1".
3351
3352         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3353
3354 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * mm-util.el (mm-charset-eval-alist):
3357         Define it before mm-charset-to-coding-system.
3358         (mm-charset-to-coding-system): Add optional argument `silent';
3359         define it before mm-charset-override-alist.
3360         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3361         default value if it can be used in Emacs currently running;
3362         silence mm-charset-to-coding-system.
3363
3364 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3367         `allow-override' which says whether to use `mm-charset-override-alist'.
3368         (rfc2047-decode-encoded-words): Use it.
3369
3370         * mm-util.el (mm-charset-override-alist): Fix custom type;
3371         add `(gb2312 . gbk)' to choices.
3372
3373 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3376         fast.
3377
3378         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3379
3380         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3381
3382 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3383
3384         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3385         on links.
3386
3387         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3388
3389 2008-12-03  Lute Kamstra  <lute@gnu.org>
3390
3391         * sha1.el: Remove leading * from docstrings of defcustoms,
3392         deffaces, defconsts and defuns.
3393
3394 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3397         users' addresses that don't have domain parts.
3398         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3399         rather than message-narrow-to-head since there will be the message
3400         header separator.
3401
3402 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3403
3404         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3405         since the result is inserted in a unibyte buffer anyway.
3406         (nnimap-demule-use-string-to-multibyte): Remove.
3407         (nnimap-demule): Alias it to mm-string-to-multibyte.
3408
3409 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3412         variable for debugging bug#464 and bug#1174.
3413         (nnimap-demule): Use it.
3414
3415 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3418         score calculation correctly.
3419
3420 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3421
3422         * message.el (message-send-mail): Just set the buffer to unibyte
3423         rather than use mm-with-unibyte-current-buffer which does a lot more.
3424         (message-send-mail-partially): Don't bother with
3425         mm-with-unibyte-current-buffer since it's already been made unibyte by
3426         message-send-mail.
3427
3428 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3431
3432 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3433
3434         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3435
3436 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3439         require itself and to remove `with-no-warnings'.
3440
3441 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * starttls.el (starttls-any-program-available): Get the name of the
3444         available TLS layer program.
3445         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3446         well as the host name in the "opening" message.
3447
3448         * auth-source.el (auth-source-cache, auth-source-do-cache)
3449         (auth-source-user-or-password): Cache passwords and logins by default,
3450         allow override with `auth-source-do-cache'.
3451         (auth-source-forget-user-or-password): Allow users to remove cache
3452         entries if needed.
3453
3454 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3455
3456         * md4.el (md4-buffer): Fix typo in docstring.
3457         (md4, md4-64): Doc fixes.
3458         (md4-pack-int32): Reflow docstring.
3459
3460 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3463         condition-case to only the forward-sexp call.
3464
3465 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3468         quotes contained.  Make it more robust regardless by an extra
3469         condition-case wrapper.
3470
3471 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3474
3475 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * nnml.el (nnml-request-expire-articles): Check if the function set to
3478         `nnmail-expiry-target' returns the symbol `delete'.
3479
3480         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3481
3482         * nnmail.el (nnmail-expiry-target): Fix custom type.
3483
3484 2008-10-02  Glenn Morris  <rgm@gnu.org>
3485
3486         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3487         Silence compiler warning.
3488
3489 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3490
3491         * tls.el (open-tls-stream): Show the actual command being
3492         executed, instead of the format string.
3493
3494 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * lpath.el: Fbind codepage-setup for Emacs 23.
3497
3498 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3499
3500         * mml.el (mml-menu): Don't assume mml2015 is bound.
3501
3502 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3505         exists.
3506
3507 2008-09-27  Glenn Morris  <rgm@gnu.org>
3508
3509         * gnus-util.el (mail-header-remove-comments): Autoload it.
3510
3511 2008-09-27  Andreas Schwab  <schwab@suse.de>
3512
3513         * gnus-util.el (gnus-split-references): Strip comments.
3514         (gnus-parent-id): Likewise.
3515
3516 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * message.el (message-confirm-send): Fix version.
3519
3520 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * message.el (message-idna-to-ascii-rhs-1): Use
3523         mail-extract-address-components rather than mail-header-parse-addresses
3524         that is an alias by default to ietf-drums-parse-addresses that does not
3525         support non-ASCII names in headers' contents.
3526
3527 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3528
3529         * message.el (message-confirm-send): Fixed variable documentation to
3530         avoid the "y/n" wording.
3531
3532 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3533
3534         * message.el (message-set-auto-save-file-name): Save to a different
3535         filename so multiple messages (especially drafts) can be recovered.
3536
3537 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * message.el (message-confirm-send): Add appropriate version.
3540
3541 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3542
3543         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3544         defvar.
3545
3546 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3547
3548         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3549         (mm-pkcs7-enveloped-magic): Ditto.
3550
3551 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3552
3553         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3554         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3555
3556 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3559         default, it's better.
3560
3561 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3564         summary line gnus-number property and ignore them (with a warning
3565         message).
3566
3567 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3570         macro caddr in the interactive form since it won't be expanded.
3571
3572 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3575         `charset'; fix name of function called recursively.
3576         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3577
3578 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3581         (gnus-mime-set-charset-parameters): New function.
3582         (gnus-mime-view-part-as-charset): Use it to correctly display part
3583         specifying wrong charset.
3584
3585 2008-09-08  David Engster  <dengste@eml.cc>
3586
3587         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3588         in completing-read for back end server.
3589
3590 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3591
3592         * message.el (message-confirm-send): New variable to confirm sending a
3593         message.
3594         (message-send): Use it.
3595
3596 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3599
3600 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3603
3604 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3607         prevent tracking too many groups.
3608         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3609         Use it.
3610
3611 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3612
3613         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3614         moving point to the bottom of the window in order to avoid recentering.
3615
3616 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3619
3620         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3621         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3622         (gnus-article-beginning-of-window): Fix calculation.
3623
3624 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-msg.el (gnus-summary-supersede-article)
3627         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3628         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3629         message header.
3630
3631 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3632
3633         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3634         pending output coming after the status change.
3635
3636 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3637
3638         * message.el:
3639         * gnus-start.el:
3640         * gnus-registry.el: Remove VMS support.
3641
3642 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3645         macro.
3646         (rfc2104-hash): Use it.
3647
3648 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3651         (gnus-summary-sort-by-most-recent-date): New commands.
3652         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3653         and menu entries.
3654
3655 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3658         don't redisplay article for raw contents; remove plural articles stuff.
3659
3660         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3661         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3662         on gnus-summary-save-article; display results properly.
3663
3664 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * lpath.el: No need to fbind ns-focus-frame.
3667
3668 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3671
3672 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3675         gnus-save-all-headers.
3676
3677 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3678
3679         * gnus-util.el (ns-focus-frame): Remove declaration.
3680         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3681         like x.
3682
3683 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3684
3685         * rfc2104.el (rfc2104-zero): Delete defconst.
3686         (rfc2104-hex-alist): Likewise.
3687         (rfc2104-hex-to-int): Delete func.
3688         (rfc2104-hexstring-to-bitstring): Likewise.
3689         (rfc2104-nybbles): New defconst.
3690         (rfc2104-hash): Rewrite for speed.
3691
3692 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * tls.el (open-tls-stream): Make it work with the 2nd argument
3695         BUFFER that is a string but does not exist as a buffer object, as
3696         mentioned in the doc-string.
3697
3698 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3701         SXEmacs.
3702
3703 2008-07-16  Glenn Morris  <rgm@gnu.org>
3704
3705         * gnus-util.el (ns-focus-frame): Declare for compiler.
3706
3707 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3710         set as a group parameter.
3711         (gnus-summary-save-in-pipe): Work when it is called independently.
3712         (gnus-summary-pipe-to-muttprint): Don't modify
3713         gnus-summary-pipe-output-default-command.
3714
3715 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3716
3717         * message.el (message-send-mail-with-sendmail):
3718         Display the error message.
3719
3720 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * gnus-art.el (gnus-default-article-saver):
3723         Add gnus-summary-save-in-pipe to choices.
3724         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3725         gnus-summary-pipe-output-default-command as the default command.
3726         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3727         instead of gnus-last-shell-command.
3728
3729         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3730         New user option.
3731         (gnus-summary-muttprint-program): Mention the value will be changed.
3732         (gnus-summary-save-article): Force showing of all headers.
3733         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3734
3735 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3736
3737         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3738
3739 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3740
3741         * nnimap.el (nnimap-id):
3742         * sieve-manage.el (sieve-manage-open): Doc fixes.
3743
3744 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3745
3746         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3747         if available.
3748
3749 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3750
3751         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3752
3753         * nnkiboze.el (nnkiboze-generate-group):
3754         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3755
3756         * nnmairix.el: Require CL.
3757
3758 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * dgnushack.el: Autoload get-display-table and put-display-table for
3761         XEmacs 21.5.
3762
3763         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3764         21.4 and SXEmacs.
3765
3766 2008-06-15  David Engster  <dengste@eml.cc>
3767
3768         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3769
3770 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3771
3772         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3773         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3774         runtime choice under XEmacs.
3775
3776         * gnus-sum.el (gnus-summary-set-display-table):
3777         Use `gnus-put-display-table', `gnus-get-display-table',
3778         `gnus-set-display-table' for the display table, instead of `aset'.
3779
3780         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3781         Use `gnus-put-display-table', `gnus-get-display-table',
3782         `gnus-set-display-table' for the display table.
3783
3784 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3785
3786         * nnmairix.el: Add autoloads.
3787
3788 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * nnmairix.el (nnmairix-delete-recreate-group)
3791         (nnmairix-update-and-clear-marks): Fix error messages.
3792
3793 2008-06-14  David Engster  <dengste@eml.cc>
3794
3795         * nnmairix.el: Upgrade to version 0.6.
3796         (nnmairix-group-toggle-propmarks-this-group)
3797         (nnmairix-group-toggle-readmarks-this-group)
3798         (nnmairix-group-delete-recreate-this-group)
3799         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3800         (nnmairix-remove-tick-mark-original-article): New commands.
3801         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3802         (nnmairix-propagate-marks-to-nnmairix-groups)
3803         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3804         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3805         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3806         functions needed for marks propagation and manipulation of read marks.
3807         (nnmairix-update-groups): New function.
3808         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3809         (nnmairix-determine-original-group-from-registry)
3810         (nnmairix-determine-original-group-from-path)
3811         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3812         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3813         New helper functions.
3814         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3815         keystrokes for new commands.
3816         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3817         (nnmairix-request-group): Check allow-fast group parameter.
3818         (nnmairix-request-create-group): Set allow-fast group parameter if
3819         nnmairix-allowfast-default is set.
3820         (nnmairix-close-group): Propagate marks upon closing if needed.
3821         (nnmairix-group-toggle-threads-this-group): Use new.
3822         nnmairix-group-toggle-parameter helper function.
3823         (nnmairix-search): Better check for empty search result.
3824         (nnmairix-goto-original-article): Use new helper functions for
3825         determining original article.
3826         (nnmairix-show-original-article): Make sure message-id is in brackets.
3827         (nnmairix-call-mairix-binary): Change variable name.
3828         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3829         helper function.
3830         (nnmairix-widget-toggle-activate): Fix doc string.
3831
3832 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * nnir.el: Require edmacro when compiling with XEmacs.
3835         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3836         available in Emacs 21.
3837
3838 2008-06-11  Glenn Morris  <rgm@gnu.org>
3839
3840         * gnus-util.el (x-focus-frame):
3841         * gnus.el (image-size):
3842         * mm-decode.el (image-size): Declare.
3843
3844         * gnus-picon.el (declare-function): Add compat definition.
3845         (image-size): Declare.
3846
3847         * gnus-group.el (tool-bar-map):
3848         * gnus-sum.el (tool-bar-map): Define for compiler.
3849
3850         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3851
3852         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3853
3854         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3855         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3856         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3857         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3858         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3859         * sieve-manage.el, spam-report.el, spam.el:
3860         Remove unnecessary eval-and-compile of autoloads.
3861
3862 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3863
3864         * auth-source.el: Precise Tramp doc.
3865
3866 2008-06-07  Glenn Morris  <rgm@gnu.org>
3867
3868         * nnmairix.el: Remove unnecessary eval-when-compile.
3869
3870 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * lpath.el: Fbind propertize for XEmacs 21.4.
3873
3874 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3875
3876         * nnir.el: Move here from ../contrib.
3877
3878 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3879
3880         * gnus-util.el (gnus-read-shell-command): New function.
3881         * mm-decode.el (mm-pipe-part):
3882         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3883
3884 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3887
3888 2008-06-03  Glenn Morris  <rgm@gnu.org>
3889
3890         * pop3.el (nnheader-accept-process-output): Autoload it.
3891
3892 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3895         are not 2-digit hexadecimal characters that follow `%'s.
3896
3897 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * message.el (message-bogus-recipient-p): Fix type in doc string.
3900         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3901         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3902         Improve custom options.
3903         (message-bogus-recipient-p): Adjust accordingly.
3904
3905 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3906
3907         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3908         long-form month and day names.
3909
3910 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * dgnushack.el: Autoload debug, eudc-expand-inline and
3913         pgg-snarf-keys-region for XEmacs.
3914
3915         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3916
3917         * nnmairix.el: Require edmacro when compiling with XEmacs.
3918
3919 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3920
3921         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3922         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3923
3924 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         * auth-source.el: Add more docs.
3927
3928         * netrc.el (netrc-machine): Always match if the port is not given.
3929
3930 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3933         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3934         retrieval faster in some cases, but might make CPU usage larger.  If
3935         this has any bad side effects, we might revert this change.
3936
3937         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3938         seems to make mail retrieval much, much faster.
3939         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3940         unconditionally.
3941
3942         * gnus-draft.el (gnus-group-send-queue): Bind
3943         message-send-mail-partially-limit to nil to avoid being prompted.
3944
3945 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3948
3949         * message.el (message-bogus-address-regexp): Fix and improve custom
3950         type.
3951         (message-setup-hook): Add message-check-recipients as custom option.
3952
3953 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3954
3955         * message.el (message-cite-function): Remove bogus autoload which crept
3956         in during merge from v5-10.
3957
3958 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3959
3960         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3961
3962         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3963
3964         * auth-source.el: Preliminary Tramp docs.
3965         (auth-sources): Change the default auth-sources to use
3966         EPA .gpg files.
3967
3968 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3969
3970         * nntp.el: Autoload `auth-source-user-or-password'.
3971         (nntp-send-authinfo): Use it.
3972
3973         * nnimap.el: Autoload `auth-source-user-or-password'.
3974         (nnimap-open-connection): Use it.
3975
3976         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3977         for the gnus-message function.
3978         (auth-source-user-or-password): Use it.
3979
3980 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3981
3982         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3983         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3984         (rfc2104-hash): Use it.
3985
3986 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3987
3988         * gnus-art.el (gnus-article-toggle-truncate-lines):
3989         Don't use `iff' in docstring.
3990
3991 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3994
3995         * gnus-util.el (gnus-extract-address-component-name)
3996         (gnus-extract-address-component-email): Convenience functions around
3997         `gnus-extract-address-components'.
3998
3999         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4000         Use `gnus-extract-address-component-email' to fix bug of comparing full
4001         sender name to `user-mail-address'.
4002
4003 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4004
4005         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4006         catch/throw to optimize.
4007         (gnus-registry-find-keywords): Just use member to find a keyword.
4008
4009 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4012         is current before calling gnus-server-prepare.
4013         (gnus-server-setup-buffer, gnus-server-update-server)
4014         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4015
4016 2008-05-04  Juri Linkov  <juri@jurta.org>
4017
4018         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4019         (mailcap-file-default-commands): Use mailcap-replace-in-string
4020         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4021         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4022
4023 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4024
4025         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4026
4027 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4028
4029         * gnus.el: Bump version to 0.11.
4030
4031 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4032
4033         * gnus.el: No Gnus v0.10 is released.
4034
4035 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4038         hooks.
4039         (gnus-update-read-articles): Speed up non-marks-using users.
4040         (gnus-use-marks): Define gnus-use-marks.
4041         (gnus-propagate-marks): Rename variable to something more sensible.
4042
4043 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4044
4045         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4046         (gmm-image-load-path-for-library): Fix typos in docstrings.
4047         (gmm-message): Reflow docstring.
4048
4049 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4050
4051         * mail-source.el (mail-source-set-1, mail-source-bind):
4052         Move auth-source code out of the macro to clean it up and fix bugs.
4053
4054 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4057         by sender if it's equal to user-mail-address, it's likely to be
4058         useless.
4059
4060         * mail-source.el (mail-source-bind): Don't use user or password if they
4061         are not bound.  Unintern them if they are nil.  Don't use server unless
4062         it's bound, and default it to empty string otherwise.
4063
4064 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * mail-source.el: Load auth-source.el.
4067         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4068         get user name or password, if auth-sources is set up.
4069
4070         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4071         strategy of splitting with parent.
4072         (gnus-registry-split-fancy-with-parent)
4073         (gnus-registry-post-process-groups): Use it and fix prior
4074         bug (returning a list as the split result).
4075
4076         * auth-source.el (auth-sources): Remove server parameter.
4077         (auth-source-pick, auth-source-user-or-password)
4078         (auth-source-user-or-password-imap)
4079         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4080         (auth-source-user-or-password-sftp)
4081         (auth-source-user-or-password-smtp): Remove server parameter.
4082
4083 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4084
4085         * smime.el (smime-sign-region, smime-encrypt-region)
4086         (smime-decrypt-region):
4087         Remove redundant calls to `generate-new-buffer-name'.
4088
4089 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4090
4091         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4092         Don't use QP for message/rfc822.
4093         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4094
4095 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4096
4097         * sieve-manage.el (sieve-string-bytes): Remove.
4098         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4099         correct byte-length only if the process's coding-system is the same as
4100         the one used internally by Emacs to represent strings.
4101
4102 2008-04-22  Juri Linkov  <juri@jurta.org>
4103
4104         * mailcap.el (mailcap-file-default-commands): New function.
4105
4106 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * message.el (message-signature-separator, message-cite-function):
4109         Change custom version.
4110
4111 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4112
4113         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4114         commands.
4115         (tls-checktrust): Ditto.
4116
4117 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4118
4119         * mm-decode.el (mm-display-external): Make temp file read-only.
4120
4121 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4124         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4125         `C-c C-f d'.
4126
4127 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4128
4129         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4130
4131 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * gnus.el: Bump version to 0.9.
4134
4135 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * gnus.el: No Gnus v0.8 is released.
4138
4139 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4140
4141         * mail-source.el (mail-source-value):
4142         Prefer fboundp to functionp so it works with macros as well.
4143
4144 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4145
4146         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4147         Fix last change in case the element is not even a symbol.
4148
4149 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4150
4151         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4152         Prefer fboundp to functionp so it works with macros as well.
4153
4154 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * auth-source.el: Added docs.
4157         (auth-sources): Modify format to support server.
4158         (auth-source-pick, auth-source-user-or-password)
4159         (auth-source-user-or-password-imap)
4160         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4161         (auth-source-user-or-password-sftp)
4162         (auth-source-user-or-password-smtp): Add server parameter.
4163
4164 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * gnus-registry.el: Initialize the registry when gnus-registry-install
4167         is t.
4168
4169 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * compface.el (uncompface): Make buffer unibyte.
4172
4173 2008-04-05  Glenn Morris  <rgm@gnu.org>
4174
4175         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4176
4177 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4178
4179         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4180         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4181
4182         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4183         multibyteness after rather than before erasing it.
4184
4185         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4186         mm-with-multibyte.
4187         (gnus-request-article-this-buffer): Make sure the proper decoding is
4188         used if gnus-original-article-buffer happens to be unibyte.
4189
4190         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4191         default-enable-multibyte-characters.
4192
4193         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4194         default-enable-multibyte-characters.
4195
4196         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4197
4198         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4199
4200 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4201
4202         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4203         (imap-message-copyuid-1): Use it.
4204         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4205         J. Williams in
4206         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4207
4208         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4209         imap-enable-exchange-bug-workaround.
4210         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4211
4212 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4213
4214         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4215         a 100 byte status-checks into a 2-3MB transfer for each group.
4216         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4217         to enable bug workaround or not.
4218         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4219
4220 2008-03-31  Glenn Morris  <rgm@gnu.org>
4221
4222         * message.el (mml2015-use): Declare for compiler.
4223         (message-info): Require mml2015 when appropriate.
4224
4225 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4228         whitespace.
4229
4230 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4231
4232         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4233         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4234         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4235         (nntp-service-to-port): New function.
4236         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4237         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4238         (nntp-open-netcat-stream): New function.
4239         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4240
4241 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4242
4243         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4244
4245 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4246
4247         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4248
4249 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4250
4251         * dns.el (dns-write): Use set-buffer-multibyte.
4252
4253 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4254
4255         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4256
4257 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * message.el (message-signature-separator): Change default.
4260         Improve custom type.
4261         (message-cite-function): Change default to
4262         message-cite-original-without-signature.
4263
4264         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4265         toggle.
4266
4267         * message.el (message-check-news-body-syntax): Fix signature check.
4268         (message-setup-1): Mark buffer as unmodified _after_ running
4269         message-setup-hook and handling message-alternative-emails.
4270         (message-shorten-references): Be more strict when building list of
4271         valid references to comply with GNKSA.
4272
4273         * gnus-group.el (gnus-read-ephemeral-bug-group)
4274         (gnus-read-ephemeral-debian-bug-group)
4275         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4276
4277         * message.el (message-info): Don't use booleanp which isn't supported
4278         in Emacs 21 and XEmacs.
4279
4280 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4283         gnus-group-gmane-group-download-format.
4284         (gnus-group-read-ephemeral-gmane-group): Rename from
4285         gnus-group-read-ephemeral-gmane-group.
4286         (gnus-read-ephemeral-gmane-group-url): Rename from
4287         gnus-group-read-ephemeral-gmane-group-url.
4288         (gnus-bug-group-download-format-alist): New variable.
4289         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4290         (gnus-read-ephemeral-emacs-bug-group): New commands.
4291
4292 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4295         (gnus-visible-headers): Improve custom type.
4296
4297 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * mml.el (mml-menu): Add workarounds for XEmacs.
4300
4301         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4302         X-Boundary header.
4303
4304         * message.el (message-simplify-recipients): Fix previous commit.
4305
4306 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4307
4308         * mm-util.el (mm-set-buffer-multibyte): New function.
4309         * mm-decode.el (mm-copy-to-buffer): Use it.
4310
4311 2008-03-19  Glenn Morris  <rgm@gnu.org>
4312
4313         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4314         Accidentally removed in the sync process with Emacs.
4315
4316 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4317
4318         * message.el (message-alter-recipients-discard-bogus-full-name):
4319         New function.
4320         (message-alter-recipients-function): New variable.
4321         (message-get-reply-headers): Use it.
4322         (message-replace-header): New helper function.
4323         (message-recipients-without-full-name): New variable.
4324         (message-simplify-recipients): New command.
4325
4326         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4327
4328         * message.el (message-info): Handle EasyPG manual.
4329
4330         * mml.el (mml-menu): Add entry for EasyPG.
4331
4332 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4333
4334         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4335         parameter.
4336
4337         * message.el (message-disassociate-draft): Specify drafts group name
4338         fully.
4339
4340 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4343         unnecessary duplicates from the match list.
4344
4345 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4348
4349         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4350
4351         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4352         args of `how-many' of which the XEmacs version doesn't take; declare
4353         Info-index-next as function.
4354
4355 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4356
4357         * gnus-score.el (gnus-score-headers): Fix handling of
4358         gnus-inhibit-slow-scoring.
4359
4360         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4361         string.
4362         (gnus-button-url-regexp): Improve handling of parenthesis.
4363         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4364         (gnus-button-handle-info-keystrokes): Handle index entries.
4365
4366 2008-03-15  Glenn Morris  <rgm@gnu.org>
4367
4368         * parse-time.el (parse-time-string): Simplify.
4369
4370 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4373         Incoming* files.
4374
4375 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4376
4377         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4378         (auth-source-pick): Use it.
4379
4380 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * binhex.el (binhex-decode-region-internal):
4383         * uudecode.el (uudecode-decode-region-internal):
4384         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4385         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4386         setting default-enable-multibyte-characters.
4387
4388 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * auth-source.el (auth-source-protocols)
4391         (auth-source-protocols-customize, auth-source-choices): Added and
4392         modified variable customizations and defaults.
4393         (auth-source-pick, auth-source-user-or-password)
4394         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4395         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4396         (auth-source-user-or-password-sftp)
4397         (auth-source-user-or-password-smtp): Use new variables and provide an
4398         interface to netrc.el.
4399
4400 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4403         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4404         Make sure the nntp port to specify is a string.
4405
4406 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4407
4408         * nntp.el: Use with-current-buffer.
4409         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4410         dubious mm-with-unibyte-current-buffer.
4411         (nntp-with-open-group-function): New function extracted from
4412         nntp-with-open-group macro.
4413         (nntp-with-open-group): Use the function, so it's easier to debug.
4414         Add indentation and debugging info.
4415         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4416         the use of the netcat alternatives.
4417
4418         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4419         Avoid mm-string-as-multibyte as well.
4420
4421         * nnweb.el (nnweb-insert-html):
4422         Remove use of nnheader-string-as-multibyte.
4423
4424         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4425         (nnheader-string-as-multibyte): Remove.
4426
4427         * mm-view.el: Use inhibit-read-only.
4428         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4429         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4430         or unibyte-string.
4431
4432         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4433         (mm-uu-yenc-extract): Use with-current-buffer.
4434
4435         * gnus-soup.el (gnus-soup-send-packet): Don't use
4436         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4437
4438         * nnmh.el: Use with-current-buffer.
4439         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4440         mm-string-as-multibyte on the output of mm-encode-coding-string.
4441
4442         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4443         (nnimap-request-move-article): Use with-current-buffer.
4444
4445         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4446         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4447         conversion uses string-make-unibyte rather than string-as-unibyte.
4448
4449         * gnus-msg.el: Use with-current-buffer.
4450
4451         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4452
4453 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4454
4455         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4456         string for caching if it is 'PIN.
4457
4458 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * lpath.el: Consider the case without Emacs/W3.
4461
4462 2008-03-08  Glenn Morris  <rgm@gnu.org>
4463
4464         * time-date.el (date-to-time, time-subtract, time-add)
4465         (safe-date-to-time): Doc fixes.
4466
4467 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * mail-source.el (mail-source-delete-old-incoming-confirm):
4470         Change default to nil.
4471         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4472
4473 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * lpath.el: Rearrange.
4476
4477         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4478         (gnus-article-goto-prev-page): Work for articles having ^L's.
4479
4480         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4481
4482         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4483
4484 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4485
4486         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4487         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4488         (gnus-bookmark-jump): Adjust some variable names.
4489
4490 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * auth-source.el: New package.
4493         (auth-source-choices): Add customization entry point variable.
4494
4495         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4496         bug.
4497
4498 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4501         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4502         (gnus-registry-install-shortcuts): Rename from
4503         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4504         the `gnus-registry-mark-map' keymap dynamically from
4505         `gnus-registry-marks'.  The generated functions update the summary line
4506         when a registry mark is added or deleted, and will call
4507         `gnus-registry-install-p' (see the comments in the code).
4508         (gnus-registry-user-format-function-M): Use concat intelligently.
4509
4510         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4511         the registry mark functions.
4512
4513 2008-03-05  Glenn Morris  <rgm@gnu.org>
4514
4515         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4516         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4517         gnus-art.
4518         (top-level): No need to load own source when compiling.
4519
4520 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4523         Suggested by <chris.anderton@zetnet.co.uk>.
4524
4525 2008-03-04  Glenn Morris  <rgm@gnu.org>
4526
4527         * gnus-sum.el (top-level): No need to require gnus when compiling,
4528         since unconditionally required near start of file.
4529         (gnus-summary-display-while-building): Move definition before use.
4530
4531 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4534         formatting function.
4535
4536 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4539         with plists.
4540         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4541         Use new format.
4542
4543 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4546         `where-is-internal' that returns a range of key sequences.
4547
4548 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4549
4550         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4551
4552         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4553         (gnus-summary-jump-to-group): Consider windows on other displayed
4554         frames as well.  Similar changes might be needed elsewhere, but that's
4555         the one I've bumped into during my use.
4556
4557         * nndoc.el (nndoc-oe-dbx-type-p):
4558         * gnus-msg.el (gnus-debug):
4559         * gnus-group.el (gnus-update-group-mark-positions):
4560         Use mm-string-to-multibyte.
4561
4562 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4565         doesn't handle NotDashEscaped.
4566
4567         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4568         (mml-dnd-attach-options): Fix typo in custom choice.
4569
4570         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4571         nndoc-article-type to mbox.
4572         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4573
4574         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4575         to nil, instead of html2text.
4576
4577         * imap.el (imap-debug): Add `imap-ping-server'.
4578
4579         * gnus-bookmark.el: Add FIXMEs.
4580
4581         * message.el (message-form-letter-separator)
4582         (message-send-form-letter-delay): New variables.
4583         (message-send-form-letter): Use them.  New command to send form
4584         letters.  Requested by Uwe Siart.
4585         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4586
4587 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * Update copyright years.
4590
4591 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         Sync from EMACS_22_BASE.
4594
4595         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4596
4597 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4598
4599         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4600         empty author.
4601
4602 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * gnus-registry.el (gnus-registry-marks): Add variable for
4605         customization of marks and their appearance.
4606         (gnus-registry-read-mark): Use it.
4607         (gnus-registry-do-marks): Add utility function to loop through
4608         `gnus-registry-marks'.
4609         (gnus-registry-install-shortcuts-and-menus): Add function to install
4610         shortcuts and menus.
4611         (gnus-registry-initialize): Use it.
4612         (gnus-registry-default-mark): Clarify documentation.
4613
4614 2008-02-29  Glenn Morris  <rgm@gnu.org>
4615
4616         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4617         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4618         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4619         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4620         Change defcustom :version from 23.0 to 23.1.
4621
4622 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * gnus-registry.el (gnus-registry-follow-group-p)
4625         (gnus-registry-post-process-groups): Add functions to aid registry
4626         splitting and improve logging.  Clarify behavior in function
4627         documentation.
4628         (gnus-registry-split-fancy-with-parent): Use them.
4629
4630 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4631
4632         * gnus-art.el: Use with-current-buffer.
4633
4634 2008-02-27  David Engster  <dengste@eml.cc>
4635
4636         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4637         Express real group name in the response.
4638
4639 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4642         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4643         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4644         autoload gnus-registry-fetch-group when compiling.
4645         (nnmairix-request-group-with-article-number-correction): Remove
4646         unreferenced argument passed to nnmairix-call-backend.
4647
4648 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4651         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4652         Wilde.
4653
4654 2008-02-27  Glenn Morris  <rgm@gnu.org>
4655
4656         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4657         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4658         variables to defconsts.  Convert comments to doc-strings.
4659         (nnmairix-last-server, nnmairix-current-server): Convert from free
4660         variables to defvars.  Convert comments to doc-strings.
4661         (gnus-registry-fetch-group): Autoload.
4662         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4663         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4664         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4665         caddr.
4666         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4667         nnmairix-request-group-with-article-number-correction call.
4668         (nnmairix-fast, nnmairix-group): New, less general names, for free
4669         variables passed from nnmairix-request-group to
4670         nnmairix-request-group-with-article-number-correction.  Declare.
4671         (nnmairix-request-group-with-article-number-correction):
4672         Use nnmairix-fast, nnmairix-group rather than fast, group.
4673
4674 2008-02-26  David Engster  <dengste@eml.cc>
4675
4676         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4677         version 0.5.
4678
4679 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4682         instead of making an extra function call.  Don't add the current group
4683         to articles only when they have the group.  Use
4684         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4685         Reported by David <de_bb@arcor.de>.
4686
4687 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4690         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4691
4692 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * mail-source.el (mail-source-delete-incoming): Change default.
4695         Supplement doc string.
4696
4697         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4698
4699 2008-02-14  Glenn Morris  <rgm@gnu.org>
4700
4701         * time-date.el (format-seconds): New function.
4702
4703 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4704
4705         * nnmail.el (nnmail-message-id-cache-file): Derive from
4706         `gnus-home-directory'.
4707
4708 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4711         Document negative prefix.
4712
4713         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4714
4715 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * message.el (message-unsent-separator): Add the Exim bounce
4718         separator.
4719
4720 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4721
4722         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4723         list.
4724         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4725         recipient/signer list.
4726
4727 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * Makefile.in (datarootdir): Define.
4730         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4731         name that might contain whitespace.
4732
4733 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4736         fbound (Emacs 23 unicode), signal an error.
4737
4738 2008-02-08  Glenn Morris  <rgm@gnu.org>
4739
4740         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4741
4742 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4743
4744         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4745         ports to the calls to `netrc-machine-user-or-password' in addition to
4746         "imap" and "imaps".
4747
4748 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4749
4750         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4751
4752         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4753
4754 2008-02-01  Kenichi Handa  <handa@m17n.org>
4755
4756         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4757         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4758         (rfc2104-hash): Convert the result of concat to unibyte string.
4759
4760 2008-02-01  Dave Love  <fx@gnu.org>
4761
4762         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4763         coding-system-for-read.
4764         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4765
4766 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4767
4768         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4769         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4770         <hanche@math.ntnu.no>.
4771
4772 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4775
4776         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4777
4778 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4779
4780         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4781         * message.el (message-beginning-of-line): Use featurep instead of bound
4782         tests in order to resolve conditionals at compile time.
4783
4784 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4785
4786         * mail-source.el (mail-sources): Add `group' choice.
4787
4788         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4789         parameter `in-group' to control into which group the articles go.
4790         Add treatment of `group' mail-source.
4791
4792 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4795
4796         * mm-decode.el (mm-dissect-buffer): Decode description.
4797
4798         * mml.el (mml-to-mime): Encode message header first.
4799
4800 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4803         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4804
4805         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4806         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4807
4808 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4811
4812 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4815         prefix keys.
4816         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4817         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4818         gnus-xmas.el.
4819
4820         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4821         (gnus-xmas-article-describe-bindings): New function.
4822         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4823         gnus-xmas-article-describe-bindings.
4824
4825         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4826
4827 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4830         Add new variables for article mark management.
4831         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4832         list of extra data entries which, when present, will indicate that the
4833         article ID should not be trimmed from the registry.
4834         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4835         functions.
4836         (gnus-registry-read-mark): New function to read a mark name from the
4837         user.
4838         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4839         (gnus-registry-set-article-mark-internal): New functions to add and
4840         remove marks.
4841         (gnus-registry-get-article-marks): New function to show the marks for
4842         an article, or retrieve them for further use.
4843
4844 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4847         keys when no argument is given.
4848
4849 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * imap.el (imap-ping-server): New variable.
4852         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4853         (imap-ping-server): Minor doc string fixes.
4854
4855 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4856
4857         * imap.el (imap-ping-server): New function.
4858         (imap-opened): Call imap-ping-server.
4859
4860 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * gnus-sum.el (gnus-article-sort-by-random)
4863         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4864         jidanni@jidanni.org.
4865
4866 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-art.el (gnus-article-describe-bindings): New function.
4869         (gnus-article-read-summary-keys): Use it.
4870         (gnus-article-mode-map): Bind `C-h b' to it.
4871
4872 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4875         XEmacs.
4876         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4877         against non-character events.
4878
4879         * lpath.el: Fbind map-keymap for Emacs 21.
4880
4881 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4884         command.
4885         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4886         instead of END.  Change name of the temp file.
4887         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4888         customizable.
4889
4890 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4893         bind `S W' to gnus-article-wide-reply-with-original; set default
4894         binding to gnus-article-read-summary-send-keys.
4895         (gnus-article-read-summary-keys): Fix the order of keys; display
4896         continuation keys correctly in the echo area; describe bindings
4897         correctly when keys end with `C-h'.
4898         (gnus-article-read-summary-send-keys): New function.
4899         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4900         for gnus-article-read-summary-send-keys; display continuation keys
4901         correctly in the echo area.
4902         (gnus-article-reply-with-original): Ignore prefix argument.
4903         (gnus-article-wide-reply-with-original): New function.
4904
4905         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4906         Emacs 21.
4907
4908 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4911         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4912
4913 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4916         (gnus-group-read-ephemeral-gmane-group): New command.
4917
4918 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4919
4920         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4921
4922 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * message.el (message-send-mail-function): Increase custom version.
4925
4926         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4927         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4928
4929 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4930
4931         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4932         for the cases where imap-authenticate is called with a nil buffer
4933         parameter.
4934
4935 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4938         html parts correctly; support forwarded messages.
4939         (gnus-article-browse-html-article): Remove work buffers.
4940
4941         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4942         compiling.
4943         (netrc-bound-and-true-p): New macro.
4944         (netrc-parse): Use it instead of bound-and-true-p that is not available
4945         in XEmacs 21.4.
4946
4947 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         * gnus-registry.el (gnus-registry-mark-article)
4950         (gnus-registry-article-marks): Add functionality to mark articles
4951         through the Gnus registry.
4952
4953         * encrypt.el: Clarify documentation for the new pgg method.
4954         (encrypt-file-alist): Add PGG option.
4955         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4956         functionality.  Abstract password key and messaging to external
4957         functions.
4958         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4959         (encrypt-message-method-and-cipher): Add new convenience external
4960         functions.
4961         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4962         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4963
4964         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4965         (netrc-parse): Use encrypt-file-alist to determine if
4966         encrypt-find-model or encrypt-insert-file-contents should be used.
4967
4968         * encrypt.el: Clarify documentation.  Load password-cache or
4969         password, whichever one is found first, instead of autoloading.
4970
4971 2007-12-19  Glenn Morris  <rgm@gnu.org>
4972
4973         * mml.el (message-options-set, message-narrow-to-head)
4974         (message-in-body-p, message-mail-p, message-encode-message-body):
4975         Autoload.
4976         (message-remove-header, message-narrow-to-headers-or-head)
4977         (message-subscribed-p, message-make-mail-followup-to)
4978         (message-position-on-field, message-news-p)
4979         (message-options-set-recipient, message-generate-headers)
4980         (message-sort-headers): Declare as functions.
4981
4982 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4985         convention in doc string.
4986
4987 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4990         title to html parts.
4991         (gnus-article-browse-html-article): Pass message header to it.
4992
4993         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4994
4995 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4998         or password compatible with XEmacs.
4999
5000 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5003         format document.
5004         (gnus-mime-delete-part): Don't write description line if empty.
5005         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5006
5007 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5008
5009         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5010         (gnus-summary-mark-read-and-unread-as-read)
5011         (gnus-summary-mark-current-read-and-unread-as-read)
5012         (gnus-summary-mark-unread-as-ticked): Doc fix.
5013         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5014
5015 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5018         Christoph Conrad <christoph.conrad@gmx.de>.
5019
5020 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5023         yes-or-no-p.
5024
5025 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * mm-decode.el (mm-add-meta-html-tag): New function.
5028         (mm-save-part-to-file, mm-pipe-part): Use it.
5029
5030         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5031         gnus-y-or-n-p instead of y-or-n-p.
5032         (gnus-article-browse-html-parts): Work with message/external-body; use
5033         mm-add-meta-html-tag.
5034
5035 2007-12-11  Glenn Morris  <rgm@gnu.org>
5036
5037         * gnus-cache.el: Require gnus-sum not just when compiling.
5038
5039         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5040
5041         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5042         definitions before use.
5043
5044         * mm-decode.el: Require gnus-util.
5045         (mm-remove-part): Only call delete-annotation on XEmacs.
5046
5047         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5048
5049         * nnmail.el: Require gnus-int.
5050
5051         * spam.el: Move `require's before `eval-when-compile's.
5052
5053         * gnus-ems.el (gnus-alive-p):
5054         * gnus-fun.el (message-goto-eoh):
5055         * gnus-util.el (gnus-group-name-decode):
5056         * mail-source.el (gnus-compress-sequence):
5057         * message.el (Info-goto-node, format-spec):
5058         * mm-bodies.el (message-options-get):
5059         * mm-decode.el (mm-view-pkcs7):
5060         * mm-util.el (gmm-write-region):
5061         * mml-smime.el (mml-compute-boundary)
5062         (gnus-completing-read-with-default):
5063         * mml.el (widget-button-press, gnus-make-hashtable):
5064         * mml1991.el (mm-decode-content-transfer-encoding)
5065         (mm-encode-content-transfer-encoding)
5066         (message-options-get, message-options-set):
5067         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5068         * nnfolder.el (gnus-request-group):
5069         * nnheader.el (ietf-drums-unfold-fws):
5070         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5071         * smime.el (gnus-run-mode-hooks):
5072         * spam-stat.el (gnus-message): Autoload.
5073
5074         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5075         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5076         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5077         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5078         Add declare-function compatibility definition.
5079
5080         * gnus-cache.el (nnvirtual-find-group-art):
5081         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5082         (gnus-add-image, gnus-add-wash-type):
5083         * gnus-group.el (nnkiboze-score-file):
5084         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5085         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5086         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5087         (message-tokenize-header, gnus-get-buffer-create)
5088         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5089         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5090         * gnus.el (gnus-group-decoded-name):
5091         * mail-source.el (imap-capability):
5092         * mm-bodies.el (message-options-set):
5093         * mm-decode.el (gnus-configure-windows):
5094         * mm-extern.el (message-goto-body):
5095         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5096         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5097         (epg-sub-key-validity, message-options-set):
5098         * mml.el (widget-event-point, gnus-configure-windows):
5099         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5100         * mml2015.el (epg-check-configuration, epg-configuration)
5101         (message-options-set):
5102         * nndb.el (nndb-request-article):
5103         * nnfolder.el (gnus-request-create-group):
5104         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5105         * nnmaildir.el (gnus-group-mark-article-read):
5106         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5107         * rfc1843.el (message-fetch-field):
5108         * spam.el (gnus-extract-address-components):
5109         Declare as functions.
5110
5111 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5114
5115         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5116
5117         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5118         bind show-trailing-whitespace for XEmacs.
5119
5120 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5123         new no-op macro for backward compatibility.
5124
5125         * imap.el (imap-string-to-integer): New function.
5126
5127 2007-12-09  Glenn Morris  <rgm@gnu.org>
5128
5129         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5130
5131         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5132         * message.el, mm-view.el, sieve-manage.el, smime.el:
5133         Add declare-function compatibility definition.
5134
5135         * gnus-art.el (w3-region, w3m-region, Info-menu):
5136         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5137         * gnus-sum.el (gnus-get-predicate):
5138         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5139         * message.el (mail-abbrev-in-expansion-header-p):
5140         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5141         (w3m-detect-meta-charset, w3m-region):
5142         * sieve-manage.el (password-read, password-cache-add)
5143         (password-cache-remove):
5144         * smime.el (password-read-and-add): Declare as functions.
5145
5146 2007-12-08  David Kastrup  <dak@gnu.org>
5147
5148         * gnus-sum.el (gnus-summary-simplify-subject-query):
5149         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5150         `message'.
5151
5152 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5155         it to bind idna-program, installation-directory, defined-colors, and
5156         face-attribute for XEmacs of the version that compiles defcustom forms.
5157
5158 2007-12-07  Glenn Morris  <rgm@gnu.org>
5159
5160         * gnus-art.el (article-make-date-line): Revert previous change.
5161
5162 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5165
5166 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5167
5168         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5169         Call gnus-add-to-range ranges only once with a prepared article-list.
5170
5171 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5172
5173         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5174         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5175         group names with backslashes.  Reported by Tassilo Horn
5176         <tassilo@member.fsf.org>.
5177
5178 2007-12-06  Deepak Goel  <deego3@gmail.com>
5179
5180         * gnus-art.el (article-make-date-line):
5181         * gnus-start.el (gnus-load):
5182         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5183
5184 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-art.el (gnus-use-idna)
5187         * gnus-start.el (gnus-site-init-file)
5188         * message.el (message-use-idna)
5189         * mm-uu.el (mm-uu-hide-markers)
5190         * smiley.el (smiley-style): Revert changes that suppress warnings.
5191
5192 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5195         specify charset to html source.  Reported by Christoph Conrad
5196         <christoph.conrad@gmx.de>.
5197
5198 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5201         idna-program in order to suppress byte compile warning issued by XEmacs
5202         that came to byte compile the default value section of defcustom forms
5203         recently.
5204
5205         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5206         value of installation-directory.
5207
5208         * message.el (message-use-idna): Don't directly refer to the value of
5209         idna-program.
5210
5211         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5212
5213         * smiley.el (smiley-style): Don't directly call face-attribute.
5214
5215 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5218
5219         * gnus-dired.el: Reduce Gnus dependencies.
5220         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5221         require.  Use autoloads instead.
5222         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5223         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5224         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5225         (gnus-dired-mode): Adjust doc string.
5226         (gnus-dired-mail-mode): New variable.
5227         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5228         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5229         (gnus-dired-mail-buffers): New function.  Return mail or message
5230         composition buffers.
5231         (gnus-dired-attach): Use it.
5232         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5233         NO-DECODE.
5234         (gnus-dired-print): Use `gnus-print-buffer' depending on
5235         `gnus-dired-mail-mode'.
5236
5237 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * rfc2047.el (rfc2047-encoded-word-regexp)
5240         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5241         explaining what regexp patterns are for.
5242
5243 2007-12-04  Glenn Morris  <rgm@gnu.org>
5244
5245         * password.el: Move to password-cache.el.
5246
5247         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5248         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5249         * mml-smime.el (password-read, password-cache-add)
5250         (password-cache-remove):
5251         No need to autoload, since mml-sec requires password.
5252
5253         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5254         * message.el (gnus-extract-address-components):
5255         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5256
5257         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5258         password.
5259
5260 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * mailcap.el: Reduce dependencies.
5263         (mail-header-parse-content-type): Autoload.
5264         (mailcap-delete-duplicates): New alias.
5265         (mailcap-mime-info): Add optional argument NO-DECODE.
5266         (mailcap-mime-types): Use mailcap-delete-duplicates.
5267
5268         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5269
5270 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5271
5272         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5273         (imap-parse-status): Upcase status-att for servers that sends them
5274         lower-case (e.g., MS Exchange 2007).
5275
5276 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5279         function.
5280
5281         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5282         (gnus-uu-yenc-article): New function.
5283
5284         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5285
5286         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5287         buffer.
5288
5289 2007-12-02  Glenn Morris  <rgm@gnu.org>
5290
5291         * binhex.el (binhex): New custom group.
5292         (binhex-decoder-program, binhex-decoder-switches)
5293         (binhex-use-external): Move to the binhex custom group.
5294
5295         * uudecode.el (uudecode): New custom group.
5296         (uudecode-decoder-program, uudecode-decoder-switches)
5297         (uudecode-use-external): Move to the uudecode custom group.
5298
5299         * netrc.el (top-level): Don't load `encrypt' features.
5300         (netrc-parse): Don't use encrypt.
5301         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5302
5303         * encrypt.el: Remove file.
5304
5305 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5308         matches on patches.
5309
5310         * gnus-art.el (gnus-article-browse-html-article): Mention
5311         `mm-text-html-renderer' in the doc string.
5312
5313         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5314         string.  Add comments.
5315
5316         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5317         if rhs is ASCII.
5318
5319 2007-12-01  Glenn Morris  <rgm@gnu.org>
5320
5321         * mail-source.el (top-level): Require format-spec before
5322         eval-when-compile.
5323
5324 2007-11-30  Glenn Morris  <rgm@gnu.org>
5325
5326         * encrypt.el: Require password, rather than autoloading password-read.
5327
5328 2007-11-29  Glenn Morris  <rgm@gnu.org>
5329
5330         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5331         (sasl-make-client, sasl-next-step, sasl-step-data)
5332         (sasl-step-set-data): Declare as functions.
5333
5334 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5337
5338 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5339
5340         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5341         certs should be verified and what is to be done in the event of a
5342         verification failure.
5343
5344         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5345         caller can indicate whether the cache should be disregarded for this
5346         call.  This way the result of the call is reproducible at all times and
5347         can be considered a canonical server name for the supplied method.
5348         (gnus-agent-method-p): Canonicalize server names by pushing their
5349         method through `gnus-method-to-server' using the no-cache argument.
5350
5351         * gnus-srvr.el (gnus-server-insert-server-line): Call
5352         `gnus-method-to-server' with `no-cache' argument.
5353
5354         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5355         gnus-agent-possibly-synchronize-flags as this should be called when the
5356         server is actually being opened.
5357         (gnus-agent-possibly-synchronize-flags)
5358         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5359         flags file of an agentized server to the latter function.
5360
5361         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5362         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5363         after a connection has been established successfully.
5364
5365 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-art.el (article-display-face): Force to display face if called
5368         interactively; check if gnus-article-x-face-too-ugly matches author.
5369         (article-display-x-face): Display face even if From header is missing
5370         as article-display-face does.
5371
5372 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5373
5374         * hashcash.el (message-narrow-to-headers-or-head)
5375         (message-fetch-field, message-goto-eoh)
5376         (message-narrow-to-headers): Declare as functions.
5377
5378 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * mail-source.el (mail-sources): Default to fetch from file for
5381         compatibility with default of nnmail-spool-file.
5382
5383 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5386         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5387         to look for encoded word that should be encoded again.
5388         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5389         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5390         encoding pattern.
5391         (rfc2047-decode-region): Switch strict regexp and loose one according
5392         to rfc2047-allow-irregular-q-encoded-words.
5393
5394 2007-11-25  Romain Francoise  <romain@orebokech.com>
5395
5396         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5397
5398 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * tls.el (tls-program): Provide more custom choices from
5401         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5402         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5403
5404 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5407         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5408
5409         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5410         `nnmail-spool-file'.
5411
5412         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5413         `nnmail-spool-file'.
5414
5415         * gnus-move.el (gnus-change-server): Ditto.
5416
5417         * gnus-kill.el (gnus-batch-score): Ditto.
5418
5419         * gnus-cache.el (gnus-jog-cache): Ditto.
5420
5421         * gnus-msg.el (gnus-summary-reply):
5422         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5423
5424 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5427         version.  Minor improvement to doc strings.
5428         (tls-program): Add comment.
5429
5430 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5431
5432         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5433         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5434         mismatch between the hostname provided in the certificate and the name
5435         of the host connnecting to.
5436         (open-tls-stream): Use them.  Check certificates against trusted root
5437         certificates.
5438
5439 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * gnus-cache.el (gnus-cache-generate-nov-databases):
5442         Use nnml-generate-nov-databases-directory instead of
5443         nnml-generate-nov-databases-1.
5444
5445 2007-11-24  Glenn Morris  <rgm@gnu.org>
5446
5447         * message.el (message-tool-bar-retro): Update for rename
5448         mail_send.xpm->mail-send.xpm.
5449
5450 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5453         `smime-ldap-search' for Emacs 22 and up.
5454
5455 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5456
5457         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5458
5459         * message.el (message-send-mail-function): Fix error convention.
5460         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5461         (message-widen-reply, message-send-mail, message-talkative-question)
5462         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5463         (message-clone-locals, message-send-news): Use with-current-buffer.
5464         (message-insert-or-toggle-importance): Remove unused var `valid'.
5465         (message-make-references): Remove unused var `new-references'.
5466         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5467
5468 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5469
5470         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5471         (spam-split-symbolic-return-positive): Reflow docstring.
5472         (spam-backends, spam-summary-exit-behavior)
5473         (spam-mark-ham-unread-before-move-from-spam-group)
5474         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5475         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5476         (spam-clear-cache, spam-backend-check, spam-install-backend)
5477         (spam-install-statistical-backend, spam-list-of-processors)
5478         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5479         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5480         (spam-check-crm114, spam-initialize, spam-unload-hook):
5481         Fix typos in docstrings.
5482
5483 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5486         been checked if they have never been read and those group levels are
5487         higher than the one that a user specified.
5488
5489 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5492         foreign groups unless a group level is specified by a user.
5493         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5494
5495 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * message.el (message-send-mail-function): Require sendmail.
5498
5499 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * message.el (message-send-mail-function): Check for smtpmail too.
5502
5503         * utf7.el (utf7-encode, utf7-decode): Use coding system
5504         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5505
5506         * message.el (message-send-mail-function): New function.
5507         (message-send-mail-function): Set default using
5508         message-send-mail-function.  Adjust doc string.
5509         (message-send-mail-with-mailclient): New function.
5510
5511 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5512
5513         * smime.el (from):
5514         * rfc2047.el (message-posting-charset):
5515         * qp.el (mm-use-ultra-safe-encoding):
5516         * pop3.el (parse-time-months):
5517         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5518         * nnml.el (files):
5519         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5520         (jka-compr-compression-info-list, ange-ftp-path-format)
5521         (efs-path-regexp):
5522         * nndiary.el (files):
5523         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5524         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5525         (epg-digest-algorithm-alist, inhibit-redisplay)
5526         (password-cache-expiry):
5527         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5528         (pgg-output-buffer, password-cache-expiry):
5529         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5530         (efs-path-regexp):
5531         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5532         (inhibit-redisplay):
5533         * mm-uu.el (file-name, start-point, end-point, entry)
5534         (gnus-newsgroup-name, gnus-newsgroup-charset):
5535         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5536         (latin-unity-ucs-list):
5537         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5538         (mm-uu-binhex-decode-function):
5539         * message.el (gnus-message-group-art, gnus-list-identifiers)
5540         (rmail-enable-mime-composing, gnus-local-organization)
5541         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5542         (gnus-read-active-file, facemenu-add-face-function)
5543         (facemenu-remove-face-function, gnus-article-decoded-p)
5544         (tool-bar-mode):
5545         * mail-source.el (display-time-mail-function):
5546         * gnus-util.el (nnmail-pathname-coding-system)
5547         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5548         (gnus-original-article-buffer, gnus-user-agent)
5549         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5550         (xemacs-codename, sxemacs-codename, emacs-program-version):
5551         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5552         * gnus-start.el (gnus-agent-covered-methods)
5553         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5554         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5555         (gnus-newsgroup-headers, gnus-group-list-mode)
5556         (gnus-group-mark-positions, gnus-newsgroup-data)
5557         (gnus-newsgroup-unreads, nnoo-state-alist)
5558         (gnus-current-select-method, mail-sources)
5559         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5560         (nnmail-spool-file, gnus-cache-active-hashtb):
5561         * gnus-mh.el (mh-lib-progs):
5562         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5563         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5564         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5565         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5566         (gnus-group-buffer):
5567         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5568         (font-lock-set-defaults):
5569         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5570         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5571         (gnus-summary-post-menu, total-parts, type, condition, length):
5572         * gnus-agent.el (gnus-agent-read-agentview):
5573         * flow-fill.el (show-trailing-whitespace):
5574         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5575         eval-and-compile wrappers for byte compiler pacifiers.
5576
5577         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5578         (mm-display-inline-fontify): Check for featurep 'xemacs not
5579         extent-list.
5580
5581         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5582         itimer-list.
5583         (mm-create-image-xemacs): Only do something for XEmacs.
5584         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5585
5586         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5587
5588         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5589         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5590
5591 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5592
5593         * nnimap.el (nnimap-split-download-body):
5594         * gnus-demon.el (gnus-demon):
5595         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5596
5597 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5600         macros.
5601         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5602         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5603         copy data from unibyte buffer to multibyte current buffer.
5604         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5605         to copy data from unibyte current buffer to multibyte buffer.
5606         (nntp-make-process-buffer): Make process buffer unibyte.
5607
5608         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5609
5610 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5611
5612         * pop3.el (pop3-open-server): Accept and process data more robustly at
5613         connexion start to avoid spurious "POP SSL connexion failed" errors.
5614
5615 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5618         read group names.
5619
5620 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5623
5624 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5627         (nnmail-save-active): Use a unibyte buffer when saving active file,
5628         which may contain non-ASCII group names.
5629
5630         * nnml.el (nnml-request-group): Decode group names in messages.
5631
5632 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         * message.el (message-citation-line-function)
5635         (message-insert-formatted-citation-line): Fix spelling of
5636         `message-insert-formated-citation-line'.
5637
5638 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5641
5642 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5645         nnmail-pathname-coding-system.
5646
5647         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5648         that a user enters; decode group names in messages.
5649
5650         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5651
5652 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5655
5656         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5657
5658         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5659         risky local variable.
5660
5661         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5662
5663 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * encrypt.el: Improve documentation to fix function name typo.
5666         Reported by Daiki Ueno <ueno@unixuser.org>.
5667
5668 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5671         even if the point is not in the last page of an article.
5672         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5673         back to the previous page.
5674
5675 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5678
5679 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5682
5683 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5684
5685         * message.el (message-check-news-body-syntax): Avoid
5686         mm-string-as-multibyte.
5687         (message-hide-headers): Don't assume (point-min)==1.
5688
5689 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * message.el (message-remove-blank-cited-lines): Fix if remove is
5692         given.
5693         (message-bogus-address-regexp): New variable.
5694         (message-bogus-recipient-p): New function.
5695         (message-check-recipients): New command.
5696         (message-syntax-checks): Add `bogus-recipient'.
5697         (message-fix-before-sending): Add `bogus-recipient'.
5698
5699         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5700         (gnus-treat-body-boundary): Don't test window-system.
5701
5702 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5703
5704         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5705
5706 2007-10-28  Miles Bader  <miles@gnu.org>
5707
5708         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5709         at compile-time too.
5710
5711 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * gnus-msg.el (gnus-message-setup-hook): Add
5714         `message-remove-blank-cited-lines' to options.
5715
5716 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * message.el (message-remove-blank-cited-lines): New function.
5719         Suggested by Karl Plästerer.
5720
5721 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5724         mapc.
5725
5726         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5727         (top-level): Use mapc to set functions to be traced for debugging.
5728
5729         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5730         called for effect with while loop.
5731
5732         * message.el (message-talkative-question): Replace mapcar called for
5733         effect with mapc.
5734
5735         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5736         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5737         called for effect with dolist.
5738
5739         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5740
5741         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5742         gnus-extra-headers and nnmail-extra-headers.
5743
5744         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5745         called for effect with dolist.
5746         (top-level): Use mapc to set functions to be traced for debugging.
5747
5748         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5749         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5750         dolist.
5751
5752         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5753         Replace mapcar called for effect with mapc.
5754         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5755         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5756         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5757         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5758
5759         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5760         remove-if that's a cl function.
5761
5762         * webmail.el (webmail-debug): Replace mapcar called for effect with
5763         dolist.
5764
5765         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5766         with mapc.
5767
5768 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5771         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5772         with while loop.
5773
5774         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5775         functions from article-* functions.
5776         (gnus-multi-decode-header): Replace mapcar called for effect with
5777         dolist.
5778
5779         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5780         (gnus-bookmark-show-details): Replace mapcar called for effect with
5781         while loop.
5782
5783         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5784         called for effect with while loop.
5785
5786         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5787         with dolist.
5788
5789         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5790         mapcar called for effect with dolist.
5791
5792         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5793
5794         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5795         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5796         Replace mapcar called for effect with dolist.
5797         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5798         mapc.
5799
5800         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5801         Replace mapcar called for effect with dolist.
5802         (gnus-topic-list): Replace mapcar called for effect with mapc.
5803
5804         * gnus.el: Use mapc instead of mapcar to add autoloads.
5805
5806 2007-10-23  Richard Stallman  <rms@gnu.org>
5807
5808         * gnus-group.el (gnus-group-highlight): Mark as risky.
5809
5810 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus.el (gnus-server-to-method): Return method found first in
5813         gnus-newsrc-alist.
5814
5815         * gnus-art.el (gnus-article-highlight-signature)
5816         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5817         button overlay without the front stickiness.
5818
5819 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5820
5821         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5822         overview buffer needed a catch to receive its throw.
5823         (gnus-agent-flush-cache): Declared as interactive to make this function
5824         easier to use.
5825
5826 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5829         `next-line'.
5830
5831 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5834         exclude address matching message-dont-reply-to-names.
5835
5836 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-util.el (gnus-string<): New function.
5839
5840         * gnus-sum.el (gnus-article-sort-by-author)
5841         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5842
5843 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5846         the frame-focus tag is set in gnus-buffer-configuration.
5847
5848 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5851         the front stickiness.
5852
5853 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5856         url pattern; remove duplicate one.
5857         (gnus-article-extend-url-button): New function.
5858         (gnus-article-add-buttons): Use it.
5859         (gnus-button-push): Use concatenated url that it makes.
5860
5861 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5862
5863         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5864
5865 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5866
5867         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5868         Don't hardcode point-min==1.
5869
5870 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5873         Fix comment about "iso8859-1".
5874
5875 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5876
5877         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5878         ones returned from the verify-function.
5879
5880         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5881         mml2015-extract-cleartext-signature if extraction failed.
5882
5883 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5884
5885         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5886         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5887         failed.
5888
5889 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5892
5893 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5896         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5897         recommends to use EasyPG instead of PGG.
5898
5899         * pgg.el: Revert to revision 6.23.2.16.
5900
5901         * pgg-def.el: Revert to revision 6.6.2.14.
5902
5903         * pgg-gpg.el: Revert to revision 6.23.2.34.
5904
5905 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5906
5907         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5908         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5909         thread for both the null and zero (kill/expire thread) universal prefix
5910         cases.
5911         (gnus-summary-expire-thread): Add new function to expire a thread,
5912         using gnus-summary-kill-thread.
5913         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5914         shortcuts for gnus-summary-expire-thread.
5915         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5916         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5917
5918 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5921         extras value, so an extras entry can be deleted.
5922         (gnus-registry-delete-extra-entry): Use it.
5923         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5924         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5925         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5926         storage through the gnus-registry, and provide an appropriate API for
5927         it.
5928
5929 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5932         Suggested by Leo <sdl.web@gmail.com>.
5933
5934         * gnus.el: Do.
5935
5936 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5939         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5940
5941         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5942
5943         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5944         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5945
5946 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5949         newline.
5950         (nnmbox-request-accept-article): Don't change article in source buffer;
5951         narrow to header to use message-fetch-field rather than
5952         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5953         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5954         as delimiters; make sure article ends with newline.
5955         (nnmbox-delete-mail): Correct last position of article to be deleted;
5956         ignore X-Gnus-Newsgroup header in article body.
5957         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5958         positions; make sure article ends with newline.
5959
5960         * message.el (message-display-abbrev): Don't infloop when a user
5961         inserts SPC in the beginning of header.
5962
5963         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5964         coding-system-for-read and coding-system-for-write for XEmacs having no
5965         file-coding feature.
5966
5967         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5968
5969 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5972         list of groups not followed by default.  Fix type to be regexp.
5973         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5974
5975 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5976
5977         * hmac-def.el (define-hmac-function): Switch from old-style to
5978         new-style backquotes.
5979
5980         * md4.el (md4-make-step): Likewise.
5981
5982 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5985         raw-text coding system when saving .newsrc file, which may contain
5986         non-ASCII group names.
5987
5988 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-cus.el (gnus-score-extra): New widget.
5991         (gnus-score-extra-convert): New function.
5992         (gnus-score-customize): Use it for Extra.
5993
5994 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5995
5996         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5997         (mml2015-mailcrypt-clear-verify): Use it.
5998         (mml2015-gpg-clear-verify): Use it.
5999         (mml2015-pgg-clear-verify): Use it.
6000         (mml2015-epg-clear-verify): Replace the current part with the output
6001         from GnuPG; don't extract the plaintext by itself.
6002
6003         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6004         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6005         mml2015-clear-verify-function; don't touch the armor headers or
6006         dash-escaped text here.
6007
6008 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6011         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6012         parts, or application/octet-stream as a last resort.
6013         (gnus-mime-view-part-as-type): Don't toggle display.
6014         (gnus-mime-view-part-as-charset): Don't turn off display before
6015         querying charset.
6016
6017         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6018         stuff to undisplayer function in Emacs.
6019         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6020
6021         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6022         text/calendar parts.
6023
6024 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6027         decoding text/calendar parts.
6028
6029         * message.el (message-forward-make-body-mime): Always mark body as
6030         having no illegible text; remove signed-or-encrypted argument.
6031         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6032
6033         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6034         (mml-generate-mime-1): Don't encode body if it is specified to be in
6035         raw form; don't make buffer be unibyte when inserting multibyte string.
6036
6037 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6038
6039         * sha1.el: Fix up comment style.
6040         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6041         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6042
6043         * hex-util.el: Fix up comment style.
6044         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6045
6046         * gnus-salt.el: Use with-current-buffer.
6047         (gnus-pick-setup-message): Fix long-standing typo.
6048
6049 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * imap.el (imap-logout-timeout): New variable.
6052         (imap-logout, imap-logout-wait): New functions.
6053         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6054
6055         * nnimap.el (nnimap-logout-timeout): New server variable.
6056         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6057         nnimap-logout-timeout.
6058
6059         * gnus-art.el (gnus-article-summary-command-nosave)
6060         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6061
6062 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus.el (gnus-maximum-newsgroup): New variable.
6065
6066         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6067         according to gnus-maximum-newsgroup.
6068
6069         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6070         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6071         Limit the range of articles according to gnus-maximum-newsgroup.
6072
6073 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6074
6075         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6076         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6077         Don't perform gnus-configure-windows here; reuse existing sticky
6078         article buffer.
6079
6080         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6081         it doesn't exist in gnus-article-mode.
6082
6083 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6086         (gnus-agent-decoded-group-name): New function.
6087         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6088         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6089
6090 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6091
6092         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6093         Add binding for gnus-sticky-article.
6094         (gnus-summary-exit): Don't kill sticky article buffers.
6095
6096         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6097         article buffer.
6098         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6099         (gnus-kill-sticky-article-buffers): New commands.
6100
6101 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * nntp.el (nntp-xref-number-is-evil): New server variable.
6104         (nntp-find-group-and-number): If it is non-nil, don't trust article
6105         numbers in the Xref header.
6106
6107 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-agent.el (gnus-agent-read-group): New function.
6110         (gnus-agent-flush-group, gnus-agent-expire-group)
6111         (gnus-agent-regenerate-group): Use it.
6112         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6113         nnmail-pathname-coding-system.
6114
6115 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6118
6119         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6120         that are unread as unread, and also as selected so that information of
6121         marks having been changed by a user may be updated when exiting group.
6122
6123 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6126         calculated ignoring signature parts to gnus-treat-article.
6127
6128 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6131         a point here in order to keep the window start.
6132         (gnus-insert-mime-security-button): Make a button overlay without the
6133         front stickiness.
6134         (gnus-mime-display-security): Goto the end of a button.
6135
6136         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6137
6138 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6141         group-name-at-point.
6142         (gnus-group-completing-read): New function that offers decoded
6143         non-ASCII group names for completion.
6144         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6145         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6146         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6147         (gnus-group-fetch-control): Use it.
6148         (gnus-fetch-group): Use group-name-at-point for the initial value
6149         rather than the default value; use gnus-alive-p.
6150
6151         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6152         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6153         (gnus-summary-post-news): Use gnus-group-completing-read.
6154
6155         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6156         (gnus-read-move-group-name): Decode group name for completion.
6157
6158 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6161         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6162         Yamaoka slightly modified the code).
6163
6164 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6167         (nnmail-split-incoming): Bind it.
6168
6169         * nnml.el (nnml-group-name-charset): New function.
6170         (nnml-decoded-group-name): Use it; don't decode group name if
6171         nnmail-group-names-not-encoded-p is non-nil.
6172         (nnml-encoded-group-name): New function.
6173         (nnml-group-pathname): Inline nnml-decoded-group-name.
6174         (nnml-request-expire-articles): Decode group name in message.
6175         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6176         nnmail-pathname-coding-system.
6177         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6178         not decoded ones according to nnmail-group-names-not-encoded-p.
6179         (nnml-generate-active-info): Use nnml-encoded-group-name.
6180
6181 2007-08-08  Glenn Morris  <rgm@gnu.org>
6182
6183         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6184         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6185         doc-strings and comments.
6186
6187 2007-07-25  Glenn Morris  <rgm@gnu.org>
6188
6189         * Relicense all FSF files to GPLv3 or later.
6190
6191 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-sum.el (gnus-summary-move-article): Make
6194         gnus-summary-respool-article work.
6195
6196 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6199         string.
6200
6201 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6202
6203         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6204         that should be ignored when comparing distant RSS articles with local
6205         ones.
6206         (nnrss-make-hash-index): New function.  Create a hash index according
6207         to the ignored fields.
6208         (nnrss-check-group): Use it.
6209
6210 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6213
6214         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6215
6216         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6217         the new optional argument ENCODED is non-nil.
6218         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6219         coding system for encoding group name.
6220         (gnus-group-make-rss-group): Pass un-encoded group name to
6221         gnus-group-make-group.
6222         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6223         encoded.
6224
6225         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6226         Encode group name to which articles are moved or copied.
6227         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6228         coding system for encoding Newsgroup, Followup-To and Xref headers.
6229
6230         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6231         marks; use nnheader-file-coding-system to write a file.
6232         (nnagent-retrieve-headers): Bind file-name-coding-system to
6233         nnmail-pathname-coding-system.
6234
6235         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6236
6237         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6238         (nnml-request-article, nnml-request-create-group)
6239         (nnml-request-rename-group, nnml-find-id)
6240         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6241         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6242         (nnml-save-marks): Use nnml-group-pathname instead of
6243         nnmail-group-pathname.
6244
6245         (nnml-request-create-group, nnml-request-expire-articles)
6246         (nnml-request-move-article, nnml-request-delete-group)
6247         (nnml-deletable-article-p, nnml-possibly-create-directory)
6248         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6249         (nnml-open-marks): Bind file-name-coding-system to
6250         nnmail-pathname-coding-system.
6251
6252         (nnml-request-article): Pass server argument to nnml-find-group-number.
6253         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6254         server argument to nnml-possibly-create-directory.
6255         (nnml-request-accept-article): Pass server argument to
6256         nnml-active-number and nnml-save-mail.
6257         (nnml-find-group-number): Pass server argument to nnml-find-id.
6258         (nnml-request-update-info): Pass server argument to
6259         nnml-marks-changed-p.
6260
6261         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6262         (nnml-save-mail, nnml-active-number): Add server argument.
6263
6264         (nnml-request-delete-group): Warn if group is missing.
6265         (nnml-get-nov-buffer): Decode group name.
6266         (nnml-generate-active-info): Encode group name.
6267         (nnml-open-marks): Decode group name in messages.
6268
6269 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6272         if it is not specified.
6273         (gnus-article-pipe-part, gnus-article-save-part)
6274         (gnus-article-interactively-view-part, gnus-article-copy-part)
6275         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6276         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6277         (gnus-article-replace-part, gnus-article-delete-part)
6278         (gnus-article-view-part-as-type): Pass raw prefix argument to
6279         gnus-article-part-wrapper.
6280
6281 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-agent.el (gnus-agent-save-active): Bind
6284         nnheader-file-coding-system to gnus-agent-file-coding-system.
6285
6286         * gnus-cache.el (gnus-cache-save-buffers)
6287         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6288         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6289         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6290         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6291         (gnus-cache-generate-active, gnus-cache-rename-group)
6292         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6293         (gnus-cache-update-overview-total-fetched-for): Bind
6294         file-name-coding-system to nnmail-pathname-coding-system.
6295         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6296         variables.
6297         (gnus-cache-decoded-group-name): New function.
6298         (gnus-cache-file-name): Use it.
6299         (gnus-cache-generate-active): Use non-decoded group name for active.
6300
6301         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6302         right place.
6303         (gnus-write-active-file): Don't break non-ASCII group names.
6304
6305         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6306         nnmail-pathname-coding-system.
6307
6308         * lpath.el: Bind default-file-name-coding-system,
6309         file-name-coding-system and language-info-alist for XEmacs.
6310
6311         * gnus-uu.el (gnus-uu-decode-save): Typo.
6312
6313 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6316
6317 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6320         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6321         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6322         (gnus-agent-flush-group, gnus-agent-flush-cache)
6323         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6324         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6325         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6326         (gnus-agent-regenerate-group)
6327         (gnus-agent-update-files-total-fetched-for)
6328         (gnus-agent-update-view-total-fetched-for): Bind
6329         file-name-coding-system to nnmail-pathname-coding-system.
6330         (gnus-agent-group-pathname): Don't encode file names by
6331         nnmail-pathname-coding-system.
6332         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6333         coding-system-for-write instead of buffer-file-coding-system to
6334         gnus-agent-file-coding-system.
6335
6336         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6337         Decode group name.
6338
6339         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6340
6341         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6342         (gnus-read-newsrc-el-file): Make group names unibyte.
6343
6344         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6345         nnmail-pathname-coding-system.
6346
6347         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6348         (nnrss-request-delete-group): Bind file-name-coding-system to
6349         nnmail-pathname-coding-system.
6350         (nnrss-read-server-data, nnrss-read-group-data): Bind
6351         file-name-coding-system correctly.
6352         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6353
6354         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6355         (nntp-server-to-method-cache): New variable.
6356         (nntp-group-pathname): New function that decodes non-ASCII group names.
6357         (nntp-possibly-create-directory, nntp-marks-changed-p)
6358         (nntp-save-marks, nntp-open-marks): Use it.
6359         (nntp-possibly-create-directory, nntp-open-marks):
6360         Bind file-name-coding-system to nnmail-pathname-coding-system.
6361         (nntp-open-marks): Decode group names when bootstrapping marks.
6362
6363         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6364         Newsgroups and Folowup-To headers.
6365
6366 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6369         (gnus-server-closed-face, gnus-server-denied-face)
6370         (gnus-server-offline-face): Remove variable.
6371         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6372
6373         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6374         of modifying message-stack directly for XEmacs.
6375
6376         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6377         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6378         if the coding-system argument is nil for XEmacs.
6379
6380         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6381         mm-charset-override-alist.
6382
6383         * rfc2047.el: Don't require base64; require rfc2045 for the function
6384         rfc2045-encode-string.
6385         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6386         to quote the parameter value.
6387
6388 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6391         form in gnus-group-name-charset-method-alist.
6392
6393         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6394         overrides the default layout edit-form.
6395
6396         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6397
6398         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6399
6400 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6403         as unfetched articles.
6404
6405 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6408
6409 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6412         original back end that keeps marks in the local system.
6413
6414 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6417         arg of pop-to-buffer for XEmacs.
6418         (gnus-article-read-summary-keys): Ditto; don't restore window
6419         configuration if summary command ends up with neither article buffer
6420         nor summary buffer; describe bindings if summary keys end with C-h.
6421
6422 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * message.el (message-fix-before-sending): Skip raw message part to be
6425         forwarded while checking illegible text.
6426         (message-forward-make-body-mime, message-forward-make-body): Mark
6427         signed or encrypted raw message as having no illegible text.
6428
6429 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6432         (gnus-message-with-timestamp-1): New macro.
6433         (gnus-message-with-timestamp): New function.
6434         (gnus-message): Use them.
6435
6436         * nnheader.el (nnheader-message): Use them.
6437
6438 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6441         .newsrc.eld file.
6442
6443 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-agent.el (gnus-agent-fetch-headers)
6446         (gnus-agent-retrieve-headers): Bind
6447         gnus-decode-encoded-address-function to identity.
6448
6449         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6450         available also when the server returns simply a dot.
6451
6452         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6453
6454 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6457
6458 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-ems.el (gnus-x-splash): Make it work.
6461
6462         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6463         from being used.
6464
6465         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6466
6467 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6470         4th and the 5th arguments.
6471
6472         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6473         the front stickiness.
6474         (gnus-article-summary-command-nosave): Correct the order of the
6475         arguments passed to pop-to-buffer.
6476         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6477         summary command ends up with the article buffer.
6478
6479         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6480         the same faces.
6481
6482 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6483
6484         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6485
6486 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6487
6488         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6489         * gnus-sum.el (gnus-summary-highlight):
6490         * pgg.el (pgg-sign-region, pgg-sign):
6491         * mail-source.el (mail-source-delete-old-incoming-confirm):
6492         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6493
6494 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-art.el (gnus-mime-view-part-externally)
6497         (gnus-mime-view-part-internally): Fix predicate function passed to
6498         completing-read.
6499
6500         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6501
6502         * gnus.el (gnus-update-message-archive-method): Add :version.
6503
6504 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus.el (gnus-update-message-archive-method): New variable.
6507
6508         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6509         according to gnus-message-archive-method if
6510         gnus-update-message-archive-method is non-nil.
6511
6512 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6515         by Loic Dachary <loic@dachary.org>.
6516         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6517
6518 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * message.el (message-pop-to-buffer): Add switch-function argument.
6521         (message-mail): Pass switch-function argument to it.
6522
6523 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6526         Improve doc string.
6527
6528 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6531         (gnus-header-content)
6532         * gnus-cite.el (gnus-cite-10)
6533         * gnus-srvr.el (gnus-server-closed)
6534         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6535         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6536         (gnus-group-mail-3-empty, gnus-group-mail-low)
6537         (gnus-group-mail-low-empty, gnus-splash)
6538         * message.el (message-header-to, message-header-cc)
6539         (message-header-subject, message-header-other, message-header-name)
6540         (message-header-xheader, message-separator, message-cited-text)
6541         (message-mml): Lighten colors of faces used for dark background.
6542
6543 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6544
6545         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6546         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6547
6548 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * message.el (message-narrow-to-headers-or-head):
6551         Ignore mail-header-separator in the body.
6552
6553 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6556         same as window size.
6557
6558 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6559
6560         * message.el (message-font-lock-keywords): Use message-header-xheader
6561         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6562         ahead of the anything pattern, to get it recognised.
6563
6564 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6567         spam.el loads uses it in the compiled defadvice form.
6568
6569 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6570
6571         * gnus-sum.el (gnus-articles-to-read)
6572         (gnus-summary-insert-old-articles): Don't truncate group name for
6573         `read-string'.
6574
6575         * gnus-util.el (gnus-limit-string): Delete this function.
6576
6577         * gnus-sum.el (gnus-simplify-subject-fully): Use
6578         `truncate-string-to-width' instead.
6579
6580 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6581
6582         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6583         if, on summary exit, the next group has to be selected.
6584         (gnus-summary-exit): Use it.
6585
6586 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6589         non-break space.
6590
6591 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6594         Check if group is not a directory.
6595         (nnfolder-request-expire-articles): Don't delete articles if the target
6596         group is not available.
6597
6598         * nnml.el (nnml-request-create-group): Properly check if group is not a
6599         file.
6600         (nnml-request-expire-articles): Don't delete articles if the target
6601         group is not available.
6602
6603         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6604         Don't quote characters that are within parentheses.
6605
6606 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6609         (gnus-handle-ephemeral-exit): Select article according to it.
6610
6611 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * message.el (message-insert-formated-citation-line): Remove newline.
6614         (message-citation-line-format): Add final \n here so that the user can
6615         avoid a blank line.
6616
6617 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6618
6619         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6620         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6621         Update lanl/arXiv support.
6622
6623 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * gnus.el: Bump version number.
6626
6627 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * gnus.el (gnus-version-number): Bump version.
6630
6631 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6632
6633         * gnus.el: No Gnus v0.6 is released.
6634
6635 2007-04-27  Didier Verna  <didier@xemacs.org>
6636
6637         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6638         * gmm-utils.el (gmm-regexp-concat): here.
6639         * message.el: Don't require 'gnus-util.
6640         (message-dont-reply-to-names): Handle name change above.
6641         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6642
6643 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6646         since the initial value varies according to the system.
6647
6648 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6651
6652 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6653
6654         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6655
6656 2007-04-24  Didier Verna  <didier@xemacs.org>
6657
6658         Improve the type of gnus-ignored-from-addresses.
6659         * gnus-util.el (gnus-orify-regexp): New function.
6660         * message.el (gnus-util): Require it.
6661         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6662         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6663         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6664
6665 2007-04-24  Didier Verna  <didier@xemacs.org>
6666
6667         * gnus-sum.el:
6668         * gnus-utils.el: Fix some trailing whitespaces.
6669
6670 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6673         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6674         article's Message-ID; refer parent article in summary buffer.
6675
6676         * message.el (message-bounce): Call mime-to-mml.
6677
6678         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6679         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6680         optimize and/or forms properly.
6681
6682 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6685         URL.
6686
6687 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6690
6691 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6694         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6695         displayed of multipart/alternative part if it is invoked from summary
6696         buffer.
6697
6698         * mm-view.el (mm-inline-text-html-render-with-w3m)
6699         (mm-inline-text-html-render-with-w3m-standalone)
6700         (mm-inline-render-with-function): Use mail-parse-charset by default.
6701
6702 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6703
6704         * parse-time.el (parse-time-string-chars): Check if CHAR
6705         is less than the length of parse-time-syntax.
6706
6707 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6710         from gnus-newsgroup-processable.
6711
6712 2007-04-16  Didier Verna  <didier@xemacs.org>
6713
6714         * gnus-msg.el (gnus-configure-posting-styles): Handle
6715         message-signature-directory properly with :file syntax.  Reported by
6716         "Leo".
6717
6718 2007-04-11  Didier Verna  <didier@xemacs.org>
6719
6720         New user option: message-signature-directory.
6721         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6722         * message.el (message-insert-signature): Ditto.
6723         * message.el (message-signature-file): Doc update.
6724         * message.el (message-signature-directory): New.
6725
6726 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-msg.el (gnus-inews-yank-articles): Use
6729         message-exchange-point-and-mark instead of exchange-point-and-mark.
6730
6731 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * message.el (message-yank-original): Make sure cited text ends with
6734         newline; don't exchange point and mark.
6735
6736 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6737
6738         * tls.el (open-tls-stream): Properly handle case where there
6739         is no associated buffer.
6740
6741 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6742
6743         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6744         message-yank-original, make sure (< mark TEXT point).
6745
6746 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6747
6748         * message.el (message-fill-column): New variable.
6749         (message-mode): Use it.  Add comment on a possible new hook.
6750
6751         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6752         (nnmail-get-new-mail): Reformat.
6753
6754         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6755
6756         * gmm-utils.el: Fix Commentary.
6757         (gmm-tool-bar-from-list): Fix typo in doc string.
6758
6759 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6760
6761         * message.el (message-yank-original): Don't switch point and mark
6762         unnecessarily to put point and mark as documented.
6763
6764 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6767         from the message heads.
6768
6769 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6770
6771         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6772         article buffer does not have a window.  This may not be the best
6773         solution but is certainly better than setting the start of the null,
6774         that is the current, window.
6775
6776 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6779         (gnus-draft-setup): Run it.
6780
6781         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6782         gnus-score-fast-scoring.  Allow regexp.
6783         (gnus-score-headers): Use it.
6784
6785         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6786         XEmacs.
6787
6788         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6789         string.
6790         (gnus-button-alist): Also catch `<f1> k ...'.
6791         (gnus-treat-display-x-face): Fix doc string.
6792
6793 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6794
6795         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6796         evaluation of gnus-extended-version to ensure correct generation of the
6797         User-Agent header when message-generate-headers-first is used.
6798
6799 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6800
6801         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6802         hashcash-path is nil.  Don't call callback with incorrect number of
6803         parameters if val is 0.
6804
6805 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6806
6807         * message.el (message-required-news-headers):
6808         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6809
6810 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6811
6812         * tls.el (open-tls-stream): In handshake-waiting loop,
6813         don't wait more if there is output available to process.
6814
6815 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6816
6817         * tls.el (tls-program): Doc fix.
6818
6819 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * message.el (message-generate-new-buffers): Change the meaning of the
6822         nil value; add `standard' to the choices; treat t as `unique'; improve
6823         doc string.
6824         (gnus-select-frame-set-input-focus): Autoload.
6825         (message-buffer-name): Search for the existing message buffer if
6826         message-generate-new-buffers is nil or `standard'; treat the value t of
6827         message-generate-new-buffers as `unique'.
6828         (message-pop-to-buffer): Raise the frame already displaying the message
6829         buffer; clear the echo area after querying.
6830         (message-setup): Pass the `continue' argument to compose-mail.
6831         (message-mail): Prefer `switch-function' if it is given; search for the
6832         existing message buffer if the `continue' argument is non-nil; pass
6833         continue and switch-function arguments to compose-mail by way of
6834         message-setup.
6835         (message-mail-other-window): Adjust argument of message-setup.
6836         (message-mail-other-frame): Ditto.
6837
6838 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6841         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6842         to turn font-lock on when turning gnus-message-citation-mode on.
6843
6844 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6845
6846         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6847         (mml-smime-function-alist): New variable; add epg as the backend.
6848         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6849         mml-smime- functions instead.
6850         * mm-view.el: Require smime.
6851
6852 2007-03-05  Didier Verna  <didier@xemacs.org>
6853
6854         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6855         instead of just inheritance for posting styles.
6856         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6857
6858 2007-02-24  Chris Moore  <dooglus@gmail.com>
6859
6860         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6861         * pgg-pgp.el (pgg-pgp-encrypt-region):
6862         * pgg-gpg.el (pgg-gpg-encrypt-region):
6863         Check pgg-encrypt-for-me if no other recipients.
6864
6865 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6866
6867         * tls.el (tls-certtool-program): Fix custom type.
6868
6869 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6872         and point-at-eol instead of line-(beginning|end)-position.
6873
6874         * assistant.el (assistant-parse-buffer): Ditto.
6875
6876         * netrc.el (netrc-parse-services): Ditto.
6877
6878 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6879
6880         * mml2015.el (mml2015-epg-find-usable-key): New function.
6881         (mml2015-epg-sign): Use it.
6882         (mml2015-epg-encrypt): Use it.
6883
6884 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * message.el (message-make-in-reply-to): Quote name containing
6887         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6888         if there are special characters.  Reported by NAKAJI Hiroyuki
6889         <nakaji@jp.freebsd.org>.
6890
6891 2007-02-27  Didier Verna  <didier@xemacs.org>
6892
6893         Include the group parameters as well as the topic ones in the
6894         inheritance filter process.
6895         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6896         argument GROUP-PARAMS-LIST.
6897         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6898
6899 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * nntp.el (nntp-never-echoes-commands)
6902         (nntp-open-connection-functions-never-echo-commands): New variables.
6903         (nntp-send-command): Use them.
6904
6905 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6906
6907         * mml2015.el (mml2015-epg-verify): Simplified.
6908
6909 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * mml.el (mml-content-disposition-alist): New user option.
6912         (mml-content-disposition): New function.
6913         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6914         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6915
6916 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6917
6918         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6919         verification.
6920
6921 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6922
6923         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6924         articles posted in the last 24 hours.
6925
6926 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6927
6928         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6929
6930 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6931
6932         * nntp.el (nntp-send-command): Don't wait for echoes when
6933         nntp-open-ssl-stream is used.
6934
6935 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6938         (gnus-message-add-citation-keywords)
6939         (gnus-message-remove-citation-keywords): Remove.
6940         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6941         directly, make the variables in font-lock-defaults buffer-local, add
6942         gnus-message-citation-keywords to them and then update the value of
6943         font-lock-keywords.
6944
6945 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * message.el (message-cite-original-1): Don't call
6948         gnus-article-highlight-citation.
6949
6950         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6951         citations; fix line count.
6952
6953 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6956         (gnus-message-add-citation-keywords)
6957         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6958         versions of font-lock-add-keywords and font-lock-remove-keywords to
6959         work with XEmacs correctly.
6960
6961 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-cite.el (gnus-cite-face-list): Set the values of
6964         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6965         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6966         (gnus-message-cite-prefix-regexp): New variable.
6967         (gnus-message-search-citation-line): Use it; protect against long
6968         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6969         the 0th match data for Emacs.
6970         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6971         (gnus-message-add-citation-keywords): Append keywords rather than
6972         prepending; emulate font-lock-add-keywords if it is not available.
6973         (gnus-message-remove-citation-keywords): Emulate
6974         font-lock-remove-keywords if it is not available.
6975
6976         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6977
6978         * message.el (message-cite-prefix-regexp): Set the value of
6979         gnus-message-cite-prefix-regexp.
6980
6981 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6982
6983         * nnweb.el (nnweb-google-parse-1): Update parser.
6984
6985 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6986
6987         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6988
6989 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6990
6991         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6992         regexp.
6993
6994 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6997         string-to-multibyte.
6998         (uudecode-decode-region-internal): Use it.
6999
7000         * lpath.el: Fbind string-as-multibyte for XEmacs.
7001
7002 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7005         custom choice.
7006
7007         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7008
7009 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7010
7011         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7012
7013         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7014         `write-region' to respect `mm-inhibit-file-name-handlers'.
7015
7016 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7019         Use gnus-home-directory instead of "~/" or "$HOME".
7020
7021 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7022
7023         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7024         to mention filename.
7025         Add comments at beginning regarding usage.
7026         (encrypt-write-file-contents): Change interactive so a string is
7027         acceptable.  If the file has no associated model, show an error instead
7028         of a nonsense prompt.
7029
7030 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7031
7032         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7033         Thanks to Yoshihiko Yamada for kind notification of this typo.
7034
7035 2007-01-12  Kenichi Handa  <handa@m17n.org>
7036
7037         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7038         multibyte buffer.
7039
7040 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * gnus-score.el (gnus-score-fast-scoring): New variable.
7043         (gnus-score-headers): Use it.
7044
7045         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7046
7047         * message.el (message-cite-original-1): Call
7048         gnus-article-highlight-citation if requested.
7049         (message-make-from): Allow name and address as optional arguments.
7050
7051         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7052
7053         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7054         bugs to doc string.
7055         (gnus-button-alist): Add mid\\|message-id.
7056         (gnus-button-fetch-group): Extend for use in
7057         `browse-url-browser-function'.
7058         (gnus-button-url-regexp): Try to catch paired parentheses like in
7059         Wikipedia URLs.
7060
7061         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7062         Suggested by Simon Krahnke <overlord@gmx.li>.
7063
7064 2007-01-13  Romain Francoise  <romain@orebokech.com>
7065
7066         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7067         Update copyright.
7068
7069 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7070
7071         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7072
7073 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * gnus-registry.el (gnus-registry-unfollowed-groups)
7076         (gnus-registry-split-fancy-with-parent): Fix documentation.
7077
7078 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7081         from nnweb groups.
7082
7083 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7086         Xref urls.  Erase buffer before requesting head.
7087
7088 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7091         customizable.
7092
7093 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7094
7095         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7096         no signing key is found.
7097         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7098         no encrypting and/or signing key is found.
7099
7100 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7103
7104 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7105
7106         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7107         headers read from disk with the ones newly found in the current search.
7108         This should no longer cause problems, because the article numbers in
7109         Gmane's `nov.php' output are ignored since the previous change.
7110
7111 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7112
7113         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7114
7115 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7118         replace-regexp-in-string; bind url-version; fbind display-images-p and
7119         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7120         find-face and set-itimer-function for Emacs; bind itimer-list for
7121         Emacs.
7122
7123         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7124
7125 2007-01-01  Romain Francoise  <romain@orebokech.com>
7126
7127         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7128
7129 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7130
7131         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7132         `define-minor-mode' macro definition expanded properly.
7133         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7134         exclude it there.
7135
7136         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7137         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7138         `fboundp' test.
7139         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7140         This is OK to autoload in (S)XEmacs now.
7141
7142 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7145         keystroke.
7146         (gnus-summary-limit-to-singletons): Fix typo.
7147
7148         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7149         else fails.
7150
7151 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7152
7153         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7154         docstring.
7155
7156         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7157         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7158         (gnus-summary-insert-dormant-articles): Fix typo in message.
7159
7160 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7163         nil for XEmacs.
7164         (gnus-message-citation-mode): Don't autoload in XEmacs.
7165
7166         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7167
7168 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7169
7170         * nnimap.el (nnimap-expunge-search-string): Mention
7171         nnimap-search-uids-not-since-is-evil in docstring.
7172
7173 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * spam.el: Revert to make-obsolete-variable because
7176         define-obsolete-variable-alias is not supported in Emacs 21.
7177
7178         * spam.el (spam-ifile-path, spam-ifile-database-path)
7179         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7180         make-obsolete-variable.
7181         (spam-bsfilter-path, spam-bsfilter-program)
7182         (spam-spamassassin-path, spam-spamassassin-program)
7183         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7184         use "path" inappropriately.
7185         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7186         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7187         variable names.
7188
7189 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7190
7191         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7192         summary buffer.
7193
7194         * password.el (password-cache-remove): Use clear-string to burn
7195         password, if available.
7196
7197 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7200
7201         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7202
7203         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7204         (gnus-message-highlight-citation): Move defcustom here from
7205         gnus-cite.el.
7206         (gnus-message-citation-mode): Autoload.
7207
7208         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7209         checks to make it compile with XEmacs.
7210         (gnus-message-citation-mode): New minor mode.
7211         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7212         (gnus-message-highlight-citation): New variables.
7213         (gnus-message-search-citation-line)
7214         (gnus-message-add-citation-keywords)
7215         (gnus-message-remove-citation-keywords)
7216         (turn-on-gnus-message-citation-mode)
7217         (turn-off-gnus-message-citation-mode): New functions.
7218
7219 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7220
7221         * gnus-cite.el: Enable highlighting of different citation levels in
7222         message-mode.
7223
7224 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * message.el (message-make-fqdn): Fix comment.
7227         (message-bogus-system-names): Add ".local".
7228
7229         * spam.el (spam-ifile-path, spam-ifile-program)
7230         (spam-ifile-database-path, spam-ifile-database)
7231         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7232         Don't use "path" inappropriately.
7233         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7234         strings.
7235         (spam-check-ifile, spam-ifile-register-with-ifile)
7236         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7237         new variable names.
7238
7239         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7240         (gnus-treat-display-smileys): Simplify using
7241         gnus-image-type-available-p.
7242
7243         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7244         available.
7245
7246         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7247         `display-images-p' if available.
7248
7249 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7252         one after turning on the buffer's multibyteness instead of decoding
7253         them directly in the unibyte buffer that causes unexpected conversion
7254         in Emacs 23 (unicode).
7255
7256 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7257
7258         * message.el (message-generate-hashcash): Fix custom type.
7259
7260 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7263
7264 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7267         disconnect icons.  Add help text.
7268
7269 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7272         negated to be consistent with the others we handle.
7273
7274 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7277         version of gnus-summary-buffer to something, so that we can use two
7278         article buffers at the same time.
7279
7280 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7281
7282         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7283         trigger all the extra headers.
7284         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7285         sorting.
7286
7287 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7288
7289         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7290         solid groups.
7291
7292 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7293
7294         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7295
7296 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * legacy-gnus-agent.el: Add Copyright notice.
7299
7300 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7301
7302         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7303
7304 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7307
7308         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7309         to make it work reliably in CVS Emacs.
7310         (gnus-summary-limit-strange-charsets-predicate)
7311         (gnus-summary-limit-to-predicate): New functions.
7312
7313 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7314
7315         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7316         specifying array size.
7317         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7318         array if it is too small.
7319         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7320         (gnus-sort-threads-loop): New function.
7321
7322 2006-12-06  Chris Moore  <dooglus@gmail.com>
7323
7324         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7325         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7326
7327 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7328
7329         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7330         options.
7331
7332 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7335         DOS-ing the recipient.
7336
7337         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7338         the headers when creating the mapping to avoid mismappings.
7339         (nnweb-gmane-create-mapping): Always nix out old mapping.
7340
7341 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7344         and mm-verify-option to never.
7345
7346 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * message.el (message-signed-or-encrypted-p): New function.
7349         (message-forward-make-body): Use it.
7350
7351         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7352         Replace encode-coding-string with mm-encode-coding-string.
7353
7354 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * nneething.el (nneething-decode-file-name): Replace
7357         decode-coding-string with mm-decode-coding-string.
7358
7359         * gnus-int.el (gnus-open-server): Say failed server's name.
7360
7361 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7362
7363         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7364         strings to a single string.  Quote `errors-file-name'.
7365         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7366         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7367         Adjust calls.  Use `shell-quote-argument'.
7368
7369 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7370
7371         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7372         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7373
7374         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7375         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7376         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7377         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7378         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7379         (gnus-subscribe-newsgroup, gnus-1):
7380         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7381         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7382         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7383         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7384
7385 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7388         keystroke.
7389         (gnus-summary-limit-to-bodies): Implement headersp.
7390
7391 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7394
7395 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7398
7399 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * message.el (message-generate-hashcash): Expand range of values to
7402         include `opportunistic'.
7403         (message-send-mail): Use it.
7404
7405 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7406
7407         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7408         and comment it.
7409
7410         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7411
7412 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-util.el (gnus-extract-address-components): Improve comment.
7415
7416 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-util.el (gnus-extract-address-components): Work with address in
7419         which the name portion contains @.
7420
7421         * lpath.el: Fbind custom-autoload.
7422
7423 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus.el (gnus-start): Move custom group up.
7426         (gnus-select-method): Don't autoload, but make it available for
7427         `customize-variable'.
7428         (gnus-getenv-nntpserver): Don't autoload.
7429
7430 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7431
7432         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7433
7434 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * message.el (message-sendmail-extra-arguments): New variable.
7437         (message-send-mail-with-sendmail): Use it.
7438
7439 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7442         mm-with-unibyte-current-buffer to make string unibyte.
7443
7444         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7445         mm-string-as-multibyte.
7446
7447 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7448
7449         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7450         Reported by Werner Koch <wk@gnupg.org>.
7451
7452 2006-11-14  Daiki Ueno  <ueno@p360>
7453
7454         * mml2015.el: Autoload epa-select-keys when compiling.
7455
7456 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7457
7458         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7459         message-options.
7460         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7461
7462 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7463
7464         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7465         EasyPG (< 0.0.6).
7466         (mml2015-always-trust): New user option.
7467         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7468         prompt.
7469
7470 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * nntp.el (nntp-authinfo-force): New variable.
7473         (nntp-send-authinfo): Use it.
7474
7475 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7478         decode encoded words.  Improve prompt.  Add comment about forwarding.
7479         (message-replacement-char): Move up.
7480
7481 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7482
7483         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7484         instead of gnus-intersection because arguments of gnus-sorted-nunion
7485         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7486
7487 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7490         (message-simplify-subject-functions): Enable
7491         message-strip-subject-encoded-words by default.
7492
7493 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * message.el (message-strip-subject-encoded-words): New function.
7496         (message-simplify-subject-functions): New variable.
7497         (message-simplify-subject): Use it.  Fix typo in doc string.
7498         Support message-strip-subject-encoded-words.
7499
7500 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7501
7502         * gnus-diary.el (gnus-diary-delay-format-function):
7503         * nndiary.el (nndiary-reminders):
7504         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7505
7506 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * gnus-art.el (article-hide-boring-headers): Fetch date from
7509         gnus-original-article-buffer to avoid problems with localized date
7510         strings.
7511
7512 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7515
7516 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7519         New variables.
7520         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7521         (mm-charset-synonym-alist): Move some entries to
7522         mm-codepage-iso-8859-list.
7523         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7524         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7525
7526 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7529
7530 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7533         with Emacs 21 and XEmacs.
7534
7535 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7536
7537         * spam.el (spam-parse-address): New function for better parsing,
7538         catching errors, etc.
7539         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7540
7541 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * mm-view.el: Add interactive arg to html2text autoload.
7544
7545 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7548
7549 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7552         variables.
7553         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7554         (mm-charset-synonym-alist): Move some entries to
7555         mm-codepage-iso-8859-list.
7556
7557         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7558
7559 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * message.el (message-citation-line-format)
7562         (message-insert-formated-citation-line): Fix implementation of %E, %N
7563         and %n according to the doc string.
7564
7565 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7568         car-safe to avoid bad parses.
7569
7570 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7573         names.
7574
7575         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7576
7577 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7580         header.
7581
7582         * message.el (message-draft-headers): Add Date.
7583         (message-headers-to-generate): Fix typo in docstring.
7584
7585         * nndraft.el (nndraft-required-headers): New variable.
7586         (nndraft-generate-headers): Use it.
7587
7588         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7589
7590 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7591
7592         * gnus-registry.el (gnus-registry-wash-for-keywords)
7593         (gnus-registry-find-keywords): New functions to allow easy searching of
7594         articles that are in the registry.
7595
7596 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7599         ietf-drums-parse-address instead of gnus-extract-address-components.
7600         Reported by Damien Elmes <damien@repose.cx>.
7601
7602 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus.el (gnus-mime): Remove unused custom group.
7605
7606 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7607
7608         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7609         "blank line" when searching for end of armor headers.
7610
7611 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gmm-utils.el (gmm-write-region): Fix variable name.
7614
7615 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * gmm-utils.el (gmm-write-region): New function based on compatibility
7618         code from `mm-make-temp-file'.
7619
7620         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7621
7622         * nnmaildir.el (nnmaildir--update-nov)
7623         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7624         Use `gmm-write-region'.
7625
7626 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7629         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7630
7631         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7632
7633         * message.el (message-replacement-char): New variable.
7634         (message-fix-before-sending): Use it.
7635         (message-simplify-subject): New function to remove duplicate code.
7636         (message-reply, message-followup): Use it.
7637
7638         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7639         gnus-summary-limit-to-articles.
7640
7641 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-util.el (gnus-with-local-quit): New macro.
7644
7645         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7646
7647 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7650         ignore non-string data.
7651
7652 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7653
7654         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7655         non-string data (needs to be done in the registry too).
7656
7657 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7660         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7661         (gnus-registry-split-fancy-with-parent)
7662         (gnus-registry-fetch-simplified-message-subject-fast)
7663         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7664         Remove text properties on ingress into the registry and when it's saved.
7665         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7666         registry from entries with no groups.
7667
7668 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7669
7670         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7671         function to remove string properties.
7672
7673 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gmm-utils.el (gmm): Adjust custom version.
7676
7677         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7678         custom version.
7679
7680         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7681
7682 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * gnus-art.el (gnus-insert-prev-page-button)
7685         (gnus-insert-next-page-button): Simplify.  Reformat.
7686
7687 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7688
7689         * gnus-art.el (gnus-insert-prev-page-button)
7690         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7691
7692 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7693
7694         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7695
7696 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7697
7698         * gnus-art.el (gnus-insert-mime-button)
7699         (gnus-insert-mime-security-button):
7700         Apply gnus-article-button-face to MIME and security buttons.
7701
7702 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7705         readable.
7706
7707 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7710
7711 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7712
7713         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7714         `browse-url-of-file' instead of `browse-url'.
7715
7716 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7717
7718         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7719         regexp.  Articles containing quotation were cut prematurely.
7720
7721 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * message.el (message-cite-original-1): Use nobody by default for the
7724         value of From header.
7725         (message-reply): Ditto.
7726
7727 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7728
7729         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7730         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7731         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7732
7733 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7736         mails in the doc string.  Add some URLs in comment.
7737         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7738
7739 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7742         backslashes handling and the way to find boundaries of quoted strings.
7743
7744 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7745
7746         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7747         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7748         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7749         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7750
7751 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7754         doc string.
7755         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7756
7757 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * lpath.el: Fbind epg-check-configuration.
7760
7761 2006-09-06  Simon Josefsson  <jas@extundo.com>
7762
7763         * mml2015.el (mml2015-use): Doc fix, mention epg.
7764
7765 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * mml2015.el (mml2015-use): Default to epg, if available.
7768
7769 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7770
7771         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7772         message-sender.
7773         (mml1991-epg-encrypt): Ditto.
7774         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7775         message-sender.
7776         (mml2015-epg-encrypt): Ditto.
7777
7778 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7779
7780         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7781         several common directories.
7782
7783 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7786         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7787
7788 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * gnus-art.el (article-decode-encoded-words): Make it fast.
7791
7792 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7795
7796         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7797         in quoted string into `\'.
7798
7799 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7802         Use standard-syntax-table.
7803
7804 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-art.el (gnus-decode-address-function): New variable.
7807         (article-decode-encoded-words): Use it to decode headers which are
7808         assumed to contain addresses.
7809         (gnus-mime-delete-part): Remove useless `or'.
7810
7811         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7812         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7813         (gnus-nov-parse-line): Use it to decode From header.
7814         (gnus-get-newsgroup-headers): Ditto.
7815         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7816
7817         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7818         (mail-decode-encoded-address-string): New alias.
7819
7820         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7821         New function.
7822         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7823         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7824         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7825         (rfc2047-decode-string): Ditto.
7826         (rfc2047-decode-address-region): New function.
7827         (rfc2047-decode-address-string): New function.
7828
7829 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * message.el (message-caesar-buffer-body): Allow rotating headers.
7832
7833         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7834
7835         * message.el (message-insert-formated-citation-line): Fix %f.
7836         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7837
7838 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7841         (gnus-bookmark-mouse-available-p): New macro.
7842         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7843         (gnus-bookmark-bmenu-show-infos): Use it.
7844         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7845         (gnus-bookmark-bmenu-hide-infos): Ditto.
7846         (gnus-bookmark-remove-properties): New function.
7847         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7848         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7849         (gnus-bookmark-write-file): Bind coding-system-for-write.
7850         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7851         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7852         group before selecting it.
7853         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7854         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7855         quit-window if it is not available; use gnus-mouse-2 and bind it to
7856         gnus-bookmark-bmenu-select-by-mouse.
7857         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7858         (gnus-bookmark-bmenu-select-by-mouse): New function.
7859
7860 2006-08-13  Romain Francoise  <romain@orebokech.com>
7861
7862         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7863         space.
7864
7865 2006-08-10  Romain Francoise  <romain@orebokech.com>
7866
7867         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7868         (dns-mode-soa-auto-increment-serial): New user option.
7869         (dns-mode-soa-maybe-increment-serial): New function.
7870         (dns-mode): Add the latter to `write-contents-functions'.
7871
7872 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * compface.el (uncompface): Use binary rather than raw-text-unix.
7875
7876 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * compface.el (uncompface): Make sure the eol conversion doesn't take
7879         place when communicating with the external programs.  Reported by
7880         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7881
7882 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7885
7886 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7887
7888         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7889         Make it more robust by parsing author and date independently.
7890
7891 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7894
7895 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7896
7897         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7898         first matching secret key.
7899         (mml2015-epg-encrypt): Ditto.
7900
7901         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7902         first matching secret key.
7903         (mml1991-epg-encrypt): Ditto.
7904
7905         * mml2015.el (mml2015-encrypt-to-self): New user option.
7906         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7907         mml2015-epg-encrypt-to-self is set.
7908
7909         * mml1991.el (mml1991-encrypt-to-self): New variable.
7910         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7911         mml1991-epg-encrypt-to-self is set.
7912
7913         * mml2015.el (mml2015-signers): New user option.
7914         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7915         (mml2015-epg-encrypt): Allow to select signing keys.
7916
7917         * mml1991.el (mml1991-signers): New variable.
7918         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7919         (mml1991-epg-encrypt): Allow to select signing keys.
7920
7921 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nnheader.el (nnheader-insert-head): Make it work even if the file
7924         uses CRLF for the line-break code.
7925
7926 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7927
7928         * mml2015.el: Require mml-sec instead of password.
7929         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7930         (mml2015-cache-passphrase): Inherit the default value from
7931         mml-secure-cache-passphrase.
7932         (mml2015-passphrase-cache-expiry): Inherit the default value from
7933         mml-secure-passphrase-cache-expiry.
7934
7935         * mml1991.el: Require mml-sec instead of password.
7936         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7937         (mml1991-cache-passphrase): Inherit the default value from
7938         mml-secure-cache-passphrase.
7939         (mml1991-passphrase-cache-expiry): Inherit the default value from
7940         mml-secure-passphrase-cache-expiry.
7941
7942         * mml-sec.el: Require password.
7943         (mml-secure-verbose): New user option.
7944         (mml-secure-cache-passphrase): New user option.
7945         (mml-secure-passphrase-cache-expiry): New user option.
7946
7947 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7948
7949         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7950         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7951         andreas@altroot.de (Andreas Vögele).
7952
7953         FIXME: Use `tiny change'?
7954
7955 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7956
7957         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7958         workaround for the url package included with Emacs.
7959
7960         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7961
7962 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7965         correctly.  This fixes a bug caused by the 2006-05-12 change.
7966
7967 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7968
7969         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7970         some information about the error when saying that the `bogus' mail
7971         group will be used.
7972
7973 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7976         string.
7977
7978 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7979
7980         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7981
7982 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7983
7984         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7985
7986 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7987
7988         * mml1991.el (mml1991-function-alist): Add epg.
7989         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7990         (mml1991-epg-encrypt): New functions.
7991
7992 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7993
7994         * mml2015.el (mml2015-verbose): New variable.
7995         (mml2015-cache-passphrase): Ditto.
7996         (mml2015-passphrase-cache-expiry): Ditto.
7997         (mml2015-function-alist): Add epg.
7998         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7999         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8000         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8001         functions.
8002
8003 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8004
8005         * message.el (message-cite-original-1): Preserve region when removing
8006         quoted text due to X-No-Archive in order to avoid bogus attribution
8007         when citing multiple messages.
8008
8009 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8010
8011         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8012         Kenneth Jacker <khj@be.cs.appstate.edu>.
8013
8014 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gnus-diary.el (gnus-user-format-function-d)
8017         (gnus-user-format-function-D): Autoload.
8018
8019         * imap.el (Commentary): Fix typo.
8020
8021         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8022         2006-04-22 contribution.
8023
8024 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8025
8026         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8027         It didn't really fix the bogosity I'm seeing with solid web groups.
8028
8029 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8030
8031         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8032         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8033         created using server names.  If we use the feature without declaring
8034         it, Gnus does not properly manage server and group state.
8035
8036         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8037         bound.
8038
8039 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8040
8041         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8042         looking up the method using GROUP's prefix before inventing a new one.
8043         It is used on killed/unknown groups in various places where returning
8044         an all-new method isn't expected by the caller.
8045
8046         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8047         and match semantics of gnus-group-real-prefix.
8048
8049 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * nnmail.el (nnmail-broken-references-mailers): New variable.
8052         (nnmail-ignore-broken-references): New function generalizing
8053         nnmail-fix-eudora-headers.
8054         (nnmail-fix-eudora-headers): Now obsolete.
8055
8056         * gnus-art.el (gnus-button-handle-custom): Support
8057         `customize-apropos*'.
8058
8059 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8062
8063         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8064         articles.
8065
8066 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * message.el (message-cite-reply-above): New variable.
8069         (message-yank-original): Use it.
8070
8071 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8074
8075 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8078         as read.
8079
8080         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8081
8082 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8085         (gnus-bookmark-default-file): Use gnus-directory.
8086         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8087         Remove "*" in doc string.
8088         (gnus-bookmark-write-file): Simplify.
8089         (gnus-bookmark-maybe-sort-alist): Use `when'.
8090         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8091         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8092         FIXME about Emacs 21 and XEmacs compatibility.
8093         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8094         compatibility.
8095         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8096         compatibility.
8097         (gnus-bookmark-menu-heading): Fix version.
8098
8099 2006-06-19  Bastien Guerry  <bzg@altern.org>
8100
8101         * gnus-bookmark.el: New file.
8102
8103 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * message.el (message-syntax-checks): Doc fix.
8106
8107 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8108
8109         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8110         unsubscribed groups as if they were killed ones.  It causes duplicate
8111         entries in gnus-newsrc-alist.
8112
8113 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * message.el (message-syntax-checks): Doc fix.
8116         (message-send-mail): Add check for continuation headers.
8117         (message-check-news-header-syntax): Fix regexp used to check for
8118         continuation headers.
8119
8120 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8123
8124 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8127
8128 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8131         default-truncate-lines.
8132
8133 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8136         to fill the utf-8 entry.
8137
8138         * lpath.el: Fbind unicode-precedence-list.
8139
8140 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8141
8142         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8143
8144 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8145
8146         * gnus-agent.el (directory-files-and-attributes): Move all the way
8147         forward (the third and final move).
8148         (gnus-agent-read-agentview): Trap reconstruction errors due to
8149         nonexistant directory.  Handle by returning nil.
8150
8151 2006-05-30  Didier Verna  <didier@xemacs.org>
8152
8153         * message.el (message-dont-reply-to-names): Update the custom type.
8154         * message.el (message-dont-reply-to-names): New defsubst: potentially
8155         convert a list of regexps into a single one.
8156         * message.el (message-get-reply-headers): Use it.
8157         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8158
8159 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-agent.el (directory-files-and-attributes): Move forward.
8162
8163 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * gnus-ml.el (gnus-mailing-list-subscribe)
8166         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8167         (gnus-mailing-list-message): Fix doc strings.
8168
8169 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8170
8171         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8172         of doing it manually.
8173
8174 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8177         comment.
8178
8179 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8180
8181         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8182         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8183         (gnus-agent-read-local): All symbols allocated in my-obarray.
8184         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8185         (gnus-agent-regenerate-group): Check numeric names to see if they are
8186         messages or groups.
8187         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8188         better way of do this...)
8189
8190         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8191         'dummy.group' (there should be a better way of do this...)
8192
8193 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8196         (gnus-saved-headers): Ditto.
8197         (gnus-default-article-saver): Mention functions may have properties.
8198         (gnus-article-save): Override gnus-save-all-headers and
8199         gnus-saved-headers by :headers property which saver function may have.
8200         (gnus-summary-save-in-file): Add :headers property.
8201         (gnus-summary-write-to-file): Ditto.
8202
8203         * gnus-sum.el (gnus-summary-save-article): Bind
8204         gnus-prompt-before-saving to t when saving many articles in a file;
8205         always show all headers.
8206
8207         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8208
8209 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8212         marks.
8213
8214         * message.el (message-indent-citation): Add optional arguments to allow
8215         using it outside of message buffers.
8216
8217         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8218         (gnus-article-treat-unfold-headers): Use it.
8219         (gnus-article-truncate-lines): New variable.
8220         (gnus-article-mode): Use it.
8221         (gnus-article-toggle-truncate-lines): New function.
8222
8223         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8224         gnus-article-toggle-truncate-lines.
8225
8226         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8227         coding system in XEmacs, use binary.
8228
8229 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8232         after-load-alist.
8233
8234         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8235         this function should save decoded articles.
8236         (gnus-summary-write-to-file): Use property to specify this function
8237         should save decoded articles and specify gnus-summary-save-in-file
8238         should be used to save articles other than the first one when saving
8239         many articles.
8240         (gnus-summary-save-body-in-file): Use property to specify this
8241         function should save decoded articles.
8242         (gnus-summary-write-body-to-file): Use property to specify this
8243         function should save decoded articles and specify
8244         gnus-summary-save-body-in-file should be used to save articles other
8245         than the first one when saving many articles.
8246
8247         * gnus-sum.el (gnus-summary-save-article): Simplify.
8248
8249 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-art.el (gnus-default-article-saver): Add
8252         gnus-summary-write-body-to-file.
8253         (gnus-article-save-coding-system): Don't use coding system object
8254         in XEmacs.
8255         (gnus-read-save-file-name): Add optional `dir-var' argument which
8256         specifies directory in which files are saved; work even if optional
8257         `variable' argument is not specified.
8258         (gnus-summary-write-to-file): Read file name.
8259         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8260         (gnus-summary-write-body-to-file): New function.
8261
8262         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8263         (gnus-summary-local-variables): Add it.
8264         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8265         (gnus-summary-save-article): Remove optional `decode' argument;
8266         determine whether to decode articles by the value of
8267         gnus-default-article-saver; when saving many files using
8268         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8269         it first and use gnus-summary-save-in-file or
8270         gnus-summary-save-body-in-file thereafter unless
8271         gnus-prompt-before-saving is always; move point to article which
8272         will be saved.
8273         (gnus-summary-save-article-file): Revert.
8274         (gnus-summary-write-article-file): Revert.
8275         (gnus-summary-save-article-body-file): Revert.
8276         (gnus-summary-write-article-body-file): New function.
8277
8278 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus-art.el (gnus-default-article-saver): Doc fix.
8281         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8282         from gnus-summary-save-article-coding-system, and default to a
8283         certain coding system.
8284         (gnus-output-to-file): Add coding cookie and encode text according
8285         to gnus-article-save-coding-system; don't use mm-append-to-file.
8286
8287         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8288         gnus-art.el and rename to gnus-article-save-coding-system.
8289         (gnus-summary-save-article): Require gnus-art; don't show all
8290         headers if it decodes articles; don't add coding cookie here;
8291         don't bind mm-text-coding-system-for-write.
8292         (gnus-summary-save-article-file): Save decoded articles.
8293         (gnus-summary-write-article-file): When saving many files, use
8294         gnus-summary-write-to-file first and gnus-summary-save-in-file
8295         thereafter unless gnus-prompt-before-saving is always.
8296         (gnus-summary-save-article-body-file): Save decoded articles.
8297
8298         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8299
8300 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * nnrss.el (nnrss-check-group): Bind hash-index.
8303
8304 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8305
8306         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8307         its hash index.  Store this hash in `nnrss-group-data'.
8308         (nnrss-read-group-data): Update accordingly.
8309
8310 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8313         entry.
8314
8315         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8316         gnus-article-browse-html-article.
8317
8318 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8319
8320         * gnus-sum.el (gnus-summary-mime-map): Add
8321         gnus-article-browse-html-article.
8322
8323         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8324
8325 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8328         suitable coding systems in customize.
8329
8330 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * mail-source.el (mail-sources): Fix custom type.
8333
8334 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8337         (gnus-summary-expire-articles-now): Shorten prompt.
8338
8339         * gmm-utils.el (wid-edit): Require.
8340         (defun-gmm): Renamed from `gmm-defun-compat'.
8341         (gmm-image-search-load-path): Use it.
8342         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8343
8344 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8347         variable.
8348         (gnus-summary-save-article): Add optional `decode' argument.  If
8349         it is set and gnus-summary-save-article-coding-system is non-nil,
8350         save decoded article.
8351         (gnus-summary-write-article-file): Save decoded article if
8352         gnus-summary-save-article-coding-system is non-nil.
8353
8354         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8355         type.
8356
8357 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8360
8361 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8364         first to test gnus-single-article-buffer which may be buffer-local.
8365
8366         * gnus-sum.el (gnus-summary-setup-buffer): Make
8367         gnus-single-article-buffer buffer-local and nil in ephemeral
8368         group; make gnus-article-buffer, gnus-article-current, and
8369         gnus-original-article-buffer always buffer-local.
8370         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8371         group.
8372         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8373
8374 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * nnml.el (nnml-request-compact-group): Compressed files might not
8377         have .gz extension.
8378
8379 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8380
8381         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8382         (mm-copy-to-buffer): Use with-current-buffer.
8383         (mm-display-part): Simplify.
8384         (mm-inlinable-p): Add optional arg `type'.
8385
8386 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8387
8388         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8389         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8390         Try harder to show the attachment internally or externally using
8391         gnus-mime-view-part-as-type.
8392
8393 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * message.el (message-from-style, message-signature-separator)
8396         (message-user-organization-file, message-send-mail-function)
8397         (message-citation-line-function, message-yank-prefix)
8398         (message-indent-citation-function, message-signature)
8399         (message-signature-file, message-signature-insert-empty-line):
8400         Remove autoloads.
8401
8402         * gnus-art.el (gnus-buttonized-mime-types): Remove
8403         "multipart/signed".  Revert 2006-04-26 change.
8404
8405 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus.el (gnus-version-number): Bump version.
8408
8409 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8410
8411         * gnus.el: No Gnus v0.5 is released.
8412
8413 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8414
8415         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8416         fetching articles by message-id.
8417
8418 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * message.el (hashcash): Require hashcash as normal.
8421
8422         * ecomplete.el (ecomplete-highlight-match-line): Use
8423         point-at-eol.
8424         (ecomplete-highlight-match-line): Use `highlight', because that
8425         face exists in both Emacs and XEmacs.
8426
8427         * message.el (message-display-abbrev): Use point-at-bol.
8428
8429         * mail-source.el: Don't require timer/timer-funcs.
8430
8431         * gnus-async.el: Ditto.
8432
8433         * password.el: Ditto.
8434
8435         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8436
8437         * mm-url.el: Ditto.
8438
8439         * gnus-xmas.el: Don't require timer-funcs.
8440
8441         * mm-util.el: Require timer/timer-funcs.
8442
8443 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8444
8445         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8446         Close.
8447
8448 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8451         unibyte after clear-decrypt function runs.
8452
8453         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8454         returns as a unibyte string.
8455
8456 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * lpath.el: Revert.
8459
8460         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8461         (pgg-gpg-process-sentinel): Revert.
8462
8463         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8464         (pgg-pgp-lookup-key): Revert.
8465
8466         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8467         (pgg-pgp5-lookup-key): Revert.
8468
8469         * pgg.el (pgg-fetch-key): Revert.
8470
8471 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * lpath.el: Fbind string-as-multibyte for XEmacs.
8474
8475         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8476         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8477         (mml1991-pgg-encrypt): Ditto.
8478
8479         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8480         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8481         a multibyte buffer.
8482
8483         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8484         (pgg-pgp-lookup-key): Ditto.
8485
8486         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8487         (pgg-pgp5-lookup-key): Ditto.
8488
8489         * pgg.el (pgg-fetch-key): Ditto.
8490
8491 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * message.el (message-user-organization-file): Check several
8494         locations of the organization file.
8495
8496         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8497         Add gnus-article-view-part-as-type.
8498
8499         * gnus-art.el (gnus-article-view-part-as-type): New function.
8500
8501         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8502         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8503
8504         * mml.el: Simplify autoload.
8505         (mml-mode): defvar dnd-protocol-alist instead of using
8506         symbol-value.
8507         (mml-default-directory): New variable.
8508         (mml-minibuffer-read-file): Use it.
8509         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8510
8511         * message.el (message-citation-line-format): New variable.
8512         (message-insert-formated-citation-line): New function.
8513         (message-citation-line-function): Add
8514         `message-insert-formated-citation-line' to custom type.
8515
8516         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8517         to doc string.
8518
8519         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8520         depending on mm-verify-option.
8521
8522 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8525         binding pgg-* variables; reimplement the section which prevents
8526         MIME header from being signed.
8527         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8528         pgg-text-mode; remove a blank line at the top of body.
8529
8530         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8531         lines at the top of body; use gnus-newsgroup-charset if there's no
8532         Charset header.
8533
8534 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * message.el (message-self-insert-commands): Doc fix.
8537
8538         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8539         (mm-uu-pgp-encrypted-test): Ditto.
8540         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8541         between header and body; return application/pgp-encrypted handle
8542         if decryption failed; decode decrypted body by charset.
8543
8544         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8545         element match to application/pgp-*.
8546
8547 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8548
8549         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8550         HTML.
8551
8552 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * mail-source.el (mail-source-call-script): Message the error
8555         string.
8556
8557 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558
8559         * gnus-util.el (gnus-byte-compile): Use it.
8560
8561 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8562
8563         * gnus-util.el (kill-empty-logs): New function.
8564
8565 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * message.el (message-mail-alias-type): Doc fix.
8568         (message-mail-alias-type-p): New function.
8569         (message-send): Use it.
8570         (message-mode): Ditto.
8571         (message-strip-forbidden-properties): Ditto.
8572
8573         * ecomplete.el (ecomplete-database-file-coding-system): New
8574         variable.
8575         (ecomplete-save): Use it.
8576         (ecomplete-setup): Use it.
8577
8578 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * message.el (message-self-insert-commands): New variable.
8581         (message-strip-forbidden-properties): Use it.
8582
8583 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8586         that doesn't make XEmacs choke.
8587
8588 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * gnus-util.el (gnus-replace-in-string):
8591         Prefer replace-regexp-in-string over of replace-in-string.
8592
8593 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-util.el (gnus-select-frame-set-input-focus):
8596         Use select-frame-set-input-focus if it is available in XEmacs; use
8597         definition defined in Emacs 22 for old Emacsen.
8598
8599         * dgnushack.el: Autoload unmorse-region for XEmacs.
8600
8601         * lpath.el: Bind cursor-in-non-selected-windows and
8602         select-frame-set-input-focus for XEmacs.
8603
8604 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8607
8608 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8609
8610         * gnus-registry.el (gnus-registry-cache-save): Remove text
8611         properties when saving via the temp buffer.
8612
8613 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * message.el (message-generate-hashcash): Honor custom type.
8616
8617 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * message.el (message-generate-hashcash): Default to non-nil when
8620         hashcash is found.
8621
8622         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8623         (gnus-refer-thread-limit): Increase default to 500.
8624
8625         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8626
8627         * flow-fill.el (fill-flowed): Allow delete-space.
8628
8629 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8632         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8633         Remove autoloads.
8634
8635 2006-04-18  Simon Josefsson  <jas@extundo.com>
8636
8637         * message.el (message-generate-hashcash): Default to.
8638
8639 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8642         concatenating segments rather than before concatenating them.
8643
8644 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8647
8648 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8651
8652         * message.el (message-forward-make-body-plain): Allow
8653         message-forward-ignored-headers to be a list.
8654         (message-remove-ignored-headers): Factor out into function.
8655         (message-forward-make-body-mml): Use it.
8656
8657         * imap.el (imap-quote-specials): New function.
8658         (imap-login-auth): Quote specials.
8659
8660         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8661         (rfc2231-parse-string): Allow concatanation of parameters that
8662         aren't contiguous.  The test case is
8663           (mail-header-parse-content-type "message/external-body;
8664             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8665             access-type=LOCAL-FILE;
8666             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8667
8668 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8669
8670         * nntp.el (nntp-accept-process-output): Return the value of
8671         `nnheader-accept-process-output'.
8672
8673 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8676         (gnus-button-alist): Recognize more diff formats.
8677         (gnus-button-patch): Strip directory.
8678
8679 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8682         Emacs 22 when setting focus.
8683
8684 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685
8686         * gnus-art.el (gnus-article-treat-types): Do treatment of
8687         text/x-verbatim parts.
8688         (gnus-button-patch): New command.
8689
8690         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8691         addresses that contain invalid characters.
8692
8693 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * message.el (message-put-addresses-in-ecomplete): Use
8696         gnus-replace-in-string.
8697         (message-is-yours-p): Use the more correct
8698         mail-header-parse-address instead of
8699         mail-extract-address-components.
8700         (message-put-addresses-in-ecomplete): Fix typo.
8701
8702         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8703         keystroke.
8704
8705         * gnus-art.el (gnus-treatment-function-alist): Change order of
8706         newsgroups/generic header folding to avoid double-folding.
8707
8708         * message.el (message-hidden-headers): Add X-Draft-From.
8709
8710         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8711         command.
8712         (gnus-summary-repeat-search-article-backward): New command.
8713
8714         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8715         groups in the parent topic.
8716
8717 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8718
8719         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8720         (spam-extra-header-to-number): Return the CRM114 number as a
8721         number instead of a string.
8722
8723 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * gnus-art.el (gnus-face-properties-alist): Moved here from
8726         gnus-fun.
8727
8728         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8729
8730 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * message.el (message-strip-forbidden-properties): Only display on
8733         self-insert-command.
8734
8735         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8736         reindent.
8737         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8738
8739 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8740
8741         * smiley.el (smiley-style): Fix typo.
8742
8743 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744
8745         * hashcash.el (hashcash-insert-payment-async-2): Use
8746         message-goto-eoh instead of doing it manually.
8747         (mail-add-payment): Use message-narrow-to-header instead of trying
8748         to do the same itself.
8749
8750         * message.el (message-hidden-headers): Add Face.
8751
8752         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8753         reparenting code.
8754         (gnus-summary-reparent-children): Refactored out code.
8755         (gnus-summary-thread-map): New keystroke.
8756         (gnus-summary-reparent-children): Make into command.
8757
8758         * smiley.el (smiley-style): Default to `medium' if using a large
8759         font.
8760
8761         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8762         does it itself.
8763
8764         * message.el (message-point-in-header-p): Simplify definition.
8765
8766 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * nnagent.el (nnagent-request-set-mark): Silence log file
8769         writing.
8770         (nnagent-request-set-mark): Use write-region instead of
8771         append-to-file.
8772
8773         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8774         strange select method.
8775
8776         * ecomplete.el (ecomplete-display-matches): Get highlightling
8777         right.
8778         (ecomplete-display-matches): Use literals.
8779         (ecomplete-display-matches): Disable message logging.
8780
8781         * message.el (message-display-abbrev): Small optimization.
8782
8783         * ecomplete.el (ecomplete-display-matches): Allow automatic
8784         display.
8785
8786         * message.el (message-strip-forbidden-properties): Display
8787         abbrevs.
8788         (message-display-abbrev): Get automatic display right.
8789
8790         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8791         keystrokes.
8792
8793 2006-04-13  Romain Francoise  <romain@orebokech.com>
8794
8795         TODO: Backport to v5-10!
8796
8797         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8798         Moved here (and renamed) from gnus-registry.el.
8799
8800         * gnus-registry.el: Require gnus-util.
8801         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8802
8803 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * gnus-group.el (gnus-group-catchup-current): Change
8806         if-then-else-if-then-else into cond.
8807         (gnus-group-catchup): Indent.
8808         (group-name-at-point): New function.
8809         (gnus-fetch-group): Provide default from thing at point.
8810
8811 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * message.el (message-display-abbrev): Fix regexp.
8814
8815         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8816         choosing.
8817         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8818         dead variables.
8819
8820         * message.el (message-newline-and-indent): Remove debugging.
8821         (message-display-abbrev): Use new implementation.
8822
8823 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gnus-art.el (gnus-article-mode): Set
8826         cursor-in-non-selected-windows to nil.
8827
8828         * smiley.el: Revert previous change.
8829         (smiley-data-directory): defvar it before using it in the
8830         defcustom of `smiley-style'.
8831
8832 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * message.el (message-newline-and-indent): New function.
8835
8836         * ecomplete.el: Implement more bits.
8837
8838         * message.el (message-put-addresses-in-ecomplete): Clean up the
8839         string.
8840
8841         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8842
8843         * gnus-sum.el (gnus-summary-save-parts): Bind
8844         gnus-summary-save-parts-counter and use it to make unique file
8845         names.
8846
8847         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8848
8849         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8850         parameter to say whether to actually parse the individual
8851         addresses.
8852
8853         * message.el (message-put-addresses-in-ecomplete): New function.
8854         (ecomplete): Require.
8855         (message-mail-alias-type): Add ecomplete as an option.
8856
8857 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8858
8859         * flow-fill.el (fill-flowed): Remove trailing space from blank
8860         quoted lines.
8861
8862 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863
8864         * smiley.el (smiley-style): Move definition later to avoid a
8865         compilation warning.
8866
8867 2006-04-12  Kenichi Handa  <handa@m17n.org>
8868
8869         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8870         buffer and then decode the buffer text if necessary.
8871         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8872         first, and after mm-encode-body, change the buffer to unibyte.
8873         Use mm-disable-multibyte instead of set-buffer-multibyte.
8874
8875 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8878         Content-Type header instead of Content-Disposition header.
8879         (gnus-mime-inline-part): Ditto.
8880         (gnus-mime-view-part-as-charset): Ignore charset that the part
8881         specifies.
8882
8883         * mm-decode.el (mm-display-part): Work with external parts and
8884         usual parts similarly.
8885
8886         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8887         instead of gnus-display-mime.
8888
8889         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8890         instead of with-temp-buffer.
8891
8892         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8893         tag to summarized topics part in order to encode non-ASCII text.
8894
8895 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * smiley.el (smiley-style): New variable.
8898         (smiley-directory): New function.
8899         (smiley-data-directory): Derive from `smiley-style' using
8900         `smiley-directory'.
8901         (smiley-regexp-alist): Add new entries.
8902
8903         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8904         (gnus-article-browse-delete-temp): Add :version.
8905
8906 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8907
8908         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8909         the sieve region.
8910
8911 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * gnus.el (gnus-version-number): Bump version.
8914
8915 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * gnus.el: No Gnus v0.4 is released.
8918
8919 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8922         layout.
8923
8924         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8925         unknown charset.
8926
8927         * message.el (message-header-synonyms): Add Original-To to the
8928         default.
8929
8930         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8931         optional parameter.
8932
8933 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * gnus-fun.el (gnus): Require it for gnus-directory.
8936
8937 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8940
8941 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8942
8943         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8944
8945 2006-04-05  Simon Josefsson  <jas@extundo.com>
8946
8947         * password.el (password-reset): New function.
8948
8949 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8950
8951         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8952         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8953
8954 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8955
8956         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8957         Some whitespace was matched into the url, which broke browsing hits
8958         > 100 when mm-url-use-external was nil.
8959
8960 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8963         gnus-extra-headers for 'Newsgroups.
8964
8965         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8966         bound.
8967
8968 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8969
8970         * pgg-gpg.el: Clean up process buffers every time gpg processes
8971         complete.
8972
8973 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8976         doc string.
8977
8978 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8979
8980         * pgg-gpg.el (pgg-gpg-process-filter)
8981         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8982
8983         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8984         lines, temporary fix.
8985
8986 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8989
8990 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8991
8992         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8993         default-enable-multibyte-characters.  This reverts the change from
8994         revision 6.17 which is no longer necessary because the passphrase
8995         is sent separately now.  GnuPG messages are unreadable under
8996         multibyte locales with default-enable-multibyte-characters set to
8997         nil.
8998
8999 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * message.el (message-tool-bar-gnome): Move "spell".
9002
9003 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9006         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9007         instead.
9008
9009 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9010
9011         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9012         newsgroups handling for NNTP overviews which don't include
9013         Newsgroups.
9014
9015 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9016
9017         * message.el (message-resend): Bind message-generate-hashcash to nil.
9018
9019 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9020
9021         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9022         when searching for already-paid recipients.
9023
9024 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9025
9026         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9027         passphrases when it is not needed.
9028         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9029         passphrase stuff from gpg, should only be necessary when you use
9030         gpg with a smartcard.
9031
9032 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * mml.el (mml-insert-mime): Ignore cached contents of
9035         message/external-body part.
9036
9037         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9038         (mm-insert-part): Ditto.
9039
9040 2006-03-23  Simon Josefsson  <jas@extundo.com>
9041
9042         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9043         Reiner.
9044         (pgg-gpg-use-agent-p): Use it again.
9045
9046 2006-03-23  Simon Josefsson  <jas@extundo.com>
9047
9048         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9049         older emacsen.
9050         (pgg-gpg-use-agent-p): Don't use it.
9051
9052 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9055         if we can.
9056
9057 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9058
9059         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9060         (pgg-gpg-update-agent): New function.
9061         (pgg-gpg-use-agent-p): New function.
9062         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9063         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9064         (pgg-gpg-sign-region): Use it.
9065
9066 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9069         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9070
9071 2006-03-21  Simon Josefsson  <jas@extundo.com>
9072
9073         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9074         <wilde@sha-bang.de>.
9075         (pgg-gpg-use-agent): New variable.
9076         (pgg-gpg-process-region): Use it.
9077         (pgg-gpg-encrypt-region): Likewise.
9078         (pgg-gpg-encrypt-symmetric-region): Likewise.
9079         (pgg-gpg-decrypt-region): Likewise.
9080         (pgg-gpg-sign-region): Likewise.
9081         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9082
9083 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9086
9087         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9088         Add comment on version.
9089
9090 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * smiley.el: Add missing test smiley.
9093
9094 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * mm-decode.el (mm-with-part): New macro.
9097         (mm-get-part): Use it; work with message/external-body as well.
9098         (mm-save-part): Treat name and filename equally.
9099
9100         * mm-extern.el (mm-extern-cache-contents): New function.
9101         (mm-inline-external-body): Use it; force the part to be displayed;
9102         move undisplayer added to the cached handle to the parent.
9103
9104         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9105         (gnus-mime-view-part-as-type): Work with message/external-body.
9106
9107         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9108
9109 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9112         images in image-load-path.  [Sync with image.el, revision 1.60, in
9113         Emacs.]
9114
9115 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9118         path rather than symbol.  Always return list of directories.
9119         Guarantee that image directory comes first.  [Sync with image.el,
9120         revision 1.59, in Emacs.]
9121
9122         * message.el (message-make-tool-bar): Adjust to new API of
9123         `gmm-image-load-path-for-library'.
9124
9125         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9126
9127         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9128
9129 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9130
9131         * gnus-art.el (gnus-article-only-boring-p):
9132         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9133         intangible text.
9134         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9135
9136 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9139         `defun' instead of `gmm-defun-compat'.
9140
9141 2006-03-14  Simon Josefsson  <jas@extundo.com>
9142
9143         * message.el (message-unique-id): Don't use message-number-base36
9144         if (user-uid) is a float.
9145         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9146
9147 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9150
9151         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9152         empty line between a part and a message part.
9153
9154 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * smiley.el: Add more test smileys.
9157         (smiley-data-directory, smiley-regexp-alist)
9158         (gnus-smiley-file-types): Fix doc strings.
9159         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9160         adding new elements.
9161         (smiley-mouse-map): Unused code.  Make it a comment.
9162
9163 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9166         scan latest NoCeM messages instead of old ones.
9167         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9168         delimiters that are recently used.
9169         (gnus-nocem-load-cache): Add autoload cookie.
9170
9171         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9172
9173         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9174         level which is larger than gnus-use-nocem is specified.
9175
9176         * gnus-group.el (gnus-group-get-new-news): Ditto.
9177
9178 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * gnus-util.el (gnus-tool-bar-update): New function.
9181
9182         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9183         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9184
9185         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9186
9187         * gnus-group.el (gnus-group-redraw-when-idle)
9188         (gnus-group-redraw-check): Remove.
9189         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9190
9191 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9194         if optional last element is specified in splits (FIELD VALUE...).
9195
9196 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9199         to gmm-image-load-path-for-library.  Call with no-error argument.
9200         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9201
9202         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9203
9204         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9205
9206         * gmm-utils.el (gmm-image-load-path): Remove alias.
9207
9208 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gmm-utils.el (gmm-image-load-path): Add alias.
9211
9212         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9213         nnml-generate-nov-databases-1.
9214         (nnml-generate-nov-databases): Use it.
9215         (nnml-generate-nov-databases-directory): Document no-active
9216         argument.
9217
9218         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9219         directory if path is t.  Add no-error.
9220
9221         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9222         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9223
9224         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9225         resetting gnus-article-browse-html-temp-list.
9226
9227         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9228         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9229         Add example to docstring.  Rename local variables.  Move error
9230         checks to default case in cond and simplify.
9231
9232 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9235         handle is multipart when calling it recursively.
9236         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9237
9238 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9239
9240         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9241         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9242
9243 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9246         is loaded.
9247
9248         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9249         loaded.
9250
9251 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9254         to "Emacs 23 (unicode)" in doc string.
9255
9256         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9257         "Emacs 23 (unicode)" in comment.
9258
9259 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9262
9263         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9264         characters 160 through 255 in Emacs 23.
9265
9266 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9269         gnus-article-browse-html-temp.
9270         (gnus-article-browse-delete-temp): Make it customizable.  Add
9271         `file'.  Adjust doc string.
9272         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9273         query for each file.  Adjust doc string.
9274         (gnus-article-browse-html-parts): Add
9275         `gnus-article-browse-delete-temp-files' to
9276         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9277
9278 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9279
9280         * gnus-art.el (gnus-article-browse-html-temp)
9281         (gnus-article-browse-delete-temp): New variables.
9282         (gnus-article-browse-delete-temp-files): New function.
9283         (gnus-article-browse-html-parts): Use it.
9284
9285 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9288
9289         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9290         string.
9291
9292         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9293         gnus-summary-insert-new-articles when unplugged.  Remove
9294         gnus-summary-search-article-forward.
9295
9296         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9297         display-visual-class instead of display-color-cells.
9298
9299 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * dgnushack.el: Autoload customize-group for XEmacs.
9302
9303         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9304         message/* containing non-ASCII text properly.
9305
9306 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * message.el: Require gmm-utils, remove autoloads.
9309         (message-tool-bar): Set default based on
9310         gmm-tool-bar-style.
9311         (message-tool-bar-gnome): Add gmm-customize-mode.
9312
9313         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9314         gmm-tool-bar-style.
9315         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9316
9317         * gnus-group.el (gnus-group-tool-bar): Set default based on
9318         gmm-tool-bar-style.
9319         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9320
9321         * gmm-utils.el (gmm-image-directory): Rename variable from
9322         gmm-image-load-path.
9323         (gmm-image-load-path): Use gmm-image-directory.
9324         (gmm-customize-mode): New function.
9325         (gmm-tool-bar-style): New variable.
9326
9327         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9328         gnus-group-redraw-line-number.
9329         (gnus-group-redraw-check): Simplify.
9330         (gnus-group-tool-bar-update): Remove redraw check.
9331         (gnus-group-make-tool-bar): Add redraw check.
9332
9333 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9334
9335         * gnus-art.el (gnus-button): Add missing parentheses.
9336
9337 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * lpath.el: Fbind line-number-at-pos.
9340
9341 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9344
9345 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * gnus-art.el (gnus-button): New face.
9348         (gnus-article-button-face): Use it.
9349
9350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9351         gnus-summary-next-page.  Re-order.
9352
9353         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9354         next-node are now included.
9355         (gnus-group-redraw-line-number): New internal variable.
9356         (gnus-group-redraw-check): Helper function for updating the tool
9357         bar.
9358         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9359
9360         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9361
9362         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9363         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9364         Use it to match format of Spamassassin 3.0 and later.  Reported by
9365         IRIE Tetsuya <irie@t.email.ne.jp>.
9366         (spam-check-bogofilter)
9367         (spam-bogofilter-register-with-bogofilter): Fix args of
9368         `gnus-error' calls.
9369
9370 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9373         unnecessary interaction when sending queued mails.  Reported by
9374         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9375
9376 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9379         first or last are nil.
9380
9381 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9382
9383         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9384
9385 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9388
9389 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * dns.el (query-dns): Protect more against buggy tcp output.
9392
9393 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9396         nov.php.
9397
9398 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9399
9400         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9401         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9402         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9403         output on the server side.
9404         (nnweb-google-create-mapping): Update regexps and add some
9405         progress indication.
9406
9407 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9410         gnus-agent-toggle-plugged.  Re-order icons.
9411         (gnus-group-tool-bar-gnome): Add
9412         gnus-group-{prev,next}-unread-group.
9413         (gnus-group-tool-bar-gnome): Re-order icons.
9414
9415         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9416         gnus-summary-insert-new-articles.
9417
9418         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9419         comments.
9420
9421         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9422         also available in Emacs 21.3.
9423
9424         * message.el (message-fix-before-sending): Change "Emacs 22" to
9425         "Emacs 23 (unicode)" in comment.
9426
9427         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9428         "Emacs 23 (unicode)" in comment.
9429
9430         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9431         comment.
9432         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9433
9434         * mm-view.el (mm-fill-flowed): Add :version.
9435
9436 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9439         and load-path.
9440
9441 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * message.el: Autoload gmm-image-load-path.
9444         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9445         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9446         consitency.
9447
9448         * gmm-utils.el (gmm-image-load-path): Also search in
9449         "../etc/images".  Don't set gmm-image-load-path if we don't find
9450         the image.
9451
9452 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gmm-utils.el (gmm-image-load-path): Don't make
9455         `gmm-image-load-path' include subdirectories which the second arg
9456         `image' might specify.
9457
9458         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9459         subdirectory to icon file names.
9460
9461         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9462
9463 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9466         gmm-image-load-path calls.
9467
9468         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9469
9470         * message.el (message-make-tool-bar): Ditto.
9471
9472         * mml.el (mml-preview): Added comment concerning tool bar icons.
9473
9474         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9475         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9476
9477         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9478         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9479
9480         * message.el (message-tool-bar-gnome): Use new icon names.
9481         (message-make-tool-bar): Use `gmm-image-load-path'.
9482
9483         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9484         functions from MH-E.
9485         (gmm-image-load-path): New variable from MH-E.
9486         (gmm-image-load-path): New function from MH-E.  Added arguments
9487         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9488         *-image-load-path-called-flag.
9489
9490 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9491
9492         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9493
9494 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9495
9496         * nnimap.el (nnimap-request-move-article): Change folder back to
9497         source group before deleting.
9498
9499 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9502
9503         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9504         mm-url.
9505
9506         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9507
9508 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9511         coding system which mm-charset-to-coding-system returns for a
9512         given charset is valid.
9513
9514 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9515
9516         * html2text.el (html2text-remove-tag-list):
9517         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9518
9519 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9520
9521         * gnus-cus.el: Revert 2005-10-17 change.
9522
9523 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-art.el (article-strip-banner): Call
9526         article-really-strip-banner only when the regexp match is made.
9527
9528 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (article-strip-banner): Use
9531         gnus-extract-address-components instead of
9532         mail-header-parse-addresses to make it work with non-ASCII text;
9533         remove mail-encode-encoded-word-string.
9534
9535         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9536         values which are surrounded with \"...\"; make it never cause a
9537         Lisp error; give up parsing of parameters if it failed in
9538         extracting type.
9539
9540 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9541
9542         * smime.el (smime-cert-by-ldap-1): Fix bug where
9543         `smime-ldap-search' returns results without userCertificates.
9544
9545 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9548
9549 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * spam.el (spam-check-spamassassin-headers): Adapt format for
9552         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9553         <ari@mbf.ocn.ne.jp>.
9554         (spam-list-of-processors): Add spam-use-gmane.
9555
9556 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9559         make-temp-file; make it work with XEmacs as well.
9560
9561         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9562         mm-make-temp-file.
9563
9564         * mm-decode.el (mm-display-external): Use the 3rd arg of
9565         mm-make-temp-file.
9566         (mm-create-image-xemacs): Ditto.
9567
9568 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9571         with message-narrow-to-headers.
9572         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9573         (gnus-draft-check-draft-articles): New function.
9574         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9575
9576 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-art.el (gnus-article-browse-html-parts):
9579         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9580         Don't use suffix argument for mm-make-temp-file for Emacs 21
9581         compatibility.  Remove useless `format'.
9582
9583 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9584
9585         * nnweb.el (nnweb-google-wash-article): Update regexps.
9586         (nnweb-group-alist): Use defvoo instead of defvar.
9587
9588 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9591         re-loading nn* modules.
9592
9593 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9596         for `tool-bar-mode' and don't check it's default-value.
9597
9598         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9599
9600         * message.el (message-make-tool-bar): Ditto.
9601
9602         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9603         `substring'.  Shorten tmp-file name.
9604
9605         * gnus.el: Remove bogus comment.
9606
9607 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9608
9609         * gnus-art.el (gnus-article-browse-html-parts): New function.
9610         (gnus-article-browse-html-article): New function for viewing html
9611         articles with a browser.
9612
9613 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9614
9615         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9616         in elisp.
9617         (pgg-gpg-encrypt-symmetric-region): Ditto.
9618         (pgg-gpg-sign-region): Ditto.
9619
9620         * pgg-def.el (pgg-text-mode): New variable.
9621
9622         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9623         (mml2015-pgg-encrypt): Ditto.
9624
9625         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9626         (mml1991-pgg-encrypt): Ditto.
9627
9628 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9631         message-make-date instead of current-time-string.
9632
9633         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9634         to gnus-decoded which mm-uu might set.
9635
9636 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9639         don't decode quoted parameters; remove misimported Emacs code.
9640         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9641         (rfc2231-decode-encoded-string): Don't use split-string which
9642         behaves differently according to Emacs version; use
9643         mm-decode-coding-region to convert charset to coding-system.
9644         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9645         (rfc2231-encode-string): Remove misimported Emacs code.
9646
9647 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9650         when calling mail-header-parse-content-type.
9651         (article-de-quoted-unreadable): Ditto.
9652         (article-de-base64-unreadable): Ditto.
9653         (article-wash-html): Ditto.
9654
9655         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9656         calling mail-header-parse-content-type and
9657         mail-header-parse-content-disposition.
9658         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9659         mail-header-parse-content-type.
9660
9661         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9662         insert charset and format parameters; encode description after
9663         inserting it to buffer.
9664         (mml-insert-parameter): Fold lines properly even if a parameter is
9665         segmented into two or more lines; change the max column to 76.
9666
9667         * rfc1843.el (rfc1843-decode-article-body): Don't use
9668         ignore-errors when calling mail-header-parse-content-type.
9669
9670         * rfc2231.el (rfc2231-parse-string): Return at least type if
9671         possible; don't cause an error even if it fails in parsing of
9672         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9673         (rfc2231-encode-string): Don't break lines at the beginning, leave
9674         it to mml-insert-parameter.
9675
9676         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9677         calling mail-header-parse-content-type.
9678
9679 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * spam-report.el (spam-report-gmane-use-article-number):
9682         Improve doc string.
9683         (spam-report-gmane-internal): Check if a suitable header was found
9684         in the article.
9685
9686 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9689         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9690
9691 2006-02-05  Romain Francoise  <romain@orebokech.com>
9692
9693         Update copyright notices of all files in the gnus directory.
9694
9695 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9696
9697         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9698
9699 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9702         segmented lines of parameter value to cope with Thunderbird 1.5
9703         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9704         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9705         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9706
9707 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9708
9709         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9710         parts.
9711
9712 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9713
9714         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9715         there's only one active file for all servers.
9716         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9717         solid groups.  Gnus might have used a FAST request to select the group.
9718         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9719         and nnweb-search redundantly in the active file.
9720         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9721         (nnweb-request-create-group): Don't use ARGS.
9722         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9723         initialisations.  Let nnoo do the work.
9724
9725 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9728         Say the part has been decoded.
9729
9730         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9731
9732 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9733
9734         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9735         mailcap-viewer-test-cache when there's no 'test clause, since that
9736         will invert the meaning of a "nil" test previously determined by
9737         mailcap-mailcap-entry-passes-test.
9738
9739 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9742         compiling.
9743
9744         * gnus-sum.el: Ditto.
9745
9746         * message.el: Don't bind tool-bar-map when compiling.
9747
9748 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9751
9752 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9753
9754         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9755         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9756         current Google Groups.
9757
9758 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9761         and tool-bar-mode.
9762
9763         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9764         and tool-bar-mode.
9765
9766         * message.el (message-tool-bar-update): Simplify.
9767         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9768
9769         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9770         gnus-summary-buffer.
9771         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9772         gnus-summary-reply.
9773
9774         * gmm-utils.el (gmm): Add :version.
9775
9776 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * Makefile.in (clean): New rule.
9779         (distclean): Use it.
9780
9781 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9782
9783         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9784         autoload.
9785
9786 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gmm-utils.el (gmm-verbose): Add :group.
9789
9790 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * message.el: Change some comments WRT tool-bars.
9793
9794         * gnus-sum.el (gnus-summary-tool-bar)
9795         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9796         (gnus-summary-tool-bar-zap-list): New variables.
9797         (gnus-summary-make-tool-bar): Complete rewrite using
9798         `gmm-tool-bar-from-list'.
9799
9800         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9801         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9802         variables.
9803         (gnus-group-make-tool-bar): Complete rewrite using
9804         `gmm-tool-bar-from-list'.
9805         (gnus-group-tool-bar-update): New function.
9806
9807         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9808
9809 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9812         is dissected into a single part of which the type is the same as
9813         the given one; decode charset.
9814
9815 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9816
9817         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9818         into alists as symbol not string, since that's what
9819         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9820         look for.
9821
9822 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9825         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9826
9827         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9828
9829 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9832         (gnus-xmas-mime-security-button-menu): New function.
9833
9834         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9835         (gnus-mime-security-button-menu): New definition.
9836         (gnus-mime-security-button-map): Use them.
9837         (gnus-mime-security-button-menu): New function.
9838         (gnus-insert-mime-security-button): Addition to help echo.
9839         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9840         (gnus-mime-security-pipe-part): New functions.
9841
9842         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9843         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9844
9845         * mm-decode.el (mm-handle-set-disposition): Remove.
9846         (mm-handle-set-description): Remove.
9847
9848 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9851         (mm-w3m-standalone-supports-m17n-p): New function.
9852         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9853         w3m usage.
9854
9855         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9856         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9857
9858 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * message.el (message-tool-bar-zap-list): Use
9861         gmm-tool-bar-zap-list as custom type.
9862         (message-tool-bar-update): New function.
9863         (message-tool-bar, message-tool-bar-gnome)
9864         (message-tool-bar-retro): Add message-tool-bar-update.
9865         (message-tool-bar-gnome): Add flyspell-buffer.
9866
9867         * gnus-util.el (gnus-error): Describe `args'.
9868
9869         * gmm-utils.el (gmm-error): Describe `args'.
9870         (gmm-tool-bar-zap-list): New widget.
9871         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9872
9873 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9876         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9877         the number of recursive calls.
9878
9879         * mm-decode.el (mm-handle-set-disposition): New macro.
9880         (mm-handle-set-description): New macro.
9881
9882 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9885         encoding.
9886
9887 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * message.el (message-tool-bar-zap-list, message-tool-bar)
9890         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9891         (message-tool-bar-local-item-from-menu): Remove.
9892         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9893         (message-make-tool-bar): New function.
9894         (message-mode): Use `message-make-tool-bar'.
9895
9896         * gmm-utils.el: New file.
9897         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9898         (gmm-lazy): New widget copied from `nnmail.el'.
9899         (gmm-tool-bar-from-list): New function for creating customizable
9900         tool bars.
9901         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9902         output.
9903         (gmm): Add :prefix to defgroup.
9904
9905 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9906
9907         * gmm-utils.el (gmm-widget-p): New function.
9908
9909 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * mml.el (mml-attach-file): Describe `description' in doc string.
9912         (mml-menu): Add Emacs MIME manual and PGG manual.
9913
9914 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9915
9916         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9917
9918 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9919
9920         * nntp.el (nntp-end-of-line): Doc fix.
9921
9922 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9923
9924         * imap.el (imap-open): Handle case where buffer is a buffer
9925         object.
9926
9927 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9928
9929         * gnus-delay.el (gnus-delay): Don't autoload.
9930         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9931         to be re-loaded when customizing the `gnus-delay' group.
9932
9933 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9934
9935         * message.el (message-insert-citation-line): Use newlines.
9936
9937 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9938
9939         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9940         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9941         these routines, so the passphrase can be managed externally and
9942         passed in to the system.
9943         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9944         pgg-add-passphrase-to-cache function.
9945
9946         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9947         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9948         these routines, so the passphrase can be managed externally and
9949         passed in to the system.
9950         (pgg-pgp5-sign-region): Use new name of
9951         pgg-add-passphrase-to-cache function.
9952
9953 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9954
9955         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9956         part of the decoded armor to find the key-identifier.
9957         (pgg-gpg-lookup-key-owner): New function to return the
9958         human-readable identifier of a key owner.
9959         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9960         itself.
9961         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9962         the key value) if we have a key and can match it against a secret
9963         key.  Also, added a note pointing out fact that the prompt only
9964         indicates the first matching key.
9965
9966         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9967         pgg-decrypt-region.
9968         (pgg-add-passphrase-to-cache): Rename from
9969         `pgg-add-passphrase-cache' to reduce confusion (all callers
9970         changed).
9971         (pgg-remove-passphrase-from-cache): Rename from
9972         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9973         changed).
9974         (pgg-read-passphrase, pgg-add-passphrase-cache)
9975         (pgg-remove-passphrase-cache): Add informative docstrings.
9976         (pgg-decrypt): Convey provided passphrase in subordinate call to
9977         pgg-decrypt-region.
9978
9979 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9980
9981         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9982         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9983         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9984         'passphrase' argument, so the passphrase can be managed externally
9985         and then passed in to the system.
9986
9987         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9988         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9989         so the passphrase cache can be used reliably with identifiers
9990         besides a pgp packet's key id.
9991
9992         * pgg-gpg.el (pgg-gpg-encrypt-region)
9993         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9994         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9995         these routines, so the passphrase can be managed externally and
9996         passed in to the system.
9997
9998         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9999         'notruncate' argument, so the passphrase cache can be used
10000         reliably with identifiers besides a pgp packet's key id.
10001
10002 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10003
10004         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10005         symmetric encryption.
10006         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10007         encrypted session key.
10008         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10009         message ask for the passphrase in a proper way.
10010
10011         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10012         New user commands for symmetric encryption.
10013
10014 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10017
10018         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10019
10020 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10021
10022         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10023
10024 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * mm-decode.el (mm-inlined-types): Add application/pgp.
10027         (mm-automatic-display): Ditto.
10028
10029         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10030         part as text.
10031
10032 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * nnrss.el: Update copyright.
10035         (nnrss-opml-import): Query whether to subscribe to each entry.
10036
10037         * gnus-art.el:
10038         * gnus-sum.el:
10039         * gnus-xmas.el:
10040         * messagexmas.el:
10041         * mm-uu.el:
10042         * mm-view.el: Update copyright.
10043
10044 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * message.el (message-info): New function.
10047         (message-mode-menu): Add it.
10048         Update copyright.
10049
10050         * ChangeLog: Fix and update copyright.
10051
10052 2006-01-13  Romain Francoise  <romain@orebokech.com>
10053
10054         * message.el (message-forward-subject-name-subject): Prefer the
10055         address to 'nowhere' if the sender has no name.
10056         Fix typo.  Update copyright year.
10057
10058 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (article-wash-html): Use
10061         gnus-summary-show-article-charset-alist if a numeric arg is given.
10062         (gnus-article-wash-html-with-w3m-standalone): New function.
10063
10064         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10065         mm-inline-text-html-render-with-w3m-standalone.
10066         (mm-text-html-washer-alist): Map w3m-standalone to
10067         gnus-article-wash-html-with-w3m-standalone.
10068         (mm-inline-text-html-render-with-w3m-standalone): New function.
10069
10070 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10073         Improve LaTeX.
10074
10075 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10078         (nnrss-request-article): Render text/plain parts as HTML.
10079
10080         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10081         the buffer.
10082
10083 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10086         custom definition of `gnus-posting-styles'.
10087
10088         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10089         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10090
10091 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10094         Use nntp for bug archive.
10095
10096 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10099         parts.
10100         (nnrss-normalize-date): New function converts ISO 8601 date into
10101         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10102         (nnrss-check-group): Use it.
10103
10104 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10107
10108         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10109         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10110         (nnrss-insert-w3): Ditto.
10111
10112 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10115         the articles to be forwarded including the case where neither a
10116         number of articles nor a region is specified.
10117
10118 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * nnrss.el (nnrss-request-article): Fix last change; fill
10121         text/plain parts.
10122
10123 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10126         in text/plain part.
10127         (nnrss-check-group): Don't add excessive newline to dc:subject.
10128
10129 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10130
10131         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10132         article.
10133
10134 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10137         (nnml-use-compressed-files, nnml-save-mail): Support other
10138         comression programs such as bzip2.
10139
10140 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141
10142         * dns.el (query-dns): Make sure we check the buffer size before
10143         removing tcp headers.
10144
10145 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10148         remove MIME buttons associated with multipart/alternative parts.
10149         (gnus-mime-display-alternative): Tag buttons using `article-type'
10150         text property.
10151
10152         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10153         associated with multipart/alternative parts.
10154
10155         * gnus-art.el (gnus-signature-separator): Fix custom type.
10156
10157         * mm-decode.el (mm-inlined-types): Fix custom type.
10158         (mm-keep-viewer-alive-types): Ditto.
10159         (mm-automatic-display): Ditto.
10160         (mm-attachment-override-types): Ditto.
10161         (mm-inline-override-types): Ditto.
10162         (mm-automatic-external-display): Ditto.
10163
10164 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * spam-report.el (spam-report-user-mail-address)
10167         (spam-report-user-agent): New variables.
10168         (spam-report-url-ping-plain): Use spam-report-user-agent.
10169
10170 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10171
10172         * gnus-art.el (gnus-button-handle-custom): Do not just use
10173         `customize-apropos' for any "M-x customize-*" button but the
10174         function called for.  Accept both the function name and its
10175         argument in order to achieve this.
10176         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10177         function name to `gnus-button-handle-custom' in case of "M-x
10178         customize-*" buttons.
10179
10180 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10183         multipart/alternative and add xref to mm-discouraged-alternatives
10184         in doc string.
10185
10186         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10187         gnus-buttonized-mime-types in doc string.
10188
10189 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10192         Suggest image/.* in the doc string.
10193
10194 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10197         message-marks (Debian bug #342521).
10198
10199 2005-12-12  Simon Josefsson  <jas@extundo.com>
10200
10201         * password.el (password-read-from-cache): Add.
10202         (password-read): Use it.
10203
10204 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10207         us-ascii as a MIME charset.
10208
10209         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10210         against the case where the 2nd arg TYPE is nil.
10211
10212 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * pop3.el (pop3-stream-type): Fix custom version.
10215
10216         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10217
10218 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10219
10220         * mm-decode.el (mm-display-external): Add missing cdr.
10221
10222 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10225         RFC1524) if it is in mailcap or add a suffix according to
10226         mailcap-mime-extensions when generating a temp filename; postpone
10227         deleting a temp file for 2 seconds for some wrappers, shell
10228         scripts, and so on, which might exit right after having started a
10229         viewer command as a background job.
10230
10231 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * nntp.el (nntp-marks-directory): Fix custom group.
10234
10235         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10236         steps when < 10.
10237
10238         * gnus-start.el (gnus-no-server-1): Mention
10239         `gnus-level-default-subscribed' in doc string.
10240
10241 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10242
10243         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10244         parens.
10245
10246 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-xmas.el (gnus-use-toolbar): Revert.
10249         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10250         gnus-use-toolbar is default.
10251
10252         * messagexmas.el (message-use-toolbar): Revert.
10253         (message-setup-toolbar): Use global default-toolbar if
10254         message-use-toolbar is default.
10255
10256 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10259         according to default-toolbar-visible-p.
10260
10261         * messagexmas.el (message-use-toolbar): Ditto.
10262
10263 2005-11-26  Dave Love  <fx@gnu.org>
10264
10265         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10266         (tls-program, tls-success): Provide openssl alternative.
10267
10268         * starttls.el: Doc fixes.
10269         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10270         SERVICE to PORT.
10271
10272         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10273         port null or service name.
10274         (starttls-negotiate): Autoload.
10275
10276 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * message.el (message-kill-to-signature): Fix interactive spec.
10279
10280 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * pop3.el (pop3-open-server): Recognize a string as a service name.
10283
10284 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10285
10286         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10287
10288 2005-11-23  Dave Love  <fx@gnu.org>
10289
10290         Add pop3s, pop3/starttls.
10291
10292         * pop3.el (pop3-authentication-scheme): Clarify doc.
10293         (open-tls-stream, starttls-open-stream): Autoload.
10294         (pop3-stream-type): New.
10295         (pop3-open-server): Use it.
10296
10297         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10298         for POP.
10299         (mail-source-keyword-map): Add :stream for POP.
10300         (mail-source-fetch-pop): Use pop3-stream-type.
10301
10302 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10305         of current-time-string.
10306
10307 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10308
10309         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10310         date header.
10311
10312 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10313
10314         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10315         it can seriously impact performance as it bypasses the agent's
10316         local caches.
10317
10318 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10319
10320         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10321         must be explicitly online rather than "not explicitly offline" for
10322         its flags to be synchronized.
10323
10324         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10325         that gnus-uu-unmark-thread will function correctly.
10326
10327         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10328         1024K is instead displayed as 1M.
10329
10330 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10333
10334 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10335
10336         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10337
10338 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10339
10340         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10341         error message to display actual error condition.
10342         (gnus-agent-save-local): Avoid saving symbols that are bound to
10343         nil as they simply result in a warning message in
10344         gnus-agent-read-local.
10345
10346 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10349         rather than make-variable-buffer-local for file-precious-flag.
10350
10351 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10352
10353         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10354         for duplicates which are removed.  The invalid sort check then
10355         triggers a rescan after the sort as sorting may have moved
10356         duplicate entries such that they can be cheaply detected.
10357
10358 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10361
10362 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10363
10364         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10365         internal variable to a custom variable.  Changed default value
10366         from compressed(2) to uncompressed(1).
10367         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10368         support for uncompressed agentview files.  Taken together, reading
10369         the agentview file should now be 6-7 times faster.
10370
10371 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10372
10373         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10374         as a buffer-local variable.  This avoids creating truncated
10375         dribble files as a result of a hang up, eg.
10376
10377 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10378
10379         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10380         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10381         XEmacs.
10382
10383 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * gnus-start.el (gnus-start-draft-setup): Enforce
10386         `gnus-draft-mode' for nndraft:drafts at startup.
10387
10388         * gnus.el (gnus-splash): Change custom group.
10389         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10390         allow-list argument.
10391
10392         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10393         string.
10394
10395 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-default-article-saver): Add user-defined
10398         `function' to custom type.
10399
10400 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10401
10402         * imap.el (imap-open): Handle case where buffer is a buffer
10403         object.
10404
10405 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10408         long lines.
10409         (gnus-cache-delete-group): Wrap doc strings.
10410
10411         * gnus-agent.el (gnus-agent-rename-group)
10412         (gnus-agent-delete-group): Wrap doc strings.
10413
10414 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * messagexmas.el (message-use-toolbar): Change the valid values
10417         into default, top, bottom, left, and right.
10418         (message-toolbar-thickness): New variable.
10419         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10420         well.
10421         (message-setup-toolbar): Make it work.
10422
10423         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10424         (gnus-use-toolbar): Change the valid values into default, top,
10425         bottom, left, and right.
10426         (gnus-toolbar-thickness): New variable.
10427         (gnus-xmas-setup-toolbar): New function.
10428         (gnus-xmas-setup-group-toolbar): Use it.
10429         (gnus-xmas-setup-summary-toolbar): Use it.
10430
10431 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * gnus-start.el (gnus-1): Add "native" to
10434         gnus-predefined-server-alist.
10435
10436         * gnus.el (gnus-method-to-server): Don't add "native" to the
10437         lists here, because that leads to problems when
10438         gnus-select-method is bound.
10439
10440 2005-11-09  Simon Josefsson  <jas@extundo.com>
10441
10442         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10443         use (not sort-by-date) instead.
10444
10445 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10446
10447         * gnus-delay.el (gnus-delay-group): Don't autoload.
10448         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10449         to be re-loaded when customizing the `gnus-delay' group.
10450
10451 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10452
10453         * message.el: Revert last changes.
10454         (message-insert-citation-line): Use newlines.
10455
10456 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10457
10458         * message.el (message-courtesy-message)
10459         (message-mark-insert-begin, message-mark-insert-end)
10460         (message-elide-ellipsis, message-cancel-message)
10461         (message-add-header, message-change-subject)
10462         (message-cross-post-followup-to-header)
10463         (message-cross-post-insert-note, message-reduce-to-to-cc)
10464         (message-widen-reply, message-delete-not-region)
10465         (message-kill-to-signature, message-insert-signature)
10466         (message-insert-importance-high, message-insert-importance-low)
10467         (message-insert-or-toggle-importance)
10468         (message-insert-disposition-notification-to)
10469         (message-indent-citation, message-yank-original)
10470         (message-cite-original-without-signature, message-cite-original)
10471         (message-insert-citation-line, message-position-on-field)
10472         (message-fix-before-sending, message-send-mail-partially)
10473         (message-send-mail, message-send-mail-with-sendmail)
10474         (message-send-mail-with-qmail, message-send-news)
10475         (message-check-news-header-syntax, message-generate-headers)
10476         (message-insert-courtesy-copy, message-fill-address)
10477         (message-fill-header, message-shorten-references)
10478         (message-setup-1, message-cancel-news)
10479         (message-forward-make-body-plain, message-forward-make-body-mime)
10480         (message-forward-make-body-mml, message-encode-message-body)
10481         (message-forward-make-body-digest-plain)
10482         (message-forward-make-body-digest-mime)
10483         (message-use-alternative-email-as-from): Insert `hard-newline'
10484         instead of ordinary newlines.
10485
10486 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * message.el (message-generate-headers): Downcase the argument
10489         given to message-check-element.
10490
10491 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10492
10493         * nntp.el (nntp-authinfo-rejected): New error condition.
10494         (nntp-wait-for): Use new error condition to signal authentication
10495         error.
10496         (nntp-retrieve-data): Rethrow new error condition to break out of
10497         recursive call to nntp-send-authinfo.
10498
10499 2005-11-08  Romain Francoise  <romain@orebokech.com>
10500
10501         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10502         (gnus-summary-exit-map): Bind to `Z p'.
10503         (gnus-summary-make-menu-bar): Add menu item.
10504
10505 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10508         (gnus-treat-*): Add `first' in all doc strings.
10509
10510         * gnus-group.el (gnus-group-compact-group): Fix typo.
10511
10512 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus.el (gnus-parameters-case-fold-search): New variable.
10515         (gnus-parameters-get-parameter): Use it.
10516
10517         * gnus-score.el (gnus-home-score-file): Doc fix.
10518
10519 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10520
10521         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10522
10523 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * mm-util.el (mm-special-display-p): New function.
10526
10527         * mml.el (mml-preview): Use it; doc fix.
10528
10529 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10530
10531         * imap.el (imap-open): Handle case where buffer is a buffer object.
10532
10533 2005-10-29  Romain Francoise  <romain@orebokech.com>
10534
10535         * message.el (message-fix-before-sending): Fix comment.
10536
10537 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10538
10539         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10540
10541 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10542
10543         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10544         Used in gnus-score.el.
10545
10546 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10549
10550 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10553         whitespace removed in revision 7.8.  Use concatenated string to
10554         protect trailing whitespace.
10555
10556 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10557
10558         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10559         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10560         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10561         Courier IMAP ("some version from 2004").  Mostly based on similar
10562         code in the same function.
10563
10564 2005-10-26  Didier Verna  <didier@xemacs.org>
10565
10566         * gnus-group.el (gnus-group-compact-group): Invalidate original
10567         article buffer.
10568         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10569         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10570         NOV database and in article itself.
10571         Invalidate article backlog.
10572
10573 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10576
10577 2005-10-26  Simon Josefsson  <jas@extundo.com>
10578
10579         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10580         part of 2004-07-25 change.
10581
10582 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * message.el (message-display-completion-list): New function.
10585         (message-expand-group): Use it; make sure the Completions buffer
10586         is modifiable.
10587 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10588
10589         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10590         user-mail-name is an empty string.
10591
10592 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10595         depending on gnus-score-decay-constant.
10596
10597         * encrypt.el (encrypt-insert-file-contents)
10598         (encrypt-write-file-contents): Don't use `gnus-message'.
10599
10600         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10601         arguments.
10602         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10603         arguments to mm-uu-verbatim-marks-extract.
10604         (mm-uu-hide-markers): New variable.
10605         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10606
10607         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10608         (gnus-convert-image-to-face-command): Use "convert" by default to
10609         allow other input image formats.
10610         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10611         accordingly.
10612
10613 2005-10-23  Simon Josefsson  <jas@extundo.com>
10614
10615         * imap.el (imap-gssapi-program): Align command line parameters
10616         with latest GNU SASL.
10617         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10618
10619 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10622         HTML.
10623         (nnslashdot-request-article): Ditto.
10624
10625         * lpath.el (featurep): Add nobreak-char-display.
10626
10627 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10628
10629         * mail-source.el (mail-source-fetch-pop): Require pop3.
10630         (mail-source-check-pop): Ditto.
10631
10632 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10635         errors.
10636
10637 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10640         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10641
10642         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10643
10644         * mm-bodies.el (mm-decode-string): Call
10645         `mm-charset-to-coding-system' with allow-override argument.
10646
10647 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10650         (rfc2047-charset-to-coding-system): New function.
10651         (rfc2047-decode-encoded-words): New function.
10652         (rfc2047-decode-region): Use them.
10653         (rfc2047-decode-cte): Remove.
10654         (rfc2047-parse-and-decode): Remove.
10655         (rfc2047-decode): Remove.
10656
10657 2005-10-15  Kenichi Handa  <handa@m17n.org>
10658
10659         * rfc2047.el (rfc2047-decode-cte): New function.
10660         (rfc2047-decode-region): Change the way to decode successive
10661         encoded-words: decode B- or Q-encoding in each encoded-word,
10662         concatenate them, and decode it as charset.
10663
10664 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * lpath.el: Fbind codepage-setup for XEmacs.
10667
10668 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10669
10670         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10671         widget-move-and-invoke.
10672         (gnus-custom-mode): Use gnus-custom-map.
10673
10674 2005-10-15  Bill Wohler  <wohler@newt.com>
10675
10676         * message.el (message-tool-bar-map): Renamed image file from
10677         mail_send to mail/send.
10678
10679 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10680
10681         * message.el (message-expand-group): Pass the common
10682         prefix substring of completion to `display-completion-list'.
10683
10684 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * mml-sec.el (mml-secure-method): New internal variable.
10687         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10688         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10689         functions using mml-secure-method.
10690
10691         * mml.el (mml-mode-map): Add key bindings for those functions.
10692         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10693         Harder <harder@myrealbox.com>.
10694         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10695         end of message if point is the headers of the message.
10696
10697         * message.el (message-in-body-p): New function.
10698
10699         * assistant.el: Autoload gnus-util and netrc.
10700
10701         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10702         Use `mm-charset-override-alist' only when decoding.
10703
10704         * mm-bodies.el (mm-decode-body): Call
10705         `mm-charset-to-coding-system' with allow-override argument.
10706
10707         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10708         `filename' from Content-Disposition if Content-Type doesn't
10709         provide `name'.
10710         (gnus-mime-view-part-as-type): Set default instead of
10711         initial-input.
10712
10713 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10714
10715         * format-spec.el (format-spec): Propagate text properties of % spec.
10716
10717 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * gnus-art.el (gnus-treat-predicate): Add `first'.
10720
10721 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10724         (mm-charset-override-alist): New variable.
10725         (mm-charset-to-coding-system): Use it.
10726         (mm-codepage-setup): New helper function.
10727         (mm-charset-eval-alist): New variable.
10728         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10729         about unknown charsets.
10730
10731         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10732
10733 2005-10-04  David Hansen  <david.hansen@gmx.net>
10734
10735         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10736         (nnrss-check-group): Ditto.
10737
10738 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10741         Rename x-gnus-verbatim to x-verbatim.
10742         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10743
10744         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10745         x-verbatim.
10746
10747         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10748
10749         * gnus-util.el (gnus-remove-duplicates): Remove.
10750
10751         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10752         instead of gnus-remove-duplicates.
10753
10754         * message.el (message-remove-duplicates): Remove.
10755         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10756         message-remove-duplicates.
10757
10758         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10759         available, else use implementation from `delete-dups'.
10760
10761         * message.el (message-insert-expires): New function.
10762         (message-mode-map): Add key binding.
10763         (message-mode-field-menu): Add menu entry.
10764         (message-mode): Document it.
10765         (message-make-expires-date): Use `message-make-date'.
10766
10767 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10768
10769         * message.el (message-make-expires-date): New function.
10770
10771 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * Makefile.in (list-installed-shadows): New entry.
10774         (install): Use it.
10775         (remove-installed-shadows): New entry.
10776
10777         * dgnushack.el (dgnushack-default-load-path): New variable.
10778         (dgnushack-find-lisp-shadows): New function.
10779         (dgnushack-remove-lisp-shadows): New function.
10780
10781 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * Makefile.in (install-el-elc): New entry.
10784         (install): Use it so that .el files are necessarily installed.
10785
10786 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10789
10790 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10791
10792         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10793         function rather than the diff-mode.el package.
10794         (mm-display-external): Use with-current-buffer.
10795         (mm-viewer-completion-map, mm-viewer-completion-map):
10796         Move initialization inside declaration.
10797
10798 2005-09-29  Simon Josefsson  <jas@extundo.com>
10799
10800         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10801         autoload mail-check-payment.
10802         (spam-check-hashcash): Define unconditionally, since hashcash.el
10803         is part of Gnus now.  Ignore errors from payment checking.
10804
10805 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * message.el (message-bold-region, message-unbold-region): Rename
10808         from `bold-region' and `unbold-region'.
10809
10810         * message.el: Remove useless autoloads.
10811
10812 2005-09-28  Simon Josefsson  <jas@extundo.com>
10813
10814         * message.el (message-use-idna): Default to t.
10815         (message-use-idna): Test whether encoding works too.  Doc fix.
10816
10817 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * nntp.el (nntp-warn-about-losing-connection): Remove.
10820
10821 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10824         customizable.  Change default value.
10825         (mm-uu-diff-groups-regexp): Change default value.
10826         (mm-uu-type-alist): Add doc string.
10827         (mm-uu-configure): Add doc string.  Make it interactive.
10828         (mm-uu-tex-groups-regexp): New variable.
10829         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10830         (mm-uu-type-alist): Add LaTeX documents.
10831         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10832         of "text/verbatim".
10833         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10834
10835         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10836         instead of "text/verbatim".
10837
10838         * message.el (message-mark-inserted-region)
10839         (message-mark-insert-file): Use slrn style marks when called with
10840         prefix argument.
10841
10842 2005-09-27  Simon Josefsson  <jas@extundo.com>
10843
10844         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10845
10846 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10847
10848         * message.el (message-remove-duplicates): New function.
10849         Implementation borrowed from `gnus-remove-duplicates'.
10850         (message-idna-to-ascii-rhs): Also encode idna addresses in
10851         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10852         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10853         only ask about the same idna domain once per header and also tell
10854         in what header to replace the idna domain.
10855
10856         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10857         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10858         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10859         a header is decoded and not just the last one.
10860
10861 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10864         has been decoded.
10865
10866         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10867         (mm-insert-part): Don't modify text if it has been decoded.
10868
10869         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10870         decoded.
10871
10872         * mm-view.el (mm-inline-text): Don't strip text props unless
10873         decoding enriched or richtext parts.
10874
10875 2005-09-25  Romain Francoise  <romain@orebokech.com>
10876
10877         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10878         * gnus-start.el (gnus-subscribe-interactively):
10879         * gnus-uu.el (gnus-uu-grab-articles):
10880         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10881         space.
10882
10883 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10884
10885         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10886         * mm-view.el (mm-view-pkcs7-decrypt):
10887         * gnus-sum.el (gnus-summary-limit-to-extra)
10888         (gnus-summary-respool-article, gnus-read-move-group-name):
10889         * gnus-score.el (gnus-summary-increase-score):
10890         * gnus-util.el (gnus-completing-read-with-default):
10891         * gnus-art.el (gnus-read-save-file-name)
10892         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10893         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10894         * message.el (message-check-news-header-syntax):
10895         Follow convention for reading with the minibuffer.
10896
10897 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * spam-report.el (spam-report-url-ping-plain):
10900         Use gnus-extended-version as User-Agent.
10901
10902         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10903         default value is nil.
10904
10905         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10906         (mm-uu-verbatim-marks-extract): New function.
10907         (mm-uu-extract): New face.
10908         (mm-uu-copy-to-buffer): Use it.
10909
10910         * spam-report.el (spam-report-gmane-ham): Renamed from
10911         `spam-report-gmane-unspam'.
10912         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10913         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10914
10915         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10916         Autoload.
10917         (spam-report-gmane-unregister-routine): Renamed
10918         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10919
10920 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10921
10922         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10923         (spam-report-gmane-unregister-routine): Add support for gmane
10924         unregistration.
10925
10926         * spam-report.el (spam-report-gmane-unspam)
10927         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10928         (spam-report-gmane): Change to take a single article and do unspam
10929         registration.
10930
10931 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * mm-url.el (mm-url-decode-entities): Fix regexp.
10934
10935 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10938         default to nil, to be able to use Gnus at all.  If the default
10939         switches to something else, then the function should be fixed not
10940         be exceedingly slow.
10941
10942 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10943
10944         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10945         fail hard.
10946
10947         * spam-report.el: Add better Keywords line.
10948
10949         * spam.el: Add Maintainer and better Keywords line.
10950
10951 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * gnus-art.el (gnus-article-replace-part)
10954         (gnus-mime-replace-part): New functions.
10955         (gnus-mime-action-alist, gnus-mime-button-commands)
10956         (gnus-mime-save-part-and-strip): Added file argument.
10957         (gnus-article-part-wrapper): Added interactive argument.
10958
10959         * gnus-sum.el (gnus-summary-mime-map): Add
10960         `gnus-article-replace-part'.
10961
10962 2005-09-19  Didier Verna  <didier@xemacs.org>
10963
10964         The nnml compaction feature:
10965         * nnml.el (nnml-request-compact-group): New function.
10966         * nnml.el (nnml-request-compact): New function.
10967         * gnus-int.el (gnus-request-compact-group): New function.
10968         * gnus-int.el (gnus-request-compact): New function.
10969         * gnus-group.el (gnus-group-compact-group): New function.
10970         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10971         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10972         * gnus-srvr.el (gnus-server-compact-server): New function.
10973         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10974         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10975
10976 2005-09-18  Deepak Goel  <deego@gnufans.org>
10977
10978         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10979         format spec.
10980
10981 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10984
10985 2005-09-15  Romain Francoise  <romain@orebokech.com>
10986
10987         * message.el (message-fill-paragraph): Clarify docstring.
10988
10989 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-art.el (gnus-mime-display-part): Protect against broken
10992         MIME messages.
10993
10994 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10997         before parsing header.
10998
10999 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11000
11001         * html2text.el (html2text-replace-list): Add new entities.
11002
11003 2005-09-11  Romain Francoise  <romain@orebokech.com>
11004
11005         * message.el (message-alternative-emails): Improve docstring.
11006         (message-setup-1): Call `message-use-alternative-email-as-from'
11007         after `message-setup-hook' to give it precedence over posting
11008         styles, etc.
11009         (message-use-alternative-email-as-from): Add docstring.  Remove
11010         the original From header if present.
11011
11012         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11013         (nnml-save-mail): Use it.
11014
11015         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11016         articles.  Add new argument `silent'.
11017         (gnus-uu-mark-all): Report the total number of marked articles.
11018
11019 2005-09-10  Romain Francoise  <romain@orebokech.com>
11020
11021         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11022         (gnus-uu-mark-series): Likewise.
11023
11024 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * spam-report.el (spam-report-gmane): Fix generation of spam
11027         report URL.
11028
11029 2005-09-10  Simon Josefsson  <jas@extundo.com>
11030
11031         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11032         t, based on discussion on the ding list with Robert Epprecht
11033         <epprecht@solnet.ch>.
11034
11035 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * spam-report.el (spam-report-gmane): Make it work without
11038         X-Report-Spam header.  Gmane now only provides Archived-At.
11039         This is only used if `spam-report-gmane-use-article-number' is nil.
11040         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11041
11042         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11043         make `gnus-summary-sort-by-recipient' work with threading.
11044
11045         * nnweb.el (nnweb-google-wash-article): Print a message if article
11046         is not available.
11047
11048 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11049
11050         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11051         change.  Decode text/* parts content before displaying.
11052
11053 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11056
11057 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11060
11061         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11062         url-package-name, url-package-version,
11063         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11064         w3m-display-inline-images, and w3m-minor-mode-map.
11065
11066 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * message.el (message-tab-body-function): Fix mismatched custom type.
11069
11070         * gnus.el (gnus-group-change-level-function): Ditto.
11071
11072         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11073
11074         * gnus-art.el (gnus-signature-limit)
11075         (gnus-article-mime-part-function): Ditto.
11076
11077 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * mml.el (mml-mode): Silence the byte compiler.
11080
11081         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11082         using `(sit-for 0)' before moving the point to the specified part;
11083         skip unbuttonized parts.
11084         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11085         return to the summary window if gnus-auto-select-part is non-nil.
11086
11087 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11090         variables.
11091         (mml-dnd-attach-file, mml-mode): Use them.
11092
11093         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11094         Make fetching article by MID work again for Google Groups.  Added
11095         FIXME concerning gnus-group-make-web-group.
11096
11097         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11098         Don't depend on Gnus by using mail-extract-address-components if
11099         gnus-extract-address-components is not bound.
11100
11101 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * gnus-art.el (gnus-mime-display-security): Don't display the
11104         signature, but only the signed part.
11105
11106 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11109
11110         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11111         list, not listp.
11112
11113 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11114
11115         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11116         when encoding.
11117
11118         * mm-bodies.el (mm-decode-content-transfer-encoding):
11119         De-canonicalize CRLF for all text content types, not just
11120         text/plain.
11121
11122 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11125         valid article; point arrow and cursor at the MIME button.
11126
11127 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11130         Suggested by Dan Christensen <jdc@uwo.ca>.
11131
11132         * mm-decode.el (mm-save-part): Enable change of prompt.
11133
11134 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11135
11136         * gnus-msg.el (gnus-inews-add-send-actions): Made
11137         `message-post-method' lambda parameter ARG `&optional'.
11138
11139 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-sum.el (gnus-summary-mime-map): Added
11142         gnus-article-save-part-and-strip, gnus-article-delete-part and
11143         gnus-article-jump-to-part.
11144
11145         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11146         (gnus-article-edit-part): Use it.
11147         (gnus-article-part-wrapper): Added no-handle argument.
11148         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11149         functions.
11150
11151 2005-08-29  Romain Francoise  <romain@orebokech.com>
11152
11153         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11154         docstring.
11155         (gnus-face-from-file): Likewise.
11156
11157 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11160         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11161         non-nil.
11162         (gnus-auto-select-part): New variable.
11163         (gnus-article-jump-to-part): New function.
11164         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11165         (gnus-mime-delete-part): Allow selecting specified part after
11166         deleting or stripping parts.
11167         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11168         part if argument is bogus.
11169
11170 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11171
11172         * gnus-art.el (w3m-minor-mode-map):
11173         * gnus-spec.el (gnus-newsrc-file-version):
11174         * gnus-util.el (nnmail-active-file-coding-system)
11175         (gnus-original-article-buffer, gnus-user-agent):
11176         * gnus.el (gnus-ham-process-destinations)
11177         (gnus-parameter-ham-marks-alist)
11178         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11179         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11180         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11181         * mm-decode.el (gnus-current-window-configuration):
11182         * mm-extern.el (gnus-article-mime-handles):
11183         * mm-url.el (url-current-object, url-package-name)
11184         (url-package-version):
11185         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11186         (smime-keys, w3m-cid-retrieve-function-alist)
11187         (w3m-current-buffer, w3m-display-inline-images)
11188         (w3m-minor-mode-map):
11189         * mml-smime.el (gnus-extract-address-components):
11190         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11191         (gnus-newsrc-hashtb, message-default-charset)
11192         (message-deletable-headers, message-options)
11193         (message-posting-charset, message-required-mail-headers)
11194         (message-required-news-headers):
11195         * mml1991.el (mc-pgp-always-sign):
11196         * mml2015.el (mc-pgp-always-sign):
11197         * nnheader.el (nnmail-extra-headers):
11198         * rfc1843.el (gnus-decode-encoded-word-function)
11199         (gnus-decode-header-function, gnus-newsgroup-name):
11200         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11201
11202 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11203
11204         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11205         the end of the date treatments.
11206
11207 2005-08-15  Simon Josefsson  <jas@extundo.com>
11208
11209         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11210         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11211         Capello and Romain Francoise.
11212         (pgg-fetch-key-function): Removed, not used?
11213         (pgg-insert-url-with-w3): Require url, to get
11214         url-insert-file-contents regardless of where it is defined.
11215
11216 2005-08-13  Romain Francoise  <romain@orebokech.com>
11217
11218         * message.el (message-cite-original-1): New function.
11219         (message-cite-original): Use it.
11220         (message-cite-original-without-signature): Ditto.
11221
11222 2005-08-08  Romain Francoise  <romain@orebokech.com>
11223
11224         * message.el (message-yank-empty-prefix): New variable.
11225         (message-indent-citation): Use it.
11226         (message-cite-original-without-signature): Respect X-No-Archive.
11227
11228 2005-08-08  Simon Josefsson  <jas@extundo.com>
11229
11230         * pgg.el: Autoload url-insert-file-contents instead of loading
11231         w3/url.
11232         (pgg-insert-url-with-w3): Don't load url here.
11233
11234 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11235
11236         * message.el (message-kill-to-signature): Don't insert newline at
11237         bol.
11238         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11239
11240 2005-08-06  Romain Francoise  <romain@orebokech.com>
11241
11242         * message.el (message-user-fqdn): Fix typo in docstring.
11243
11244 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11245
11246         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11247
11248         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11249
11250 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * mm-bodies.el (mm-encode-body): Use coding system rather than
11253         charset to encode text.
11254
11255         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11256         number of charsets if utf-8 is available (XEmacs).
11257
11258 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11261         taken from `gnus-button-mid-or-mail-regexp'.
11262         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11263         (gnus-button-alist): Improve regexp for domain part of the MIDs
11264         for news:localpart@domain buttons.
11265         (gnus-button-ctan-directory-regexp): Update.
11266
11267 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * sieve-manage.el (sieve-manage-interactive-login): Use
11270         make-local-variable rather than make-variable-buffer-local.
11271         (sieve-manage-open): Ditto.
11272         (sieve-manage-authenticate): Ditto.
11273
11274         * mml.el (mml-generate-mime-1): Make the content type default to
11275         text/plain if the filename is not specified.
11276
11277 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11280         instead of insert-buffer.
11281
11282         * message.el (message-yank-original): Ditto; set the mark at the
11283         end of the yanked message.
11284
11285 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11288         lines to scroll rather than to stop it.
11289
11290         * mml.el (mml-generate-default-type): Add doc string.
11291         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11292         default to application/octet-stream when determining the content
11293         type if it is not specified for the part or the mml contents; add
11294         a comment about mml-generate-default-type.
11295
11296 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11299         make it default to application/octet-stream when determining the
11300         content type if it is not specified for the external contents.
11301
11302 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11305         segmented parameter but also other parameters might be there.
11306
11307 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * mm-decode.el (mm-display-external): Delete temp file, directory
11310         and buffer immediately if the external process is exited.
11311
11312 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11315         fewer lines than that of scroll-margin.
11316         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11317
11318 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-art.el (gnus-article-next-page): Revert.
11321         (gnus-article-beginning-of-window): New macro.
11322         (gnus-article-next-page-1): Use it.
11323         (gnus-article-prev-page): Ditto.
11324         (gnus-article-edit-part): Use insert-buffer-substring instead of
11325         insert-buffer.
11326         (gnus-article-edit-exit): Ditto.
11327
11328         * gnus-util.el (gnus-beginning-of-window): Remove.
11329         (gnus-end-of-window): Remove.
11330
11331         * lpath.el: Don't bind header-line-format and scroll-margin.
11332
11333 2005-07-25  Simon Josefsson  <jas@extundo.com>
11334
11335         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11336         to have the url package without w3.  Reported by Daiki Ueno
11337         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11338
11339 2005-07-20  Didier Verna  <didier@xemacs.org>
11340
11341         * gnus-diary.el: Remove the description comment (nndiary is now
11342         properly documented in the Gnus manual).
11343         Fix the spelling of "Back End".
11344         * nndiary.el: Ditto.
11345         Fix the copyright notice.
11346
11347 2005-07-18  Romain Francoise  <romain@orebokech.com>
11348
11349         * gnus-sum.el (gnus-summary-to-prefix)
11350         (gnus-summary-newsgroup-prefix): New variables.
11351         (gnus-summary-from-or-to-or-newsgroups): Use them.
11352
11353 2005-07-17  Romain Francoise  <romain@orebokech.com>
11354
11355         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11356         space as it's generally not especially interesting to the user.
11357
11358 2005-07-16  Romain Francoise  <romain@orebokech.com>
11359
11360         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11361         nil to avoid prompting and file modification if one of the
11362         messages at the top of the nnfolder file contains a copyright
11363         notice.
11364         Update copyright notice.
11365
11366         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11367         instead of `current-time-string' as the latter creates a time
11368         string that is not RFC 2822 compliant (it lacks the zone).
11369         Update copyright notice.
11370
11371 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11372
11373         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11374         for text/rtf.  Display default in prompt.  Pass default for M-n.
11375
11376         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11377
11378 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11379
11380         * gnus-msg.el (gnus-button-mailto): Remove
11381         save-selected-window-window hackery because it relies on
11382         save-selected-window internals.
11383
11384 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11387         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11388         (gnus-article-prev-page): Ditto.
11389
11390         * gnus-util.el (gnus-beginning-of-window): New function.
11391         (gnus-end-of-window): New function.
11392
11393         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11394
11395 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11396
11397         * gnus-score.el (gnus-score-edit-all-score): Set
11398         gnus-score-edit-exit-function to gnus-score-edit-done and call
11399         gnus-message.
11400
11401 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402
11403         * gnus-msg.el (gnus-button-mailto): Remove
11404         save-selected-window-window hackery because it relies on
11405         save-selected-window internals.
11406
11407 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11410         add-minor-mode.
11411         (gnus-binary-mode): Ditto.
11412
11413         * gnus-topic.el (gnus-topic-mode): Ditto.
11414
11415 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11416
11417         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11418         (gnus-article-prev-page): Take scroll-margin into consideration.
11419
11420 2005-07-04  Lute Kamstra  <lute@gnu.org>
11421
11422         Update FSF's address in GPL notices.
11423
11424 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11425
11426         * gnus.el (gnus-exit):
11427         * gnus-group.el (gnus-group-icons):
11428         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11429
11430         * gnus-nocem.el (gnus-nocem):
11431         * message.el (message-various, message-buffers, message-sending)
11432         (message-interface, message-forwarding, message-insertion)
11433         (message-headers, message-news, message-mail):
11434         * pgg-gpg.el (pgg-gpg):
11435         * pgg-parse.el (pgg-parse):
11436         * pgg-pgp.el (pgg-pgp):
11437         * pgg-pgp5.el (pgg-pgp5):
11438         * pop3.el (pop3): Finish `defgroup' description with period.
11439
11440 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-art.el (article-display-face): Improve the efficiency.
11443         (article-display-x-face): Ditto; remove grey x-face stuff.
11444
11445 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-art.el (article-display-face): Correct the position in
11448         which Faces are inserted.
11449
11450 2005-06-29  Didier Verna  <didier@xemacs.org>
11451
11452         * gnus-art.el (article-display-face): Display faces in correct
11453         order.
11454
11455 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11458         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11459         (gnus-nocem-check-article): Fetch the Type header.
11460         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11461         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11462         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11463         make sure gnus-nocem-hashtb is initialized.
11464         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11465         (gnus-nocem-unwanted-article-p): Ditto.
11466
11467         * pgg.el (pgg-verify): Return the verification result.
11468
11469 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11472         is ascii.
11473
11474 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11475
11476         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11477         `show-nonbreak-escape'.
11478
11479 2005-06-23  Lute Kamstra  <lute@gnu.org>
11480
11481         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11482
11483         * dig.el (dig-mode):
11484         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11485
11486 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11487
11488         * nnimap.el (nnimap-split-download-body): Fix spellings.
11489
11490 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11491
11492         * gnus-art.el (gnus-article-encrypt-body):
11493         * gnus-cus.el (gnus-score-customize):
11494         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11495         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11496
11497 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11498
11499         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11500         header by looking for magic "MII" at the beginnig.
11501
11502 2005-06-16  Miles Bader  <miles@gnu.org>
11503
11504         * gnus-xmas.el (gnus-xmas-group-startup-message):
11505         Use renamed gnus-splash face.
11506
11507         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11508         (assistant-field-face): New backward-compatibility alias for renamed
11509         face.
11510         (assistant-render-text): Use renamed assistant-field face.
11511
11512         * spam.el (spam): Remove "-face" suffix from face name.
11513         (spam-face): New backward-compatibility alias for renamed face.
11514         (spam-face, spam-initialize): Use renamed spam face.
11515
11516         * message.el (message-header-to, message-header-cc)
11517         (message-header-subject, message-header-newsgroups)
11518         (message-header-other, message-header-name)
11519         (message-header-xheader, message-separator, message-cited-text)
11520         (message-mml): Remove "-face" suffix from face names.
11521         (message-header-to-face, message-header-cc-face)
11522         (message-header-subject-face, message-header-newsgroups-face)
11523         (message-header-other-face, message-header-name-face)
11524         (message-header-xheader-face, message-separator-face)
11525         (message-cited-text-face, message-mml-face):
11526         New backward-compatibility aliases for renamed faces.
11527         (message-font-lock-keywords): Use renamed message faces.
11528
11529         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11530         (sieve-test-commands, sieve-tagged-arguments):
11531         Remove "-face" suffix from face names.
11532         (sieve-control-commands-face, sieve-action-commands-face)
11533         (sieve-test-commands-face, sieve-tagged-arguments-face):
11534         New backward-compatibility aliases for renamed faces.
11535         (sieve-control-commands-face, sieve-action-commands-face)
11536         (sieve-test-commands-face, sieve-tagged-arguments-face):
11537         Use renamed sieve faces.
11538
11539         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11540         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11541         (gnus-group-news-3-empty, gnus-group-news-4)
11542         (gnus-group-news-4-empty, gnus-group-news-5)
11543         (gnus-group-news-5-empty, gnus-group-news-6)
11544         (gnus-group-news-6-empty, gnus-group-news-low)
11545         (gnus-group-news-low-empty, gnus-group-mail-1)
11546         (gnus-group-mail-1-empty, gnus-group-mail-2)
11547         (gnus-group-mail-2-empty, gnus-group-mail-3)
11548         (gnus-group-mail-3-empty, gnus-group-mail-low)
11549         (gnus-group-mail-low-empty, gnus-summary-selected)
11550         (gnus-summary-cancelled, gnus-summary-high-ticked)
11551         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11552         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11553         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11554         (gnus-summary-low-undownloaded)
11555         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11556         (gnus-summary-low-unread, gnus-summary-normal-unread)
11557         (gnus-summary-high-read, gnus-summary-low-read)
11558         (gnus-summary-normal-read, gnus-splash):
11559         Remove "-face" suffix from face names.
11560         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11561         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11562         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11563         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11564         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11565         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11566         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11567         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11568         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11569         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11570         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11571         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11572         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11573         (gnus-summary-normal-ticked-face)
11574         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11575         (gnus-summary-normal-ancient-face)
11576         (gnus-summary-high-undownloaded-face)
11577         (gnus-summary-low-undownloaded-face)
11578         (gnus-summary-normal-undownloaded-face)
11579         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11580         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11581         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11582         (gnus-splash-face):
11583         New backward-compatibility aliases for renamed faces.
11584         (gnus-group-startup-message): Use renamed gnus faces.
11585
11586         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11587         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11588         (gnus-server-agent): Remove "-face" suffix from face names.
11589         (gnus-server-agent-face, gnus-server-opened-face)
11590         (gnus-server-closed-face, gnus-server-denied-face)
11591         (gnus-server-offline-face):
11592         New backward-compatibility aliases for renamed faces.
11593         (gnus-server-agent-face, gnus-server-opened-face)
11594         (gnus-server-closed-face, gnus-server-denied-face)
11595         (gnus-server-offline-face): Use renamed gnus faces.
11596
11597         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11598         Remove "-face" suffix from face names.
11599         (gnus-picon-xbm-face, gnus-picon-face):
11600         New backward-compatibility aliases for renamed faces.
11601
11602         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11603         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11604         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11605         (gnus-cite-11): Remove "-face" suffix from face names.
11606         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11607         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11608         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11609         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11610         New backward-compatibility aliases for renamed faces.
11611         (gnus-cite-attribution-face, gnus-cite-face-list)
11612         (gnus-article-boring-faces): Use renamed gnus faces.
11613
11614         * gnus-art.el (gnus-signature, gnus-header-from)
11615         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11616         (gnus-header-content): Remove "-face" suffix from face names.
11617         (gnus-signature-face, gnus-header-from-face)
11618         (gnus-header-subject-face, gnus-header-newsgroups-face)
11619         (gnus-header-name-face, gnus-header-content-face):
11620         New backward-compatibility aliases for renamed faces.
11621         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11622
11623         * gnus-sum.el (gnus-summary-selected-face)
11624         (gnus-summary-highlight): Use renamed gnus faces.
11625         * gnus-group.el (gnus-group-highlight): Likewise.
11626
11627 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11628
11629         * gnus-sieve.el (gnus-sieve-article-add-rule):
11630         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11631         * spam-stat.el (spam-stat-buffer-change-to-spam)
11632         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11633
11634         * message.el (message-is-yours-p):
11635         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11636
11637 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * mm-view.el (mm-inline-text): Withdraw the last change.
11640
11641 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11644         executing enriched-decode.
11645
11646 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11649         charset of tar files.
11650
11651 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11652
11653         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11654
11655 2005-06-04  Lute Kamstra  <lute@gnu.org>
11656
11657         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11658         information is never recorded.
11659
11660 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11661
11662         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11663
11664 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * pop3.el (pop3-apop): Run md5 in the binary mode.
11667
11668         * starttls.el (starttls-set-process-query-on-exit-flag):
11669         Use eval-and-compile.
11670
11671 2005-05-31  Simon Josefsson  <jas@extundo.com>
11672
11673         * smime.el (smime-replace-in-string): Define.
11674         (smime-cert-by-ldap-1): Use it.
11675
11676 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (article-display-x-face): Replace
11679         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11680
11681         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11682         set-process-query-on-exit-flag or process-kill-without-query.
11683
11684         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11685         loop instead of replace-regexp.
11686
11687         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11688         instead of process-kill-without-query if it is available.
11689
11690         * lpath.el: Fbind ldap-search-entries.
11691
11692         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11693         instead of find-file-hooks if it is available.
11694
11695         * mml1991.el: Bind pgg-default-user-id when compiling.
11696
11697         * mml2015.el: Bind pgg-default-user-id when compiling.
11698
11699         * nndraft.el (nndraft-request-associate-buffer):
11700         Use write-contents-functions instead of write-contents-hooks if it is
11701         available.
11702
11703         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11704         instead of find-file-hooks if it is available.
11705
11706         * nntp.el (nntp-open-connection): Replace
11707         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11708         (nntp-open-ssl-stream): Ditto.
11709         (nntp-open-tls-stream): Ditto.
11710
11711         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11712         set-process-query-on-exit-flag or process-kill-without-query.
11713         (starttls-open-stream-gnutls): Use it instead of
11714         process-kill-without-query.
11715         (starttls-open-stream): Ditto.
11716
11717 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11718
11719         * smime.el (smime-cert-by-ldap-1): Don't use
11720         replace-regexp-in-string.
11721
11722 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11723
11724         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11725
11726         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11727         in PEM format.  Adjust to the XEmacs compability.
11728
11729 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11732         by `string-to-number'.
11733         * gnus-agent.el (gnus-agent-regenerate-group)
11734         (gnus-agent-fetch-articles): Ditto.
11735         * gnus-art.el (gnus-button-fetch-group): Ditto.
11736         * gnus-cache.el (gnus-cache-generate-active)
11737         (gnus-cache-articles-in-group): Ditto.
11738         * gnus-group.el (gnus-group-set-current-level)
11739         (gnus-group-insert-group-line): Ditto.
11740         * gnus-score.el (gnus-score-set-expunge-below)
11741         (gnus-score-set-mark-below, gnus-summary-score-effect)
11742         (gnus-summary-score-entry): Ditto.
11743         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11744         (gnus-soup-pack): Ditto.
11745         * gnus-spec.el (gnus-xmas-format): Ditto.
11746         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11747         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11748         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11749         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11750         * nndb.el (nndb-get-remote-expire-response): Ditto.
11751         * nndiary.el (nndiary-parse-schedule-value)
11752         (nndiary-string-to-number, nndiary-request-replace-article)
11753         (nndiary-request-article): Ditto.
11754         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11755         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11756         * nneething.el (nneething-make-head): Ditto.
11757         * nnfolder.el (nnfolder-request-article)
11758         (nnfolder-retrieve-headers): Ditto.
11759         * nnheader.el (nnheader-file-to-number): Ditto.
11760         * nnkiboze.el (nnkiboze-request-article): Ditto.
11761         * nnmail.el (nnmail-process-unix-mail-format)
11762         (nnmail-process-babyl-mail-format): Ditto.
11763         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11764         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11765         (nnmh-request-create-group, nnmh-request-list-1)
11766         (nnmh-request-group, nnmh-request-article): Ditto.
11767         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11768         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11769         * nnsoup.el (nnsoup-make-active): Ditto.
11770         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11771         * nntp.el (nntp-find-group-and-number)
11772         (nntp-retrieve-headers-with-xover): Ditto.
11773         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11774         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11775         (pgg-format-key-identifier): Ditto.
11776         * pop3.el (pop3-last, pop3-stat): Ditto.
11777         * qp.el (quoted-printable-decode-region): Ditto.
11778
11779         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11780         of concat.
11781
11782 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11785
11786         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11787
11788         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11789
11790         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11791
11792         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11793
11794         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11795
11796         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11797         (gnus-carpal-mode): Ditto.
11798
11799         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11800         (gnus-browse-mode): Ditto.
11801
11802         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11803
11804         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11805
11806 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11807
11808         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11809
11810 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-util.el (gnus-run-mode-hooks): New function.
11813
11814         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11815
11816         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11817         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11818
11819 2005-05-27  Lute Kamstra  <lute@gnu.org>
11820
11821         * dns-mode.el (dns-mode): Specify customization group.
11822
11823 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11824
11825         * gnus-agent.el (gnus-agent-make-mode-line-string):
11826         Use mode-line-highlight as mouse-face.
11827
11828 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * canlock.el (canlock): Change the parent group to news.
11831
11832         * deuglify.el (gnus-outlook-deuglify): Add :group.
11833
11834         * dig.el (dig): Add :group.
11835
11836         * dns-mode.el (dns-mode): Add :group.
11837
11838         * encrypt.el (encrypt): Add :group.
11839
11840         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11841         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11842         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11843         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11844         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11845
11846         * gnus-diary.el (gnus-diary): Add :group.
11847
11848         * gnus.el (gnus-group-news-1-face): Add :group.
11849         (gnus-group-news-1-empty-face): Ditto.
11850         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11851         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11852         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11853         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11854         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11855         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11856         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11857         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11858         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11859         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11860         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11861         (gnus-summary-high-ticked-face): Ditto.
11862         (gnus-summary-low-ticked-face): Ditto.
11863         (gnus-summary-normal-ticked-face): Ditto.
11864         (gnus-summary-high-ancient-face): Ditto.
11865         (gnus-summary-low-ancient-face): Ditto.
11866         (gnus-summary-normal-ancient-face): Ditto.
11867         (gnus-summary-high-undownloaded-face): Ditto.
11868         (gnus-summary-low-undownloaded-face): Ditto.
11869         (gnus-summary-normal-undownloaded-face): Ditto.
11870         (gnus-summary-high-unread-face): Ditto.
11871         (gnus-summary-low-unread-face): Ditto.
11872         (gnus-summary-normal-unread-face): Ditto.
11873         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11874         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11875
11876         * hashcash.el (hashcash): New custom group.
11877         (hashcash-default-payment): Add :group.
11878         (hashcash-payment-alist): Ditto.
11879         (hashcash-default-accept-payment): Ditto.
11880         (hashcash-accept-resources): Ditto.
11881         (hashcash-path): Ditto.
11882         (hashcash-extra-generate-parameters): Ditto.
11883         (hashcash-double-spend-database): Ditto.
11884         (hashcash-in-news): Ditto.
11885
11886         * message.el (message-minibuffer-local-map): Add :group.
11887
11888         * netrc.el (netrc): Add :group.
11889
11890         * sieve-manage.el (sieve-manage-log): Add :group.
11891         (sieve-manage-default-user): Diito.
11892         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11893         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11894         (sieve-manage-authenticators): Ditto.
11895         (sieve-manage-authenticator-alist): Ditto.
11896         (sieve-manage-default-port): Ditto.
11897
11898         * sieve-mode.el (sieve-control-commands-face): Add :group.
11899         (sieve-action-commands-face): Ditto.
11900         (sieve-test-commands-face): Ditto.
11901         (sieve-tagged-arguments-face): Ditto.
11902
11903         * smime.el (smime): Add :group.
11904
11905         * spam-report.el (spam-report): Add :group.
11906
11907         * spam.el (spam, spam-face): Add :group.
11908
11909 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910
11911         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11912         return \n.\n.\n at the end of articles.  Protect against that.
11913         (nntp-with-open-group): Allow debugging.
11914
11915         * nnheader.el (mail-header-set-extra): Make into a function
11916         because I just could't understand how to quote the list properly.
11917
11918         * dns.el (query-dns-cached): New function.
11919
11920 2005-05-26  Lute Kamstra  <lute@gnu.org>
11921
11922         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11923
11924 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11927
11928         * gnus-art.el: Don't autoload mail-extract-address-components.
11929
11930         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11931         eval-and-compile to evaluate it.
11932
11933         * hashcash.el: Don't autoload executable-find.
11934
11935         * nndb.el: Don't declare the nndb back end two or more times; don't
11936         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11937
11938         * nntp.el: Autoload format-spec instead of format; use
11939         eval-and-compile to evaluate autoload forms.
11940
11941 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11942
11943         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11944
11945 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11946
11947         * gnus.el (gnus-version-number): Bump version.
11948
11949 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11950
11951         * gnus.el: No Gnus v0.3 is released.
11952
11953 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * lpath.el (featurep): Bind show-nonbreak-escape.
11956
11957 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-art.el (gnus-article-edit-part): Disable undo.
11960
11961 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11964         gnus-article-date-lapsed-new-header is t if date timer is active;
11965         skip headers in which the original date value is empty.
11966         (gnus-article-save-original-date): Redefine it as a macro.
11967         (gnus-display-mime): Use it.
11968
11969 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gnus-art.el (article-date-ut): Support converting date in
11972         forwarded parts as well.
11973         (gnus-article-save-original-date): New function.
11974         (gnus-display-mime): Use it.
11975
11976 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11977
11978         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11979         enclosure element of <item>.
11980
11981 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * message.el (message-kill-buffer-query): Renamed from
11984         `message-kill-buffer-query-if-modified'.  Added :version.
11985
11986 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11989         window layout.
11990
11991 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * mml.el: Autoload dnd when compiling.
11994
11995 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11998         x-dnd-*.
11999
12000 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * qp.el (quoted-printable-encode-region): Save excursion.
12003
12004 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12005
12006         * message.el (message-kill-buffer-query-if-modified): Add new variable
12007         so the user can kill a modified message buffer quickly.
12008         (message-kill-buffer): Use it.
12009
12010 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * lpath.el: Fbind display-time-event-handler; don't fbind
12013         string-to-multibyte.
12014
12015         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12016
12017 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12020         contained in text because xml.el decodes entities) with LFs.
12021
12022 2005-04-11  Lute Kamstra  <lute@gnu.org>
12023
12024         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12025         differently.
12026
12027 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12028
12029         * mm-util.el (mm-detect-coding-region): Typo.
12030
12031 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12034
12035 2005-04-06  Deepak Goel  <deego@gnufans.org>
12036
12037         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12038         user-function allow user modifications of the scores.
12039         (spam-stat-score-buffer-user): New function, to allow
12040         user-computed modifications to the score.
12041         (spam-stat-score-buffer-user-functions): List of additional
12042         scoring functions.
12043         (spam-stat-error-holder): Global temporary error holder.
12044         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12045         variable.
12046
12047 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12048
12049         * gnus-registry.el (gnus-registry-clean-empty-function)
12050         (gnus-registry-trim, gnus-registry-fetch-groups)
12051         (gnus-registry-delete-group): Groups that match
12052         `gnus-registry-ignored-groups' are removed from the registry
12053         entries, not just ignored for splitting.  This helps clean up the
12054         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12055         to get all the groups a message ID is in.
12056
12057         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12058         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12059         (spam-stat-score-buffer-user-functions): Add :number custom type.
12060
12061 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12064         argument in XEmacs.
12065
12066         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12067         (nnrss-request-group): Decode group name first.
12068         (nnrss-request-article): Make a text/plain article if mml-to-mime
12069         failed.
12070         (nnrss-get-encoding): Return a compatible encoding according to
12071         nnrss-compatible-encoding-alist.
12072         (nnrss-find-el): Use consp instead of listp.
12073         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12074
12075 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12078         which Emacs 20 doesn't support.
12079         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12080
12081 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12084         silence the byte compiler inside the defun.
12085
12086         * gnus-demon.el (parse-time-string): Add autoload.
12087
12088         * gnus-delay.el (parse-time-string): Add autoload.
12089
12090         * gnus-art.el (parse-time-string): Add autoload.
12091
12092         * nnultimate.el (parse-time): Require for `parse-time-string'.
12093
12094 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12097
12098         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12099
12100         * smime.el (smime-ldap-host-list): Add :version.
12101
12102 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12105         pass it to `gnus-browse-read-group'.
12106         (gnus-browse-read-group): Add NUMBER argument and pass it to
12107         `gnus-group-read-ephemeral-group'.
12108
12109         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12110         argument and pass it to `gnus-group-read-group'.
12111
12112 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12113
12114         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12115         mm-xemacs-find-mime-charset-1 if we have the mule feature
12116         available at runtime.
12117
12118 2005-03-25  Werner Lemberg  <wl@gnu.org>
12119
12120         * nnmaildir.el: Replace `illegal' with `invalid'.
12121
12122 2005-03-23  Lute Kamstra  <lute@gnu.org>
12123
12124         * time-date.el: Add comment on time value formats.
12125         Don't require parse-time.
12126         (with-decoded-time-value): New macro.
12127         (encode-time-value): New function.
12128         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12129         (days-to-time): Return a valid time value when arg is huge.
12130         (time-since): Use time-subtract.
12131         (time-to-number-of-days): Use time-to-seconds.
12132
12133 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12134
12135         * gnus-start.el (gnus-display-time-event-handler):
12136         Check display-time-timer at runtime rather than only at load time
12137         in case display-time-mode is turned off in the mean time.
12138
12139 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12142         used.
12143
12144         * nneething.el (nneething-map-file-directory): Derive from
12145         `gnus-directory'.
12146
12147         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12148         the To/Cc button.
12149
12150 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * nnmaildir.el (nnmaildir-request-accept-article):
12153         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12154
12155 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12156
12157         * gnus-async.el: Require timer-funcs at compile time when in
12158         XEmacs for `run-with-idle-timer'.
12159
12160 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12161
12162         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12163         autoloaded function.
12164
12165 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12166
12167         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12168
12169 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12170
12171         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12172
12173 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12174
12175         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12176         gnus-expert-user to default.
12177
12178 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12179
12180         * nnimap.el (nnimap-open-server): Ditto.
12181
12182         * imap.el (imap-authenticate): Fix typo.
12183
12184 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12185
12186         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12187         buffer (since IMAP server might return FETCH response out of
12188         order, and the nntp buffer must be sorted).
12189
12190 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12191
12192         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12193         comparison on string.
12194
12195         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12196         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12197         (gnus-agent-summary-fetch-series): Modified to protect against
12198         gnus-agent-summary-fetch-group clearing processable flags.
12199         (gnus-agent-synchronize-group-flags): Update live group buffer as
12200         synchronization may occur due to the user toggle the plugged
12201         status.
12202         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12203         successfully downloaded.
12204         (gnus-agent-expire-group-1): Avoid using markers when the overview
12205         is in ascending order; greatly improves performance.
12206         (gnus-agent-regenerate-group): Use
12207         gnus-agent-synchronize-group-flags to reset read status in both
12208         gnus and server.
12209         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12210
12211 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * message.el: Don't autoload former message-utils variables.
12214         (message-strip-subject-trailing-was): Change doc string.
12215
12216         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12217         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12218         (nnweb-google-search): Add "hl=en" here.
12219         (nnweb-google-parse-1, nnweb-google-create-mapping):
12220         Don't hardcode URL.
12221
12222 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * message.el (message-get-reply-headers, message-followup):
12225         Mention related variables `message-use-followup-to' and
12226         `message-use-mail-followup-to', in the information buffer.
12227
12228         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12229         of broken groups(-beta).google.com.
12230
12231 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12234         parameter to invoked gnus-request-move-article; remove the
12235         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12236         all at once instead of once per article.
12237         (gnus-summary-remove-process-mark): Accept a list of articles as
12238         well as a single article for processing.
12239
12240         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12241         parameter.
12242
12243         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12244
12245         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12246
12247         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12248         parameter.
12249
12250         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12251         parameter.
12252
12253         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12254         parameter and remove the gnus-sum-hint-move-is-internal variable.
12255
12256         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12257         parameter.
12258
12259         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12260         parameter.
12261
12262         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12263         parameter.
12264
12265         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12266
12267         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12268         parameter.
12269
12270         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12271         parameter.
12272
12273 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12274
12275         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12276         a more conservative way.
12277
12278 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12279
12280         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12281         buffer, so it moves the window's cursor.
12282
12283 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12284
12285         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12286         `mm-dissect-multipart' and receive the from field as an (optional)
12287         argument from `mm-dissect-multipart'.
12288         (mm-dissect-multipart): Receive the from field as an argument and
12289         pass it on when we call `mm-dissect-buffer' on MIME parts.
12290         Fixes verification/decryption of signed/encrypted MIME parts.
12291
12292 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12293
12294         * gnus-sum.el (gnus-summary-move-article): Set
12295         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12296         whatever it calls (right now, only nnimap-request-move article
12297         respects it).
12298
12299         * nnimap.el (nnimap-request-move-article): When
12300         gnus-sum-hint-move-is-internal is set, don't do the extra
12301         nnimap-request-article.
12302
12303 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12306
12307         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12308         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12309
12310         * gnus-sum.el (gnus-summary-caesar-message):
12311         Apply `gnus-treat-article' after rotation.
12312
12313         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12314         doc string.
12315
12316 2005-02-22  Simon Josefsson  <jas@extundo.com>
12317
12318         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12319         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12320         <arne@arnested.dk>.
12321         (encrypt): Add password-cache and password-cache-expiry as group
12322         members.
12323
12324 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12325
12326         * smime.el (smime-ldap-host-list): Doc fix.
12327         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12328         cache) password.
12329         (smime-sign-region): Use it.
12330         (smime-decrypt-region): Use it.
12331         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12332         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12333         fails.
12334         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12335         certificate from DER to PEM format rather than calling openssl.
12336
12337         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12338
12339         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12340         for signing/encryption.
12341
12342         * mml.el (mml-parse-1): Use them.
12343
12344 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12345
12346         * nnrss.el (nnrss-verbose): Removed.
12347         (nnrss-request-group): Use `nnheader-message' instead.
12348
12349 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12350
12351         * nnrss.el (nnrss-verbose): New variable.
12352         (nnrss-request-group): Make it say nnrss is requesting a group.
12353
12354 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12357         Handle news URL with given port correctly.
12358
12359 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12362         containing special characters.
12363
12364         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12365
12366         * mml.el (mime-to-mml): Ditto.
12367
12368         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12369         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12370         (rfc2047-decode-region): Quote decoded words containing special
12371         characters when rfc2047-quote-decoded-words-containing-tspecials
12372         is non-nil.
12373
12374 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12375
12376         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12377
12378         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12379
12380 2005-02-15  Simon Josefsson  <jas@extundo.com>
12381
12382         * nnimap.el (nnimap-debug): Doc fix.
12383
12384         * imap.el (imap-debug): Doc fix.
12385
12386 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12389
12390 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12391
12392         * gnus.el (spam-contents): Improve docs for spam-contents
12393         parameter in its variable incarnation.
12394
12395 2005-02-14  Simon Josefsson  <jas@extundo.com>
12396
12397         * smime-ldap.el: Use require instead of load-library for ldap.
12398         (smime-ldap-search): Indent.
12399         (smime-ldap-search-internal): Shorten line.
12400
12401         * smime.el (smime-cert-by-dns): Add doc-string.
12402         (smime-cert-by-ldap-1): Indent.
12403
12404         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12405         mml-smime-get-dns-ldap.
12406         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12407
12408 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12409
12410         * smime.el: Require smime-ldap.
12411         (smime-ldap-host-list): New variable.
12412         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12413
12414         * mml-smime.el (mml-smime-encrypt-query): New function.
12415         (mml-smime-encrypt-query): Use it.
12416
12417         * smime-ldap.el: New file.
12418
12419 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12422
12423 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12426         argument in doc string.  Make query for type more clear.
12427
12428 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus.el (gnus-group-startup-message): Search for gnus images in
12431         etc/images/gnus.
12432         * mm-util.el (mm-image-load-path): Likewise.
12433         * smiley.el (smiley-data-directory): Search for smilies in
12434         etc/images/smilies.
12435
12436 2005-02-09  Kim F. Storm  <storm@cua.dk>
12437
12438         Change Emacs release version from 21.4 to 22.1 throughout.
12439         Change Emacs development version from 21.3.50 to 22.0.50.
12440
12441 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12444
12445         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12446         non-Mule XEmacs as well.
12447         (mm-decompress-buffer): Signal an error intentionally if it does
12448         not decompress compressed data because auto-compression-mode is
12449         disabled.
12450
12451 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12452
12453         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12454         an ID in the registry even if it has no groups.
12455
12456 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12459         merge it into mm-decompress-buffer.
12460         (gnus-mime-copy-part): Use the MIME part charset, the value which
12461         a user specified or gnus-newsgroup-charset for decoding, like
12462         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12463         save-buffer what was used.  Suggested by Kevin Ryde
12464         <user42@zip.com.au>.
12465         (gnus-mime-inline-part): Allow the name parameter as well as the
12466         filename parameter; force decompressing of compressed data; always
12467         display contents being not decoded as unibyte.
12468
12469         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12470         as well as the filename parameter.
12471
12472         * mm-util.el (mm-decompress-buffer): Merge
12473         gnus-mime-jka-compr-maybe-uncompress.
12474         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12475         of compressed data.
12476
12477 2005-02-08  Simon Josefsson  <jas@extundo.com>
12478
12479         * imap.el (imap-log): Doc fix.
12480
12481 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12484         the coding cookies; decompress compressed parts.
12485
12486         * mml.el (mml-generate-mime-1): Add the charset parameter according
12487         to the value which a user specified manually or the coding cookie.
12488
12489         * mm-util.el (mm-string-to-multibyte): New function.
12490         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12491         (mm-coding-system-to-mime-charset): New function.
12492         (mm-decompress-buffer): New function.
12493         (mm-find-buffer-file-coding-system): New function.
12494
12495         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12496         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12497         parts.
12498
12499 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12500
12501         * mm-view.el (mm-display-inline-fontify): Decode a part according
12502         to the charset parameter.
12503
12504 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12507         prefix arg is neither nil nor a number, as info specifies.
12508
12509 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12512         timestamps.
12513
12514 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12515
12516         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12517         groups error checking and notify user.
12518
12519 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12520
12521         * message.el (message-send-mail-function): Check existence of
12522         sendmail-program first before using default value
12523         `message-send-mail-with-sendmail'.  Otherwise use more generic
12524         `smtpmail-send-it'.
12525
12526 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * nntp.el (nntp-request-update-info): Always return nil.
12529
12530 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12531
12532         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12533
12534 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12535
12536         * message.el (message-beginning-of-line): Change the behavior when
12537         invoked between BOL and : so that it first moves backward.
12538
12539 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12542         article buffer when editing of the article is discarded.
12543         (gnus-article-prepare): Revert.
12544
12545 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-art.el (gnus-article-prepare):
12548         Remove message-strip-forbidden-properties from the local hook.
12549
12550 2005-01-27  Simon Josefsson  <jas@extundo.com>
12551
12552         * password.el (password-cache-add): Only start one timer per key.
12553         Reported by Derek Atkins <warlord@MIT.EDU>.
12554
12555 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12556
12557         * run-at-time.el: Removed.  It is no longer needed as
12558         timer-funcs.el in the xemacs-base package has a working version of
12559         `run-at-time'.
12560
12561         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12562
12563         * password.el: Require timer-funcs instead of run-at-time in
12564         XEmacs.
12565         Remove `password-run-at-time' macro.
12566         (password-cache-add): Use `run-at-time' instead of
12567         `password-run-at-time'.
12568
12569         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12570         Remove `nnheader-cancel-function-timers' alias,
12571         `cancel-function-timers' exists in XEmacs in timer-funcs.
12572
12573         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12574         for `run-with-idle-timer'.
12575
12576         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12577         for `run-at-time'.
12578
12579         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12580         for `with-timeout'.
12581
12582         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12583         the same as for XEmacs 21.4.
12584         No need to ignore `run-with-idle-timer', this function exists in
12585         XEmacs now in timer-funcs.el in the xemacs-base package.
12586         (dgnushack-compile): No need to delete
12587         run-at-time.el from the list of files to compile because it
12588         doesn't exist anymore.
12589
12590 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12593         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12594
12595 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12596
12597         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12598         sensitively.
12599
12600 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12601
12602         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12603
12604 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12607         which will be inserted according to the multibyteness of a buffer
12608         rather than the type of contents.  Suggested by ARISAWA Akihiro
12609         <ari@mbf.ocn.ne.jp>.
12610
12611         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12612         of string which old xml.el may return rather than a string.
12613
12614 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12617
12618 2005-01-16  Simon Josefsson  <jas@extundo.com>
12619
12620         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12621         idn/idna.el isn't available.
12622         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12623         <michael@waxrat.com>.
12624
12625         * hashcash.el: Remove non-FSF copyright header.
12626
12627         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12628         (hashcash-generate-payment): Use it.
12629         (hashcash-generate-payment-async): Use it.
12630
12631 2005-01-15  Simon Josefsson  <jas@extundo.com>
12632
12633         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12634         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12635
12636         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12637         gnus-summary-idna-message.
12638         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12639         (gnus-summary-idna-message): New function.
12640
12641 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12644         gnus-novice-user.
12645
12646 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * nnrss.el (nnrss-request-delete-group): Delete entries in
12649         nnrss-group-alist as well.
12650         (nnrss-save-server-data): Insert newline.
12651
12652 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * gnus.el (gnus-user-agent): Use list of symbols instead of
12655         symbols.  Display full version number for (S)XEmacs.  Optionally
12656         display (S)XEmacs codename.
12657
12658         * gnus-util.el (gnus-emacs-version): Update for new
12659         `gnus-user-agent'.
12660
12661         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12662         Gnus version.
12663
12664 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12667         which is unreadable in some setups.
12668
12669 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-spec.el (gnus-update-format-specifications): Flush the
12672         group format spec cache if it doesn't support decoded group names.
12673
12674 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12675
12676         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12677         Allow to apply decay on score files matching a regexp.
12678
12679 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12682         compatibility in %g and %c.
12683
12684 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12687         name for only %g and %c.
12688         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12689         of gnus-tmp-group to decoded group name.
12690         (gnus-group-make-rss-group): Exclude `/'s from group names.
12691
12692 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * nnrss.el (nnrss-get-encoding): Fix regexp.
12695
12696 2004-12-27  Simon Josefsson  <jas@extundo.com>
12697
12698         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12699         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12700         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12701
12702 2004-12-17  Kim F. Storm  <storm@cua.dk>
12703
12704         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12705
12706         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12707
12708 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12709
12710         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12711
12712 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * nnrss.el: Require rfc2047 and mml.
12715         (nnrss-file-coding-system): New variable.
12716         (nnrss-format-string): Redefine it as an inline function.
12717         (nnrss-decode-group-name): New function.
12718         (nnrss-string-as-multibyte): Remove.
12719         (nnrss-retrieve-headers): Decode group name; don't use
12720         nnrss-format-string.
12721         (nnrss-request-group): Decode group name.
12722         (nnrss-request-article): Decode group name; allow a Message-ID as
12723         well as an article number; don't use nnrss-format-string; encode a
12724         Message-ID string which may contain non-ASCII characters; use
12725         mml-to-mime to compose a MIME article.
12726         (nnrss-request-expire-articles): Decode group name.
12727         (nnrss-request-delete-group): Decode group name.
12728         (nnrss-fetch): Clarify error message.
12729         (nnrss-read-server-data): Use insert-file-contents instead of load;
12730         bind file-name-coding-system; use multibyte buffer.
12731         (nnrss-save-server-data): Bind coding-system-for-write to the
12732         value of nnrss-file-coding-system; bind file-name-coding-system;
12733         add coding cookie.
12734         (nnrss-read-group-data): Use insert-file-contents instead of load;
12735         bind file-name-coding-system; use multibyte buffer.
12736         (nnrss-save-group-data): Bind coding-system-for-write to the
12737         value of nnrss-file-coding-system; bind file-name-coding-system.
12738         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12739         make it work with non-ASCII text.
12740         (nnrss-find-el): Make it work with old xml.el as well.
12741
12742 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12743
12744         * nnrss.el (nnrss-get-encoding): New function.
12745         (nnrss-fetch): Use unibyte buffer initially; bind
12746         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12747         decode contents according to the encoding attribute.
12748         (nnrss-save-group-data): Add coding cookie.
12749         (nnrss-mime-encode-string): New function.
12750         (nnrss-check-group): Use it to encode subject and author.
12751
12752 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12753
12754         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12755         imaginary variable.
12756
12757 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12760         correctly even if there are wide characters.
12761
12762 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12765         downcased symbol names; make a new cache instead of reusing
12766         bbdb-hashtable.
12767
12768 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12771         concatenating segments rather than before concatenating them.
12772         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12773
12774         * message.el (message-get-reply-headers): Bind `extra'.
12775
12776 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * message.el (message-extra-wide-headers): New variable.
12779         (message-get-reply-headers): Use it.
12780
12781 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12784         (gnus-agent-group-pathname): Ditto.
12785
12786         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12787
12788         * gnus-group.el (gnus-group-make-group): Decode group name.
12789         (gnus-group-make-rss-group): Register the group data after opening
12790         the nnrss group.
12791
12792 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12793
12794         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12795         by expiry now get marked as read.
12796
12797 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12800
12801 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12802
12803         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12804         unify Latin characters in XEmacs.
12805         (mm-find-mime-charset-region): Use it.
12806
12807 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-util.el (gnus-delete-directory): New function.
12810
12811         * gnus-agent.el (gnus-agent-delete-group): Use it.
12812
12813         * gnus-cache.el (gnus-cache-delete-group): Use it.
12814
12815 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12818         names.
12819
12820 2004-12-16  Simon Josefsson  <jas@extundo.com>
12821
12822         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12823
12824 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12827
12828         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12829         (gnus-group-set-current-level): Decode group name.
12830
12831 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12832
12833         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12834         failed.
12835
12836 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * gnus-group.el (gnus-group-delete-group): Decode group name.
12839         (gnus-group-make-rss-group): Encode group name.
12840         (gnus-group-catchup-current): Decode group name.
12841         (gnus-group-kill-group): Decode group name.
12842
12843 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12844
12845         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12846
12847 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-group.el (gnus-group-make-rss-group):
12850         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12851
12852         * gnus-start.el (gnus-setup-news): Honor user's setting to
12853         gnus-message-archive-method.  Suggested by Lute Kamstra
12854         <lute@gnu.org>.
12855
12856 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12857
12858         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12859         global counterparts of the buffer-local variables.
12860
12861 2004-11-16  Romain Francoise  <romain@orebokech.com>
12862
12863         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12864         counterparts of the buffer-local variables.
12865
12866 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * message.el (message-forbidden-properties): Fixed typo in doc
12869         string.
12870
12871 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * gnus-util.el (gnus-replace-in-string): Added doc string.
12874
12875         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12876         to avoid problems when splitting mails with many recipients.
12877
12878 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12879
12880         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12881         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12882
12883 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12884
12885         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12886         if there is no hashtable in memory or file modification time is
12887         newer than cached timestamp.
12888
12889 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12892         not-matching option.
12893
12894 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12897         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12898         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12899         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12900         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12901         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12902
12903 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * message.el (message-forward-make-body-mml): Remove headers
12906         according to message-forward-ignored-headers if a message is decoded.
12907
12908 2004-12-02  Romain Francoise  <romain@orebokech.com>
12909
12910         * message.el (message-forward-make-body-plain): Always remove
12911         headers according to message-forward-ignored-headers.
12912
12913 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12914
12915         * spam.el (spam-summary-prepare-exit): Remove the
12916         gnus-summary-limit pop for now, it has problems with ham marks for
12917         me.
12918
12919 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12920
12921         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12922         correctly.
12923
12924 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12925
12926         * format-spec.el (format-spec): Message the char.
12927
12928 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12929
12930         * gnus-art.el (gnus-split-methods): Reformat comments.
12931
12932         * spam.el (spam-summary-prepare-exit): Remove article limits
12933         before exiting the summary buffer.
12934
12935 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12938         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12939
12940         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12941         order to silence the byte compiler.
12942
12943         * spam.el: Fix the way to silence the byte compiler, which
12944         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12945         bbdb-search-simple, spam-BBDB-register-routine,
12946         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12947         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12948         spam-stat-buffer-is-spam, spam-stat-load,
12949         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12950         spam-stat-save and spam-stat-split-fancy.
12951
12952 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12955         which may confuse users.
12956         (canlock-password-for-verify): Ditto.
12957
12958         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12959
12960         * gnus-art.el (gnus-emphasis-alist): Ditto.
12961
12962         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12963
12964         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12965
12966         * gnus-start.el (gnus-save-killed-list): Ditto.
12967
12968         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12969         (gnus-sum-thread-tree-root): Ditto.
12970         (gnus-sum-thread-tree-false-root): Ditto.
12971         (gnus-sum-thread-tree-single-indent): Ditto.
12972
12973         * message.el (message-courtesy-message): Ditto.
12974         (message-archive-note): Ditto.
12975         (message-subscribed-address-file): Ditto.
12976         (message-user-fqdn): Ditto.
12977
12978         * spam-report.el (spam-report-gmane-regex): Ditto.
12979
12980         * spam.el (spam-blackhole-good-server-regex): Ditto.
12981
12982 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * mml.el (mml-preview): Widen the message buffer before copying
12985         the contents to the preview buffer; sort headers before previewing.
12986
12987         * message.el (message-hidden-headers): Fix the way to avoid a bug
12988         in the `repeat' widget in Emacs 21.3 or earlier.
12989
12990 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * message.el (message-hidden-headers): Default to "^References:".
12993         Improve customization type.  Suggested by Reiner Steib
12994         <Reiner.Steib@gmx.de>.
12995
12996 2004-11-25  Romain Francoise  <romain@orebokech.com>
12997
12998         * message.el (message-strip-forbidden-properties): Remove check for
12999         obsolete `message-hidden' text property, hidden headers are not
13000         accessible in the buffer anymore.
13001
13002 2004-11-22  Romain Francoise  <romain@orebokech.com>
13003
13004         * message.el (message-header-format-alist): Add `From' in list
13005         so that it can be sorted.
13006         (message-fix-before-sending): Widen and sort headers before
13007         sending.
13008         (message-hide-headers): Use narrowing to hide headers by moving
13009         them to the top of the buffer and narrowing to the region
13010         underneath.
13011
13012 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13013
13014         * message.el (message-strip-forbidden-properties): Bind
13015         buffer-read-only (etc) to nil.
13016
13017 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13020         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13021
13022 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13023
13024         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13025
13026 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13027
13028         * dns.el (query-dns): Use sit-for to time instead of
13029         accept-process-output, since that doesn't seem to work on udp
13030         sockets.
13031
13032 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13035
13036 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13037
13038         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13039         doc string.  Improve doc string.
13040
13041 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * nntp.el (nntp-request-update-info): Return nil if
13044         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13045         may not call gnus-activate-group which uselessly issues the GROUP
13046         commands for all nntp groups and wastes time.  Reported by Romain
13047         Francoise <romain@orebokech.com>.
13048
13049         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13050
13051 2004-11-15  Simon Josefsson  <jas@extundo.com>
13052
13053         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13054         headers separately.
13055         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13056         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13057
13058 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * gnus-start.el (gnus-convert-old-newsrc):
13061         Assign legacy-gnus-agent to 5.10.7.
13062
13063 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13066         start of the lines.
13067
13068 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13069
13070         * hashcash.el (hashcash-default-payment): Change default to 20.
13071         (hashcash-default-accept-payment): Change default to 20.
13072         (hashcash-process-alist): New variable.
13073         (hashcash-generate-payment-async): Add.
13074         (hashcash-already-paid-p): Add.
13075         (hashcash-insert-payment): Don't generate payments twice.
13076         (hashcash-insert-payment-async): Add.
13077         (hashcash-insert-payment-async-2): Add.
13078         (hashcash-cancel-async): Add.
13079         (hashcash-wait-async): Add.
13080         (hashcash-processes-running-p): Add.
13081         (hashcash-wait-or-cancel): Add.
13082         (mail-add-payment): New optional argument.  Conditionally start
13083         asynchronous calculation.
13084         (mail-add-payment-async): Add.
13085
13086         * message.el (message-send-mail): Wait for asynchronous hashcash
13087         results.  Don't clobber existing X-Hashcash headers.
13088         (message-setup-1): Call mail-add-payment-async when
13089         message-generate-hashcash is non-nil.
13090
13091 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13092
13093         * message.el (message-use-alternative-email-as-from): Examine the
13094         From header as well; use message-make-from in order to include a
13095         user's full name.
13096
13097 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13100         default; improve customization type.
13101         (gnus-emphasis-custom-with-format): New macro.
13102         (gnus-emphasis-custom-value-to-external): New function.
13103         (gnus-emphasis-custom-value-to-internal): New function.
13104
13105 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13106
13107         * dns.el (query-dns): Resolve reverse addresses.
13108
13109 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * gnus-group.el (gnus-group-get-new-news): Use it.
13112
13113         * gnus-start.el (gnus-check-reasonable-setup): New function.
13114
13115 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13118         "Args out of range" error.  Reported by Arnaud Giersch
13119         <arnaud.giersch@free.fr>.
13120
13121 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13122
13123         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13124
13125 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13126
13127         * spam.el (spam group): Add :version.
13128
13129         * pgg-def.el (pgg group): Add :version.
13130
13131 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-art.el (gnus-article-edit-article): Don't associate the
13134         article buffer with a draft file.  This is a temporary measure
13135         against the 2004-08-22 change to gnus-article-edit-mode.
13136
13137 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13140         (html2text-format-tags): Remove unused variable `attr'.
13141
13142 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13145
13146         * tls.el (tls-process-connection-type, tls-success)
13147         (tls-certtool-program): Add :version.
13148
13149         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13150         (starttls-extra-arguments, starttls-process-connection-type)
13151         (starttls-connect, starttls-failure, starttls-success): Add :version.
13152
13153         * spam-stat.el (spam-stat): Add :version.
13154
13155         * sieve.el (sieve): Add :version.
13156
13157         * sha1.el (sha1): Add :version.
13158         (sha1-use-external): Remove redundant version.
13159
13160         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13161         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13162         (nnmail-split-fancy-match-partial-words)
13163         (nnmail-split-lowercase-expanded): Add :version.
13164
13165         * nndiary.el (nndiary): Add :version.
13166
13167         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13168
13169         * mml-sec.el (mml-default-sign-method)
13170         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13171         Add :version.
13172
13173         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13174
13175         * mm-url.el (mm-url-use-external, mm-url-program)
13176         (mm-url-arguments): Add :version.
13177
13178         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13179         (mm-attachment-file-modes, mm-decrypt-option)
13180         (mm-w3m-safe-url-regexp): Add :version.
13181
13182         * message.el (message-cite-prefix-regexp)
13183         (message-sendmail-envelope-from, message-minibuffer-local-map)
13184         (message-user-fqdn, message-completion-alist): Add :version.
13185
13186         * gnus-win.el (gnus-configure-windows-hook)
13187         (gnus-use-frames-on-any-display): Add :version.
13188
13189         * gnus-art.el (gnus-article-address-banner-alist)
13190         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13191         (gnus-treat-from-picon, gnus-treat-mail-picon)
13192         (gnus-treat-x-pgp-sig): Add :version.
13193
13194         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13195         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13196         (gnus-summary-article-delete-hook)
13197         (gnus-summary-display-while-building): Add :version.
13198
13199         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13200         (gnus-get-top-new-news-hook): Add :version.
13201
13202         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13203         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13204
13205         * gnus-registry.el (gnus-registry): Add :version.
13206
13207         * gnus-spec.el (gnus-use-correct-string-widths)
13208         (gnus-make-format-preserve-properties): Add :version.
13209
13210         * gnus.el (gnus-group-charter-alist)
13211         (gnus-group-fetch-control-use-browse-url)
13212         (gnus-install-group-spam-parameters): Add :version.
13213
13214         * gnus-diary.el (gnus-diary): Add :version.
13215
13216         * gnus-delay.el (gnus-delay): Add :version.
13217
13218         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13219         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13220         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13221         Add :version.
13222
13223         * gnus-agent.el (gnus-agent-max-fetch-size)
13224         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13225         (gnus-agent-prompt-send-queue): Add :version.
13226
13227         * deuglify.el (gnus-outlook-deuglify): Add :version.
13228
13229         * html2text.el: Beautify code.  Improve doc strings.  Some
13230         checkdoc cleanup.
13231         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13232
13233 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13234
13235         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13236
13237 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13238
13239         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13240         when package is loaded.
13241
13242         * spam.el (spam-summary-score-preferred-header): Add global preference
13243         for people who want to override the default SpamAssassin over
13244         Bogofilter preference (when both are set).
13245         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13246         (spam-user-format-function-S): Check
13247         spam-summary-score-preferred-header.
13248         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13249         (spam-user-format-function-S): Format the score correctly.
13250
13251 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13254         signature file.  Suggested by Manoj Srivastava
13255         <srivasta@golden-gryphon.com>.
13256
13257         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13258         iso-2022-jp even in the Japanese language environment.
13259         Suggested by Jason Rumney <jasonr@gnu.org>.
13260
13261 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13264         use the same characters as the dummy marks; make it free from
13265         getting affected by the language environment.
13266         (gnus-summary-read-group-1): Update mark positions only when the
13267         format spec is updated.
13268
13269         * gnus-spec.el (gnus-update-format-specifications): Return a list
13270         of updated types.
13271
13272 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13275         of boundp to check if display-warning is available.
13276
13277 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13278
13279         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13280
13281 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * nnspool.el (nnspool-spool-directory): Use news-path if the
13284         news-directory variable is not bound.
13285
13286         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13287         function instead of display-warning if it is not available.
13288
13289 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13292         v5-10: Use `point-at-bol'.
13293
13294 2004-10-26  Simon Josefsson  <jas@extundo.com>
13295
13296         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13297         <chenggao@gmail.com>.
13298
13299 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13302         instead.
13303
13304 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13305
13306         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13307         to remove a server from the nnimap-server-buffer-alist.
13308         (nnimap-open-connection, nnimap-close-server): Use it.
13309
13310         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13311
13312 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13315         running the major-mode function.
13316
13317 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13320         dummy marks in the right way.
13321
13322 2004-10-18  David Edmondson  <dme@dme.org>
13323
13324         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13325         excessively.
13326
13327 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13328
13329         * gnus-util.el (gnus-split-references): Accept a nil references
13330         string and go on blissfully.
13331
13332         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13333         cases where the references string is non-nil but has no references.
13334
13335         * encrypt.el: Add autoload tags.
13336
13337         * spam.el (spam-resolve-registrations-routine): Remove article
13338         from unregistration list too.  Reported by David Hanak
13339         <dhanak@isis.vanderbilt.edu>
13340
13341 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13344         nil.  Changed custom type.
13345
13346 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13349
13350         * gnus-sum.el (gnus-summary-move-article): Use it.
13351
13352 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13353
13354         * encrypt.el: Add autoload cookies.
13355
13356         * spam.el (spam-backend-article-list-property)
13357         (spam-backend-get-article-todo-list)
13358         (spam-backend-put-article-todo-list)
13359         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13360         Resolve registrations separately.
13361         (spam-register-routine): Format comments.
13362         (spam-unregister-routine, spam-register-routine): Always call with
13363         specific-articles, no default list.
13364         (spam-summary-prepare-exit): Use the spam-classifications function.
13365
13366         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13367         gnus-encrypt.el.
13368
13369         * encrypt.el: Copied from gnus-encrypt.el.
13370
13371         * gnus-encrypt.el: Commented that it's obsolete.
13372
13373 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13376         (gnus-score-save): Use it.
13377
13378         * message.el (message-bury): Use `window-dedicated-p'.
13379
13380 2004-10-15  Simon Josefsson  <jas@extundo.com>
13381
13382         * pop3.el (top-level): Don't require nnheader.
13383         (pop3-read-timeout): Add.
13384         (pop3-accept-process-output): Add.
13385         (pop3-read-response, pop3-retr): Use it.
13386
13387 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13388
13389         * spam.el (spam-register-routine): Move comment.
13390         (spam-verify-bogofilter): Use 'unknown for the initial
13391         spam-bogofilter-valid state, not 'never.
13392
13393         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13394         for netrc-machine.
13395
13396         * nnimap.el (nnimap-open-connection): Use
13397         netrc-machine-user-or-password.
13398
13399 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13400
13401         * gnus-registry.el (gnus-registry-unload-hook):
13402         Set as a variable with add-hook.
13403
13404         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13405         of news-path.
13406
13407         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13408
13409         * spam.el: Delete duplicate `provide'.
13410         (spam-unload-hook): Set as a variable with add-hook.
13411
13412 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13415         in the doc string.
13416
13417         * message.el (message-ignored-news-headers)
13418         (message-ignored-supersedes-headers)
13419         (message-ignored-resent-headers)
13420         (message-forward-ignored-headers): Improve custom type.
13421
13422 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * message.el (message-tokenize-header): Fix 2004-09-06 change
13425         which used point-min in the wrong place.
13426
13427 2004-10-12  Simon Josefsson  <jas@extundo.com>
13428
13429         * tls.el (tls-certtool-program): New variable.
13430         (tls-certificate-information): New function, based on
13431         ssl-certificate-information.
13432
13433 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * compface.el: Move the version of ELisp-based uncompface program
13436         to the contrib directory because of the copyright problem.
13437
13438 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * message.el (message-kill-buffer): Raise the current frame.
13441
13442 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13445
13446         * gnus.el (message-y-or-n-p): Autoload.
13447
13448         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13449         (pop3-password-required, pop3-authentication-scheme)
13450         (pop3-leave-mail-on-server): Made customizable.
13451         (pop3): New custom group.
13452         (pop3-retr): Remove `sleep-for' statements.
13453         Suggested by Dave Love <fx@gnu.org>.
13454
13455         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13456         Windows/DOS.
13457
13458         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13459         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13460         Dave Love <fx@gnu.org>.
13461
13462         * mml.el (mml-minibuffer-read-disposition): Require match.
13463         Suggested by Dave Love <fx@gnu.org>.
13464
13465 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13468         doc string.
13469
13470 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13473
13474 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13475
13476         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13477         instead of calling `mm-insert-inline', to decode text/* parts
13478         before displaying them.
13479
13480 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * mm-uu.el (mm-uu-text-plain-type): New variable.
13483         (mm-uu-pgp-signed-extract-1): Use it.
13484         (mm-uu-pgp-encrypted-extract-1): Use it.
13485         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13486         bind mm-uu-text-plain-type with that value.
13487         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13488         mm-uu-dissect.
13489
13490 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-group.el (gnus-update-group-mark-positions):
13493         * gnus-sum.el (gnus-update-summary-mark-positions):
13494         * message.el (message-check-news-body-syntax):
13495         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13496         of string-as-multibyte.
13497
13498 2004-10-05  Juri Linkov  <juri@jurta.org>
13499
13500         * gnus-group.el (gnus-update-group-mark-positions):
13501         * gnus-sum.el (gnus-update-summary-mark-positions):
13502         * message.el (message-check-news-body-syntax):
13503         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13504         8-bit unibyte values to a multibyte string for search functions.
13505
13506 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13509         (mm-uu-dissect-text-parts): New function.
13510
13511         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13512         dissect text parts.
13513
13514         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13515         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13516
13517         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13518
13519         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13520         gnus-current-topics instead of gnus-current-topic.
13521
13522 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13523
13524         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13525
13526 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13527
13528         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13529         where approriate.
13530
13531         * nnml.el (nnml-generate-active-info): do.
13532
13533         * nndiary.el (nndiary-generate-active-info): do.
13534
13535         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13536         (gnus-topic-move): do.
13537
13538         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13539         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13540
13541         * gnus-srvr.el (gnus-server-prepare)
13542         (gnus-server-open-all-servers): do.
13543
13544         * gnus-msg.el (gnus-summary-cancel-article)
13545         (gnus-summary-resend-message)
13546         (gnus-summary-mail-crosspost-complaint): do.
13547
13548         * gnus-move.el (gnus-change-server): do.
13549
13550         * gnus-group.el (gnus-group-unmark-all-groups)
13551         (gnus-group-set-current-level): do.
13552
13553 2004-10-04  Simon Josefsson  <jas@extundo.com>
13554
13555         * message.el (message-generate-hashcash): Doc fix.
13556
13557 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13558
13559         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13560         avoid infinite recursion via gnus-get-function.
13561
13562 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13563
13564         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13565
13566         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13567
13568         * nnmail.el (nnmail-split-history): do.
13569
13570         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13571         (nnml-request-delete-group): do.
13572
13573         * nnslashdot.el (nnslashdot-read-groups): do.
13574
13575         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13576         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13577
13578         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13579         (nnspool-sift-nov-with-sed): Use last.
13580         (nnspool-retrieve-headers-with-nov): Use mapc.
13581         (nnspool-request-newgroups): Use dolist.
13582         (nnspool-request-group): Use last.
13583
13584         * nntp.el (nntp-read-server-type): Use dolist.
13585
13586         * nnvirtual.el (nnvirtual-create-mapping)
13587         (nnvirtual-update-read-and-marked): Use dolist.
13588         (nnvirtual-convert-headers): Simplify.
13589
13590 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13591
13592         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13593         support for sync'ing tick marks.
13594
13595 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13598         there's no visible header.
13599
13600 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13601
13602         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13603         necessary, pass full group name to gnus-request-set-marks.
13604
13605 2004-10-01  Simon Josefsson  <jas@extundo.com>
13606
13607         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13608         acroread.
13609
13610 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13611
13612         * spam-report.el (spam-report-gmane): Fix interactive.
13613
13614         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13615
13616         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13617         when writing file.
13618         (gnus-agent-synchronize-flags): Don't default to being
13619         interactive.
13620
13621 2004-09-30  Simon Josefsson  <jas@extundo.com>
13622
13623         * message.el (message-generate-hashcash): Add.
13624         (message-send-mail): Use it, call mail-add-payment.
13625
13626 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13629
13630 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13631
13632         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13633         gnus-requst-update-info with explicit code to sync the in-memory
13634         info read flags with the marks being sync'd to the backend.
13635
13636         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13637
13638 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * spam.el (spam-verify-bogofilter): Add new function.
13641         (spam-check-bogofilter)
13642         (spam-bogofilter-register-with-bogofilter): Use it.
13643         (spam-verify-bogofilter): Add small fixes.
13644
13645 2004-09-28  Simon Josefsson  <jas@extundo.com>
13646
13647         * hashcash.el (hashcash-generate-payment): Revert.
13648
13649 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13650
13651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13652         gnus-extract-references instead of gnus-split-references.
13653
13654         * gnus-util.el (gnus-extract-references): Add new function, analogous
13655         to gnus-split-references but extracts only the message-ID without
13656         anything extra.
13657
13658         * hashcash.el (hashcash-generate-payment)
13659         (hashcash-check-payment): Do the right thing if hashcash-path is
13660         nil (because the hashcash program could not be found).
13661
13662         * spam.el (spam-use-hashcash): Remove comment.
13663
13664 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13665
13666         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13667         (gnus-cache-enter-article, gnus-cache-remove-article)
13668         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13669
13670         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13671
13672         * gnus-art.el (article-hide-boring-headers)
13673         (article-translate-strings, article-display-face)
13674         (gnus-article-mime-match-handle-first)
13675         (gnus-article-highlight-headers)
13676         (gnus-article-add-buttons-to-head): do.
13677
13678 2004-09-27  Simon Josefsson  <jas@extundo.com>
13679
13680         * hashcash.el: New version, from
13681         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13682         ../contrib/.
13683
13684 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13687
13688 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13689
13690         * gnus-dup.el (gnus-dup-open): Use mapc.
13691         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13692
13693         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13694         Reported by Stefan Wiens <s.wi@gmx.net>.
13695
13696         * gnus.el (gnus-shutdown): Use dolist.
13697
13698         * gnus-undo.el (gnus-undo): Use mapc.
13699
13700         * nnrss.el (nnrss-generate-active): do.
13701
13702         * message.el (message-cite-original-without-signature)
13703         (message-cite-original): Use mapc.
13704         (message-do-actions, message-make-forward-subject): Use dolist.
13705
13706 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13707
13708         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13709         deletion to remove entire duplicate line.  Fixes merged article
13710         number bug.
13711
13712 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13713
13714         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13715         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13716         first ask if you want to open a server and then, even when you
13717         responded with no, asking if you want to synchronize the server's
13718         flags.
13719         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13720         multi-line expressions.
13721         (gnus-agent-synchronize-group-flags): New internal function.
13722         Updates marks in memory (in the info structure) AND in the
13723         backend.
13724
13725         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13726
13727         * nnagent.el (nnagent-request-set-mark): Use
13728         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13729         method, to ensure that synchronization updates marks in the
13730         backend and in the info (in memory) structure.
13731
13732 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13735         convention fully; don't miss the root article of a thread; make
13736         the X-Draft-From header with correct article numbers.
13737
13738 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13739
13740         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13741         unless plugged.  Disable the agent so that an open failure causes
13742         an error.
13743
13744         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13745         Reverted 2004-09-21 change.  The backend must be opened while
13746         synchronizing flags even when the backend stores the flags
13747         locally.
13748
13749 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13752         in `header' match.  Reported by Svend Tollak Munkejord.
13753
13754         * message.el (message-cite-original): Fix use of
13755         `message-cite-articles-with-x-no-archive'.
13756
13757 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13760         (gnus-window-to-buffer): Ditto.
13761
13762         * mml.el (mml-preview-buffer): New variable.
13763         (mml-preview): Manage window layout with gnus-buffer-configuration.
13764
13765         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13766         X-Draft-From header even if those articles aren't quoted.
13767
13768 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13769
13770         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13771         (gnus-request-set-mark, gnus-request-update-mark): Use new
13772         g-s-t-u-l-m to decide to use backend even when unplugged.
13773
13774 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13777         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13778
13779 2004-09-20  Simon Josefsson  <jas@extundo.com>
13780
13781         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13782         "utf-16-le".
13783
13784 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13785
13786         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13787
13788 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * uudecode.el (uudecode-use-external): Add :version.
13791
13792         * smime.el (smime-CA-file, smime-encrypt-cipher)
13793         (smime-dns-server): Add :version.
13794
13795         * smiley.el (gnus-smiley-file-types): Add :version.
13796
13797         * sha1.el (sha1-use-external): Add :version.
13798
13799         * pgg-def.el (pgg-query-keyserver): Add :version.
13800
13801         * nnmail.el (nnmail-fancy-expiry-targets)
13802         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13803         Add :version.
13804
13805         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13806         (nnimap-retrieve-groups-asynchronous): Add :version.
13807         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13808
13809         * mml.el (mml-content-disposition-parameters)
13810         (mml-insert-mime-headers-always): Add :version.
13811
13812         * mm-util.el (mm-coding-system-priorities): Add :version.
13813
13814         * mm-decode.el (mm-inline-text-html-with-images)
13815         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13816         (mm-verify-option): Add :version.
13817         (mm-text-html-renderer): Change :version.
13818
13819         * message.el (message-fcc-externalize-attachments)
13820         (message-required-headers, message-draft-headers)
13821         (message-subject-trailing-was-query)
13822         (message-subject-trailing-was-ask-regexp)
13823         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13824         (message-mark-insert-end, message-archive-header)
13825         (message-archive-note, message-cross-post-default)
13826         (message-cross-post-note, message-followup-to-note)
13827         (message-cross-post-note-function, message-use-mail-followup-to)
13828         (message-subscribed-address-functions)
13829         (message-subscribed-address-file, message-subscribed-addresses)
13830         (message-subscribed-regexps, message-allow-no-recipients)
13831         (message-yank-cited-prefix, message-signature-insert-empty-line)
13832         (message-hidden-headers, message-hierarchical-addresses)
13833         (message-mail-user-agent, message-use-idna)
13834         (message-valid-fqdn-regexp)
13835         (message-strip-special-text-properties, message-header-synonyms)
13836         (message-beginning-of-line, message-tab-body-function): Add :version.
13837         (message-insert-canlock, message-wide-reply-confirm-recipients):
13838         Change :version.
13839
13840         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13841         and :version.
13842         (mail-source-delete-old-incoming-confirm)
13843         (mail-source-movemail-program): Add :version.
13844
13845         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13846         (gnus-agent-cache, gnus-agent): Change :version.
13847
13848         * gnus-util.el (gnus-use-byte-compile): Change :version.
13849
13850         * gnus-sum.el (gnus-summary-make-false-root-always)
13851         (gnus-summary-default-high-score)
13852         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13853         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13854         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13855         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13856         (gnus-sum-thread-tree-single-indent)
13857         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13858         (gnus-sum-thread-tree-leaf-with-other)
13859         (gnus-sum-thread-tree-single-leaf): Add :version.
13860         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13861         (gnus-article-loose-mime): Change :version.
13862
13863         * gnus-start.el (gnus-backup-startup-file)
13864         (gnus-save-startup-file-via-temp-buffer): Add :version.
13865
13866         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13867         (gnus-server-offline-face): Add :version.
13868
13869         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13870
13871         * gnus-msg.el (gnus-gcc-externalize-attachments)
13872         (gnus-debug-files, gnus-debug-exclude-variables)
13873         (gnus-discouraged-post-methods): Change :version.
13874         (gnus-confirm-mail-reply-to-news)
13875         (gnus-confirm-treat-mail-like-news): Add :version.
13876
13877         * gnus-int.el (gnus-server-unopen-status): Add :version.
13878
13879         * gnus-group.el (gnus-group-jump-to-group-prompt)
13880         (gnus-large-ephemeral-newsgroup)
13881         (gnus-fetch-old-ephemeral-headers): Add :version.
13882
13883         * gnus-fun.el (gnus-x-face-directory)
13884         (gnus-convert-pbm-to-x-face-command)
13885         (gnus-convert-image-to-x-face-command)
13886         (gnus-convert-image-to-face-command): Add :version.
13887
13888         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13889
13890         * gnus-cite.el (gnus-cite-blank-line-after-header)
13891         (gnus-article-boring-faces): Add :version.
13892
13893         * gnus-art.el (gnus-buttonized-mime-types)
13894         (gnus-inhibit-mime-unbuttonizing)
13895         (gnus-treat-display-face)
13896         (gnus-treat-body-boundary): Change :version.
13897         (gnus-body-boundary-delimiter, gnus-picon-databases)
13898         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13899         (gnus-treat-date-english, gnus-treat-fold-headers)
13900         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13901         (gnus-treat-mail-picon, gnus-treat-wash-html)
13902         (gnus-article-encrypt-protocol)
13903         (gnus-use-idna, gnus-article-over-scroll)
13904         (gnus-mime-display-multipart-alternative-as-mixed)
13905         (gnus-mime-display-multipart-related-as-mixed)
13906         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13907         (gnus-ctan-url, gnus-button-ctan-handler)
13908         (gnus-button-handle-ctan-bogus-regexp)
13909         (gnus-button-ctan-directory-regexp)
13910         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13911         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13912         (gnus-button-man-level, gnus-button-emacs-level)
13913         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13914
13915         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13916         (gnus-agent-go-online): Change :version.
13917         (gnus-agent-expire-unagentized-dirs)
13918         (gnus-agent-auto-agentize-methods): Add :version.
13919
13920         * flow-fill.el (fill-flowed-display-column)
13921         (fill-flowed-encode-column): Add :version.
13922
13923         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13924         (gnus-outlook-deuglify-unwrap-max)
13925         (gnus-outlook-deuglify-cite-marks)
13926         (gnus-outlook-deuglify-unwrap-stop-chars)
13927         (gnus-outlook-deuglify-no-wrap-chars)
13928         (gnus-outlook-deuglify-attrib-cut-regexp)
13929         (gnus-outlook-deuglify-attrib-verb-regexp)
13930         (gnus-outlook-deuglify-attrib-end-regexp)
13931         (gnus-outlook-display-hook): Add :version.
13932
13933         * binhex.el (binhex-use-external): Add :version.
13934
13935 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13938         and `invisible'.
13939
13940 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13941
13942         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13943         in gnus-registry-trim.
13944
13945 2004-09-13  Simon Josefsson  <jas@extundo.com>
13946
13947         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13948
13949         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13950
13951         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13952         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13953         <yamaoka@jpl.org>.
13954         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13955         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13956         <yamaoka@jpl.org>.
13957
13958         * sieve.el (sieve-manage-mode): Ditto.
13959
13960 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13963
13964 2004-09-11  Simon Josefsson  <jas@extundo.com>
13965
13966         * dns-mode.el: Add.
13967
13968         * mm-view.el (mm-display-dns-inline): Add.
13969
13970         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13971         (mm-automatic-display): Ditto.
13972
13973         * mailcap.el (mailcap-mime-data): Add text/dns.
13974         (mailcap-mime-extensions): Map .soa to text/dns.
13975
13976 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13977
13978         * gnus-art.el (article-decode-mime-words, article-babel)
13979         (gnus-article-highlight-signature, gnus-article-add-buttons)
13980         (gnus-signature-toggle): Remove unnecessary bindings of
13981         `inhibit-read-only' inherited from v5.10 merge.
13982
13983 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * nntp.el (nntp): New customization group.
13986         (nntp-authinfo-file): Add customization group.
13987
13988         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13989
13990         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13991
13992         * gnus.el (to-address, to-list, subscribed)
13993         (large-newsgroup-initial): Ditto.
13994
13995         * flow-fill.el (fill-flowed-display-column)
13996         (fill-flowed-encode-column): Ditto.
13997
13998 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13999
14000         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14001         Use point-min rather than 1.
14002         (message-send-mail): Use buffer-size rather than point-max.
14003
14004         * gnus-sum.el (gnus-summary-search-article-forward):
14005         Signal a specific `search-failed' rather than a generic `error'.
14006
14007         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14008         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14009         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14010
14011 2004-09-10  Simon Josefsson  <jas@extundo.com>
14012
14013         * nndb.el (require): Remove tcp and duplicate cl.
14014
14015 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-agent.el (directory-files-and-attributes): Move forward.
14018
14019 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14020
14021         * gnus-agent.el (directory-files-and-attributes): Optionally
14022         defined to support XEmacs.
14023
14024 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14025
14026         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14027         to avoid run-time CL dependencies.
14028         (gnus-agent-unfetch-articles): New function.
14029         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14030         article numbers even when local .overview file is missing.
14031         (gnus-agent-read-article-number): New function.  Only accepts
14032         27-bit article numbers.
14033         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14034         gnus-agent-read-article-number.
14035         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14036         from backend while recognizing that article numbers in .overview
14037         must be valid.
14038         (gnus-agent-update-files-total-fetched-for): Use
14039         directory-files-and-attributes to improve performance.
14040         * gnus-int.el (gnus-request-move-article): Use
14041         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14042         improve performance.
14043
14044         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14045         some users confused by references to .newsrc when they only have a
14046         .newsrc.eld file.
14047         (gnus-convert-mark-converter-prompt)
14048         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14049         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14050         New function.  Used internally to only display 'gnus converting
14051         files' message when actually necessary.
14052
14053         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14054         methods now autoloaded.
14055
14056 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14059         identifiers.
14060
14061 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14062
14063         * gnus-picon.el: Fix indentation and closing parenthesis.
14064
14065 2004-09-01  Simon Josefsson  <jas@extundo.com>
14066
14067         * message.el (message-canlock-generate): Require sha1, not
14068         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14069         to require within a function.  Sadly, if sha1.el isn't loaded, the
14070         let binding in m-c-g will hide the defcustom definition, which is
14071         bad.)
14072
14073         * canlock.el: Require sha1, not sha1-el.
14074
14075         * message.el: Don't autoload sha1 (there is a autoload cookie in
14076         sha1.el).
14077
14078         * sha1-el.el: Renamed to sha1.el.
14079
14080 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14081
14082         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14083
14084 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14085
14086         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14087
14088 2004-08-30  Kim F. Storm  <storm@cua.dk>
14089
14090         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14091
14092         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14093         Add :group 'nnimap.
14094
14095 2004-08-30  Andreas Schwab  <schwab@suse.de>
14096
14097         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14098         ?* and ?\;.
14099
14100         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14101         and ?\' to symbol instead of whitespace.
14102
14103 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14106
14107         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14108         instead of re-search-forward.
14109
14110         * gnus-uu.el (gnus-uu-save-article): Ditto.
14111         (gnus-uu-post-encode-uuencode): Ditto.
14112
14113         * html2text.el (html2text-clean-list-items): Ditto.
14114         (html2text-clean-dtdd): Ditto.
14115         (html2text-format-tags): Ditto.
14116
14117         * message.el (message-send-mail-with-sendmail): Fix regexp.
14118         (message-fill-field-general): Use search-forward instead of
14119         re-search-forward.
14120         (unbold-region): Ditto.
14121
14122         * nnrss.el (nnrss-request-article): Ditto.
14123
14124         * nnslashdot.el (nnslashdot-request-article): Ditto.
14125
14126         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14127
14128         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14129         "Unrecognized menu descriptor" error in XEmacs.
14130
14131 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14132
14133         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14134         parent article of a sparse article in the thread hashtb.
14135
14136 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14137
14138         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14139         (nnmail-expand-newtext): Lowercase expanded entries if
14140         nnmail-split-lowercase-expanded is non-nil.
14141
14142 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14145
14146         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14147         of gnus-tmp-news-method into string under XEmacs.  It will be
14148         passed to gnus-correct-length which takes only a string argument.
14149
14150 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-util.el (gnus-bind-print-variables): New macro.
14153         (gnus-prin1): Use it.
14154         (gnus-prin1-to-string): Use it.
14155         (gnus-pp): New function.
14156         (gnus-pp-to-string): New function.
14157
14158         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14159         Replace pp-to-string with gnus-pp-to-string.
14160         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14161         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14162         * gnus-msg.el (gnus-debug): Ditto.
14163         * gnus-score.el (gnus-score-save): Ditto.
14164         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14165         gnus-pp-to-string.
14166         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14167         with gnus-pp.
14168         * score-mode.el (gnus-score-pretty-print): Ditto.
14169         * webmail.el (webmail-debug): Ditto.
14170
14171 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-art.el (article-display-face, article-display-x-face):
14174         Use buffer-read-only.
14175
14176 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-art.el (article-hide-list-identifiers):
14179         Bind inhibit-read-only as t.
14180
14181 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14184
14185 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14186
14187         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14188         (gnus-narrow-to-page): Don't assume point-min == 1.
14189         (gnus-article-edit-mode): Derive from message-mode.
14190
14191         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14192         point-min == 1.
14193
14194         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14195         Disable incorrect use of `assert'.
14196
14197         * message.el (message-mode): Set comment-start-skip.
14198
14199
14200 2004-08-22  Sam Steingold  <sds@gnu.org>
14201
14202         * pop3.el (pop3-leave-mail-on-server): New user variable.
14203         (pop3-movemail): Delete mail only when it is nil.
14204
14205 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14208
14209         * mml.el (mml-preview): Use `pop-to-buffer'.
14210
14211         * message.el (message-goto-mail-followup-to): Insert after "To".
14212         (message-carefully-insert-headers): Add comment.
14213
14214         * gnus.el: Remove unused variable `gnus-article-check-size'.
14215
14216         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14217
14218         * gnus-art.el (gnus-button-alist): Improve
14219         `gnus-button-handle-library' entry.
14220
14221 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14222
14223         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14224         downcase, since XEmacs capitalizes error messages differently.
14225
14226 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14227
14228         * nntp.el: Add (require 'gnus) due to reference to
14229         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14230
14231 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14232
14233         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14234         `mm-fill-flowed'.
14235
14236         * mm-decode.el (mm-dissect-singlepart): Check it.
14237
14238 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14239
14240         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14241         'imap' for netrc parsing.
14242
14243 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * mailcap.el (mailcap-mime-data): Mark as risky.
14246
14247 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14250         may be included in the encoded word.
14251         (rfc2047-encode): Don't append a space if the encoded word
14252         includes close parenthesis.
14253
14254 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14257         of text within parentheses.
14258
14259 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14262         (gnus-encrypt-write-file-contents): Make the password key the file
14263         name PLUS the cipher, not just the cipher.  Also remove failed
14264         passwords from the cache.
14265
14266 2004-08-06  Simon Josefsson  <jas@extundo.com>
14267
14268         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14269         fix.
14270
14271 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14274         LWSP.
14275
14276 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14277
14278         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14279         to append in-reply-to: data to the references: header.
14280
14281         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14282         (netrc-parse): Use gnus-encrypt.el functions.
14283
14284         * gnus-encrypt.el: Add new file for encryption support; currently
14285         does only a few GPG ciphers and an internal XOR cipher.
14286
14287         * password.el: Add comments on using password-read-and-add.
14288         (password-read-and-add): Add function to read and add the
14289         password to the cache at once.
14290
14291 2004-07-28  Simon Josefsson  <jas@extundo.com>
14292
14293         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14294         parameter (but don't use it, for now).
14295
14296         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14297         instead of hard coding to nil.
14298
14299 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14302         as mm-inline-image-xemacs does.
14303
14304 2004-07-26  Simon Josefsson  <jas@extundo.com>
14305
14306         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14307         Revert part of 2004-07-17 change below.
14308
14309 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14312         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14313
14314 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14315
14316         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14317         quotes that actually start with ">" at the beginning of the
14318         lines.
14319
14320 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * rfc2047.el (rfc2047-encode-region): Fix last change.
14323         (rfc2047-encode-parameter): Remove useless concat.
14324
14325 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14328         encode special characters; fix some kind of misconfigured headers;
14329         signal a real error if debug-on-quit or debug-on-error is non-nil.
14330         (rfc2047-encode-max-chars): New variable.
14331         (rfc2047-encode-1): Use it.
14332         (rfc2047-encode-parameter): New function.
14333
14334         * mml.el (mml-insert-parameter): Remove an excessive space.
14335
14336 2004-07-17  Simon Josefsson  <jas@extundo.com>
14337
14338         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14339         Kai Grossjohann <kai@emptydomain.de>.
14340         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14341         (gnus-group-make-menu-bar): Ditto.
14342
14343         * gnus-util.el (gnus-group-server): Add.
14344
14345 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14346
14347         * message.el (message-clone-locals): Clone sendmail and smtp
14348         variables.
14349
14350 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * rfc2047.el (rfc2047-encode-region): Fix last change.
14353
14354 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14357         characters as non-special.
14358
14359 2004-07-09  Simon Josefsson  <jas@extundo.com>
14360
14361         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14362         Users will lose all flag changes made while unplugged with
14363         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14364         good default.  See numerous reports on ding mailing list.
14365
14366 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14369         add generate-head-function and generate-article-function to the
14370         rfc822-forward entry.
14371         (nndoc-rfc822-forward-generate-article): New function.
14372         (nndoc-rfc822-forward-generate-head): New function.
14373
14374         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14375
14376 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14377
14378         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14379         respect display group parameter and gnus-summary-expunge-below.
14380         (gnus-articles-to-read): Remove unused reference to display group
14381         parameter.
14382
14383 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14384
14385         * nnheader.el (nnheader-uniquify-message-id): New experimental
14386         variable.
14387         (nnheader-nov-read-message-id): Use it.
14388
14389         * spam-report.el (spam-report-gmane): Add interactive.
14390
14391 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14394         qp-or-base64 for the application/* types.
14395
14396 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14397
14398         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14399
14400 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14401
14402         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14403         trim value.
14404
14405 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14406
14407         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14408         New macro and function.
14409         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14410
14411 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14414         after-load-alist.
14415
14416 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14417
14418         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14419         update info that isn't there.
14420
14421 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14422
14423         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14424         entry.
14425
14426 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * mm-view.el (mm-inline-render-with-function): Use multibyte
14429         buffer; decode html source by charset.
14430
14431         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14432
14433         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14434         Mule-UCS is loaded under XEmacs.
14435         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14436
14437 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14438
14439         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14440
14441 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * mm-util.el (mm-coding-system-p): Return a coding-system.
14444         (mm-mime-mule-charset-alist): Use shift_jis instead of
14445         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14446         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14447         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14448         instead of japanese-shift-jis and iso-latin-1 respectively in
14449         order to share the default value with both Emacs and XEmacs-mule.
14450         (mm-mule-charset-to-mime-charset): Make
14451         mm-coding-system-priorities effective.
14452         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14453         while predicating of candidates upon the priorities.
14454
14455 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14458         gnus-uu-invert-processable.
14459
14460         * gnus.el: Autoload gnus-uu-invert-processable.
14461
14462 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mm-util.el (mm-with-multibyte-buffer): New macro.
14465
14466         * rfc2047.el (rfc2047-encode-string): Use it.
14467         (rfc2047-encode-region): Move point to the end of the region after
14468         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14469
14470 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14473         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14474
14475 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14478         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14479         Karl Chen <quarl@nospam.quarl.org>.
14480
14481 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14482
14483         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14484         invalid addresses.
14485
14486 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * spam.el: Change section markers, revise TODO list.
14489         (spam-backends): Make new master list of all installed backends.
14490         (spam-summary-exit-behavior): Add new variable to determine how
14491         messages moves are done at summary exit.
14492         (spam-move-spam-nonspam-groups-only)
14493         (spam-process-ham-in-nonham-groups)
14494         (spam-process-ham-in-spam-groups): Remove variables, the
14495         spam-summary-exit-behavior variable should be used to manage this
14496         behavior.
14497         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14498         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14499         and spam-old-spam-articles.
14500         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14501         Add empty variables, placeholders for the backends they represent.
14502         (spam-set-difference): Move, unchanged.
14503         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14504         unless the user has a processor variable.
14505         (spam-classifications, spam-classification-valid-p)
14506         (spam-backend-properties, spam-backend-property-valid-p)
14507         (spam-backend-function-type-valid-p)
14508         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14509         (spam-report-articles-gmane, spam-report-articles-resend):
14510         Remove functions, they are not needed.
14511         (spam-install-backend-super, spam-backend-list)
14512         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14513         (spam-backend-function, spam-backend-ham-registration-function)
14514         (spam-backend-spam-registration-function)
14515         (spam-backend-ham-unregistration-function)
14516         (spam-backend-spam-unregistration-function)
14517         (spam-backend-statistical-p, spam-backend-mover-p)
14518         (spam-install-backend-alias, spam-install-checkonly-backend)
14519         (spam-install-mover-backend, spam-install-nocheck-backend)
14520         (spam-install-backend, spam-install-statistical-backend)
14521         (spam-install-statistical-checkonly-backend): Add backend installation
14522         support.
14523         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14524         (spam-group-processor-p): Use the new backend code and respect the
14525         summary exit behavior.
14526         (spam-mark-spam-as-expired-and-move-routine): Remove.
14527         (spam-summary-prepare): Change to use the new spam-old-articles
14528         variable.
14529         (spam-copy-or-move-routine, spam-copy-spam-routine)
14530         (spam-move-spam-routine, spam-copy-ham-routine)
14531         (spam-move-ham-routine): Add code to copy/move ham or spam.
14532         (spam-fetch-field-fast): Improve doc and code, plus allow the
14533         'number request.
14534         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14535         variables.
14536         (spam-split, spam-find-spam): Use the new backend code.
14537         (spam-registration-functions): Remove variable.
14538         (spam-unregister-routine): Add convenience wrapper.
14539         (spam-log-undo-registration, spam-register-routine)
14540         (spam-log-processing-to-registry)
14541         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14542         where possible.
14543         (spam-check-gmane-xref, spam-check-regex-headers)
14544         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14545         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14546         (spam-check-bogofilter-headers, spam-check-spamoracle)
14547         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14548         (spam-check-crm114-headers): Use the spam-split-group that
14549         spam-split prepares, no need to determine it every time.
14550
14551         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14552         to the nnheader-parse-naked-head call.
14553
14554         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14555
14556         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14557         the nnheader-nov-read-message-id call.
14558
14559 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14562         gnus-activate-group twice.  Suggested by Markus Peter
14563         <warp@spin.de>.
14564
14565 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-art.el (gnus-article-time-format): Exchange the order of
14568         day and month in the default value; fix customization type.
14569         (article-date-ut): Use add-text-properties.
14570         (article-make-date-line): Use message-make-date instead of
14571         current-time-string.
14572
14573         * message.el (message-fetch-field): Don't use set-text-properties.
14574         (message-make-date): Simplify.
14575
14576         * messagexmas.el (message-xmas-make-date): New function.
14577         (message-xmas-redefine): Defalias message-make-date to it.
14578
14579 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14582         (rfc2047-encode-region): Treat text within parentheses as special;
14583         show the original text when error has occurred.
14584
14585         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14586         already-computed method to gnus-activate-group.
14587
14588         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14589         same select-methods identical Lisp objects.
14590
14591         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14592         object when modifying the info.
14593
14594 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14597         gnus-opened-servers since it has never been opened with the new
14598         configuration yet.
14599
14600 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14603         arg to nnheader-generate-fake-message-id.
14604
14605 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14606
14607         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14608         number and build a fake message ID localized to a group and
14609         article number (so it's repeatable from that point on).
14610         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14611         ID format.
14612
14613         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14614         nnheader-generate-fake-message-id with the article number.
14615
14616 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14617
14618         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14619         end-of-buffer.
14620
14621 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14622
14623         * message.el (message-ignored-supersedes-headers): Add Approved.
14624
14625 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14628         goto-char.
14629         (rfc2047-encode): Fold the line before encoding.
14630
14631 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14632
14633         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14634         folding -- not all headers can be folded, and this should be done
14635         by the message composition mode.  Probably.  I think.
14636
14637 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14640         fast.
14641
14642         * gnus-ems.el (gnus-remove-image): Don't use
14643         message-text-with-property; remove only the image found first.
14644
14645         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14646         found first.
14647
14648 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14649
14650         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14651
14652 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * message.el (message-text-with-property): Make it fast and accept
14655         optional arguments.
14656         (message-strip-forbidden-properties): Use it.
14657         (message-fix-before-sending): Follow the m-t-w-p change.
14658
14659         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14660
14661 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-art.el (article-hide-headers): Don't change the buffer
14664         mistakenly when performing mml-preview even if
14665         gnus-single-article-buffer is nil.
14666
14667 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14668
14669         * message.el (message-expand-name-databases): New user option.
14670         (message-expand-name): Use it.
14671
14672 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14673
14674         * spam.el (spam-report-articles-resend)
14675         (spam-report-resend-register-routine): Allow ham reporting.
14676         (spam-report-resend-register-ham-routine): Add wrapper.
14677         (spam-registration-functions): Add ham resending functions.
14678         (spam-list-of-processors): Add ham resend processor.
14679
14680         * gnus.el (ham-resend-to): Add new group parameter.
14681         (spam-process): Add ham resend option.
14682
14683         * spam-report.el (spam-report-resend): Allow reporting ham.
14684         (spam-report-resend-ham): Add wrapper.
14685
14686 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14687
14688         * message.el (message-cite-articles-with-x-no-archive): New
14689         variable.
14690         (message-cite-original): Use it.
14691
14692 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693
14694         * message.el (message-cite-original): Respect X-No-Archive.
14695
14696 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-art.el (article-hide-headers): Refer to the values for
14699         gnus-ignored-headers and gnus-visible-headers in the summary
14700         buffer since a user may have set them as group parameters.
14701
14702 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * assistant.el (assistant-node-name): Add convenience function.
14705         (assistant-render-text, assistant-render-node): Add error handling,
14706         plus handle multiple next nodes.
14707         (assistant-find-next-node): Comment out for now.
14708         (assistant-find-next-nodes): Add function, returns list of next
14709         nodes.
14710
14711 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * mail-source.el (mail-source-directory): Fix doc-string.
14714
14715 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * assistant.el (assistant-render-text, assistant-eval): Add :set
14718         widget type, which is different because it takes and returns a
14719         list.  Much hilarity ensues.
14720
14721 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14724
14725         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14726         doc-string.
14727
14728         * gnus-start.el (gnus-activate-group): Added doc-string.
14729
14730 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14733
14734 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14735
14736         * assistant.el (assistant-render-text): Try to add a :set
14737         widget, more to come.
14738
14739         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14740         strings.
14741         (spam-report-articles-resend)
14742         (spam-register-routine): Do registration iff any articles warrant
14743         it.
14744         (spam-summary-prepare-exit): Change log message for nil group
14745         destinations.
14746
14747 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14748
14749         * spam.el (spam-report-resend-register-routine): Allow
14750         spam-report-resend-to to be a group parameter or a global value.
14751
14752 2004-05-26  Simon Josefsson  <jas@extundo.com>
14753
14754         * starttls.el: Merge with my GNUTLS based starttls.el.
14755         (starttls-gnutls-program, starttls-use-gnutls)
14756         (starttls-extra-arguments, starttls-process-connection-type)
14757         (starttls-connect, starttls-failure, starttls-success): New
14758         variables.
14759         (starttls-program, starttls-extra-args): Doc fix.
14760         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14761         functions.
14762         (starttls-negotiate, starttls-open-stream): Check
14763         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14764         function if it is set.
14765
14766 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14769         structured fields.
14770
14771 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14774
14775 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14776
14777         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14778         variable.
14779         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14780         assigning the spam-mark to new messages.
14781
14782 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14783
14784         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14785
14786 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14789
14790         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14791         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14792         default.
14793
14794 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14795
14796         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14797         correct data.
14798
14799 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14802         (spam-group-processor-p): Fix function.
14803         (spam-group-processor-multiple-p)
14804         (spam-group-spam-processor-report-gmane-p)
14805         (spam-group-spam-processor-report-resend-p)
14806         (spam-group-spam-processor-bogofilter-p)
14807         (spam-group-spam-processor-blacklist-p)
14808         (spam-group-spam-processor-ifile-p)
14809         (spam-group-ham-processor-ifile-p)
14810         (spam-group-spam-processor-spamoracle-p)
14811         (spam-group-spam-processor-crm114-p)
14812         (spam-group-ham-processor-bogofilter-p)
14813         (spam-group-spam-processor-stat-p)
14814         (spam-group-ham-processor-stat-p)
14815         (spam-group-ham-processor-whitelist-p)
14816         (spam-group-ham-processor-BBDB-p)
14817         (spam-group-ham-processor-spamoracle-p)
14818         (spam-group-ham-processor-copy-p): Remove functions with some
14819         prejudice against unneeded code.
14820         (spam-report-articles-resend)
14821         (spam-report-resend-register-routine): Allow the group/topic
14822         spam-resend-to value to override spam-report-resend-to.
14823         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14824         properly now.
14825
14826         * gnus.el (spam-resend-to): Add group/topic parameter.
14827         (spam-process): Move the OBSOLETE processors to the end of the
14828         choices.
14829
14830 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14831
14832         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14833         with resend-to set to nil, and then ask the user if necessary.
14834         (spam-report-resend): spam-report-resend takes a list of articles, not
14835         separate article numbers.
14836
14837 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14840         addition to emacs-w3m.
14841
14842 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14843
14844         * assistant.el (assistant-authinfo-data): New function.
14845         (assistant-eval): Eval for entire assistant.
14846
14847         * netrc.el (netrc-services-file): New variable.
14848         (netrc-parse-services): New function.
14849         (netrc-find-service-name): New function.
14850         (netrc-find-service-number): New function.
14851         (netrc-port-equal): New function.
14852         (netrc-machine): Use it.
14853
14854         * nnimap.el (nnimap-open-connection): Use netrc.
14855
14856         * gnus-util.el (gnus-netrc-get): Remove aliases.
14857
14858         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14859
14860         * assistant.el (wid-edit): Fix compilation.
14861
14862         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14863
14864 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14865
14866         * gnus-util.el (gnus-set-file-modes): New function.  (small
14867         patch).
14868
14869 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14870
14871         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14872
14873         * assistant.el (assistant-render-node): Fix up rendering and
14874         read-only text.
14875         (assistant-render-node): Reset.
14876         (assistant-make-read-only): Not sticky.
14877
14878 2004-05-20  Danny Siu  <dsiu@adobe.com>
14879
14880         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14881         centered even when gnus-auto-center-summary is t.
14882
14883 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14884
14885         * dns.el (dns-get-txt-answer): New function.
14886         (dns-read-txt): Ditto.
14887         (query-dns): Use it.
14888
14889 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14892         active for foreign groups even if the group level is higher than
14893         the specified value.
14894
14895 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14896
14897         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14898         non-active groups.
14899
14900         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14901
14902 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14903
14904         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14905
14906 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14907
14908         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14909         (spam-crm114-header, spam-crm114-spam-switch)
14910         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14911         (spam-crm114-positive-spam-header)
14912         (spam-crm114-database-directory, spam-list-of-processors)
14913         (spam-group-spam-processor-crm114-p)
14914         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14915         (spam-generic-score, spam-list-of-checks)
14916         (spam-list-of-statistical-checks, spam-registration-functions)
14917         (spam-check-crm114-headers, spam-crm114-score)
14918         (spam-check-crm114, spam-crm114-register-with-crm114)
14919         (spam-crm114-register-spam-routine)
14920         (spam-crm114-unregister-spam-routine)
14921         (spam-crm114-register-ham-routine)
14922         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14923         asjo@koldfront.dk (Adam Sjøgren).
14924
14925         * gnus.el: Add spam-use-crm114.
14926
14927         * spam.el (spam-list-of-processors, spam-registration-functions):
14928         Add spam-use-resend.
14929         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14930         (spam-report-articles-gmane): Add doc fix.
14931         (spam-report-articles-resend, spam-report-resend-register-routine):
14932         Add wrappers around spam-report-resend-to.
14933
14934         * spam-report.el (spam-report-resend-to, spam-report-resend):
14935         Add support for resending spam.
14936         (spam-report-gmane): Fix line length >80.
14937
14938         * gnus.el (spam-process): Add spam-use-resend.
14939
14940 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14941
14942         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14943         number of processed spam messages.
14944         (spam-ham-copy-or-move-routine): Return the number of processed
14945         ham messages.
14946         (spam-summary-prepare-exit): Use the above values to decide
14947         whether status messages shouled be displayed.
14948
14949 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14952         `rfc2047-encoding-function-alist' in order to avoid conflicting
14953         with the old version.
14954         (rfc2047-encode-region): Concatenate words containing non-ASCII
14955         characters in structured fields; don't encode space-delimited
14956         ASCII words even in unstructured fields; don't break words at
14957         char-category boundaries.
14958         (rfc2047-encode-1): New function.
14959         (rfc2047-encode): Use it; encode text so that it occupies the
14960         maximum width within 76-column; work correctly on Q encoding for
14961         iso-2022-* charsets.
14962         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14963         sure not to break a line just after the header name.
14964         (rfc2047-b-encode-region): Removed.
14965         (rfc2047-b-encode-string): New function.
14966         (rfc2047-q-encode-region): Removed.
14967         (rfc2047-q-encode-string): New function.
14968
14969         * mm-util.el (mm-replace-in-string): New function.
14970
14971 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14972
14973         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14974         get it right.
14975         (gnus-inews-make-draft): Really.
14976
14977 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14978
14979         * nnmh.el (nnmh-request-list-1): Don't check the link count
14980         before descending.  (small patch)
14981
14982 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14983
14984         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14985         stuff.
14986
14987         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14988         on real group name.
14989
14990         * gnus-art.el (gnus-signature-limit): Doc fix.
14991
14992         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14993
14994         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14995
14996 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14997
14998         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14999         isn't a string.
15000
15001 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15002
15003         * gnus-draft.el (gnus-draft-send): Bind
15004         rfc2047-encode-encoded-words.
15005
15006         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15007         (rfc2047-encodable-p): Say that =? needs encoding.
15008         (rfc2047-encode-encoded-words): New variable.
15009
15010         * gnus-group.el (gnus-group-select-group): Doc fix.
15011
15012         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15013
15014         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15015         to nil.
15016
15017         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15018
15019         * nnheader.el (nnheader-get-lines-and-char): New function.
15020
15021 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gnus-msg.el (gnus-summary-followup-with-original): Document
15024         yanking of region when active.
15025
15026 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15029         groups if the group level is higher than the specified value.
15030
15031 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15034         (gnus-group-jump-to-group): Added prefix argument using
15035         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15036         non-active group.
15037
15038         * compface.el (uncompface): Be verbose when changing
15039         `uncompface-use-external'.
15040
15041         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15042         handle manual section.
15043
15044 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15045
15046         * gnus-art.el (gnus-button-alist): Revert previous change.
15047
15048 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15051
15052 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15053
15054         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15055         whether backend can accept message.
15056
15057         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15058
15059 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15060
15061         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15062         Avoid creating directory when nntp-marks-is-evil is true.
15063         Reported by Reiner Steib.
15064
15065 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * gnus-picon.el (gnus-picon-style): New variable.
15068         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15069         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15070         Jesper Harder <harder@ifa.au.dk>.
15071
15072 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15073
15074         * message.el (message-fill-field): Return point.
15075         (message-generate-headers): Go to end of field.
15076
15077         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15078         stuff for non-living groups.
15079
15080 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15081
15082         * gnus-art.el (gnus-article-followup-with-original)
15083         (gnus-article-reply-with-original): gnus-mark-active-p ->
15084         gnus-region-active-p.
15085
15086 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15089         only when there is spam or ham to be processed.
15090
15091 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15092
15093         * mail-source.el (mail-source-delete-crash-box): Refactor.
15094         (mail-source-fetch): Use it.
15095         (mail-source-fetch-file): Ditto.
15096         (mail-source-fetch-directory): Run postscript in loop.
15097         (mail-source-fetch-pop): Delete.
15098         (mail-source-fetch-maildir): Ditto.
15099         (mail-source-fetch-imap): Ditto.
15100
15101         * imap.el (imap-authenticators): Comment out sasl.
15102
15103         * message.el (message-skip-to-next-address): New function.
15104         (message-fill-header-address): Refactor.
15105         (message-fill-address): Use it.
15106         (message-delete-address): Use it.
15107         (message-fill-header-general): Refactor.
15108         (message-fill-field-address): Rename.
15109         (message-narrow-to-field): Find the start of the header.
15110         (message-header-format-alist): Don't pre-fill.
15111         (message-fill-header): Removed.
15112         (message-insert-header): New function.
15113         (message-shorten-references): Use it.
15114
15115         * rfc2047.el (rfc2047-field-value): Strip props.
15116
15117         * mail-parse.el (mail-header-make-address): New alias.
15118
15119         * ietf-drums.el (ietf-drums-make-address): New function.
15120
15121         * imap.el: Add compiler directives.
15122
15123         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15124
15125         * gnus-art.el (article-decode-idna-rhs): Don't use
15126         message-idna-inside-rhs-p.
15127
15128 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15129
15130         * message.el (message-idna-inside-rhs-p): Removed.
15131         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15132
15133         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15134         false positives.
15135
15136 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15137
15138         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15139
15140 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * nneething.el (nneething-file-name): Don't create spurious
15143         files.
15144
15145         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15146         (gnus-inews-do-gcc): Remove sleep.
15147
15148         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15149         part under point.
15150
15151         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15152         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15153
15154 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * spam.el (spam-summary-prepare-exit): Fixed (length).
15157
15158 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15159
15160         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15161         as expired without moving it" message when there are spam
15162         messages left.
15163
15164 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15165
15166         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15167         header is not nil.
15168
15169 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15170
15171         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15172         nntp-possibly-create-directory, not nntp-possibly-change-group.
15173         (nntp-marks-changed-p): New arg SERVER.
15174         (nntp-request-update-info): Adjust caller.
15175
15176 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15177
15178         * nntp.el (nntp-save-marks): Pass missing arg.
15179
15180 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15181
15182         * nntp.el: Support marks.
15183         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15184         (nntp-marks-modtime, nntp-marks-directory): New variables.
15185         (nntp-request-set-mark, nntp-request-update-info)
15186         (nntp-possibly-create-directory, nntp-marks-changed-p)
15187         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15188         functions.
15189
15190 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15191
15192         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15193         (gnus-xmas-redefine): Rename.
15194
15195         * gnus-score.el (gnus-score-insert-help): Use
15196         gnus-select-lowest-window.
15197
15198         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15199         appt-select-lowest-window and rename to gnus-select-lowest-window.
15200
15201         * gnus.el: do.
15202
15203 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15204
15205         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15206         encodings of MIME-encoded words, in order to improve
15207         interoperability with several broken MUAs.
15208
15209 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15210
15211         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15212         tags, only when charsets are not specified in headers.
15213         (mm-inline-text-html-render-with-w3m): Ditto.
15214
15215         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15216         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15217
15218 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15219
15220         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15221         instead of MIME-decoded from fields when checking
15222         `gnus-article-address-banner-alist'.
15223
15224 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15227         description rather than subject.
15228
15229 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15230
15231         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15232
15233 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15234
15235         * gnus.el (gnus-version-number): Bump.
15236
15237 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15238
15239         * gnus.el: No Gnus v0.2 is released.
15240
15241 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15242
15243         * gnus-agent.el (gnus-agent-read-agentview): Inline
15244         gnus-uncompress-range.
15245
15246 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15247
15248         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15249         `exec-installed-p'.
15250
15251 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15252
15253         * gnus.el (spam-process, spam-autodetect-methods): Add
15254         bsfilter and bsfilter-headers.
15255
15256         * spam.el (spam-bsfilter): New customize group.
15257         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15258         (spam-bsfilter-header, spam-bsfilter-probability-header)
15259         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15260         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15261         (spam-bsfilter-database-directory): New options.
15262         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15263         (spam-list-of-statistical-checks, spam-registration-functions):
15264         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15265         (spam-bsfilter-score): New command.
15266         (spam-check-bsfilter-headers, spam-check-bsfilter)
15267         (spam-bsfilter-register-with-bsfilter)
15268         (spam-bsfilter-register-spam-routine)
15269         (spam-bsfilter-unregister-spam-routine)
15270         (spam-bsfilter-register-ham-routine)
15271         (spam-bsfilter-unregister-ham-routine): New functions.
15272         (spam-generic-score): Support bsfilter; Accept an optional argument
15273         to recalcurate spam score even if scoring header has already been
15274         added.
15275         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15276         optional argument to recalcurate spam score even if scoring header
15277         has already been added.
15278
15279 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15282         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15283         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15284         link is missing.
15285
15286 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15287
15288         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15289         (html2text-get-attr): Rewrite.
15290
15291         * message.el (message-setup-1): Remove redundant put-text-property
15292         on mail-header-separator.
15293
15294 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15295
15296         * gnus-registry.el (gnus-registry-cache-whitespace)
15297         (gnus-registry-action, gnus-registry-spool-action)
15298         (gnus-registry-split-fancy-with-parent): Change message levels
15299         from 5 to 3 or 7, as needed.
15300
15301         * spam.el (spam-summary-prepare-exit)
15302         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15303         (spam-split, spam-find-spam, spam-log-undo-registration)
15304         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15305         level from 5 to 6.
15306
15307 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15310         2004-03-04 change).
15311
15312 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15313
15314         * sieve-manage.el (sieve-manage-open):
15315         * nnweb.el (nnweb-insert-html):
15316         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15317         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15318         * nnspool.el (nnspool-request-group):
15319         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15320         * nnml.el (nnml-request-update-info):
15321         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15322         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15323         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15324         (nnimap-request-set-mark):
15325         * nnfolder.el (nnfolder-request-update-info):
15326         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15327         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15328         * gnus-uu.el (gnus-uu-find-articles-matching):
15329         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15330         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15331         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15332         * gnus-nocem.el (gnus-nocem-scan-groups):
15333         * gnus-int.el (gnus-start-news-server):
15334         * gnus-group.el (gnus-group-make-kiboze-group)
15335         (gnus-group-browse-foreign-server):
15336         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15337         Use mapc when appropriate.
15338
15339 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15340
15341         FIXME: Make separate entries for each person.
15342
15343         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15344         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15345         <shields@msrl.com>:
15346
15347         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15348         may need for spam sorting and scoring.
15349         (spam-user-format-function-S): Add user format function suitable for
15350         general use.
15351         (spam-article-sort-by-spam-status): Add sorting function for summary
15352         sorting.
15353         (spam-extra-header-to-number): Add function to get a score from a
15354         header.
15355         (spam-summary-score): Add function to get a numeric score from the
15356         headers.
15357         (spam-generic-score): Fix function doc, was in wrong place.
15358         (spam-initialize): Take symbols when it's run, and install the
15359         extra headers that spam-necessary-extra-headers thinks we need.
15360
15361 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15364         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15365
15366 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15367
15368         * gnus-sum.el (gnus-set-global-variables)
15369         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15370         (gnus-article-get-xrefs, gnus-summary-best-group)
15371         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15372         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15373         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15374         Use with-current-buffer.
15375
15376 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * spam.el (spam-summary-prepare-exit): Simplify logic.
15379         (spam-fetch-article-header): Read the article header if it's not
15380         available.
15381         (spam-list-articles): Simplify logic.
15382         (spam-filelist-register-routine): Fix bug with unregister-list.
15383
15384         * gnus-registry.el: Fix comments at beginning.
15385
15386 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * message.el (message-cater-to-broken-inn): Remove.
15389         (message-shorten-references): Make sure the total folded length of
15390         References is shorter than 998 characters to cater to a bug in INN
15391         2.3.  Also, don't pretend that references aren't folded -- this
15392         hasn't worked for a while.
15393
15394 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15395
15396         * gnus-agent.el (gnus-agentize):
15397         gnus-agent-send-mail-real-function no longer set to current value
15398         of message-send-mail-function but rather a lambda that calls
15399         message-send-mail-function.  The change makes the agent real-time
15400         responsive to user changes to message-send-mail-function.
15401
15402 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15403
15404         * legacy-gnus-agent.el
15405         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15406         help from Florian Weimer <fw@deneb.enyo.de>
15407
15408 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * nnmail.el (nnmail-cache-insert): Revert last change.
15411
15412 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * nnmail.el (nnmail-cache-insert): Always check whether
15415         nnmail-cache-ignore-groups matches a group name.
15416
15417 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15418
15419         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15420         (spam-find-spam, spam-log-processing-to-registry)
15421         (spam-log-registered-p, spam-log-unregistration-needed-p)
15422         (spam-log-undo-registration): Use gnus-message instead of
15423         gnus-error, none of these errors are fatal.
15424
15425         * gnus-registry.el (gnus-registry-clean-empty-function)
15426         (gnus-registry-clean-empty): Remove only empty entries without
15427         extra data.
15428
15429 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15430
15431         * spam-stat.el (spam-stat-buffer-change-to-spam)
15432         (spam-stat-buffer-change-to-non-spam): Change (error) to
15433         (gnus-message 8) invocation.
15434
15435 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * nntp.el (nntp-via-netcat-command): New variable.
15438         (nntp-via-netcat-switches): New variable.
15439         (nntp-open-via-rlogin-and-netcat): New function.
15440         (nntp-open-connection-function): Doc fix.
15441         (nntp-telnet-command): Doc fix.
15442         (nntp-end-of-line): Doc fix.
15443         (nntp-via-rlogin-command): Doc fix.
15444         (nntp-via-user-name): Doc fix.
15445         (nntp-via-address): Doc fix.
15446
15447 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15450         error in Emacs 21.1.
15451
15452 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15455
15456 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15457
15458         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15459         (gnus-agent-with-refreshed-group): New macro.
15460         (gnus-agent-rename-group): New function.
15461         (gnus-agent-delete-group): New function.
15462         (gnus-agent-save-group-info): Use gnus-command-method when
15463         `method' parameter is nil.  Don't write nil entries into the
15464         active file.
15465         (gnus-agent-get-group-info): New function.
15466         (gnus-agent-fetch-articles): Use
15467         gnus-agent-update-files-total-fetched-for to increment disk space
15468         used.
15469         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15470         gnus-agent-update-view-total-fetched-for to increment disk space
15471         used.
15472         (gnus-agent-get-local): Added optional parameters to avoid calling
15473         gnus-group-real-name and gnus-find-method-for-group.
15474         (gnus-agent-set-local): Delete stored entry if either min, or max,
15475         are nil.
15476         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15477         quit, use gnus-agent-regenerate-group to record existance of any
15478         articles fetched to disk before the quit occurred.
15479         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15480         gnus-agent-update-view-total-fetched-for, and
15481         gnus-agent-update-files-total-fetched-for to decrement disk space
15482         used.
15483         (gnus-agent-retrieve-headers): Use
15484         gnus-agent-update-view-total-fetched-for to increment disk space
15485         used.
15486         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15487         with gnus-agent-update-files-total-fetched-for to decrement disk
15488         space and fresh group buffer.
15489         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15490         (gnus-agent-need-update-total-fetched-for): New variable.
15491         (gnus-agent-update-files-total-fetched-for): New function.
15492         (gnus-agent-update-view-total-fetched-for): New function.
15493         (gnus-agent-total-fetched-for): New function.
15494
15495         * gnus-cache.el (gnus-cache-save-buffers): Use
15496         gnus-cache-update-overview-total-fetched-for to change disk space
15497         used by this group.
15498         (gnus-cache-possibly-enter-article): Use
15499         gnus-cache-update-file-total-fetched-for to increment disk space
15500         used by this group.
15501         (gnus-cache-possibly-remove-article): Use
15502         gnus-cache-update-file-total-fetched-for to decrement disk space
15503         used by this group.
15504         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15505         (gnus-cache-rename-group): New function.
15506         (gnus-cache-delete-group): New function.
15507         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15508         (gnus-cache-need-update-total-fetched-for): New variable.
15509         (gnus-cache-with-refreshed-group): New macro.
15510         (gnus-cache-update-file-total-fetched-for): New function.
15511         (gnus-cache-update-overview-total-fetched-for): New function.
15512         (gnus-cache-rename-group-total-fetched-for): New function.
15513         (gnus-cache-delete-group-total-fetched-for): New function.
15514         (gnus-cache-total-fetched-for): New function.
15515
15516         * gnus-group.el: Require gnus-sum and autoload functions to
15517         resolve warnings when gnus-group.el compiled alone.
15518         (gnus-group-line-format): Documented new %F.
15519         (size of Fetched data) group line format; identifies disk space
15520         used by agent and cache.
15521         (gnus-group-line-format-alist): Defined new F format.
15522         (gnus-total-fetched-for): New function.
15523         (gnus-group-delete-group): No longer update
15524         gnus-cache-active-altered as gnus-request-delete-group now keeps
15525         the cache in sync.
15526         (gnus-group-list-active): Let the agent store a server's active
15527         list if currently plugged.
15528
15529         * gnus-int.el (gnus-request-delete-group):
15530         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15531         local disk in sync with the server.
15532         (gnus-request-rename-group):
15533         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15534         local disk in sync with the server.
15535
15536         * gnus-start.el (gnus-get-unread-articles):
15537         Cosmetic simplification to logic.
15538
15539         * gnus-util.el (gnus-rename-file): New function.
15540
15541 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15542
15543         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15544
15545 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15546
15547         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15548         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15549
15550 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15551
15552         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15553         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15554
15555 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15556
15557         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15558
15559 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15560
15561         * spam.el (spam-set-difference): Add function to replace
15562         gnus-set-difference in spam.el.
15563         (spam-summary-prepare-exit): Use spam-set-difference.
15564
15565 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * gnus-registry.el (gnus-registry-cache-file): Update to use
15568         gnus-dribble-directory OR gnus-home-directory OR ~.
15569         (gnus-registry-split-fancy-with-parent): Fix doc.
15570
15571 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * message.el (message-exchange-point-and-mark): Use
15574         message-mark-active-p.  Suggested by Jesper Harder
15575         <harder@ifa.au.dk>.
15576
15577 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * message.el (message-exchange-point-and-mark): Don't activate
15580         region if it was inactive.  Suggested by Hiroshi Fujishima
15581         <pooh@nature.tsukuba.ac.jp>.
15582
15583 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-art.el (article-display-face): Display Faces in the same
15586         order as X-Faces.
15587
15588 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15591
15592 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15595         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15596         (gnus-article-mime-hierarchy): Remove.
15597         (gnus-article-mime-hierarchy-next): Remove.
15598         (gnus-article-mode): Revert 2004-03-19 change.
15599         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15600         (gnus-insert-mime-button): Revert 2004-03-19 change.
15601         (gnus-mime-accumulate-hierarchy): Remove.
15602         (gnus-mime-enter-multipart): Remove.
15603         (gnus-mime-leave-multipart): Remove.
15604         (gnus-mime-display-part): Revert 2004-03-19 change.
15605         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15606
15607         * mml.el (mml-preview): Revert 2004-03-19 change.
15608
15609 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15610
15611         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15612
15613 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15616         t while entering a file name using the mm-with-multibyte macro.
15617         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15618
15619         * mm-util.el (mm-with-multibyte): New macro.
15620
15621 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15624         user option.
15625         (gnus-mime-multipart-functions): Doc and customization fix.
15626         (gnus-article-mime-hierarchy): New variable.
15627         (gnus-article-mime-hierarchy-next): New variable.
15628         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15629         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15630         gnus-article-mime-hierarchy-next to nil.
15631         (gnus-insert-mime-button): Show hierarchy numbers.
15632         (gnus-mime-accumulate-hierarchy): New function.
15633         (gnus-mime-enter-multipart): New function.
15634         (gnus-mime-leave-multipart): New function.
15635         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15636         (gnus-mime-display-alternative): Show hierarchy numbers.
15637
15638         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15639         gnus-article-mime-hierarchy-next to nil.
15640
15641 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15642
15643         * dns.el: Don't require gnus-xmas.
15644
15645 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15646
15647         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15648         inline PGP.
15649         (mml-menu): Disable mml-quote-region if mark is inactive.
15650
15651 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15654         when the group's active is not available.
15655
15656 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15659         error.
15660
15661 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * imap.el (imap-store-password): New variable.
15664         (imap-interactive-login): Use it.
15665         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15666
15667 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15670         window-start and hscroll to summary window.
15671
15672 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15673
15674         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15675         conversion message to newsrc-dribble when an actual conversion is
15676         performed.
15677
15678 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15679
15680         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15681
15682 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * mm-decode.el (mm-complicated-handles): New function reviving
15685         former definition of mm-multiple-handles.
15686
15687         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15688         (gnus-mime-delete-part): Use it.
15689
15690 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15691
15692         * gnus-agent.el (gnus-agent-read-local): Bind
15693         nnheader-file-coding-system to gnus-agent-file-coding-system to
15694         avoid the implicit assumption that they will always be equal.
15695         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15696         coding-system-for-write, as the with-temp-file macro first prints
15697         to a buffer then saves the buffer.
15698
15699 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-art.el (gnus-article-edit-part): New function.
15702         (gnus-mime-save-part-and-strip): Use it; do query instead of
15703         signaling an error; don't use mm-multiple-handles.
15704         (gnus-mime-delete-part): Ditto.
15705
15706 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15707
15708         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15709         old file versions.
15710         (gnus-group-prepare-hook): Removed function that converted list
15711         form of gnus-agent-expire-days to group properties.
15712
15713         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15714         (gnus-request-accept-article): Re-indented.
15715
15716         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15717         converters to handle old agent file formats.  Added logic for a
15718         "backup before upgrading warning".
15719         (gnus-convert-mark-converter-prompt): Developers can mark
15720         functions as needing (default), or not needing,
15721         gnus-convert-old-newsrc's "backup before upgrading warning".
15722         (gnus-convert-converter-needs-prompt): Tests whether the user
15723         should be protected from potentially irreversable changes by the
15724         function.
15725
15726         * legacy-gnus-agent.el: New.  Provides converters that are only
15727         loaded when gnus-convert-old-newsrc needs to call them.
15728
15729 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mail-source.el (mail-source-touch-pop): Doc fix.
15732
15733         * message.el (message-smtpmail-send-it): Doc fix.
15734
15735 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15736
15737         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15738
15739         * nnmail.el (nnmail-split-fancy): do.
15740
15741         * gnus-kill.el (gnus-kill, gnus-execute): do.
15742
15743 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15744
15745         * gnus-sum.el (gnus-widget-reversible-match)
15746         (gnus-widget-reversible-to-internal)
15747         (gnus-widget-reversible-to-external): New functions.
15748         (gnus-widget-reversible): New widget.
15749         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15750
15751 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15752
15753         * gnus-sum.el (gnus-thread-sort-functions)
15754         (gnus-article-sort-functions): Document `(not F)' items.
15755
15756 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * spam.el (spam-use-gmane-xref): Add new backend.
15759         (spam-gmane-xref-spam-group): Add variable to control the name of the
15760         Gmane spam group.
15761         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15762         (spam-regex-headers-spam, spam-regex-headers-ham)
15763         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15764         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15765         backends and checks.
15766         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15767
15768         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15769         an autodetect method.
15770
15771 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15772
15773         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15774         articles are being added to a group.
15775         (gnus-request-replace-article): Inform the agent that articles
15776         need to be uncached as the cached contents are no longer valid.
15777
15778 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * binhex.el: Don't autoload executable-find.
15781
15782         * canlock.el: Don't autoload mail-fetch-field.
15783
15784         * dgnushack.el: Autoload c-mode for XEmacs.
15785
15786         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15787
15788         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15789         rmail-dont-reply-to and rmail-output.
15790
15791         * gnus-score.el: Don't autoload ffap-string-at-point.
15792
15793         * gnus-setup.el: Don't autoload sc-cite-original.
15794
15795         * imap.el: Don't autoload base64-decode-string,
15796         base64-encode-string and md5.
15797
15798         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15799         and rmail-msg-restore-non-pruned-header.
15800
15801         * mm-decode.el: Don't autoload executable-find.
15802
15803         * mm-url.el: Don't autoload executable-find.
15804
15805         * mm-view.el: Don't autoload diff-mode.
15806
15807         * nndb.el: Don't autoload news-reply-mode, news-setup,
15808         cancel-timer and telnet.
15809
15810         * password.el: Don't autoload run-at-time for Emacs.
15811
15812         * sha1-el.el: Don't autoload executable-find.
15813
15814         * sieve-mode.el: Don't autoload c-mode.
15815
15816         * uudecode.el: Don't autoload executable-find.
15817
15818 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15819
15820         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15821         (gnus-agent-possibly-alter-active): Avoid null in numeric
15822         comparison.
15823         (gnus-agent-set-local): Refuse to save null in local object table.
15824         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15825         list of articles that will be marked as unread.
15826
15827 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15830
15831 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15832
15833         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15834         language tags.
15835
15836 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15837
15838         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15839         Don't bind "obarray".
15840
15841         * gnus-sum.el (gnus-thread-sort-functions): Added
15842         `gnus-thread-sort-by-most-recent-number' and
15843         `gnus-thread-sort-by-most-recent-date'.
15844         Reported by Kai Grossjohann <kai@emptydomain.de>.
15845
15846 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15849
15850 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15851
15852         * gnus-cus.el (gnus-agent-customize-category): Removed
15853         ignore-errors macro reference that required cl to be loaded at
15854         run-time.
15855
15856         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15857         single-interval range of the form (min . max).  Previously the
15858         range had to look like ((min . max)).  Likewise, return
15859         (min . max) rather than ((min . max)).
15860         (gnus-range-map): Use gnus-range-normalize to accept
15861         single-interval range.
15862
15863         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15864         the cache, but not the agent, now appear with their usual face.
15865
15866         * dgnushack.el (loaddir): New variable that is bound to the
15867         directory containing the dgnushack.el file. Use loaddir, rather
15868         than srcdir, to update load-path. Change lets dgnushack compile
15869         code in directories other than GNUS/lisp.
15870
15871 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * lpath.el: Don't bind w3m-safe-url-regexp.
15874
15875         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15876         w3m-safe-url-regexp variable buffer-local.
15877
15878         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15879
15880 2004-02-27  Simon Josefsson  <jas@extundo.com>
15881
15882         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15883         gnus-group-real-prefix.
15884         (gnus-summary-move-article): Use it, instead of
15885         gnus-group-real-prefix.
15886
15887 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * lpath.el: Bind w3m-safe-url-regexp.
15890
15891         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15892         w3m-safe-url-regexp variable buffer-local and set it as the value
15893         of mm-w3m-safe-url-regexp.
15894
15895         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15896
15897         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15898         parsing gnus-posting-styles when the message is not for replying.
15899
15900         * dgnushack.el: Autoload sgml-mode for XEmacs.
15901
15902         * nnrss.el (nnrss-opml-export): Use
15903         mm-set-buffer-file-coding-system instead of
15904         set-buffer-file-coding-system.
15905
15906 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15907
15908         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15909         of checkdoc.el).
15910         * nnrss.el: do.
15911         * gnus-mlspl.el: do.
15912         * gnus-ml.el: do.
15913         * gnus-srvr.el: do.
15914
15915         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15916
15917 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15918
15919         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15920         Corrections to custom-manual links.
15921
15922         * gnus-art.el (gnus-article): Ditto.
15923
15924         * mm-decode.el (mime-display, mime-security): Ditto.
15925
15926 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15927
15928         * flow-fill.el: Typo.
15929
15930 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15931
15932         * spam-wash.el: New file.
15933
15934 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15935
15936         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15937
15938 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15939
15940         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15941         to be run with new-articles as LIST1, not LIST2.
15942         (spam-registration-functions): Add spam-use-ham-copy as a nil
15943         registration backend.
15944
15945 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15946
15947         * spam-stat.el (spam-stat-washing-hook): New option.
15948         (spam-stat-buffer-words): Use it.
15949         (spam-stat-process-directory, spam-stat-test-directory): Use
15950         insert-file-contents-literally.
15951         (spam-stat-coding-system): New variable.
15952         (spam-stat-load, spam-stat-save): Use it.
15953
15954 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * spam-report.el (spam-report-plug-agent): Quote
15957         spam-report-url-to-file and spam-report-url-ping-plain.
15958
15959 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15962         / in mailto URLs.
15963
15964 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * spam-report.el (spam-report-process-queue): Fix interactive use.
15967         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15968         (spam-report-unplug-agent): Doc fixes.
15969         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15970         (spam-report-agentize, spam-report-deagentize): Autoload.
15971
15972 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15975
15976         * message.el (message-setup-fill-variables): Add mml tags to
15977         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15978         <ajk@iu.edu>.
15979         (message-mode): Don't modify paragraph-separate there.
15980
15981 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * compface.el (uncompface-use-external): Default to undecided.
15984         (uncompface-use-external-threshold): New variable.
15985         (uncompface-float-time): New macro.
15986         (uncompface): Determine whether to use the external decoder if
15987         uncompface-use-external is undecided.
15988
15989 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15990
15991         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15992         after images.
15993
15994         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15995
15996 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15997
15998         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15999
16000         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16001
16002         * gnus-sum.el (gnus-summary-limit-to-age)
16003         (gnus-summary-limit-children): do.
16004
16005         * gnus-int.el (gnus-request-scan): do.
16006
16007         * gnus-group.el (gnus-group-suspend): do.
16008
16009         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16010
16011         * gnus-cite.el (gnus-cite-parse-attributions): do.
16012
16013         * gnus-agent.el (gnus-summary-set-agent-mark)
16014         (gnus-agent-regenerate-group): do.
16015
16016         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16017
16018         * binhex.el (binhex-decode-region-internal): do.
16019
16020 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * gnus-fun.el (gnus-face-properties-alist): New user option.
16023         (gnus-display-x-face-in-from): Use it.
16024
16025         * gnus-art.el (article-display-face): Ditto.
16026
16027         * compface.el (uncompface-use-external): Default to nil.
16028
16029 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16030
16031         * nntp.el (nntp-erase-buffer): New function.
16032         (nntp-retrieve-data, nntp-send-command)
16033         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16034         (nntp-possibly-change-group): Use it.
16035
16036         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16037         with-current-buffer.
16038
16039 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16040
16041         * compface.el: Merge the ELisp-based uncompface program.
16042         (compface): New customization group.
16043         (uncompface-use-external): New user option.
16044         (uncompface): Call uncompface-internal if uncompface-use-external
16045         is nil.
16046         (uncompface-internal): New function.  Note that there are also
16047         some other functions and variables added for this function.
16048
16049 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16050
16051         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16052         if necessary.
16053
16054 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * spam-report.el (spam-report-unplug-agent)
16057         (spam-report-plug-agent, spam-report-deagentize)
16058         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16059         Add support for the Agent in spam-report: when unplugged, report to a
16060         file; when plugged, submit all the requests.
16061
16062         * spam.el (spam-register-routine): Fix message about
16063         registration.
16064
16065 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16066
16067         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16068         dependencies.
16069         (rfc2047-encode): Use it.
16070
16071         * gnus-art.el (gnus-button-marker-list): Move before first
16072         reference.
16073
16074         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16075         (imap-parse-body): Fix format string mismatch.
16076
16077         * gnus-score.el (gnus-summary-increase-score): do.
16078
16079         * nnrss.el (nnrss-close): New function.
16080
16081 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16082
16083         * nnrss.el (nnrss-make-filename): New function.
16084         (nnrss-request-delete-group, nnrss-read-server-data)
16085         (nnrss-save-server-data, nnrss-read-group-data)
16086         (nnrss-save-group-data): Use it.
16087         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16088         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16089         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16090
16091 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16092
16093         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16094
16095 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16096
16097         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16098         files.
16099
16100         * message.el (message-generate-headers-first): Don't quote nil
16101         and t in docstrings.
16102
16103         * imap.el (imap-id): do.
16104
16105         * gnus-agent.el (gnus-agent-consider-all-articles)
16106         (gnus-agent-queue-mail): do.
16107
16108 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16109
16110         * spam-report.el (spam-report-process-queue): New function.
16111         Process requests from `spam-report-requests-file'.
16112         (spam-report-process-queue): Doc fix.
16113
16114 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16115
16116         * spam.el (spam-register-routine)
16117         (spam-log-processing-to-registry, spam-log-registered-p)
16118         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16119         Change "check" to "spam-check" for semi-clarity.
16120
16121 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16122
16123         * pop3.el: Require nnheader.
16124
16125         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16126
16127         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16128
16129         * gnus-picon.el: Require cl.
16130
16131         * gnus-fun.el: Require gnus-ems and gnus-util.
16132
16133         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16134
16135         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16136
16137         * gnus-art.el (gnus-article-edit-mode): Define before first
16138         reference.
16139
16140 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16141
16142         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16143         (gnus-uu-post-encoded): Use point-at-bol.
16144
16145         * gnus-topic.el (gnus-group-active-topic-p): do.
16146
16147         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16148
16149         * gnus-group.el (gnus-group-kill-region): do.
16150
16151         * gnus-art.el (article-date-ut): do.
16152
16153         * message.el (message-fetch-field): Remove redundant
16154         case-fold-search binding.
16155         (message-narrow-to-field): Simplify.
16156
16157 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * spam.el (spam-directory): Derive from `gnus-directory'.
16160
16161         * spam-report.el (spam-report-url-to-file)
16162         (spam-report-requests-file): New function and variable for offline
16163         reporting.
16164         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16165         and user defined function.
16166         (spam-report-url-ping-mm-url): Remove doubled slash.
16167
16168 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16171
16172 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16175         format string mismatch.
16176
16177         * sieve.el (sieve-deactivate-all): do.
16178
16179         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16180
16181         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16182
16183         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16184
16185         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16186
16187 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16188
16189         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16190         the list of checks.
16191
16192 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16193
16194         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16195         padding.
16196
16197 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16198
16199         * mm-view.el (mm-fill-flowed): New variable.
16200         (mm-inline-text): Use it.
16201
16202 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16203
16204         * spam.el (spam-spamassassin-register-ham-routine)
16205         (spam-spamassassin-register-spam-routine): Fix function names.
16206
16207 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * gnus.el (gnus-tmp-grouplens): Remove.
16210         (gnus-summary-line-format): Remove grouplens.
16211
16212         * gnus-group.el (gnus-group-line-format): Ditto.
16213
16214         * gnus-spec.el (gnus-format-specs): Ditto.
16215         (gnus-update-format-specifications): Flush the group format spec
16216         cache if there's the grouplens stuff.
16217         (gnus-parse-simple-format): Replace %l with the empty string.
16218
16219 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16220
16221         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16222         omission.
16223
16224 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16227         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16228
16229 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16230
16231         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16232         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16233         New macros and functions.
16234         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16235         Handle > NLINK_MAX messages.
16236         * nnmaildir.el (nnmaildir-request-set-mark): Use
16237         nnmaildir--emlink-p and nnmaildir--eexist-p.
16238
16239 2004-01-25  Alex Schroeder  <alex@gnu.org>
16240
16241         * spam-stat.el (spam-stat-process-directory-age): New option.
16242         (spam-stat-process-directory): Use it.
16243
16244 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16245
16246         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16247         (spam-stat-save): Accept prefix argument.
16248
16249 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16250
16251         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16252         links" error.
16253
16254 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16257         the rest of the and/or forms.
16258
16259 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16260
16261         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16262         compatibility with old .newsrc.eld files.
16263
16264         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16265
16266         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16267
16268         * gnus-start.el (gnus-1): do.
16269
16270         * gnus-group.el (gnus-group-line-format-alist): do.
16271
16272         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16273
16274         * gnus-gl.el: Remove.
16275
16276 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16277
16278         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16279         marks consisting of a single range {for example, (3 . 5)} rather
16280         than a list of a single range { ((3 . 5)) }.
16281
16282 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16283
16284         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16285         with-current-buffer.
16286         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16287         avoid consing a string.
16288
16289         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16290         Remove obsolete entries for big5 and gb2312.
16291
16292 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16293
16294         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16295         uncompressed list.
16296
16297 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * spam-stat.el (spam-stat-strip-xref): New function.
16300         (spam-stat-process-directory): Use it.
16301
16302         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16303         here -- it's done in message-fetch-field.
16304
16305 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16306
16307         * gnus-agent.el (gnus-agent-queue-mail)
16308         (gnus-agent-prompt-send-queue): New variables.
16309         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16310         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16311         "nndraft:queue" along to gnus-draft-send.  Use
16312         gnus-agent-prompt-send-queue.
16313         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16314         is "nndraft:queue".  Suggested by Gaute Strokkenes
16315         <gs234@srcf.ucam.org>
16316
16317         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16318         (agent-enable-undownloaded-faces): Added.
16319         (gnus-agent-cat-groups): Use eval-and-compile, not
16320         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16321         method of gnus-agent-cat-groups even when the buffer has been
16322         evaled.
16323         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16324         delete gnus-agent-save-active-1.
16325         (gnus-agent-save-groups): Deleted.  Identical to
16326         gnus-agent-save-active.
16327         (gnus-agent-write-active): No longer adjust agent's copy of active
16328         file as agent's adjustments are now stored in their own
16329         file.  Removed optional parameter.
16330         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16331         servers.  Add use of min/max range limits from server's local
16332         file.
16333         (gnus-agent-save-alist): Removed unused optional argument.
16334         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16335         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16336         (gnus-agent-set-local): A per-server file that keeps min/max range
16337         limits for articles known to the agent.  Provides a fast mechanism
16338         for altering many active ranges.
16339         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16340         active file (local makes it unnecessary).
16341         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16342
16343         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16344         (agent-enable-undownloaded-faces): Added.
16345
16346         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16347         disable it when sending to "nndraft:queue".
16348         (gnus-group-send-queue): Add safety check to avoid sending queue
16349         when unplugged.
16350
16351         * gnus-group.el (gnus-group-catchup): Use new
16352         gnus-sequence-of-unread-articles, not
16353         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16354         numbers of articles.  Use gnus-range-map to avoid having to
16355         uncompress the unread list.
16356         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16357         Fixed invalid ange-ftp reference.
16358
16359         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16360         (gnus-sorted-range-intersection): Intersection of two ranges
16361         without requiring that they first be uncompressed.
16362
16363         * gnus-start.el (gnus-activate-group): Unless blocked by the
16364         caller, possibly expand the active range to include both cached
16365         and agentized articles.
16366         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16367         multiple version-dependent converters.
16368         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16369         gnus-agent-save-active.
16370         (gnus-save-newsrc-file): Save dirty agent range limits.
16371
16372         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16373         gnus-agent-possibly-alter-active.
16374         (gnus-adjust-marked-articles): Faster handling of simple lists.
16375
16376 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16377
16378         * spam-stat.el (spam-stat-test-directory): New optional argument
16379         displays a list of files detected.  Suggested by Andrew Cohen
16380         <cohen@andy.bu.edu>.
16381         (spam-stat-buffer-words-with-scores): Don't narrow and change
16382         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16383
16384 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16385
16386         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16387         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16388         (spam-spamassassin-arguments)
16389         (spam-spamassassin-spam-flag-header)
16390         (spam-spamassassin-positive-spam-flag-header)
16391         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16392         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16393         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16394         (spam-list-of-processors, spam-list-of-checks)
16395         (spam-list-of-statistical-checks, spam-registration-functions)
16396         (spam-check-spamassassin-headers, spam-check-spamassassin)
16397         (spam-spamassassin-score)
16398         (spam-spamassassin-register-with-sa-learn)
16399         (spam-spamassassin-register-spam-routine)
16400         (spam-spamassassin-register-ham-routine)
16401         (spam-assassin-register-spam-routine)
16402         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16403         (spam-bogofilter-score): Fix to show article before scoring.
16404
16405 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16406
16407         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16408         default scoring function.
16409         (spam-generic-score): Call spam-spamassassin-score if
16410         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16411         spam-bogofilter-score otherwise.
16412
16413         * gnus.el (spam-process, spam-autodetect-methods): Add
16414         spamassassin and spamassassin-headers.
16415
16416 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16417
16418         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16419         Suppress unnecessary messages.
16420
16421 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16422
16423         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16424         make-hash-table.
16425
16426 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * canlock.el (base64-encode-string): Don't autoload it.
16429
16430 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * run-at-time.el: Remove useless (require 'itimer),
16433         eval-and-compile and (featurep 'xemacs).
16434
16435 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16436
16437         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16438         GROUP is a virtual group.
16439
16440 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16441
16442         * gnus.el: Autoload `message-y-or-n-p'.
16443
16444 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16445
16446         * pgg-parse.el: Remove unnecessary (require 'custom).
16447
16448         * pgg-def.el: do.
16449
16450         * nnmail.el: do.
16451
16452         * gnus-undo.el: do.
16453
16454         * gnus-picon.el: do.
16455
16456         * gnus-util.el: do.
16457
16458 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16459
16460         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16461
16462 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16465         handle, as well as a list.
16466
16467         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16468         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16469         (mm-w3m-cid-retrieve): Simplify.
16470
16471 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16472
16473         * message.el (message-kill-to-signature): Allow prefix arg to
16474         specify number of lines to keep before signature.
16475
16476 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16477
16478         * message.el (message-kill-to-signature): Change docstring.
16479
16480 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * canlock.el: Always require sha1-el.
16483         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16484
16485         * message.el: Autoload sha1 only when compiling.
16486
16487         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16488         eudc-expand-inline for XEmacs.
16489
16490 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * message.el (message-canlock-generate): Require sha1-el.
16493
16494 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16495
16496         * message.el (message-expand-name): Silence the byte compiler.
16497
16498         * lpath.el: Add detect-coding-system.
16499
16500         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16501         cus-edit.
16502
16503 2004-01-13  Simon Josefsson  <jas@extundo.com>
16504
16505         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16506         Invoke gnus-score-mode.  Reported by
16507         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16508
16509         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16510         Jim Blandy <jimb@redhat.com> (tiny change).
16511
16512 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16513
16514         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16515
16516 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16517
16518         * spam.el (spam-get-article-as-string): Update to use
16519         gnus-request-article-this-buffer, much simpler.
16520         (spam-get-article-as-buffer): Remove.
16521
16522 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16523
16524         * message.el (message-expand-name): Use EUDC if the user uses that.
16525
16526 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16527
16528         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16529         character for the encoding to avoid consing a string.
16530
16531         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16532         unnecessarily.
16533
16534         * mm-util.el (mm-replace-chars-in-string): Remove.
16535
16536         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16537         of mm-replace-chars-in-string.
16538
16539 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16542
16543         * mm-util.el (mm-subst-char-in-string): Support inplace.
16544
16545         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16546         a new string in every iteration.  Use shy groups.
16547
16548 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16549
16550         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16551         * gnus-soup.el (gnus-soup-group-brew):
16552         * gnus-msg.el (gnus-put-message):
16553         * gnus-move.el (gnus-group-move-group-to-server):
16554         * gnus-kill.el (gnus-batch-score):
16555         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16556         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16557         (gnus-group-update-group, gnus-group-read-group)
16558         (gnus-group-make-group, gnus-group-make-help-group)
16559         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16560         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16561         (gnus-group-sort-by-unread, gnus-group-catchup)
16562         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16563         (gnus-group-yank-group, gnus-group-set-info)
16564         (gnus-group-list-groups):
16565         * gnus.el (gnus-generate-new-group-name):
16566         * gnus-delay.el (gnus-delay-send-queue):
16567         * nnvirtual.el (nnvirtual-catchup-group):
16568         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16569         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16570         (gnus-group-prepare-topics, gnus-topic-check-topology):
16571         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16572         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16573         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16574         (gnus-group-make-articles-read):
16575         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16576         (gnus-group-change-level, gnus-kill-newsgroup)
16577         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16578         (gnus-get-unread-articles, gnus-make-articles-unread)
16579         (gnus-make-ascending-articles-unread): Use accessor
16580         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16581         to get group information for improved readability.
16582
16583
16584 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16585
16586         * gnus-art.el (article-decode-mime-words, article-babel)
16587         (gnus-article-highlight-signature, gnus-article-add-buttons)
16588         (gnus-signature-toggle): Use gnus-with-article-buffer.
16589
16590         * gnus-art.el (gnus-article-highlight-headers)
16591         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16592
16593         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16594         (gnus-article-set-globals, gnus-request-article-this-buffer)
16595         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16596         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16597         (gnus-mime-display-alternative): Use with-current-buffer.
16598
16599 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16600
16601         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16602         also under 80 char limit, and call gnus-error if needed.
16603         (spam-fetch-article-header): Fix - it was a
16604         buffer-local variable (gnus-newsgroup-data).
16605         (spam-find-spam): Use spam-generate-fake-headers, forget about
16606         spam-insert-fake-headers.
16607         (spam-insert-fake-headers): Remove.
16608
16609 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16610
16611         * deuglify.el (gnus-article-outlook-unwrap-lines)
16612         (gnus-outlook-rearrange-article)
16613         (gnus-outlook-repair-attribution-outlook)
16614         (gnus-outlook-repair-attribution-block)
16615         (gnus-outlook-repair-attribution-other): Remove redundant
16616         save-excursion.
16617
16618 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16619
16620         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16621         (spam-fetch-field-subject-fast)
16622         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16623         (spam-fetch-article-header): Add functions to deal with Gnus
16624         internals for fast retrieval of article header data.
16625         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16626
16627 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16628
16629         * pop3.el (pop3-md5): Remove.
16630         (pop3-apop): Replace pop3-md5 with md5.
16631
16632         * mm-bodies.el: base64 is always built-in.
16633
16634         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16635         with-current-buffer.
16636
16637 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * canlock.el (canlock-insert-header): Remove excessive grouping in
16640         regexp.
16641
16642         * gnus-sum.el (gnus-summary-read-document): Ditto.
16643
16644         * gnus-uu.el (gnus-uu-part-number): Ditto.
16645
16646         * html2text.el (html2text-remove-tags): Ditto.
16647         (html2text-format-tags): Ditto.
16648         (html2text-format-single-elements): Ditto.
16649
16650         * mml.el (mml-parse-1): Ditto.
16651
16652 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16653
16654         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16655
16656         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16657
16658         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16659
16660         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16661
16662 2003-11-15  Simon Josefsson  <jas@extundo.com>
16663
16664         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16665         (pgg-gpg-lookup-key): Use regexp match instead of
16666         split-string (split-string is different between emacs 21.2 and
16667         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16668
16669 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16670
16671         * gnus-art.el (gnus-mime-view-all-parts)
16672         (gnus-article-part-wrapper, gnus-article-view-part): Use
16673         with-current-buffer.
16674
16675 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * spam.el (spam-disable-spam-split-during-ham-respool)
16678         (spam-spamoracle-database, spam-cache-lookups)
16679         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16680         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16681         (spam-group-ham-marks, spam-group-spam-marks)
16682         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16683         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16684         also add spam-use-blackholes to the statistical checks.
16685         (spam-fetch-field-fast): Add interface to fetching fields, may
16686         become a macro.
16687         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16688         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16689         (spam-insert-fake-headers): Fake an article when needed.
16690         (spam-find-spam): Fake article when possible.
16691         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16692         (spam-check-bogofilter-headers): Use message-fetch-field instead
16693         of nnmail-fetch-field.
16694
16695 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16696
16697         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16698
16699 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16700
16701         * spam.el (spam-split): Do not require spam-use-CHECK to be
16702         enabled if that check is passed to spam-split explicitly; also
16703         fix so 'spam doesn't get converted to spam-split-group when
16704         spam-split-symbolic-return is t.
16705         (spam-find-spam): Find registrations of the article and use those
16706         instead of re-running spam-split to find the spam/ham
16707         classification of the article.
16708         (spam-log-processing-to-registry, spam-log-registered-p)
16709         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16710         Use gnus-error instead of gnus-message.
16711         (spam-log-registration-type): Add function to determine the
16712         classification of a message based on registry entries; will
16713         return nil if both 'spam and 'ham are found.
16714         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16715         a reasonably fast local cache without the loading errors.
16716         (spam-cache-lookups): Set to t by default.
16717         (spam-find-spam): Don't try to guess spam-cache-lookups.
16718         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16719         spam-caches entry.
16720         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16721         caching of whitelist/blacklist entries.
16722         (spam-check-whitelist, spam-check-blacklist): Invoke
16723         spam-from-listed-p with a type, not a cache variable.
16724         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16725
16726 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16729
16730         * nnmail.el (nnmail-split-fancy): do.
16731
16732         * mml.el (mml-parse): do.
16733
16734         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16735         (gnus-score-adaptive): do.
16736
16737 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16740         (gnus-mime-button-map): Don't set keymap parent.
16741         (gnus-button-ctan-directory-regexp): Use shy grouping.
16742         (gnus-prev-page-map): Don't set keymap parent.
16743         (gnus-prev-page-map): Remove duplicated one.
16744         (gnus-next-page-map): Don't set keymap parent.
16745         (gnus-mime-security-button-map): Ditto.
16746
16747         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16748         version number.
16749
16750         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16751
16752 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * canlock.el (canlock-sha1-function): Remove.
16755         (canlock-sha1-function-for-verify): Remove.
16756         (canlock-openssl-program): Remove.
16757         (canlock-openssl-args): Remove.
16758         (canlock-ignore-errors): Remove.
16759         (canlock-sha1-with-openssl): Remove.
16760         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16761         (canlock-verify): Don't use canlock-ignore-errors.
16762
16763         * sha1-el.el (sha1-string-external): Make it can return a string
16764         in binary form.
16765         (sha1-region-external): Ditto.
16766         (sha1-string-internal): Ditto.
16767         (sha1-region-internal): Ditto.
16768         (sha1-region): Ditto.
16769         (sha1-string): Ditto.
16770         (sha1): Ditto.
16771
16772 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * spam.el (spam-report-articles-gmane): New command.
16775
16776 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16779
16780         * run-at-time.el (run-at-time-saved): Remove.
16781         (run-at-time): Doc fix.
16782
16783 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16784
16785         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16786         (gnus-summary-limit-map): Add it.
16787         (gnus-summary-make-menu-bar): do.
16788
16789 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16792         Make attempt at some caching support (done for BBDB only now).
16793         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16794         addresses to be checked.
16795         (spam-clear-cache-BBDB): Add function, to be invoked by
16796         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16797         (spam-check-BBDB): Check and use the caches, if
16798         spam-cache-lookups is on, remove superfluous (provide).
16799
16800 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16803
16804 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16805
16806         * run-at-time.el (run-at-time-saved): Move to after the definition
16807         of `run-at-time'.
16808
16809         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16810
16811 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16814         mm-w3m-local-map-property.
16815
16816         * mm-view.el (mm-w3m-mode-map): Remove.
16817         (mm-w3m-local-map-property): Remove.
16818         (mm-inline-text-html-render-with-w3m): Don't use
16819         mm-w3m-local-map-property.
16820
16821 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822
16823         * run-at-time.el: New file.
16824
16825         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16826         under Emacs.
16827
16828         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16829         of gnus-set-text-properties.
16830
16831         * gnus-uu.el (gnus-uu-save-article): Ditto.
16832
16833         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16834
16835         * gnus-cite.el (gnus-cite-parse): Ditto.
16836
16837         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16838         of gnus-.
16839
16840         * gnus-xmas.el (run-at-time): Require run-at-time.
16841
16842         * gnus.el: Changed calls to nnheader-run-at-time and
16843         password-run-at-time throughout to use run-at-time directly.
16844
16845         * password.el: Removed definition of run-at-time.
16846
16847         * nnheaderxm.el: Remove definition of run-at-time.
16848
16849 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16850
16851         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16852         in prompt.
16853
16854 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16855
16856         * messagexmas.el (message-xmas-redefine): Alias
16857         `message-make-caesar-translation-table' to
16858         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16859         version.
16860
16861         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16862         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16863         `gnus-xmas-set-text-properties'.
16864         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16865         `gnus-xmas-completing-read'.
16866         (gnus-xmas-completing-read): Removed.
16867         (gnus-xmas-open-network-stream): Removed.
16868
16869         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16870         XEmacs version.
16871
16872         * dns.el (dns-make-network-process): Use `open-network-stream'
16873         instead of `gnus-xmas-open-network-stream'.
16874
16875         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16876
16877         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16878
16879 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16880
16881         * gnus-art.el (gnus-mime-display-alternative)
16882         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16883         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16884         Don't use gnus-local-map-property.
16885
16886         * gnus-util.el (gnus-local-map-property): Remove.
16887
16888         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16889         gnus-completing-read-maybe-default with completing-read.
16890
16891         * gnus-util.el (gnus-completing-read): do.
16892         (gnus-completing-read-maybe-default): Remove.
16893
16894 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16895
16896         * password.el: Only autoload `run-at-time' if not XEmacs.
16897         Only autoload the itimer functions if XEmacs.
16898
16899 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16902         XEmacsen.
16903
16904         * dgnushack.el: Autoload executable-find for XEmacs.
16905
16906 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16907
16908         * gnus-art.el (gnus-read-string): Remove.
16909         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16910         read-string.
16911
16912 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * netrc.el: Autoload password-read.
16915         (netrc): Add configuration group.
16916         (netrc-encoding-method, netrc-openssl-path): Add
16917         variables for encoding and decoding of files with symmetric
16918         ciphers.
16919         (netrc-encode): Add assistant function to encode a file with
16920         netrc-encoding-method.
16921         (netrc-parse): Add interactive parameter, added optional
16922         decoding if netrc-encoding-method is non-nil but otherwise
16923         behavior is standard.
16924         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16925         Do s/encode/encrypt/ everywhere.
16926
16927         * spam.el: Remove executable-find autoload.
16928
16929 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16930
16931         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16932
16933         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16934
16935 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * gnus-art.el (gnus-treat-ansi-sequences)
16938         (article-treat-ansi-sequences): New variable and function.
16939         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16940
16941         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16942         Use it.
16943
16944 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16945
16946         * mm-util.el (mm-quote-arg): Remove.
16947
16948         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16949         shell-quote-argument.
16950
16951         * gnus-uu.el (gnus-uu-command): do.
16952
16953         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16954
16955         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16956         with make-char.
16957
16958         * mm-util.el (mm-make-char): Remove.
16959
16960         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16961         add-minor-mode.
16962
16963         * gnus-undo.el (gnus-undo-mode): do.
16964
16965         * gnus-topic.el (gnus-topic-mode): do.
16966
16967         * gnus-sum.el (gnus-dead-summary-mode): do.
16968
16969         * gnus-start.el (gnus-slave-mode): do.
16970
16971         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16972
16973         * gnus-ml.el (gnus-mailing-list-mode): do.
16974
16975         * gnus-gl.el (gnus-grouplens-mode): do.
16976
16977         * gnus-draft.el (gnus-draft-mode): do.
16978
16979         * gnus-dired.el (gnus-dired-mode): do.
16980
16981         * gnus-ems.el (gnus-add-minor-mode): Remove.
16982
16983         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16984         Replace gnus-char-width with char-width.
16985
16986         * gnus-ems.el (gnus-char-width): Remove.
16987
16988         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16989         Replace gnus-char-width with char-width.
16990
16991         * gnus-ems.el (gnus-char-width): Remove.
16992
16993         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16994         definition.
16995         Remove Emacs 20 hash table compatibility code.
16996
16997         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16998         20 compatibility code.
16999
17000         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17001
17002         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17003
17004         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17005         with point-at-{eol,bol}.
17006
17007         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17008
17009         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17010
17011         * flow-fill.el (fill-flowed-point-at-bol)
17012         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17013
17014         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17015         Replace with point-at-{eol,bol} throughout all files.
17016
17017 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * ntlm.el (ntlm-string-as-unibyte): New macro.
17020         (ntlm-build-auth-response): Use it.
17021
17022         Remove Emacs 20 stuff:
17023         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17024         (butlast, mapc, remove): Remove the compiler macros.
17025         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17026         of delq and copy-sequence.
17027         * gnus-art.el (popup-menu): Remove the compiler macro.
17028         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17029         Emacs 20.
17030
17031 2004-01-05  Simon Josefsson  <jas@extundo.com>
17032
17033         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17034         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17035         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17036         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17037         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17038         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17039         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17040         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17041         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17042         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17043         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17044         string-xor into ntlm-string-xor.  Suggested by
17045         Jesper Harder <harder@myrealbox.com>.
17046
17047         * ntlm.el: Don't include poem.
17048
17049         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17050         Jesper Harder <harder@myrealbox.com>.
17051
17052         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17053
17054         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17055         probably breaks emacs with DL patch, but do we care? Is anyone
17056         still using the DL stuff?)
17057
17058         * sieve-manage.el: Use the password package.
17059         (sieve-manage-read-passwd): Remove.
17060         (sieve-manage-interactive-login): Use password.  Re-add
17061         condition-case around loop.
17062
17063         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17064         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17065         the password package.
17066
17067 2003-02-19  Simon Josefsson  <jas@extundo.com>
17068
17069         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17070         token.
17071
17072 2002-08-07  Simon Josefsson  <jas@extundo.com>
17073
17074         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17075         (sieve-manage-authenticators):
17076         (sieve-manage-authenticator-alist): Add some SASL mechs.
17077         (sieve-sasl-auth): New function.
17078         (sieve-manage-cram-md5-auth):
17079         (sieve-manage-plain-auth): Rewrite using SASL library.
17080         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17081         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17082         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17083         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17084
17085 2004-01-05  Simon Josefsson  <jas@extundo.com>
17086
17087         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17088         New files.
17089
17090 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17091
17092         * gnus-group.el (gnus-no-groups-message): Update.
17093
17094         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17095
17096 2003-11-09  Simon Josefsson  <jas@extundo.com>
17097
17098         * imap.el: Support for ID IMAP extension (RFC 2971).
17099         (imap-local-variables): Add imap-id.
17100         (imap-id): New variable.
17101         (imap-id): New function.
17102         (imap-parse-response): Parse untagged ID response.
17103         * nnimap.el (nnimap-id): New variable.
17104         (nnimap-open-connection): Use it.
17105
17106 2003-12-28  Simon Josefsson  <jas@extundo.com>
17107
17108         * gnus-score.el (gnus-score-edit-all-score): New.
17109         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17110
17111 2004-01-04  Simon Josefsson  <jas@extundo.com>
17112
17113         * password.el: Add.
17114
17115 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17116
17117         * dns.el (dns-query-types): Fix typo.
17118         (dns-query-types): New function.
17119         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17120         PTR and SOA replies, see RFC 1035.
17121
17122 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17123
17124         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17125
17126         * Moved to Changelog.2.
17127
17128 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * gnus.el (gnus-version-number): Bump version.
17131
17132 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17133
17134         * gnus.el: No Gnus v0.1 is released.
17135
17136 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17137
17138         * gnus.el: No Gnus v0.0 is released.
17139
17140 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17141
17142         * gnus.el (gnus-version-number): Bump.
17143         (gnus-version): No.
17144
17145 See ChangeLog.2 for earlier changes.
17146
17147     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17148       Free Software Foundation, Inc.
17149
17150   This file is part of GNU Emacs.
17151
17152   GNU Emacs is free software: you can redistribute it and/or modify
17153   it under the terms of the GNU General Public License as published by
17154   the Free Software Foundation, either version 3 of the License, or
17155   (at your option) any later version.
17156
17157   GNU Emacs is distributed in the hope that it will be useful,
17158   but WITHOUT ANY WARRANTY; without even the implied warranty of
17159   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17160   GNU General Public License for more details.
17161
17162   You should have received a copy of the GNU General Public License
17163   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17164
17165 ;; Local Variables:
17166 ;; coding: utf-8
17167 ;; fill-column: 79
17168 ;; add-log-time-zone-rule: t
17169 ;; End: