gnus-gravatar: fix search backward
[gnus] / lisp / ChangeLog
1 2010-09-28  Julien Danjou  <julien@danjou.info>
2
3         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for ",\n"
4         for fields that are across several lines.
5
6 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9         x-focus-frame.
10
11         * nnimap.el (auth-source-forget-user-or-password)
12         (auth-source-user-or-password): Autoload.
13
14         * message.el (message-from-style, message-interactive)
15         (message-cite-prefix-regexp, message-sendmail-envelope-from)
16         (message-yank-prefix, message-indentation-spaces, message-signature)
17         (message-signature-file): Add comment.
18
19 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
22         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
23         new articles.
24
25         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
26         parts.
27         (nnimap-request-article): Work with the t setting, too.
28
29         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
30         that you don't get flashes of other buffers.
31         (gnus-summary-show-complete-article): Intern before setting.
32
33 2010-09-27  David Engster  <dengste@eml.cc>
34
35         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
36         well as HEADERS.
37         (nnmairix-retrieve-headers): Provide new argument for the above.
38
39 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-sum.el (gnus-summary-move-article): Don't alter
42         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
43         group.
44
45         * nnimap.el (nnimap-update-info): Don't destructively alter active.
46
47         * message.el (message-cite-prefix-regexp): Revert my last edit.
48
49         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
50         variable instead of the Gnus variable.
51
52         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
53
54         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
55         again.
56
57         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
58         since some servers don't like it.
59         (nnimap-open-connection): Forget credentials if the server says the
60         password was wrong.
61         (nnimap-parse-line): Protect against invalid data.
62
63         * gnus-sum.el (gnus-summary-move-article): Add comment.
64         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
65         nothing alters it while scanning for new messages.
66
67         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
68         which may or may not help.
69         (nnimap-open-connection): If we're doing a stream connection, and then
70         discover we're on a STARTTLS-capable server, then open a STARTTLS
71         connection instead.
72
73 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
74
75         * sieve-manage.el (sieve-manage-default-stream): Make default stream
76         customizable.
77
78 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * nnimap.el (utf7): Required.
81
82         * message.el (message-cite-prefix-regexp): Remove "}" from citation
83         prefix.
84
85 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
86
87         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
88
89 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * nnimap.el (nnimap-request-accept-article): Message the error on
92         error.
93
94 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
97
98 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
99
100         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
101         handing broken links to browse-url.
102
103 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * nndoc.el (nndoc-request-list): Return success always.
106
107         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
108         `fetch-old' -- we only want to fetch the articles we've requested.  The
109         rest are in the agent, probably.
110         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
111         disappeared server" to something low.  It's not important.
112
113         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
114         arrived before the FETCH data.
115
116         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
117         target here, because we don't know the Gnus name of the group.
118
119         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
120         for the correct group.
121
122         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
123
124         * gnus.el (gnus): Give a final warning after startup.
125
126         * gnus-util.el (gnus-action-message-log): New variable.
127         (gnus-message): Use it.
128         (gnus-final-warning): New function.
129
130         * nnimap.el (nnimap-open-connection): Record the greeting.
131         (nnimap): Add greeting.
132
133 2010-09-26  Julien Danjou  <julien@danjou.info>
134
135         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
136         arguments.
137         (gnus-html-wash-images): Fix spec computing to include start/end.
138
139         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
140
141 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
144         deletion.
145         (nnimap-retrieve-headers): Don't select the group, because that's
146         already done by nnimap-possibly-change-group.
147
148         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
149         (gnus-picon-transform-address): Use it.
150
151         * mail-source.el (mail-source-value): Revert previous patch.
152
153         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
154         on failure.
155         (nnimap-open-connection): Look up both virtual and physical server name
156         credentials.
157
158         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
159
160 2009-02-07  Dave Love  <fx@gnu.org>
161
162         * tls.el (open-tls-stream): Don't query killing process.
163
164 2009-02-08  Dave Love  <fx@gnu.org>
165
166         * gnus-win.el (gnus-window-to-buffer-helper,
167         gnus-all-windows-visible-p): Function needn't be a symbol.
168
169         * mail-source.el (mail-source-value): Function needn't be a symbol.
170
171 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * message.el (message-cite-prefix-regexp): Remove } from the cite
174         prefix.
175
176         * gnus-art.el (gnus-treatment-function-alist): Do picons before
177         highlight again, so that the highlight is correct.
178
179         * gnus-picon.el (gnus-picon): Remove again.
180         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
181
182         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
183         doing the header highlightling, so that the background colour of the
184         picon is correct.
185
186         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
187         (gnus-picon): Ditto.
188         (gnus-picon): Reinstate.  The background colour for picons is white.
189         (gnus-picon-insert-glyph): Make the background white.
190
191         * nnml.el (nnml-open-nov): Don't return dead buffers.
192
193         * auth-source.el (auth-source-create): Query the user for whether to
194         store the credentials.
195
196         * netrc.el (netrc-store-data): New function.
197
198         * auth-source.el (auth-source-user-or-password): Use the existing auth
199         sources, if any, for creation.
200
201         * gnus.el (gnus-group-fast-parameter): Return the last matching
202         parameter instead of the first matching parameter.
203
204 2010-09-26  Julien Danjou  <julien@danjou.info>
205
206         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
207
208 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * mml2015.el (mml2015-use): Remove gpg support.
211
212         * mml1991.el (mml1991-function-alist): Remove gpg function.
213         (mml1991-gpg-sign): Removed.
214
215 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
216
217         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
218         (gnus-browse-unsubscribe-current-group): Document it.
219         (gnus-browse-unsubscribe-group): Use it.
220
221 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
224         address to the To list for easier response.
225
226         * gnus.el (gnus-play-startup-jingle): Removed.
227         (gnus-splash): Don't play jingle.
228         (gnus): Silence gnus-load message.
229
230         * gnus-art.el (gnus-treat-play-sounds): Removed.
231
232         * gnus.el (gnus-play-jingle): Remove audio support.
233
234         * gnus-cus.el (gnus-score-customize): Remove audio reference.
235
236         * earcon.el: Removed -- no users.
237
238         * gnus-audio.el: Removed -- no users of this package.
239
240         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
241
242         * gnus-start.el (gnus-setup-news): Remove nocem support.
243
244         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
245
246         * gnus.el (gnus-use-nocem): Removed.
247
248         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
249         Removed.
250
251         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
252         uses NoCeM any more.
253
254         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
255         (gnus-button-ctan-handler): Ditto.
256         (gnus-button-handle-ctan-bogus-regexp): Ditto.
257         (gnus-button-ctan-directory-regexp): Ditto.
258         (gnus-button-handle-ctan): Ditto.
259         (gnus-button-tex-level): Ditto.
260         (gnus-button-alist): Removed CTAN stuff.
261
262 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
265         nnimap-streaming test.
266
267         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
268         servers twice.
269
270         * nnimap.el (nnimap-open-connection): Add more error reporting when
271         nnimap fails early.
272
273         * nnheader.el (nnheader-get-report-string): New function.
274         (nnheader-get-report): Use it.
275
276         * gnus-int.el (gnus-check-server): Say what the error was when opening
277         failed.
278
279         * nnimap.el (nnimap-wait-for-response): Search further when we're not
280         using streaming.
281
282 2010-09-25  Julien Danjou  <julien@danjou.info>
283
284         * gnus-html.el (gnus-html-rescale-image): Use our defalias
285         gnus-window-inside-pixel-edges.
286
287 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
290
291         * mm-decode.el (mm-save-part): Allow saving to other directories the
292         normal Emacs way.
293
294         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
295         by Jay Berkenbilt.
296
297         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
298         there isn't a single byte.
299
300         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
301         just do it.  It doesn't really seem to matter what the user responds
302         here, I think, so it's just a confusing question.
303
304         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
305         non-streaming case.
306
307         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
308         (gnus-article-encrypt-body): Use it.
309
310         * gnus-sum.el (gnus-summary-show-complete-article): New command and
311         keystroke.
312
313         * nnimap.el (nnimap-find-wanted-parts-1): Use
314         gnus-fetch-partial-articles.
315
316         * gnus-art.el (gnus-fetch-partial-articles): New variable.
317
318         * nnimap.el (nnimap-insert-partial-structure): New function.
319         (nnimap-get-partial-article): New function.
320         (nnimap-request-article): Use it.
321         (nnimap-wait-for-response): Return whether the wait was successful.
322         (nnimap-finish-retrieve-group-infos): Don't do anything if the
323         retrieval wasn't successful.
324         (nnimap-retrieve-group-data-early): Allow throttling servers.
325         (nnimap-streaming): New variable.
326         (nnimap-fetch-partial-articles): Removed.
327
328         * mm-decode.el (mm-with-part): Protect against killed buffers.
329
330         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
331         for prettier summary display.
332
333 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
334
335         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
336         directly.
337
338 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
341         apparently third-party libraries depend on it.
342
343         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
344         before starting negotiation.
345
346         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
347         privacy reasons.
348         (gnus-treat-mail-gravatar): Ditto.
349
350         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
351         buffer when inserting images.  Inserting text into the headers, for
352         instance, can make them invalid.
353
354 2010-09-25  Julien Danjou  <julien@danjou.info>
355
356         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
357         variables.
358
359         * nnheader.el: Remove useless variables news-reply-yank-from and
360         news-reply-yank-message-id.
361
362         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
363         variables.
364
365         * mml1991.el: Remove useless mml1991-verbose.
366
367         * gnus.el: Remove useless variable gnus-use-generic-from.
368         Remove obsolete variable gnus-topic-indentation.
369
370         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
371
372         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
373
374         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
375
376         * gnus-group.el: Remove useless gnus-group-icon-cache.
377         Remove useless gnus-ephemeral-group-server.
378
379         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
380
381         * mml2015.el: Remove useless mml2015-verbose.
382
383         * mml-smime.el: Remove useless mml-smime-verbose.
384
385         * gnus.el: Remove useless gnus-local-domain.
386
387         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
388         gnus-gravatar-size.
389
390         * gnus-art.el: Remove useless gnus-treat-translate.
391
392 2010-09-24  Julien Danjou  <julien@danjou.info>
393
394         * gnus-sum.el: Add support for Gravatars.
395
396         * gnus-art.el: Add support for Gravatars.
397
398         * gnus-gravatar.el: Add this file.
399
400         * gravatar.el: Add this file.
401
402 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
405
406         * gnus-group.el (gnus-group-fetch-faq): Removed.
407
408         * gnus.el (gnus-group-faq-directory): Removed.
409
410         * gnus-group.el (gnus-group-fetch-charter): Removed.
411
412         * gnus.el (gnus-group-charter-alist): Removed.
413
414         * gnus-group.el (gnus-group-archive-directory): Removed.
415         (gnus-group-recent-archive-directory): Ditto.
416         (gnus-group-make-archive-group): Removed.
417
418         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
419
420         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
421         use the same article number for all the cached articles.
422
423         * nnimap.el (nnimap-command): Register the last command time so
424         that we can use it for idling NOOPs.
425         (nnimap-open-connection): Start the keeplive timer.
426         (nnimap-make-process-buffer): Store all the process buffers.
427         (nnimap-keepalive): New function.
428
429         * starttls.el: (starttls-open-stream): Add autoload cookie.
430
431 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
432
433         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
434         handling.
435
436 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
439         its data structures.
440
441         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
442         instead of the cl.el copy-list.
443         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
444         equalp.
445
446 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
449         and tool-bar-local-item-from-menu.
450
451         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
452         mode-line-highlight face for Emacs.
453
454         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
455         loading gnus-sum.elc; fix comment for canlock-verify.
456         (gnus-article-jump-to-part): Use read-number.
457         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
458         Emacs pre-21 compatible code for help-echo.
459         (gnus-article-next-page-1): No need to adjust the number of lines.
460         (gnus-article-describe-bindings): Always use help-buffer.
461
462         * gnus-audio.el (gnus-audio-inline-sound)
463         * gnus-cus.el (gnus-custom-mode)
464         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
465
466         * gnus-sum.el (gnus-remove-overlays): Doc fix.
467
468         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
469         compatible code.
470
471 2010-09-24  Glenn Morris  <rgm@gnu.org>
472
473         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
474         visiting the fcc file in rmail-mode.
475
476         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
477
478 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * nnir.el: Silence the byte compiler.
481
482         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
483         alias to browse-url-url-encode-chars if any.
484         (gnus-html-encode-url): Use it.
485
486 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * gnus-start.el (gnus-use-backend-marks): New variable.
489         (gnus-get-unread-articles-in-group): Use it.
490
491         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
492         makeover.
493
494 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
495
496         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
497
498 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
501         Removed.
502         (gnus-setup-news-hook): Removed
503         gnus-fixup-nnimap-unread-after-getting-new-news.
504
505         * gnus-int.el (gnus-request-update-info): Protect against backends not
506         having the function.
507
508         * nnimap.el (nnimap-stream): Mention starttls.
509         (nnimap-open-connection): Add starttls support.
510
511 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
512
513         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
514
515 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
518         BODYSTRUCTUREs.
519         (nnimap-transform-headers): Unfold quoted {42} headers.
520
521         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
522         the info.
523         (gnus-get-unread-articles): Only call updatep on backends that support
524         it.
525
526         * nnweb.el (nnweb-request-update-info): NOOP.
527
528         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
529
530         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
531         since it only deals with marks.
532
533         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
534         gnus-request-marks, and make a new gnus-request-update-info.
535
536         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
537         the active instead of the high number, which is usually too low.
538
539 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * netrc.el (netrc-parse): Remove encrypt.el mentions.
542         * encrypt.el: Removed.
543
544 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
547         server in symbolic form.
548
549         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
550         0.9.
551
552 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
555         (nnimap-update-info): Fix up code slightly.
556
557         * gnus-int.el (gnus-open-server): Add tracing for performance
558         debugging.
559
560         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
561         (gnus-group-insert-group-line): Pass the real group name so that it
562         gets the right data.
563
564         * gnus-start.el (gnus-get-unread-articles): Don't have
565         `gnus-get-unread-articles-in-group' update info, since that can be
566         really slow and doesn't seem to be needed?
567
568 2010-09-22  Dan Christensen  <jdc@uwo.ca>
569
570         * time-date.el (date-to-time): Try using parse-time-string first before
571         using the slower timezone-make-date-arpa-standard.
572
573 2010-09-22  Julien Danjou  <julien@danjou.info>
574
575         * gnus-group.el (gnus-group-insert-group-line): Call
576         gnus-group-highlight-line.
577         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
578         default hook list.
579         (gnus-group-update-eval-form): Add new function.
580         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
581         (gnus-group-get-icon): Use gnus-group-update-eval-form.
582
583 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
586         immediate, then expire all articles.
587         (nnimap-update-info): Fix off-by-one errors.
588         (nnimap-flags-to-marks): Would return no marks lists for group with no
589         flags.  Instead return the other data.
590
591 2010-09-22  Julien Danjou  <julien@danjou.info>
592
593         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
594         Only return an icon.
595         (gnus-group-insert-group-line): Compute icon to return.
596
597         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
598         variable.
599         (gnus-html-image-fetched): Only cache if
600         gnus-html-image-automatic-caching is set.
601         (gnus-html-image-fetched): Check for errors.
602
603 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
606         once per method on `g'.  This ensures that backends like nnfolder don't
607         open all their folders.
608
609         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
610         (nnimap-request-list): Nix out group in the correct buffer.
611         (nnimap-parse-flags): Implement by using `read' instead of
612         hand-parsing.
613         (nnimap-flags-to-marks): Pass on permanent-flags.
614         (nnimap-make-process-buffer): Record the server name.
615         (nnimap-parse-flags): Fix typo.
616         (nnimap-request-scan): Run split on the server in general, not just a
617         single group.
618
619         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
620         parameter, and propagate this downwards.
621
622         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
623         since EXAMINE changes it on the server.
624
625         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
626         this command might take a while.
627
628 2010-09-22  Julien Danjou  <julien@danjou.info>
629
630         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
631         harmful if you have 2 images side-by-side, they can't be properly
632         update on text deletion.  Using text-property is safer here.
633         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
634         data.
635
636 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * nnimap.el (nnimap-expunge-inbox): Removed.
639         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
640         (nnimap-expunge): Flip default to t.
641
642         * gnus.el (gnus-method-to-server): Don't push things to the cache
643         unless it's unique.
644         (gnus-server-to-method): Ditto.
645
646 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
647
648         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
649
650 2010-09-22  Julien Danjou  <julien@danjou.info>
651
652         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
653         get the start of data.
654         (gnus-html-encode-url): Add this function to encode special chars in
655         URL.
656         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
657         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
658
659         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
660         default.
661         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
662
663         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
664         images alt-text.
665         (gnus-html-put-image): Put alt-text as help-echo.
666
667 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
670         * mm-util.el (mm-decompress-buffer)
671         * nnir.el (nnir-run-find-grep)
672         * pop3.el (pop3-list): Use 3rd arg of split-string.
673
674         * time-date.el (format-seconds): Comment fix.
675
676         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
677         and byte-optimize-form-code-walker.
678         (dgnushack-make-auto-load): Don't advise make-autoload.
679
680         * lpath.el: Remove Emacs 21 stuff.
681
682 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
685         outside the active range.  Suggested by Dan Christensen.
686
687         * gnus-start.el (gnus-get-unread-articles): Get the extended method
688         slightly later to avoid double-getting it.
689
690         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
691         previous patch.
692
693         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
694
695 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
696
697         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
698
699 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-int.el (gnus-open-server): Give a better error message in the
702         "go offline" case.
703
704         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
705         marks for nnimap, which is seldom the right thing to do.
706
707         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
708         (gnus-same-method-different-name): New function.
709
710         * nnimap.el (parse-time): Require.
711
712         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
713         method in the presence of many similar methods.
714
715         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
716
717         * nnimap.el (nnimap-find-expired-articles): Don't refer to
718         nnml-inhibit-expiry.
719
720         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
721         find out whether methods are equal.
722
723         * nnimap.el (nnimap-find-expired-articles): New function.
724         (nnimap-process-expiry-targets): New function.
725         (nnimap-request-move-article): Request the article before looking at
726         what the Message-ID is.  Fix found by Andrew Cohen.
727         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
728
729         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
730         for oldness in addition to being a predicate.
731
732         * nnimap.el (nnimap-request-group): When we have zero articles, return
733         the right data to Gnus.
734         (nnimap-request-expire-articles): Only delete articles immediately if
735         the target is 'delete.
736
737         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
738         method, this would bug out.
739
740         * gnus-group.el (gnus-group-expunge-group): Renamed from
741         gnus-group-nnimap-expunge, and implemented as a normal interface
742         function.
743
744         * gnus-int.el (gnus-request-expunge-group): New function.
745
746         * nnimap.el (nnimap-request-create-group): Implement.
747         (nnimap-request-expunge-group): New function.
748
749 2010-09-21  Julien Danjou  <julien@danjou.info>
750
751         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
752         (gnus-html-cache-expired): Add new function.
753         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
754         wethever we should display image for fetch it.
755         Compute alt-text earlier to pass it to the fetching function too.
756         (gnus-html-schedule-image-fetching): Change function argument to only
757         get one image at a time, not a list.
758         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
759         cache.
760         (gnus-html-get-image-data): New function to retrieve image data from
761         cache.
762         (gnus-html-put-image): Change buffer argument to use image data rather
763         than file, and place image above region rather than inserting a new
764         one. Do not take alt-text as argument, since it's useless now: we place
765         the image above alt-text.
766         (gnus-html-prune-cache): Remove.
767         (gnus-html-show-images): Start to fetch image when we find one, do not
768         push into a temporary list.
769         (gnus-html-prefetch-images): Only fetch image if they have expired.
770         (gnus-html-browse-image): Fix, use 'gnus-image-url.
771         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
772
773 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
776
777 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
780         spec inser "*" if the group isn't active instead of 0.
781
782         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
783         opening the server.
784         (nnimap-request-delete-group): Implement group deletion.
785         (nnimap-transform-headers): Return the size of the entire message in
786         the Bytes header, not just the size of the first part.
787         (nnimap-request-move-article): When moving an article from nnimap,
788         request the article first so the accepting form has an article to
789         accept.  Reported by Dan Christensen.
790         (nnimap-command): Make sure that the error message doesn't error out.
791
792 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
793
794         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
795         we haven't requested anything.
796
797 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
800         "".  Fix found by Andrew Cohen.
801
802         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
803         instead of -encode-string.
804
805 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
808
809         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
810         by mm-subst-char-in-string.
811
812 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
815         waiting for the connection string.
816
817         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
818         arriving.
819
820         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
821         bogus characters.  This allows selecting certain Gmail groups.
822
823         * nnimap.el (nnimap-find-wanted-parts-1): New function.
824         (nnimap-fetch-partial-articles): New variable.
825         (nnimap-open-connection): When looking for credentials, also use the
826         nnimap-server-port.
827         (nnimap-request-article): Return the group/article number, so that Gnus
828         `^' works as expected.
829         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
830         them.
831
832         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
833         comments.
834         (gnus-methods-sloppily-equal): New function.
835         (gnus): When using the development version of Gnus, load the gnus-load
836         file.
837
838         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
839         `gnus-open-server' on each method before trying to scan them etc.  This
840         ensures that all the backend parameters are set correctly.
841
842         * nnimap.el (nnimap-authenticator): New variable.
843         (nnimap-open-connection): Allow anonymous login.
844         (nnimap-transform-headers): The chars header is called Chars not
845         Bytes.
846         (nnimap-wait-for-response): Don't infloop if the IMAP connection
847         drops.
848
849         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
850         patch, found by Knut Anders Hatlen.
851
852 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
853
854         * gnus-agent.el (gnus-agent-batch-confirmation)
855         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
856         to gnus-message.
857         * gnus-art.el (gnus-article-describe-briefly): Likewise.
858         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
859         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
860         * gnus-int.el (gnus-open-server): Likewise.
861         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
862         (gnus-score-check-syntax): Likewise.
863         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
864         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
865         Likewise.
866         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
867
868 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
871         calling conventions so that prefetch doesn't bug out.
872
873 2010-09-19  Julien Danjou  <julien@danjou.info>
874
875         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
876         rather than `subst-char-in-region' in order to be able to replace ASCII
877         char by UTF-8 ones.
878
879         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
880         than curl.
881         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
882         the right URL and ALT text on images.
883         (gnus-html-wash-tags): Fix tag case.
884         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
885         (gnus-article-html): Add -o display_ins_del=2 option.
886         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
887
888 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
891         the extra mail headers, which sometimes seem to happen for unknown
892         reasons.
893
894         * mail-parse.el (mail-header-encode-parameter): Define as
895         rfc2045-encode-string instead of as rfc2231-encode-string, since some
896         (or most, perhaps?) mail readers don't understand the latter, but do
897         understand the former.
898
899         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
900         to nil, so that no methods are automatically agentized.  I think this
901         is probably what most users want.
902
903         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
904         from url-retrieve, for instance about invalid URLs.
905
906         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
907         groups that have no articles.
908         (nnimap-request-article): Check that we really got an article when we
909         requested one.
910
911         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
912         doesn't exist.
913
914         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
915         nntp buffer so the agent can save it.
916         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
917         that CRLF doesn't get translated to \n.
918         (nnimap-open-connection): Don't make 'shell commands only send \n.
919
920 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
921
922         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
923         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
924         Update var name.
925         (nnml-generate-nov-file): Use dolist.
926         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
927         Use with-current-buffer.
928
929 2010-09-18  Julien Danjou  <julien@danjou.info>
930
931         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
932         parallel.
933
934 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-update-info): When doing partial marks update, get
937         the range update right.
938         (nnimap-request-group): Don't make `M-g' bug out on group with no
939         marks.
940         (nnoo): Required, so that other packages can require nnimap.
941         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
942         command we're looking for.  This helps when the server sends more
943         responses after we've gotten everything we expected.
944         (nnimap): Add a `newlinep' field to keep track of end-of-line
945         conventions.
946         Don't send CRLF to things that don't want it.
947         (nnimap-request-accept-article): Ditto.
948
949 2010-09-18  Julien Danjou  <julien@danjou.info>
950
951         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
952         than curl to retrieve images.
953
954 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * nnimap.el (nnimap-update-info): Extend the info so that we can set
957         the marks.
958         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
959         (nnimap-wait-for-connection): New function.
960         (nnimap-open-connection): If we have PREAUTH, don't query for login
961         credentials.
962         (nnimap-update-info): Fix off-by-one error when concatenating ranges
963         when doing a partial update.
964
965 2010-09-18  Julien Danjou  <julien@danjou.info>
966
967         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
968         tags.
969
970 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * nnimap.el (nnimap-credentials): New function.
973         (nnimap-open-connection): Use the new function to look for credentials
974         also on the numeric equivalents of "imap" and "imaps".
975
976         * gnus-start.el (gnus-activate-group): Send the info to
977         gnus-request-group.
978
979         * nnimap.el (nnimap-request-group): Have the "check" version of the
980         function parse flags and update the info, so that a `M-g' get a total
981         resync of all flags from the group.
982
983         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
984         to allow backends to alter the info on group selection.  Also alter all
985         the backend -request-group functions to take the parameter.
986
987         * nnimap.el (nnimap-store-info): New function.
988         (nnimap-update-info): Store the info for later usage.
989         (nnimap-request-group): Use the stored info for the dont-check case, so
990         that we don't retrieve all marks when we enter a group.
991
992         * nnimap.el: Use deffoo instead of defun for interface functions.
993
994         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
995         update the group info.  This makes the nndraft groups, for instance, go
996         back to their old behaviour.
997
998         * gnus-sum.el (gnus-select-newsgroup): Indent.
999
1000         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1001         in.
1002         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1003         nothing.
1004
1005         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1006         from methods that are denied.
1007
1008         * gnus-int.el (gnus-method-denied-p): New function.
1009
1010         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1011         store the password instead of netrc.
1012         (nnimap-open-connection): Don't error out when we can't make a
1013         connections.
1014
1015         * auth-source.el (auth-source-create): In the password prompt, say what
1016         we're querying for.  Also prompt for user name if that hasn't been
1017         given.
1018
1019         * nnimap.el (nnimap-with-process-buffer): Removed.
1020
1021 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1024         method when we're reading from the agent.
1025
1026         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1027
1028         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1029         that's probably most useful for users.
1030
1031         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1032         "failed" all the time.
1033
1034         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1035         ...)) with (with-current-buffer ... ).
1036
1037         * nntp.el (nntp-open-server): Return whether the open was successful or
1038         not.
1039
1040         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1041         select an unread unseen article first.
1042
1043         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1044         /etc/services, supply some sensible port defaults.
1045
1046         * dgnushack.el: Define netrc-credentials.
1047
1048 2010-09-17  Julien Danjou  <julien@danjou.info>
1049
1050         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1051
1052 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1053
1054         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1055         doesn't have any parameters.
1056
1057 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1060         only upcased checks.
1061
1062         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1063
1064         * nnimap.el (nnimap-open-shell-stream): New function.
1065         (nnimap-open-connection): Use it.
1066         (nnimap-transform-headers): Get the number of lines in each message.
1067         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1068         number of lines.
1069         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1070         problem.
1071
1072         * utf7.el (utf7-encode): Autoload.
1073
1074         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1075         to allow the mail splitting to not return a default group.  This is
1076         useful for nnimap, which will leave unmatched mail in the inbox.
1077
1078         * nnimap.el: Rewritten.
1079
1080         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1081         nnimap usage.
1082
1083         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1084         if the move is internal, so that nnimap can do fast internal moves.
1085
1086         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1087         data.
1088         (gnus-read-active-for-groups): Support finishing the early retrieval of
1089         data.
1090
1091         * gnus-range.el (gnus-range-nconcat): New function.
1092
1093         * gnus-int.el (gnus-finish-retrieve-group-infos)
1094         (gnus-retrieve-group-data-early): New functions.
1095
1096 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1097
1098         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1099         (nnrss-retrieve-groups):
1100         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1101         (pop3-quit): Use with-current-buffer.
1102
1103 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1106         instead of nnheader-accept-process-output.
1107
1108         * dgnushack.el (dgnushack-compile): Add comment.
1109
1110         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1111
1112         * gnus-html.el (gnus-html-schedule-image-fetching)
1113         (gnus-html-prefetch-images): Replace process-kill-without-query by
1114         gnus-set-process-query-on-exit-flag.
1115
1116 2010-09-16  Romain Francoise  <romain@orebokech.com>
1117
1118         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1119
1120 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1123         parameter to unintern is mandatory-ish in Emacs 24.
1124
1125         * gnus-html.el (gnus-html-schedule-image-fetching)
1126         (gnus-html-prefetch-images): Check for curl before using it.
1127
1128         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1129         depend on curl, which isn't essential.
1130
1131         * imap.el: Revert back to version
1132         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1133         seem problematic.
1134
1135 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1136
1137         * gnus-registry.el (gnus-registry-install-shortcuts):
1138         Explicitly pass `obarray' to `unintern' to avoid a warning.
1139
1140 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1143         change.
1144
1145         * nnrss.el (nnrss-request-list): Removed this function and related
1146         functions, including the moreover stuff.
1147
1148 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * nnrss.el (nnrss-retrieve-groups): New function.
1151
1152 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1153
1154         * .dir-locals.el: Add no-byte-compile cookie.
1155
1156 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * time-date.el (format-seconds): Comment fix.
1159
1160         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1161         for back end that doesn't support request-scan.
1162
1163 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1166         then do request scans from the backends.
1167
1168         * netrc.el (netrc-credentials): New conveniency function.
1169
1170         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1171         avoid running a hook per line, since this takes a lot of time,
1172         profiling shows.
1173         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1174         directly if gnus-visual-p is true.
1175
1176 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1179         groups; replace mapcar with dolist which is a bit faster; pass groups
1180         info to gnus-read-active-file-1.
1181         (gnus-read-active-file-1): Scan only specified groups if the new
1182         optional arg `infos' is given.
1183
1184 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1187
1188         * pop3.el (pop3-movemail): Removed.
1189         (pop3-streaming-movemail): Renamed to pop3-movemail.
1190
1191         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1192         don't restrict end-tag searches to the end of the line.
1193
1194 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1197         articles of every unchecked group to t, which means unknown since the
1198         server has never been opened.
1199
1200 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * gnus-html.el (gnus-html-show-alt-text): New command.
1203         (gnus-html-browse-image): Ditto.
1204         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1205         to browse the image directly.
1206         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1207         better.
1208
1209         * gnus-async.el (gnus-async-article-callback): Call
1210         `gnus-html-prefetch-images' unconditionally.
1211
1212         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1213         before feeding URLs to curl.
1214
1215 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1218         internal images as deletable by `W D D'.
1219
1220         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1221         (gnus-async-article-callback): Fix typo.
1222
1223 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1226         current line to work around bugs in the output from w3m.
1227
1228         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1229         for groups that want that.
1230
1231         * nntp.el (nntp-wait-for-string): Supply a timeout for
1232         accept-process-output to ensure progress.
1233
1234         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1235         level to get unread articles from, then use that for foreign groups,
1236         too.
1237
1238         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1239         confuses the rest of the function.
1240
1241         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1242         for the methods that support -retrieve-groups, too.
1243
1244         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1245
1246 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1249         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1250
1251         * pop3.el: Require cl when compiling.
1252         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1253
1254 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1257         that aren't going to be activated.
1258         (gnus-get-unread-articles): Fix up the last commit.
1259
1260         * gnus-html.el (gnus-article-html): Allow calling without specifying
1261         the handle.  In that case, dissect the buffer first.
1262
1263         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1264
1265         * nnimap.el (nnimap-open-connection): Revert the change that would look
1266         into authinfo for imaps instead of imap.
1267
1268         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1269         say that you don't want to call gnus-request-group with don-check, but
1270         do check the reponse.  This is for virtual groups only.
1271         (gnus-get-unread-articles): Count the archive groups as secondary, so
1272         that they're activated the same way as before.
1273
1274         * imap.el (imap-message-map): Removed optional buffer parameter, since
1275         no callers use it.
1276         (imap-message-get): Ditto.
1277         (imap-message-put): Ditto.
1278         (imap-mailbox-map): Ditto.
1279         (imap-mailbox-put): Ditto.
1280         (imap-mailbox-get): Ditto.
1281         (imap-mailbox-get): Revert last change for this function.
1282
1283         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1284         case-insensitively.
1285         (nnimap-debug): Removed.
1286
1287         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1288         to use `imap-fetch' instead.  According to the comments, this should be
1289         safe, since all other IMAP clients use the 1:* syntax.
1290         (imap-enable-exchange-bug-workaround): Removed.
1291         (imap-debug): Removed -- doesn't seem very useful.
1292
1293         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1294         mail from a file, and the file doesn't exist.
1295
1296         * imap.el (imap-log): New convenience function used throughout instead
1297         of repeating the same code all over the place.
1298
1299         * pop3.el (pop3-streaming-movemail): Return t for success.
1300
1301         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1302         .authinfo if we're using ssl connection.
1303
1304         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1305         already have if we're in a main Gnus `g' run.
1306
1307         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1308
1309 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1312
1313         * nnmh.el (nnmh-request-list-1): Bind `file'.
1314
1315         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1316         alias to set-process-query-on-exit-flag or process-kill-without-query.
1317         (pop3-open-server): Use it.
1318
1319 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1322         box to the Incoming file.  Fixes mistake in previous checkin.
1323
1324         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1325         request loop (for debugging purposes) removed.
1326
1327         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1328         culprit is more visible.
1329         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1330         (nnml-add-incremental-nov): New functions to do "incremental" nov
1331         updates, where we just append to the end of the existing nov files
1332         without reading/writing them in full.
1333
1334         * mail-source.el (mail-source-delete-crash-box): Really only check the
1335         incoming files once in a while.
1336
1337         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1338
1339         * mail-source.el (mail-source-delete-crash-box): Only check the
1340         incoming files for deletion once per day to save a lot of file
1341         accesses.
1342
1343         * pop3.el (pop3-logon): Fix up unbound variable typo.
1344
1345         * mail-source.el (pop3-streaming-movemail): Autoload.
1346
1347         * pop3.el (pop3-streaming-movemail): Respect
1348         pop3-leave-mail-on-server.
1349
1350         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1351         retrieval.
1352
1353         * pop3.el (pop3-process-filter): Removed unused function.
1354         (pop3-streaming-movemail, pop3-send-streaming-command)
1355         (pop3-wait-for-messages, pop3-write-to-file)
1356         (pop3-number-of-responses): New functions for streaming pop3
1357         retrieval.
1358
1359         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1360         come from no known methods.
1361         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1362         list.
1363
1364         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1365         message sizes.
1366         (pop3-movemail): Use erase-buffer instead of looping and deleting
1367         regions, which seems rather odd.
1368
1369         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1370         file once per `g' run.
1371
1372         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1373         directories.  This makes the draft queue directory work.
1374
1375         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1376         data from the backends, so that we only request the list of groups from
1377         each method once.  This should speed things up considerably.
1378
1379         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1380         detect that it's not implemented.
1381
1382         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1383         we actually do recurse down into the tree, but don't stat all leaf
1384         nodes.
1385
1386         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1387         then say so instead of bugging out.
1388
1389         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1390         files exist before trying to read them.
1391
1392         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1393         around <pre_int>.
1394
1395         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1396
1397         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1398
1399 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * mm-util.el (mm-image-load-path): Just return the image directories,
1402         not all directories in the path in addition to the image directories.
1403         (mm-image-load-path): Maintain a cache of the image directories so that
1404         the `g' command in Gnus doesn't have to stat dozens of directories each
1405         time.
1406
1407         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1408         (gnus-html-wash-tags): Add a new `i' command to insert images.
1409         (gnus-html-insert-image): New command and keystroke.
1410         (gnus-html-redisplay-with-images): New command and keystroke.
1411         (gnus-html-show-images): Renamed command.
1412         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1413         spacers.
1414         (gnus-html-wash-tags): Decode entities at the end, so that entities
1415         inside the tags don't mess up the rest of the "parsing".
1416
1417         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1418         so that nnimap methods aren't agentized by default.  There's apparently
1419         many problems related to agent/imap behaviour.
1420
1421         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1422
1423         * gnus-html.el: Doc fix.
1424
1425 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1428         specifier-spec-list for Emacs 21.
1429
1430         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1431         glyph-width and glyph-height instead of display-graphic-p and
1432         image-size; make avoidance of displaying small images work for XEmacs.
1433
1434         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1435         for XEmacs.
1436
1437         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1438         of symbol that holds plist data.
1439         (gnus-process-plist): Remove plist of process after getting it.
1440
1441 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * message.el (message-generate-hashcash): Change default to
1444         'opportunistic if hashcash is installed.
1445
1446         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1447         (gnus-html-put-image): Only call image-size once, since it's somewhat
1448         time-consuming on remote X servers.
1449
1450 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1453         type on data, not a file name.
1454
1455         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1456         window-pixel-edges for Emacs 21.
1457
1458         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1459         decoded contents.
1460         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1461
1462 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1465         group line format, since it isn't very interesting.
1466
1467         * gnus-agent.el (gnus-agent-short-article),
1468         (gnus-agent-long-article): Increase values for these two variables,
1469         since most people are likely to have more network connection and
1470         storage than before.
1471
1472         * gnus.el (gnus-refer-article-method): Change default to 'current.
1473         When referring an article, the common behaviour is to refer it from the
1474         current select method, not the native select method.  The chances of
1475         the native select method having the message in question is rather slim
1476         these days.
1477
1478         * gnus-sum.el (gnus-auto-select-subject): Change default to
1479         `unseen-or-unread'.  I think it's likely that most people want to
1480         select an unseen article over a previously seen, but unread one.
1481
1482         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1483         means that in the article buffer none of the minor mode elements will
1484         be shown, usually, and this is not desirable in most cases.
1485
1486         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1487         that commands like `d' (and the like) go to the next line in the
1488         buffer, instead of the next unread article.  I think this is the
1489         behaviour that is most natural for most users.
1490         (gnus-single-article-buffer): Change default to nil, so that people can
1491         have as many article buffers open as they have summary buffer.  I think
1492         this is the most natural way for the groups to behave.
1493
1494         * message.el (message-generate-new-buffers): Change default to
1495         `unsent', so that all new message buffers start their names with the
1496         string "*unsent", and it's easier to find the buffers if you move from
1497         them.
1498
1499 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1502         small.  They're probably tracking images.
1503         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1504         (gnus-html-rescale-image): Yet another try at getting the image sizing
1505         right.
1506
1507         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1508         nntp-marks-file-name is nil.
1509
1510 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1511
1512         * gnus-html.el (gnus-html-wash-tags)
1513         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1514         Better logging.
1515
1516 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1519
1520         * gnus-html.el (gnus-html-wash-tags): Check the value of
1521         gnus-blocked-images in the summary buffer.
1522
1523 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1526
1527 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1530         like "a", it seems like.
1531         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1532         since it needs to be picked from the correct buffer.
1533
1534         * nnwfm.el: Removed.
1535
1536         * nnlistserv.el: Removed.
1537
1538 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1541         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1542
1543 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * nnkiboze.el: Removed.
1546
1547         * nndb.el: Removed.
1548
1549         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1550         alt text.
1551         (gnus-html-rescale-image): Try to get the rescaling logic right for
1552         images that are just wide and not tall.
1553
1554         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1555         overshadow variable bindings.
1556
1557 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1558
1559         * gnus-html.el (gnus-html-wash-tags)
1560         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1561         extra logging.
1562
1563 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1566         (gnus-max-image-proportion): New variable.
1567         (gnus-html-rescale-image): New function.
1568         (gnus-html-put-image): Rescale images.
1569
1570 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         Fix up some byte-compiler warnings.
1573         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1574         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1575         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1576         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1577         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1578         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1579         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1580
1581 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-html.el (gnus-article-html): Decode contents by charset.
1584
1585 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1588         (gnus-html-frame-width, gnus-blocked-images)
1589         * message.el (message-prune-recipient-rules): Add custom version.
1590         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1591
1592         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1593         functions.
1594
1595         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1596         gnus-process-get.
1597
1598 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1599
1600         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1601         instead of lsub directly.
1602
1603 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * nnwarchive.el: Removed.
1606
1607         * gnus-soup.el: Removed.
1608
1609         * nnsoup.el: Removed.
1610
1611         * nnultimate.el: Removed.
1612
1613         * gnus-html.el (gnus-blocked-images): New variable.
1614
1615         * message.el (message-prune-recipients): New function.
1616         (message-prune-recipient-rules): New variable.
1617
1618         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1619         guess whether a long line is natural text or not.
1620
1621         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1622         gnus-process-plist and friends for compatibility.
1623
1624 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1625
1626         * gnus-html.el: Require packages that define macros used in this file.
1627         (gnus-article-mouse-face): Declare to silence byte-compiler.
1628         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1629         process-get.
1630         (gnus-html-put-image): Use plist-get to avoid getf.
1631         (gnus-html-prefetch-images): Use with-current-buffer.
1632
1633 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-ems.el: Provide compatibility functions for
1636         gnus-set-process-plist.
1637
1638         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1639         header-line-format for XEmacs 21.4.
1640
1641         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1642         * gnus.el (gnus-valid-select-methods)
1643         * message.el (message-send-mail-partially-limit)
1644         * mm-decode.el (mm-text-html-renderer)
1645         * mml.el (mml-insert-mime-headers-always)
1646         * smiley.el (smiley-regexp-alist): Bump custom version.
1647
1648 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * gnus-html.el: require mm-url.
1651         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1652         with the url to `url'.
1653         (gnus-html-wash-tags): Support cid: URLs/images.
1654
1655 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1658         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1659         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1660
1661         * gnus-move.el: Removed file, since it doesn't really work.
1662
1663         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1664         UTF-8.  This seems to fix problems with some German web feeds.
1665
1666         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1667         at the top so that the proper colours are applied.
1668
1669         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1670         don't have dots in their names.
1671
1672         * gnus-art.el (gnus-article-view-part): Doc fix.
1673
1674         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1675         XEmacs-compatible.
1676         (gnus-html-put-image): Don't do images on non-graphic displays.
1677
1678         * nnslashdot.el: Removed this unused backend.
1679
1680         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1681         actions.
1682         (gnus-undo-register-1): Revert last change.
1683
1684         * gnus-group.el (gnus-group-completing-read): Protect against not
1685         having completion-styles bound.
1686
1687         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1688         make broken recipients happier.
1689
1690         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1691
1692         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1693         point parameter.
1694
1695         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1696
1697         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1698         completion-styles for group selection.
1699
1700 2009-02-04  Andreas Schwab  <schwab@suse.de>
1701
1702         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1703         headers and regexp-quote the match if necessary.
1704
1705 2009-03-24  Miles Bader  <miles@gnu.org>
1706
1707         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1708         the blinking smiley.
1709
1710 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1711
1712         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1713         blink smiley.
1714
1715 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1718         where the dribbel file lives exists.
1719
1720         * message.el (message-send-mail-partially-limit): Change the default to
1721         nil, since most people don't want this.
1722
1723         * mm-url.el (mm-url-decode-entities): Also decode entities like
1724         &#x3212.
1725
1726 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1727
1728         * gnus-sum.el (gnus-summary-idna-message):
1729         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1730         Hyperlink urls in docstrings with URL `...'.
1731
1732 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1733
1734         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1735         functions.
1736
1737 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1740         say what the mouseover text should be.
1741
1742         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1743         version of the mm-w3m-safe-url-regexp variable to only download images
1744         in the groups where we want that to happen.
1745
1746         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1747
1748         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1749         easier debugging.
1750         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1751         big pictures in the article buffer.
1752
1753         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1754         gnus-article-html.
1755         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1756         w3m.
1757
1758         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1759
1760 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1763         which doesn't exist.
1764
1765         * message.el (message-inhibit-ecomplete): New variable to allow some
1766         function to inhibit ecomplete address storage.
1767         (message-resend): Disable ecomplete message storage when resending
1768         messages.
1769
1770         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1771
1772 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1775         Save excursion while copying, moving, and deleting articles in order to
1776         prevent the cursor from jumping to unforeseen place.
1777
1778 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * lpath.el: No need to bind bookmark-current-buffer,
1781         bookmark-yank-point and bookmark-make-record-function.
1782
1783 2010-08-17  Glenn Morris  <rgm@gnu.org>
1784
1785         * gnus-sync.el: Require gnus components whose functions are used.
1786
1787         * gnus-art.el (bookmark-make-record-function):
1788         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1789         Declare for compiler.
1790
1791         * mm-url.el (mml-compute-boundary): Autoload.
1792
1793 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1796
1797 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         Typo fix "hoo4a" -> "hook".
1800
1801         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1802
1803 2010-08-14  Glenn Morris  <rgm@gnu.org>
1804
1805         * gnus-sync.el (gnus-sync): Fix defgroup version.
1806
1807 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1808
1809         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1810
1811         * gnus-sync.el: Fix docs.
1812         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1813         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1814
1815 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         Optimizations for gnus-sync.el.
1818
1819         * gnus-sync.el: Add docs about gnus-sync-backend
1820         possibilities.
1821         (gnus-sync-save): Remove unnecessary message.
1822         (gnus-sync-read): Optimize and show what groups were skipped.
1823
1824 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1825
1826         Minor bug fixes for gnus-sync.el.
1827
1828         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1829         read the sync on get-new-news.
1830
1831         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1832         quiet.
1833
1834         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1835
1836 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1837
1838         Make saving and restoring of hidden threads work with overlays.
1839         Patch applied by Ted Zlatanov.
1840
1841         * gnus-sum.el (gnus-hidden-threads-configuration)
1842         (gnus-restore-hidden-threads-configuration): Update to deal with text
1843         properties, rather than searching for a magic character.
1844
1845 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         New gnus-sync.el library for synchronization of marks.
1848
1849         * gnus-sync.el: New library for synchronization of marks.
1850
1851         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1852         renamed from `gnus-registry-grep-in-list'.
1853
1854         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1855
1856         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1857
1858 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1861         determining charset of text fails.
1862
1863 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * nnmail.el (nnmail-get-new-mail-1): Revert.
1866
1867         * nnml.el (nnml-active-number): Make sure names of newly created groups
1868         in nnml-group-alist are encoded.
1869
1870 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1873         containing non-ASCII characters in active file for nnml back end.
1874
1875 2010-07-24  David Engster  <dengste@eml.cc>
1876
1877         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1878         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1879
1880 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1881
1882         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1883         tag (Bug#6654).
1884
1885 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1888         the article buffer, not the summary buffer.
1889
1890 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1893         Emacs 23 as well.
1894
1895 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1898         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1899
1900 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1901
1902         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1903         Patch applied by Karl Fogel.
1904
1905         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1906         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1907
1908 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1909
1910         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1911         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1912         C-w still not working correctly from Article buffers; Thierry's
1913         patch to fix that will be applied after this.
1914
1915         * gnus-art.el (bookmark-make-record-function): New local variable.
1916
1917         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1918         article buffer.
1919         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1920
1921 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1922
1923         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1924         on changes in bookmark.el.
1925
1926 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1929         `no-log' instead of message not to log prompt string.
1930
1931 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1932
1933         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1934         the *other* type of HTML form submission.
1935
1936 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1937
1938         * auth-source.el (auth-source-pick): If choice does not contain a
1939         questioned keyword, set the check to t.
1940
1941 2010-06-12  Romain Francoise  <romain@orebokech.com>
1942
1943         * gnus-util.el (gnus-date-get-time): Move up before first use.
1944
1945 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1948         (gnus-article-edit-part): Bind it to make last part that is substituted
1949         or deleted visible.
1950         (gnus-mime-display-single): Buttonize part of which id equals to
1951         gnus-mime-buttonized-part-id.
1952
1953 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1954
1955         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1956         (gnus-dd-mmm): Use gnus-date-get-time.
1957         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1958         simplify logic.
1959         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1960         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1961
1962 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1963
1964         * auth-source.el (top): Autoload `secrets-list-collections',
1965         `secrets-create-item', `secrets-delete-item'.
1966         (auth-sources): Fix tag string.
1967         (auth-get-source, auth-source-retrieve, auth-source-create)
1968         (auth-source-delete): New defuns.
1969         (auth-source-pick): Rewrite in order to avoid 2 passes.
1970         (auth-source-forget-user-or-password): New parameter USERNAME.
1971         (auth-source-user-or-password): New parameters CREATE-MISSING and
1972         DELETE-EXISTING.  Retrieve password interactively, if needed.
1973
1974 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1975
1976         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1977         deleting unused directories when gnus-expert-user is t.
1978
1979 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1982         for each temp file when gnus-article-browse-delete-temp is ask.
1983
1984 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1985
1986         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1987         Lisp calls to delete-backward-char by calls to delete-char.
1988
1989 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1990
1991         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1992
1993 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1994
1995         * password-cache.el (password-cache-remove): Fix docstring.
1996
1997 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2000         article unless decoding article to be saved.
2001
2002 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2005         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2006         generated within the mm-with-unibyte-current-buffer macro.
2007
2008 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2011         to nil when we're in a mml-preview buffer and no group is selected.
2012
2013 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2014
2015         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2016         when catching the `C-g'.  Reported by "Leo".
2017
2018 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * message.el (message-forward-make-body-plain)
2021         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2022         multibyte-string-p.
2023
2024         * lpath.el: Revert.
2025
2026 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * message.el (message-forward-make-body-mml): Assume original message
2029         is multibyte string; error on unibyte.
2030         (message-forward-make-body-plain): Ditto; don't add excessive newline
2031         in body end.
2032
2033         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2034
2035 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2036
2037         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2038         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2039
2040 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * mm-extern.el (mm-extern-url): Don't use
2043         mm-with-unibyte-current-buffer.
2044         (mm-extern-cache-contents): Use with-current-buffer instead of
2045         save-excursion + set-buffer.
2046
2047 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * mm-util.el (mm-emacs-mule): Remove.
2050
2051 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2052
2053         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2054         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2055         change.
2056
2057 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2060         bind the default value of enable-multibyte-characters to nil.
2061
2062 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * message.el (message-forward-make-body-plain)
2065         (message-forward-make-body-mml):
2066         Don't use mm-with-unibyte-current-buffer.
2067
2068 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2069
2070         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2071
2072 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2073
2074         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2075         (Bug#5592).
2076
2077 2010-05-07  Julien Danjou  <julien@danjou.info>
2078
2079         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2080         it to mm-pipe-part.
2081
2082         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2083         it is given.
2084
2085 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * binhex.el (binhex-decode-region-internal)
2088         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2089         (dns-query)
2090         * nnweb.el (nnweb-gmane-search)
2091         * pgg-parse.el (pgg-parse-armor)
2092         * pgg.el (pgg-verify-region)
2093         * sha1.el (sha1-string-external)
2094         * uudecode.el (uudecode-decode-region-internal)
2095         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2096         XEmacs.
2097
2098         * gnus-art.el (gnus-article-browse-html-parts)
2099         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2100         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2101         make-temp-file.
2102
2103         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2104         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2105         compiling.
2106
2107         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2108         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2109         XEmacs when compiling.
2110
2111         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2112         gnus-pick-mode-off-hook for XEmacs when compiling.
2113         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2114         gnus-binary-mode-off-hook for XEmacs when compiling.
2115
2116         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2117         nil if char-charset is not available.
2118
2119         * imap.el (imap-disable-multibyte)
2120         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2121         macros.
2122
2123         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2124         instead of encode-coding-string.
2125
2126         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2127         'xemacs) instead of mm-emacs-mule to switch function definitions.
2128         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2129
2130         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2131         bind temporary-file-directory for XEmacs;
2132         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2133         timer-set-function for XEmacs 21.4 and SXEmacs;
2134         bind timer-list for XEmacs 21.4 and SXEmacs;
2135         fbind char-charset and find-charset-region for non-Mule XEmacs;
2136         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2137         encode-coding-region and encode-coding-string for XEmacs having no
2138         file-coding feature.
2139
2140 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2141
2142         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2143
2144 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2147         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2148
2149 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2150
2151         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2152         alias `jka-compr-delete-temp-file' no longer exists.
2153
2154 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2155
2156         Use define-minor-mode in Gnus where applicable.
2157         * mml.el (mml-mode): Use define-minor-mode.
2158         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2159         (gnus-undo-mode): Use define-minor-mode.
2160         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2161         (gnus-dead-summary-mode): Use define-minor-mode.
2162         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2163         Initialize in declaration.
2164         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2165         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2166         (gnus-mailing-list-mode): Use define-minor-mode.
2167         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2168         (gnus-draft-mode): Use define-minor-mode.
2169         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2170         (gnus-dired-mode): Use define-minor-mode.
2171
2172 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2173
2174         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2175         handles on recursive mml-to-mime translation and check them for
2176         boundary delimiter collisions.  Reported by Greg Troxel.
2177
2178 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2181
2182 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * mm-util.el (mm-find-buffer-file-coding-system):
2185         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2186
2187 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2188
2189         * message.el (message-generate-headers): Record insertion of optional
2190         headers as well.  Otherwise the check to prevent repeated insertion of
2191         optional headers is a no-op.
2192
2193 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * smime.el: Don't mention CVS.
2196
2197         * nnrss.el (nnrss-fetch): Don't mention CVS.
2198
2199         * nnir.el: Don't mention CVS.
2200
2201 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2202
2203         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2204
2205 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * lpath.el: Fbind bookmark-default-handler,
2208         bookmark-get-bookmark-record, bookmark-make-record-default,
2209         bookmark-prop-get for Emacs <23 and XEmacs.
2210
2211 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2212
2213         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2214         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2215         Use with-current-buffer to silence the byte-compiler.
2216         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2217         bother to require `gnus'.
2218         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2219
2220 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2221
2222         * gnus-sum.el (gnus-summary-bookmark-make-record)
2223         (gnus-summary-bookmark-jump): New functions.
2224         (gnus-summary-mode): Setup bookmark support.
2225
2226 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2227
2228         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2229         if set.
2230
2231 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2234         gnus-article-browse-html-save-cid-image; make it work recursively for
2235         forwarded messages as well.
2236         (gnus-article-browse-html-parts): Work when prefix arg is given.
2237         (gnus-article-browse-html-article): Doc fix.
2238
2239 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2240
2241         * message.el (message-default-mail-headers):
2242         (message-default-headers): Carry the value mail-default-headers over
2243         into message-default-mail-headers, rather than message-default-headers.
2244
2245 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2246
2247         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2248         charset.
2249
2250         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2251         charset into the <meta> tag when the article is encoded to utf-8.
2252
2253 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2256         directories as well.
2257         (gnus-article-browse-html-parts): Work for images that do not specify
2258         file names; delete temp directory when quitting; insert header at the
2259         right place; use file: scheme for image files.
2260
2261 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2262
2263         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2264         (gnus-article-browse-html-parts): Use it to make temporary cid image
2265         files in addition to html file so that browser may display them.
2266
2267 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2270
2271 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2274
2275 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2278         about Secret Service API sources.  Improve Customize options.
2279         (auth-source-pick): Change to accept any number of search parameters.
2280         Implement fallbacks iteratively, not recursively.  Add scoring on the
2281         second pass and sort by score.  Call Secret Service API when needed.
2282         (auth-source-user-or-password): Use it.  Call Secret Service API
2283         directly when needed to get the user name and the password.
2284
2285 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2286
2287         * message.el (message-interactive): Doc fix.
2288         (message-qmail-inject-args): Reflow.
2289         (message-kill-to-signature): Fix typo in docstring.
2290
2291         * smiley.el (smiley-buffer): Fix typo in docstring.
2292
2293 2010-03-24  Glenn Morris  <rgm@gnu.org>
2294
2295         * mail-source.el (gnus-message): Declare.
2296         (mail-source-delete-old-incoming): Require gnus-util.
2297
2298 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2301
2302         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2303
2304         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2305         password-cache's default if it is not bound.
2306         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2307         password-cache-expiry's default if it is not bound.
2308
2309         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2310         available in Emacs 21.
2311
2312         * lpath.el: Suppress compiler warnings for:
2313         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2314         XEmacs;
2315         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2316         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2317         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2318
2319 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2320
2321         * auth-source.el (auth-sources): Fix up definition so extra parameters
2322         are always inline.
2323
2324 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2325
2326         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2327         wasn't updated after mismatch.  Clear cached mailbox info correctly
2328         when uidvalidity changes.
2329         (nnimap-group-prefixed-name): New function to avoid some code
2330         duplication.
2331         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2332         (nnimap-request-group): Use it.
2333         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2334         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2335         with many imap folders.  This is done by caching the group status from
2336         the imap server persistently in a group parameter `imap-status'.  (This
2337         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2338         but not persistently, so every Gnus startup was still very slow.)
2339
2340 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2341
2342         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2343         delete the extra newline.  Otherwise editing of :string and :number
2344         types don't work.
2345
2346 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2347
2348         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2349         secrets.el dependency.
2350         (auth-sources): Add optional user name.  Add secrets.el configuration
2351         choice (unused right now).
2352
2353 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2354
2355         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2356         `gnus-registry-install-shortcuts' fill in the functions.
2357
2358         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2359         warnings.
2360         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2361         (gnus-registry-install-shortcuts): Populate and use it in a
2362         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2363
2364 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2365
2366         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2367         In-place substitutions for the group name encoding/decoding.
2368         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2369         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2370         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2371         (nnimap-update-unseen, nnimap-request-list)
2372         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2373         (nnimap-request-set-mark, nnimap-split-to-groups)
2374         (nnimap-split-articles, nnimap-request-newgroups)
2375         (nnimap-request-create-group, nnimap-request-accept-article)
2376         (nnimap-request-delete-group, nnimap-request-rename-group)
2377         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2378         `encoded-mbx' for consistency.
2379         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2380         variable `imap-current-mailbox'.
2381
2382         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2383         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2384
2385 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2386
2387         * pop3.el (pop3-display-message-size-flag): Display message size byte
2388         counts during POP3 download.
2389         (pop3-movemail): Use it.
2390         (pop3-list): Implement listing of available messages.
2391
2392 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2393
2394         * nnir.el (nnir-get-article-nov-override-function): New function to
2395         override the normal NOV retrieval.
2396         (nnir-retrieve-headers): Use it.
2397
2398 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2399
2400         * auth-source.el (netrc-machine-user-or-password): Autoload.
2401
2402 2010-03-19  Glenn Morris  <rgm@gnu.org>
2403
2404         Stop message.el from loading about 40 libraries it doesn't always need.
2405         The general approach is to autoload rather than require, and to
2406         require in the specific functions rather than the file.  (Bug#5642)
2407
2408         * gmm-utils.el: Don't require wid-edit.
2409         (widget-create-child-value, widget-convert, widget-default-get):
2410         Autoload.
2411
2412         * gnus-util.el: Don't require time-date, netrc.
2413         (message-fetch-field, gnus-group-name-decode): Declare rather than
2414         autoloading.
2415         (gnus-fetch-field): Require message.
2416         (gnus-decode-newsgroups): Require gnus-group.
2417
2418         * ietf-drums.el: Don't require time-date.
2419
2420         * message.el: Don't require hashcash, canlock, ecomplete.
2421         Do require mail-utils.  Require nnheader only when compiling.
2422         (smtpmail-default-smtp-server): Remove declaration.
2423         (message-send-mail-function): Check smtpmail-default-smtp-server
2424         is bound rather than requiring smtpmail.
2425         (message-auto-save-directory, message-insert-signature): Use
2426         expand-file-name rather than nnheader-concat.
2427         (nnheader-insert-file-contents): Autoload.
2428         (hashcash-wait-async): Declare.
2429         (message-send-mail): Only call gnus-setup-posting-charset if
2430         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2431         (message-send-mail-with-sendmail): Require sendmail.
2432         (canlock-password, canlock-password-for-verify): Declare.
2433         (message-canlock-password): Require canlock.
2434         (nnheader-get-report): Autoload.
2435         (gnus-setup-posting-charset): Declare.
2436         (message-send-news): Require gnus-msg.
2437         (message-make-references, message-make-in-reply-to): Use mail-header-id
2438         rather than the alias mail-header-message-id.
2439         (ecomplete-add-item, ecomplete-save): Declare.
2440         (message-put-addresses-in-ecomplete): Require ecomplete.
2441         (ecomplete-display-matches): Autoload.
2442
2443         * mm-decode.el: Don't require mailcap, gnus-util.
2444         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2445         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2446         Autoload.
2447         (mailcap-mime-extensions): Declare.
2448
2449         * mm-encode.el: Don't require mailcap.
2450         (mailcap-extension-to-mime): Autoload.
2451
2452         * mml-sec.el: Don't require password-cache.
2453
2454         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2455         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2456         (mml-minibuffer-read-type): Require mailcap.
2457         (mml-preview): Require gnus-msg.
2458
2459         * mml1991.el: Require password-cache.
2460         (password-cache-expiry): Remove declaration.
2461
2462         * mml2015.el: Require password-cache.
2463         (password-cache-expiry): Remove declaration.
2464
2465         * nneething.el (mailcap): Require mailcap.
2466
2467         * nnheader.el (declare-function): Add compatibility stub.
2468         (message-remove-header): Declare rather than autoload.
2469         (nnheader-replace-header): Require message.
2470
2471         * nnimap.el (declare-function): Add compatibility stub.
2472         (netrc-parse, netrc-machine-user-or-password): Declare.
2473         (nnimap-open-connection): Require netrc.
2474
2475         * nntp.el (declare-function): Add compatibility stub.
2476         (netrc-parse, netrc-machine, netrc-get): Declare.
2477         (nntp-send-authinfo): Require netrc.
2478
2479         * rfc2047.el: Don't require qp.
2480         (quoted-printable-encode-region, quoted-printable-decode-string):
2481         Autoload.
2482
2483         * sieve-mode.el: Don't require easymenu.
2484         (easy-menu-add-item): Autoload it.
2485
2486         * spam-stat.el (time-to-number-of-days): Autoload it.
2487
2488 2010-03-19  Glenn Morris  <rgm@gnu.org>
2489
2490         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2491
2492 2010-03-18  Glenn Morris  <rgm@gnu.org>
2493
2494         * hashcash.el (declare-function): Remove duplicate definition.
2495
2496 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2497
2498         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2499         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2500         value if any backslash escapes).
2501
2502 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2505         if it is available.  (bug#5647)
2506
2507         * lpath.el: Suppress compiler warning for coding-system-from-name for
2508         Emacs 21 and XEmacs.
2509
2510 2010-03-14  Juri Linkov  <juri@jurta.org>
2511
2512         * hmac-def.el:
2513         * hmac-md5.el:
2514         * netrc.el: Fix keywords.
2515
2516 2010-02-26  Glenn Morris  <rgm@gnu.org>
2517
2518         * message.el (message-send-mail-function): Change the default, so that
2519         it inherits from a customized send-mail-function.  (Bug#5643)
2520
2521 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2522
2523         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2524         shell-command-to-string signals an error (bug#5299).
2525
2526 2010-02-24  Glenn Morris  <rgm@gnu.org>
2527
2528         * message.el (message-smtpmail-send-it)
2529         (message-send-mail-with-mailclient): Doc fixes.
2530
2531 2010-02-16  Glenn Morris  <rgm@gnu.org>
2532
2533         * message.el (message-default-mail-headers): Change the default value
2534         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2535
2536 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2539         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2540
2541 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2542
2543         * time-date.el (date-to-time): Doc fix (Bug#5408).
2544
2545 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2546
2547         * message.el (message-mail): Just pass yank-action on to message-setup.
2548         (message-setup): Handle (FUN . ARGS) form of yank-action.
2549         (message-with-reply-buffer, message-widen-reply)
2550         (message-yank-original): Handle non-buffer values of
2551         message-reply-buffer (Bug#4080).
2552         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2553
2554 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2555
2556         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2557         Fix typo in docstring.
2558
2559 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2560
2561         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2562         response.
2563
2564 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2567
2568         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2569
2570         * message.el (message-check-news-header-syntax): Protect against a
2571         string that `rfc822-addresses' returns when parsing fails.
2572
2573 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2576         (gnus-previous-char-property-change): New functions.
2577
2578         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2579
2580 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2581
2582         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2583         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2584
2585 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2586
2587         * message.el (message-exchange-point-and-mark): Rework last change to
2588         avoid using optional arg of exchange-point-and-mark, for backward
2589         compatibility.
2590
2591 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2592
2593         * message.el (message-exchange-point-and-mark): Call
2594         exchange-point-and-mark with an argument rather than setting
2595         mark-active by hand (Bug#5175).
2596
2597 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * nntp.el (nntp-service-to-port): Work for service expressed with
2600         numeric string; replace [:digit:] with [0-9] for XEmacs.
2601
2602 2009-12-17  Glenn Morris  <rgm@gnu.org>
2603
2604         * gnus-group.el (gnus-bug-group-download-format-alist):
2605         Change emacs entry to debbugs.gnu.org.  Bump :version.
2606
2607 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2610
2611 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2612
2613         * message.el (message-info): Explain why we use `Info-goto-node'.
2614
2615 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2618
2619 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2620
2621         * message.el (message-completion-in-region): New compatibility function.
2622         (message-expand-group): Use it.
2623
2624 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2627         with no unread article should be listed if the 2nd arg `predicate' is
2628         given.
2629
2630 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2633
2634 2009-11-29  Juri Linkov  <juri@jurta.org>
2635
2636         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2637         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2638         on `gnus-recenter'. (Bug#4698, Bug#4981)
2639
2640 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2641
2642         * sha1.el (sha1-string-external): default-directory "/" in case
2643         otherwise non-existent.  process-connection-type pipe for touch of
2644         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2645
2646 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2647
2648         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2649         it's comms related and sgml-mode.el has "comm" on that basis too.
2650
2651 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2654         containing tspecial characters if they have been already quoted.
2655
2656 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2657
2658         * dns-mode.el (auto-mode-alist): Purecopy string.
2659
2660 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2661
2662         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2663
2664 2009-10-24  Glenn Morris  <rgm@gnu.org>
2665
2666         * gnus-art.el (help-xref-stack-item): Define for compiler.
2667
2668 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2669
2670         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2671
2672 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2675
2676 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2679         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2680
2681 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2684         (gnus-overlays-in): New alias to overlays-in.
2685
2686         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2687         gnus-overlay-get, and gnus-delete-overlay.
2688         (gnus-summary-show-thread): Make it work as well for systems in which
2689         next-single-char-property-change is not available.
2690         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2691
2692         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2693         (gnus-overlay-get): New alias to extent-property.
2694         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2695
2696         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2697         SXEmacs.
2698
2699         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2700         SXEmacs.
2701
2702 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2703
2704         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2705
2706 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2707
2708         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2709         and XEmacs that don't have `remove-overlays'.
2710
2711 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2712
2713         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2714         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2715         selective display.  Use overlays instead.
2716
2717 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2718
2719         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2720
2721 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2722
2723         * spam-stat.el (spam-stat-load): Fix typo in message.
2724
2725 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2726
2727         * dig.el (dig-invoke): Fix typo in docstring.
2728         (query-dig): Reflow docstring.
2729
2730 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2731
2732         * gnus-art.el (gnus-article-encrypt-body):
2733         * message.el (message-check-recipients):
2734         * mm-util.el (mm-codepage-setup):
2735         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2736         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2737
2738 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2739
2740         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2741         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2742         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2743         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2744         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2745
2746 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2747
2748         * dig.el: Add "Keywords: comm", as per net-utils.el.
2749
2750 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2751
2752         * dig.el (dig-mode): Use define-derived-mode.
2753
2754 2009-09-19  Glenn Morris  <rgm@gnu.org>
2755
2756         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2757
2758 2009-09-18  Glenn Morris  <rgm@gnu.org>
2759
2760         * gnus-diary.el (gnus-diary-check-message):
2761         * message.el (message-insert-formatted-citation-line):
2762         * nnbabyl.el (top-level):
2763         * nndiary.el (nndiary-schedule):
2764         Fix typos in condition-case handlers.
2765
2766 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2769         configuration that provides the sole article window in a frame;
2770         position point correctly after deleting a part.
2771
2772 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2773
2774         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2775         (spam-resolve-registrations-routine): Use it to unregister articles
2776         that change status.
2777
2778 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2781         with XEmacs.
2782         (parse-time-string-chars): Use it.
2783
2784 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2785
2786         * imap.el (imap-interactive-login): Better messages.
2787         (imap-open): Fix bug with renamed buffer on reconnect.
2788         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2789         for easier debugging and cleaner code.  On successful (guessed based on
2790         server capabilities) secondary authentication, set imap-state
2791         correctly.
2792         (imap-last-authenticator): Define imap-last-authenticator as a variable
2793         to avoid warnings.
2794
2795 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * nnrss.el (nnrss-request-article): Remove binding of
2798         default-enable-multibyte-characters that has gotten needless by
2799         the 2007-07-13 change in rfc2047-encode-message-header.
2800
2801         * mml.el (mml-insert-multipart): Error on the message header.
2802         (mml-insert-part): Error on the message header; position point at
2803         the end of a MIME tag.
2804
2805 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * time-date.el (autoload): Expand define-obsolete-function-alias into
2808         defalias and make-obsolete for old Emacsen that Gnus supports.
2809         (with-no-warnings): Define it for old Emacsen.
2810         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2811         is available.
2812         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2813         float-time is available; suppress compile warning for time-to-seconds.
2814
2815         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2816         (gnus-float-time): Alias to float-time if it exists.
2817
2818         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2819         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2820         float-time is available; suppress compile warning for time-to-seconds.
2821
2822         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2823         XEmacs.
2824
2825 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2826
2827         * imap.el (imap-message-map): Docstring fix.
2828
2829 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2832         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2833         Add the optional argument `encoding' that overrides the default.
2834
2835         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2836         mm-encode-buffer.
2837
2838 2009-09-04  Glenn Morris  <rgm@gnu.org>
2839
2840         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2841         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2842         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2843         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2844         * mm-util.el (mm-with-unibyte-current-buffer)
2845         (mm-find-buffer-file-coding-system):
2846         * yenc.el (yenc-decode-region): Use default-value rather than
2847         default-enable-multibyte-characters.
2848
2849 2009-09-03  Glenn Morris  <rgm@gnu.org>
2850
2851         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2852         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2853         than default-enable-multibyte-characters.
2854
2855 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2856
2857         * gnus-art.el (gnus-article-read-summary-keys):
2858         Fix gnus-buffer-configuration's value temporarily used.
2859
2860 2009-09-02  Glenn Morris  <rgm@gnu.org>
2861
2862         * gnus-util.el (gnus-float-time): New function.
2863         * gnus-delay.el (gnus-delay-article):
2864         * gnus-sum.el (gnus-thread-latest-date):
2865         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2866         * nnspool.el (nnspool-request-newgroups):
2867         Use gnus-float-time rather than time-to-seconds.
2868         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2869
2870         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2871         (gnus-header-subject-face, gnus-header-newsgroups-face)
2872         (gnus-header-name-face, gnus-header-content-face):
2873         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2874         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2875         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2876         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2877         (gnus-cite-face-11):
2878         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2879         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2880         (gnus-server-closed-face, gnus-server-denied-face)
2881         (gnus-server-offline-face):
2882         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2883         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2884         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2885         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2886         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2887         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2888         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2889         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2890         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2891         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2892         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2893         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2894         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2895         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2896         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2897         (gnus-summary-high-undownloaded-face)
2898         (gnus-summary-low-undownloaded-face)
2899         (gnus-summary-normal-undownloaded-face)
2900         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2901         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2902         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2903         (gnus-splash-face):
2904         * message.el (message-header-to-face, message-header-cc-face)
2905         (message-header-subject-face, message-header-newsgroups-face)
2906         (message-header-other-face, message-header-name-face)
2907         (message-header-xheader-face, message-separator-face)
2908         (message-cited-text-face, message-mml-face):
2909         * sieve-mode.el (sieve-control-commands-face)
2910         (sieve-action-commands-face, sieve-test-commands-face)
2911         (sieve-tagged-arguments-face):
2912         * spam.el (spam-face):
2913         Mark face aliases with "-face" in the name as obsolete.
2914
2915 2009-09-01  Glenn Morris  <rgm@gnu.org>
2916
2917         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2918         than goto-line.
2919
2920 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2923         Don't move point if the command is invoked inside the message header.
2924
2925 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2926
2927         * imap.el (imap-send-command): Simplify.
2928         (imap-wait-for-tag): point-max -> buffer-size.
2929
2930 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2931
2932         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2933         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2934         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2935         * nnir.el (nnir-swish-e-index-file):
2936         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2937         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2938         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2939         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2940         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2941         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2942
2943 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2946         Don't save excursion.
2947
2948 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2949
2950         * nnheader.el (nnheader-find-file-noselect):
2951         * mm-util.el (mm-insert-file-contents):
2952         Use (default-value 'major-mode) instead of default-major-mode.
2953
2954 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2957
2958 2009-08-26  Glenn Morris  <rgm@gnu.org>
2959
2960         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2961         than placing in files.el.
2962
2963 2009-08-25  Glenn Morris  <rgm@gnu.org>
2964
2965         * nnir.el (top-level): Don't require cl at run-time.
2966         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2967         Replace cl-function substitute with gnus-replace-in-string.
2968         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2969         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2970         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2971         simplified expansions.
2972
2973 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2974
2975         * dig.el (dig): Add autoload cookie.
2976
2977 2009-08-22  Glenn Morris  <rgm@gnu.org>
2978
2979         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2980         goto-line.
2981
2982 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2983
2984         * parse-time.el (parse-time-string-chars): Save match data.
2985
2986 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2987
2988         * parse-time.el (parse-time-string-chars): Compute using character
2989         classes, to handle non-ascii characters (Bug#3190).
2990
2991 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2994
2995         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2996         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2997         (gnus-mm-display-part, gnus-mime-display-single)
2998         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2999         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3000
3001         * gnus-sum.el
3002         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3003         (gnus-summary-move-article): Add expirable mark to articles copied or
3004         moved to group that has auto-expire turned on if the option is non-nil.
3005
3006 2009-07-24  Glenn Morris  <rgm@gnu.org>
3007
3008         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3009         Fix typo.  (Bug#3903)
3010
3011 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3014         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3015         that should not be used for draft articles.
3016         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3017         that has no concern in minor mode keys.
3018         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3019         Abolish.
3020
3021 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3024         article without making inquiry to a user for unknown encoding.
3025
3026         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3027         (nnmaildir--scan): Assume i-node and device number that file-attributes
3028         returns might be cons-cell.
3029
3030         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3031
3032         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3033
3034 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3035
3036         * auth-source.el: Remove docs now in auth.texi.  Don't use
3037         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3038         `auth-source-hide-passwords' and use them.
3039
3040 2009-07-15  Glenn Morris  <rgm@gnu.org>
3041
3042         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3043
3044 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3047         excessive whitespace from the default values of title and description.
3048
3049 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3052         mail-fetch-field to fetch Content-Description header in order to
3053         exclude newlines.
3054
3055 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3056
3057         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3058         format used by GnuPG 2.0.11.
3059
3060 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3063         to deleted part.
3064
3065 2009-05-30  David Engster  <dengste@eml.cc>
3066
3067         * nnmairix.el: Remove old documentation in the commentary block.
3068         (nnmairix-request-group): Do not update active file for nnml back ends.
3069         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3070         end so that overview files are ignored.
3071         (nnmairix-update-groups): Make updating the groups more robust by using
3072         marks.
3073         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3074         with dollar characters in message-id.
3075
3076 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3079         2008-12-25 in dns.el.
3080
3081 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3082
3083         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3084         could happen if the text is only composed of spaces and/or tabs.
3085
3086 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3087
3088         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3089         when sending a queued message to avoid extra mml tags.
3090
3091 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3094
3095 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3098         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3099         rmail-toggle-header for XEmacs;
3100         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3101
3102 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gnus-dired.el: Remove autoload for gnus-setup-message.
3105         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3106         displaying Gnus logo; always use compose-mail.
3107
3108 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3111
3112 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3115         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3116         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3117         available.
3118         (gnus-nocem-epg-verify): New function.
3119
3120 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3121
3122         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3123
3124 2009-02-15  Glenn Morris  <rgm@gnu.org>
3125
3126         * gnus-util.el (rmail-insert-rmail-file-header)
3127         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3128         autoloads.
3129         (rmail-default-rmail-file): Remove unnecessary declaration.
3130         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3131
3132 2009-02-14  Glenn Morris  <rgm@gnu.org>
3133
3134         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3135         variable (only used in gnus-util, which declares it anyway).
3136         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3137         which was only needed by gnus-art (changed to not use it any more).
3138         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3139         only used in gnus-util, which autoloads it itself.
3140         (rmail-update-summary): Fix autoload.
3141
3142         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3143         rather than rmail-output-to-rmail-file.
3144
3145 2009-02-07  Glenn Morris  <rgm@gnu.org>
3146
3147         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3148         autoload of function that no longer exists.
3149         (rmail-toggle-header): Declare.
3150         (message-forward-rmail-make-body): Handle mbox Rmail.
3151
3152 2009-01-31  Glenn Morris  <rgm@gnu.org>
3153
3154         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3155         2009-01-09 change.
3156
3157 2009-01-31  Dave Love  <fx@gnu.org>
3158
3159         * imap.el (imap-fetch-safe): Bind debug-on-error.
3160         (imap-debug): Add imap-fetch-safe.
3161
3162 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3163
3164         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3165         (auth-source-forget-all-cached): New convenience function.
3166         (auth-source-user-or-password): Accept list of modes or a single mode.
3167
3168         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3169         auth-source modes.
3170
3171         * netrc.el (netrc-machine-user-or-password): Use list of
3172         auth-source modes.
3173
3174         * nnimap.el (nnimap-open-connection): Use list of
3175         auth-source modes.
3176
3177         * nntp.el (nntp-send-authinfo): Use list of
3178         auth-source modes.
3179
3180 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3183         now.
3184
3185 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3188         coding system in XEmacs; add a workaround for XEmacs.
3189
3190         * lpath.el: Fbind coding-system-aliasee.
3191
3192 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3195         of current-language-environment.
3196
3197 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3198
3199         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3200         available at runtime.
3201
3202 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3205
3206 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3207
3208         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3209         the greatest positive fixnum value doesn't work under an XEmacs with
3210         bignum support; use the most-positive-fixnum constant instead,
3211         available since Emacs 21.1 with cl and XEmacs 21.1.
3212
3213 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3216         XEmacs gets not to work.
3217
3218 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * mm-util.el (mm-coding-system-priorities): Allow the value like
3221         "Japanese (UTF-8)" of current-language-environment.
3222
3223 2009-01-09  Glenn Morris  <rgm@gnu.org>
3224
3225         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3226         with last-command-event.
3227
3228 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3231         in the doc string.
3232
3233         * message.el (message-fix-before-sending): Amend comment.
3234
3235 2009-01-08  Dave Love  <fx@gnu.org>
3236
3237         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3238
3239 2009-01-07  David Engster  <dengste@eml.cc>
3240
3241         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3242         simplified server definitions by converting it via
3243         gnus-server-to-method.
3244
3245 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3248         parameter's operands.
3249
3250 2009-01-06  David Engster  <dengste@eml.cc>
3251
3252         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3253         primary select method (for gnus-group-mark-article-as-read).
3254
3255 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3256
3257         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3258         `(gnus)Face', not `(gnus)X-Face'.
3259
3260 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * mm-util.el (mm-ucs-to-char): New function.
3263
3264         * mm-url.el (mm-url-decode-entities): Use it.
3265
3266         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3267         unicode-to-char.
3268
3269 2009-01-05  Dave Love  <fx@gnu.org>
3270
3271         * time-date.el: Require cl for `declare'.
3272
3273 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3274
3275         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3276         Dave Love.
3277
3278 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * message.el (message-fix-before-sending): Add `eight-bit' to
3281         illegible-text check.
3282
3283 2009-01-03  Michael Olson  <mwolson@gnu.org>
3284
3285         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3286         `headers' is nil.  This can occur if the IMAP server does not have
3287         permissions to read messages from a folder, but can write new messages
3288         to the folder.
3289         (nnimap-request-article-part): Do not insert `data' if it is nil.
3290
3291         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3292         characters which will confuse `read', so skip past them.
3293
3294 2009-01-01  Dave Love  <fx@gnu.org>
3295
3296         * imap.el (imap-string-to-integer): Fix typo.
3297         (imap-fetch-safe): New function.
3298         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3299
3300         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3301
3302         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3303         (imap-parse-greeting): Fix doc strings.
3304         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3305         (imap-parse-flag-list): Make messages unique.
3306         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3307
3308         * nnimap.el: Fix author email.
3309         (nnimap-split-rule): Add FIXME comment.
3310         (nnimap-debug): Fix doc string.
3311
3312 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3315
3316 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3317
3318         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3319         nslookup if resolv.conf isn't available.
3320         (dns-query): Rename from query-dns.
3321         (dns-query-cached): Rename from query-dns-cached.
3322
3323 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3326         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3327         to check if those variables exist (first appeared in Emacs 18.50).
3328
3329 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mm-util.el (mm-line-number-at-pos): New function.
3332
3333         * spam-report.el (spam-report-process-queue): Use it.
3334
3335 2008-12-24  David Engster  <dengste@eml.cc>
3336
3337         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3338         parameters that haven't existed as variables as buffer-local variables.
3339
3340 2008-12-23  Dave Love  <fx@gnu.org>
3341
3342         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3343         cadar.
3344
3345         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3346         imap-starttls-p.
3347         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3348
3349 2008-12-22  Dave Love  <fx@gnu.org>
3350
3351         * imap.el: Fix author email.  Doc fixes.
3352         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3353         reply.
3354
3355 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * spam-report.el (spam-report-gmane-max-requests): New constant.
3358         (spam-report-gmane-wait): New variable.
3359         (spam-report-gmane-ham, spam-report-gmane-spam)
3360         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3361         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3362         the server.
3363
3364         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3365         Add explanations.
3366
3367         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3368         nnheader-accept-process-output and nnheader-read-timeout if available.
3369         (pop3-movemail): Use it.
3370
3371         * message.el (message-check-news-body-syntax): Fix signature check if
3372         there's an attachment.
3373
3374 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * mm-util.el: Add comments to the mm- emulating functions.
3377
3378 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3381         by Stephen Berman <stephen.berman@gmx.net>.
3382
3383 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * mm-util.el (mm-substring-no-properties): New function.
3386         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3387         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3388         (mm-string-to-multibyte): Doc fix.
3389
3390         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3391
3392 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3393
3394         * mml.el (mml-attach-file): Strip text properties from file name.
3395         (Bug#1574)
3396
3397 2008-12-16  Glenn Morris  <rgm@gnu.org>
3398
3399         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3400
3401 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3404         knows since the charset specified might be a bogus alias that
3405         mm-charset-synonym-alist provides.
3406
3407 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3410         "ISO_8859-1".
3411
3412         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3413
3414 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * mm-util.el (mm-charset-eval-alist):
3417         Define it before mm-charset-to-coding-system.
3418         (mm-charset-to-coding-system): Add optional argument `silent';
3419         define it before mm-charset-override-alist.
3420         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3421         default value if it can be used in Emacs currently running;
3422         silence mm-charset-to-coding-system.
3423
3424 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3427         `allow-override' which says whether to use `mm-charset-override-alist'.
3428         (rfc2047-decode-encoded-words): Use it.
3429
3430         * mm-util.el (mm-charset-override-alist): Fix custom type;
3431         add `(gb2312 . gbk)' to choices.
3432
3433 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3436         fast.
3437
3438         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3439
3440         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3441
3442 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3443
3444         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3445         on links.
3446
3447         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3448
3449 2008-12-03  Lute Kamstra  <lute@gnu.org>
3450
3451         * sha1.el: Remove leading * from docstrings of defcustoms,
3452         deffaces, defconsts and defuns.
3453
3454 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3457         users' addresses that don't have domain parts.
3458         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3459         rather than message-narrow-to-head since there will be the message
3460         header separator.
3461
3462 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3463
3464         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3465         since the result is inserted in a unibyte buffer anyway.
3466         (nnimap-demule-use-string-to-multibyte): Remove.
3467         (nnimap-demule): Alias it to mm-string-to-multibyte.
3468
3469 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3472         variable for debugging bug#464 and bug#1174.
3473         (nnimap-demule): Use it.
3474
3475 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3478         score calculation correctly.
3479
3480 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3481
3482         * message.el (message-send-mail): Just set the buffer to unibyte
3483         rather than use mm-with-unibyte-current-buffer which does a lot more.
3484         (message-send-mail-partially): Don't bother with
3485         mm-with-unibyte-current-buffer since it's already been made unibyte by
3486         message-send-mail.
3487
3488 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3491
3492 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3495
3496 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3499         require itself and to remove `with-no-warnings'.
3500
3501 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * starttls.el (starttls-any-program-available): Get the name of the
3504         available TLS layer program.
3505         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3506         well as the host name in the "opening" message.
3507
3508         * auth-source.el (auth-source-cache, auth-source-do-cache)
3509         (auth-source-user-or-password): Cache passwords and logins by default,
3510         allow override with `auth-source-do-cache'.
3511         (auth-source-forget-user-or-password): Allow users to remove cache
3512         entries if needed.
3513
3514 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3515
3516         * md4.el (md4-buffer): Fix typo in docstring.
3517         (md4, md4-64): Doc fixes.
3518         (md4-pack-int32): Reflow docstring.
3519
3520 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3521
3522         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3523         condition-case to only the forward-sexp call.
3524
3525 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3526
3527         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3528         quotes contained.  Make it more robust regardless by an extra
3529         condition-case wrapper.
3530
3531 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3534
3535 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * nnml.el (nnml-request-expire-articles): Check if the function set to
3538         `nnmail-expiry-target' returns the symbol `delete'.
3539
3540         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3541
3542         * nnmail.el (nnmail-expiry-target): Fix custom type.
3543
3544 2008-10-02  Glenn Morris  <rgm@gnu.org>
3545
3546         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3547         Silence compiler warning.
3548
3549 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3550
3551         * tls.el (open-tls-stream): Show the actual command being
3552         executed, instead of the format string.
3553
3554 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * lpath.el: Fbind codepage-setup for Emacs 23.
3557
3558 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3559
3560         * mml.el (mml-menu): Don't assume mml2015 is bound.
3561
3562 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3565         exists.
3566
3567 2008-09-27  Glenn Morris  <rgm@gnu.org>
3568
3569         * gnus-util.el (mail-header-remove-comments): Autoload it.
3570
3571 2008-09-27  Andreas Schwab  <schwab@suse.de>
3572
3573         * gnus-util.el (gnus-split-references): Strip comments.
3574         (gnus-parent-id): Likewise.
3575
3576 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3577
3578         * message.el (message-confirm-send): Fix version.
3579
3580 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * message.el (message-idna-to-ascii-rhs-1): Use
3583         mail-extract-address-components rather than mail-header-parse-addresses
3584         that is an alias by default to ietf-drums-parse-addresses that does not
3585         support non-ASCII names in headers' contents.
3586
3587 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3588
3589         * message.el (message-confirm-send): Fixed variable documentation to
3590         avoid the "y/n" wording.
3591
3592 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3593
3594         * message.el (message-set-auto-save-file-name): Save to a different
3595         filename so multiple messages (especially drafts) can be recovered.
3596
3597 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3598
3599         * message.el (message-confirm-send): Add appropriate version.
3600
3601 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3604         defvar.
3605
3606 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3607
3608         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3609         (mm-pkcs7-enveloped-magic): Ditto.
3610
3611 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3612
3613         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3614         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3615
3616 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3619         default, it's better.
3620
3621 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3624         summary line gnus-number property and ignore them (with a warning
3625         message).
3626
3627 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3630         macro caddr in the interactive form since it won't be expanded.
3631
3632 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3635         `charset'; fix name of function called recursively.
3636         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3637
3638 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3641         (gnus-mime-set-charset-parameters): New function.
3642         (gnus-mime-view-part-as-charset): Use it to correctly display part
3643         specifying wrong charset.
3644
3645 2008-09-08  David Engster  <dengste@eml.cc>
3646
3647         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3648         in completing-read for back end server.
3649
3650 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3651
3652         * message.el (message-confirm-send): New variable to confirm sending a
3653         message.
3654         (message-send): Use it.
3655
3656 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3657
3658         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3659
3660 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3663
3664 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3665
3666         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3667         prevent tracking too many groups.
3668         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3669         Use it.
3670
3671 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3672
3673         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3674         moving point to the bottom of the window in order to avoid recentering.
3675
3676 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3679
3680         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3681         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3682         (gnus-article-beginning-of-window): Fix calculation.
3683
3684 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-msg.el (gnus-summary-supersede-article)
3687         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3688         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3689         message header.
3690
3691 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3692
3693         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3694         pending output coming after the status change.
3695
3696 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3697
3698         * message.el:
3699         * gnus-start.el:
3700         * gnus-registry.el: Remove VMS support.
3701
3702 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3705         macro.
3706         (rfc2104-hash): Use it.
3707
3708 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3709
3710         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3711         (gnus-summary-sort-by-most-recent-date): New commands.
3712         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3713         and menu entries.
3714
3715 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3718         don't redisplay article for raw contents; remove plural articles stuff.
3719
3720         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3721         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3722         on gnus-summary-save-article; display results properly.
3723
3724 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * lpath.el: No need to fbind ns-focus-frame.
3727
3728 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3731
3732 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3735         gnus-save-all-headers.
3736
3737 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3738
3739         * gnus-util.el (ns-focus-frame): Remove declaration.
3740         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3741         like x.
3742
3743 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3744
3745         * rfc2104.el (rfc2104-zero): Delete defconst.
3746         (rfc2104-hex-alist): Likewise.
3747         (rfc2104-hex-to-int): Delete func.
3748         (rfc2104-hexstring-to-bitstring): Likewise.
3749         (rfc2104-nybbles): New defconst.
3750         (rfc2104-hash): Rewrite for speed.
3751
3752 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * tls.el (open-tls-stream): Make it work with the 2nd argument
3755         BUFFER that is a string but does not exist as a buffer object, as
3756         mentioned in the doc-string.
3757
3758 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3761         SXEmacs.
3762
3763 2008-07-16  Glenn Morris  <rgm@gnu.org>
3764
3765         * gnus-util.el (ns-focus-frame): Declare for compiler.
3766
3767 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3770         set as a group parameter.
3771         (gnus-summary-save-in-pipe): Work when it is called independently.
3772         (gnus-summary-pipe-to-muttprint): Don't modify
3773         gnus-summary-pipe-output-default-command.
3774
3775 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3776
3777         * message.el (message-send-mail-with-sendmail):
3778         Display the error message.
3779
3780 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-art.el (gnus-default-article-saver):
3783         Add gnus-summary-save-in-pipe to choices.
3784         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3785         gnus-summary-pipe-output-default-command as the default command.
3786         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3787         instead of gnus-last-shell-command.
3788
3789         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3790         New user option.
3791         (gnus-summary-muttprint-program): Mention the value will be changed.
3792         (gnus-summary-save-article): Force showing of all headers.
3793         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3794
3795 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3796
3797         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3798
3799 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3800
3801         * nnimap.el (nnimap-id):
3802         * sieve-manage.el (sieve-manage-open): Doc fixes.
3803
3804 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3805
3806         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3807         if available.
3808
3809 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3810
3811         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3812
3813         * nnkiboze.el (nnkiboze-generate-group):
3814         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3815
3816         * nnmairix.el: Require CL.
3817
3818 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * dgnushack.el: Autoload get-display-table and put-display-table for
3821         XEmacs 21.5.
3822
3823         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3824         21.4 and SXEmacs.
3825
3826 2008-06-15  David Engster  <dengste@eml.cc>
3827
3828         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3829
3830 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3831
3832         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3833         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3834         runtime choice under XEmacs.
3835
3836         * gnus-sum.el (gnus-summary-set-display-table):
3837         Use `gnus-put-display-table', `gnus-get-display-table',
3838         `gnus-set-display-table' for the display table, instead of `aset'.
3839
3840         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3841         Use `gnus-put-display-table', `gnus-get-display-table',
3842         `gnus-set-display-table' for the display table.
3843
3844 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3845
3846         * nnmairix.el: Add autoloads.
3847
3848 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3849
3850         * nnmairix.el (nnmairix-delete-recreate-group)
3851         (nnmairix-update-and-clear-marks): Fix error messages.
3852
3853 2008-06-14  David Engster  <dengste@eml.cc>
3854
3855         * nnmairix.el: Upgrade to version 0.6.
3856         (nnmairix-group-toggle-propmarks-this-group)
3857         (nnmairix-group-toggle-readmarks-this-group)
3858         (nnmairix-group-delete-recreate-this-group)
3859         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3860         (nnmairix-remove-tick-mark-original-article): New commands.
3861         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3862         (nnmairix-propagate-marks-to-nnmairix-groups)
3863         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3864         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3865         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3866         functions needed for marks propagation and manipulation of read marks.
3867         (nnmairix-update-groups): New function.
3868         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3869         (nnmairix-determine-original-group-from-registry)
3870         (nnmairix-determine-original-group-from-path)
3871         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3872         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3873         New helper functions.
3874         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3875         keystrokes for new commands.
3876         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3877         (nnmairix-request-group): Check allow-fast group parameter.
3878         (nnmairix-request-create-group): Set allow-fast group parameter if
3879         nnmairix-allowfast-default is set.
3880         (nnmairix-close-group): Propagate marks upon closing if needed.
3881         (nnmairix-group-toggle-threads-this-group): Use new.
3882         nnmairix-group-toggle-parameter helper function.
3883         (nnmairix-search): Better check for empty search result.
3884         (nnmairix-goto-original-article): Use new helper functions for
3885         determining original article.
3886         (nnmairix-show-original-article): Make sure message-id is in brackets.
3887         (nnmairix-call-mairix-binary): Change variable name.
3888         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3889         helper function.
3890         (nnmairix-widget-toggle-activate): Fix doc string.
3891
3892 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * nnir.el: Require edmacro when compiling with XEmacs.
3895         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3896         available in Emacs 21.
3897
3898 2008-06-11  Glenn Morris  <rgm@gnu.org>
3899
3900         * gnus-util.el (x-focus-frame):
3901         * gnus.el (image-size):
3902         * mm-decode.el (image-size): Declare.
3903
3904         * gnus-picon.el (declare-function): Add compat definition.
3905         (image-size): Declare.
3906
3907         * gnus-group.el (tool-bar-map):
3908         * gnus-sum.el (tool-bar-map): Define for compiler.
3909
3910         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3911
3912         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3913
3914         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3915         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3916         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3917         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3918         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3919         * sieve-manage.el, spam-report.el, spam.el:
3920         Remove unnecessary eval-and-compile of autoloads.
3921
3922 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3923
3924         * auth-source.el: Precise Tramp doc.
3925
3926 2008-06-07  Glenn Morris  <rgm@gnu.org>
3927
3928         * nnmairix.el: Remove unnecessary eval-when-compile.
3929
3930 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * lpath.el: Fbind propertize for XEmacs 21.4.
3933
3934 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3935
3936         * nnir.el: Move here from ../contrib.
3937
3938 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3939
3940         * gnus-util.el (gnus-read-shell-command): New function.
3941         * mm-decode.el (mm-pipe-part):
3942         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3943
3944 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3947
3948 2008-06-03  Glenn Morris  <rgm@gnu.org>
3949
3950         * pop3.el (nnheader-accept-process-output): Autoload it.
3951
3952 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3955         are not 2-digit hexadecimal characters that follow `%'s.
3956
3957 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * message.el (message-bogus-recipient-p): Fix type in doc string.
3960         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3961         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3962         Improve custom options.
3963         (message-bogus-recipient-p): Adjust accordingly.
3964
3965 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3966
3967         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3968         long-form month and day names.
3969
3970 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * dgnushack.el: Autoload debug, eudc-expand-inline and
3973         pgg-snarf-keys-region for XEmacs.
3974
3975         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3976
3977         * nnmairix.el: Require edmacro when compiling with XEmacs.
3978
3979 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3982         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3983
3984 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * auth-source.el: Add more docs.
3987
3988         * netrc.el (netrc-machine): Always match if the port is not given.
3989
3990 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991
3992         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3993         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3994         retrieval faster in some cases, but might make CPU usage larger.  If
3995         this has any bad side effects, we might revert this change.
3996
3997         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3998         seems to make mail retrieval much, much faster.
3999         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4000         unconditionally.
4001
4002         * gnus-draft.el (gnus-group-send-queue): Bind
4003         message-send-mail-partially-limit to nil to avoid being prompted.
4004
4005 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4008
4009         * message.el (message-bogus-address-regexp): Fix and improve custom
4010         type.
4011         (message-setup-hook): Add message-check-recipients as custom option.
4012
4013 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * message.el (message-cite-function): Remove bogus autoload which crept
4016         in during merge from v5-10.
4017
4018 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4021
4022         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4023
4024         * auth-source.el: Preliminary Tramp docs.
4025         (auth-sources): Change the default auth-sources to use
4026         EPA .gpg files.
4027
4028 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4029
4030         * nntp.el: Autoload `auth-source-user-or-password'.
4031         (nntp-send-authinfo): Use it.
4032
4033         * nnimap.el: Autoload `auth-source-user-or-password'.
4034         (nnimap-open-connection): Use it.
4035
4036         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4037         for the gnus-message function.
4038         (auth-source-user-or-password): Use it.
4039
4040 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4041
4042         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4043         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4044         (rfc2104-hash): Use it.
4045
4046 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4047
4048         * gnus-art.el (gnus-article-toggle-truncate-lines):
4049         Don't use `iff' in docstring.
4050
4051 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4054
4055         * gnus-util.el (gnus-extract-address-component-name)
4056         (gnus-extract-address-component-email): Convenience functions around
4057         `gnus-extract-address-components'.
4058
4059         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4060         Use `gnus-extract-address-component-email' to fix bug of comparing full
4061         sender name to `user-mail-address'.
4062
4063 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4066         catch/throw to optimize.
4067         (gnus-registry-find-keywords): Just use member to find a keyword.
4068
4069 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4070
4071         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4072         is current before calling gnus-server-prepare.
4073         (gnus-server-setup-buffer, gnus-server-update-server)
4074         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4075
4076 2008-05-04  Juri Linkov  <juri@jurta.org>
4077
4078         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4079         (mailcap-file-default-commands): Use mailcap-replace-in-string
4080         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4081         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4082
4083 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4084
4085         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4086
4087 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4088
4089         * gnus.el: Bump version to 0.11.
4090
4091 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4092
4093         * gnus.el: No Gnus v0.10 is released.
4094
4095 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4098         hooks.
4099         (gnus-update-read-articles): Speed up non-marks-using users.
4100         (gnus-use-marks): Define gnus-use-marks.
4101         (gnus-propagate-marks): Rename variable to something more sensible.
4102
4103 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4104
4105         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4106         (gmm-image-load-path-for-library): Fix typos in docstrings.
4107         (gmm-message): Reflow docstring.
4108
4109 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4110
4111         * mail-source.el (mail-source-set-1, mail-source-bind):
4112         Move auth-source code out of the macro to clean it up and fix bugs.
4113
4114 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4115
4116         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4117         by sender if it's equal to user-mail-address, it's likely to be
4118         useless.
4119
4120         * mail-source.el (mail-source-bind): Don't use user or password if they
4121         are not bound.  Unintern them if they are nil.  Don't use server unless
4122         it's bound, and default it to empty string otherwise.
4123
4124 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4125
4126         * mail-source.el: Load auth-source.el.
4127         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4128         get user name or password, if auth-sources is set up.
4129
4130         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4131         strategy of splitting with parent.
4132         (gnus-registry-split-fancy-with-parent)
4133         (gnus-registry-post-process-groups): Use it and fix prior
4134         bug (returning a list as the split result).
4135
4136         * auth-source.el (auth-sources): Remove server parameter.
4137         (auth-source-pick, auth-source-user-or-password)
4138         (auth-source-user-or-password-imap)
4139         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4140         (auth-source-user-or-password-sftp)
4141         (auth-source-user-or-password-smtp): Remove server parameter.
4142
4143 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4144
4145         * smime.el (smime-sign-region, smime-encrypt-region)
4146         (smime-decrypt-region):
4147         Remove redundant calls to `generate-new-buffer-name'.
4148
4149 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4150
4151         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4152         Don't use QP for message/rfc822.
4153         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4154
4155 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4156
4157         * sieve-manage.el (sieve-string-bytes): Remove.
4158         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4159         correct byte-length only if the process's coding-system is the same as
4160         the one used internally by Emacs to represent strings.
4161
4162 2008-04-22  Juri Linkov  <juri@jurta.org>
4163
4164         * mailcap.el (mailcap-file-default-commands): New function.
4165
4166 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4167
4168         * message.el (message-signature-separator, message-cite-function):
4169         Change custom version.
4170
4171 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4172
4173         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4174         commands.
4175         (tls-checktrust): Ditto.
4176
4177 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * mm-decode.el (mm-display-external): Make temp file read-only.
4180
4181 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4182
4183         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4184         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4185         `C-c C-f d'.
4186
4187 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4188
4189         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4190
4191 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4192
4193         * gnus.el: Bump version to 0.9.
4194
4195 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * gnus.el: No Gnus v0.8 is released.
4198
4199 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4200
4201         * mail-source.el (mail-source-value):
4202         Prefer fboundp to functionp so it works with macros as well.
4203
4204 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4205
4206         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4207         Fix last change in case the element is not even a symbol.
4208
4209 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4210
4211         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4212         Prefer fboundp to functionp so it works with macros as well.
4213
4214 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * auth-source.el: Added docs.
4217         (auth-sources): Modify format to support server.
4218         (auth-source-pick, auth-source-user-or-password)
4219         (auth-source-user-or-password-imap)
4220         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4221         (auth-source-user-or-password-sftp)
4222         (auth-source-user-or-password-smtp): Add server parameter.
4223
4224 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         * gnus-registry.el: Initialize the registry when gnus-registry-install
4227         is t.
4228
4229 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * compface.el (uncompface): Make buffer unibyte.
4232
4233 2008-04-05  Glenn Morris  <rgm@gnu.org>
4234
4235         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4236
4237 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4240         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4241
4242         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4243         multibyteness after rather than before erasing it.
4244
4245         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4246         mm-with-multibyte.
4247         (gnus-request-article-this-buffer): Make sure the proper decoding is
4248         used if gnus-original-article-buffer happens to be unibyte.
4249
4250         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4251         default-enable-multibyte-characters.
4252
4253         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4254         default-enable-multibyte-characters.
4255
4256         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4257
4258         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4259
4260 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4261
4262         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4263         (imap-message-copyuid-1): Use it.
4264         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4265         J. Williams in
4266         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4267
4268         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4269         imap-enable-exchange-bug-workaround.
4270         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4271
4272 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4273
4274         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4275         a 100 byte status-checks into a 2-3MB transfer for each group.
4276         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4277         to enable bug workaround or not.
4278         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4279
4280 2008-03-31  Glenn Morris  <rgm@gnu.org>
4281
4282         * message.el (mml2015-use): Declare for compiler.
4283         (message-info): Require mml2015 when appropriate.
4284
4285 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4288         whitespace.
4289
4290 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4291
4292         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4293         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4294         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4295         (nntp-service-to-port): New function.
4296         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4297         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4298         (nntp-open-netcat-stream): New function.
4299         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4300
4301 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4302
4303         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4304
4305 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4306
4307         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4308
4309 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4310
4311         * dns.el (dns-write): Use set-buffer-multibyte.
4312
4313 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4314
4315         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4316
4317 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * message.el (message-signature-separator): Change default.
4320         Improve custom type.
4321         (message-cite-function): Change default to
4322         message-cite-original-without-signature.
4323
4324         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4325         toggle.
4326
4327         * message.el (message-check-news-body-syntax): Fix signature check.
4328         (message-setup-1): Mark buffer as unmodified _after_ running
4329         message-setup-hook and handling message-alternative-emails.
4330         (message-shorten-references): Be more strict when building list of
4331         valid references to comply with GNKSA.
4332
4333         * gnus-group.el (gnus-read-ephemeral-bug-group)
4334         (gnus-read-ephemeral-debian-bug-group)
4335         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4336
4337         * message.el (message-info): Don't use booleanp which isn't supported
4338         in Emacs 21 and XEmacs.
4339
4340 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4343         gnus-group-gmane-group-download-format.
4344         (gnus-group-read-ephemeral-gmane-group): Rename from
4345         gnus-group-read-ephemeral-gmane-group.
4346         (gnus-read-ephemeral-gmane-group-url): Rename from
4347         gnus-group-read-ephemeral-gmane-group-url.
4348         (gnus-bug-group-download-format-alist): New variable.
4349         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4350         (gnus-read-ephemeral-emacs-bug-group): New commands.
4351
4352 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4355         (gnus-visible-headers): Improve custom type.
4356
4357 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * mml.el (mml-menu): Add workarounds for XEmacs.
4360
4361         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4362         X-Boundary header.
4363
4364         * message.el (message-simplify-recipients): Fix previous commit.
4365
4366 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4367
4368         * mm-util.el (mm-set-buffer-multibyte): New function.
4369         * mm-decode.el (mm-copy-to-buffer): Use it.
4370
4371 2008-03-19  Glenn Morris  <rgm@gnu.org>
4372
4373         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4374         Accidentally removed in the sync process with Emacs.
4375
4376 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4377
4378         * message.el (message-alter-recipients-discard-bogus-full-name):
4379         New function.
4380         (message-alter-recipients-function): New variable.
4381         (message-get-reply-headers): Use it.
4382         (message-replace-header): New helper function.
4383         (message-recipients-without-full-name): New variable.
4384         (message-simplify-recipients): New command.
4385
4386         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4387
4388         * message.el (message-info): Handle EasyPG manual.
4389
4390         * mml.el (mml-menu): Add entry for EasyPG.
4391
4392 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4393
4394         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4395         parameter.
4396
4397         * message.el (message-disassociate-draft): Specify drafts group name
4398         fully.
4399
4400 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4403         unnecessary duplicates from the match list.
4404
4405 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4408
4409         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4410
4411         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4412         args of `how-many' of which the XEmacs version doesn't take; declare
4413         Info-index-next as function.
4414
4415 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * gnus-score.el (gnus-score-headers): Fix handling of
4418         gnus-inhibit-slow-scoring.
4419
4420         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4421         string.
4422         (gnus-button-url-regexp): Improve handling of parenthesis.
4423         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4424         (gnus-button-handle-info-keystrokes): Handle index entries.
4425
4426 2008-03-15  Glenn Morris  <rgm@gnu.org>
4427
4428         * parse-time.el (parse-time-string): Simplify.
4429
4430 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4433         Incoming* files.
4434
4435 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4436
4437         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4438         (auth-source-pick): Use it.
4439
4440 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4441
4442         * binhex.el (binhex-decode-region-internal):
4443         * uudecode.el (uudecode-decode-region-internal):
4444         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4445         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4446         setting default-enable-multibyte-characters.
4447
4448 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * auth-source.el (auth-source-protocols)
4451         (auth-source-protocols-customize, auth-source-choices): Added and
4452         modified variable customizations and defaults.
4453         (auth-source-pick, auth-source-user-or-password)
4454         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4455         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4456         (auth-source-user-or-password-sftp)
4457         (auth-source-user-or-password-smtp): Use new variables and provide an
4458         interface to netrc.el.
4459
4460 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4463         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4464         Make sure the nntp port to specify is a string.
4465
4466 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4467
4468         * nntp.el: Use with-current-buffer.
4469         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4470         dubious mm-with-unibyte-current-buffer.
4471         (nntp-with-open-group-function): New function extracted from
4472         nntp-with-open-group macro.
4473         (nntp-with-open-group): Use the function, so it's easier to debug.
4474         Add indentation and debugging info.
4475         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4476         the use of the netcat alternatives.
4477
4478         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4479         Avoid mm-string-as-multibyte as well.
4480
4481         * nnweb.el (nnweb-insert-html):
4482         Remove use of nnheader-string-as-multibyte.
4483
4484         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4485         (nnheader-string-as-multibyte): Remove.
4486
4487         * mm-view.el: Use inhibit-read-only.
4488         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4489         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4490         or unibyte-string.
4491
4492         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4493         (mm-uu-yenc-extract): Use with-current-buffer.
4494
4495         * gnus-soup.el (gnus-soup-send-packet): Don't use
4496         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4497
4498         * nnmh.el: Use with-current-buffer.
4499         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4500         mm-string-as-multibyte on the output of mm-encode-coding-string.
4501
4502         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4503         (nnimap-request-move-article): Use with-current-buffer.
4504
4505         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4506         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4507         conversion uses string-make-unibyte rather than string-as-unibyte.
4508
4509         * gnus-msg.el: Use with-current-buffer.
4510
4511         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4512
4513 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4514
4515         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4516         string for caching if it is 'PIN.
4517
4518 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * lpath.el: Consider the case without Emacs/W3.
4521
4522 2008-03-08  Glenn Morris  <rgm@gnu.org>
4523
4524         * time-date.el (date-to-time, time-subtract, time-add)
4525         (safe-date-to-time): Doc fixes.
4526
4527 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * mail-source.el (mail-source-delete-old-incoming-confirm):
4530         Change default to nil.
4531         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4532
4533 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * lpath.el: Rearrange.
4536
4537         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4538         (gnus-article-goto-prev-page): Work for articles having ^L's.
4539
4540         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4541
4542         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4543
4544 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4545
4546         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4547         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4548         (gnus-bookmark-jump): Adjust some variable names.
4549
4550 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * auth-source.el: New package.
4553         (auth-source-choices): Add customization entry point variable.
4554
4555         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4556         bug.
4557
4558 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4559
4560         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4561         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4562         (gnus-registry-install-shortcuts): Rename from
4563         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4564         the `gnus-registry-mark-map' keymap dynamically from
4565         `gnus-registry-marks'.  The generated functions update the summary line
4566         when a registry mark is added or deleted, and will call
4567         `gnus-registry-install-p' (see the comments in the code).
4568         (gnus-registry-user-format-function-M): Use concat intelligently.
4569
4570         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4571         the registry mark functions.
4572
4573 2008-03-05  Glenn Morris  <rgm@gnu.org>
4574
4575         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4576         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4577         gnus-art.
4578         (top-level): No need to load own source when compiling.
4579
4580 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4583         Suggested by <chris.anderton@zetnet.co.uk>.
4584
4585 2008-03-04  Glenn Morris  <rgm@gnu.org>
4586
4587         * gnus-sum.el (top-level): No need to require gnus when compiling,
4588         since unconditionally required near start of file.
4589         (gnus-summary-display-while-building): Move definition before use.
4590
4591 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4594         formatting function.
4595
4596 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4597
4598         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4599         with plists.
4600         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4601         Use new format.
4602
4603 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4606         `where-is-internal' that returns a range of key sequences.
4607
4608 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4609
4610         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4611
4612         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4613         (gnus-summary-jump-to-group): Consider windows on other displayed
4614         frames as well.  Similar changes might be needed elsewhere, but that's
4615         the one I've bumped into during my use.
4616
4617         * nndoc.el (nndoc-oe-dbx-type-p):
4618         * gnus-msg.el (gnus-debug):
4619         * gnus-group.el (gnus-update-group-mark-positions):
4620         Use mm-string-to-multibyte.
4621
4622 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4625         doesn't handle NotDashEscaped.
4626
4627         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4628         (mml-dnd-attach-options): Fix typo in custom choice.
4629
4630         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4631         nndoc-article-type to mbox.
4632         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4633
4634         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4635         to nil, instead of html2text.
4636
4637         * imap.el (imap-debug): Add `imap-ping-server'.
4638
4639         * gnus-bookmark.el: Add FIXMEs.
4640
4641         * message.el (message-form-letter-separator)
4642         (message-send-form-letter-delay): New variables.
4643         (message-send-form-letter): Use them.  New command to send form
4644         letters.  Requested by Uwe Siart.
4645         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4646
4647 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4648
4649         * Update copyright years.
4650
4651 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4652
4653         Sync from EMACS_22_BASE.
4654
4655         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4656
4657 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4658
4659         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4660         empty author.
4661
4662 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4663
4664         * gnus-registry.el (gnus-registry-marks): Add variable for
4665         customization of marks and their appearance.
4666         (gnus-registry-read-mark): Use it.
4667         (gnus-registry-do-marks): Add utility function to loop through
4668         `gnus-registry-marks'.
4669         (gnus-registry-install-shortcuts-and-menus): Add function to install
4670         shortcuts and menus.
4671         (gnus-registry-initialize): Use it.
4672         (gnus-registry-default-mark): Clarify documentation.
4673
4674 2008-02-29  Glenn Morris  <rgm@gnu.org>
4675
4676         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4677         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4678         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4679         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4680         Change defcustom :version from 23.0 to 23.1.
4681
4682 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * gnus-registry.el (gnus-registry-follow-group-p)
4685         (gnus-registry-post-process-groups): Add functions to aid registry
4686         splitting and improve logging.  Clarify behavior in function
4687         documentation.
4688         (gnus-registry-split-fancy-with-parent): Use them.
4689
4690 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4691
4692         * gnus-art.el: Use with-current-buffer.
4693
4694 2008-02-27  David Engster  <dengste@eml.cc>
4695
4696         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4697         Express real group name in the response.
4698
4699 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4702         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4703         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4704         autoload gnus-registry-fetch-group when compiling.
4705         (nnmairix-request-group-with-article-number-correction): Remove
4706         unreferenced argument passed to nnmairix-call-backend.
4707
4708 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4711         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4712         Wilde.
4713
4714 2008-02-27  Glenn Morris  <rgm@gnu.org>
4715
4716         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4717         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4718         variables to defconsts.  Convert comments to doc-strings.
4719         (nnmairix-last-server, nnmairix-current-server): Convert from free
4720         variables to defvars.  Convert comments to doc-strings.
4721         (gnus-registry-fetch-group): Autoload.
4722         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4723         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4724         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4725         caddr.
4726         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4727         nnmairix-request-group-with-article-number-correction call.
4728         (nnmairix-fast, nnmairix-group): New, less general names, for free
4729         variables passed from nnmairix-request-group to
4730         nnmairix-request-group-with-article-number-correction.  Declare.
4731         (nnmairix-request-group-with-article-number-correction):
4732         Use nnmairix-fast, nnmairix-group rather than fast, group.
4733
4734 2008-02-26  David Engster  <dengste@eml.cc>
4735
4736         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4737         version 0.5.
4738
4739 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4740
4741         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4742         instead of making an extra function call.  Don't add the current group
4743         to articles only when they have the group.  Use
4744         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4745         Reported by David <de_bb@arcor.de>.
4746
4747 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4750         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4751
4752 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4753
4754         * mail-source.el (mail-source-delete-incoming): Change default.
4755         Supplement doc string.
4756
4757         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4758
4759 2008-02-14  Glenn Morris  <rgm@gnu.org>
4760
4761         * time-date.el (format-seconds): New function.
4762
4763 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4764
4765         * nnmail.el (nnmail-message-id-cache-file): Derive from
4766         `gnus-home-directory'.
4767
4768 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4771         Document negative prefix.
4772
4773         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4774
4775 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776
4777         * message.el (message-unsent-separator): Add the Exim bounce
4778         separator.
4779
4780 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4781
4782         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4783         list.
4784         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4785         recipient/signer list.
4786
4787 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * Makefile.in (datarootdir): Define.
4790         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4791         name that might contain whitespace.
4792
4793 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4796         fbound (Emacs 23 unicode), signal an error.
4797
4798 2008-02-08  Glenn Morris  <rgm@gnu.org>
4799
4800         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4801
4802 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4803
4804         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4805         ports to the calls to `netrc-machine-user-or-password' in addition to
4806         "imap" and "imaps".
4807
4808 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4809
4810         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4811
4812         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4813
4814 2008-02-01  Kenichi Handa  <handa@m17n.org>
4815
4816         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4817         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4818         (rfc2104-hash): Convert the result of concat to unibyte string.
4819
4820 2008-02-01  Dave Love  <fx@gnu.org>
4821
4822         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4823         coding-system-for-read.
4824         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4825
4826 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4827
4828         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4829         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4830         <hanche@math.ntnu.no>.
4831
4832 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4835
4836         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4837
4838 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4839
4840         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4841         * message.el (message-beginning-of-line): Use featurep instead of bound
4842         tests in order to resolve conditionals at compile time.
4843
4844 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4845
4846         * mail-source.el (mail-sources): Add `group' choice.
4847
4848         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4849         parameter `in-group' to control into which group the articles go.
4850         Add treatment of `group' mail-source.
4851
4852 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4855
4856         * mm-decode.el (mm-dissect-buffer): Decode description.
4857
4858         * mml.el (mml-to-mime): Encode message header first.
4859
4860 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4863         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4864
4865         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4866         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4867
4868 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4871
4872 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4875         prefix keys.
4876         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4877         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4878         gnus-xmas.el.
4879
4880         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4881         (gnus-xmas-article-describe-bindings): New function.
4882         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4883         gnus-xmas-article-describe-bindings.
4884
4885         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4886
4887 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4888
4889         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4890         Add new variables for article mark management.
4891         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4892         list of extra data entries which, when present, will indicate that the
4893         article ID should not be trimmed from the registry.
4894         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4895         functions.
4896         (gnus-registry-read-mark): New function to read a mark name from the
4897         user.
4898         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4899         (gnus-registry-set-article-mark-internal): New functions to add and
4900         remove marks.
4901         (gnus-registry-get-article-marks): New function to show the marks for
4902         an article, or retrieve them for further use.
4903
4904 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4907         keys when no argument is given.
4908
4909 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * imap.el (imap-ping-server): New variable.
4912         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4913         (imap-ping-server): Minor doc string fixes.
4914
4915 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4916
4917         * imap.el (imap-ping-server): New function.
4918         (imap-opened): Call imap-ping-server.
4919
4920 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4921
4922         * gnus-sum.el (gnus-article-sort-by-random)
4923         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4924         jidanni@jidanni.org.
4925
4926 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-art.el (gnus-article-describe-bindings): New function.
4929         (gnus-article-read-summary-keys): Use it.
4930         (gnus-article-mode-map): Bind `C-h b' to it.
4931
4932 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4935         XEmacs.
4936         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4937         against non-character events.
4938
4939         * lpath.el: Fbind map-keymap for Emacs 21.
4940
4941 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4942
4943         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4944         command.
4945         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4946         instead of END.  Change name of the temp file.
4947         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4948         customizable.
4949
4950 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4953         bind `S W' to gnus-article-wide-reply-with-original; set default
4954         binding to gnus-article-read-summary-send-keys.
4955         (gnus-article-read-summary-keys): Fix the order of keys; display
4956         continuation keys correctly in the echo area; describe bindings
4957         correctly when keys end with `C-h'.
4958         (gnus-article-read-summary-send-keys): New function.
4959         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4960         for gnus-article-read-summary-send-keys; display continuation keys
4961         correctly in the echo area.
4962         (gnus-article-reply-with-original): Ignore prefix argument.
4963         (gnus-article-wide-reply-with-original): New function.
4964
4965         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4966         Emacs 21.
4967
4968 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4971         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4972
4973 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4976         (gnus-group-read-ephemeral-gmane-group): New command.
4977
4978 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4979
4980         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4981
4982 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * message.el (message-send-mail-function): Increase custom version.
4985
4986         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4987         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4988
4989 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4990
4991         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4992         for the cases where imap-authenticate is called with a nil buffer
4993         parameter.
4994
4995 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4998         html parts correctly; support forwarded messages.
4999         (gnus-article-browse-html-article): Remove work buffers.
5000
5001         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5002         compiling.
5003         (netrc-bound-and-true-p): New macro.
5004         (netrc-parse): Use it instead of bound-and-true-p that is not available
5005         in XEmacs 21.4.
5006
5007 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * gnus-registry.el (gnus-registry-mark-article)
5010         (gnus-registry-article-marks): Add functionality to mark articles
5011         through the Gnus registry.
5012
5013         * encrypt.el: Clarify documentation for the new pgg method.
5014         (encrypt-file-alist): Add PGG option.
5015         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5016         functionality.  Abstract password key and messaging to external
5017         functions.
5018         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5019         (encrypt-message-method-and-cipher): Add new convenience external
5020         functions.
5021         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5022         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5023
5024         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5025         (netrc-parse): Use encrypt-file-alist to determine if
5026         encrypt-find-model or encrypt-insert-file-contents should be used.
5027
5028         * encrypt.el: Clarify documentation.  Load password-cache or
5029         password, whichever one is found first, instead of autoloading.
5030
5031 2007-12-19  Glenn Morris  <rgm@gnu.org>
5032
5033         * mml.el (message-options-set, message-narrow-to-head)
5034         (message-in-body-p, message-mail-p, message-encode-message-body):
5035         Autoload.
5036         (message-remove-header, message-narrow-to-headers-or-head)
5037         (message-subscribed-p, message-make-mail-followup-to)
5038         (message-position-on-field, message-news-p)
5039         (message-options-set-recipient, message-generate-headers)
5040         (message-sort-headers): Declare as functions.
5041
5042 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5045         convention in doc string.
5046
5047 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5050         title to html parts.
5051         (gnus-article-browse-html-article): Pass message header to it.
5052
5053         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5054
5055 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5058         or password compatible with XEmacs.
5059
5060 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5063         format document.
5064         (gnus-mime-delete-part): Don't write description line if empty.
5065         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5066
5067 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5068
5069         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5070         (gnus-summary-mark-read-and-unread-as-read)
5071         (gnus-summary-mark-current-read-and-unread-as-read)
5072         (gnus-summary-mark-unread-as-ticked): Doc fix.
5073         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5074
5075 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5078         Christoph Conrad <christoph.conrad@gmx.de>.
5079
5080 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5083         yes-or-no-p.
5084
5085 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * mm-decode.el (mm-add-meta-html-tag): New function.
5088         (mm-save-part-to-file, mm-pipe-part): Use it.
5089
5090         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5091         gnus-y-or-n-p instead of y-or-n-p.
5092         (gnus-article-browse-html-parts): Work with message/external-body; use
5093         mm-add-meta-html-tag.
5094
5095 2007-12-11  Glenn Morris  <rgm@gnu.org>
5096
5097         * gnus-cache.el: Require gnus-sum not just when compiling.
5098
5099         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5100
5101         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5102         definitions before use.
5103
5104         * mm-decode.el: Require gnus-util.
5105         (mm-remove-part): Only call delete-annotation on XEmacs.
5106
5107         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5108
5109         * nnmail.el: Require gnus-int.
5110
5111         * spam.el: Move `require's before `eval-when-compile's.
5112
5113         * gnus-ems.el (gnus-alive-p):
5114         * gnus-fun.el (message-goto-eoh):
5115         * gnus-util.el (gnus-group-name-decode):
5116         * mail-source.el (gnus-compress-sequence):
5117         * message.el (Info-goto-node, format-spec):
5118         * mm-bodies.el (message-options-get):
5119         * mm-decode.el (mm-view-pkcs7):
5120         * mm-util.el (gmm-write-region):
5121         * mml-smime.el (mml-compute-boundary)
5122         (gnus-completing-read-with-default):
5123         * mml.el (widget-button-press, gnus-make-hashtable):
5124         * mml1991.el (mm-decode-content-transfer-encoding)
5125         (mm-encode-content-transfer-encoding)
5126         (message-options-get, message-options-set):
5127         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5128         * nnfolder.el (gnus-request-group):
5129         * nnheader.el (ietf-drums-unfold-fws):
5130         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5131         * smime.el (gnus-run-mode-hooks):
5132         * spam-stat.el (gnus-message): Autoload.
5133
5134         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5135         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5136         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5137         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5138         Add declare-function compatibility definition.
5139
5140         * gnus-cache.el (nnvirtual-find-group-art):
5141         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5142         (gnus-add-image, gnus-add-wash-type):
5143         * gnus-group.el (nnkiboze-score-file):
5144         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5145         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5146         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5147         (message-tokenize-header, gnus-get-buffer-create)
5148         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5149         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5150         * gnus.el (gnus-group-decoded-name):
5151         * mail-source.el (imap-capability):
5152         * mm-bodies.el (message-options-set):
5153         * mm-decode.el (gnus-configure-windows):
5154         * mm-extern.el (message-goto-body):
5155         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5156         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5157         (epg-sub-key-validity, message-options-set):
5158         * mml.el (widget-event-point, gnus-configure-windows):
5159         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5160         * mml2015.el (epg-check-configuration, epg-configuration)
5161         (message-options-set):
5162         * nndb.el (nndb-request-article):
5163         * nnfolder.el (gnus-request-create-group):
5164         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5165         * nnmaildir.el (gnus-group-mark-article-read):
5166         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5167         * rfc1843.el (message-fetch-field):
5168         * spam.el (gnus-extract-address-components):
5169         Declare as functions.
5170
5171 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5174
5175         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5176
5177         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5178         bind show-trailing-whitespace for XEmacs.
5179
5180 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5181
5182         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5183         new no-op macro for backward compatibility.
5184
5185         * imap.el (imap-string-to-integer): New function.
5186
5187 2007-12-09  Glenn Morris  <rgm@gnu.org>
5188
5189         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5190
5191         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5192         * message.el, mm-view.el, sieve-manage.el, smime.el:
5193         Add declare-function compatibility definition.
5194
5195         * gnus-art.el (w3-region, w3m-region, Info-menu):
5196         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5197         * gnus-sum.el (gnus-get-predicate):
5198         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5199         * message.el (mail-abbrev-in-expansion-header-p):
5200         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5201         (w3m-detect-meta-charset, w3m-region):
5202         * sieve-manage.el (password-read, password-cache-add)
5203         (password-cache-remove):
5204         * smime.el (password-read-and-add): Declare as functions.
5205
5206 2007-12-08  David Kastrup  <dak@gnu.org>
5207
5208         * gnus-sum.el (gnus-summary-simplify-subject-query):
5209         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5210         `message'.
5211
5212 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5215         it to bind idna-program, installation-directory, defined-colors, and
5216         face-attribute for XEmacs of the version that compiles defcustom forms.
5217
5218 2007-12-07  Glenn Morris  <rgm@gnu.org>
5219
5220         * gnus-art.el (article-make-date-line): Revert previous change.
5221
5222 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5225
5226 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5227
5228         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5229         Call gnus-add-to-range ranges only once with a prepared article-list.
5230
5231 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5232
5233         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5234         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5235         group names with backslashes.  Reported by Tassilo Horn
5236         <tassilo@member.fsf.org>.
5237
5238 2007-12-06  Deepak Goel  <deego3@gmail.com>
5239
5240         * gnus-art.el (article-make-date-line):
5241         * gnus-start.el (gnus-load):
5242         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5243
5244 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-art.el (gnus-use-idna)
5247         * gnus-start.el (gnus-site-init-file)
5248         * message.el (message-use-idna)
5249         * mm-uu.el (mm-uu-hide-markers)
5250         * smiley.el (smiley-style): Revert changes that suppress warnings.
5251
5252 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5255         specify charset to html source.  Reported by Christoph Conrad
5256         <christoph.conrad@gmx.de>.
5257
5258 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5261         idna-program in order to suppress byte compile warning issued by XEmacs
5262         that came to byte compile the default value section of defcustom forms
5263         recently.
5264
5265         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5266         value of installation-directory.
5267
5268         * message.el (message-use-idna): Don't directly refer to the value of
5269         idna-program.
5270
5271         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5272
5273         * smiley.el (smiley-style): Don't directly call face-attribute.
5274
5275 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5278
5279         * gnus-dired.el: Reduce Gnus dependencies.
5280         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5281         require.  Use autoloads instead.
5282         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5283         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5284         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5285         (gnus-dired-mode): Adjust doc string.
5286         (gnus-dired-mail-mode): New variable.
5287         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5288         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5289         (gnus-dired-mail-buffers): New function.  Return mail or message
5290         composition buffers.
5291         (gnus-dired-attach): Use it.
5292         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5293         NO-DECODE.
5294         (gnus-dired-print): Use `gnus-print-buffer' depending on
5295         `gnus-dired-mail-mode'.
5296
5297 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * rfc2047.el (rfc2047-encoded-word-regexp)
5300         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5301         explaining what regexp patterns are for.
5302
5303 2007-12-04  Glenn Morris  <rgm@gnu.org>
5304
5305         * password.el: Move to password-cache.el.
5306
5307         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5308         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5309         * mml-smime.el (password-read, password-cache-add)
5310         (password-cache-remove):
5311         No need to autoload, since mml-sec requires password.
5312
5313         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5314         * message.el (gnus-extract-address-components):
5315         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5316
5317         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5318         password.
5319
5320 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * mailcap.el: Reduce dependencies.
5323         (mail-header-parse-content-type): Autoload.
5324         (mailcap-delete-duplicates): New alias.
5325         (mailcap-mime-info): Add optional argument NO-DECODE.
5326         (mailcap-mime-types): Use mailcap-delete-duplicates.
5327
5328         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5329
5330 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5331
5332         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5333         (imap-parse-status): Upcase status-att for servers that sends them
5334         lower-case (e.g., MS Exchange 2007).
5335
5336 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5339         function.
5340
5341         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5342         (gnus-uu-yenc-article): New function.
5343
5344         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5345
5346         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5347         buffer.
5348
5349 2007-12-02  Glenn Morris  <rgm@gnu.org>
5350
5351         * binhex.el (binhex): New custom group.
5352         (binhex-decoder-program, binhex-decoder-switches)
5353         (binhex-use-external): Move to the binhex custom group.
5354
5355         * uudecode.el (uudecode): New custom group.
5356         (uudecode-decoder-program, uudecode-decoder-switches)
5357         (uudecode-use-external): Move to the uudecode custom group.
5358
5359         * netrc.el (top-level): Don't load `encrypt' features.
5360         (netrc-parse): Don't use encrypt.
5361         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5362
5363         * encrypt.el: Remove file.
5364
5365 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5368         matches on patches.
5369
5370         * gnus-art.el (gnus-article-browse-html-article): Mention
5371         `mm-text-html-renderer' in the doc string.
5372
5373         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5374         string.  Add comments.
5375
5376         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5377         if rhs is ASCII.
5378
5379 2007-12-01  Glenn Morris  <rgm@gnu.org>
5380
5381         * mail-source.el (top-level): Require format-spec before
5382         eval-when-compile.
5383
5384 2007-11-30  Glenn Morris  <rgm@gnu.org>
5385
5386         * encrypt.el: Require password, rather than autoloading password-read.
5387
5388 2007-11-29  Glenn Morris  <rgm@gnu.org>
5389
5390         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5391         (sasl-make-client, sasl-next-step, sasl-step-data)
5392         (sasl-step-set-data): Declare as functions.
5393
5394 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5397
5398 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5399
5400         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5401         certs should be verified and what is to be done in the event of a
5402         verification failure.
5403
5404         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5405         caller can indicate whether the cache should be disregarded for this
5406         call.  This way the result of the call is reproducible at all times and
5407         can be considered a canonical server name for the supplied method.
5408         (gnus-agent-method-p): Canonicalize server names by pushing their
5409         method through `gnus-method-to-server' using the no-cache argument.
5410
5411         * gnus-srvr.el (gnus-server-insert-server-line): Call
5412         `gnus-method-to-server' with `no-cache' argument.
5413
5414         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5415         gnus-agent-possibly-synchronize-flags as this should be called when the
5416         server is actually being opened.
5417         (gnus-agent-possibly-synchronize-flags)
5418         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5419         flags file of an agentized server to the latter function.
5420
5421         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5422         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5423         after a connection has been established successfully.
5424
5425 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-art.el (article-display-face): Force to display face if called
5428         interactively; check if gnus-article-x-face-too-ugly matches author.
5429         (article-display-x-face): Display face even if From header is missing
5430         as article-display-face does.
5431
5432 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5433
5434         * hashcash.el (message-narrow-to-headers-or-head)
5435         (message-fetch-field, message-goto-eoh)
5436         (message-narrow-to-headers): Declare as functions.
5437
5438 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * mail-source.el (mail-sources): Default to fetch from file for
5441         compatibility with default of nnmail-spool-file.
5442
5443 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5446         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5447         to look for encoded word that should be encoded again.
5448         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5449         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5450         encoding pattern.
5451         (rfc2047-decode-region): Switch strict regexp and loose one according
5452         to rfc2047-allow-irregular-q-encoded-words.
5453
5454 2007-11-25  Romain Francoise  <romain@orebokech.com>
5455
5456         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5457
5458 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * tls.el (tls-program): Provide more custom choices from
5461         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5462         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5463
5464 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5467         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5468
5469         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5470         `nnmail-spool-file'.
5471
5472         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5473         `nnmail-spool-file'.
5474
5475         * gnus-move.el (gnus-change-server): Ditto.
5476
5477         * gnus-kill.el (gnus-batch-score): Ditto.
5478
5479         * gnus-cache.el (gnus-jog-cache): Ditto.
5480
5481         * gnus-msg.el (gnus-summary-reply):
5482         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5483
5484 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5487         version.  Minor improvement to doc strings.
5488         (tls-program): Add comment.
5489
5490 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5491
5492         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5493         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5494         mismatch between the hostname provided in the certificate and the name
5495         of the host connnecting to.
5496         (open-tls-stream): Use them.  Check certificates against trusted root
5497         certificates.
5498
5499 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus-cache.el (gnus-cache-generate-nov-databases):
5502         Use nnml-generate-nov-databases-directory instead of
5503         nnml-generate-nov-databases-1.
5504
5505 2007-11-24  Glenn Morris  <rgm@gnu.org>
5506
5507         * message.el (message-tool-bar-retro): Update for rename
5508         mail_send.xpm->mail-send.xpm.
5509
5510 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5513         `smime-ldap-search' for Emacs 22 and up.
5514
5515 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5516
5517         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5518
5519         * message.el (message-send-mail-function): Fix error convention.
5520         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5521         (message-widen-reply, message-send-mail, message-talkative-question)
5522         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5523         (message-clone-locals, message-send-news): Use with-current-buffer.
5524         (message-insert-or-toggle-importance): Remove unused var `valid'.
5525         (message-make-references): Remove unused var `new-references'.
5526         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5527
5528 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5529
5530         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5531         (spam-split-symbolic-return-positive): Reflow docstring.
5532         (spam-backends, spam-summary-exit-behavior)
5533         (spam-mark-ham-unread-before-move-from-spam-group)
5534         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5535         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5536         (spam-clear-cache, spam-backend-check, spam-install-backend)
5537         (spam-install-statistical-backend, spam-list-of-processors)
5538         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5539         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5540         (spam-check-crm114, spam-initialize, spam-unload-hook):
5541         Fix typos in docstrings.
5542
5543 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5546         been checked if they have never been read and those group levels are
5547         higher than the one that a user specified.
5548
5549 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5552         foreign groups unless a group level is specified by a user.
5553         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5554
5555 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * message.el (message-send-mail-function): Require sendmail.
5558
5559 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * message.el (message-send-mail-function): Check for smtpmail too.
5562
5563         * utf7.el (utf7-encode, utf7-decode): Use coding system
5564         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5565
5566         * message.el (message-send-mail-function): New function.
5567         (message-send-mail-function): Set default using
5568         message-send-mail-function.  Adjust doc string.
5569         (message-send-mail-with-mailclient): New function.
5570
5571 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5572
5573         * smime.el (from):
5574         * rfc2047.el (message-posting-charset):
5575         * qp.el (mm-use-ultra-safe-encoding):
5576         * pop3.el (parse-time-months):
5577         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5578         * nnml.el (files):
5579         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5580         (jka-compr-compression-info-list, ange-ftp-path-format)
5581         (efs-path-regexp):
5582         * nndiary.el (files):
5583         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5584         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5585         (epg-digest-algorithm-alist, inhibit-redisplay)
5586         (password-cache-expiry):
5587         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5588         (pgg-output-buffer, password-cache-expiry):
5589         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5590         (efs-path-regexp):
5591         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5592         (inhibit-redisplay):
5593         * mm-uu.el (file-name, start-point, end-point, entry)
5594         (gnus-newsgroup-name, gnus-newsgroup-charset):
5595         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5596         (latin-unity-ucs-list):
5597         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5598         (mm-uu-binhex-decode-function):
5599         * message.el (gnus-message-group-art, gnus-list-identifiers)
5600         (rmail-enable-mime-composing, gnus-local-organization)
5601         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5602         (gnus-read-active-file, facemenu-add-face-function)
5603         (facemenu-remove-face-function, gnus-article-decoded-p)
5604         (tool-bar-mode):
5605         * mail-source.el (display-time-mail-function):
5606         * gnus-util.el (nnmail-pathname-coding-system)
5607         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5608         (gnus-original-article-buffer, gnus-user-agent)
5609         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5610         (xemacs-codename, sxemacs-codename, emacs-program-version):
5611         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5612         * gnus-start.el (gnus-agent-covered-methods)
5613         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5614         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5615         (gnus-newsgroup-headers, gnus-group-list-mode)
5616         (gnus-group-mark-positions, gnus-newsgroup-data)
5617         (gnus-newsgroup-unreads, nnoo-state-alist)
5618         (gnus-current-select-method, mail-sources)
5619         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5620         (nnmail-spool-file, gnus-cache-active-hashtb):
5621         * gnus-mh.el (mh-lib-progs):
5622         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5623         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5624         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5625         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5626         (gnus-group-buffer):
5627         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5628         (font-lock-set-defaults):
5629         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5630         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5631         (gnus-summary-post-menu, total-parts, type, condition, length):
5632         * gnus-agent.el (gnus-agent-read-agentview):
5633         * flow-fill.el (show-trailing-whitespace):
5634         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5635         eval-and-compile wrappers for byte compiler pacifiers.
5636
5637         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5638         (mm-display-inline-fontify): Check for featurep 'xemacs not
5639         extent-list.
5640
5641         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5642         itimer-list.
5643         (mm-create-image-xemacs): Only do something for XEmacs.
5644         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5645
5646         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5647
5648         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5649         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5650
5651 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5652
5653         * nnimap.el (nnimap-split-download-body):
5654         * gnus-demon.el (gnus-demon):
5655         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5656
5657 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5660         macros.
5661         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5662         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5663         copy data from unibyte buffer to multibyte current buffer.
5664         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5665         to copy data from unibyte current buffer to multibyte buffer.
5666         (nntp-make-process-buffer): Make process buffer unibyte.
5667
5668         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5669
5670 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5671
5672         * pop3.el (pop3-open-server): Accept and process data more robustly at
5673         connexion start to avoid spurious "POP SSL connexion failed" errors.
5674
5675 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5678         read group names.
5679
5680 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5683
5684 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5687         (nnmail-save-active): Use a unibyte buffer when saving active file,
5688         which may contain non-ASCII group names.
5689
5690         * nnml.el (nnml-request-group): Decode group names in messages.
5691
5692 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * message.el (message-citation-line-function)
5695         (message-insert-formatted-citation-line): Fix spelling of
5696         `message-insert-formated-citation-line'.
5697
5698 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5701
5702 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5705         nnmail-pathname-coding-system.
5706
5707         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5708         that a user enters; decode group names in messages.
5709
5710         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5711
5712 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5715
5716         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5717
5718         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5719         risky local variable.
5720
5721         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5722
5723 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * encrypt.el: Improve documentation to fix function name typo.
5726         Reported by Daiki Ueno <ueno@unixuser.org>.
5727
5728 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5731         even if the point is not in the last page of an article.
5732         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5733         back to the previous page.
5734
5735 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5738
5739 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5742
5743 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5744
5745         * message.el (message-check-news-body-syntax): Avoid
5746         mm-string-as-multibyte.
5747         (message-hide-headers): Don't assume (point-min)==1.
5748
5749 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * message.el (message-remove-blank-cited-lines): Fix if remove is
5752         given.
5753         (message-bogus-address-regexp): New variable.
5754         (message-bogus-recipient-p): New function.
5755         (message-check-recipients): New command.
5756         (message-syntax-checks): Add `bogus-recipient'.
5757         (message-fix-before-sending): Add `bogus-recipient'.
5758
5759         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5760         (gnus-treat-body-boundary): Don't test window-system.
5761
5762 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5763
5764         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5765
5766 2007-10-28  Miles Bader  <miles@gnu.org>
5767
5768         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5769         at compile-time too.
5770
5771 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * gnus-msg.el (gnus-message-setup-hook): Add
5774         `message-remove-blank-cited-lines' to options.
5775
5776 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * message.el (message-remove-blank-cited-lines): New function.
5779         Suggested by Karl Plästerer.
5780
5781 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5784         mapc.
5785
5786         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5787         (top-level): Use mapc to set functions to be traced for debugging.
5788
5789         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5790         called for effect with while loop.
5791
5792         * message.el (message-talkative-question): Replace mapcar called for
5793         effect with mapc.
5794
5795         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5796         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5797         called for effect with dolist.
5798
5799         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5800
5801         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5802         gnus-extra-headers and nnmail-extra-headers.
5803
5804         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5805         called for effect with dolist.
5806         (top-level): Use mapc to set functions to be traced for debugging.
5807
5808         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5809         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5810         dolist.
5811
5812         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5813         Replace mapcar called for effect with mapc.
5814         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5815         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5816         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5817         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5818
5819         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5820         remove-if that's a cl function.
5821
5822         * webmail.el (webmail-debug): Replace mapcar called for effect with
5823         dolist.
5824
5825         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5826         with mapc.
5827
5828 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5831         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5832         with while loop.
5833
5834         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5835         functions from article-* functions.
5836         (gnus-multi-decode-header): Replace mapcar called for effect with
5837         dolist.
5838
5839         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5840         (gnus-bookmark-show-details): Replace mapcar called for effect with
5841         while loop.
5842
5843         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5844         called for effect with while loop.
5845
5846         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5847         with dolist.
5848
5849         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5850         mapcar called for effect with dolist.
5851
5852         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5853
5854         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5855         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5856         Replace mapcar called for effect with dolist.
5857         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5858         mapc.
5859
5860         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5861         Replace mapcar called for effect with dolist.
5862         (gnus-topic-list): Replace mapcar called for effect with mapc.
5863
5864         * gnus.el: Use mapc instead of mapcar to add autoloads.
5865
5866 2007-10-23  Richard Stallman  <rms@gnu.org>
5867
5868         * gnus-group.el (gnus-group-highlight): Mark as risky.
5869
5870 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus.el (gnus-server-to-method): Return method found first in
5873         gnus-newsrc-alist.
5874
5875         * gnus-art.el (gnus-article-highlight-signature)
5876         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5877         button overlay without the front stickiness.
5878
5879 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5880
5881         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5882         overview buffer needed a catch to receive its throw.
5883         (gnus-agent-flush-cache): Declared as interactive to make this function
5884         easier to use.
5885
5886 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5889         `next-line'.
5890
5891 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5894         exclude address matching message-dont-reply-to-names.
5895
5896 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-util.el (gnus-string<): New function.
5899
5900         * gnus-sum.el (gnus-article-sort-by-author)
5901         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5902
5903 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5906         the frame-focus tag is set in gnus-buffer-configuration.
5907
5908 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5911         the front stickiness.
5912
5913 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5916         url pattern; remove duplicate one.
5917         (gnus-article-extend-url-button): New function.
5918         (gnus-article-add-buttons): Use it.
5919         (gnus-button-push): Use concatenated url that it makes.
5920
5921 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5922
5923         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5924
5925 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5926
5927         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5928         Don't hardcode point-min==1.
5929
5930 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5933         Fix comment about "iso8859-1".
5934
5935 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5936
5937         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5938         ones returned from the verify-function.
5939
5940         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5941         mml2015-extract-cleartext-signature if extraction failed.
5942
5943 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5944
5945         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5946         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5947         failed.
5948
5949 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5952
5953 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5956         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5957         recommends to use EasyPG instead of PGG.
5958
5959         * pgg.el: Revert to revision 6.23.2.16.
5960
5961         * pgg-def.el: Revert to revision 6.6.2.14.
5962
5963         * pgg-gpg.el: Revert to revision 6.23.2.34.
5964
5965 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5968         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5969         thread for both the null and zero (kill/expire thread) universal prefix
5970         cases.
5971         (gnus-summary-expire-thread): Add new function to expire a thread,
5972         using gnus-summary-kill-thread.
5973         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5974         shortcuts for gnus-summary-expire-thread.
5975         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5976         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5977
5978 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5981         extras value, so an extras entry can be deleted.
5982         (gnus-registry-delete-extra-entry): Use it.
5983         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5984         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5985         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5986         storage through the gnus-registry, and provide an appropriate API for
5987         it.
5988
5989 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5992         Suggested by Leo <sdl.web@gmail.com>.
5993
5994         * gnus.el: Do.
5995
5996 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5999         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6000
6001         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6002
6003         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6004         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6005
6006 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6009         newline.
6010         (nnmbox-request-accept-article): Don't change article in source buffer;
6011         narrow to header to use message-fetch-field rather than
6012         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6013         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6014         as delimiters; make sure article ends with newline.
6015         (nnmbox-delete-mail): Correct last position of article to be deleted;
6016         ignore X-Gnus-Newsgroup header in article body.
6017         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6018         positions; make sure article ends with newline.
6019
6020         * message.el (message-display-abbrev): Don't infloop when a user
6021         inserts SPC in the beginning of header.
6022
6023         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6024         coding-system-for-read and coding-system-for-write for XEmacs having no
6025         file-coding feature.
6026
6027         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6028
6029 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6032         list of groups not followed by default.  Fix type to be regexp.
6033         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6034
6035 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6036
6037         * hmac-def.el (define-hmac-function): Switch from old-style to
6038         new-style backquotes.
6039
6040         * md4.el (md4-make-step): Likewise.
6041
6042 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6045         raw-text coding system when saving .newsrc file, which may contain
6046         non-ASCII group names.
6047
6048 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-cus.el (gnus-score-extra): New widget.
6051         (gnus-score-extra-convert): New function.
6052         (gnus-score-customize): Use it for Extra.
6053
6054 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6055
6056         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6057         (mml2015-mailcrypt-clear-verify): Use it.
6058         (mml2015-gpg-clear-verify): Use it.
6059         (mml2015-pgg-clear-verify): Use it.
6060         (mml2015-epg-clear-verify): Replace the current part with the output
6061         from GnuPG; don't extract the plaintext by itself.
6062
6063         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6064         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6065         mml2015-clear-verify-function; don't touch the armor headers or
6066         dash-escaped text here.
6067
6068 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6071         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6072         parts, or application/octet-stream as a last resort.
6073         (gnus-mime-view-part-as-type): Don't toggle display.
6074         (gnus-mime-view-part-as-charset): Don't turn off display before
6075         querying charset.
6076
6077         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6078         stuff to undisplayer function in Emacs.
6079         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6080
6081         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6082         text/calendar parts.
6083
6084 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6087         decoding text/calendar parts.
6088
6089         * message.el (message-forward-make-body-mime): Always mark body as
6090         having no illegible text; remove signed-or-encrypted argument.
6091         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6092
6093         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6094         (mml-generate-mime-1): Don't encode body if it is specified to be in
6095         raw form; don't make buffer be unibyte when inserting multibyte string.
6096
6097 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6098
6099         * sha1.el: Fix up comment style.
6100         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6101         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6102
6103         * hex-util.el: Fix up comment style.
6104         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6105
6106         * gnus-salt.el: Use with-current-buffer.
6107         (gnus-pick-setup-message): Fix long-standing typo.
6108
6109 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * imap.el (imap-logout-timeout): New variable.
6112         (imap-logout, imap-logout-wait): New functions.
6113         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6114
6115         * nnimap.el (nnimap-logout-timeout): New server variable.
6116         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6117         nnimap-logout-timeout.
6118
6119         * gnus-art.el (gnus-article-summary-command-nosave)
6120         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6121
6122 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus.el (gnus-maximum-newsgroup): New variable.
6125
6126         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6127         according to gnus-maximum-newsgroup.
6128
6129         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6130         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6131         Limit the range of articles according to gnus-maximum-newsgroup.
6132
6133 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6134
6135         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6136         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6137         Don't perform gnus-configure-windows here; reuse existing sticky
6138         article buffer.
6139
6140         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6141         it doesn't exist in gnus-article-mode.
6142
6143 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6146         (gnus-agent-decoded-group-name): New function.
6147         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6148         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6149
6150 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6151
6152         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6153         Add binding for gnus-sticky-article.
6154         (gnus-summary-exit): Don't kill sticky article buffers.
6155
6156         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6157         article buffer.
6158         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6159         (gnus-kill-sticky-article-buffers): New commands.
6160
6161 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * nntp.el (nntp-xref-number-is-evil): New server variable.
6164         (nntp-find-group-and-number): If it is non-nil, don't trust article
6165         numbers in the Xref header.
6166
6167 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-agent.el (gnus-agent-read-group): New function.
6170         (gnus-agent-flush-group, gnus-agent-expire-group)
6171         (gnus-agent-regenerate-group): Use it.
6172         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6173         nnmail-pathname-coding-system.
6174
6175 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6178
6179         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6180         that are unread as unread, and also as selected so that information of
6181         marks having been changed by a user may be updated when exiting group.
6182
6183 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6186         calculated ignoring signature parts to gnus-treat-article.
6187
6188 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6191         a point here in order to keep the window start.
6192         (gnus-insert-mime-security-button): Make a button overlay without the
6193         front stickiness.
6194         (gnus-mime-display-security): Goto the end of a button.
6195
6196         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6197
6198 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6201         group-name-at-point.
6202         (gnus-group-completing-read): New function that offers decoded
6203         non-ASCII group names for completion.
6204         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6205         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6206         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6207         (gnus-group-fetch-control): Use it.
6208         (gnus-fetch-group): Use group-name-at-point for the initial value
6209         rather than the default value; use gnus-alive-p.
6210
6211         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6212         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6213         (gnus-summary-post-news): Use gnus-group-completing-read.
6214
6215         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6216         (gnus-read-move-group-name): Decode group name for completion.
6217
6218 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6219
6220         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6221         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6222         Yamaoka slightly modified the code).
6223
6224 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6227         (nnmail-split-incoming): Bind it.
6228
6229         * nnml.el (nnml-group-name-charset): New function.
6230         (nnml-decoded-group-name): Use it; don't decode group name if
6231         nnmail-group-names-not-encoded-p is non-nil.
6232         (nnml-encoded-group-name): New function.
6233         (nnml-group-pathname): Inline nnml-decoded-group-name.
6234         (nnml-request-expire-articles): Decode group name in message.
6235         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6236         nnmail-pathname-coding-system.
6237         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6238         not decoded ones according to nnmail-group-names-not-encoded-p.
6239         (nnml-generate-active-info): Use nnml-encoded-group-name.
6240
6241 2007-08-08  Glenn Morris  <rgm@gnu.org>
6242
6243         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6244         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6245         doc-strings and comments.
6246
6247 2007-07-25  Glenn Morris  <rgm@gnu.org>
6248
6249         * Relicense all FSF files to GPLv3 or later.
6250
6251 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-sum.el (gnus-summary-move-article): Make
6254         gnus-summary-respool-article work.
6255
6256 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6259         string.
6260
6261 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6262
6263         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6264         that should be ignored when comparing distant RSS articles with local
6265         ones.
6266         (nnrss-make-hash-index): New function.  Create a hash index according
6267         to the ignored fields.
6268         (nnrss-check-group): Use it.
6269
6270 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6273
6274         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6275
6276         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6277         the new optional argument ENCODED is non-nil.
6278         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6279         coding system for encoding group name.
6280         (gnus-group-make-rss-group): Pass un-encoded group name to
6281         gnus-group-make-group.
6282         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6283         encoded.
6284
6285         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6286         Encode group name to which articles are moved or copied.
6287         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6288         coding system for encoding Newsgroup, Followup-To and Xref headers.
6289
6290         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6291         marks; use nnheader-file-coding-system to write a file.
6292         (nnagent-retrieve-headers): Bind file-name-coding-system to
6293         nnmail-pathname-coding-system.
6294
6295         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6296
6297         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6298         (nnml-request-article, nnml-request-create-group)
6299         (nnml-request-rename-group, nnml-find-id)
6300         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6301         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6302         (nnml-save-marks): Use nnml-group-pathname instead of
6303         nnmail-group-pathname.
6304
6305         (nnml-request-create-group, nnml-request-expire-articles)
6306         (nnml-request-move-article, nnml-request-delete-group)
6307         (nnml-deletable-article-p, nnml-possibly-create-directory)
6308         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6309         (nnml-open-marks): Bind file-name-coding-system to
6310         nnmail-pathname-coding-system.
6311
6312         (nnml-request-article): Pass server argument to nnml-find-group-number.
6313         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6314         server argument to nnml-possibly-create-directory.
6315         (nnml-request-accept-article): Pass server argument to
6316         nnml-active-number and nnml-save-mail.
6317         (nnml-find-group-number): Pass server argument to nnml-find-id.
6318         (nnml-request-update-info): Pass server argument to
6319         nnml-marks-changed-p.
6320
6321         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6322         (nnml-save-mail, nnml-active-number): Add server argument.
6323
6324         (nnml-request-delete-group): Warn if group is missing.
6325         (nnml-get-nov-buffer): Decode group name.
6326         (nnml-generate-active-info): Encode group name.
6327         (nnml-open-marks): Decode group name in messages.
6328
6329 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6332         if it is not specified.
6333         (gnus-article-pipe-part, gnus-article-save-part)
6334         (gnus-article-interactively-view-part, gnus-article-copy-part)
6335         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6336         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6337         (gnus-article-replace-part, gnus-article-delete-part)
6338         (gnus-article-view-part-as-type): Pass raw prefix argument to
6339         gnus-article-part-wrapper.
6340
6341 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-agent.el (gnus-agent-save-active): Bind
6344         nnheader-file-coding-system to gnus-agent-file-coding-system.
6345
6346         * gnus-cache.el (gnus-cache-save-buffers)
6347         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6348         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6349         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6350         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6351         (gnus-cache-generate-active, gnus-cache-rename-group)
6352         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6353         (gnus-cache-update-overview-total-fetched-for): Bind
6354         file-name-coding-system to nnmail-pathname-coding-system.
6355         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6356         variables.
6357         (gnus-cache-decoded-group-name): New function.
6358         (gnus-cache-file-name): Use it.
6359         (gnus-cache-generate-active): Use non-decoded group name for active.
6360
6361         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6362         right place.
6363         (gnus-write-active-file): Don't break non-ASCII group names.
6364
6365         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6366         nnmail-pathname-coding-system.
6367
6368         * lpath.el: Bind default-file-name-coding-system,
6369         file-name-coding-system and language-info-alist for XEmacs.
6370
6371         * gnus-uu.el (gnus-uu-decode-save): Typo.
6372
6373 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6376
6377 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6380         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6381         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6382         (gnus-agent-flush-group, gnus-agent-flush-cache)
6383         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6384         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6385         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6386         (gnus-agent-regenerate-group)
6387         (gnus-agent-update-files-total-fetched-for)
6388         (gnus-agent-update-view-total-fetched-for): Bind
6389         file-name-coding-system to nnmail-pathname-coding-system.
6390         (gnus-agent-group-pathname): Don't encode file names by
6391         nnmail-pathname-coding-system.
6392         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6393         coding-system-for-write instead of buffer-file-coding-system to
6394         gnus-agent-file-coding-system.
6395
6396         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6397         Decode group name.
6398
6399         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6400
6401         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6402         (gnus-read-newsrc-el-file): Make group names unibyte.
6403
6404         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6405         nnmail-pathname-coding-system.
6406
6407         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6408         (nnrss-request-delete-group): Bind file-name-coding-system to
6409         nnmail-pathname-coding-system.
6410         (nnrss-read-server-data, nnrss-read-group-data): Bind
6411         file-name-coding-system correctly.
6412         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6413
6414         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6415         (nntp-server-to-method-cache): New variable.
6416         (nntp-group-pathname): New function that decodes non-ASCII group names.
6417         (nntp-possibly-create-directory, nntp-marks-changed-p)
6418         (nntp-save-marks, nntp-open-marks): Use it.
6419         (nntp-possibly-create-directory, nntp-open-marks):
6420         Bind file-name-coding-system to nnmail-pathname-coding-system.
6421         (nntp-open-marks): Decode group names when bootstrapping marks.
6422
6423         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6424         Newsgroups and Folowup-To headers.
6425
6426 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6429         (gnus-server-closed-face, gnus-server-denied-face)
6430         (gnus-server-offline-face): Remove variable.
6431         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6432
6433         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6434         of modifying message-stack directly for XEmacs.
6435
6436         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6437         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6438         if the coding-system argument is nil for XEmacs.
6439
6440         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6441         mm-charset-override-alist.
6442
6443         * rfc2047.el: Don't require base64; require rfc2045 for the function
6444         rfc2045-encode-string.
6445         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6446         to quote the parameter value.
6447
6448 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6451         form in gnus-group-name-charset-method-alist.
6452
6453         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6454         overrides the default layout edit-form.
6455
6456         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6457
6458         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6459
6460 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6463         as unfetched articles.
6464
6465 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6468
6469 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6472         original back end that keeps marks in the local system.
6473
6474 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6477         arg of pop-to-buffer for XEmacs.
6478         (gnus-article-read-summary-keys): Ditto; don't restore window
6479         configuration if summary command ends up with neither article buffer
6480         nor summary buffer; describe bindings if summary keys end with C-h.
6481
6482 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * message.el (message-fix-before-sending): Skip raw message part to be
6485         forwarded while checking illegible text.
6486         (message-forward-make-body-mime, message-forward-make-body): Mark
6487         signed or encrypted raw message as having no illegible text.
6488
6489 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6492         (gnus-message-with-timestamp-1): New macro.
6493         (gnus-message-with-timestamp): New function.
6494         (gnus-message): Use them.
6495
6496         * nnheader.el (nnheader-message): Use them.
6497
6498 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6501         .newsrc.eld file.
6502
6503 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-agent.el (gnus-agent-fetch-headers)
6506         (gnus-agent-retrieve-headers): Bind
6507         gnus-decode-encoded-address-function to identity.
6508
6509         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6510         available also when the server returns simply a dot.
6511
6512         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6513
6514 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6517
6518 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus-ems.el (gnus-x-splash): Make it work.
6521
6522         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6523         from being used.
6524
6525         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6526
6527 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6530         4th and the 5th arguments.
6531
6532         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6533         the front stickiness.
6534         (gnus-article-summary-command-nosave): Correct the order of the
6535         arguments passed to pop-to-buffer.
6536         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6537         summary command ends up with the article buffer.
6538
6539         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6540         the same faces.
6541
6542 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6543
6544         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6545
6546 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6547
6548         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6549         * gnus-sum.el (gnus-summary-highlight):
6550         * pgg.el (pgg-sign-region, pgg-sign):
6551         * mail-source.el (mail-source-delete-old-incoming-confirm):
6552         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6553
6554 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-art.el (gnus-mime-view-part-externally)
6557         (gnus-mime-view-part-internally): Fix predicate function passed to
6558         completing-read.
6559
6560         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6561
6562         * gnus.el (gnus-update-message-archive-method): Add :version.
6563
6564 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus.el (gnus-update-message-archive-method): New variable.
6567
6568         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6569         according to gnus-message-archive-method if
6570         gnus-update-message-archive-method is non-nil.
6571
6572 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6575         by Loic Dachary <loic@dachary.org>.
6576         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6577
6578 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * message.el (message-pop-to-buffer): Add switch-function argument.
6581         (message-mail): Pass switch-function argument to it.
6582
6583 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6586         Improve doc string.
6587
6588 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6591         (gnus-header-content)
6592         * gnus-cite.el (gnus-cite-10)
6593         * gnus-srvr.el (gnus-server-closed)
6594         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6595         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6596         (gnus-group-mail-3-empty, gnus-group-mail-low)
6597         (gnus-group-mail-low-empty, gnus-splash)
6598         * message.el (message-header-to, message-header-cc)
6599         (message-header-subject, message-header-other, message-header-name)
6600         (message-header-xheader, message-separator, message-cited-text)
6601         (message-mml): Lighten colors of faces used for dark background.
6602
6603 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6604
6605         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6606         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6607
6608 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * message.el (message-narrow-to-headers-or-head):
6611         Ignore mail-header-separator in the body.
6612
6613 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6616         same as window size.
6617
6618 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6619
6620         * message.el (message-font-lock-keywords): Use message-header-xheader
6621         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6622         ahead of the anything pattern, to get it recognised.
6623
6624 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6627         spam.el loads uses it in the compiled defadvice form.
6628
6629 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6630
6631         * gnus-sum.el (gnus-articles-to-read)
6632         (gnus-summary-insert-old-articles): Don't truncate group name for
6633         `read-string'.
6634
6635         * gnus-util.el (gnus-limit-string): Delete this function.
6636
6637         * gnus-sum.el (gnus-simplify-subject-fully): Use
6638         `truncate-string-to-width' instead.
6639
6640 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6641
6642         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6643         if, on summary exit, the next group has to be selected.
6644         (gnus-summary-exit): Use it.
6645
6646 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6649         non-break space.
6650
6651 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6654         Check if group is not a directory.
6655         (nnfolder-request-expire-articles): Don't delete articles if the target
6656         group is not available.
6657
6658         * nnml.el (nnml-request-create-group): Properly check if group is not a
6659         file.
6660         (nnml-request-expire-articles): Don't delete articles if the target
6661         group is not available.
6662
6663         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6664         Don't quote characters that are within parentheses.
6665
6666 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6669         (gnus-handle-ephemeral-exit): Select article according to it.
6670
6671 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * message.el (message-insert-formated-citation-line): Remove newline.
6674         (message-citation-line-format): Add final \n here so that the user can
6675         avoid a blank line.
6676
6677 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6678
6679         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6680         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6681         Update lanl/arXiv support.
6682
6683 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6684
6685         * gnus.el: Bump version number.
6686
6687 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * gnus.el (gnus-version-number): Bump version.
6690
6691 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6692
6693         * gnus.el: No Gnus v0.6 is released.
6694
6695 2007-04-27  Didier Verna  <didier@xemacs.org>
6696
6697         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6698         * gmm-utils.el (gmm-regexp-concat): here.
6699         * message.el: Don't require 'gnus-util.
6700         (message-dont-reply-to-names): Handle name change above.
6701         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6702
6703 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6706         since the initial value varies according to the system.
6707
6708 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6711
6712 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6713
6714         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6715
6716 2007-04-24  Didier Verna  <didier@xemacs.org>
6717
6718         Improve the type of gnus-ignored-from-addresses.
6719         * gnus-util.el (gnus-orify-regexp): New function.
6720         * message.el (gnus-util): Require it.
6721         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6722         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6723         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6724
6725 2007-04-24  Didier Verna  <didier@xemacs.org>
6726
6727         * gnus-sum.el:
6728         * gnus-utils.el: Fix some trailing whitespaces.
6729
6730 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6733         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6734         article's Message-ID; refer parent article in summary buffer.
6735
6736         * message.el (message-bounce): Call mime-to-mml.
6737
6738         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6739         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6740         optimize and/or forms properly.
6741
6742 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6745         URL.
6746
6747 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6750
6751 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6754         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6755         displayed of multipart/alternative part if it is invoked from summary
6756         buffer.
6757
6758         * mm-view.el (mm-inline-text-html-render-with-w3m)
6759         (mm-inline-text-html-render-with-w3m-standalone)
6760         (mm-inline-render-with-function): Use mail-parse-charset by default.
6761
6762 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6763
6764         * parse-time.el (parse-time-string-chars): Check if CHAR
6765         is less than the length of parse-time-syntax.
6766
6767 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6770         from gnus-newsgroup-processable.
6771
6772 2007-04-16  Didier Verna  <didier@xemacs.org>
6773
6774         * gnus-msg.el (gnus-configure-posting-styles): Handle
6775         message-signature-directory properly with :file syntax.  Reported by
6776         "Leo".
6777
6778 2007-04-11  Didier Verna  <didier@xemacs.org>
6779
6780         New user option: message-signature-directory.
6781         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6782         * message.el (message-insert-signature): Ditto.
6783         * message.el (message-signature-file): Doc update.
6784         * message.el (message-signature-directory): New.
6785
6786 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-msg.el (gnus-inews-yank-articles): Use
6789         message-exchange-point-and-mark instead of exchange-point-and-mark.
6790
6791 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * message.el (message-yank-original): Make sure cited text ends with
6794         newline; don't exchange point and mark.
6795
6796 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6797
6798         * tls.el (open-tls-stream): Properly handle case where there
6799         is no associated buffer.
6800
6801 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6802
6803         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6804         message-yank-original, make sure (< mark TEXT point).
6805
6806 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * message.el (message-fill-column): New variable.
6809         (message-mode): Use it.  Add comment on a possible new hook.
6810
6811         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6812         (nnmail-get-new-mail): Reformat.
6813
6814         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6815
6816         * gmm-utils.el: Fix Commentary.
6817         (gmm-tool-bar-from-list): Fix typo in doc string.
6818
6819 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6820
6821         * message.el (message-yank-original): Don't switch point and mark
6822         unnecessarily to put point and mark as documented.
6823
6824 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6827         from the message heads.
6828
6829 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6830
6831         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6832         article buffer does not have a window.  This may not be the best
6833         solution but is certainly better than setting the start of the null,
6834         that is the current, window.
6835
6836 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6839         (gnus-draft-setup): Run it.
6840
6841         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6842         gnus-score-fast-scoring.  Allow regexp.
6843         (gnus-score-headers): Use it.
6844
6845         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6846         XEmacs.
6847
6848         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6849         string.
6850         (gnus-button-alist): Also catch `<f1> k ...'.
6851         (gnus-treat-display-x-face): Fix doc string.
6852
6853 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6854
6855         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6856         evaluation of gnus-extended-version to ensure correct generation of the
6857         User-Agent header when message-generate-headers-first is used.
6858
6859 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6860
6861         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6862         hashcash-path is nil.  Don't call callback with incorrect number of
6863         parameters if val is 0.
6864
6865 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6866
6867         * message.el (message-required-news-headers):
6868         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6869
6870 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6871
6872         * tls.el (open-tls-stream): In handshake-waiting loop,
6873         don't wait more if there is output available to process.
6874
6875 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6876
6877         * tls.el (tls-program): Doc fix.
6878
6879 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * message.el (message-generate-new-buffers): Change the meaning of the
6882         nil value; add `standard' to the choices; treat t as `unique'; improve
6883         doc string.
6884         (gnus-select-frame-set-input-focus): Autoload.
6885         (message-buffer-name): Search for the existing message buffer if
6886         message-generate-new-buffers is nil or `standard'; treat the value t of
6887         message-generate-new-buffers as `unique'.
6888         (message-pop-to-buffer): Raise the frame already displaying the message
6889         buffer; clear the echo area after querying.
6890         (message-setup): Pass the `continue' argument to compose-mail.
6891         (message-mail): Prefer `switch-function' if it is given; search for the
6892         existing message buffer if the `continue' argument is non-nil; pass
6893         continue and switch-function arguments to compose-mail by way of
6894         message-setup.
6895         (message-mail-other-window): Adjust argument of message-setup.
6896         (message-mail-other-frame): Ditto.
6897
6898 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6901         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6902         to turn font-lock on when turning gnus-message-citation-mode on.
6903
6904 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6905
6906         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6907         (mml-smime-function-alist): New variable; add epg as the backend.
6908         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6909         mml-smime- functions instead.
6910         * mm-view.el: Require smime.
6911
6912 2007-03-05  Didier Verna  <didier@xemacs.org>
6913
6914         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6915         instead of just inheritance for posting styles.
6916         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6917
6918 2007-02-24  Chris Moore  <dooglus@gmail.com>
6919
6920         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6921         * pgg-pgp.el (pgg-pgp-encrypt-region):
6922         * pgg-gpg.el (pgg-gpg-encrypt-region):
6923         Check pgg-encrypt-for-me if no other recipients.
6924
6925 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6926
6927         * tls.el (tls-certtool-program): Fix custom type.
6928
6929 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6932         and point-at-eol instead of line-(beginning|end)-position.
6933
6934         * assistant.el (assistant-parse-buffer): Ditto.
6935
6936         * netrc.el (netrc-parse-services): Ditto.
6937
6938 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6939
6940         * mml2015.el (mml2015-epg-find-usable-key): New function.
6941         (mml2015-epg-sign): Use it.
6942         (mml2015-epg-encrypt): Use it.
6943
6944 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * message.el (message-make-in-reply-to): Quote name containing
6947         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6948         if there are special characters.  Reported by NAKAJI Hiroyuki
6949         <nakaji@jp.freebsd.org>.
6950
6951 2007-02-27  Didier Verna  <didier@xemacs.org>
6952
6953         Include the group parameters as well as the topic ones in the
6954         inheritance filter process.
6955         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6956         argument GROUP-PARAMS-LIST.
6957         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6958
6959 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * nntp.el (nntp-never-echoes-commands)
6962         (nntp-open-connection-functions-never-echo-commands): New variables.
6963         (nntp-send-command): Use them.
6964
6965 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6966
6967         * mml2015.el (mml2015-epg-verify): Simplified.
6968
6969 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * mml.el (mml-content-disposition-alist): New user option.
6972         (mml-content-disposition): New function.
6973         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6974         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6975
6976 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6977
6978         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6979         verification.
6980
6981 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6982
6983         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6984         articles posted in the last 24 hours.
6985
6986 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6987
6988         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6989
6990 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6991
6992         * nntp.el (nntp-send-command): Don't wait for echoes when
6993         nntp-open-ssl-stream is used.
6994
6995 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6998         (gnus-message-add-citation-keywords)
6999         (gnus-message-remove-citation-keywords): Remove.
7000         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7001         directly, make the variables in font-lock-defaults buffer-local, add
7002         gnus-message-citation-keywords to them and then update the value of
7003         font-lock-keywords.
7004
7005 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * message.el (message-cite-original-1): Don't call
7008         gnus-article-highlight-citation.
7009
7010         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7011         citations; fix line count.
7012
7013 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7016         (gnus-message-add-citation-keywords)
7017         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7018         versions of font-lock-add-keywords and font-lock-remove-keywords to
7019         work with XEmacs correctly.
7020
7021 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-cite.el (gnus-cite-face-list): Set the values of
7024         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7025         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7026         (gnus-message-cite-prefix-regexp): New variable.
7027         (gnus-message-search-citation-line): Use it; protect against long
7028         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7029         the 0th match data for Emacs.
7030         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7031         (gnus-message-add-citation-keywords): Append keywords rather than
7032         prepending; emulate font-lock-add-keywords if it is not available.
7033         (gnus-message-remove-citation-keywords): Emulate
7034         font-lock-remove-keywords if it is not available.
7035
7036         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7037
7038         * message.el (message-cite-prefix-regexp): Set the value of
7039         gnus-message-cite-prefix-regexp.
7040
7041 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7042
7043         * nnweb.el (nnweb-google-parse-1): Update parser.
7044
7045 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7046
7047         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7048
7049 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7050
7051         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7052         regexp.
7053
7054 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7057         string-to-multibyte.
7058         (uudecode-decode-region-internal): Use it.
7059
7060         * lpath.el: Fbind string-as-multibyte for XEmacs.
7061
7062 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7063
7064         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7065         custom choice.
7066
7067         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7068
7069 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7070
7071         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7072
7073         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7074         `write-region' to respect `mm-inhibit-file-name-handlers'.
7075
7076 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7079         Use gnus-home-directory instead of "~/" or "$HOME".
7080
7081 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7084         to mention filename.
7085         Add comments at beginning regarding usage.
7086         (encrypt-write-file-contents): Change interactive so a string is
7087         acceptable.  If the file has no associated model, show an error instead
7088         of a nonsense prompt.
7089
7090 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7091
7092         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7093         Thanks to Yoshihiko Yamada for kind notification of this typo.
7094
7095 2007-01-12  Kenichi Handa  <handa@m17n.org>
7096
7097         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7098         multibyte buffer.
7099
7100 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gnus-score.el (gnus-score-fast-scoring): New variable.
7103         (gnus-score-headers): Use it.
7104
7105         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7106
7107         * message.el (message-cite-original-1): Call
7108         gnus-article-highlight-citation if requested.
7109         (message-make-from): Allow name and address as optional arguments.
7110
7111         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7112
7113         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7114         bugs to doc string.
7115         (gnus-button-alist): Add mid\\|message-id.
7116         (gnus-button-fetch-group): Extend for use in
7117         `browse-url-browser-function'.
7118         (gnus-button-url-regexp): Try to catch paired parentheses like in
7119         Wikipedia URLs.
7120
7121         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7122         Suggested by Simon Krahnke <overlord@gmx.li>.
7123
7124 2007-01-13  Romain Francoise  <romain@orebokech.com>
7125
7126         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7127         Update copyright.
7128
7129 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7130
7131         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7132
7133 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-registry.el (gnus-registry-unfollowed-groups)
7136         (gnus-registry-split-fancy-with-parent): Fix documentation.
7137
7138 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7141         from nnweb groups.
7142
7143 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7146         Xref urls.  Erase buffer before requesting head.
7147
7148 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7151         customizable.
7152
7153 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7154
7155         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7156         no signing key is found.
7157         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7158         no encrypting and/or signing key is found.
7159
7160 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7163
7164 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7165
7166         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7167         headers read from disk with the ones newly found in the current search.
7168         This should no longer cause problems, because the article numbers in
7169         Gmane's `nov.php' output are ignored since the previous change.
7170
7171 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7172
7173         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7174
7175 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7178         replace-regexp-in-string; bind url-version; fbind display-images-p and
7179         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7180         find-face and set-itimer-function for Emacs; bind itimer-list for
7181         Emacs.
7182
7183         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7184
7185 2007-01-01  Romain Francoise  <romain@orebokech.com>
7186
7187         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7188
7189 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7190
7191         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7192         `define-minor-mode' macro definition expanded properly.
7193         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7194         exclude it there.
7195
7196         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7197         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7198         `fboundp' test.
7199         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7200         This is OK to autoload in (S)XEmacs now.
7201
7202 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7205         keystroke.
7206         (gnus-summary-limit-to-singletons): Fix typo.
7207
7208         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7209         else fails.
7210
7211 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7212
7213         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7214         docstring.
7215
7216         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7217         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7218         (gnus-summary-insert-dormant-articles): Fix typo in message.
7219
7220 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7223         nil for XEmacs.
7224         (gnus-message-citation-mode): Don't autoload in XEmacs.
7225
7226         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7227
7228 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7229
7230         * nnimap.el (nnimap-expunge-search-string): Mention
7231         nnimap-search-uids-not-since-is-evil in docstring.
7232
7233 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * spam.el: Revert to make-obsolete-variable because
7236         define-obsolete-variable-alias is not supported in Emacs 21.
7237
7238         * spam.el (spam-ifile-path, spam-ifile-database-path)
7239         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7240         make-obsolete-variable.
7241         (spam-bsfilter-path, spam-bsfilter-program)
7242         (spam-spamassassin-path, spam-spamassassin-program)
7243         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7244         use "path" inappropriately.
7245         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7246         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7247         variable names.
7248
7249 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7250
7251         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7252         summary buffer.
7253
7254         * password.el (password-cache-remove): Use clear-string to burn
7255         password, if available.
7256
7257 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7260
7261         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7262
7263         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7264         (gnus-message-highlight-citation): Move defcustom here from
7265         gnus-cite.el.
7266         (gnus-message-citation-mode): Autoload.
7267
7268         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7269         checks to make it compile with XEmacs.
7270         (gnus-message-citation-mode): New minor mode.
7271         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7272         (gnus-message-highlight-citation): New variables.
7273         (gnus-message-search-citation-line)
7274         (gnus-message-add-citation-keywords)
7275         (gnus-message-remove-citation-keywords)
7276         (turn-on-gnus-message-citation-mode)
7277         (turn-off-gnus-message-citation-mode): New functions.
7278
7279 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7280
7281         * gnus-cite.el: Enable highlighting of different citation levels in
7282         message-mode.
7283
7284 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * message.el (message-make-fqdn): Fix comment.
7287         (message-bogus-system-names): Add ".local".
7288
7289         * spam.el (spam-ifile-path, spam-ifile-program)
7290         (spam-ifile-database-path, spam-ifile-database)
7291         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7292         Don't use "path" inappropriately.
7293         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7294         strings.
7295         (spam-check-ifile, spam-ifile-register-with-ifile)
7296         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7297         new variable names.
7298
7299         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7300         (gnus-treat-display-smileys): Simplify using
7301         gnus-image-type-available-p.
7302
7303         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7304         available.
7305
7306         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7307         `display-images-p' if available.
7308
7309 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7312         one after turning on the buffer's multibyteness instead of decoding
7313         them directly in the unibyte buffer that causes unexpected conversion
7314         in Emacs 23 (unicode).
7315
7316 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7317
7318         * message.el (message-generate-hashcash): Fix custom type.
7319
7320 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7323
7324 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7327         disconnect icons.  Add help text.
7328
7329 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7330
7331         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7332         negated to be consistent with the others we handle.
7333
7334 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7337         version of gnus-summary-buffer to something, so that we can use two
7338         article buffers at the same time.
7339
7340 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7341
7342         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7343         trigger all the extra headers.
7344         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7345         sorting.
7346
7347 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7348
7349         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7350         solid groups.
7351
7352 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7353
7354         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7355
7356 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * legacy-gnus-agent.el: Add Copyright notice.
7359
7360 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7361
7362         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7363
7364 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7367
7368         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7369         to make it work reliably in CVS Emacs.
7370         (gnus-summary-limit-strange-charsets-predicate)
7371         (gnus-summary-limit-to-predicate): New functions.
7372
7373 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7374
7375         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7376         specifying array size.
7377         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7378         array if it is too small.
7379         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7380         (gnus-sort-threads-loop): New function.
7381
7382 2006-12-06  Chris Moore  <dooglus@gmail.com>
7383
7384         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7385         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7386
7387 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7388
7389         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7390         options.
7391
7392 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7393
7394         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7395         DOS-ing the recipient.
7396
7397         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7398         the headers when creating the mapping to avoid mismappings.
7399         (nnweb-gmane-create-mapping): Always nix out old mapping.
7400
7401 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7404         and mm-verify-option to never.
7405
7406 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * message.el (message-signed-or-encrypted-p): New function.
7409         (message-forward-make-body): Use it.
7410
7411         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7412         Replace encode-coding-string with mm-encode-coding-string.
7413
7414 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * nneething.el (nneething-decode-file-name): Replace
7417         decode-coding-string with mm-decode-coding-string.
7418
7419         * gnus-int.el (gnus-open-server): Say failed server's name.
7420
7421 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7422
7423         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7424         strings to a single string.  Quote `errors-file-name'.
7425         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7426         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7427         Adjust calls.  Use `shell-quote-argument'.
7428
7429 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7430
7431         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7432         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7433
7434         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7435         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7436         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7437         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7438         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7439         (gnus-subscribe-newsgroup, gnus-1):
7440         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7441         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7442         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7443         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7444
7445 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7448         keystroke.
7449         (gnus-summary-limit-to-bodies): Implement headersp.
7450
7451 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452
7453         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7454
7455 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7458
7459 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * message.el (message-generate-hashcash): Expand range of values to
7462         include `opportunistic'.
7463         (message-send-mail): Use it.
7464
7465 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7466
7467         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7468         and comment it.
7469
7470         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7471
7472 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gnus-util.el (gnus-extract-address-components): Improve comment.
7475
7476 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-util.el (gnus-extract-address-components): Work with address in
7479         which the name portion contains @.
7480
7481         * lpath.el: Fbind custom-autoload.
7482
7483 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * gnus.el (gnus-start): Move custom group up.
7486         (gnus-select-method): Don't autoload, but make it available for
7487         `customize-variable'.
7488         (gnus-getenv-nntpserver): Don't autoload.
7489
7490 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7493
7494 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * message.el (message-sendmail-extra-arguments): New variable.
7497         (message-send-mail-with-sendmail): Use it.
7498
7499 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7502         mm-with-unibyte-current-buffer to make string unibyte.
7503
7504         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7505         mm-string-as-multibyte.
7506
7507 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7508
7509         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7510         Reported by Werner Koch <wk@gnupg.org>.
7511
7512 2006-11-14  Daiki Ueno  <ueno@p360>
7513
7514         * mml2015.el: Autoload epa-select-keys when compiling.
7515
7516 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7517
7518         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7519         message-options.
7520         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7521
7522 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7523
7524         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7525         EasyPG (< 0.0.6).
7526         (mml2015-always-trust): New user option.
7527         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7528         prompt.
7529
7530 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * nntp.el (nntp-authinfo-force): New variable.
7533         (nntp-send-authinfo): Use it.
7534
7535 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7538         decode encoded words.  Improve prompt.  Add comment about forwarding.
7539         (message-replacement-char): Move up.
7540
7541 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7542
7543         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7544         instead of gnus-intersection because arguments of gnus-sorted-nunion
7545         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7546
7547 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7550         (message-simplify-subject-functions): Enable
7551         message-strip-subject-encoded-words by default.
7552
7553 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * message.el (message-strip-subject-encoded-words): New function.
7556         (message-simplify-subject-functions): New variable.
7557         (message-simplify-subject): Use it.  Fix typo in doc string.
7558         Support message-strip-subject-encoded-words.
7559
7560 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7561
7562         * gnus-diary.el (gnus-diary-delay-format-function):
7563         * nndiary.el (nndiary-reminders):
7564         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7565
7566 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus-art.el (article-hide-boring-headers): Fetch date from
7569         gnus-original-article-buffer to avoid problems with localized date
7570         strings.
7571
7572 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7575
7576 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7579         New variables.
7580         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7581         (mm-charset-synonym-alist): Move some entries to
7582         mm-codepage-iso-8859-list.
7583         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7584         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7585
7586 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7589
7590 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7593         with Emacs 21 and XEmacs.
7594
7595 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * spam.el (spam-parse-address): New function for better parsing,
7598         catching errors, etc.
7599         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7600
7601 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * mm-view.el: Add interactive arg to html2text autoload.
7604
7605 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7608
7609 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7612         variables.
7613         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7614         (mm-charset-synonym-alist): Move some entries to
7615         mm-codepage-iso-8859-list.
7616
7617         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7618
7619 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * message.el (message-citation-line-format)
7622         (message-insert-formated-citation-line): Fix implementation of %E, %N
7623         and %n according to the doc string.
7624
7625 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7626
7627         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7628         car-safe to avoid bad parses.
7629
7630 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7633         names.
7634
7635         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7636
7637 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7640         header.
7641
7642         * message.el (message-draft-headers): Add Date.
7643         (message-headers-to-generate): Fix typo in docstring.
7644
7645         * nndraft.el (nndraft-required-headers): New variable.
7646         (nndraft-generate-headers): Use it.
7647
7648         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7649
7650 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * gnus-registry.el (gnus-registry-wash-for-keywords)
7653         (gnus-registry-find-keywords): New functions to allow easy searching of
7654         articles that are in the registry.
7655
7656 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7659         ietf-drums-parse-address instead of gnus-extract-address-components.
7660         Reported by Damien Elmes <damien@repose.cx>.
7661
7662 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * gnus.el (gnus-mime): Remove unused custom group.
7665
7666 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7667
7668         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7669         "blank line" when searching for end of armor headers.
7670
7671 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gmm-utils.el (gmm-write-region): Fix variable name.
7674
7675 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gmm-utils.el (gmm-write-region): New function based on compatibility
7678         code from `mm-make-temp-file'.
7679
7680         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7681
7682         * nnmaildir.el (nnmaildir--update-nov)
7683         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7684         Use `gmm-write-region'.
7685
7686 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7689         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7690
7691         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7692
7693         * message.el (message-replacement-char): New variable.
7694         (message-fix-before-sending): Use it.
7695         (message-simplify-subject): New function to remove duplicate code.
7696         (message-reply, message-followup): Use it.
7697
7698         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7699         gnus-summary-limit-to-articles.
7700
7701 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-util.el (gnus-with-local-quit): New macro.
7704
7705         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7706
7707 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7708
7709         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7710         ignore non-string data.
7711
7712 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7713
7714         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7715         non-string data (needs to be done in the registry too).
7716
7717 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7720         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7721         (gnus-registry-split-fancy-with-parent)
7722         (gnus-registry-fetch-simplified-message-subject-fast)
7723         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7724         Remove text properties on ingress into the registry and when it's saved.
7725         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7726         registry from entries with no groups.
7727
7728 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7731         function to remove string properties.
7732
7733 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gmm-utils.el (gmm): Adjust custom version.
7736
7737         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7738         custom version.
7739
7740         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7741
7742 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * gnus-art.el (gnus-insert-prev-page-button)
7745         (gnus-insert-next-page-button): Simplify.  Reformat.
7746
7747 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7748
7749         * gnus-art.el (gnus-insert-prev-page-button)
7750         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7751
7752 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7753
7754         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7755
7756 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7757
7758         * gnus-art.el (gnus-insert-mime-button)
7759         (gnus-insert-mime-security-button):
7760         Apply gnus-article-button-face to MIME and security buttons.
7761
7762 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7765         readable.
7766
7767 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7770
7771 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7772
7773         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7774         `browse-url-of-file' instead of `browse-url'.
7775
7776 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7779         regexp.  Articles containing quotation were cut prematurely.
7780
7781 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * message.el (message-cite-original-1): Use nobody by default for the
7784         value of From header.
7785         (message-reply): Ditto.
7786
7787 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7788
7789         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7790         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7791         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7792
7793 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7796         mails in the doc string.  Add some URLs in comment.
7797         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7798
7799 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7802         backslashes handling and the way to find boundaries of quoted strings.
7803
7804 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7805
7806         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7807         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7808         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7809         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7810
7811 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7814         doc string.
7815         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7816
7817 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * lpath.el: Fbind epg-check-configuration.
7820
7821 2006-09-06  Simon Josefsson  <jas@extundo.com>
7822
7823         * mml2015.el (mml2015-use): Doc fix, mention epg.
7824
7825 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7826
7827         * mml2015.el (mml2015-use): Default to epg, if available.
7828
7829 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7830
7831         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7832         message-sender.
7833         (mml1991-epg-encrypt): Ditto.
7834         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7835         message-sender.
7836         (mml2015-epg-encrypt): Ditto.
7837
7838 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7839
7840         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7841         several common directories.
7842
7843 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7844
7845         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7846         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7847
7848 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-art.el (article-decode-encoded-words): Make it fast.
7851
7852 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7855
7856         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7857         in quoted string into `\'.
7858
7859 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7862         Use standard-syntax-table.
7863
7864 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-art.el (gnus-decode-address-function): New variable.
7867         (article-decode-encoded-words): Use it to decode headers which are
7868         assumed to contain addresses.
7869         (gnus-mime-delete-part): Remove useless `or'.
7870
7871         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7872         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7873         (gnus-nov-parse-line): Use it to decode From header.
7874         (gnus-get-newsgroup-headers): Ditto.
7875         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7876
7877         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7878         (mail-decode-encoded-address-string): New alias.
7879
7880         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7881         New function.
7882         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7883         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7884         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7885         (rfc2047-decode-string): Ditto.
7886         (rfc2047-decode-address-region): New function.
7887         (rfc2047-decode-address-string): New function.
7888
7889 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * message.el (message-caesar-buffer-body): Allow rotating headers.
7892
7893         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7894
7895         * message.el (message-insert-formated-citation-line): Fix %f.
7896         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7897
7898 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7901         (gnus-bookmark-mouse-available-p): New macro.
7902         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7903         (gnus-bookmark-bmenu-show-infos): Use it.
7904         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7905         (gnus-bookmark-bmenu-hide-infos): Ditto.
7906         (gnus-bookmark-remove-properties): New function.
7907         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7908         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7909         (gnus-bookmark-write-file): Bind coding-system-for-write.
7910         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7911         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7912         group before selecting it.
7913         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7914         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7915         quit-window if it is not available; use gnus-mouse-2 and bind it to
7916         gnus-bookmark-bmenu-select-by-mouse.
7917         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7918         (gnus-bookmark-bmenu-select-by-mouse): New function.
7919
7920 2006-08-13  Romain Francoise  <romain@orebokech.com>
7921
7922         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7923         space.
7924
7925 2006-08-10  Romain Francoise  <romain@orebokech.com>
7926
7927         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7928         (dns-mode-soa-auto-increment-serial): New user option.
7929         (dns-mode-soa-maybe-increment-serial): New function.
7930         (dns-mode): Add the latter to `write-contents-functions'.
7931
7932 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * compface.el (uncompface): Use binary rather than raw-text-unix.
7935
7936 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * compface.el (uncompface): Make sure the eol conversion doesn't take
7939         place when communicating with the external programs.  Reported by
7940         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7941
7942 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7945
7946 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7947
7948         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7949         Make it more robust by parsing author and date independently.
7950
7951 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7954
7955 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7956
7957         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7958         first matching secret key.
7959         (mml2015-epg-encrypt): Ditto.
7960
7961         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7962         first matching secret key.
7963         (mml1991-epg-encrypt): Ditto.
7964
7965         * mml2015.el (mml2015-encrypt-to-self): New user option.
7966         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7967         mml2015-epg-encrypt-to-self is set.
7968
7969         * mml1991.el (mml1991-encrypt-to-self): New variable.
7970         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7971         mml1991-epg-encrypt-to-self is set.
7972
7973         * mml2015.el (mml2015-signers): New user option.
7974         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7975         (mml2015-epg-encrypt): Allow to select signing keys.
7976
7977         * mml1991.el (mml1991-signers): New variable.
7978         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7979         (mml1991-epg-encrypt): Allow to select signing keys.
7980
7981 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * nnheader.el (nnheader-insert-head): Make it work even if the file
7984         uses CRLF for the line-break code.
7985
7986 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7987
7988         * mml2015.el: Require mml-sec instead of password.
7989         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7990         (mml2015-cache-passphrase): Inherit the default value from
7991         mml-secure-cache-passphrase.
7992         (mml2015-passphrase-cache-expiry): Inherit the default value from
7993         mml-secure-passphrase-cache-expiry.
7994
7995         * mml1991.el: Require mml-sec instead of password.
7996         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7997         (mml1991-cache-passphrase): Inherit the default value from
7998         mml-secure-cache-passphrase.
7999         (mml1991-passphrase-cache-expiry): Inherit the default value from
8000         mml-secure-passphrase-cache-expiry.
8001
8002         * mml-sec.el: Require password.
8003         (mml-secure-verbose): New user option.
8004         (mml-secure-cache-passphrase): New user option.
8005         (mml-secure-passphrase-cache-expiry): New user option.
8006
8007 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8008
8009         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8010         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8011         andreas@altroot.de (Andreas Vögele).
8012
8013         FIXME: Use `tiny change'?
8014
8015 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8016
8017         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8018         workaround for the url package included with Emacs.
8019
8020         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8021
8022 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8025         correctly.  This fixes a bug caused by the 2006-05-12 change.
8026
8027 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8028
8029         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8030         some information about the error when saying that the `bogus' mail
8031         group will be used.
8032
8033 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8036         string.
8037
8038 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8039
8040         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8041
8042 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8043
8044         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8045
8046 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8047
8048         * mml1991.el (mml1991-function-alist): Add epg.
8049         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8050         (mml1991-epg-encrypt): New functions.
8051
8052 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8053
8054         * mml2015.el (mml2015-verbose): New variable.
8055         (mml2015-cache-passphrase): Ditto.
8056         (mml2015-passphrase-cache-expiry): Ditto.
8057         (mml2015-function-alist): Add epg.
8058         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8059         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8060         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8061         functions.
8062
8063 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8064
8065         * message.el (message-cite-original-1): Preserve region when removing
8066         quoted text due to X-No-Archive in order to avoid bogus attribution
8067         when citing multiple messages.
8068
8069 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8070
8071         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8072         Kenneth Jacker <khj@be.cs.appstate.edu>.
8073
8074 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * gnus-diary.el (gnus-user-format-function-d)
8077         (gnus-user-format-function-D): Autoload.
8078
8079         * imap.el (Commentary): Fix typo.
8080
8081         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8082         2006-04-22 contribution.
8083
8084 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8085
8086         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8087         It didn't really fix the bogosity I'm seeing with solid web groups.
8088
8089 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8090
8091         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8092         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8093         created using server names.  If we use the feature without declaring
8094         it, Gnus does not properly manage server and group state.
8095
8096         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8097         bound.
8098
8099 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8100
8101         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8102         looking up the method using GROUP's prefix before inventing a new one.
8103         It is used on killed/unknown groups in various places where returning
8104         an all-new method isn't expected by the caller.
8105
8106         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8107         and match semantics of gnus-group-real-prefix.
8108
8109 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * nnmail.el (nnmail-broken-references-mailers): New variable.
8112         (nnmail-ignore-broken-references): New function generalizing
8113         nnmail-fix-eudora-headers.
8114         (nnmail-fix-eudora-headers): Now obsolete.
8115
8116         * gnus-art.el (gnus-button-handle-custom): Support
8117         `customize-apropos*'.
8118
8119 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8122
8123         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8124         articles.
8125
8126 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * message.el (message-cite-reply-above): New variable.
8129         (message-yank-original): Use it.
8130
8131 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8134
8135 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8138         as read.
8139
8140         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8141
8142 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8145         (gnus-bookmark-default-file): Use gnus-directory.
8146         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8147         Remove "*" in doc string.
8148         (gnus-bookmark-write-file): Simplify.
8149         (gnus-bookmark-maybe-sort-alist): Use `when'.
8150         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8151         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8152         FIXME about Emacs 21 and XEmacs compatibility.
8153         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8154         compatibility.
8155         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8156         compatibility.
8157         (gnus-bookmark-menu-heading): Fix version.
8158
8159 2006-06-19  Bastien Guerry  <bzg@altern.org>
8160
8161         * gnus-bookmark.el: New file.
8162
8163 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * message.el (message-syntax-checks): Doc fix.
8166
8167 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8168
8169         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8170         unsubscribed groups as if they were killed ones.  It causes duplicate
8171         entries in gnus-newsrc-alist.
8172
8173 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * message.el (message-syntax-checks): Doc fix.
8176         (message-send-mail): Add check for continuation headers.
8177         (message-check-news-header-syntax): Fix regexp used to check for
8178         continuation headers.
8179
8180 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8183
8184 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8187
8188 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8191         default-truncate-lines.
8192
8193 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8196         to fill the utf-8 entry.
8197
8198         * lpath.el: Fbind unicode-precedence-list.
8199
8200 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8201
8202         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8203
8204 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8205
8206         * gnus-agent.el (directory-files-and-attributes): Move all the way
8207         forward (the third and final move).
8208         (gnus-agent-read-agentview): Trap reconstruction errors due to
8209         nonexistant directory.  Handle by returning nil.
8210
8211 2006-05-30  Didier Verna  <didier@xemacs.org>
8212
8213         * message.el (message-dont-reply-to-names): Update the custom type.
8214         * message.el (message-dont-reply-to-names): New defsubst: potentially
8215         convert a list of regexps into a single one.
8216         * message.el (message-get-reply-headers): Use it.
8217         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8218
8219 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-agent.el (directory-files-and-attributes): Move forward.
8222
8223 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-ml.el (gnus-mailing-list-subscribe)
8226         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8227         (gnus-mailing-list-message): Fix doc strings.
8228
8229 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8230
8231         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8232         of doing it manually.
8233
8234 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8237         comment.
8238
8239 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8240
8241         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8242         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8243         (gnus-agent-read-local): All symbols allocated in my-obarray.
8244         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8245         (gnus-agent-regenerate-group): Check numeric names to see if they are
8246         messages or groups.
8247         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8248         better way of do this...)
8249
8250         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8251         'dummy.group' (there should be a better way of do this...)
8252
8253 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8256         (gnus-saved-headers): Ditto.
8257         (gnus-default-article-saver): Mention functions may have properties.
8258         (gnus-article-save): Override gnus-save-all-headers and
8259         gnus-saved-headers by :headers property which saver function may have.
8260         (gnus-summary-save-in-file): Add :headers property.
8261         (gnus-summary-write-to-file): Ditto.
8262
8263         * gnus-sum.el (gnus-summary-save-article): Bind
8264         gnus-prompt-before-saving to t when saving many articles in a file;
8265         always show all headers.
8266
8267         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8268
8269 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8272         marks.
8273
8274         * message.el (message-indent-citation): Add optional arguments to allow
8275         using it outside of message buffers.
8276
8277         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8278         (gnus-article-treat-unfold-headers): Use it.
8279         (gnus-article-truncate-lines): New variable.
8280         (gnus-article-mode): Use it.
8281         (gnus-article-toggle-truncate-lines): New function.
8282
8283         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8284         gnus-article-toggle-truncate-lines.
8285
8286         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8287         coding system in XEmacs, use binary.
8288
8289 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8292         after-load-alist.
8293
8294         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8295         this function should save decoded articles.
8296         (gnus-summary-write-to-file): Use property to specify this function
8297         should save decoded articles and specify gnus-summary-save-in-file
8298         should be used to save articles other than the first one when saving
8299         many articles.
8300         (gnus-summary-save-body-in-file): Use property to specify this
8301         function should save decoded articles.
8302         (gnus-summary-write-body-to-file): Use property to specify this
8303         function should save decoded articles and specify
8304         gnus-summary-save-body-in-file should be used to save articles other
8305         than the first one when saving many articles.
8306
8307         * gnus-sum.el (gnus-summary-save-article): Simplify.
8308
8309 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-art.el (gnus-default-article-saver): Add
8312         gnus-summary-write-body-to-file.
8313         (gnus-article-save-coding-system): Don't use coding system object
8314         in XEmacs.
8315         (gnus-read-save-file-name): Add optional `dir-var' argument which
8316         specifies directory in which files are saved; work even if optional
8317         `variable' argument is not specified.
8318         (gnus-summary-write-to-file): Read file name.
8319         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8320         (gnus-summary-write-body-to-file): New function.
8321
8322         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8323         (gnus-summary-local-variables): Add it.
8324         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8325         (gnus-summary-save-article): Remove optional `decode' argument;
8326         determine whether to decode articles by the value of
8327         gnus-default-article-saver; when saving many files using
8328         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8329         it first and use gnus-summary-save-in-file or
8330         gnus-summary-save-body-in-file thereafter unless
8331         gnus-prompt-before-saving is always; move point to article which
8332         will be saved.
8333         (gnus-summary-save-article-file): Revert.
8334         (gnus-summary-write-article-file): Revert.
8335         (gnus-summary-save-article-body-file): Revert.
8336         (gnus-summary-write-article-body-file): New function.
8337
8338 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (gnus-default-article-saver): Doc fix.
8341         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8342         from gnus-summary-save-article-coding-system, and default to a
8343         certain coding system.
8344         (gnus-output-to-file): Add coding cookie and encode text according
8345         to gnus-article-save-coding-system; don't use mm-append-to-file.
8346
8347         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8348         gnus-art.el and rename to gnus-article-save-coding-system.
8349         (gnus-summary-save-article): Require gnus-art; don't show all
8350         headers if it decodes articles; don't add coding cookie here;
8351         don't bind mm-text-coding-system-for-write.
8352         (gnus-summary-save-article-file): Save decoded articles.
8353         (gnus-summary-write-article-file): When saving many files, use
8354         gnus-summary-write-to-file first and gnus-summary-save-in-file
8355         thereafter unless gnus-prompt-before-saving is always.
8356         (gnus-summary-save-article-body-file): Save decoded articles.
8357
8358         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8359
8360 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * nnrss.el (nnrss-check-group): Bind hash-index.
8363
8364 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8365
8366         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8367         its hash index.  Store this hash in `nnrss-group-data'.
8368         (nnrss-read-group-data): Update accordingly.
8369
8370 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8373         entry.
8374
8375         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8376         gnus-article-browse-html-article.
8377
8378 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8379
8380         * gnus-sum.el (gnus-summary-mime-map): Add
8381         gnus-article-browse-html-article.
8382
8383         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8384
8385 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8388         suitable coding systems in customize.
8389
8390 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * mail-source.el (mail-sources): Fix custom type.
8393
8394 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8395
8396         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8397         (gnus-summary-expire-articles-now): Shorten prompt.
8398
8399         * gmm-utils.el (wid-edit): Require.
8400         (defun-gmm): Renamed from `gmm-defun-compat'.
8401         (gmm-image-search-load-path): Use it.
8402         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8403
8404 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8407         variable.
8408         (gnus-summary-save-article): Add optional `decode' argument.  If
8409         it is set and gnus-summary-save-article-coding-system is non-nil,
8410         save decoded article.
8411         (gnus-summary-write-article-file): Save decoded article if
8412         gnus-summary-save-article-coding-system is non-nil.
8413
8414         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8415         type.
8416
8417 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8420
8421 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8424         first to test gnus-single-article-buffer which may be buffer-local.
8425
8426         * gnus-sum.el (gnus-summary-setup-buffer): Make
8427         gnus-single-article-buffer buffer-local and nil in ephemeral
8428         group; make gnus-article-buffer, gnus-article-current, and
8429         gnus-original-article-buffer always buffer-local.
8430         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8431         group.
8432         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8433
8434 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * nnml.el (nnml-request-compact-group): Compressed files might not
8437         have .gz extension.
8438
8439 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8440
8441         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8442         (mm-copy-to-buffer): Use with-current-buffer.
8443         (mm-display-part): Simplify.
8444         (mm-inlinable-p): Add optional arg `type'.
8445
8446 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8447
8448         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8449         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8450         Try harder to show the attachment internally or externally using
8451         gnus-mime-view-part-as-type.
8452
8453 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * message.el (message-from-style, message-signature-separator)
8456         (message-user-organization-file, message-send-mail-function)
8457         (message-citation-line-function, message-yank-prefix)
8458         (message-indent-citation-function, message-signature)
8459         (message-signature-file, message-signature-insert-empty-line):
8460         Remove autoloads.
8461
8462         * gnus-art.el (gnus-buttonized-mime-types): Remove
8463         "multipart/signed".  Revert 2006-04-26 change.
8464
8465 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * gnus.el (gnus-version-number): Bump version.
8468
8469 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8470
8471         * gnus.el: No Gnus v0.5 is released.
8472
8473 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8474
8475         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8476         fetching articles by message-id.
8477
8478 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8479
8480         * message.el (hashcash): Require hashcash as normal.
8481
8482         * ecomplete.el (ecomplete-highlight-match-line): Use
8483         point-at-eol.
8484         (ecomplete-highlight-match-line): Use `highlight', because that
8485         face exists in both Emacs and XEmacs.
8486
8487         * message.el (message-display-abbrev): Use point-at-bol.
8488
8489         * mail-source.el: Don't require timer/timer-funcs.
8490
8491         * gnus-async.el: Ditto.
8492
8493         * password.el: Ditto.
8494
8495         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8496
8497         * mm-url.el: Ditto.
8498
8499         * gnus-xmas.el: Don't require timer-funcs.
8500
8501         * mm-util.el: Require timer/timer-funcs.
8502
8503 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8504
8505         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8506         Close.
8507
8508 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8511         unibyte after clear-decrypt function runs.
8512
8513         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8514         returns as a unibyte string.
8515
8516 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * lpath.el: Revert.
8519
8520         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8521         (pgg-gpg-process-sentinel): Revert.
8522
8523         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8524         (pgg-pgp-lookup-key): Revert.
8525
8526         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8527         (pgg-pgp5-lookup-key): Revert.
8528
8529         * pgg.el (pgg-fetch-key): Revert.
8530
8531 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * lpath.el: Fbind string-as-multibyte for XEmacs.
8534
8535         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8536         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8537         (mml1991-pgg-encrypt): Ditto.
8538
8539         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8540         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8541         a multibyte buffer.
8542
8543         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8544         (pgg-pgp-lookup-key): Ditto.
8545
8546         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8547         (pgg-pgp5-lookup-key): Ditto.
8548
8549         * pgg.el (pgg-fetch-key): Ditto.
8550
8551 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * message.el (message-user-organization-file): Check several
8554         locations of the organization file.
8555
8556         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8557         Add gnus-article-view-part-as-type.
8558
8559         * gnus-art.el (gnus-article-view-part-as-type): New function.
8560
8561         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8562         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8563
8564         * mml.el: Simplify autoload.
8565         (mml-mode): defvar dnd-protocol-alist instead of using
8566         symbol-value.
8567         (mml-default-directory): New variable.
8568         (mml-minibuffer-read-file): Use it.
8569         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8570
8571         * message.el (message-citation-line-format): New variable.
8572         (message-insert-formated-citation-line): New function.
8573         (message-citation-line-function): Add
8574         `message-insert-formated-citation-line' to custom type.
8575
8576         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8577         to doc string.
8578
8579         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8580         depending on mm-verify-option.
8581
8582 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8585         binding pgg-* variables; reimplement the section which prevents
8586         MIME header from being signed.
8587         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8588         pgg-text-mode; remove a blank line at the top of body.
8589
8590         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8591         lines at the top of body; use gnus-newsgroup-charset if there's no
8592         Charset header.
8593
8594 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * message.el (message-self-insert-commands): Doc fix.
8597
8598         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8599         (mm-uu-pgp-encrypted-test): Ditto.
8600         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8601         between header and body; return application/pgp-encrypted handle
8602         if decryption failed; decode decrypted body by charset.
8603
8604         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8605         element match to application/pgp-*.
8606
8607 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8608
8609         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8610         HTML.
8611
8612 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * mail-source.el (mail-source-call-script): Message the error
8615         string.
8616
8617 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * gnus-util.el (gnus-byte-compile): Use it.
8620
8621 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8622
8623         * gnus-util.el (kill-empty-logs): New function.
8624
8625 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * message.el (message-mail-alias-type): Doc fix.
8628         (message-mail-alias-type-p): New function.
8629         (message-send): Use it.
8630         (message-mode): Ditto.
8631         (message-strip-forbidden-properties): Ditto.
8632
8633         * ecomplete.el (ecomplete-database-file-coding-system): New
8634         variable.
8635         (ecomplete-save): Use it.
8636         (ecomplete-setup): Use it.
8637
8638 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * message.el (message-self-insert-commands): New variable.
8641         (message-strip-forbidden-properties): Use it.
8642
8643 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8646         that doesn't make XEmacs choke.
8647
8648 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * gnus-util.el (gnus-replace-in-string):
8651         Prefer replace-regexp-in-string over of replace-in-string.
8652
8653 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-util.el (gnus-select-frame-set-input-focus):
8656         Use select-frame-set-input-focus if it is available in XEmacs; use
8657         definition defined in Emacs 22 for old Emacsen.
8658
8659         * dgnushack.el: Autoload unmorse-region for XEmacs.
8660
8661         * lpath.el: Bind cursor-in-non-selected-windows and
8662         select-frame-set-input-focus for XEmacs.
8663
8664 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8667
8668 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8669
8670         * gnus-registry.el (gnus-registry-cache-save): Remove text
8671         properties when saving via the temp buffer.
8672
8673 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * message.el (message-generate-hashcash): Honor custom type.
8676
8677 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * message.el (message-generate-hashcash): Default to non-nil when
8680         hashcash is found.
8681
8682         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8683         (gnus-refer-thread-limit): Increase default to 500.
8684
8685         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8686
8687         * flow-fill.el (fill-flowed): Allow delete-space.
8688
8689 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8692         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8693         Remove autoloads.
8694
8695 2006-04-18  Simon Josefsson  <jas@extundo.com>
8696
8697         * message.el (message-generate-hashcash): Default to.
8698
8699 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8702         concatenating segments rather than before concatenating them.
8703
8704 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8707
8708 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709
8710         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8711
8712         * message.el (message-forward-make-body-plain): Allow
8713         message-forward-ignored-headers to be a list.
8714         (message-remove-ignored-headers): Factor out into function.
8715         (message-forward-make-body-mml): Use it.
8716
8717         * imap.el (imap-quote-specials): New function.
8718         (imap-login-auth): Quote specials.
8719
8720         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8721         (rfc2231-parse-string): Allow concatanation of parameters that
8722         aren't contiguous.  The test case is
8723           (mail-header-parse-content-type "message/external-body;
8724             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8725             access-type=LOCAL-FILE;
8726             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8727
8728 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8729
8730         * nntp.el (nntp-accept-process-output): Return the value of
8731         `nnheader-accept-process-output'.
8732
8733 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8736         (gnus-button-alist): Recognize more diff formats.
8737         (gnus-button-patch): Strip directory.
8738
8739 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8742         Emacs 22 when setting focus.
8743
8744 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * gnus-art.el (gnus-article-treat-types): Do treatment of
8747         text/x-verbatim parts.
8748         (gnus-button-patch): New command.
8749
8750         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8751         addresses that contain invalid characters.
8752
8753 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * message.el (message-put-addresses-in-ecomplete): Use
8756         gnus-replace-in-string.
8757         (message-is-yours-p): Use the more correct
8758         mail-header-parse-address instead of
8759         mail-extract-address-components.
8760         (message-put-addresses-in-ecomplete): Fix typo.
8761
8762         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8763         keystroke.
8764
8765         * gnus-art.el (gnus-treatment-function-alist): Change order of
8766         newsgroups/generic header folding to avoid double-folding.
8767
8768         * message.el (message-hidden-headers): Add X-Draft-From.
8769
8770         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8771         command.
8772         (gnus-summary-repeat-search-article-backward): New command.
8773
8774         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8775         groups in the parent topic.
8776
8777 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8778
8779         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8780         (spam-extra-header-to-number): Return the CRM114 number as a
8781         number instead of a string.
8782
8783 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * gnus-art.el (gnus-face-properties-alist): Moved here from
8786         gnus-fun.
8787
8788         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8789
8790 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * message.el (message-strip-forbidden-properties): Only display on
8793         self-insert-command.
8794
8795         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8796         reindent.
8797         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8798
8799 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8800
8801         * smiley.el (smiley-style): Fix typo.
8802
8803 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * hashcash.el (hashcash-insert-payment-async-2): Use
8806         message-goto-eoh instead of doing it manually.
8807         (mail-add-payment): Use message-narrow-to-header instead of trying
8808         to do the same itself.
8809
8810         * message.el (message-hidden-headers): Add Face.
8811
8812         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8813         reparenting code.
8814         (gnus-summary-reparent-children): Refactored out code.
8815         (gnus-summary-thread-map): New keystroke.
8816         (gnus-summary-reparent-children): Make into command.
8817
8818         * smiley.el (smiley-style): Default to `medium' if using a large
8819         font.
8820
8821         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8822         does it itself.
8823
8824         * message.el (message-point-in-header-p): Simplify definition.
8825
8826 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * nnagent.el (nnagent-request-set-mark): Silence log file
8829         writing.
8830         (nnagent-request-set-mark): Use write-region instead of
8831         append-to-file.
8832
8833         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8834         strange select method.
8835
8836         * ecomplete.el (ecomplete-display-matches): Get highlightling
8837         right.
8838         (ecomplete-display-matches): Use literals.
8839         (ecomplete-display-matches): Disable message logging.
8840
8841         * message.el (message-display-abbrev): Small optimization.
8842
8843         * ecomplete.el (ecomplete-display-matches): Allow automatic
8844         display.
8845
8846         * message.el (message-strip-forbidden-properties): Display
8847         abbrevs.
8848         (message-display-abbrev): Get automatic display right.
8849
8850         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8851         keystrokes.
8852
8853 2006-04-13  Romain Francoise  <romain@orebokech.com>
8854
8855         TODO: Backport to v5-10!
8856
8857         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8858         Moved here (and renamed) from gnus-registry.el.
8859
8860         * gnus-registry.el: Require gnus-util.
8861         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8862
8863 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-group.el (gnus-group-catchup-current): Change
8866         if-then-else-if-then-else into cond.
8867         (gnus-group-catchup): Indent.
8868         (group-name-at-point): New function.
8869         (gnus-fetch-group): Provide default from thing at point.
8870
8871 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * message.el (message-display-abbrev): Fix regexp.
8874
8875         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8876         choosing.
8877         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8878         dead variables.
8879
8880         * message.el (message-newline-and-indent): Remove debugging.
8881         (message-display-abbrev): Use new implementation.
8882
8883 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-art.el (gnus-article-mode): Set
8886         cursor-in-non-selected-windows to nil.
8887
8888         * smiley.el: Revert previous change.
8889         (smiley-data-directory): defvar it before using it in the
8890         defcustom of `smiley-style'.
8891
8892 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * message.el (message-newline-and-indent): New function.
8895
8896         * ecomplete.el: Implement more bits.
8897
8898         * message.el (message-put-addresses-in-ecomplete): Clean up the
8899         string.
8900
8901         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8902
8903         * gnus-sum.el (gnus-summary-save-parts): Bind
8904         gnus-summary-save-parts-counter and use it to make unique file
8905         names.
8906
8907         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8908
8909         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8910         parameter to say whether to actually parse the individual
8911         addresses.
8912
8913         * message.el (message-put-addresses-in-ecomplete): New function.
8914         (ecomplete): Require.
8915         (message-mail-alias-type): Add ecomplete as an option.
8916
8917 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8918
8919         * flow-fill.el (fill-flowed): Remove trailing space from blank
8920         quoted lines.
8921
8922 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * smiley.el (smiley-style): Move definition later to avoid a
8925         compilation warning.
8926
8927 2006-04-12  Kenichi Handa  <handa@m17n.org>
8928
8929         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8930         buffer and then decode the buffer text if necessary.
8931         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8932         first, and after mm-encode-body, change the buffer to unibyte.
8933         Use mm-disable-multibyte instead of set-buffer-multibyte.
8934
8935 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8938         Content-Type header instead of Content-Disposition header.
8939         (gnus-mime-inline-part): Ditto.
8940         (gnus-mime-view-part-as-charset): Ignore charset that the part
8941         specifies.
8942
8943         * mm-decode.el (mm-display-part): Work with external parts and
8944         usual parts similarly.
8945
8946         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8947         instead of gnus-display-mime.
8948
8949         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8950         instead of with-temp-buffer.
8951
8952         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8953         tag to summarized topics part in order to encode non-ASCII text.
8954
8955 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * smiley.el (smiley-style): New variable.
8958         (smiley-directory): New function.
8959         (smiley-data-directory): Derive from `smiley-style' using
8960         `smiley-directory'.
8961         (smiley-regexp-alist): Add new entries.
8962
8963         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8964         (gnus-article-browse-delete-temp): Add :version.
8965
8966 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8967
8968         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8969         the sieve region.
8970
8971 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus.el (gnus-version-number): Bump version.
8974
8975 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * gnus.el: No Gnus v0.4 is released.
8978
8979 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8982         layout.
8983
8984         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8985         unknown charset.
8986
8987         * message.el (message-header-synonyms): Add Original-To to the
8988         default.
8989
8990         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8991         optional parameter.
8992
8993 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * gnus-fun.el (gnus): Require it for gnus-directory.
8996
8997 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9000
9001 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9002
9003         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9004
9005 2006-04-05  Simon Josefsson  <jas@extundo.com>
9006
9007         * password.el (password-reset): New function.
9008
9009 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9010
9011         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9012         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9013
9014 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9015
9016         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9017         Some whitespace was matched into the url, which broke browsing hits
9018         > 100 when mm-url-use-external was nil.
9019
9020 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9023         gnus-extra-headers for 'Newsgroups.
9024
9025         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9026         bound.
9027
9028 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9029
9030         * pgg-gpg.el: Clean up process buffers every time gpg processes
9031         complete.
9032
9033 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9036         doc string.
9037
9038 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9039
9040         * pgg-gpg.el (pgg-gpg-process-filter)
9041         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9042
9043         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9044         lines, temporary fix.
9045
9046 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9049
9050 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9051
9052         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9053         default-enable-multibyte-characters.  This reverts the change from
9054         revision 6.17 which is no longer necessary because the passphrase
9055         is sent separately now.  GnuPG messages are unreadable under
9056         multibyte locales with default-enable-multibyte-characters set to
9057         nil.
9058
9059 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * message.el (message-tool-bar-gnome): Move "spell".
9062
9063 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9066         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9067         instead.
9068
9069 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9070
9071         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9072         newsgroups handling for NNTP overviews which don't include
9073         Newsgroups.
9074
9075 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9076
9077         * message.el (message-resend): Bind message-generate-hashcash to nil.
9078
9079 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9080
9081         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9082         when searching for already-paid recipients.
9083
9084 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9085
9086         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9087         passphrases when it is not needed.
9088         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9089         passphrase stuff from gpg, should only be necessary when you use
9090         gpg with a smartcard.
9091
9092 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mml.el (mml-insert-mime): Ignore cached contents of
9095         message/external-body part.
9096
9097         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9098         (mm-insert-part): Ditto.
9099
9100 2006-03-23  Simon Josefsson  <jas@extundo.com>
9101
9102         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9103         Reiner.
9104         (pgg-gpg-use-agent-p): Use it again.
9105
9106 2006-03-23  Simon Josefsson  <jas@extundo.com>
9107
9108         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9109         older emacsen.
9110         (pgg-gpg-use-agent-p): Don't use it.
9111
9112 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9115         if we can.
9116
9117 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9118
9119         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9120         (pgg-gpg-update-agent): New function.
9121         (pgg-gpg-use-agent-p): New function.
9122         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9123         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9124         (pgg-gpg-sign-region): Use it.
9125
9126 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9129         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9130
9131 2006-03-21  Simon Josefsson  <jas@extundo.com>
9132
9133         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9134         <wilde@sha-bang.de>.
9135         (pgg-gpg-use-agent): New variable.
9136         (pgg-gpg-process-region): Use it.
9137         (pgg-gpg-encrypt-region): Likewise.
9138         (pgg-gpg-encrypt-symmetric-region): Likewise.
9139         (pgg-gpg-decrypt-region): Likewise.
9140         (pgg-gpg-sign-region): Likewise.
9141         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9142
9143 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9146
9147         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9148         Add comment on version.
9149
9150 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * smiley.el: Add missing test smiley.
9153
9154 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * mm-decode.el (mm-with-part): New macro.
9157         (mm-get-part): Use it; work with message/external-body as well.
9158         (mm-save-part): Treat name and filename equally.
9159
9160         * mm-extern.el (mm-extern-cache-contents): New function.
9161         (mm-inline-external-body): Use it; force the part to be displayed;
9162         move undisplayer added to the cached handle to the parent.
9163
9164         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9165         (gnus-mime-view-part-as-type): Work with message/external-body.
9166
9167         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9168
9169 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9172         images in image-load-path.  [Sync with image.el, revision 1.60, in
9173         Emacs.]
9174
9175 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9178         path rather than symbol.  Always return list of directories.
9179         Guarantee that image directory comes first.  [Sync with image.el,
9180         revision 1.59, in Emacs.]
9181
9182         * message.el (message-make-tool-bar): Adjust to new API of
9183         `gmm-image-load-path-for-library'.
9184
9185         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9186
9187         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9188
9189 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9190
9191         * gnus-art.el (gnus-article-only-boring-p):
9192         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9193         intangible text.
9194         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9195
9196 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9199         `defun' instead of `gmm-defun-compat'.
9200
9201 2006-03-14  Simon Josefsson  <jas@extundo.com>
9202
9203         * message.el (message-unique-id): Don't use message-number-base36
9204         if (user-uid) is a float.
9205         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9206
9207 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9210
9211         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9212         empty line between a part and a message part.
9213
9214 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * smiley.el: Add more test smileys.
9217         (smiley-data-directory, smiley-regexp-alist)
9218         (gnus-smiley-file-types): Fix doc strings.
9219         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9220         adding new elements.
9221         (smiley-mouse-map): Unused code.  Make it a comment.
9222
9223 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9226         scan latest NoCeM messages instead of old ones.
9227         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9228         delimiters that are recently used.
9229         (gnus-nocem-load-cache): Add autoload cookie.
9230
9231         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9232
9233         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9234         level which is larger than gnus-use-nocem is specified.
9235
9236         * gnus-group.el (gnus-group-get-new-news): Ditto.
9237
9238 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus-util.el (gnus-tool-bar-update): New function.
9241
9242         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9243         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9244
9245         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9246
9247         * gnus-group.el (gnus-group-redraw-when-idle)
9248         (gnus-group-redraw-check): Remove.
9249         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9250
9251 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9254         if optional last element is specified in splits (FIELD VALUE...).
9255
9256 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9259         to gmm-image-load-path-for-library.  Call with no-error argument.
9260         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9261
9262         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9263
9264         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9265
9266         * gmm-utils.el (gmm-image-load-path): Remove alias.
9267
9268 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gmm-utils.el (gmm-image-load-path): Add alias.
9271
9272         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9273         nnml-generate-nov-databases-1.
9274         (nnml-generate-nov-databases): Use it.
9275         (nnml-generate-nov-databases-directory): Document no-active
9276         argument.
9277
9278         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9279         directory if path is t.  Add no-error.
9280
9281         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9282         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9283
9284         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9285         resetting gnus-article-browse-html-temp-list.
9286
9287         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9288         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9289         Add example to docstring.  Rename local variables.  Move error
9290         checks to default case in cond and simplify.
9291
9292 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9295         handle is multipart when calling it recursively.
9296         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9297
9298 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9299
9300         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9301         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9302
9303 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9306         is loaded.
9307
9308         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9309         loaded.
9310
9311 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9314         to "Emacs 23 (unicode)" in doc string.
9315
9316         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9317         "Emacs 23 (unicode)" in comment.
9318
9319 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9322
9323         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9324         characters 160 through 255 in Emacs 23.
9325
9326 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9329         gnus-article-browse-html-temp.
9330         (gnus-article-browse-delete-temp): Make it customizable.  Add
9331         `file'.  Adjust doc string.
9332         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9333         query for each file.  Adjust doc string.
9334         (gnus-article-browse-html-parts): Add
9335         `gnus-article-browse-delete-temp-files' to
9336         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9337
9338 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9339
9340         * gnus-art.el (gnus-article-browse-html-temp)
9341         (gnus-article-browse-delete-temp): New variables.
9342         (gnus-article-browse-delete-temp-files): New function.
9343         (gnus-article-browse-html-parts): Use it.
9344
9345 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9348
9349         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9350         string.
9351
9352         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9353         gnus-summary-insert-new-articles when unplugged.  Remove
9354         gnus-summary-search-article-forward.
9355
9356         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9357         display-visual-class instead of display-color-cells.
9358
9359 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * dgnushack.el: Autoload customize-group for XEmacs.
9362
9363         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9364         message/* containing non-ASCII text properly.
9365
9366 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * message.el: Require gmm-utils, remove autoloads.
9369         (message-tool-bar): Set default based on
9370         gmm-tool-bar-style.
9371         (message-tool-bar-gnome): Add gmm-customize-mode.
9372
9373         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9374         gmm-tool-bar-style.
9375         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9376
9377         * gnus-group.el (gnus-group-tool-bar): Set default based on
9378         gmm-tool-bar-style.
9379         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9380
9381         * gmm-utils.el (gmm-image-directory): Rename variable from
9382         gmm-image-load-path.
9383         (gmm-image-load-path): Use gmm-image-directory.
9384         (gmm-customize-mode): New function.
9385         (gmm-tool-bar-style): New variable.
9386
9387         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9388         gnus-group-redraw-line-number.
9389         (gnus-group-redraw-check): Simplify.
9390         (gnus-group-tool-bar-update): Remove redraw check.
9391         (gnus-group-make-tool-bar): Add redraw check.
9392
9393 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9394
9395         * gnus-art.el (gnus-button): Add missing parentheses.
9396
9397 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * lpath.el: Fbind line-number-at-pos.
9400
9401 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9404
9405 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * gnus-art.el (gnus-button): New face.
9408         (gnus-article-button-face): Use it.
9409
9410         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9411         gnus-summary-next-page.  Re-order.
9412
9413         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9414         next-node are now included.
9415         (gnus-group-redraw-line-number): New internal variable.
9416         (gnus-group-redraw-check): Helper function for updating the tool
9417         bar.
9418         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9419
9420         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9421
9422         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9423         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9424         Use it to match format of Spamassassin 3.0 and later.  Reported by
9425         IRIE Tetsuya <irie@t.email.ne.jp>.
9426         (spam-check-bogofilter)
9427         (spam-bogofilter-register-with-bogofilter): Fix args of
9428         `gnus-error' calls.
9429
9430 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9433         unnecessary interaction when sending queued mails.  Reported by
9434         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9435
9436 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9439         first or last are nil.
9440
9441 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9442
9443         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9444
9445 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9448
9449 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * dns.el (query-dns): Protect more against buggy tcp output.
9452
9453 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9456         nov.php.
9457
9458 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9459
9460         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9461         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9462         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9463         output on the server side.
9464         (nnweb-google-create-mapping): Update regexps and add some
9465         progress indication.
9466
9467 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9470         gnus-agent-toggle-plugged.  Re-order icons.
9471         (gnus-group-tool-bar-gnome): Add
9472         gnus-group-{prev,next}-unread-group.
9473         (gnus-group-tool-bar-gnome): Re-order icons.
9474
9475         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9476         gnus-summary-insert-new-articles.
9477
9478         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9479         comments.
9480
9481         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9482         also available in Emacs 21.3.
9483
9484         * message.el (message-fix-before-sending): Change "Emacs 22" to
9485         "Emacs 23 (unicode)" in comment.
9486
9487         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9488         "Emacs 23 (unicode)" in comment.
9489
9490         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9491         comment.
9492         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9493
9494         * mm-view.el (mm-fill-flowed): Add :version.
9495
9496 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9499         and load-path.
9500
9501 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * message.el: Autoload gmm-image-load-path.
9504         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9505         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9506         consitency.
9507
9508         * gmm-utils.el (gmm-image-load-path): Also search in
9509         "../etc/images".  Don't set gmm-image-load-path if we don't find
9510         the image.
9511
9512 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gmm-utils.el (gmm-image-load-path): Don't make
9515         `gmm-image-load-path' include subdirectories which the second arg
9516         `image' might specify.
9517
9518         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9519         subdirectory to icon file names.
9520
9521         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9522
9523 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9526         gmm-image-load-path calls.
9527
9528         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9529
9530         * message.el (message-make-tool-bar): Ditto.
9531
9532         * mml.el (mml-preview): Added comment concerning tool bar icons.
9533
9534         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9535         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9536
9537         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9538         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9539
9540         * message.el (message-tool-bar-gnome): Use new icon names.
9541         (message-make-tool-bar): Use `gmm-image-load-path'.
9542
9543         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9544         functions from MH-E.
9545         (gmm-image-load-path): New variable from MH-E.
9546         (gmm-image-load-path): New function from MH-E.  Added arguments
9547         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9548         *-image-load-path-called-flag.
9549
9550 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9551
9552         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9553
9554 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9555
9556         * nnimap.el (nnimap-request-move-article): Change folder back to
9557         source group before deleting.
9558
9559 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9562
9563         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9564         mm-url.
9565
9566         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9567
9568 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9571         coding system which mm-charset-to-coding-system returns for a
9572         given charset is valid.
9573
9574 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9575
9576         * html2text.el (html2text-remove-tag-list):
9577         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9578
9579 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9580
9581         * gnus-cus.el: Revert 2005-10-17 change.
9582
9583 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-art.el (article-strip-banner): Call
9586         article-really-strip-banner only when the regexp match is made.
9587
9588 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-art.el (article-strip-banner): Use
9591         gnus-extract-address-components instead of
9592         mail-header-parse-addresses to make it work with non-ASCII text;
9593         remove mail-encode-encoded-word-string.
9594
9595         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9596         values which are surrounded with \"...\"; make it never cause a
9597         Lisp error; give up parsing of parameters if it failed in
9598         extracting type.
9599
9600 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9601
9602         * smime.el (smime-cert-by-ldap-1): Fix bug where
9603         `smime-ldap-search' returns results without userCertificates.
9604
9605 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9608
9609 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * spam.el (spam-check-spamassassin-headers): Adapt format for
9612         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9613         <ari@mbf.ocn.ne.jp>.
9614         (spam-list-of-processors): Add spam-use-gmane.
9615
9616 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9619         make-temp-file; make it work with XEmacs as well.
9620
9621         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9622         mm-make-temp-file.
9623
9624         * mm-decode.el (mm-display-external): Use the 3rd arg of
9625         mm-make-temp-file.
9626         (mm-create-image-xemacs): Ditto.
9627
9628 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9631         with message-narrow-to-headers.
9632         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9633         (gnus-draft-check-draft-articles): New function.
9634         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9635
9636 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus-art.el (gnus-article-browse-html-parts):
9639         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9640         Don't use suffix argument for mm-make-temp-file for Emacs 21
9641         compatibility.  Remove useless `format'.
9642
9643 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9644
9645         * nnweb.el (nnweb-google-wash-article): Update regexps.
9646         (nnweb-group-alist): Use defvoo instead of defvar.
9647
9648 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9651         re-loading nn* modules.
9652
9653 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9656         for `tool-bar-mode' and don't check it's default-value.
9657
9658         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9659
9660         * message.el (message-make-tool-bar): Ditto.
9661
9662         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9663         `substring'.  Shorten tmp-file name.
9664
9665         * gnus.el: Remove bogus comment.
9666
9667 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9668
9669         * gnus-art.el (gnus-article-browse-html-parts): New function.
9670         (gnus-article-browse-html-article): New function for viewing html
9671         articles with a browser.
9672
9673 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9674
9675         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9676         in elisp.
9677         (pgg-gpg-encrypt-symmetric-region): Ditto.
9678         (pgg-gpg-sign-region): Ditto.
9679
9680         * pgg-def.el (pgg-text-mode): New variable.
9681
9682         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9683         (mml2015-pgg-encrypt): Ditto.
9684
9685         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9686         (mml1991-pgg-encrypt): Ditto.
9687
9688 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9691         message-make-date instead of current-time-string.
9692
9693         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9694         to gnus-decoded which mm-uu might set.
9695
9696 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9699         don't decode quoted parameters; remove misimported Emacs code.
9700         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9701         (rfc2231-decode-encoded-string): Don't use split-string which
9702         behaves differently according to Emacs version; use
9703         mm-decode-coding-region to convert charset to coding-system.
9704         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9705         (rfc2231-encode-string): Remove misimported Emacs code.
9706
9707 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9710         when calling mail-header-parse-content-type.
9711         (article-de-quoted-unreadable): Ditto.
9712         (article-de-base64-unreadable): Ditto.
9713         (article-wash-html): Ditto.
9714
9715         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9716         calling mail-header-parse-content-type and
9717         mail-header-parse-content-disposition.
9718         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9719         mail-header-parse-content-type.
9720
9721         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9722         insert charset and format parameters; encode description after
9723         inserting it to buffer.
9724         (mml-insert-parameter): Fold lines properly even if a parameter is
9725         segmented into two or more lines; change the max column to 76.
9726
9727         * rfc1843.el (rfc1843-decode-article-body): Don't use
9728         ignore-errors when calling mail-header-parse-content-type.
9729
9730         * rfc2231.el (rfc2231-parse-string): Return at least type if
9731         possible; don't cause an error even if it fails in parsing of
9732         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9733         (rfc2231-encode-string): Don't break lines at the beginning, leave
9734         it to mml-insert-parameter.
9735
9736         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9737         calling mail-header-parse-content-type.
9738
9739 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * spam-report.el (spam-report-gmane-use-article-number):
9742         Improve doc string.
9743         (spam-report-gmane-internal): Check if a suitable header was found
9744         in the article.
9745
9746 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9749         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9750
9751 2006-02-05  Romain Francoise  <romain@orebokech.com>
9752
9753         Update copyright notices of all files in the gnus directory.
9754
9755 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9756
9757         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9758
9759 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9762         segmented lines of parameter value to cope with Thunderbird 1.5
9763         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9764         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9765         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9766
9767 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9768
9769         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9770         parts.
9771
9772 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9773
9774         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9775         there's only one active file for all servers.
9776         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9777         solid groups.  Gnus might have used a FAST request to select the group.
9778         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9779         and nnweb-search redundantly in the active file.
9780         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9781         (nnweb-request-create-group): Don't use ARGS.
9782         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9783         initialisations.  Let nnoo do the work.
9784
9785 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9788         Say the part has been decoded.
9789
9790         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9791
9792 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9793
9794         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9795         mailcap-viewer-test-cache when there's no 'test clause, since that
9796         will invert the meaning of a "nil" test previously determined by
9797         mailcap-mailcap-entry-passes-test.
9798
9799 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9802         compiling.
9803
9804         * gnus-sum.el: Ditto.
9805
9806         * message.el: Don't bind tool-bar-map when compiling.
9807
9808 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9811
9812 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9813
9814         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9815         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9816         current Google Groups.
9817
9818 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9821         and tool-bar-mode.
9822
9823         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9824         and tool-bar-mode.
9825
9826         * message.el (message-tool-bar-update): Simplify.
9827         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9828
9829         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9830         gnus-summary-buffer.
9831         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9832         gnus-summary-reply.
9833
9834         * gmm-utils.el (gmm): Add :version.
9835
9836 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * Makefile.in (clean): New rule.
9839         (distclean): Use it.
9840
9841 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9842
9843         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9844         autoload.
9845
9846 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gmm-utils.el (gmm-verbose): Add :group.
9849
9850 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * message.el: Change some comments WRT tool-bars.
9853
9854         * gnus-sum.el (gnus-summary-tool-bar)
9855         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9856         (gnus-summary-tool-bar-zap-list): New variables.
9857         (gnus-summary-make-tool-bar): Complete rewrite using
9858         `gmm-tool-bar-from-list'.
9859
9860         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9861         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9862         variables.
9863         (gnus-group-make-tool-bar): Complete rewrite using
9864         `gmm-tool-bar-from-list'.
9865         (gnus-group-tool-bar-update): New function.
9866
9867         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9868
9869 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9872         is dissected into a single part of which the type is the same as
9873         the given one; decode charset.
9874
9875 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9876
9877         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9878         into alists as symbol not string, since that's what
9879         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9880         look for.
9881
9882 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9883
9884         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9885         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9886
9887         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9888
9889 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9892         (gnus-xmas-mime-security-button-menu): New function.
9893
9894         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9895         (gnus-mime-security-button-menu): New definition.
9896         (gnus-mime-security-button-map): Use them.
9897         (gnus-mime-security-button-menu): New function.
9898         (gnus-insert-mime-security-button): Addition to help echo.
9899         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9900         (gnus-mime-security-pipe-part): New functions.
9901
9902         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9903         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9904
9905         * mm-decode.el (mm-handle-set-disposition): Remove.
9906         (mm-handle-set-description): Remove.
9907
9908 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9911         (mm-w3m-standalone-supports-m17n-p): New function.
9912         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9913         w3m usage.
9914
9915         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9916         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9917
9918 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * message.el (message-tool-bar-zap-list): Use
9921         gmm-tool-bar-zap-list as custom type.
9922         (message-tool-bar-update): New function.
9923         (message-tool-bar, message-tool-bar-gnome)
9924         (message-tool-bar-retro): Add message-tool-bar-update.
9925         (message-tool-bar-gnome): Add flyspell-buffer.
9926
9927         * gnus-util.el (gnus-error): Describe `args'.
9928
9929         * gmm-utils.el (gmm-error): Describe `args'.
9930         (gmm-tool-bar-zap-list): New widget.
9931         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9932
9933 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9936         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9937         the number of recursive calls.
9938
9939         * mm-decode.el (mm-handle-set-disposition): New macro.
9940         (mm-handle-set-description): New macro.
9941
9942 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9945         encoding.
9946
9947 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * message.el (message-tool-bar-zap-list, message-tool-bar)
9950         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9951         (message-tool-bar-local-item-from-menu): Remove.
9952         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9953         (message-make-tool-bar): New function.
9954         (message-mode): Use `message-make-tool-bar'.
9955
9956         * gmm-utils.el: New file.
9957         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9958         (gmm-lazy): New widget copied from `nnmail.el'.
9959         (gmm-tool-bar-from-list): New function for creating customizable
9960         tool bars.
9961         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9962         output.
9963         (gmm): Add :prefix to defgroup.
9964
9965 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9966
9967         * gmm-utils.el (gmm-widget-p): New function.
9968
9969 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * mml.el (mml-attach-file): Describe `description' in doc string.
9972         (mml-menu): Add Emacs MIME manual and PGG manual.
9973
9974 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9975
9976         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9977
9978 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9979
9980         * nntp.el (nntp-end-of-line): Doc fix.
9981
9982 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9983
9984         * imap.el (imap-open): Handle case where buffer is a buffer
9985         object.
9986
9987 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9988
9989         * gnus-delay.el (gnus-delay): Don't autoload.
9990         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9991         to be re-loaded when customizing the `gnus-delay' group.
9992
9993 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9994
9995         * message.el (message-insert-citation-line): Use newlines.
9996
9997 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9998
9999         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10000         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10001         these routines, so the passphrase can be managed externally and
10002         passed in to the system.
10003         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10004         pgg-add-passphrase-to-cache function.
10005
10006         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10007         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10008         these routines, so the passphrase can be managed externally and
10009         passed in to the system.
10010         (pgg-pgp5-sign-region): Use new name of
10011         pgg-add-passphrase-to-cache function.
10012
10013 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10014
10015         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10016         part of the decoded armor to find the key-identifier.
10017         (pgg-gpg-lookup-key-owner): New function to return the
10018         human-readable identifier of a key owner.
10019         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10020         itself.
10021         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10022         the key value) if we have a key and can match it against a secret
10023         key.  Also, added a note pointing out fact that the prompt only
10024         indicates the first matching key.
10025
10026         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10027         pgg-decrypt-region.
10028         (pgg-add-passphrase-to-cache): Rename from
10029         `pgg-add-passphrase-cache' to reduce confusion (all callers
10030         changed).
10031         (pgg-remove-passphrase-from-cache): Rename from
10032         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10033         changed).
10034         (pgg-read-passphrase, pgg-add-passphrase-cache)
10035         (pgg-remove-passphrase-cache): Add informative docstrings.
10036         (pgg-decrypt): Convey provided passphrase in subordinate call to
10037         pgg-decrypt-region.
10038
10039 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10040
10041         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10042         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10043         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10044         'passphrase' argument, so the passphrase can be managed externally
10045         and then passed in to the system.
10046
10047         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10048         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10049         so the passphrase cache can be used reliably with identifiers
10050         besides a pgp packet's key id.
10051
10052         * pgg-gpg.el (pgg-gpg-encrypt-region)
10053         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10054         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10055         these routines, so the passphrase can be managed externally and
10056         passed in to the system.
10057
10058         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10059         'notruncate' argument, so the passphrase cache can be used
10060         reliably with identifiers besides a pgp packet's key id.
10061
10062 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10063
10064         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10065         symmetric encryption.
10066         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10067         encrypted session key.
10068         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10069         message ask for the passphrase in a proper way.
10070
10071         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10072         New user commands for symmetric encryption.
10073
10074 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10077
10078         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10079
10080 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10081
10082         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10083
10084 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * mm-decode.el (mm-inlined-types): Add application/pgp.
10087         (mm-automatic-display): Ditto.
10088
10089         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10090         part as text.
10091
10092 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * nnrss.el: Update copyright.
10095         (nnrss-opml-import): Query whether to subscribe to each entry.
10096
10097         * gnus-art.el:
10098         * gnus-sum.el:
10099         * gnus-xmas.el:
10100         * messagexmas.el:
10101         * mm-uu.el:
10102         * mm-view.el: Update copyright.
10103
10104 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * message.el (message-info): New function.
10107         (message-mode-menu): Add it.
10108         Update copyright.
10109
10110         * ChangeLog: Fix and update copyright.
10111
10112 2006-01-13  Romain Francoise  <romain@orebokech.com>
10113
10114         * message.el (message-forward-subject-name-subject): Prefer the
10115         address to 'nowhere' if the sender has no name.
10116         Fix typo.  Update copyright year.
10117
10118 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-art.el (article-wash-html): Use
10121         gnus-summary-show-article-charset-alist if a numeric arg is given.
10122         (gnus-article-wash-html-with-w3m-standalone): New function.
10123
10124         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10125         mm-inline-text-html-render-with-w3m-standalone.
10126         (mm-text-html-washer-alist): Map w3m-standalone to
10127         gnus-article-wash-html-with-w3m-standalone.
10128         (mm-inline-text-html-render-with-w3m-standalone): New function.
10129
10130 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10133         Improve LaTeX.
10134
10135 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10138         (nnrss-request-article): Render text/plain parts as HTML.
10139
10140         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10141         the buffer.
10142
10143 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10146         custom definition of `gnus-posting-styles'.
10147
10148         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10149         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10150
10151 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10154         Use nntp for bug archive.
10155
10156 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10159         parts.
10160         (nnrss-normalize-date): New function converts ISO 8601 date into
10161         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10162         (nnrss-check-group): Use it.
10163
10164 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10167
10168         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10169         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10170         (nnrss-insert-w3): Ditto.
10171
10172 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10175         the articles to be forwarded including the case where neither a
10176         number of articles nor a region is specified.
10177
10178 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * nnrss.el (nnrss-request-article): Fix last change; fill
10181         text/plain parts.
10182
10183 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10186         in text/plain part.
10187         (nnrss-check-group): Don't add excessive newline to dc:subject.
10188
10189 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10190
10191         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10192         article.
10193
10194 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10197         (nnml-use-compressed-files, nnml-save-mail): Support other
10198         comression programs such as bzip2.
10199
10200 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * dns.el (query-dns): Make sure we check the buffer size before
10203         removing tcp headers.
10204
10205 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10208         remove MIME buttons associated with multipart/alternative parts.
10209         (gnus-mime-display-alternative): Tag buttons using `article-type'
10210         text property.
10211
10212         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10213         associated with multipart/alternative parts.
10214
10215         * gnus-art.el (gnus-signature-separator): Fix custom type.
10216
10217         * mm-decode.el (mm-inlined-types): Fix custom type.
10218         (mm-keep-viewer-alive-types): Ditto.
10219         (mm-automatic-display): Ditto.
10220         (mm-attachment-override-types): Ditto.
10221         (mm-inline-override-types): Ditto.
10222         (mm-automatic-external-display): Ditto.
10223
10224 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * spam-report.el (spam-report-user-mail-address)
10227         (spam-report-user-agent): New variables.
10228         (spam-report-url-ping-plain): Use spam-report-user-agent.
10229
10230 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10231
10232         * gnus-art.el (gnus-button-handle-custom): Do not just use
10233         `customize-apropos' for any "M-x customize-*" button but the
10234         function called for.  Accept both the function name and its
10235         argument in order to achieve this.
10236         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10237         function name to `gnus-button-handle-custom' in case of "M-x
10238         customize-*" buttons.
10239
10240 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10243         multipart/alternative and add xref to mm-discouraged-alternatives
10244         in doc string.
10245
10246         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10247         gnus-buttonized-mime-types in doc string.
10248
10249 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10252         Suggest image/.* in the doc string.
10253
10254 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10257         message-marks (Debian bug #342521).
10258
10259 2005-12-12  Simon Josefsson  <jas@extundo.com>
10260
10261         * password.el (password-read-from-cache): Add.
10262         (password-read): Use it.
10263
10264 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10267         us-ascii as a MIME charset.
10268
10269         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10270         against the case where the 2nd arg TYPE is nil.
10271
10272 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * pop3.el (pop3-stream-type): Fix custom version.
10275
10276         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10277
10278 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10279
10280         * mm-decode.el (mm-display-external): Add missing cdr.
10281
10282 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10285         RFC1524) if it is in mailcap or add a suffix according to
10286         mailcap-mime-extensions when generating a temp filename; postpone
10287         deleting a temp file for 2 seconds for some wrappers, shell
10288         scripts, and so on, which might exit right after having started a
10289         viewer command as a background job.
10290
10291 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * nntp.el (nntp-marks-directory): Fix custom group.
10294
10295         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10296         steps when < 10.
10297
10298         * gnus-start.el (gnus-no-server-1): Mention
10299         `gnus-level-default-subscribed' in doc string.
10300
10301 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10302
10303         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10304         parens.
10305
10306 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-xmas.el (gnus-use-toolbar): Revert.
10309         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10310         gnus-use-toolbar is default.
10311
10312         * messagexmas.el (message-use-toolbar): Revert.
10313         (message-setup-toolbar): Use global default-toolbar if
10314         message-use-toolbar is default.
10315
10316 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10319         according to default-toolbar-visible-p.
10320
10321         * messagexmas.el (message-use-toolbar): Ditto.
10322
10323 2005-11-26  Dave Love  <fx@gnu.org>
10324
10325         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10326         (tls-program, tls-success): Provide openssl alternative.
10327
10328         * starttls.el: Doc fixes.
10329         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10330         SERVICE to PORT.
10331
10332         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10333         port null or service name.
10334         (starttls-negotiate): Autoload.
10335
10336 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * message.el (message-kill-to-signature): Fix interactive spec.
10339
10340 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * pop3.el (pop3-open-server): Recognize a string as a service name.
10343
10344 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10345
10346         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10347
10348 2005-11-23  Dave Love  <fx@gnu.org>
10349
10350         Add pop3s, pop3/starttls.
10351
10352         * pop3.el (pop3-authentication-scheme): Clarify doc.
10353         (open-tls-stream, starttls-open-stream): Autoload.
10354         (pop3-stream-type): New.
10355         (pop3-open-server): Use it.
10356
10357         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10358         for POP.
10359         (mail-source-keyword-map): Add :stream for POP.
10360         (mail-source-fetch-pop): Use pop3-stream-type.
10361
10362 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10365         of current-time-string.
10366
10367 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10368
10369         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10370         date header.
10371
10372 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10373
10374         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10375         it can seriously impact performance as it bypasses the agent's
10376         local caches.
10377
10378 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10379
10380         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10381         must be explicitly online rather than "not explicitly offline" for
10382         its flags to be synchronized.
10383
10384         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10385         that gnus-uu-unmark-thread will function correctly.
10386
10387         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10388         1024K is instead displayed as 1M.
10389
10390 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10393
10394 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10395
10396         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10397
10398 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10399
10400         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10401         error message to display actual error condition.
10402         (gnus-agent-save-local): Avoid saving symbols that are bound to
10403         nil as they simply result in a warning message in
10404         gnus-agent-read-local.
10405
10406 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10409         rather than make-variable-buffer-local for file-precious-flag.
10410
10411 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10412
10413         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10414         for duplicates which are removed.  The invalid sort check then
10415         triggers a rescan after the sort as sorting may have moved
10416         duplicate entries such that they can be cheaply detected.
10417
10418 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10421
10422 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10423
10424         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10425         internal variable to a custom variable.  Changed default value
10426         from compressed(2) to uncompressed(1).
10427         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10428         support for uncompressed agentview files.  Taken together, reading
10429         the agentview file should now be 6-7 times faster.
10430
10431 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10432
10433         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10434         as a buffer-local variable.  This avoids creating truncated
10435         dribble files as a result of a hang up, eg.
10436
10437 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10438
10439         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10440         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10441         XEmacs.
10442
10443 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus-start.el (gnus-start-draft-setup): Enforce
10446         `gnus-draft-mode' for nndraft:drafts at startup.
10447
10448         * gnus.el (gnus-splash): Change custom group.
10449         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10450         allow-list argument.
10451
10452         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10453         string.
10454
10455 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * gnus-art.el (gnus-default-article-saver): Add user-defined
10458         `function' to custom type.
10459
10460 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10461
10462         * imap.el (imap-open): Handle case where buffer is a buffer
10463         object.
10464
10465 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10468         long lines.
10469         (gnus-cache-delete-group): Wrap doc strings.
10470
10471         * gnus-agent.el (gnus-agent-rename-group)
10472         (gnus-agent-delete-group): Wrap doc strings.
10473
10474 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * messagexmas.el (message-use-toolbar): Change the valid values
10477         into default, top, bottom, left, and right.
10478         (message-toolbar-thickness): New variable.
10479         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10480         well.
10481         (message-setup-toolbar): Make it work.
10482
10483         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10484         (gnus-use-toolbar): Change the valid values into default, top,
10485         bottom, left, and right.
10486         (gnus-toolbar-thickness): New variable.
10487         (gnus-xmas-setup-toolbar): New function.
10488         (gnus-xmas-setup-group-toolbar): Use it.
10489         (gnus-xmas-setup-summary-toolbar): Use it.
10490
10491 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * gnus-start.el (gnus-1): Add "native" to
10494         gnus-predefined-server-alist.
10495
10496         * gnus.el (gnus-method-to-server): Don't add "native" to the
10497         lists here, because that leads to problems when
10498         gnus-select-method is bound.
10499
10500 2005-11-09  Simon Josefsson  <jas@extundo.com>
10501
10502         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10503         use (not sort-by-date) instead.
10504
10505 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10506
10507         * gnus-delay.el (gnus-delay-group): Don't autoload.
10508         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10509         to be re-loaded when customizing the `gnus-delay' group.
10510
10511 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10512
10513         * message.el: Revert last changes.
10514         (message-insert-citation-line): Use newlines.
10515
10516 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10517
10518         * message.el (message-courtesy-message)
10519         (message-mark-insert-begin, message-mark-insert-end)
10520         (message-elide-ellipsis, message-cancel-message)
10521         (message-add-header, message-change-subject)
10522         (message-cross-post-followup-to-header)
10523         (message-cross-post-insert-note, message-reduce-to-to-cc)
10524         (message-widen-reply, message-delete-not-region)
10525         (message-kill-to-signature, message-insert-signature)
10526         (message-insert-importance-high, message-insert-importance-low)
10527         (message-insert-or-toggle-importance)
10528         (message-insert-disposition-notification-to)
10529         (message-indent-citation, message-yank-original)
10530         (message-cite-original-without-signature, message-cite-original)
10531         (message-insert-citation-line, message-position-on-field)
10532         (message-fix-before-sending, message-send-mail-partially)
10533         (message-send-mail, message-send-mail-with-sendmail)
10534         (message-send-mail-with-qmail, message-send-news)
10535         (message-check-news-header-syntax, message-generate-headers)
10536         (message-insert-courtesy-copy, message-fill-address)
10537         (message-fill-header, message-shorten-references)
10538         (message-setup-1, message-cancel-news)
10539         (message-forward-make-body-plain, message-forward-make-body-mime)
10540         (message-forward-make-body-mml, message-encode-message-body)
10541         (message-forward-make-body-digest-plain)
10542         (message-forward-make-body-digest-mime)
10543         (message-use-alternative-email-as-from): Insert `hard-newline'
10544         instead of ordinary newlines.
10545
10546 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * message.el (message-generate-headers): Downcase the argument
10549         given to message-check-element.
10550
10551 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10552
10553         * nntp.el (nntp-authinfo-rejected): New error condition.
10554         (nntp-wait-for): Use new error condition to signal authentication
10555         error.
10556         (nntp-retrieve-data): Rethrow new error condition to break out of
10557         recursive call to nntp-send-authinfo.
10558
10559 2005-11-08  Romain Francoise  <romain@orebokech.com>
10560
10561         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10562         (gnus-summary-exit-map): Bind to `Z p'.
10563         (gnus-summary-make-menu-bar): Add menu item.
10564
10565 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10568         (gnus-treat-*): Add `first' in all doc strings.
10569
10570         * gnus-group.el (gnus-group-compact-group): Fix typo.
10571
10572 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus.el (gnus-parameters-case-fold-search): New variable.
10575         (gnus-parameters-get-parameter): Use it.
10576
10577         * gnus-score.el (gnus-home-score-file): Doc fix.
10578
10579 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10580
10581         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10582
10583 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * mm-util.el (mm-special-display-p): New function.
10586
10587         * mml.el (mml-preview): Use it; doc fix.
10588
10589 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10590
10591         * imap.el (imap-open): Handle case where buffer is a buffer object.
10592
10593 2005-10-29  Romain Francoise  <romain@orebokech.com>
10594
10595         * message.el (message-fix-before-sending): Fix comment.
10596
10597 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10598
10599         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10600
10601 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10602
10603         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10604         Used in gnus-score.el.
10605
10606 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10609
10610 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10613         whitespace removed in revision 7.8.  Use concatenated string to
10614         protect trailing whitespace.
10615
10616 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10617
10618         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10619         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10620         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10621         Courier IMAP ("some version from 2004").  Mostly based on similar
10622         code in the same function.
10623
10624 2005-10-26  Didier Verna  <didier@xemacs.org>
10625
10626         * gnus-group.el (gnus-group-compact-group): Invalidate original
10627         article buffer.
10628         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10629         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10630         NOV database and in article itself.
10631         Invalidate article backlog.
10632
10633 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10636
10637 2005-10-26  Simon Josefsson  <jas@extundo.com>
10638
10639         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10640         part of 2004-07-25 change.
10641
10642 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * message.el (message-display-completion-list): New function.
10645         (message-expand-group): Use it; make sure the Completions buffer
10646         is modifiable.
10647 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10648
10649         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10650         user-mail-name is an empty string.
10651
10652 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10655         depending on gnus-score-decay-constant.
10656
10657         * encrypt.el (encrypt-insert-file-contents)
10658         (encrypt-write-file-contents): Don't use `gnus-message'.
10659
10660         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10661         arguments.
10662         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10663         arguments to mm-uu-verbatim-marks-extract.
10664         (mm-uu-hide-markers): New variable.
10665         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10666
10667         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10668         (gnus-convert-image-to-face-command): Use "convert" by default to
10669         allow other input image formats.
10670         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10671         accordingly.
10672
10673 2005-10-23  Simon Josefsson  <jas@extundo.com>
10674
10675         * imap.el (imap-gssapi-program): Align command line parameters
10676         with latest GNU SASL.
10677         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10678
10679 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10682         HTML.
10683         (nnslashdot-request-article): Ditto.
10684
10685         * lpath.el (featurep): Add nobreak-char-display.
10686
10687 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10688
10689         * mail-source.el (mail-source-fetch-pop): Require pop3.
10690         (mail-source-check-pop): Ditto.
10691
10692 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10695         errors.
10696
10697 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10700         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10701
10702         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10703
10704         * mm-bodies.el (mm-decode-string): Call
10705         `mm-charset-to-coding-system' with allow-override argument.
10706
10707 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10710         (rfc2047-charset-to-coding-system): New function.
10711         (rfc2047-decode-encoded-words): New function.
10712         (rfc2047-decode-region): Use them.
10713         (rfc2047-decode-cte): Remove.
10714         (rfc2047-parse-and-decode): Remove.
10715         (rfc2047-decode): Remove.
10716
10717 2005-10-15  Kenichi Handa  <handa@m17n.org>
10718
10719         * rfc2047.el (rfc2047-decode-cte): New function.
10720         (rfc2047-decode-region): Change the way to decode successive
10721         encoded-words: decode B- or Q-encoding in each encoded-word,
10722         concatenate them, and decode it as charset.
10723
10724 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * lpath.el: Fbind codepage-setup for XEmacs.
10727
10728 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10729
10730         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10731         widget-move-and-invoke.
10732         (gnus-custom-mode): Use gnus-custom-map.
10733
10734 2005-10-15  Bill Wohler  <wohler@newt.com>
10735
10736         * message.el (message-tool-bar-map): Renamed image file from
10737         mail_send to mail/send.
10738
10739 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10740
10741         * message.el (message-expand-group): Pass the common
10742         prefix substring of completion to `display-completion-list'.
10743
10744 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * mml-sec.el (mml-secure-method): New internal variable.
10747         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10748         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10749         functions using mml-secure-method.
10750
10751         * mml.el (mml-mode-map): Add key bindings for those functions.
10752         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10753         Harder <harder@myrealbox.com>.
10754         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10755         end of message if point is the headers of the message.
10756
10757         * message.el (message-in-body-p): New function.
10758
10759         * assistant.el: Autoload gnus-util and netrc.
10760
10761         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10762         Use `mm-charset-override-alist' only when decoding.
10763
10764         * mm-bodies.el (mm-decode-body): Call
10765         `mm-charset-to-coding-system' with allow-override argument.
10766
10767         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10768         `filename' from Content-Disposition if Content-Type doesn't
10769         provide `name'.
10770         (gnus-mime-view-part-as-type): Set default instead of
10771         initial-input.
10772
10773 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10774
10775         * format-spec.el (format-spec): Propagate text properties of % spec.
10776
10777 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * gnus-art.el (gnus-treat-predicate): Add `first'.
10780
10781 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10784         (mm-charset-override-alist): New variable.
10785         (mm-charset-to-coding-system): Use it.
10786         (mm-codepage-setup): New helper function.
10787         (mm-charset-eval-alist): New variable.
10788         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10789         about unknown charsets.
10790
10791         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10792
10793 2005-10-04  David Hansen  <david.hansen@gmx.net>
10794
10795         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10796         (nnrss-check-group): Ditto.
10797
10798 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10801         Rename x-gnus-verbatim to x-verbatim.
10802         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10803
10804         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10805         x-verbatim.
10806
10807         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10808
10809         * gnus-util.el (gnus-remove-duplicates): Remove.
10810
10811         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10812         instead of gnus-remove-duplicates.
10813
10814         * message.el (message-remove-duplicates): Remove.
10815         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10816         message-remove-duplicates.
10817
10818         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10819         available, else use implementation from `delete-dups'.
10820
10821         * message.el (message-insert-expires): New function.
10822         (message-mode-map): Add key binding.
10823         (message-mode-field-menu): Add menu entry.
10824         (message-mode): Document it.
10825         (message-make-expires-date): Use `message-make-date'.
10826
10827 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10828
10829         * message.el (message-make-expires-date): New function.
10830
10831 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * Makefile.in (list-installed-shadows): New entry.
10834         (install): Use it.
10835         (remove-installed-shadows): New entry.
10836
10837         * dgnushack.el (dgnushack-default-load-path): New variable.
10838         (dgnushack-find-lisp-shadows): New function.
10839         (dgnushack-remove-lisp-shadows): New function.
10840
10841 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * Makefile.in (install-el-elc): New entry.
10844         (install): Use it so that .el files are necessarily installed.
10845
10846 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10849
10850 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10851
10852         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10853         function rather than the diff-mode.el package.
10854         (mm-display-external): Use with-current-buffer.
10855         (mm-viewer-completion-map, mm-viewer-completion-map):
10856         Move initialization inside declaration.
10857
10858 2005-09-29  Simon Josefsson  <jas@extundo.com>
10859
10860         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10861         autoload mail-check-payment.
10862         (spam-check-hashcash): Define unconditionally, since hashcash.el
10863         is part of Gnus now.  Ignore errors from payment checking.
10864
10865 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * message.el (message-bold-region, message-unbold-region): Rename
10868         from `bold-region' and `unbold-region'.
10869
10870         * message.el: Remove useless autoloads.
10871
10872 2005-09-28  Simon Josefsson  <jas@extundo.com>
10873
10874         * message.el (message-use-idna): Default to t.
10875         (message-use-idna): Test whether encoding works too.  Doc fix.
10876
10877 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * nntp.el (nntp-warn-about-losing-connection): Remove.
10880
10881 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10884         customizable.  Change default value.
10885         (mm-uu-diff-groups-regexp): Change default value.
10886         (mm-uu-type-alist): Add doc string.
10887         (mm-uu-configure): Add doc string.  Make it interactive.
10888         (mm-uu-tex-groups-regexp): New variable.
10889         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10890         (mm-uu-type-alist): Add LaTeX documents.
10891         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10892         of "text/verbatim".
10893         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10894
10895         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10896         instead of "text/verbatim".
10897
10898         * message.el (message-mark-inserted-region)
10899         (message-mark-insert-file): Use slrn style marks when called with
10900         prefix argument.
10901
10902 2005-09-27  Simon Josefsson  <jas@extundo.com>
10903
10904         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10905
10906 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10907
10908         * message.el (message-remove-duplicates): New function.
10909         Implementation borrowed from `gnus-remove-duplicates'.
10910         (message-idna-to-ascii-rhs): Also encode idna addresses in
10911         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10912         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10913         only ask about the same idna domain once per header and also tell
10914         in what header to replace the idna domain.
10915
10916         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10917         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10918         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10919         a header is decoded and not just the last one.
10920
10921 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10924         has been decoded.
10925
10926         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10927         (mm-insert-part): Don't modify text if it has been decoded.
10928
10929         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10930         decoded.
10931
10932         * mm-view.el (mm-inline-text): Don't strip text props unless
10933         decoding enriched or richtext parts.
10934
10935 2005-09-25  Romain Francoise  <romain@orebokech.com>
10936
10937         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10938         * gnus-start.el (gnus-subscribe-interactively):
10939         * gnus-uu.el (gnus-uu-grab-articles):
10940         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10941         space.
10942
10943 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10944
10945         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10946         * mm-view.el (mm-view-pkcs7-decrypt):
10947         * gnus-sum.el (gnus-summary-limit-to-extra)
10948         (gnus-summary-respool-article, gnus-read-move-group-name):
10949         * gnus-score.el (gnus-summary-increase-score):
10950         * gnus-util.el (gnus-completing-read-with-default):
10951         * gnus-art.el (gnus-read-save-file-name)
10952         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10953         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10954         * message.el (message-check-news-header-syntax):
10955         Follow convention for reading with the minibuffer.
10956
10957 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * spam-report.el (spam-report-url-ping-plain):
10960         Use gnus-extended-version as User-Agent.
10961
10962         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10963         default value is nil.
10964
10965         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10966         (mm-uu-verbatim-marks-extract): New function.
10967         (mm-uu-extract): New face.
10968         (mm-uu-copy-to-buffer): Use it.
10969
10970         * spam-report.el (spam-report-gmane-ham): Renamed from
10971         `spam-report-gmane-unspam'.
10972         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10973         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10974
10975         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10976         Autoload.
10977         (spam-report-gmane-unregister-routine): Renamed
10978         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10979
10980 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10981
10982         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10983         (spam-report-gmane-unregister-routine): Add support for gmane
10984         unregistration.
10985
10986         * spam-report.el (spam-report-gmane-unspam)
10987         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10988         (spam-report-gmane): Change to take a single article and do unspam
10989         registration.
10990
10991 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * mm-url.el (mm-url-decode-entities): Fix regexp.
10994
10995 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10998         default to nil, to be able to use Gnus at all.  If the default
10999         switches to something else, then the function should be fixed not
11000         be exceedingly slow.
11001
11002 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11003
11004         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11005         fail hard.
11006
11007         * spam-report.el: Add better Keywords line.
11008
11009         * spam.el: Add Maintainer and better Keywords line.
11010
11011 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * gnus-art.el (gnus-article-replace-part)
11014         (gnus-mime-replace-part): New functions.
11015         (gnus-mime-action-alist, gnus-mime-button-commands)
11016         (gnus-mime-save-part-and-strip): Added file argument.
11017         (gnus-article-part-wrapper): Added interactive argument.
11018
11019         * gnus-sum.el (gnus-summary-mime-map): Add
11020         `gnus-article-replace-part'.
11021
11022 2005-09-19  Didier Verna  <didier@xemacs.org>
11023
11024         The nnml compaction feature:
11025         * nnml.el (nnml-request-compact-group): New function.
11026         * nnml.el (nnml-request-compact): New function.
11027         * gnus-int.el (gnus-request-compact-group): New function.
11028         * gnus-int.el (gnus-request-compact): New function.
11029         * gnus-group.el (gnus-group-compact-group): New function.
11030         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11031         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11032         * gnus-srvr.el (gnus-server-compact-server): New function.
11033         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11034         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11035
11036 2005-09-18  Deepak Goel  <deego@gnufans.org>
11037
11038         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11039         format spec.
11040
11041 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11044
11045 2005-09-15  Romain Francoise  <romain@orebokech.com>
11046
11047         * message.el (message-fill-paragraph): Clarify docstring.
11048
11049 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-art.el (gnus-mime-display-part): Protect against broken
11052         MIME messages.
11053
11054 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11057         before parsing header.
11058
11059 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11060
11061         * html2text.el (html2text-replace-list): Add new entities.
11062
11063 2005-09-11  Romain Francoise  <romain@orebokech.com>
11064
11065         * message.el (message-alternative-emails): Improve docstring.
11066         (message-setup-1): Call `message-use-alternative-email-as-from'
11067         after `message-setup-hook' to give it precedence over posting
11068         styles, etc.
11069         (message-use-alternative-email-as-from): Add docstring.  Remove
11070         the original From header if present.
11071
11072         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11073         (nnml-save-mail): Use it.
11074
11075         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11076         articles.  Add new argument `silent'.
11077         (gnus-uu-mark-all): Report the total number of marked articles.
11078
11079 2005-09-10  Romain Francoise  <romain@orebokech.com>
11080
11081         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11082         (gnus-uu-mark-series): Likewise.
11083
11084 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * spam-report.el (spam-report-gmane): Fix generation of spam
11087         report URL.
11088
11089 2005-09-10  Simon Josefsson  <jas@extundo.com>
11090
11091         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11092         t, based on discussion on the ding list with Robert Epprecht
11093         <epprecht@solnet.ch>.
11094
11095 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * spam-report.el (spam-report-gmane): Make it work without
11098         X-Report-Spam header.  Gmane now only provides Archived-At.
11099         This is only used if `spam-report-gmane-use-article-number' is nil.
11100         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11101
11102         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11103         make `gnus-summary-sort-by-recipient' work with threading.
11104
11105         * nnweb.el (nnweb-google-wash-article): Print a message if article
11106         is not available.
11107
11108 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11109
11110         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11111         change.  Decode text/* parts content before displaying.
11112
11113 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11116
11117 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11120
11121         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11122         url-package-name, url-package-version,
11123         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11124         w3m-display-inline-images, and w3m-minor-mode-map.
11125
11126 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * message.el (message-tab-body-function): Fix mismatched custom type.
11129
11130         * gnus.el (gnus-group-change-level-function): Ditto.
11131
11132         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11133
11134         * gnus-art.el (gnus-signature-limit)
11135         (gnus-article-mime-part-function): Ditto.
11136
11137 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * mml.el (mml-mode): Silence the byte compiler.
11140
11141         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11142         using `(sit-for 0)' before moving the point to the specified part;
11143         skip unbuttonized parts.
11144         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11145         return to the summary window if gnus-auto-select-part is non-nil.
11146
11147 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11150         variables.
11151         (mml-dnd-attach-file, mml-mode): Use them.
11152
11153         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11154         Make fetching article by MID work again for Google Groups.  Added
11155         FIXME concerning gnus-group-make-web-group.
11156
11157         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11158         Don't depend on Gnus by using mail-extract-address-components if
11159         gnus-extract-address-components is not bound.
11160
11161 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-art.el (gnus-mime-display-security): Don't display the
11164         signature, but only the signed part.
11165
11166 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11169
11170         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11171         list, not listp.
11172
11173 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11174
11175         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11176         when encoding.
11177
11178         * mm-bodies.el (mm-decode-content-transfer-encoding):
11179         De-canonicalize CRLF for all text content types, not just
11180         text/plain.
11181
11182 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11185         valid article; point arrow and cursor at the MIME button.
11186
11187 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11190         Suggested by Dan Christensen <jdc@uwo.ca>.
11191
11192         * mm-decode.el (mm-save-part): Enable change of prompt.
11193
11194 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11195
11196         * gnus-msg.el (gnus-inews-add-send-actions): Made
11197         `message-post-method' lambda parameter ARG `&optional'.
11198
11199 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * gnus-sum.el (gnus-summary-mime-map): Added
11202         gnus-article-save-part-and-strip, gnus-article-delete-part and
11203         gnus-article-jump-to-part.
11204
11205         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11206         (gnus-article-edit-part): Use it.
11207         (gnus-article-part-wrapper): Added no-handle argument.
11208         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11209         functions.
11210
11211 2005-08-29  Romain Francoise  <romain@orebokech.com>
11212
11213         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11214         docstring.
11215         (gnus-face-from-file): Likewise.
11216
11217 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11218
11219         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11220         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11221         non-nil.
11222         (gnus-auto-select-part): New variable.
11223         (gnus-article-jump-to-part): New function.
11224         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11225         (gnus-mime-delete-part): Allow selecting specified part after
11226         deleting or stripping parts.
11227         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11228         part if argument is bogus.
11229
11230 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11231
11232         * gnus-art.el (w3m-minor-mode-map):
11233         * gnus-spec.el (gnus-newsrc-file-version):
11234         * gnus-util.el (nnmail-active-file-coding-system)
11235         (gnus-original-article-buffer, gnus-user-agent):
11236         * gnus.el (gnus-ham-process-destinations)
11237         (gnus-parameter-ham-marks-alist)
11238         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11239         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11240         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11241         * mm-decode.el (gnus-current-window-configuration):
11242         * mm-extern.el (gnus-article-mime-handles):
11243         * mm-url.el (url-current-object, url-package-name)
11244         (url-package-version):
11245         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11246         (smime-keys, w3m-cid-retrieve-function-alist)
11247         (w3m-current-buffer, w3m-display-inline-images)
11248         (w3m-minor-mode-map):
11249         * mml-smime.el (gnus-extract-address-components):
11250         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11251         (gnus-newsrc-hashtb, message-default-charset)
11252         (message-deletable-headers, message-options)
11253         (message-posting-charset, message-required-mail-headers)
11254         (message-required-news-headers):
11255         * mml1991.el (mc-pgp-always-sign):
11256         * mml2015.el (mc-pgp-always-sign):
11257         * nnheader.el (nnmail-extra-headers):
11258         * rfc1843.el (gnus-decode-encoded-word-function)
11259         (gnus-decode-header-function, gnus-newsgroup-name):
11260         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11261
11262 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11263
11264         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11265         the end of the date treatments.
11266
11267 2005-08-15  Simon Josefsson  <jas@extundo.com>
11268
11269         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11270         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11271         Capello and Romain Francoise.
11272         (pgg-fetch-key-function): Removed, not used?
11273         (pgg-insert-url-with-w3): Require url, to get
11274         url-insert-file-contents regardless of where it is defined.
11275
11276 2005-08-13  Romain Francoise  <romain@orebokech.com>
11277
11278         * message.el (message-cite-original-1): New function.
11279         (message-cite-original): Use it.
11280         (message-cite-original-without-signature): Ditto.
11281
11282 2005-08-08  Romain Francoise  <romain@orebokech.com>
11283
11284         * message.el (message-yank-empty-prefix): New variable.
11285         (message-indent-citation): Use it.
11286         (message-cite-original-without-signature): Respect X-No-Archive.
11287
11288 2005-08-08  Simon Josefsson  <jas@extundo.com>
11289
11290         * pgg.el: Autoload url-insert-file-contents instead of loading
11291         w3/url.
11292         (pgg-insert-url-with-w3): Don't load url here.
11293
11294 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11295
11296         * message.el (message-kill-to-signature): Don't insert newline at
11297         bol.
11298         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11299
11300 2005-08-06  Romain Francoise  <romain@orebokech.com>
11301
11302         * message.el (message-user-fqdn): Fix typo in docstring.
11303
11304 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11305
11306         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11307
11308         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11309
11310 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-bodies.el (mm-encode-body): Use coding system rather than
11313         charset to encode text.
11314
11315         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11316         number of charsets if utf-8 is available (XEmacs).
11317
11318 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11321         taken from `gnus-button-mid-or-mail-regexp'.
11322         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11323         (gnus-button-alist): Improve regexp for domain part of the MIDs
11324         for news:localpart@domain buttons.
11325         (gnus-button-ctan-directory-regexp): Update.
11326
11327 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * sieve-manage.el (sieve-manage-interactive-login): Use
11330         make-local-variable rather than make-variable-buffer-local.
11331         (sieve-manage-open): Ditto.
11332         (sieve-manage-authenticate): Ditto.
11333
11334         * mml.el (mml-generate-mime-1): Make the content type default to
11335         text/plain if the filename is not specified.
11336
11337 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11340         instead of insert-buffer.
11341
11342         * message.el (message-yank-original): Ditto; set the mark at the
11343         end of the yanked message.
11344
11345 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11348         lines to scroll rather than to stop it.
11349
11350         * mml.el (mml-generate-default-type): Add doc string.
11351         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11352         default to application/octet-stream when determining the content
11353         type if it is not specified for the part or the mml contents; add
11354         a comment about mml-generate-default-type.
11355
11356 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11359         make it default to application/octet-stream when determining the
11360         content type if it is not specified for the external contents.
11361
11362 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11365         segmented parameter but also other parameters might be there.
11366
11367 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * mm-decode.el (mm-display-external): Delete temp file, directory
11370         and buffer immediately if the external process is exited.
11371
11372 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11375         fewer lines than that of scroll-margin.
11376         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11377
11378 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-art.el (gnus-article-next-page): Revert.
11381         (gnus-article-beginning-of-window): New macro.
11382         (gnus-article-next-page-1): Use it.
11383         (gnus-article-prev-page): Ditto.
11384         (gnus-article-edit-part): Use insert-buffer-substring instead of
11385         insert-buffer.
11386         (gnus-article-edit-exit): Ditto.
11387
11388         * gnus-util.el (gnus-beginning-of-window): Remove.
11389         (gnus-end-of-window): Remove.
11390
11391         * lpath.el: Don't bind header-line-format and scroll-margin.
11392
11393 2005-07-25  Simon Josefsson  <jas@extundo.com>
11394
11395         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11396         to have the url package without w3.  Reported by Daiki Ueno
11397         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11398
11399 2005-07-20  Didier Verna  <didier@xemacs.org>
11400
11401         * gnus-diary.el: Remove the description comment (nndiary is now
11402         properly documented in the Gnus manual).
11403         Fix the spelling of "Back End".
11404         * nndiary.el: Ditto.
11405         Fix the copyright notice.
11406
11407 2005-07-18  Romain Francoise  <romain@orebokech.com>
11408
11409         * gnus-sum.el (gnus-summary-to-prefix)
11410         (gnus-summary-newsgroup-prefix): New variables.
11411         (gnus-summary-from-or-to-or-newsgroups): Use them.
11412
11413 2005-07-17  Romain Francoise  <romain@orebokech.com>
11414
11415         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11416         space as it's generally not especially interesting to the user.
11417
11418 2005-07-16  Romain Francoise  <romain@orebokech.com>
11419
11420         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11421         nil to avoid prompting and file modification if one of the
11422         messages at the top of the nnfolder file contains a copyright
11423         notice.
11424         Update copyright notice.
11425
11426         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11427         instead of `current-time-string' as the latter creates a time
11428         string that is not RFC 2822 compliant (it lacks the zone).
11429         Update copyright notice.
11430
11431 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11432
11433         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11434         for text/rtf.  Display default in prompt.  Pass default for M-n.
11435
11436         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11437
11438 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * gnus-msg.el (gnus-button-mailto): Remove
11441         save-selected-window-window hackery because it relies on
11442         save-selected-window internals.
11443
11444 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11447         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11448         (gnus-article-prev-page): Ditto.
11449
11450         * gnus-util.el (gnus-beginning-of-window): New function.
11451         (gnus-end-of-window): New function.
11452
11453         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11454
11455 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11456
11457         * gnus-score.el (gnus-score-edit-all-score): Set
11458         gnus-score-edit-exit-function to gnus-score-edit-done and call
11459         gnus-message.
11460
11461 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * gnus-msg.el (gnus-button-mailto): Remove
11464         save-selected-window-window hackery because it relies on
11465         save-selected-window internals.
11466
11467 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11470         add-minor-mode.
11471         (gnus-binary-mode): Ditto.
11472
11473         * gnus-topic.el (gnus-topic-mode): Ditto.
11474
11475 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11476
11477         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11478         (gnus-article-prev-page): Take scroll-margin into consideration.
11479
11480 2005-07-04  Lute Kamstra  <lute@gnu.org>
11481
11482         Update FSF's address in GPL notices.
11483
11484 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11485
11486         * gnus.el (gnus-exit):
11487         * gnus-group.el (gnus-group-icons):
11488         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11489
11490         * gnus-nocem.el (gnus-nocem):
11491         * message.el (message-various, message-buffers, message-sending)
11492         (message-interface, message-forwarding, message-insertion)
11493         (message-headers, message-news, message-mail):
11494         * pgg-gpg.el (pgg-gpg):
11495         * pgg-parse.el (pgg-parse):
11496         * pgg-pgp.el (pgg-pgp):
11497         * pgg-pgp5.el (pgg-pgp5):
11498         * pop3.el (pop3): Finish `defgroup' description with period.
11499
11500 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-art.el (article-display-face): Improve the efficiency.
11503         (article-display-x-face): Ditto; remove grey x-face stuff.
11504
11505 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus-art.el (article-display-face): Correct the position in
11508         which Faces are inserted.
11509
11510 2005-06-29  Didier Verna  <didier@xemacs.org>
11511
11512         * gnus-art.el (article-display-face): Display faces in correct
11513         order.
11514
11515 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11518         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11519         (gnus-nocem-check-article): Fetch the Type header.
11520         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11521         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11522         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11523         make sure gnus-nocem-hashtb is initialized.
11524         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11525         (gnus-nocem-unwanted-article-p): Ditto.
11526
11527         * pgg.el (pgg-verify): Return the verification result.
11528
11529 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11532         is ascii.
11533
11534 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11535
11536         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11537         `show-nonbreak-escape'.
11538
11539 2005-06-23  Lute Kamstra  <lute@gnu.org>
11540
11541         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11542
11543         * dig.el (dig-mode):
11544         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11545
11546 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11547
11548         * nnimap.el (nnimap-split-download-body): Fix spellings.
11549
11550 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11551
11552         * gnus-art.el (gnus-article-encrypt-body):
11553         * gnus-cus.el (gnus-score-customize):
11554         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11555         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11556
11557 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11558
11559         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11560         header by looking for magic "MII" at the beginnig.
11561
11562 2005-06-16  Miles Bader  <miles@gnu.org>
11563
11564         * gnus-xmas.el (gnus-xmas-group-startup-message):
11565         Use renamed gnus-splash face.
11566
11567         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11568         (assistant-field-face): New backward-compatibility alias for renamed
11569         face.
11570         (assistant-render-text): Use renamed assistant-field face.
11571
11572         * spam.el (spam): Remove "-face" suffix from face name.
11573         (spam-face): New backward-compatibility alias for renamed face.
11574         (spam-face, spam-initialize): Use renamed spam face.
11575
11576         * message.el (message-header-to, message-header-cc)
11577         (message-header-subject, message-header-newsgroups)
11578         (message-header-other, message-header-name)
11579         (message-header-xheader, message-separator, message-cited-text)
11580         (message-mml): Remove "-face" suffix from face names.
11581         (message-header-to-face, message-header-cc-face)
11582         (message-header-subject-face, message-header-newsgroups-face)
11583         (message-header-other-face, message-header-name-face)
11584         (message-header-xheader-face, message-separator-face)
11585         (message-cited-text-face, message-mml-face):
11586         New backward-compatibility aliases for renamed faces.
11587         (message-font-lock-keywords): Use renamed message faces.
11588
11589         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11590         (sieve-test-commands, sieve-tagged-arguments):
11591         Remove "-face" suffix from face names.
11592         (sieve-control-commands-face, sieve-action-commands-face)
11593         (sieve-test-commands-face, sieve-tagged-arguments-face):
11594         New backward-compatibility aliases for renamed faces.
11595         (sieve-control-commands-face, sieve-action-commands-face)
11596         (sieve-test-commands-face, sieve-tagged-arguments-face):
11597         Use renamed sieve faces.
11598
11599         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11600         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11601         (gnus-group-news-3-empty, gnus-group-news-4)
11602         (gnus-group-news-4-empty, gnus-group-news-5)
11603         (gnus-group-news-5-empty, gnus-group-news-6)
11604         (gnus-group-news-6-empty, gnus-group-news-low)
11605         (gnus-group-news-low-empty, gnus-group-mail-1)
11606         (gnus-group-mail-1-empty, gnus-group-mail-2)
11607         (gnus-group-mail-2-empty, gnus-group-mail-3)
11608         (gnus-group-mail-3-empty, gnus-group-mail-low)
11609         (gnus-group-mail-low-empty, gnus-summary-selected)
11610         (gnus-summary-cancelled, gnus-summary-high-ticked)
11611         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11612         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11613         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11614         (gnus-summary-low-undownloaded)
11615         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11616         (gnus-summary-low-unread, gnus-summary-normal-unread)
11617         (gnus-summary-high-read, gnus-summary-low-read)
11618         (gnus-summary-normal-read, gnus-splash):
11619         Remove "-face" suffix from face names.
11620         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11621         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11622         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11623         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11624         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11625         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11626         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11627         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11628         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11629         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11630         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11631         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11632         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11633         (gnus-summary-normal-ticked-face)
11634         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11635         (gnus-summary-normal-ancient-face)
11636         (gnus-summary-high-undownloaded-face)
11637         (gnus-summary-low-undownloaded-face)
11638         (gnus-summary-normal-undownloaded-face)
11639         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11640         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11641         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11642         (gnus-splash-face):
11643         New backward-compatibility aliases for renamed faces.
11644         (gnus-group-startup-message): Use renamed gnus faces.
11645
11646         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11647         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11648         (gnus-server-agent): Remove "-face" suffix from face names.
11649         (gnus-server-agent-face, gnus-server-opened-face)
11650         (gnus-server-closed-face, gnus-server-denied-face)
11651         (gnus-server-offline-face):
11652         New backward-compatibility aliases for renamed faces.
11653         (gnus-server-agent-face, gnus-server-opened-face)
11654         (gnus-server-closed-face, gnus-server-denied-face)
11655         (gnus-server-offline-face): Use renamed gnus faces.
11656
11657         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11658         Remove "-face" suffix from face names.
11659         (gnus-picon-xbm-face, gnus-picon-face):
11660         New backward-compatibility aliases for renamed faces.
11661
11662         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11663         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11664         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11665         (gnus-cite-11): Remove "-face" suffix from face names.
11666         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11667         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11668         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11669         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11670         New backward-compatibility aliases for renamed faces.
11671         (gnus-cite-attribution-face, gnus-cite-face-list)
11672         (gnus-article-boring-faces): Use renamed gnus faces.
11673
11674         * gnus-art.el (gnus-signature, gnus-header-from)
11675         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11676         (gnus-header-content): Remove "-face" suffix from face names.
11677         (gnus-signature-face, gnus-header-from-face)
11678         (gnus-header-subject-face, gnus-header-newsgroups-face)
11679         (gnus-header-name-face, gnus-header-content-face):
11680         New backward-compatibility aliases for renamed faces.
11681         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11682
11683         * gnus-sum.el (gnus-summary-selected-face)
11684         (gnus-summary-highlight): Use renamed gnus faces.
11685         * gnus-group.el (gnus-group-highlight): Likewise.
11686
11687 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11688
11689         * gnus-sieve.el (gnus-sieve-article-add-rule):
11690         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11691         * spam-stat.el (spam-stat-buffer-change-to-spam)
11692         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11693
11694         * message.el (message-is-yours-p):
11695         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11696
11697 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * mm-view.el (mm-inline-text): Withdraw the last change.
11700
11701 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11704         executing enriched-decode.
11705
11706 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11709         charset of tar files.
11710
11711 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11712
11713         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11714
11715 2005-06-04  Lute Kamstra  <lute@gnu.org>
11716
11717         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11718         information is never recorded.
11719
11720 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11721
11722         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11723
11724 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * pop3.el (pop3-apop): Run md5 in the binary mode.
11727
11728         * starttls.el (starttls-set-process-query-on-exit-flag):
11729         Use eval-and-compile.
11730
11731 2005-05-31  Simon Josefsson  <jas@extundo.com>
11732
11733         * smime.el (smime-replace-in-string): Define.
11734         (smime-cert-by-ldap-1): Use it.
11735
11736 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-art.el (article-display-x-face): Replace
11739         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11740
11741         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11742         set-process-query-on-exit-flag or process-kill-without-query.
11743
11744         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11745         loop instead of replace-regexp.
11746
11747         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11748         instead of process-kill-without-query if it is available.
11749
11750         * lpath.el: Fbind ldap-search-entries.
11751
11752         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11753         instead of find-file-hooks if it is available.
11754
11755         * mml1991.el: Bind pgg-default-user-id when compiling.
11756
11757         * mml2015.el: Bind pgg-default-user-id when compiling.
11758
11759         * nndraft.el (nndraft-request-associate-buffer):
11760         Use write-contents-functions instead of write-contents-hooks if it is
11761         available.
11762
11763         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11764         instead of find-file-hooks if it is available.
11765
11766         * nntp.el (nntp-open-connection): Replace
11767         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11768         (nntp-open-ssl-stream): Ditto.
11769         (nntp-open-tls-stream): Ditto.
11770
11771         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11772         set-process-query-on-exit-flag or process-kill-without-query.
11773         (starttls-open-stream-gnutls): Use it instead of
11774         process-kill-without-query.
11775         (starttls-open-stream): Ditto.
11776
11777 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11778
11779         * smime.el (smime-cert-by-ldap-1): Don't use
11780         replace-regexp-in-string.
11781
11782 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11783
11784         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11785
11786         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11787         in PEM format.  Adjust to the XEmacs compability.
11788
11789 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11792         by `string-to-number'.
11793         * gnus-agent.el (gnus-agent-regenerate-group)
11794         (gnus-agent-fetch-articles): Ditto.
11795         * gnus-art.el (gnus-button-fetch-group): Ditto.
11796         * gnus-cache.el (gnus-cache-generate-active)
11797         (gnus-cache-articles-in-group): Ditto.
11798         * gnus-group.el (gnus-group-set-current-level)
11799         (gnus-group-insert-group-line): Ditto.
11800         * gnus-score.el (gnus-score-set-expunge-below)
11801         (gnus-score-set-mark-below, gnus-summary-score-effect)
11802         (gnus-summary-score-entry): Ditto.
11803         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11804         (gnus-soup-pack): Ditto.
11805         * gnus-spec.el (gnus-xmas-format): Ditto.
11806         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11807         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11808         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11809         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11810         * nndb.el (nndb-get-remote-expire-response): Ditto.
11811         * nndiary.el (nndiary-parse-schedule-value)
11812         (nndiary-string-to-number, nndiary-request-replace-article)
11813         (nndiary-request-article): Ditto.
11814         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11815         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11816         * nneething.el (nneething-make-head): Ditto.
11817         * nnfolder.el (nnfolder-request-article)
11818         (nnfolder-retrieve-headers): Ditto.
11819         * nnheader.el (nnheader-file-to-number): Ditto.
11820         * nnkiboze.el (nnkiboze-request-article): Ditto.
11821         * nnmail.el (nnmail-process-unix-mail-format)
11822         (nnmail-process-babyl-mail-format): Ditto.
11823         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11824         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11825         (nnmh-request-create-group, nnmh-request-list-1)
11826         (nnmh-request-group, nnmh-request-article): Ditto.
11827         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11828         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11829         * nnsoup.el (nnsoup-make-active): Ditto.
11830         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11831         * nntp.el (nntp-find-group-and-number)
11832         (nntp-retrieve-headers-with-xover): Ditto.
11833         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11834         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11835         (pgg-format-key-identifier): Ditto.
11836         * pop3.el (pop3-last, pop3-stat): Ditto.
11837         * qp.el (quoted-printable-decode-region): Ditto.
11838
11839         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11840         of concat.
11841
11842 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11845
11846         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11847
11848         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11849
11850         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11851
11852         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11853
11854         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11855
11856         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11857         (gnus-carpal-mode): Ditto.
11858
11859         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11860         (gnus-browse-mode): Ditto.
11861
11862         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11863
11864         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11865
11866 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11867
11868         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11869
11870 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-util.el (gnus-run-mode-hooks): New function.
11873
11874         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11875
11876         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11877         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11878
11879 2005-05-27  Lute Kamstra  <lute@gnu.org>
11880
11881         * dns-mode.el (dns-mode): Specify customization group.
11882
11883 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11884
11885         * gnus-agent.el (gnus-agent-make-mode-line-string):
11886         Use mode-line-highlight as mouse-face.
11887
11888 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * canlock.el (canlock): Change the parent group to news.
11891
11892         * deuglify.el (gnus-outlook-deuglify): Add :group.
11893
11894         * dig.el (dig): Add :group.
11895
11896         * dns-mode.el (dns-mode): Add :group.
11897
11898         * encrypt.el (encrypt): Add :group.
11899
11900         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11901         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11902         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11903         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11904         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11905
11906         * gnus-diary.el (gnus-diary): Add :group.
11907
11908         * gnus.el (gnus-group-news-1-face): Add :group.
11909         (gnus-group-news-1-empty-face): Ditto.
11910         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11911         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11912         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11913         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11914         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11915         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11916         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11917         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11918         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11919         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11920         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11921         (gnus-summary-high-ticked-face): Ditto.
11922         (gnus-summary-low-ticked-face): Ditto.
11923         (gnus-summary-normal-ticked-face): Ditto.
11924         (gnus-summary-high-ancient-face): Ditto.
11925         (gnus-summary-low-ancient-face): Ditto.
11926         (gnus-summary-normal-ancient-face): Ditto.
11927         (gnus-summary-high-undownloaded-face): Ditto.
11928         (gnus-summary-low-undownloaded-face): Ditto.
11929         (gnus-summary-normal-undownloaded-face): Ditto.
11930         (gnus-summary-high-unread-face): Ditto.
11931         (gnus-summary-low-unread-face): Ditto.
11932         (gnus-summary-normal-unread-face): Ditto.
11933         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11934         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11935
11936         * hashcash.el (hashcash): New custom group.
11937         (hashcash-default-payment): Add :group.
11938         (hashcash-payment-alist): Ditto.
11939         (hashcash-default-accept-payment): Ditto.
11940         (hashcash-accept-resources): Ditto.
11941         (hashcash-path): Ditto.
11942         (hashcash-extra-generate-parameters): Ditto.
11943         (hashcash-double-spend-database): Ditto.
11944         (hashcash-in-news): Ditto.
11945
11946         * message.el (message-minibuffer-local-map): Add :group.
11947
11948         * netrc.el (netrc): Add :group.
11949
11950         * sieve-manage.el (sieve-manage-log): Add :group.
11951         (sieve-manage-default-user): Diito.
11952         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11953         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11954         (sieve-manage-authenticators): Ditto.
11955         (sieve-manage-authenticator-alist): Ditto.
11956         (sieve-manage-default-port): Ditto.
11957
11958         * sieve-mode.el (sieve-control-commands-face): Add :group.
11959         (sieve-action-commands-face): Ditto.
11960         (sieve-test-commands-face): Ditto.
11961         (sieve-tagged-arguments-face): Ditto.
11962
11963         * smime.el (smime): Add :group.
11964
11965         * spam-report.el (spam-report): Add :group.
11966
11967         * spam.el (spam, spam-face): Add :group.
11968
11969 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11972         return \n.\n.\n at the end of articles.  Protect against that.
11973         (nntp-with-open-group): Allow debugging.
11974
11975         * nnheader.el (mail-header-set-extra): Make into a function
11976         because I just could't understand how to quote the list properly.
11977
11978         * dns.el (query-dns-cached): New function.
11979
11980 2005-05-26  Lute Kamstra  <lute@gnu.org>
11981
11982         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11983
11984 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11987
11988         * gnus-art.el: Don't autoload mail-extract-address-components.
11989
11990         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11991         eval-and-compile to evaluate it.
11992
11993         * hashcash.el: Don't autoload executable-find.
11994
11995         * nndb.el: Don't declare the nndb back end two or more times; don't
11996         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11997
11998         * nntp.el: Autoload format-spec instead of format; use
11999         eval-and-compile to evaluate autoload forms.
12000
12001 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12002
12003         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12004
12005 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12006
12007         * gnus.el (gnus-version-number): Bump version.
12008
12009 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12010
12011         * gnus.el: No Gnus v0.3 is released.
12012
12013 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12014
12015         * lpath.el (featurep): Bind show-nonbreak-escape.
12016
12017 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus-art.el (gnus-article-edit-part): Disable undo.
12020
12021 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12024         gnus-article-date-lapsed-new-header is t if date timer is active;
12025         skip headers in which the original date value is empty.
12026         (gnus-article-save-original-date): Redefine it as a macro.
12027         (gnus-display-mime): Use it.
12028
12029 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-art.el (article-date-ut): Support converting date in
12032         forwarded parts as well.
12033         (gnus-article-save-original-date): New function.
12034         (gnus-display-mime): Use it.
12035
12036 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12037
12038         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12039         enclosure element of <item>.
12040
12041 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * message.el (message-kill-buffer-query): Renamed from
12044         `message-kill-buffer-query-if-modified'.  Added :version.
12045
12046 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12049         window layout.
12050
12051 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mml.el: Autoload dnd when compiling.
12054
12055 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12058         x-dnd-*.
12059
12060 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * qp.el (quoted-printable-encode-region): Save excursion.
12063
12064 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12065
12066         * message.el (message-kill-buffer-query-if-modified): Add new variable
12067         so the user can kill a modified message buffer quickly.
12068         (message-kill-buffer): Use it.
12069
12070 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * lpath.el: Fbind display-time-event-handler; don't fbind
12073         string-to-multibyte.
12074
12075         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12076
12077 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12080         contained in text because xml.el decodes entities) with LFs.
12081
12082 2005-04-11  Lute Kamstra  <lute@gnu.org>
12083
12084         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12085         differently.
12086
12087 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12088
12089         * mm-util.el (mm-detect-coding-region): Typo.
12090
12091 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12094
12095 2005-04-06  Deepak Goel  <deego@gnufans.org>
12096
12097         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12098         user-function allow user modifications of the scores.
12099         (spam-stat-score-buffer-user): New function, to allow
12100         user-computed modifications to the score.
12101         (spam-stat-score-buffer-user-functions): List of additional
12102         scoring functions.
12103         (spam-stat-error-holder): Global temporary error holder.
12104         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12105         variable.
12106
12107 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * gnus-registry.el (gnus-registry-clean-empty-function)
12110         (gnus-registry-trim, gnus-registry-fetch-groups)
12111         (gnus-registry-delete-group): Groups that match
12112         `gnus-registry-ignored-groups' are removed from the registry
12113         entries, not just ignored for splitting.  This helps clean up the
12114         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12115         to get all the groups a message ID is in.
12116
12117         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12118         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12119         (spam-stat-score-buffer-user-functions): Add :number custom type.
12120
12121 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12124         argument in XEmacs.
12125
12126         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12127         (nnrss-request-group): Decode group name first.
12128         (nnrss-request-article): Make a text/plain article if mml-to-mime
12129         failed.
12130         (nnrss-get-encoding): Return a compatible encoding according to
12131         nnrss-compatible-encoding-alist.
12132         (nnrss-find-el): Use consp instead of listp.
12133         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12134
12135 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12138         which Emacs 20 doesn't support.
12139         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12140
12141 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12144         silence the byte compiler inside the defun.
12145
12146         * gnus-demon.el (parse-time-string): Add autoload.
12147
12148         * gnus-delay.el (parse-time-string): Add autoload.
12149
12150         * gnus-art.el (parse-time-string): Add autoload.
12151
12152         * nnultimate.el (parse-time): Require for `parse-time-string'.
12153
12154 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12157
12158         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12159
12160         * smime.el (smime-ldap-host-list): Add :version.
12161
12162 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12165         pass it to `gnus-browse-read-group'.
12166         (gnus-browse-read-group): Add NUMBER argument and pass it to
12167         `gnus-group-read-ephemeral-group'.
12168
12169         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12170         argument and pass it to `gnus-group-read-group'.
12171
12172 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12173
12174         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12175         mm-xemacs-find-mime-charset-1 if we have the mule feature
12176         available at runtime.
12177
12178 2005-03-25  Werner Lemberg  <wl@gnu.org>
12179
12180         * nnmaildir.el: Replace `illegal' with `invalid'.
12181
12182 2005-03-23  Lute Kamstra  <lute@gnu.org>
12183
12184         * time-date.el: Add comment on time value formats.
12185         Don't require parse-time.
12186         (with-decoded-time-value): New macro.
12187         (encode-time-value): New function.
12188         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12189         (days-to-time): Return a valid time value when arg is huge.
12190         (time-since): Use time-subtract.
12191         (time-to-number-of-days): Use time-to-seconds.
12192
12193 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12194
12195         * gnus-start.el (gnus-display-time-event-handler):
12196         Check display-time-timer at runtime rather than only at load time
12197         in case display-time-mode is turned off in the mean time.
12198
12199 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12202         used.
12203
12204         * nneething.el (nneething-map-file-directory): Derive from
12205         `gnus-directory'.
12206
12207         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12208         the To/Cc button.
12209
12210 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * nnmaildir.el (nnmaildir-request-accept-article):
12213         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12214
12215 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12216
12217         * gnus-async.el: Require timer-funcs at compile time when in
12218         XEmacs for `run-with-idle-timer'.
12219
12220 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12221
12222         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12223         autoloaded function.
12224
12225 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12226
12227         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12228
12229 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12230
12231         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12232
12233 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12236         gnus-expert-user to default.
12237
12238 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12239
12240         * nnimap.el (nnimap-open-server): Ditto.
12241
12242         * imap.el (imap-authenticate): Fix typo.
12243
12244 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12245
12246         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12247         buffer (since IMAP server might return FETCH response out of
12248         order, and the nntp buffer must be sorted).
12249
12250 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12251
12252         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12253         comparison on string.
12254
12255         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12256         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12257         (gnus-agent-summary-fetch-series): Modified to protect against
12258         gnus-agent-summary-fetch-group clearing processable flags.
12259         (gnus-agent-synchronize-group-flags): Update live group buffer as
12260         synchronization may occur due to the user toggle the plugged
12261         status.
12262         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12263         successfully downloaded.
12264         (gnus-agent-expire-group-1): Avoid using markers when the overview
12265         is in ascending order; greatly improves performance.
12266         (gnus-agent-regenerate-group): Use
12267         gnus-agent-synchronize-group-flags to reset read status in both
12268         gnus and server.
12269         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12270
12271 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * message.el: Don't autoload former message-utils variables.
12274         (message-strip-subject-trailing-was): Change doc string.
12275
12276         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12277         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12278         (nnweb-google-search): Add "hl=en" here.
12279         (nnweb-google-parse-1, nnweb-google-create-mapping):
12280         Don't hardcode URL.
12281
12282 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * message.el (message-get-reply-headers, message-followup):
12285         Mention related variables `message-use-followup-to' and
12286         `message-use-mail-followup-to', in the information buffer.
12287
12288         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12289         of broken groups(-beta).google.com.
12290
12291 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12292
12293         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12294         parameter to invoked gnus-request-move-article; remove the
12295         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12296         all at once instead of once per article.
12297         (gnus-summary-remove-process-mark): Accept a list of articles as
12298         well as a single article for processing.
12299
12300         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12301         parameter.
12302
12303         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12304
12305         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12306
12307         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12308         parameter.
12309
12310         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12311         parameter.
12312
12313         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12314         parameter and remove the gnus-sum-hint-move-is-internal variable.
12315
12316         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12317         parameter.
12318
12319         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12320         parameter.
12321
12322         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12323         parameter.
12324
12325         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12326
12327         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12328         parameter.
12329
12330         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12331         parameter.
12332
12333 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12334
12335         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12336         a more conservative way.
12337
12338 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12339
12340         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12341         buffer, so it moves the window's cursor.
12342
12343 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12344
12345         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12346         `mm-dissect-multipart' and receive the from field as an (optional)
12347         argument from `mm-dissect-multipart'.
12348         (mm-dissect-multipart): Receive the from field as an argument and
12349         pass it on when we call `mm-dissect-buffer' on MIME parts.
12350         Fixes verification/decryption of signed/encrypted MIME parts.
12351
12352 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12353
12354         * gnus-sum.el (gnus-summary-move-article): Set
12355         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12356         whatever it calls (right now, only nnimap-request-move article
12357         respects it).
12358
12359         * nnimap.el (nnimap-request-move-article): When
12360         gnus-sum-hint-move-is-internal is set, don't do the extra
12361         nnimap-request-article.
12362
12363 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12366
12367         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12368         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12369
12370         * gnus-sum.el (gnus-summary-caesar-message):
12371         Apply `gnus-treat-article' after rotation.
12372
12373         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12374         doc string.
12375
12376 2005-02-22  Simon Josefsson  <jas@extundo.com>
12377
12378         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12379         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12380         <arne@arnested.dk>.
12381         (encrypt): Add password-cache and password-cache-expiry as group
12382         members.
12383
12384 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12385
12386         * smime.el (smime-ldap-host-list): Doc fix.
12387         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12388         cache) password.
12389         (smime-sign-region): Use it.
12390         (smime-decrypt-region): Use it.
12391         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12392         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12393         fails.
12394         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12395         certificate from DER to PEM format rather than calling openssl.
12396
12397         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12398
12399         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12400         for signing/encryption.
12401
12402         * mml.el (mml-parse-1): Use them.
12403
12404 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12405
12406         * nnrss.el (nnrss-verbose): Removed.
12407         (nnrss-request-group): Use `nnheader-message' instead.
12408
12409 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12410
12411         * nnrss.el (nnrss-verbose): New variable.
12412         (nnrss-request-group): Make it say nnrss is requesting a group.
12413
12414 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12417         Handle news URL with given port correctly.
12418
12419 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12422         containing special characters.
12423
12424         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12425
12426         * mml.el (mime-to-mml): Ditto.
12427
12428         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12429         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12430         (rfc2047-decode-region): Quote decoded words containing special
12431         characters when rfc2047-quote-decoded-words-containing-tspecials
12432         is non-nil.
12433
12434 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12435
12436         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12437
12438         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12439
12440 2005-02-15  Simon Josefsson  <jas@extundo.com>
12441
12442         * nnimap.el (nnimap-debug): Doc fix.
12443
12444         * imap.el (imap-debug): Doc fix.
12445
12446 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12449
12450 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12451
12452         * gnus.el (spam-contents): Improve docs for spam-contents
12453         parameter in its variable incarnation.
12454
12455 2005-02-14  Simon Josefsson  <jas@extundo.com>
12456
12457         * smime-ldap.el: Use require instead of load-library for ldap.
12458         (smime-ldap-search): Indent.
12459         (smime-ldap-search-internal): Shorten line.
12460
12461         * smime.el (smime-cert-by-dns): Add doc-string.
12462         (smime-cert-by-ldap-1): Indent.
12463
12464         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12465         mml-smime-get-dns-ldap.
12466         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12467
12468 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12469
12470         * smime.el: Require smime-ldap.
12471         (smime-ldap-host-list): New variable.
12472         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12473
12474         * mml-smime.el (mml-smime-encrypt-query): New function.
12475         (mml-smime-encrypt-query): Use it.
12476
12477         * smime-ldap.el: New file.
12478
12479 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12482
12483 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12486         argument in doc string.  Make query for type more clear.
12487
12488 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * gnus.el (gnus-group-startup-message): Search for gnus images in
12491         etc/images/gnus.
12492         * mm-util.el (mm-image-load-path): Likewise.
12493         * smiley.el (smiley-data-directory): Search for smilies in
12494         etc/images/smilies.
12495
12496 2005-02-09  Kim F. Storm  <storm@cua.dk>
12497
12498         Change Emacs release version from 21.4 to 22.1 throughout.
12499         Change Emacs development version from 21.3.50 to 22.0.50.
12500
12501 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12504
12505         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12506         non-Mule XEmacs as well.
12507         (mm-decompress-buffer): Signal an error intentionally if it does
12508         not decompress compressed data because auto-compression-mode is
12509         disabled.
12510
12511 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12512
12513         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12514         an ID in the registry even if it has no groups.
12515
12516 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12519         merge it into mm-decompress-buffer.
12520         (gnus-mime-copy-part): Use the MIME part charset, the value which
12521         a user specified or gnus-newsgroup-charset for decoding, like
12522         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12523         save-buffer what was used.  Suggested by Kevin Ryde
12524         <user42@zip.com.au>.
12525         (gnus-mime-inline-part): Allow the name parameter as well as the
12526         filename parameter; force decompressing of compressed data; always
12527         display contents being not decoded as unibyte.
12528
12529         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12530         as well as the filename parameter.
12531
12532         * mm-util.el (mm-decompress-buffer): Merge
12533         gnus-mime-jka-compr-maybe-uncompress.
12534         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12535         of compressed data.
12536
12537 2005-02-08  Simon Josefsson  <jas@extundo.com>
12538
12539         * imap.el (imap-log): Doc fix.
12540
12541 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12544         the coding cookies; decompress compressed parts.
12545
12546         * mml.el (mml-generate-mime-1): Add the charset parameter according
12547         to the value which a user specified manually or the coding cookie.
12548
12549         * mm-util.el (mm-string-to-multibyte): New function.
12550         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12551         (mm-coding-system-to-mime-charset): New function.
12552         (mm-decompress-buffer): New function.
12553         (mm-find-buffer-file-coding-system): New function.
12554
12555         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12556         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12557         parts.
12558
12559 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12560
12561         * mm-view.el (mm-display-inline-fontify): Decode a part according
12562         to the charset parameter.
12563
12564 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12567         prefix arg is neither nil nor a number, as info specifies.
12568
12569 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12572         timestamps.
12573
12574 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12575
12576         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12577         groups error checking and notify user.
12578
12579 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12580
12581         * message.el (message-send-mail-function): Check existence of
12582         sendmail-program first before using default value
12583         `message-send-mail-with-sendmail'.  Otherwise use more generic
12584         `smtpmail-send-it'.
12585
12586 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * nntp.el (nntp-request-update-info): Always return nil.
12589
12590 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12591
12592         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12593
12594 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12595
12596         * message.el (message-beginning-of-line): Change the behavior when
12597         invoked between BOL and : so that it first moves backward.
12598
12599 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12602         article buffer when editing of the article is discarded.
12603         (gnus-article-prepare): Revert.
12604
12605 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-art.el (gnus-article-prepare):
12608         Remove message-strip-forbidden-properties from the local hook.
12609
12610 2005-01-27  Simon Josefsson  <jas@extundo.com>
12611
12612         * password.el (password-cache-add): Only start one timer per key.
12613         Reported by Derek Atkins <warlord@MIT.EDU>.
12614
12615 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12616
12617         * run-at-time.el: Removed.  It is no longer needed as
12618         timer-funcs.el in the xemacs-base package has a working version of
12619         `run-at-time'.
12620
12621         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12622
12623         * password.el: Require timer-funcs instead of run-at-time in
12624         XEmacs.
12625         Remove `password-run-at-time' macro.
12626         (password-cache-add): Use `run-at-time' instead of
12627         `password-run-at-time'.
12628
12629         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12630         Remove `nnheader-cancel-function-timers' alias,
12631         `cancel-function-timers' exists in XEmacs in timer-funcs.
12632
12633         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12634         for `run-with-idle-timer'.
12635
12636         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12637         for `run-at-time'.
12638
12639         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12640         for `with-timeout'.
12641
12642         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12643         the same as for XEmacs 21.4.
12644         No need to ignore `run-with-idle-timer', this function exists in
12645         XEmacs now in timer-funcs.el in the xemacs-base package.
12646         (dgnushack-compile): No need to delete
12647         run-at-time.el from the list of files to compile because it
12648         doesn't exist anymore.
12649
12650 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12653         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12654
12655 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12656
12657         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12658         sensitively.
12659
12660 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12661
12662         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12663
12664 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12667         which will be inserted according to the multibyteness of a buffer
12668         rather than the type of contents.  Suggested by ARISAWA Akihiro
12669         <ari@mbf.ocn.ne.jp>.
12670
12671         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12672         of string which old xml.el may return rather than a string.
12673
12674 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12677
12678 2005-01-16  Simon Josefsson  <jas@extundo.com>
12679
12680         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12681         idn/idna.el isn't available.
12682         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12683         <michael@waxrat.com>.
12684
12685         * hashcash.el: Remove non-FSF copyright header.
12686
12687         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12688         (hashcash-generate-payment): Use it.
12689         (hashcash-generate-payment-async): Use it.
12690
12691 2005-01-15  Simon Josefsson  <jas@extundo.com>
12692
12693         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12694         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12695
12696         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12697         gnus-summary-idna-message.
12698         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12699         (gnus-summary-idna-message): New function.
12700
12701 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12704         gnus-novice-user.
12705
12706 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * nnrss.el (nnrss-request-delete-group): Delete entries in
12709         nnrss-group-alist as well.
12710         (nnrss-save-server-data): Insert newline.
12711
12712 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus.el (gnus-user-agent): Use list of symbols instead of
12715         symbols.  Display full version number for (S)XEmacs.  Optionally
12716         display (S)XEmacs codename.
12717
12718         * gnus-util.el (gnus-emacs-version): Update for new
12719         `gnus-user-agent'.
12720
12721         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12722         Gnus version.
12723
12724 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12727         which is unreadable in some setups.
12728
12729 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-spec.el (gnus-update-format-specifications): Flush the
12732         group format spec cache if it doesn't support decoded group names.
12733
12734 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12737         Allow to apply decay on score files matching a regexp.
12738
12739 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12742         compatibility in %g and %c.
12743
12744 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12747         name for only %g and %c.
12748         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12749         of gnus-tmp-group to decoded group name.
12750         (gnus-group-make-rss-group): Exclude `/'s from group names.
12751
12752 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * nnrss.el (nnrss-get-encoding): Fix regexp.
12755
12756 2004-12-27  Simon Josefsson  <jas@extundo.com>
12757
12758         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12759         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12760         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12761
12762 2004-12-17  Kim F. Storm  <storm@cua.dk>
12763
12764         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12765
12766         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12767
12768 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12769
12770         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12771
12772 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * nnrss.el: Require rfc2047 and mml.
12775         (nnrss-file-coding-system): New variable.
12776         (nnrss-format-string): Redefine it as an inline function.
12777         (nnrss-decode-group-name): New function.
12778         (nnrss-string-as-multibyte): Remove.
12779         (nnrss-retrieve-headers): Decode group name; don't use
12780         nnrss-format-string.
12781         (nnrss-request-group): Decode group name.
12782         (nnrss-request-article): Decode group name; allow a Message-ID as
12783         well as an article number; don't use nnrss-format-string; encode a
12784         Message-ID string which may contain non-ASCII characters; use
12785         mml-to-mime to compose a MIME article.
12786         (nnrss-request-expire-articles): Decode group name.
12787         (nnrss-request-delete-group): Decode group name.
12788         (nnrss-fetch): Clarify error message.
12789         (nnrss-read-server-data): Use insert-file-contents instead of load;
12790         bind file-name-coding-system; use multibyte buffer.
12791         (nnrss-save-server-data): Bind coding-system-for-write to the
12792         value of nnrss-file-coding-system; bind file-name-coding-system;
12793         add coding cookie.
12794         (nnrss-read-group-data): Use insert-file-contents instead of load;
12795         bind file-name-coding-system; use multibyte buffer.
12796         (nnrss-save-group-data): Bind coding-system-for-write to the
12797         value of nnrss-file-coding-system; bind file-name-coding-system.
12798         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12799         make it work with non-ASCII text.
12800         (nnrss-find-el): Make it work with old xml.el as well.
12801
12802 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12803
12804         * nnrss.el (nnrss-get-encoding): New function.
12805         (nnrss-fetch): Use unibyte buffer initially; bind
12806         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12807         decode contents according to the encoding attribute.
12808         (nnrss-save-group-data): Add coding cookie.
12809         (nnrss-mime-encode-string): New function.
12810         (nnrss-check-group): Use it to encode subject and author.
12811
12812 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12815         imaginary variable.
12816
12817 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12820         correctly even if there are wide characters.
12821
12822 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12825         downcased symbol names; make a new cache instead of reusing
12826         bbdb-hashtable.
12827
12828 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12831         concatenating segments rather than before concatenating them.
12832         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12833
12834         * message.el (message-get-reply-headers): Bind `extra'.
12835
12836 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * message.el (message-extra-wide-headers): New variable.
12839         (message-get-reply-headers): Use it.
12840
12841 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12844         (gnus-agent-group-pathname): Ditto.
12845
12846         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12847
12848         * gnus-group.el (gnus-group-make-group): Decode group name.
12849         (gnus-group-make-rss-group): Register the group data after opening
12850         the nnrss group.
12851
12852 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12853
12854         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12855         by expiry now get marked as read.
12856
12857 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12860
12861 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12862
12863         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12864         unify Latin characters in XEmacs.
12865         (mm-find-mime-charset-region): Use it.
12866
12867 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus-util.el (gnus-delete-directory): New function.
12870
12871         * gnus-agent.el (gnus-agent-delete-group): Use it.
12872
12873         * gnus-cache.el (gnus-cache-delete-group): Use it.
12874
12875 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12878         names.
12879
12880 2004-12-16  Simon Josefsson  <jas@extundo.com>
12881
12882         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12883
12884 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12887
12888         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12889         (gnus-group-set-current-level): Decode group name.
12890
12891 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12892
12893         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12894         failed.
12895
12896 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-group.el (gnus-group-delete-group): Decode group name.
12899         (gnus-group-make-rss-group): Encode group name.
12900         (gnus-group-catchup-current): Decode group name.
12901         (gnus-group-kill-group): Decode group name.
12902
12903 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12904
12905         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12906
12907 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-group.el (gnus-group-make-rss-group):
12910         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12911
12912         * gnus-start.el (gnus-setup-news): Honor user's setting to
12913         gnus-message-archive-method.  Suggested by Lute Kamstra
12914         <lute@gnu.org>.
12915
12916 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12917
12918         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12919         global counterparts of the buffer-local variables.
12920
12921 2004-11-16  Romain Francoise  <romain@orebokech.com>
12922
12923         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12924         counterparts of the buffer-local variables.
12925
12926 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * message.el (message-forbidden-properties): Fixed typo in doc
12929         string.
12930
12931 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * gnus-util.el (gnus-replace-in-string): Added doc string.
12934
12935         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12936         to avoid problems when splitting mails with many recipients.
12937
12938 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12939
12940         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12941         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12942
12943 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12944
12945         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12946         if there is no hashtable in memory or file modification time is
12947         newer than cached timestamp.
12948
12949 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12952         not-matching option.
12953
12954 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12957         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12958         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12959         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12960         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12961         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12962
12963 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * message.el (message-forward-make-body-mml): Remove headers
12966         according to message-forward-ignored-headers if a message is decoded.
12967
12968 2004-12-02  Romain Francoise  <romain@orebokech.com>
12969
12970         * message.el (message-forward-make-body-plain): Always remove
12971         headers according to message-forward-ignored-headers.
12972
12973 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12974
12975         * spam.el (spam-summary-prepare-exit): Remove the
12976         gnus-summary-limit pop for now, it has problems with ham marks for
12977         me.
12978
12979 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12982         correctly.
12983
12984 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12985
12986         * format-spec.el (format-spec): Message the char.
12987
12988 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12989
12990         * gnus-art.el (gnus-split-methods): Reformat comments.
12991
12992         * spam.el (spam-summary-prepare-exit): Remove article limits
12993         before exiting the summary buffer.
12994
12995 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12998         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12999
13000         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13001         order to silence the byte compiler.
13002
13003         * spam.el: Fix the way to silence the byte compiler, which
13004         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13005         bbdb-search-simple, spam-BBDB-register-routine,
13006         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13007         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13008         spam-stat-buffer-is-spam, spam-stat-load,
13009         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13010         spam-stat-save and spam-stat-split-fancy.
13011
13012 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13015         which may confuse users.
13016         (canlock-password-for-verify): Ditto.
13017
13018         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13019
13020         * gnus-art.el (gnus-emphasis-alist): Ditto.
13021
13022         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13023
13024         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13025
13026         * gnus-start.el (gnus-save-killed-list): Ditto.
13027
13028         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13029         (gnus-sum-thread-tree-root): Ditto.
13030         (gnus-sum-thread-tree-false-root): Ditto.
13031         (gnus-sum-thread-tree-single-indent): Ditto.
13032
13033         * message.el (message-courtesy-message): Ditto.
13034         (message-archive-note): Ditto.
13035         (message-subscribed-address-file): Ditto.
13036         (message-user-fqdn): Ditto.
13037
13038         * spam-report.el (spam-report-gmane-regex): Ditto.
13039
13040         * spam.el (spam-blackhole-good-server-regex): Ditto.
13041
13042 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * mml.el (mml-preview): Widen the message buffer before copying
13045         the contents to the preview buffer; sort headers before previewing.
13046
13047         * message.el (message-hidden-headers): Fix the way to avoid a bug
13048         in the `repeat' widget in Emacs 21.3 or earlier.
13049
13050 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * message.el (message-hidden-headers): Default to "^References:".
13053         Improve customization type.  Suggested by Reiner Steib
13054         <Reiner.Steib@gmx.de>.
13055
13056 2004-11-25  Romain Francoise  <romain@orebokech.com>
13057
13058         * message.el (message-strip-forbidden-properties): Remove check for
13059         obsolete `message-hidden' text property, hidden headers are not
13060         accessible in the buffer anymore.
13061
13062 2004-11-22  Romain Francoise  <romain@orebokech.com>
13063
13064         * message.el (message-header-format-alist): Add `From' in list
13065         so that it can be sorted.
13066         (message-fix-before-sending): Widen and sort headers before
13067         sending.
13068         (message-hide-headers): Use narrowing to hide headers by moving
13069         them to the top of the buffer and narrowing to the region
13070         underneath.
13071
13072 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13073
13074         * message.el (message-strip-forbidden-properties): Bind
13075         buffer-read-only (etc) to nil.
13076
13077 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13080         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13081
13082 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13083
13084         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13085
13086 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13087
13088         * dns.el (query-dns): Use sit-for to time instead of
13089         accept-process-output, since that doesn't seem to work on udp
13090         sockets.
13091
13092 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13095
13096 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13097
13098         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13099         doc string.  Improve doc string.
13100
13101 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * nntp.el (nntp-request-update-info): Return nil if
13104         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13105         may not call gnus-activate-group which uselessly issues the GROUP
13106         commands for all nntp groups and wastes time.  Reported by Romain
13107         Francoise <romain@orebokech.com>.
13108
13109         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13110
13111 2004-11-15  Simon Josefsson  <jas@extundo.com>
13112
13113         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13114         headers separately.
13115         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13116         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13117
13118 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-start.el (gnus-convert-old-newsrc):
13121         Assign legacy-gnus-agent to 5.10.7.
13122
13123 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13126         start of the lines.
13127
13128 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13129
13130         * hashcash.el (hashcash-default-payment): Change default to 20.
13131         (hashcash-default-accept-payment): Change default to 20.
13132         (hashcash-process-alist): New variable.
13133         (hashcash-generate-payment-async): Add.
13134         (hashcash-already-paid-p): Add.
13135         (hashcash-insert-payment): Don't generate payments twice.
13136         (hashcash-insert-payment-async): Add.
13137         (hashcash-insert-payment-async-2): Add.
13138         (hashcash-cancel-async): Add.
13139         (hashcash-wait-async): Add.
13140         (hashcash-processes-running-p): Add.
13141         (hashcash-wait-or-cancel): Add.
13142         (mail-add-payment): New optional argument.  Conditionally start
13143         asynchronous calculation.
13144         (mail-add-payment-async): Add.
13145
13146         * message.el (message-send-mail): Wait for asynchronous hashcash
13147         results.  Don't clobber existing X-Hashcash headers.
13148         (message-setup-1): Call mail-add-payment-async when
13149         message-generate-hashcash is non-nil.
13150
13151 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13152
13153         * message.el (message-use-alternative-email-as-from): Examine the
13154         From header as well; use message-make-from in order to include a
13155         user's full name.
13156
13157 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13160         default; improve customization type.
13161         (gnus-emphasis-custom-with-format): New macro.
13162         (gnus-emphasis-custom-value-to-external): New function.
13163         (gnus-emphasis-custom-value-to-internal): New function.
13164
13165 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * dns.el (query-dns): Resolve reverse addresses.
13168
13169 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13170
13171         * gnus-group.el (gnus-group-get-new-news): Use it.
13172
13173         * gnus-start.el (gnus-check-reasonable-setup): New function.
13174
13175 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13178         "Args out of range" error.  Reported by Arnaud Giersch
13179         <arnaud.giersch@free.fr>.
13180
13181 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13182
13183         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13184
13185 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13186
13187         * spam.el (spam group): Add :version.
13188
13189         * pgg-def.el (pgg group): Add :version.
13190
13191 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-art.el (gnus-article-edit-article): Don't associate the
13194         article buffer with a draft file.  This is a temporary measure
13195         against the 2004-08-22 change to gnus-article-edit-mode.
13196
13197 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13200         (html2text-format-tags): Remove unused variable `attr'.
13201
13202 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13205
13206         * tls.el (tls-process-connection-type, tls-success)
13207         (tls-certtool-program): Add :version.
13208
13209         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13210         (starttls-extra-arguments, starttls-process-connection-type)
13211         (starttls-connect, starttls-failure, starttls-success): Add :version.
13212
13213         * spam-stat.el (spam-stat): Add :version.
13214
13215         * sieve.el (sieve): Add :version.
13216
13217         * sha1.el (sha1): Add :version.
13218         (sha1-use-external): Remove redundant version.
13219
13220         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13221         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13222         (nnmail-split-fancy-match-partial-words)
13223         (nnmail-split-lowercase-expanded): Add :version.
13224
13225         * nndiary.el (nndiary): Add :version.
13226
13227         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13228
13229         * mml-sec.el (mml-default-sign-method)
13230         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13231         Add :version.
13232
13233         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13234
13235         * mm-url.el (mm-url-use-external, mm-url-program)
13236         (mm-url-arguments): Add :version.
13237
13238         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13239         (mm-attachment-file-modes, mm-decrypt-option)
13240         (mm-w3m-safe-url-regexp): Add :version.
13241
13242         * message.el (message-cite-prefix-regexp)
13243         (message-sendmail-envelope-from, message-minibuffer-local-map)
13244         (message-user-fqdn, message-completion-alist): Add :version.
13245
13246         * gnus-win.el (gnus-configure-windows-hook)
13247         (gnus-use-frames-on-any-display): Add :version.
13248
13249         * gnus-art.el (gnus-article-address-banner-alist)
13250         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13251         (gnus-treat-from-picon, gnus-treat-mail-picon)
13252         (gnus-treat-x-pgp-sig): Add :version.
13253
13254         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13255         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13256         (gnus-summary-article-delete-hook)
13257         (gnus-summary-display-while-building): Add :version.
13258
13259         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13260         (gnus-get-top-new-news-hook): Add :version.
13261
13262         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13263         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13264
13265         * gnus-registry.el (gnus-registry): Add :version.
13266
13267         * gnus-spec.el (gnus-use-correct-string-widths)
13268         (gnus-make-format-preserve-properties): Add :version.
13269
13270         * gnus.el (gnus-group-charter-alist)
13271         (gnus-group-fetch-control-use-browse-url)
13272         (gnus-install-group-spam-parameters): Add :version.
13273
13274         * gnus-diary.el (gnus-diary): Add :version.
13275
13276         * gnus-delay.el (gnus-delay): Add :version.
13277
13278         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13279         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13280         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13281         Add :version.
13282
13283         * gnus-agent.el (gnus-agent-max-fetch-size)
13284         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13285         (gnus-agent-prompt-send-queue): Add :version.
13286
13287         * deuglify.el (gnus-outlook-deuglify): Add :version.
13288
13289         * html2text.el: Beautify code.  Improve doc strings.  Some
13290         checkdoc cleanup.
13291         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13292
13293 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13294
13295         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13296
13297 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13300         when package is loaded.
13301
13302         * spam.el (spam-summary-score-preferred-header): Add global preference
13303         for people who want to override the default SpamAssassin over
13304         Bogofilter preference (when both are set).
13305         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13306         (spam-user-format-function-S): Check
13307         spam-summary-score-preferred-header.
13308         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13309         (spam-user-format-function-S): Format the score correctly.
13310
13311 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13314         signature file.  Suggested by Manoj Srivastava
13315         <srivasta@golden-gryphon.com>.
13316
13317         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13318         iso-2022-jp even in the Japanese language environment.
13319         Suggested by Jason Rumney <jasonr@gnu.org>.
13320
13321 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13324         use the same characters as the dummy marks; make it free from
13325         getting affected by the language environment.
13326         (gnus-summary-read-group-1): Update mark positions only when the
13327         format spec is updated.
13328
13329         * gnus-spec.el (gnus-update-format-specifications): Return a list
13330         of updated types.
13331
13332 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13335         of boundp to check if display-warning is available.
13336
13337 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13338
13339         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13340
13341 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * nnspool.el (nnspool-spool-directory): Use news-path if the
13344         news-directory variable is not bound.
13345
13346         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13347         function instead of display-warning if it is not available.
13348
13349 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13352         v5-10: Use `point-at-bol'.
13353
13354 2004-10-26  Simon Josefsson  <jas@extundo.com>
13355
13356         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13357         <chenggao@gmail.com>.
13358
13359 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13362         instead.
13363
13364 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13365
13366         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13367         to remove a server from the nnimap-server-buffer-alist.
13368         (nnimap-open-connection, nnimap-close-server): Use it.
13369
13370         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13371
13372 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13375         running the major-mode function.
13376
13377 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13380         dummy marks in the right way.
13381
13382 2004-10-18  David Edmondson  <dme@dme.org>
13383
13384         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13385         excessively.
13386
13387 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13388
13389         * gnus-util.el (gnus-split-references): Accept a nil references
13390         string and go on blissfully.
13391
13392         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13393         cases where the references string is non-nil but has no references.
13394
13395         * encrypt.el: Add autoload tags.
13396
13397         * spam.el (spam-resolve-registrations-routine): Remove article
13398         from unregistration list too.  Reported by David Hanak
13399         <dhanak@isis.vanderbilt.edu>
13400
13401 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13404         nil.  Changed custom type.
13405
13406 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13409
13410         * gnus-sum.el (gnus-summary-move-article): Use it.
13411
13412 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13413
13414         * encrypt.el: Add autoload cookies.
13415
13416         * spam.el (spam-backend-article-list-property)
13417         (spam-backend-get-article-todo-list)
13418         (spam-backend-put-article-todo-list)
13419         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13420         Resolve registrations separately.
13421         (spam-register-routine): Format comments.
13422         (spam-unregister-routine, spam-register-routine): Always call with
13423         specific-articles, no default list.
13424         (spam-summary-prepare-exit): Use the spam-classifications function.
13425
13426         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13427         gnus-encrypt.el.
13428
13429         * encrypt.el: Copied from gnus-encrypt.el.
13430
13431         * gnus-encrypt.el: Commented that it's obsolete.
13432
13433 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13436         (gnus-score-save): Use it.
13437
13438         * message.el (message-bury): Use `window-dedicated-p'.
13439
13440 2004-10-15  Simon Josefsson  <jas@extundo.com>
13441
13442         * pop3.el (top-level): Don't require nnheader.
13443         (pop3-read-timeout): Add.
13444         (pop3-accept-process-output): Add.
13445         (pop3-read-response, pop3-retr): Use it.
13446
13447 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * spam.el (spam-register-routine): Move comment.
13450         (spam-verify-bogofilter): Use 'unknown for the initial
13451         spam-bogofilter-valid state, not 'never.
13452
13453         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13454         for netrc-machine.
13455
13456         * nnimap.el (nnimap-open-connection): Use
13457         netrc-machine-user-or-password.
13458
13459 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13460
13461         * gnus-registry.el (gnus-registry-unload-hook):
13462         Set as a variable with add-hook.
13463
13464         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13465         of news-path.
13466
13467         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13468
13469         * spam.el: Delete duplicate `provide'.
13470         (spam-unload-hook): Set as a variable with add-hook.
13471
13472 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13475         in the doc string.
13476
13477         * message.el (message-ignored-news-headers)
13478         (message-ignored-supersedes-headers)
13479         (message-ignored-resent-headers)
13480         (message-forward-ignored-headers): Improve custom type.
13481
13482 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * message.el (message-tokenize-header): Fix 2004-09-06 change
13485         which used point-min in the wrong place.
13486
13487 2004-10-12  Simon Josefsson  <jas@extundo.com>
13488
13489         * tls.el (tls-certtool-program): New variable.
13490         (tls-certificate-information): New function, based on
13491         ssl-certificate-information.
13492
13493 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * compface.el: Move the version of ELisp-based uncompface program
13496         to the contrib directory because of the copyright problem.
13497
13498 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * message.el (message-kill-buffer): Raise the current frame.
13501
13502 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13505
13506         * gnus.el (message-y-or-n-p): Autoload.
13507
13508         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13509         (pop3-password-required, pop3-authentication-scheme)
13510         (pop3-leave-mail-on-server): Made customizable.
13511         (pop3): New custom group.
13512         (pop3-retr): Remove `sleep-for' statements.
13513         Suggested by Dave Love <fx@gnu.org>.
13514
13515         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13516         Windows/DOS.
13517
13518         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13519         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13520         Dave Love <fx@gnu.org>.
13521
13522         * mml.el (mml-minibuffer-read-disposition): Require match.
13523         Suggested by Dave Love <fx@gnu.org>.
13524
13525 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13528         doc string.
13529
13530 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13533
13534 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13535
13536         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13537         instead of calling `mm-insert-inline', to decode text/* parts
13538         before displaying them.
13539
13540 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * mm-uu.el (mm-uu-text-plain-type): New variable.
13543         (mm-uu-pgp-signed-extract-1): Use it.
13544         (mm-uu-pgp-encrypted-extract-1): Use it.
13545         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13546         bind mm-uu-text-plain-type with that value.
13547         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13548         mm-uu-dissect.
13549
13550 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * gnus-group.el (gnus-update-group-mark-positions):
13553         * gnus-sum.el (gnus-update-summary-mark-positions):
13554         * message.el (message-check-news-body-syntax):
13555         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13556         of string-as-multibyte.
13557
13558 2004-10-05  Juri Linkov  <juri@jurta.org>
13559
13560         * gnus-group.el (gnus-update-group-mark-positions):
13561         * gnus-sum.el (gnus-update-summary-mark-positions):
13562         * message.el (message-check-news-body-syntax):
13563         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13564         8-bit unibyte values to a multibyte string for search functions.
13565
13566 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13569         (mm-uu-dissect-text-parts): New function.
13570
13571         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13572         dissect text parts.
13573
13574         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13575         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13576
13577         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13578
13579         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13580         gnus-current-topics instead of gnus-current-topic.
13581
13582 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13583
13584         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13585
13586 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13587
13588         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13589         where approriate.
13590
13591         * nnml.el (nnml-generate-active-info): do.
13592
13593         * nndiary.el (nndiary-generate-active-info): do.
13594
13595         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13596         (gnus-topic-move): do.
13597
13598         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13599         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13600
13601         * gnus-srvr.el (gnus-server-prepare)
13602         (gnus-server-open-all-servers): do.
13603
13604         * gnus-msg.el (gnus-summary-cancel-article)
13605         (gnus-summary-resend-message)
13606         (gnus-summary-mail-crosspost-complaint): do.
13607
13608         * gnus-move.el (gnus-change-server): do.
13609
13610         * gnus-group.el (gnus-group-unmark-all-groups)
13611         (gnus-group-set-current-level): do.
13612
13613 2004-10-04  Simon Josefsson  <jas@extundo.com>
13614
13615         * message.el (message-generate-hashcash): Doc fix.
13616
13617 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13618
13619         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13620         avoid infinite recursion via gnus-get-function.
13621
13622 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13623
13624         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13625
13626         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13627
13628         * nnmail.el (nnmail-split-history): do.
13629
13630         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13631         (nnml-request-delete-group): do.
13632
13633         * nnslashdot.el (nnslashdot-read-groups): do.
13634
13635         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13636         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13637
13638         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13639         (nnspool-sift-nov-with-sed): Use last.
13640         (nnspool-retrieve-headers-with-nov): Use mapc.
13641         (nnspool-request-newgroups): Use dolist.
13642         (nnspool-request-group): Use last.
13643
13644         * nntp.el (nntp-read-server-type): Use dolist.
13645
13646         * nnvirtual.el (nnvirtual-create-mapping)
13647         (nnvirtual-update-read-and-marked): Use dolist.
13648         (nnvirtual-convert-headers): Simplify.
13649
13650 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13651
13652         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13653         support for sync'ing tick marks.
13654
13655 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13658         there's no visible header.
13659
13660 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13661
13662         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13663         necessary, pass full group name to gnus-request-set-marks.
13664
13665 2004-10-01  Simon Josefsson  <jas@extundo.com>
13666
13667         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13668         acroread.
13669
13670 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13671
13672         * spam-report.el (spam-report-gmane): Fix interactive.
13673
13674         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13675
13676         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13677         when writing file.
13678         (gnus-agent-synchronize-flags): Don't default to being
13679         interactive.
13680
13681 2004-09-30  Simon Josefsson  <jas@extundo.com>
13682
13683         * message.el (message-generate-hashcash): Add.
13684         (message-send-mail): Use it, call mail-add-payment.
13685
13686 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13687
13688         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13689
13690 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13691
13692         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13693         gnus-requst-update-info with explicit code to sync the in-memory
13694         info read flags with the marks being sync'd to the backend.
13695
13696         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13697
13698 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13699
13700         * spam.el (spam-verify-bogofilter): Add new function.
13701         (spam-check-bogofilter)
13702         (spam-bogofilter-register-with-bogofilter): Use it.
13703         (spam-verify-bogofilter): Add small fixes.
13704
13705 2004-09-28  Simon Josefsson  <jas@extundo.com>
13706
13707         * hashcash.el (hashcash-generate-payment): Revert.
13708
13709 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13710
13711         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13712         gnus-extract-references instead of gnus-split-references.
13713
13714         * gnus-util.el (gnus-extract-references): Add new function, analogous
13715         to gnus-split-references but extracts only the message-ID without
13716         anything extra.
13717
13718         * hashcash.el (hashcash-generate-payment)
13719         (hashcash-check-payment): Do the right thing if hashcash-path is
13720         nil (because the hashcash program could not be found).
13721
13722         * spam.el (spam-use-hashcash): Remove comment.
13723
13724 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13725
13726         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13727         (gnus-cache-enter-article, gnus-cache-remove-article)
13728         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13729
13730         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13731
13732         * gnus-art.el (article-hide-boring-headers)
13733         (article-translate-strings, article-display-face)
13734         (gnus-article-mime-match-handle-first)
13735         (gnus-article-highlight-headers)
13736         (gnus-article-add-buttons-to-head): do.
13737
13738 2004-09-27  Simon Josefsson  <jas@extundo.com>
13739
13740         * hashcash.el: New version, from
13741         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13742         ../contrib/.
13743
13744 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13747
13748 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13749
13750         * gnus-dup.el (gnus-dup-open): Use mapc.
13751         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13752
13753         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13754         Reported by Stefan Wiens <s.wi@gmx.net>.
13755
13756         * gnus.el (gnus-shutdown): Use dolist.
13757
13758         * gnus-undo.el (gnus-undo): Use mapc.
13759
13760         * nnrss.el (nnrss-generate-active): do.
13761
13762         * message.el (message-cite-original-without-signature)
13763         (message-cite-original): Use mapc.
13764         (message-do-actions, message-make-forward-subject): Use dolist.
13765
13766 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13767
13768         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13769         deletion to remove entire duplicate line.  Fixes merged article
13770         number bug.
13771
13772 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13773
13774         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13775         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13776         first ask if you want to open a server and then, even when you
13777         responded with no, asking if you want to synchronize the server's
13778         flags.
13779         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13780         multi-line expressions.
13781         (gnus-agent-synchronize-group-flags): New internal function.
13782         Updates marks in memory (in the info structure) AND in the
13783         backend.
13784
13785         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13786
13787         * nnagent.el (nnagent-request-set-mark): Use
13788         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13789         method, to ensure that synchronization updates marks in the
13790         backend and in the info (in memory) structure.
13791
13792 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13795         convention fully; don't miss the root article of a thread; make
13796         the X-Draft-From header with correct article numbers.
13797
13798 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13799
13800         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13801         unless plugged.  Disable the agent so that an open failure causes
13802         an error.
13803
13804         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13805         Reverted 2004-09-21 change.  The backend must be opened while
13806         synchronizing flags even when the backend stores the flags
13807         locally.
13808
13809 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13812         in `header' match.  Reported by Svend Tollak Munkejord.
13813
13814         * message.el (message-cite-original): Fix use of
13815         `message-cite-articles-with-x-no-archive'.
13816
13817 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13820         (gnus-window-to-buffer): Ditto.
13821
13822         * mml.el (mml-preview-buffer): New variable.
13823         (mml-preview): Manage window layout with gnus-buffer-configuration.
13824
13825         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13826         X-Draft-From header even if those articles aren't quoted.
13827
13828 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13829
13830         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13831         (gnus-request-set-mark, gnus-request-update-mark): Use new
13832         g-s-t-u-l-m to decide to use backend even when unplugged.
13833
13834 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13837         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13838
13839 2004-09-20  Simon Josefsson  <jas@extundo.com>
13840
13841         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13842         "utf-16-le".
13843
13844 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13845
13846         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13847
13848 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * uudecode.el (uudecode-use-external): Add :version.
13851
13852         * smime.el (smime-CA-file, smime-encrypt-cipher)
13853         (smime-dns-server): Add :version.
13854
13855         * smiley.el (gnus-smiley-file-types): Add :version.
13856
13857         * sha1.el (sha1-use-external): Add :version.
13858
13859         * pgg-def.el (pgg-query-keyserver): Add :version.
13860
13861         * nnmail.el (nnmail-fancy-expiry-targets)
13862         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13863         Add :version.
13864
13865         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13866         (nnimap-retrieve-groups-asynchronous): Add :version.
13867         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13868
13869         * mml.el (mml-content-disposition-parameters)
13870         (mml-insert-mime-headers-always): Add :version.
13871
13872         * mm-util.el (mm-coding-system-priorities): Add :version.
13873
13874         * mm-decode.el (mm-inline-text-html-with-images)
13875         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13876         (mm-verify-option): Add :version.
13877         (mm-text-html-renderer): Change :version.
13878
13879         * message.el (message-fcc-externalize-attachments)
13880         (message-required-headers, message-draft-headers)
13881         (message-subject-trailing-was-query)
13882         (message-subject-trailing-was-ask-regexp)
13883         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13884         (message-mark-insert-end, message-archive-header)
13885         (message-archive-note, message-cross-post-default)
13886         (message-cross-post-note, message-followup-to-note)
13887         (message-cross-post-note-function, message-use-mail-followup-to)
13888         (message-subscribed-address-functions)
13889         (message-subscribed-address-file, message-subscribed-addresses)
13890         (message-subscribed-regexps, message-allow-no-recipients)
13891         (message-yank-cited-prefix, message-signature-insert-empty-line)
13892         (message-hidden-headers, message-hierarchical-addresses)
13893         (message-mail-user-agent, message-use-idna)
13894         (message-valid-fqdn-regexp)
13895         (message-strip-special-text-properties, message-header-synonyms)
13896         (message-beginning-of-line, message-tab-body-function): Add :version.
13897         (message-insert-canlock, message-wide-reply-confirm-recipients):
13898         Change :version.
13899
13900         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13901         and :version.
13902         (mail-source-delete-old-incoming-confirm)
13903         (mail-source-movemail-program): Add :version.
13904
13905         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13906         (gnus-agent-cache, gnus-agent): Change :version.
13907
13908         * gnus-util.el (gnus-use-byte-compile): Change :version.
13909
13910         * gnus-sum.el (gnus-summary-make-false-root-always)
13911         (gnus-summary-default-high-score)
13912         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13913         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13914         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13915         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13916         (gnus-sum-thread-tree-single-indent)
13917         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13918         (gnus-sum-thread-tree-leaf-with-other)
13919         (gnus-sum-thread-tree-single-leaf): Add :version.
13920         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13921         (gnus-article-loose-mime): Change :version.
13922
13923         * gnus-start.el (gnus-backup-startup-file)
13924         (gnus-save-startup-file-via-temp-buffer): Add :version.
13925
13926         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13927         (gnus-server-offline-face): Add :version.
13928
13929         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13930
13931         * gnus-msg.el (gnus-gcc-externalize-attachments)
13932         (gnus-debug-files, gnus-debug-exclude-variables)
13933         (gnus-discouraged-post-methods): Change :version.
13934         (gnus-confirm-mail-reply-to-news)
13935         (gnus-confirm-treat-mail-like-news): Add :version.
13936
13937         * gnus-int.el (gnus-server-unopen-status): Add :version.
13938
13939         * gnus-group.el (gnus-group-jump-to-group-prompt)
13940         (gnus-large-ephemeral-newsgroup)
13941         (gnus-fetch-old-ephemeral-headers): Add :version.
13942
13943         * gnus-fun.el (gnus-x-face-directory)
13944         (gnus-convert-pbm-to-x-face-command)
13945         (gnus-convert-image-to-x-face-command)
13946         (gnus-convert-image-to-face-command): Add :version.
13947
13948         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13949
13950         * gnus-cite.el (gnus-cite-blank-line-after-header)
13951         (gnus-article-boring-faces): Add :version.
13952
13953         * gnus-art.el (gnus-buttonized-mime-types)
13954         (gnus-inhibit-mime-unbuttonizing)
13955         (gnus-treat-display-face)
13956         (gnus-treat-body-boundary): Change :version.
13957         (gnus-body-boundary-delimiter, gnus-picon-databases)
13958         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13959         (gnus-treat-date-english, gnus-treat-fold-headers)
13960         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13961         (gnus-treat-mail-picon, gnus-treat-wash-html)
13962         (gnus-article-encrypt-protocol)
13963         (gnus-use-idna, gnus-article-over-scroll)
13964         (gnus-mime-display-multipart-alternative-as-mixed)
13965         (gnus-mime-display-multipart-related-as-mixed)
13966         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13967         (gnus-ctan-url, gnus-button-ctan-handler)
13968         (gnus-button-handle-ctan-bogus-regexp)
13969         (gnus-button-ctan-directory-regexp)
13970         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13971         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13972         (gnus-button-man-level, gnus-button-emacs-level)
13973         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13974
13975         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13976         (gnus-agent-go-online): Change :version.
13977         (gnus-agent-expire-unagentized-dirs)
13978         (gnus-agent-auto-agentize-methods): Add :version.
13979
13980         * flow-fill.el (fill-flowed-display-column)
13981         (fill-flowed-encode-column): Add :version.
13982
13983         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13984         (gnus-outlook-deuglify-unwrap-max)
13985         (gnus-outlook-deuglify-cite-marks)
13986         (gnus-outlook-deuglify-unwrap-stop-chars)
13987         (gnus-outlook-deuglify-no-wrap-chars)
13988         (gnus-outlook-deuglify-attrib-cut-regexp)
13989         (gnus-outlook-deuglify-attrib-verb-regexp)
13990         (gnus-outlook-deuglify-attrib-end-regexp)
13991         (gnus-outlook-display-hook): Add :version.
13992
13993         * binhex.el (binhex-use-external): Add :version.
13994
13995 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13998         and `invisible'.
13999
14000 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14001
14002         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14003         in gnus-registry-trim.
14004
14005 2004-09-13  Simon Josefsson  <jas@extundo.com>
14006
14007         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14008
14009         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14010
14011         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14012         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14013         <yamaoka@jpl.org>.
14014         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14015         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14016         <yamaoka@jpl.org>.
14017
14018         * sieve.el (sieve-manage-mode): Ditto.
14019
14020 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14023
14024 2004-09-11  Simon Josefsson  <jas@extundo.com>
14025
14026         * dns-mode.el: Add.
14027
14028         * mm-view.el (mm-display-dns-inline): Add.
14029
14030         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14031         (mm-automatic-display): Ditto.
14032
14033         * mailcap.el (mailcap-mime-data): Add text/dns.
14034         (mailcap-mime-extensions): Map .soa to text/dns.
14035
14036 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14037
14038         * gnus-art.el (article-decode-mime-words, article-babel)
14039         (gnus-article-highlight-signature, gnus-article-add-buttons)
14040         (gnus-signature-toggle): Remove unnecessary bindings of
14041         `inhibit-read-only' inherited from v5.10 merge.
14042
14043 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * nntp.el (nntp): New customization group.
14046         (nntp-authinfo-file): Add customization group.
14047
14048         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14049
14050         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14051
14052         * gnus.el (to-address, to-list, subscribed)
14053         (large-newsgroup-initial): Ditto.
14054
14055         * flow-fill.el (fill-flowed-display-column)
14056         (fill-flowed-encode-column): Ditto.
14057
14058 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14059
14060         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14061         Use point-min rather than 1.
14062         (message-send-mail): Use buffer-size rather than point-max.
14063
14064         * gnus-sum.el (gnus-summary-search-article-forward):
14065         Signal a specific `search-failed' rather than a generic `error'.
14066
14067         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14068         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14069         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14070
14071 2004-09-10  Simon Josefsson  <jas@extundo.com>
14072
14073         * nndb.el (require): Remove tcp and duplicate cl.
14074
14075 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-agent.el (directory-files-and-attributes): Move forward.
14078
14079 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14080
14081         * gnus-agent.el (directory-files-and-attributes): Optionally
14082         defined to support XEmacs.
14083
14084 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14085
14086         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14087         to avoid run-time CL dependencies.
14088         (gnus-agent-unfetch-articles): New function.
14089         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14090         article numbers even when local .overview file is missing.
14091         (gnus-agent-read-article-number): New function.  Only accepts
14092         27-bit article numbers.
14093         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14094         gnus-agent-read-article-number.
14095         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14096         from backend while recognizing that article numbers in .overview
14097         must be valid.
14098         (gnus-agent-update-files-total-fetched-for): Use
14099         directory-files-and-attributes to improve performance.
14100         * gnus-int.el (gnus-request-move-article): Use
14101         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14102         improve performance.
14103
14104         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14105         some users confused by references to .newsrc when they only have a
14106         .newsrc.eld file.
14107         (gnus-convert-mark-converter-prompt)
14108         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14109         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14110         New function.  Used internally to only display 'gnus converting
14111         files' message when actually necessary.
14112
14113         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14114         methods now autoloaded.
14115
14116 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14119         identifiers.
14120
14121 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14122
14123         * gnus-picon.el: Fix indentation and closing parenthesis.
14124
14125 2004-09-01  Simon Josefsson  <jas@extundo.com>
14126
14127         * message.el (message-canlock-generate): Require sha1, not
14128         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14129         to require within a function.  Sadly, if sha1.el isn't loaded, the
14130         let binding in m-c-g will hide the defcustom definition, which is
14131         bad.)
14132
14133         * canlock.el: Require sha1, not sha1-el.
14134
14135         * message.el: Don't autoload sha1 (there is a autoload cookie in
14136         sha1.el).
14137
14138         * sha1-el.el: Renamed to sha1.el.
14139
14140 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14141
14142         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14143
14144 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14145
14146         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14147
14148 2004-08-30  Kim F. Storm  <storm@cua.dk>
14149
14150         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14151
14152         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14153         Add :group 'nnimap.
14154
14155 2004-08-30  Andreas Schwab  <schwab@suse.de>
14156
14157         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14158         ?* and ?\;.
14159
14160         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14161         and ?\' to symbol instead of whitespace.
14162
14163 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14166
14167         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14168         instead of re-search-forward.
14169
14170         * gnus-uu.el (gnus-uu-save-article): Ditto.
14171         (gnus-uu-post-encode-uuencode): Ditto.
14172
14173         * html2text.el (html2text-clean-list-items): Ditto.
14174         (html2text-clean-dtdd): Ditto.
14175         (html2text-format-tags): Ditto.
14176
14177         * message.el (message-send-mail-with-sendmail): Fix regexp.
14178         (message-fill-field-general): Use search-forward instead of
14179         re-search-forward.
14180         (unbold-region): Ditto.
14181
14182         * nnrss.el (nnrss-request-article): Ditto.
14183
14184         * nnslashdot.el (nnslashdot-request-article): Ditto.
14185
14186         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14187
14188         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14189         "Unrecognized menu descriptor" error in XEmacs.
14190
14191 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14192
14193         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14194         parent article of a sparse article in the thread hashtb.
14195
14196 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14197
14198         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14199         (nnmail-expand-newtext): Lowercase expanded entries if
14200         nnmail-split-lowercase-expanded is non-nil.
14201
14202 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14205
14206         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14207         of gnus-tmp-news-method into string under XEmacs.  It will be
14208         passed to gnus-correct-length which takes only a string argument.
14209
14210 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-util.el (gnus-bind-print-variables): New macro.
14213         (gnus-prin1): Use it.
14214         (gnus-prin1-to-string): Use it.
14215         (gnus-pp): New function.
14216         (gnus-pp-to-string): New function.
14217
14218         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14219         Replace pp-to-string with gnus-pp-to-string.
14220         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14221         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14222         * gnus-msg.el (gnus-debug): Ditto.
14223         * gnus-score.el (gnus-score-save): Ditto.
14224         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14225         gnus-pp-to-string.
14226         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14227         with gnus-pp.
14228         * score-mode.el (gnus-score-pretty-print): Ditto.
14229         * webmail.el (webmail-debug): Ditto.
14230
14231 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-art.el (article-display-face, article-display-x-face):
14234         Use buffer-read-only.
14235
14236 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (article-hide-list-identifiers):
14239         Bind inhibit-read-only as t.
14240
14241 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14244
14245 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14246
14247         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14248         (gnus-narrow-to-page): Don't assume point-min == 1.
14249         (gnus-article-edit-mode): Derive from message-mode.
14250
14251         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14252         point-min == 1.
14253
14254         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14255         Disable incorrect use of `assert'.
14256
14257         * message.el (message-mode): Set comment-start-skip.
14258
14259
14260 2004-08-22  Sam Steingold  <sds@gnu.org>
14261
14262         * pop3.el (pop3-leave-mail-on-server): New user variable.
14263         (pop3-movemail): Delete mail only when it is nil.
14264
14265 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14268
14269         * mml.el (mml-preview): Use `pop-to-buffer'.
14270
14271         * message.el (message-goto-mail-followup-to): Insert after "To".
14272         (message-carefully-insert-headers): Add comment.
14273
14274         * gnus.el: Remove unused variable `gnus-article-check-size'.
14275
14276         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14277
14278         * gnus-art.el (gnus-button-alist): Improve
14279         `gnus-button-handle-library' entry.
14280
14281 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14282
14283         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14284         downcase, since XEmacs capitalizes error messages differently.
14285
14286 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14287
14288         * nntp.el: Add (require 'gnus) due to reference to
14289         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14290
14291 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14292
14293         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14294         `mm-fill-flowed'.
14295
14296         * mm-decode.el (mm-dissect-singlepart): Check it.
14297
14298 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14299
14300         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14301         'imap' for netrc parsing.
14302
14303 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * mailcap.el (mailcap-mime-data): Mark as risky.
14306
14307 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14310         may be included in the encoded word.
14311         (rfc2047-encode): Don't append a space if the encoded word
14312         includes close parenthesis.
14313
14314 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14317         of text within parentheses.
14318
14319 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14320
14321         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14322         (gnus-encrypt-write-file-contents): Make the password key the file
14323         name PLUS the cipher, not just the cipher.  Also remove failed
14324         passwords from the cache.
14325
14326 2004-08-06  Simon Josefsson  <jas@extundo.com>
14327
14328         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14329         fix.
14330
14331 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14334         LWSP.
14335
14336 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14337
14338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14339         to append in-reply-to: data to the references: header.
14340
14341         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14342         (netrc-parse): Use gnus-encrypt.el functions.
14343
14344         * gnus-encrypt.el: Add new file for encryption support; currently
14345         does only a few GPG ciphers and an internal XOR cipher.
14346
14347         * password.el: Add comments on using password-read-and-add.
14348         (password-read-and-add): Add function to read and add the
14349         password to the cache at once.
14350
14351 2004-07-28  Simon Josefsson  <jas@extundo.com>
14352
14353         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14354         parameter (but don't use it, for now).
14355
14356         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14357         instead of hard coding to nil.
14358
14359 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14362         as mm-inline-image-xemacs does.
14363
14364 2004-07-26  Simon Josefsson  <jas@extundo.com>
14365
14366         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14367         Revert part of 2004-07-17 change below.
14368
14369 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14372         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14373
14374 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14375
14376         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14377         quotes that actually start with ">" at the beginning of the
14378         lines.
14379
14380 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * rfc2047.el (rfc2047-encode-region): Fix last change.
14383         (rfc2047-encode-parameter): Remove useless concat.
14384
14385 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14388         encode special characters; fix some kind of misconfigured headers;
14389         signal a real error if debug-on-quit or debug-on-error is non-nil.
14390         (rfc2047-encode-max-chars): New variable.
14391         (rfc2047-encode-1): Use it.
14392         (rfc2047-encode-parameter): New function.
14393
14394         * mml.el (mml-insert-parameter): Remove an excessive space.
14395
14396 2004-07-17  Simon Josefsson  <jas@extundo.com>
14397
14398         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14399         Kai Grossjohann <kai@emptydomain.de>.
14400         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14401         (gnus-group-make-menu-bar): Ditto.
14402
14403         * gnus-util.el (gnus-group-server): Add.
14404
14405 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14406
14407         * message.el (message-clone-locals): Clone sendmail and smtp
14408         variables.
14409
14410 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * rfc2047.el (rfc2047-encode-region): Fix last change.
14413
14414 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14417         characters as non-special.
14418
14419 2004-07-09  Simon Josefsson  <jas@extundo.com>
14420
14421         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14422         Users will lose all flag changes made while unplugged with
14423         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14424         good default.  See numerous reports on ding mailing list.
14425
14426 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14429         add generate-head-function and generate-article-function to the
14430         rfc822-forward entry.
14431         (nndoc-rfc822-forward-generate-article): New function.
14432         (nndoc-rfc822-forward-generate-head): New function.
14433
14434         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14435
14436 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14437
14438         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14439         respect display group parameter and gnus-summary-expunge-below.
14440         (gnus-articles-to-read): Remove unused reference to display group
14441         parameter.
14442
14443 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14444
14445         * nnheader.el (nnheader-uniquify-message-id): New experimental
14446         variable.
14447         (nnheader-nov-read-message-id): Use it.
14448
14449         * spam-report.el (spam-report-gmane): Add interactive.
14450
14451 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14454         qp-or-base64 for the application/* types.
14455
14456 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14457
14458         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14459
14460 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14461
14462         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14463         trim value.
14464
14465 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14466
14467         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14468         New macro and function.
14469         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14470
14471 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14474         after-load-alist.
14475
14476 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477
14478         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14479         update info that isn't there.
14480
14481 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14482
14483         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14484         entry.
14485
14486 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * mm-view.el (mm-inline-render-with-function): Use multibyte
14489         buffer; decode html source by charset.
14490
14491         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14492
14493         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14494         Mule-UCS is loaded under XEmacs.
14495         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14496
14497 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14498
14499         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14500
14501 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * mm-util.el (mm-coding-system-p): Return a coding-system.
14504         (mm-mime-mule-charset-alist): Use shift_jis instead of
14505         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14506         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14507         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14508         instead of japanese-shift-jis and iso-latin-1 respectively in
14509         order to share the default value with both Emacs and XEmacs-mule.
14510         (mm-mule-charset-to-mime-charset): Make
14511         mm-coding-system-priorities effective.
14512         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14513         while predicating of candidates upon the priorities.
14514
14515 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14516
14517         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14518         gnus-uu-invert-processable.
14519
14520         * gnus.el: Autoload gnus-uu-invert-processable.
14521
14522 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * mm-util.el (mm-with-multibyte-buffer): New macro.
14525
14526         * rfc2047.el (rfc2047-encode-string): Use it.
14527         (rfc2047-encode-region): Move point to the end of the region after
14528         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14529
14530 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14533         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14534
14535 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14538         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14539         Karl Chen <quarl@nospam.quarl.org>.
14540
14541 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14542
14543         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14544         invalid addresses.
14545
14546 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14547
14548         * spam.el: Change section markers, revise TODO list.
14549         (spam-backends): Make new master list of all installed backends.
14550         (spam-summary-exit-behavior): Add new variable to determine how
14551         messages moves are done at summary exit.
14552         (spam-move-spam-nonspam-groups-only)
14553         (spam-process-ham-in-nonham-groups)
14554         (spam-process-ham-in-spam-groups): Remove variables, the
14555         spam-summary-exit-behavior variable should be used to manage this
14556         behavior.
14557         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14558         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14559         and spam-old-spam-articles.
14560         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14561         Add empty variables, placeholders for the backends they represent.
14562         (spam-set-difference): Move, unchanged.
14563         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14564         unless the user has a processor variable.
14565         (spam-classifications, spam-classification-valid-p)
14566         (spam-backend-properties, spam-backend-property-valid-p)
14567         (spam-backend-function-type-valid-p)
14568         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14569         (spam-report-articles-gmane, spam-report-articles-resend):
14570         Remove functions, they are not needed.
14571         (spam-install-backend-super, spam-backend-list)
14572         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14573         (spam-backend-function, spam-backend-ham-registration-function)
14574         (spam-backend-spam-registration-function)
14575         (spam-backend-ham-unregistration-function)
14576         (spam-backend-spam-unregistration-function)
14577         (spam-backend-statistical-p, spam-backend-mover-p)
14578         (spam-install-backend-alias, spam-install-checkonly-backend)
14579         (spam-install-mover-backend, spam-install-nocheck-backend)
14580         (spam-install-backend, spam-install-statistical-backend)
14581         (spam-install-statistical-checkonly-backend): Add backend installation
14582         support.
14583         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14584         (spam-group-processor-p): Use the new backend code and respect the
14585         summary exit behavior.
14586         (spam-mark-spam-as-expired-and-move-routine): Remove.
14587         (spam-summary-prepare): Change to use the new spam-old-articles
14588         variable.
14589         (spam-copy-or-move-routine, spam-copy-spam-routine)
14590         (spam-move-spam-routine, spam-copy-ham-routine)
14591         (spam-move-ham-routine): Add code to copy/move ham or spam.
14592         (spam-fetch-field-fast): Improve doc and code, plus allow the
14593         'number request.
14594         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14595         variables.
14596         (spam-split, spam-find-spam): Use the new backend code.
14597         (spam-registration-functions): Remove variable.
14598         (spam-unregister-routine): Add convenience wrapper.
14599         (spam-log-undo-registration, spam-register-routine)
14600         (spam-log-processing-to-registry)
14601         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14602         where possible.
14603         (spam-check-gmane-xref, spam-check-regex-headers)
14604         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14605         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14606         (spam-check-bogofilter-headers, spam-check-spamoracle)
14607         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14608         (spam-check-crm114-headers): Use the spam-split-group that
14609         spam-split prepares, no need to determine it every time.
14610
14611         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14612         to the nnheader-parse-naked-head call.
14613
14614         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14615
14616         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14617         the nnheader-nov-read-message-id call.
14618
14619 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14622         gnus-activate-group twice.  Suggested by Markus Peter
14623         <warp@spin.de>.
14624
14625 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-art.el (gnus-article-time-format): Exchange the order of
14628         day and month in the default value; fix customization type.
14629         (article-date-ut): Use add-text-properties.
14630         (article-make-date-line): Use message-make-date instead of
14631         current-time-string.
14632
14633         * message.el (message-fetch-field): Don't use set-text-properties.
14634         (message-make-date): Simplify.
14635
14636         * messagexmas.el (message-xmas-make-date): New function.
14637         (message-xmas-redefine): Defalias message-make-date to it.
14638
14639 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14642         (rfc2047-encode-region): Treat text within parentheses as special;
14643         show the original text when error has occurred.
14644
14645         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14646         already-computed method to gnus-activate-group.
14647
14648         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14649         same select-methods identical Lisp objects.
14650
14651         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14652         object when modifying the info.
14653
14654 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14657         gnus-opened-servers since it has never been opened with the new
14658         configuration yet.
14659
14660 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14663         arg to nnheader-generate-fake-message-id.
14664
14665 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14666
14667         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14668         number and build a fake message ID localized to a group and
14669         article number (so it's repeatable from that point on).
14670         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14671         ID format.
14672
14673         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14674         nnheader-generate-fake-message-id with the article number.
14675
14676 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14677
14678         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14679         end-of-buffer.
14680
14681 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14682
14683         * message.el (message-ignored-supersedes-headers): Add Approved.
14684
14685 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14688         goto-char.
14689         (rfc2047-encode): Fold the line before encoding.
14690
14691 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14692
14693         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14694         folding -- not all headers can be folded, and this should be done
14695         by the message composition mode.  Probably.  I think.
14696
14697 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14700         fast.
14701
14702         * gnus-ems.el (gnus-remove-image): Don't use
14703         message-text-with-property; remove only the image found first.
14704
14705         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14706         found first.
14707
14708 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14709
14710         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14711
14712 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * message.el (message-text-with-property): Make it fast and accept
14715         optional arguments.
14716         (message-strip-forbidden-properties): Use it.
14717         (message-fix-before-sending): Follow the m-t-w-p change.
14718
14719         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14720
14721 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * gnus-art.el (article-hide-headers): Don't change the buffer
14724         mistakenly when performing mml-preview even if
14725         gnus-single-article-buffer is nil.
14726
14727 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14728
14729         * message.el (message-expand-name-databases): New user option.
14730         (message-expand-name): Use it.
14731
14732 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14733
14734         * spam.el (spam-report-articles-resend)
14735         (spam-report-resend-register-routine): Allow ham reporting.
14736         (spam-report-resend-register-ham-routine): Add wrapper.
14737         (spam-registration-functions): Add ham resending functions.
14738         (spam-list-of-processors): Add ham resend processor.
14739
14740         * gnus.el (ham-resend-to): Add new group parameter.
14741         (spam-process): Add ham resend option.
14742
14743         * spam-report.el (spam-report-resend): Allow reporting ham.
14744         (spam-report-resend-ham): Add wrapper.
14745
14746 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14747
14748         * message.el (message-cite-articles-with-x-no-archive): New
14749         variable.
14750         (message-cite-original): Use it.
14751
14752 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14753
14754         * message.el (message-cite-original): Respect X-No-Archive.
14755
14756 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-art.el (article-hide-headers): Refer to the values for
14759         gnus-ignored-headers and gnus-visible-headers in the summary
14760         buffer since a user may have set them as group parameters.
14761
14762 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14763
14764         * assistant.el (assistant-node-name): Add convenience function.
14765         (assistant-render-text, assistant-render-node): Add error handling,
14766         plus handle multiple next nodes.
14767         (assistant-find-next-node): Comment out for now.
14768         (assistant-find-next-nodes): Add function, returns list of next
14769         nodes.
14770
14771 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * mail-source.el (mail-source-directory): Fix doc-string.
14774
14775 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14776
14777         * assistant.el (assistant-render-text, assistant-eval): Add :set
14778         widget type, which is different because it takes and returns a
14779         list.  Much hilarity ensues.
14780
14781 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14784
14785         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14786         doc-string.
14787
14788         * gnus-start.el (gnus-activate-group): Added doc-string.
14789
14790 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14793
14794 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * assistant.el (assistant-render-text): Try to add a :set
14797         widget, more to come.
14798
14799         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14800         strings.
14801         (spam-report-articles-resend)
14802         (spam-register-routine): Do registration iff any articles warrant
14803         it.
14804         (spam-summary-prepare-exit): Change log message for nil group
14805         destinations.
14806
14807 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14808
14809         * spam.el (spam-report-resend-register-routine): Allow
14810         spam-report-resend-to to be a group parameter or a global value.
14811
14812 2004-05-26  Simon Josefsson  <jas@extundo.com>
14813
14814         * starttls.el: Merge with my GNUTLS based starttls.el.
14815         (starttls-gnutls-program, starttls-use-gnutls)
14816         (starttls-extra-arguments, starttls-process-connection-type)
14817         (starttls-connect, starttls-failure, starttls-success): New
14818         variables.
14819         (starttls-program, starttls-extra-args): Doc fix.
14820         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14821         functions.
14822         (starttls-negotiate, starttls-open-stream): Check
14823         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14824         function if it is set.
14825
14826 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14829         structured fields.
14830
14831 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14834
14835 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14836
14837         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14838         variable.
14839         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14840         assigning the spam-mark to new messages.
14841
14842 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14843
14844         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14845
14846 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14849
14850         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14851         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14852         default.
14853
14854 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14855
14856         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14857         correct data.
14858
14859 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14860
14861         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14862         (spam-group-processor-p): Fix function.
14863         (spam-group-processor-multiple-p)
14864         (spam-group-spam-processor-report-gmane-p)
14865         (spam-group-spam-processor-report-resend-p)
14866         (spam-group-spam-processor-bogofilter-p)
14867         (spam-group-spam-processor-blacklist-p)
14868         (spam-group-spam-processor-ifile-p)
14869         (spam-group-ham-processor-ifile-p)
14870         (spam-group-spam-processor-spamoracle-p)
14871         (spam-group-spam-processor-crm114-p)
14872         (spam-group-ham-processor-bogofilter-p)
14873         (spam-group-spam-processor-stat-p)
14874         (spam-group-ham-processor-stat-p)
14875         (spam-group-ham-processor-whitelist-p)
14876         (spam-group-ham-processor-BBDB-p)
14877         (spam-group-ham-processor-spamoracle-p)
14878         (spam-group-ham-processor-copy-p): Remove functions with some
14879         prejudice against unneeded code.
14880         (spam-report-articles-resend)
14881         (spam-report-resend-register-routine): Allow the group/topic
14882         spam-resend-to value to override spam-report-resend-to.
14883         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14884         properly now.
14885
14886         * gnus.el (spam-resend-to): Add group/topic parameter.
14887         (spam-process): Move the OBSOLETE processors to the end of the
14888         choices.
14889
14890 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14891
14892         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14893         with resend-to set to nil, and then ask the user if necessary.
14894         (spam-report-resend): spam-report-resend takes a list of articles, not
14895         separate article numbers.
14896
14897 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14900         addition to emacs-w3m.
14901
14902 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14903
14904         * assistant.el (assistant-authinfo-data): New function.
14905         (assistant-eval): Eval for entire assistant.
14906
14907         * netrc.el (netrc-services-file): New variable.
14908         (netrc-parse-services): New function.
14909         (netrc-find-service-name): New function.
14910         (netrc-find-service-number): New function.
14911         (netrc-port-equal): New function.
14912         (netrc-machine): Use it.
14913
14914         * nnimap.el (nnimap-open-connection): Use netrc.
14915
14916         * gnus-util.el (gnus-netrc-get): Remove aliases.
14917
14918         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14919
14920         * assistant.el (wid-edit): Fix compilation.
14921
14922         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14923
14924 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14925
14926         * gnus-util.el (gnus-set-file-modes): New function.  (small
14927         patch).
14928
14929 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14930
14931         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14932
14933         * assistant.el (assistant-render-node): Fix up rendering and
14934         read-only text.
14935         (assistant-render-node): Reset.
14936         (assistant-make-read-only): Not sticky.
14937
14938 2004-05-20  Danny Siu  <dsiu@adobe.com>
14939
14940         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14941         centered even when gnus-auto-center-summary is t.
14942
14943 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14944
14945         * dns.el (dns-get-txt-answer): New function.
14946         (dns-read-txt): Ditto.
14947         (query-dns): Use it.
14948
14949 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14952         active for foreign groups even if the group level is higher than
14953         the specified value.
14954
14955 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14956
14957         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14958         non-active groups.
14959
14960         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14961
14962 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14963
14964         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14965
14966 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14969         (spam-crm114-header, spam-crm114-spam-switch)
14970         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14971         (spam-crm114-positive-spam-header)
14972         (spam-crm114-database-directory, spam-list-of-processors)
14973         (spam-group-spam-processor-crm114-p)
14974         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14975         (spam-generic-score, spam-list-of-checks)
14976         (spam-list-of-statistical-checks, spam-registration-functions)
14977         (spam-check-crm114-headers, spam-crm114-score)
14978         (spam-check-crm114, spam-crm114-register-with-crm114)
14979         (spam-crm114-register-spam-routine)
14980         (spam-crm114-unregister-spam-routine)
14981         (spam-crm114-register-ham-routine)
14982         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14983         asjo@koldfront.dk (Adam Sjøgren).
14984
14985         * gnus.el: Add spam-use-crm114.
14986
14987         * spam.el (spam-list-of-processors, spam-registration-functions):
14988         Add spam-use-resend.
14989         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14990         (spam-report-articles-gmane): Add doc fix.
14991         (spam-report-articles-resend, spam-report-resend-register-routine):
14992         Add wrappers around spam-report-resend-to.
14993
14994         * spam-report.el (spam-report-resend-to, spam-report-resend):
14995         Add support for resending spam.
14996         (spam-report-gmane): Fix line length >80.
14997
14998         * gnus.el (spam-process): Add spam-use-resend.
14999
15000 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15001
15002         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15003         number of processed spam messages.
15004         (spam-ham-copy-or-move-routine): Return the number of processed
15005         ham messages.
15006         (spam-summary-prepare-exit): Use the above values to decide
15007         whether status messages shouled be displayed.
15008
15009 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15012         `rfc2047-encoding-function-alist' in order to avoid conflicting
15013         with the old version.
15014         (rfc2047-encode-region): Concatenate words containing non-ASCII
15015         characters in structured fields; don't encode space-delimited
15016         ASCII words even in unstructured fields; don't break words at
15017         char-category boundaries.
15018         (rfc2047-encode-1): New function.
15019         (rfc2047-encode): Use it; encode text so that it occupies the
15020         maximum width within 76-column; work correctly on Q encoding for
15021         iso-2022-* charsets.
15022         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15023         sure not to break a line just after the header name.
15024         (rfc2047-b-encode-region): Removed.
15025         (rfc2047-b-encode-string): New function.
15026         (rfc2047-q-encode-region): Removed.
15027         (rfc2047-q-encode-string): New function.
15028
15029         * mm-util.el (mm-replace-in-string): New function.
15030
15031 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15032
15033         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15034         get it right.
15035         (gnus-inews-make-draft): Really.
15036
15037 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15038
15039         * nnmh.el (nnmh-request-list-1): Don't check the link count
15040         before descending.  (small patch)
15041
15042 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15043
15044         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15045         stuff.
15046
15047         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15048         on real group name.
15049
15050         * gnus-art.el (gnus-signature-limit): Doc fix.
15051
15052         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15053
15054         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15055
15056 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15057
15058         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15059         isn't a string.
15060
15061 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15062
15063         * gnus-draft.el (gnus-draft-send): Bind
15064         rfc2047-encode-encoded-words.
15065
15066         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15067         (rfc2047-encodable-p): Say that =? needs encoding.
15068         (rfc2047-encode-encoded-words): New variable.
15069
15070         * gnus-group.el (gnus-group-select-group): Doc fix.
15071
15072         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15073
15074         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15075         to nil.
15076
15077         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15078
15079         * nnheader.el (nnheader-get-lines-and-char): New function.
15080
15081 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * gnus-msg.el (gnus-summary-followup-with-original): Document
15084         yanking of region when active.
15085
15086 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15089         groups if the group level is higher than the specified value.
15090
15091 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15094         (gnus-group-jump-to-group): Added prefix argument using
15095         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15096         non-active group.
15097
15098         * compface.el (uncompface): Be verbose when changing
15099         `uncompface-use-external'.
15100
15101         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15102         handle manual section.
15103
15104 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15105
15106         * gnus-art.el (gnus-button-alist): Revert previous change.
15107
15108 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15111
15112 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15113
15114         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15115         whether backend can accept message.
15116
15117         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15118
15119 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15120
15121         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15122         Avoid creating directory when nntp-marks-is-evil is true.
15123         Reported by Reiner Steib.
15124
15125 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15126
15127         * gnus-picon.el (gnus-picon-style): New variable.
15128         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15129         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15130         Jesper Harder <harder@ifa.au.dk>.
15131
15132 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15133
15134         * message.el (message-fill-field): Return point.
15135         (message-generate-headers): Go to end of field.
15136
15137         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15138         stuff for non-living groups.
15139
15140 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15141
15142         * gnus-art.el (gnus-article-followup-with-original)
15143         (gnus-article-reply-with-original): gnus-mark-active-p ->
15144         gnus-region-active-p.
15145
15146 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15149         only when there is spam or ham to be processed.
15150
15151 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15152
15153         * mail-source.el (mail-source-delete-crash-box): Refactor.
15154         (mail-source-fetch): Use it.
15155         (mail-source-fetch-file): Ditto.
15156         (mail-source-fetch-directory): Run postscript in loop.
15157         (mail-source-fetch-pop): Delete.
15158         (mail-source-fetch-maildir): Ditto.
15159         (mail-source-fetch-imap): Ditto.
15160
15161         * imap.el (imap-authenticators): Comment out sasl.
15162
15163         * message.el (message-skip-to-next-address): New function.
15164         (message-fill-header-address): Refactor.
15165         (message-fill-address): Use it.
15166         (message-delete-address): Use it.
15167         (message-fill-header-general): Refactor.
15168         (message-fill-field-address): Rename.
15169         (message-narrow-to-field): Find the start of the header.
15170         (message-header-format-alist): Don't pre-fill.
15171         (message-fill-header): Removed.
15172         (message-insert-header): New function.
15173         (message-shorten-references): Use it.
15174
15175         * rfc2047.el (rfc2047-field-value): Strip props.
15176
15177         * mail-parse.el (mail-header-make-address): New alias.
15178
15179         * ietf-drums.el (ietf-drums-make-address): New function.
15180
15181         * imap.el: Add compiler directives.
15182
15183         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15184
15185         * gnus-art.el (article-decode-idna-rhs): Don't use
15186         message-idna-inside-rhs-p.
15187
15188 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15189
15190         * message.el (message-idna-inside-rhs-p): Removed.
15191         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15192
15193         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15194         false positives.
15195
15196 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15197
15198         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15199
15200 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15201
15202         * nneething.el (nneething-file-name): Don't create spurious
15203         files.
15204
15205         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15206         (gnus-inews-do-gcc): Remove sleep.
15207
15208         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15209         part under point.
15210
15211         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15212         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15213
15214 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * spam.el (spam-summary-prepare-exit): Fixed (length).
15217
15218 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15221         as expired without moving it" message when there are spam
15222         messages left.
15223
15224 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15225
15226         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15227         header is not nil.
15228
15229 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15230
15231         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15232         nntp-possibly-create-directory, not nntp-possibly-change-group.
15233         (nntp-marks-changed-p): New arg SERVER.
15234         (nntp-request-update-info): Adjust caller.
15235
15236 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15237
15238         * nntp.el (nntp-save-marks): Pass missing arg.
15239
15240 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15241
15242         * nntp.el: Support marks.
15243         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15244         (nntp-marks-modtime, nntp-marks-directory): New variables.
15245         (nntp-request-set-mark, nntp-request-update-info)
15246         (nntp-possibly-create-directory, nntp-marks-changed-p)
15247         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15248         functions.
15249
15250 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15251
15252         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15253         (gnus-xmas-redefine): Rename.
15254
15255         * gnus-score.el (gnus-score-insert-help): Use
15256         gnus-select-lowest-window.
15257
15258         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15259         appt-select-lowest-window and rename to gnus-select-lowest-window.
15260
15261         * gnus.el: do.
15262
15263 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15264
15265         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15266         encodings of MIME-encoded words, in order to improve
15267         interoperability with several broken MUAs.
15268
15269 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15270
15271         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15272         tags, only when charsets are not specified in headers.
15273         (mm-inline-text-html-render-with-w3m): Ditto.
15274
15275         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15276         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15277
15278 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15279
15280         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15281         instead of MIME-decoded from fields when checking
15282         `gnus-article-address-banner-alist'.
15283
15284 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15285
15286         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15287         description rather than subject.
15288
15289 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15290
15291         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15292
15293 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * gnus.el (gnus-version-number): Bump.
15296
15297 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15298
15299         * gnus.el: No Gnus v0.2 is released.
15300
15301 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15302
15303         * gnus-agent.el (gnus-agent-read-agentview): Inline
15304         gnus-uncompress-range.
15305
15306 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15307
15308         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15309         `exec-installed-p'.
15310
15311 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15312
15313         * gnus.el (spam-process, spam-autodetect-methods): Add
15314         bsfilter and bsfilter-headers.
15315
15316         * spam.el (spam-bsfilter): New customize group.
15317         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15318         (spam-bsfilter-header, spam-bsfilter-probability-header)
15319         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15320         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15321         (spam-bsfilter-database-directory): New options.
15322         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15323         (spam-list-of-statistical-checks, spam-registration-functions):
15324         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15325         (spam-bsfilter-score): New command.
15326         (spam-check-bsfilter-headers, spam-check-bsfilter)
15327         (spam-bsfilter-register-with-bsfilter)
15328         (spam-bsfilter-register-spam-routine)
15329         (spam-bsfilter-unregister-spam-routine)
15330         (spam-bsfilter-register-ham-routine)
15331         (spam-bsfilter-unregister-ham-routine): New functions.
15332         (spam-generic-score): Support bsfilter; Accept an optional argument
15333         to recalcurate spam score even if scoring header has already been
15334         added.
15335         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15336         optional argument to recalcurate spam score even if scoring header
15337         has already been added.
15338
15339 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15340
15341         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15342         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15343         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15344         link is missing.
15345
15346 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15347
15348         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15349         (html2text-get-attr): Rewrite.
15350
15351         * message.el (message-setup-1): Remove redundant put-text-property
15352         on mail-header-separator.
15353
15354 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * gnus-registry.el (gnus-registry-cache-whitespace)
15357         (gnus-registry-action, gnus-registry-spool-action)
15358         (gnus-registry-split-fancy-with-parent): Change message levels
15359         from 5 to 3 or 7, as needed.
15360
15361         * spam.el (spam-summary-prepare-exit)
15362         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15363         (spam-split, spam-find-spam, spam-log-undo-registration)
15364         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15365         level from 5 to 6.
15366
15367 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15370         2004-03-04 change).
15371
15372 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15373
15374         * sieve-manage.el (sieve-manage-open):
15375         * nnweb.el (nnweb-insert-html):
15376         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15377         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15378         * nnspool.el (nnspool-request-group):
15379         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15380         * nnml.el (nnml-request-update-info):
15381         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15382         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15383         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15384         (nnimap-request-set-mark):
15385         * nnfolder.el (nnfolder-request-update-info):
15386         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15387         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15388         * gnus-uu.el (gnus-uu-find-articles-matching):
15389         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15390         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15391         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15392         * gnus-nocem.el (gnus-nocem-scan-groups):
15393         * gnus-int.el (gnus-start-news-server):
15394         * gnus-group.el (gnus-group-make-kiboze-group)
15395         (gnus-group-browse-foreign-server):
15396         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15397         Use mapc when appropriate.
15398
15399 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         FIXME: Make separate entries for each person.
15402
15403         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15404         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15405         <shields@msrl.com>:
15406
15407         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15408         may need for spam sorting and scoring.
15409         (spam-user-format-function-S): Add user format function suitable for
15410         general use.
15411         (spam-article-sort-by-spam-status): Add sorting function for summary
15412         sorting.
15413         (spam-extra-header-to-number): Add function to get a score from a
15414         header.
15415         (spam-summary-score): Add function to get a numeric score from the
15416         headers.
15417         (spam-generic-score): Fix function doc, was in wrong place.
15418         (spam-initialize): Take symbols when it's run, and install the
15419         extra headers that spam-necessary-extra-headers thinks we need.
15420
15421 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15424         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15425
15426 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15427
15428         * gnus-sum.el (gnus-set-global-variables)
15429         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15430         (gnus-article-get-xrefs, gnus-summary-best-group)
15431         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15432         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15433         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15434         Use with-current-buffer.
15435
15436 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * spam.el (spam-summary-prepare-exit): Simplify logic.
15439         (spam-fetch-article-header): Read the article header if it's not
15440         available.
15441         (spam-list-articles): Simplify logic.
15442         (spam-filelist-register-routine): Fix bug with unregister-list.
15443
15444         * gnus-registry.el: Fix comments at beginning.
15445
15446 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15447
15448         * message.el (message-cater-to-broken-inn): Remove.
15449         (message-shorten-references): Make sure the total folded length of
15450         References is shorter than 998 characters to cater to a bug in INN
15451         2.3.  Also, don't pretend that references aren't folded -- this
15452         hasn't worked for a while.
15453
15454 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15455
15456         * gnus-agent.el (gnus-agentize):
15457         gnus-agent-send-mail-real-function no longer set to current value
15458         of message-send-mail-function but rather a lambda that calls
15459         message-send-mail-function.  The change makes the agent real-time
15460         responsive to user changes to message-send-mail-function.
15461
15462 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15463
15464         * legacy-gnus-agent.el
15465         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15466         help from Florian Weimer <fw@deneb.enyo.de>
15467
15468 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * nnmail.el (nnmail-cache-insert): Revert last change.
15471
15472 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * nnmail.el (nnmail-cache-insert): Always check whether
15475         nnmail-cache-ignore-groups matches a group name.
15476
15477 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15480         (spam-find-spam, spam-log-processing-to-registry)
15481         (spam-log-registered-p, spam-log-unregistration-needed-p)
15482         (spam-log-undo-registration): Use gnus-message instead of
15483         gnus-error, none of these errors are fatal.
15484
15485         * gnus-registry.el (gnus-registry-clean-empty-function)
15486         (gnus-registry-clean-empty): Remove only empty entries without
15487         extra data.
15488
15489 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15490
15491         * spam-stat.el (spam-stat-buffer-change-to-spam)
15492         (spam-stat-buffer-change-to-non-spam): Change (error) to
15493         (gnus-message 8) invocation.
15494
15495 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * nntp.el (nntp-via-netcat-command): New variable.
15498         (nntp-via-netcat-switches): New variable.
15499         (nntp-open-via-rlogin-and-netcat): New function.
15500         (nntp-open-connection-function): Doc fix.
15501         (nntp-telnet-command): Doc fix.
15502         (nntp-end-of-line): Doc fix.
15503         (nntp-via-rlogin-command): Doc fix.
15504         (nntp-via-user-name): Doc fix.
15505         (nntp-via-address): Doc fix.
15506
15507 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15510         error in Emacs 21.1.
15511
15512 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15515
15516 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15517
15518         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15519         (gnus-agent-with-refreshed-group): New macro.
15520         (gnus-agent-rename-group): New function.
15521         (gnus-agent-delete-group): New function.
15522         (gnus-agent-save-group-info): Use gnus-command-method when
15523         `method' parameter is nil.  Don't write nil entries into the
15524         active file.
15525         (gnus-agent-get-group-info): New function.
15526         (gnus-agent-fetch-articles): Use
15527         gnus-agent-update-files-total-fetched-for to increment disk space
15528         used.
15529         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15530         gnus-agent-update-view-total-fetched-for to increment disk space
15531         used.
15532         (gnus-agent-get-local): Added optional parameters to avoid calling
15533         gnus-group-real-name and gnus-find-method-for-group.
15534         (gnus-agent-set-local): Delete stored entry if either min, or max,
15535         are nil.
15536         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15537         quit, use gnus-agent-regenerate-group to record existance of any
15538         articles fetched to disk before the quit occurred.
15539         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15540         gnus-agent-update-view-total-fetched-for, and
15541         gnus-agent-update-files-total-fetched-for to decrement disk space
15542         used.
15543         (gnus-agent-retrieve-headers): Use
15544         gnus-agent-update-view-total-fetched-for to increment disk space
15545         used.
15546         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15547         with gnus-agent-update-files-total-fetched-for to decrement disk
15548         space and fresh group buffer.
15549         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15550         (gnus-agent-need-update-total-fetched-for): New variable.
15551         (gnus-agent-update-files-total-fetched-for): New function.
15552         (gnus-agent-update-view-total-fetched-for): New function.
15553         (gnus-agent-total-fetched-for): New function.
15554
15555         * gnus-cache.el (gnus-cache-save-buffers): Use
15556         gnus-cache-update-overview-total-fetched-for to change disk space
15557         used by this group.
15558         (gnus-cache-possibly-enter-article): Use
15559         gnus-cache-update-file-total-fetched-for to increment disk space
15560         used by this group.
15561         (gnus-cache-possibly-remove-article): Use
15562         gnus-cache-update-file-total-fetched-for to decrement disk space
15563         used by this group.
15564         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15565         (gnus-cache-rename-group): New function.
15566         (gnus-cache-delete-group): New function.
15567         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15568         (gnus-cache-need-update-total-fetched-for): New variable.
15569         (gnus-cache-with-refreshed-group): New macro.
15570         (gnus-cache-update-file-total-fetched-for): New function.
15571         (gnus-cache-update-overview-total-fetched-for): New function.
15572         (gnus-cache-rename-group-total-fetched-for): New function.
15573         (gnus-cache-delete-group-total-fetched-for): New function.
15574         (gnus-cache-total-fetched-for): New function.
15575
15576         * gnus-group.el: Require gnus-sum and autoload functions to
15577         resolve warnings when gnus-group.el compiled alone.
15578         (gnus-group-line-format): Documented new %F.
15579         (size of Fetched data) group line format; identifies disk space
15580         used by agent and cache.
15581         (gnus-group-line-format-alist): Defined new F format.
15582         (gnus-total-fetched-for): New function.
15583         (gnus-group-delete-group): No longer update
15584         gnus-cache-active-altered as gnus-request-delete-group now keeps
15585         the cache in sync.
15586         (gnus-group-list-active): Let the agent store a server's active
15587         list if currently plugged.
15588
15589         * gnus-int.el (gnus-request-delete-group):
15590         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15591         local disk in sync with the server.
15592         (gnus-request-rename-group):
15593         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15594         local disk in sync with the server.
15595
15596         * gnus-start.el (gnus-get-unread-articles):
15597         Cosmetic simplification to logic.
15598
15599         * gnus-util.el (gnus-rename-file): New function.
15600
15601 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15602
15603         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15604
15605 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15608         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15609
15610 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15611
15612         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15613         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15614
15615 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15616
15617         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15618
15619 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15620
15621         * spam.el (spam-set-difference): Add function to replace
15622         gnus-set-difference in spam.el.
15623         (spam-summary-prepare-exit): Use spam-set-difference.
15624
15625 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * gnus-registry.el (gnus-registry-cache-file): Update to use
15628         gnus-dribble-directory OR gnus-home-directory OR ~.
15629         (gnus-registry-split-fancy-with-parent): Fix doc.
15630
15631 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * message.el (message-exchange-point-and-mark): Use
15634         message-mark-active-p.  Suggested by Jesper Harder
15635         <harder@ifa.au.dk>.
15636
15637 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * message.el (message-exchange-point-and-mark): Don't activate
15640         region if it was inactive.  Suggested by Hiroshi Fujishima
15641         <pooh@nature.tsukuba.ac.jp>.
15642
15643 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-art.el (article-display-face): Display Faces in the same
15646         order as X-Faces.
15647
15648 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15651
15652 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15655         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15656         (gnus-article-mime-hierarchy): Remove.
15657         (gnus-article-mime-hierarchy-next): Remove.
15658         (gnus-article-mode): Revert 2004-03-19 change.
15659         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15660         (gnus-insert-mime-button): Revert 2004-03-19 change.
15661         (gnus-mime-accumulate-hierarchy): Remove.
15662         (gnus-mime-enter-multipart): Remove.
15663         (gnus-mime-leave-multipart): Remove.
15664         (gnus-mime-display-part): Revert 2004-03-19 change.
15665         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15666
15667         * mml.el (mml-preview): Revert 2004-03-19 change.
15668
15669 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15670
15671         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15672
15673 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15676         t while entering a file name using the mm-with-multibyte macro.
15677         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15678
15679         * mm-util.el (mm-with-multibyte): New macro.
15680
15681 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15684         user option.
15685         (gnus-mime-multipart-functions): Doc and customization fix.
15686         (gnus-article-mime-hierarchy): New variable.
15687         (gnus-article-mime-hierarchy-next): New variable.
15688         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15689         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15690         gnus-article-mime-hierarchy-next to nil.
15691         (gnus-insert-mime-button): Show hierarchy numbers.
15692         (gnus-mime-accumulate-hierarchy): New function.
15693         (gnus-mime-enter-multipart): New function.
15694         (gnus-mime-leave-multipart): New function.
15695         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15696         (gnus-mime-display-alternative): Show hierarchy numbers.
15697
15698         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15699         gnus-article-mime-hierarchy-next to nil.
15700
15701 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15702
15703         * dns.el: Don't require gnus-xmas.
15704
15705 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15706
15707         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15708         inline PGP.
15709         (mml-menu): Disable mml-quote-region if mark is inactive.
15710
15711 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15714         when the group's active is not available.
15715
15716 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15719         error.
15720
15721 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * imap.el (imap-store-password): New variable.
15724         (imap-interactive-login): Use it.
15725         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15726
15727 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15730         window-start and hscroll to summary window.
15731
15732 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15733
15734         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15735         conversion message to newsrc-dribble when an actual conversion is
15736         performed.
15737
15738 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15739
15740         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15741
15742 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * mm-decode.el (mm-complicated-handles): New function reviving
15745         former definition of mm-multiple-handles.
15746
15747         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15748         (gnus-mime-delete-part): Use it.
15749
15750 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15751
15752         * gnus-agent.el (gnus-agent-read-local): Bind
15753         nnheader-file-coding-system to gnus-agent-file-coding-system to
15754         avoid the implicit assumption that they will always be equal.
15755         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15756         coding-system-for-write, as the with-temp-file macro first prints
15757         to a buffer then saves the buffer.
15758
15759 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * gnus-art.el (gnus-article-edit-part): New function.
15762         (gnus-mime-save-part-and-strip): Use it; do query instead of
15763         signaling an error; don't use mm-multiple-handles.
15764         (gnus-mime-delete-part): Ditto.
15765
15766 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15767
15768         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15769         old file versions.
15770         (gnus-group-prepare-hook): Removed function that converted list
15771         form of gnus-agent-expire-days to group properties.
15772
15773         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15774         (gnus-request-accept-article): Re-indented.
15775
15776         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15777         converters to handle old agent file formats.  Added logic for a
15778         "backup before upgrading warning".
15779         (gnus-convert-mark-converter-prompt): Developers can mark
15780         functions as needing (default), or not needing,
15781         gnus-convert-old-newsrc's "backup before upgrading warning".
15782         (gnus-convert-converter-needs-prompt): Tests whether the user
15783         should be protected from potentially irreversable changes by the
15784         function.
15785
15786         * legacy-gnus-agent.el: New.  Provides converters that are only
15787         loaded when gnus-convert-old-newsrc needs to call them.
15788
15789 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * mail-source.el (mail-source-touch-pop): Doc fix.
15792
15793         * message.el (message-smtpmail-send-it): Doc fix.
15794
15795 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15798
15799         * nnmail.el (nnmail-split-fancy): do.
15800
15801         * gnus-kill.el (gnus-kill, gnus-execute): do.
15802
15803 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15804
15805         * gnus-sum.el (gnus-widget-reversible-match)
15806         (gnus-widget-reversible-to-internal)
15807         (gnus-widget-reversible-to-external): New functions.
15808         (gnus-widget-reversible): New widget.
15809         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15810
15811 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15812
15813         * gnus-sum.el (gnus-thread-sort-functions)
15814         (gnus-article-sort-functions): Document `(not F)' items.
15815
15816 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * spam.el (spam-use-gmane-xref): Add new backend.
15819         (spam-gmane-xref-spam-group): Add variable to control the name of the
15820         Gmane spam group.
15821         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15822         (spam-regex-headers-spam, spam-regex-headers-ham)
15823         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15824         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15825         backends and checks.
15826         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15827
15828         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15829         an autodetect method.
15830
15831 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15832
15833         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15834         articles are being added to a group.
15835         (gnus-request-replace-article): Inform the agent that articles
15836         need to be uncached as the cached contents are no longer valid.
15837
15838 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * binhex.el: Don't autoload executable-find.
15841
15842         * canlock.el: Don't autoload mail-fetch-field.
15843
15844         * dgnushack.el: Autoload c-mode for XEmacs.
15845
15846         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15847
15848         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15849         rmail-dont-reply-to and rmail-output.
15850
15851         * gnus-score.el: Don't autoload ffap-string-at-point.
15852
15853         * gnus-setup.el: Don't autoload sc-cite-original.
15854
15855         * imap.el: Don't autoload base64-decode-string,
15856         base64-encode-string and md5.
15857
15858         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15859         and rmail-msg-restore-non-pruned-header.
15860
15861         * mm-decode.el: Don't autoload executable-find.
15862
15863         * mm-url.el: Don't autoload executable-find.
15864
15865         * mm-view.el: Don't autoload diff-mode.
15866
15867         * nndb.el: Don't autoload news-reply-mode, news-setup,
15868         cancel-timer and telnet.
15869
15870         * password.el: Don't autoload run-at-time for Emacs.
15871
15872         * sha1-el.el: Don't autoload executable-find.
15873
15874         * sieve-mode.el: Don't autoload c-mode.
15875
15876         * uudecode.el: Don't autoload executable-find.
15877
15878 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15879
15880         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15881         (gnus-agent-possibly-alter-active): Avoid null in numeric
15882         comparison.
15883         (gnus-agent-set-local): Refuse to save null in local object table.
15884         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15885         list of articles that will be marked as unread.
15886
15887 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15890
15891 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15892
15893         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15894         language tags.
15895
15896 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15897
15898         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15899         Don't bind "obarray".
15900
15901         * gnus-sum.el (gnus-thread-sort-functions): Added
15902         `gnus-thread-sort-by-most-recent-number' and
15903         `gnus-thread-sort-by-most-recent-date'.
15904         Reported by Kai Grossjohann <kai@emptydomain.de>.
15905
15906 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15909
15910 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15911
15912         * gnus-cus.el (gnus-agent-customize-category): Removed
15913         ignore-errors macro reference that required cl to be loaded at
15914         run-time.
15915
15916         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15917         single-interval range of the form (min . max).  Previously the
15918         range had to look like ((min . max)).  Likewise, return
15919         (min . max) rather than ((min . max)).
15920         (gnus-range-map): Use gnus-range-normalize to accept
15921         single-interval range.
15922
15923         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15924         the cache, but not the agent, now appear with their usual face.
15925
15926         * dgnushack.el (loaddir): New variable that is bound to the
15927         directory containing the dgnushack.el file. Use loaddir, rather
15928         than srcdir, to update load-path. Change lets dgnushack compile
15929         code in directories other than GNUS/lisp.
15930
15931 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * lpath.el: Don't bind w3m-safe-url-regexp.
15934
15935         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15936         w3m-safe-url-regexp variable buffer-local.
15937
15938         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15939
15940 2004-02-27  Simon Josefsson  <jas@extundo.com>
15941
15942         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15943         gnus-group-real-prefix.
15944         (gnus-summary-move-article): Use it, instead of
15945         gnus-group-real-prefix.
15946
15947 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * lpath.el: Bind w3m-safe-url-regexp.
15950
15951         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15952         w3m-safe-url-regexp variable buffer-local and set it as the value
15953         of mm-w3m-safe-url-regexp.
15954
15955         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15956
15957         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15958         parsing gnus-posting-styles when the message is not for replying.
15959
15960         * dgnushack.el: Autoload sgml-mode for XEmacs.
15961
15962         * nnrss.el (nnrss-opml-export): Use
15963         mm-set-buffer-file-coding-system instead of
15964         set-buffer-file-coding-system.
15965
15966 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15967
15968         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15969         of checkdoc.el).
15970         * nnrss.el: do.
15971         * gnus-mlspl.el: do.
15972         * gnus-ml.el: do.
15973         * gnus-srvr.el: do.
15974
15975         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15976
15977 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15978
15979         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15980         Corrections to custom-manual links.
15981
15982         * gnus-art.el (gnus-article): Ditto.
15983
15984         * mm-decode.el (mime-display, mime-security): Ditto.
15985
15986 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15987
15988         * flow-fill.el: Typo.
15989
15990 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15991
15992         * spam-wash.el: New file.
15993
15994 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15995
15996         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15997
15998 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15999
16000         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16001         to be run with new-articles as LIST1, not LIST2.
16002         (spam-registration-functions): Add spam-use-ham-copy as a nil
16003         registration backend.
16004
16005 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16006
16007         * spam-stat.el (spam-stat-washing-hook): New option.
16008         (spam-stat-buffer-words): Use it.
16009         (spam-stat-process-directory, spam-stat-test-directory): Use
16010         insert-file-contents-literally.
16011         (spam-stat-coding-system): New variable.
16012         (spam-stat-load, spam-stat-save): Use it.
16013
16014 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * spam-report.el (spam-report-plug-agent): Quote
16017         spam-report-url-to-file and spam-report-url-ping-plain.
16018
16019 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16022         / in mailto URLs.
16023
16024 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16025
16026         * spam-report.el (spam-report-process-queue): Fix interactive use.
16027         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16028         (spam-report-unplug-agent): Doc fixes.
16029         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16030         (spam-report-agentize, spam-report-deagentize): Autoload.
16031
16032 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16035
16036         * message.el (message-setup-fill-variables): Add mml tags to
16037         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16038         <ajk@iu.edu>.
16039         (message-mode): Don't modify paragraph-separate there.
16040
16041 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * compface.el (uncompface-use-external): Default to undecided.
16044         (uncompface-use-external-threshold): New variable.
16045         (uncompface-float-time): New macro.
16046         (uncompface): Determine whether to use the external decoder if
16047         uncompface-use-external is undecided.
16048
16049 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16052         after images.
16053
16054         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16055
16056 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16057
16058         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16059
16060         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16061
16062         * gnus-sum.el (gnus-summary-limit-to-age)
16063         (gnus-summary-limit-children): do.
16064
16065         * gnus-int.el (gnus-request-scan): do.
16066
16067         * gnus-group.el (gnus-group-suspend): do.
16068
16069         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16070
16071         * gnus-cite.el (gnus-cite-parse-attributions): do.
16072
16073         * gnus-agent.el (gnus-summary-set-agent-mark)
16074         (gnus-agent-regenerate-group): do.
16075
16076         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16077
16078         * binhex.el (binhex-decode-region-internal): do.
16079
16080 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * gnus-fun.el (gnus-face-properties-alist): New user option.
16083         (gnus-display-x-face-in-from): Use it.
16084
16085         * gnus-art.el (article-display-face): Ditto.
16086
16087         * compface.el (uncompface-use-external): Default to nil.
16088
16089 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16090
16091         * nntp.el (nntp-erase-buffer): New function.
16092         (nntp-retrieve-data, nntp-send-command)
16093         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16094         (nntp-possibly-change-group): Use it.
16095
16096         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16097         with-current-buffer.
16098
16099 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16100
16101         * compface.el: Merge the ELisp-based uncompface program.
16102         (compface): New customization group.
16103         (uncompface-use-external): New user option.
16104         (uncompface): Call uncompface-internal if uncompface-use-external
16105         is nil.
16106         (uncompface-internal): New function.  Note that there are also
16107         some other functions and variables added for this function.
16108
16109 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16110
16111         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16112         if necessary.
16113
16114 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16115
16116         * spam-report.el (spam-report-unplug-agent)
16117         (spam-report-plug-agent, spam-report-deagentize)
16118         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16119         Add support for the Agent in spam-report: when unplugged, report to a
16120         file; when plugged, submit all the requests.
16121
16122         * spam.el (spam-register-routine): Fix message about
16123         registration.
16124
16125 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16128         dependencies.
16129         (rfc2047-encode): Use it.
16130
16131         * gnus-art.el (gnus-button-marker-list): Move before first
16132         reference.
16133
16134         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16135         (imap-parse-body): Fix format string mismatch.
16136
16137         * gnus-score.el (gnus-summary-increase-score): do.
16138
16139         * nnrss.el (nnrss-close): New function.
16140
16141 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16142
16143         * nnrss.el (nnrss-make-filename): New function.
16144         (nnrss-request-delete-group, nnrss-read-server-data)
16145         (nnrss-save-server-data, nnrss-read-group-data)
16146         (nnrss-save-group-data): Use it.
16147         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16148         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16149         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16150
16151 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16152
16153         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16154
16155 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16156
16157         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16158         files.
16159
16160         * message.el (message-generate-headers-first): Don't quote nil
16161         and t in docstrings.
16162
16163         * imap.el (imap-id): do.
16164
16165         * gnus-agent.el (gnus-agent-consider-all-articles)
16166         (gnus-agent-queue-mail): do.
16167
16168 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * spam-report.el (spam-report-process-queue): New function.
16171         Process requests from `spam-report-requests-file'.
16172         (spam-report-process-queue): Doc fix.
16173
16174 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16175
16176         * spam.el (spam-register-routine)
16177         (spam-log-processing-to-registry, spam-log-registered-p)
16178         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16179         Change "check" to "spam-check" for semi-clarity.
16180
16181 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16182
16183         * pop3.el: Require nnheader.
16184
16185         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16186
16187         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16188
16189         * gnus-picon.el: Require cl.
16190
16191         * gnus-fun.el: Require gnus-ems and gnus-util.
16192
16193         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16194
16195         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16196
16197         * gnus-art.el (gnus-article-edit-mode): Define before first
16198         reference.
16199
16200 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16201
16202         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16203         (gnus-uu-post-encoded): Use point-at-bol.
16204
16205         * gnus-topic.el (gnus-group-active-topic-p): do.
16206
16207         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16208
16209         * gnus-group.el (gnus-group-kill-region): do.
16210
16211         * gnus-art.el (article-date-ut): do.
16212
16213         * message.el (message-fetch-field): Remove redundant
16214         case-fold-search binding.
16215         (message-narrow-to-field): Simplify.
16216
16217 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * spam.el (spam-directory): Derive from `gnus-directory'.
16220
16221         * spam-report.el (spam-report-url-to-file)
16222         (spam-report-requests-file): New function and variable for offline
16223         reporting.
16224         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16225         and user defined function.
16226         (spam-report-url-ping-mm-url): Remove doubled slash.
16227
16228 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16229
16230         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16231
16232 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16233
16234         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16235         format string mismatch.
16236
16237         * sieve.el (sieve-deactivate-all): do.
16238
16239         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16240
16241         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16242
16243         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16244
16245         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16246
16247 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16248
16249         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16250         the list of checks.
16251
16252 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16253
16254         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16255         padding.
16256
16257 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16258
16259         * mm-view.el (mm-fill-flowed): New variable.
16260         (mm-inline-text): Use it.
16261
16262 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * spam.el (spam-spamassassin-register-ham-routine)
16265         (spam-spamassassin-register-spam-routine): Fix function names.
16266
16267 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus.el (gnus-tmp-grouplens): Remove.
16270         (gnus-summary-line-format): Remove grouplens.
16271
16272         * gnus-group.el (gnus-group-line-format): Ditto.
16273
16274         * gnus-spec.el (gnus-format-specs): Ditto.
16275         (gnus-update-format-specifications): Flush the group format spec
16276         cache if there's the grouplens stuff.
16277         (gnus-parse-simple-format): Replace %l with the empty string.
16278
16279 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16280
16281         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16282         omission.
16283
16284 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16287         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16288
16289 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16290
16291         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16292         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16293         New macros and functions.
16294         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16295         Handle > NLINK_MAX messages.
16296         * nnmaildir.el (nnmaildir-request-set-mark): Use
16297         nnmaildir--emlink-p and nnmaildir--eexist-p.
16298
16299 2004-01-25  Alex Schroeder  <alex@gnu.org>
16300
16301         * spam-stat.el (spam-stat-process-directory-age): New option.
16302         (spam-stat-process-directory): Use it.
16303
16304 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16305
16306         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16307         (spam-stat-save): Accept prefix argument.
16308
16309 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16310
16311         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16312         links" error.
16313
16314 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16317         the rest of the and/or forms.
16318
16319 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16320
16321         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16322         compatibility with old .newsrc.eld files.
16323
16324         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16325
16326         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16327
16328         * gnus-start.el (gnus-1): do.
16329
16330         * gnus-group.el (gnus-group-line-format-alist): do.
16331
16332         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16333
16334         * gnus-gl.el: Remove.
16335
16336 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16337
16338         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16339         marks consisting of a single range {for example, (3 . 5)} rather
16340         than a list of a single range { ((3 . 5)) }.
16341
16342 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16343
16344         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16345         with-current-buffer.
16346         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16347         avoid consing a string.
16348
16349         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16350         Remove obsolete entries for big5 and gb2312.
16351
16352 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16353
16354         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16355         uncompressed list.
16356
16357 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16358
16359         * spam-stat.el (spam-stat-strip-xref): New function.
16360         (spam-stat-process-directory): Use it.
16361
16362         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16363         here -- it's done in message-fetch-field.
16364
16365 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16366
16367         * gnus-agent.el (gnus-agent-queue-mail)
16368         (gnus-agent-prompt-send-queue): New variables.
16369         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16370         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16371         "nndraft:queue" along to gnus-draft-send.  Use
16372         gnus-agent-prompt-send-queue.
16373         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16374         is "nndraft:queue".  Suggested by Gaute Strokkenes
16375         <gs234@srcf.ucam.org>
16376
16377         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16378         (agent-enable-undownloaded-faces): Added.
16379         (gnus-agent-cat-groups): Use eval-and-compile, not
16380         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16381         method of gnus-agent-cat-groups even when the buffer has been
16382         evaled.
16383         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16384         delete gnus-agent-save-active-1.
16385         (gnus-agent-save-groups): Deleted.  Identical to
16386         gnus-agent-save-active.
16387         (gnus-agent-write-active): No longer adjust agent's copy of active
16388         file as agent's adjustments are now stored in their own
16389         file.  Removed optional parameter.
16390         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16391         servers.  Add use of min/max range limits from server's local
16392         file.
16393         (gnus-agent-save-alist): Removed unused optional argument.
16394         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16395         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16396         (gnus-agent-set-local): A per-server file that keeps min/max range
16397         limits for articles known to the agent.  Provides a fast mechanism
16398         for altering many active ranges.
16399         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16400         active file (local makes it unnecessary).
16401         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16402
16403         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16404         (agent-enable-undownloaded-faces): Added.
16405
16406         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16407         disable it when sending to "nndraft:queue".
16408         (gnus-group-send-queue): Add safety check to avoid sending queue
16409         when unplugged.
16410
16411         * gnus-group.el (gnus-group-catchup): Use new
16412         gnus-sequence-of-unread-articles, not
16413         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16414         numbers of articles.  Use gnus-range-map to avoid having to
16415         uncompress the unread list.
16416         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16417         Fixed invalid ange-ftp reference.
16418
16419         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16420         (gnus-sorted-range-intersection): Intersection of two ranges
16421         without requiring that they first be uncompressed.
16422
16423         * gnus-start.el (gnus-activate-group): Unless blocked by the
16424         caller, possibly expand the active range to include both cached
16425         and agentized articles.
16426         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16427         multiple version-dependent converters.
16428         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16429         gnus-agent-save-active.
16430         (gnus-save-newsrc-file): Save dirty agent range limits.
16431
16432         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16433         gnus-agent-possibly-alter-active.
16434         (gnus-adjust-marked-articles): Faster handling of simple lists.
16435
16436 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * spam-stat.el (spam-stat-test-directory): New optional argument
16439         displays a list of files detected.  Suggested by Andrew Cohen
16440         <cohen@andy.bu.edu>.
16441         (spam-stat-buffer-words-with-scores): Don't narrow and change
16442         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16443
16444 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16445
16446         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16447         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16448         (spam-spamassassin-arguments)
16449         (spam-spamassassin-spam-flag-header)
16450         (spam-spamassassin-positive-spam-flag-header)
16451         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16452         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16453         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16454         (spam-list-of-processors, spam-list-of-checks)
16455         (spam-list-of-statistical-checks, spam-registration-functions)
16456         (spam-check-spamassassin-headers, spam-check-spamassassin)
16457         (spam-spamassassin-score)
16458         (spam-spamassassin-register-with-sa-learn)
16459         (spam-spamassassin-register-spam-routine)
16460         (spam-spamassassin-register-ham-routine)
16461         (spam-assassin-register-spam-routine)
16462         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16463         (spam-bogofilter-score): Fix to show article before scoring.
16464
16465 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16468         default scoring function.
16469         (spam-generic-score): Call spam-spamassassin-score if
16470         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16471         spam-bogofilter-score otherwise.
16472
16473         * gnus.el (spam-process, spam-autodetect-methods): Add
16474         spamassassin and spamassassin-headers.
16475
16476 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16477
16478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16479         Suppress unnecessary messages.
16480
16481 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16484         make-hash-table.
16485
16486 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * canlock.el (base64-encode-string): Don't autoload it.
16489
16490 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * run-at-time.el: Remove useless (require 'itimer),
16493         eval-and-compile and (featurep 'xemacs).
16494
16495 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16496
16497         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16498         GROUP is a virtual group.
16499
16500 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16501
16502         * gnus.el: Autoload `message-y-or-n-p'.
16503
16504 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16505
16506         * pgg-parse.el: Remove unnecessary (require 'custom).
16507
16508         * pgg-def.el: do.
16509
16510         * nnmail.el: do.
16511
16512         * gnus-undo.el: do.
16513
16514         * gnus-picon.el: do.
16515
16516         * gnus-util.el: do.
16517
16518 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16519
16520         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16521
16522 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16525         handle, as well as a list.
16526
16527         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16528         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16529         (mm-w3m-cid-retrieve): Simplify.
16530
16531 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16532
16533         * message.el (message-kill-to-signature): Allow prefix arg to
16534         specify number of lines to keep before signature.
16535
16536 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16537
16538         * message.el (message-kill-to-signature): Change docstring.
16539
16540 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * canlock.el: Always require sha1-el.
16543         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16544
16545         * message.el: Autoload sha1 only when compiling.
16546
16547         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16548         eudc-expand-inline for XEmacs.
16549
16550 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * message.el (message-canlock-generate): Require sha1-el.
16553
16554 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * message.el (message-expand-name): Silence the byte compiler.
16557
16558         * lpath.el: Add detect-coding-system.
16559
16560         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16561         cus-edit.
16562
16563 2004-01-13  Simon Josefsson  <jas@extundo.com>
16564
16565         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16566         Invoke gnus-score-mode.  Reported by
16567         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16568
16569         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16570         Jim Blandy <jimb@redhat.com> (tiny change).
16571
16572 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16573
16574         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16575
16576 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * spam.el (spam-get-article-as-string): Update to use
16579         gnus-request-article-this-buffer, much simpler.
16580         (spam-get-article-as-buffer): Remove.
16581
16582 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16583
16584         * message.el (message-expand-name): Use EUDC if the user uses that.
16585
16586 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16589         character for the encoding to avoid consing a string.
16590
16591         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16592         unnecessarily.
16593
16594         * mm-util.el (mm-replace-chars-in-string): Remove.
16595
16596         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16597         of mm-replace-chars-in-string.
16598
16599 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16602
16603         * mm-util.el (mm-subst-char-in-string): Support inplace.
16604
16605         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16606         a new string in every iteration.  Use shy groups.
16607
16608 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16609
16610         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16611         * gnus-soup.el (gnus-soup-group-brew):
16612         * gnus-msg.el (gnus-put-message):
16613         * gnus-move.el (gnus-group-move-group-to-server):
16614         * gnus-kill.el (gnus-batch-score):
16615         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16616         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16617         (gnus-group-update-group, gnus-group-read-group)
16618         (gnus-group-make-group, gnus-group-make-help-group)
16619         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16620         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16621         (gnus-group-sort-by-unread, gnus-group-catchup)
16622         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16623         (gnus-group-yank-group, gnus-group-set-info)
16624         (gnus-group-list-groups):
16625         * gnus.el (gnus-generate-new-group-name):
16626         * gnus-delay.el (gnus-delay-send-queue):
16627         * nnvirtual.el (nnvirtual-catchup-group):
16628         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16629         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16630         (gnus-group-prepare-topics, gnus-topic-check-topology):
16631         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16632         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16633         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16634         (gnus-group-make-articles-read):
16635         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16636         (gnus-group-change-level, gnus-kill-newsgroup)
16637         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16638         (gnus-get-unread-articles, gnus-make-articles-unread)
16639         (gnus-make-ascending-articles-unread): Use accessor
16640         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16641         to get group information for improved readability.
16642
16643
16644 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16645
16646         * gnus-art.el (article-decode-mime-words, article-babel)
16647         (gnus-article-highlight-signature, gnus-article-add-buttons)
16648         (gnus-signature-toggle): Use gnus-with-article-buffer.
16649
16650         * gnus-art.el (gnus-article-highlight-headers)
16651         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16652
16653         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16654         (gnus-article-set-globals, gnus-request-article-this-buffer)
16655         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16656         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16657         (gnus-mime-display-alternative): Use with-current-buffer.
16658
16659 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16660
16661         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16662         also under 80 char limit, and call gnus-error if needed.
16663         (spam-fetch-article-header): Fix - it was a
16664         buffer-local variable (gnus-newsgroup-data).
16665         (spam-find-spam): Use spam-generate-fake-headers, forget about
16666         spam-insert-fake-headers.
16667         (spam-insert-fake-headers): Remove.
16668
16669 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16670
16671         * deuglify.el (gnus-article-outlook-unwrap-lines)
16672         (gnus-outlook-rearrange-article)
16673         (gnus-outlook-repair-attribution-outlook)
16674         (gnus-outlook-repair-attribution-block)
16675         (gnus-outlook-repair-attribution-other): Remove redundant
16676         save-excursion.
16677
16678 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16679
16680         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16681         (spam-fetch-field-subject-fast)
16682         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16683         (spam-fetch-article-header): Add functions to deal with Gnus
16684         internals for fast retrieval of article header data.
16685         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16686
16687 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16688
16689         * pop3.el (pop3-md5): Remove.
16690         (pop3-apop): Replace pop3-md5 with md5.
16691
16692         * mm-bodies.el: base64 is always built-in.
16693
16694         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16695         with-current-buffer.
16696
16697 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * canlock.el (canlock-insert-header): Remove excessive grouping in
16700         regexp.
16701
16702         * gnus-sum.el (gnus-summary-read-document): Ditto.
16703
16704         * gnus-uu.el (gnus-uu-part-number): Ditto.
16705
16706         * html2text.el (html2text-remove-tags): Ditto.
16707         (html2text-format-tags): Ditto.
16708         (html2text-format-single-elements): Ditto.
16709
16710         * mml.el (mml-parse-1): Ditto.
16711
16712 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16713
16714         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16715
16716         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16717
16718         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16719
16720         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16721
16722 2003-11-15  Simon Josefsson  <jas@extundo.com>
16723
16724         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16725         (pgg-gpg-lookup-key): Use regexp match instead of
16726         split-string (split-string is different between emacs 21.2 and
16727         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16728
16729 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * gnus-art.el (gnus-mime-view-all-parts)
16732         (gnus-article-part-wrapper, gnus-article-view-part): Use
16733         with-current-buffer.
16734
16735 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * spam.el (spam-disable-spam-split-during-ham-respool)
16738         (spam-spamoracle-database, spam-cache-lookups)
16739         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16740         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16741         (spam-group-ham-marks, spam-group-spam-marks)
16742         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16743         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16744         also add spam-use-blackholes to the statistical checks.
16745         (spam-fetch-field-fast): Add interface to fetching fields, may
16746         become a macro.
16747         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16748         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16749         (spam-insert-fake-headers): Fake an article when needed.
16750         (spam-find-spam): Fake article when possible.
16751         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16752         (spam-check-bogofilter-headers): Use message-fetch-field instead
16753         of nnmail-fetch-field.
16754
16755 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16758
16759 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16760
16761         * spam.el (spam-split): Do not require spam-use-CHECK to be
16762         enabled if that check is passed to spam-split explicitly; also
16763         fix so 'spam doesn't get converted to spam-split-group when
16764         spam-split-symbolic-return is t.
16765         (spam-find-spam): Find registrations of the article and use those
16766         instead of re-running spam-split to find the spam/ham
16767         classification of the article.
16768         (spam-log-processing-to-registry, spam-log-registered-p)
16769         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16770         Use gnus-error instead of gnus-message.
16771         (spam-log-registration-type): Add function to determine the
16772         classification of a message based on registry entries; will
16773         return nil if both 'spam and 'ham are found.
16774         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16775         a reasonably fast local cache without the loading errors.
16776         (spam-cache-lookups): Set to t by default.
16777         (spam-find-spam): Don't try to guess spam-cache-lookups.
16778         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16779         spam-caches entry.
16780         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16781         caching of whitelist/blacklist entries.
16782         (spam-check-whitelist, spam-check-blacklist): Invoke
16783         spam-from-listed-p with a type, not a cache variable.
16784         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16785
16786 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16787
16788         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16789
16790         * nnmail.el (nnmail-split-fancy): do.
16791
16792         * mml.el (mml-parse): do.
16793
16794         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16795         (gnus-score-adaptive): do.
16796
16797 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16800         (gnus-mime-button-map): Don't set keymap parent.
16801         (gnus-button-ctan-directory-regexp): Use shy grouping.
16802         (gnus-prev-page-map): Don't set keymap parent.
16803         (gnus-prev-page-map): Remove duplicated one.
16804         (gnus-next-page-map): Don't set keymap parent.
16805         (gnus-mime-security-button-map): Ditto.
16806
16807         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16808         version number.
16809
16810         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16811
16812 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * canlock.el (canlock-sha1-function): Remove.
16815         (canlock-sha1-function-for-verify): Remove.
16816         (canlock-openssl-program): Remove.
16817         (canlock-openssl-args): Remove.
16818         (canlock-ignore-errors): Remove.
16819         (canlock-sha1-with-openssl): Remove.
16820         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16821         (canlock-verify): Don't use canlock-ignore-errors.
16822
16823         * sha1-el.el (sha1-string-external): Make it can return a string
16824         in binary form.
16825         (sha1-region-external): Ditto.
16826         (sha1-string-internal): Ditto.
16827         (sha1-region-internal): Ditto.
16828         (sha1-region): Ditto.
16829         (sha1-string): Ditto.
16830         (sha1): Ditto.
16831
16832 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16833
16834         * spam.el (spam-report-articles-gmane): New command.
16835
16836 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16839
16840         * run-at-time.el (run-at-time-saved): Remove.
16841         (run-at-time): Doc fix.
16842
16843 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16844
16845         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16846         (gnus-summary-limit-map): Add it.
16847         (gnus-summary-make-menu-bar): do.
16848
16849 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16852         Make attempt at some caching support (done for BBDB only now).
16853         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16854         addresses to be checked.
16855         (spam-clear-cache-BBDB): Add function, to be invoked by
16856         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16857         (spam-check-BBDB): Check and use the caches, if
16858         spam-cache-lookups is on, remove superfluous (provide).
16859
16860 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16861
16862         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16863
16864 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16865
16866         * run-at-time.el (run-at-time-saved): Move to after the definition
16867         of `run-at-time'.
16868
16869         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16870
16871 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16874         mm-w3m-local-map-property.
16875
16876         * mm-view.el (mm-w3m-mode-map): Remove.
16877         (mm-w3m-local-map-property): Remove.
16878         (mm-inline-text-html-render-with-w3m): Don't use
16879         mm-w3m-local-map-property.
16880
16881 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16882
16883         * run-at-time.el: New file.
16884
16885         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16886         under Emacs.
16887
16888         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16889         of gnus-set-text-properties.
16890
16891         * gnus-uu.el (gnus-uu-save-article): Ditto.
16892
16893         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16894
16895         * gnus-cite.el (gnus-cite-parse): Ditto.
16896
16897         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16898         of gnus-.
16899
16900         * gnus-xmas.el (run-at-time): Require run-at-time.
16901
16902         * gnus.el: Changed calls to nnheader-run-at-time and
16903         password-run-at-time throughout to use run-at-time directly.
16904
16905         * password.el: Removed definition of run-at-time.
16906
16907         * nnheaderxm.el: Remove definition of run-at-time.
16908
16909 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16910
16911         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16912         in prompt.
16913
16914 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16915
16916         * messagexmas.el (message-xmas-redefine): Alias
16917         `message-make-caesar-translation-table' to
16918         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16919         version.
16920
16921         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16922         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16923         `gnus-xmas-set-text-properties'.
16924         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16925         `gnus-xmas-completing-read'.
16926         (gnus-xmas-completing-read): Removed.
16927         (gnus-xmas-open-network-stream): Removed.
16928
16929         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16930         XEmacs version.
16931
16932         * dns.el (dns-make-network-process): Use `open-network-stream'
16933         instead of `gnus-xmas-open-network-stream'.
16934
16935         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16936
16937         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16938
16939 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16940
16941         * gnus-art.el (gnus-mime-display-alternative)
16942         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16943         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16944         Don't use gnus-local-map-property.
16945
16946         * gnus-util.el (gnus-local-map-property): Remove.
16947
16948         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16949         gnus-completing-read-maybe-default with completing-read.
16950
16951         * gnus-util.el (gnus-completing-read): do.
16952         (gnus-completing-read-maybe-default): Remove.
16953
16954 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16955
16956         * password.el: Only autoload `run-at-time' if not XEmacs.
16957         Only autoload the itimer functions if XEmacs.
16958
16959 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16962         XEmacsen.
16963
16964         * dgnushack.el: Autoload executable-find for XEmacs.
16965
16966 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16967
16968         * gnus-art.el (gnus-read-string): Remove.
16969         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16970         read-string.
16971
16972 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16973
16974         * netrc.el: Autoload password-read.
16975         (netrc): Add configuration group.
16976         (netrc-encoding-method, netrc-openssl-path): Add
16977         variables for encoding and decoding of files with symmetric
16978         ciphers.
16979         (netrc-encode): Add assistant function to encode a file with
16980         netrc-encoding-method.
16981         (netrc-parse): Add interactive parameter, added optional
16982         decoding if netrc-encoding-method is non-nil but otherwise
16983         behavior is standard.
16984         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16985         Do s/encode/encrypt/ everywhere.
16986
16987         * spam.el: Remove executable-find autoload.
16988
16989 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16992
16993         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16994
16995 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * gnus-art.el (gnus-treat-ansi-sequences)
16998         (article-treat-ansi-sequences): New variable and function.
16999         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17000
17001         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17002         Use it.
17003
17004 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17005
17006         * mm-util.el (mm-quote-arg): Remove.
17007
17008         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17009         shell-quote-argument.
17010
17011         * gnus-uu.el (gnus-uu-command): do.
17012
17013         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17014
17015         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17016         with make-char.
17017
17018         * mm-util.el (mm-make-char): Remove.
17019
17020         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17021         add-minor-mode.
17022
17023         * gnus-undo.el (gnus-undo-mode): do.
17024
17025         * gnus-topic.el (gnus-topic-mode): do.
17026
17027         * gnus-sum.el (gnus-dead-summary-mode): do.
17028
17029         * gnus-start.el (gnus-slave-mode): do.
17030
17031         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17032
17033         * gnus-ml.el (gnus-mailing-list-mode): do.
17034
17035         * gnus-gl.el (gnus-grouplens-mode): do.
17036
17037         * gnus-draft.el (gnus-draft-mode): do.
17038
17039         * gnus-dired.el (gnus-dired-mode): do.
17040
17041         * gnus-ems.el (gnus-add-minor-mode): Remove.
17042
17043         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17044         Replace gnus-char-width with char-width.
17045
17046         * gnus-ems.el (gnus-char-width): Remove.
17047
17048         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17049         Replace gnus-char-width with char-width.
17050
17051         * gnus-ems.el (gnus-char-width): Remove.
17052
17053         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17054         definition.
17055         Remove Emacs 20 hash table compatibility code.
17056
17057         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17058         20 compatibility code.
17059
17060         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17061
17062         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17063
17064         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17065         with point-at-{eol,bol}.
17066
17067         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17068
17069         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17070
17071         * flow-fill.el (fill-flowed-point-at-bol)
17072         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17073
17074         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17075         Replace with point-at-{eol,bol} throughout all files.
17076
17077 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * ntlm.el (ntlm-string-as-unibyte): New macro.
17080         (ntlm-build-auth-response): Use it.
17081
17082         Remove Emacs 20 stuff:
17083         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17084         (butlast, mapc, remove): Remove the compiler macros.
17085         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17086         of delq and copy-sequence.
17087         * gnus-art.el (popup-menu): Remove the compiler macro.
17088         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17089         Emacs 20.
17090
17091 2004-01-05  Simon Josefsson  <jas@extundo.com>
17092
17093         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17094         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17095         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17096         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17097         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17098         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17099         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17100         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17101         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17102         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17103         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17104         string-xor into ntlm-string-xor.  Suggested by
17105         Jesper Harder <harder@myrealbox.com>.
17106
17107         * ntlm.el: Don't include poem.
17108
17109         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17110         Jesper Harder <harder@myrealbox.com>.
17111
17112         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17113
17114         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17115         probably breaks emacs with DL patch, but do we care? Is anyone
17116         still using the DL stuff?)
17117
17118         * sieve-manage.el: Use the password package.
17119         (sieve-manage-read-passwd): Remove.
17120         (sieve-manage-interactive-login): Use password.  Re-add
17121         condition-case around loop.
17122
17123         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17124         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17125         the password package.
17126
17127 2003-02-19  Simon Josefsson  <jas@extundo.com>
17128
17129         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17130         token.
17131
17132 2002-08-07  Simon Josefsson  <jas@extundo.com>
17133
17134         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17135         (sieve-manage-authenticators):
17136         (sieve-manage-authenticator-alist): Add some SASL mechs.
17137         (sieve-sasl-auth): New function.
17138         (sieve-manage-cram-md5-auth):
17139         (sieve-manage-plain-auth): Rewrite using SASL library.
17140         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17141         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17142         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17143         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17144
17145 2004-01-05  Simon Josefsson  <jas@extundo.com>
17146
17147         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17148         New files.
17149
17150 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * gnus-group.el (gnus-no-groups-message): Update.
17153
17154         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17155
17156 2003-11-09  Simon Josefsson  <jas@extundo.com>
17157
17158         * imap.el: Support for ID IMAP extension (RFC 2971).
17159         (imap-local-variables): Add imap-id.
17160         (imap-id): New variable.
17161         (imap-id): New function.
17162         (imap-parse-response): Parse untagged ID response.
17163         * nnimap.el (nnimap-id): New variable.
17164         (nnimap-open-connection): Use it.
17165
17166 2003-12-28  Simon Josefsson  <jas@extundo.com>
17167
17168         * gnus-score.el (gnus-score-edit-all-score): New.
17169         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17170
17171 2004-01-04  Simon Josefsson  <jas@extundo.com>
17172
17173         * password.el: Add.
17174
17175 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17176
17177         * dns.el (dns-query-types): Fix typo.
17178         (dns-query-types): New function.
17179         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17180         PTR and SOA replies, see RFC 1035.
17181
17182 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17183
17184         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17185
17186         * Moved to Changelog.2.
17187
17188 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17189
17190         * gnus.el (gnus-version-number): Bump version.
17191
17192 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17193
17194         * gnus.el: No Gnus v0.1 is released.
17195
17196 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17197
17198         * gnus.el: No Gnus v0.0 is released.
17199
17200 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17201
17202         * gnus.el (gnus-version-number): Bump.
17203         (gnus-version): No.
17204
17205 See ChangeLog.2 for earlier changes.
17206
17207     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17208       Free Software Foundation, Inc.
17209
17210   This file is part of GNU Emacs.
17211
17212   GNU Emacs is free software: you can redistribute it and/or modify
17213   it under the terms of the GNU General Public License as published by
17214   the Free Software Foundation, either version 3 of the License, or
17215   (at your option) any later version.
17216
17217   GNU Emacs is distributed in the hope that it will be useful,
17218   but WITHOUT ANY WARRANTY; without even the implied warranty of
17219   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17220   GNU General Public License for more details.
17221
17222   You should have received a copy of the GNU General Public License
17223   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17224
17225 ;; Local Variables:
17226 ;; coding: utf-8
17227 ;; fill-column: 79
17228 ;; add-log-time-zone-rule: t
17229 ;; End: