Coment fixes; remove Emacs 21 stuff.
[gnus] / lisp / ChangeLog
1 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mail-source.el (mail-source-report-new-mail)
4         * message.el (message-default-mail-headers)
5         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6
7         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8
9 2010-09-28  Julien Danjou  <julien@danjou.info>
10
11         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
12         mail-address contains the same string as real-name.
13
14         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
15         non-blank in header, otherwise it'll get stripped.
16
17         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
18         real-name, and then for mail address rather than doing : or , search.
19
20 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
23         x-focus-frame.
24
25         * nnimap.el (auth-source-forget-user-or-password)
26         (auth-source-user-or-password): Autoload.
27
28         * message.el (message-from-style, message-interactive)
29         (message-cite-prefix-regexp, message-sendmail-envelope-from)
30         (message-yank-prefix, message-indentation-spaces, message-signature)
31         (message-signature-file): Add comment.
32
33 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
36         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
37         new articles.
38
39         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
40         parts.
41         (nnimap-request-article): Work with the t setting, too.
42
43         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
44         that you don't get flashes of other buffers.
45         (gnus-summary-show-complete-article): Intern before setting.
46
47 2010-09-27  David Engster  <dengste@eml.cc>
48
49         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
50         well as HEADERS.
51         (nnmairix-retrieve-headers): Provide new argument for the above.
52
53 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-sum.el (gnus-summary-move-article): Don't alter
56         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
57         group.
58
59         * nnimap.el (nnimap-update-info): Don't destructively alter active.
60
61         * message.el (message-cite-prefix-regexp): Revert my last edit.
62
63         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
64         variable instead of the Gnus variable.
65
66         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
67
68         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
69         again.
70
71         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
72         since some servers don't like it.
73         (nnimap-open-connection): Forget credentials if the server says the
74         password was wrong.
75         (nnimap-parse-line): Protect against invalid data.
76
77         * gnus-sum.el (gnus-summary-move-article): Add comment.
78         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
79         nothing alters it while scanning for new messages.
80
81         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
82         which may or may not help.
83         (nnimap-open-connection): If we're doing a stream connection, and then
84         discover we're on a STARTTLS-capable server, then open a STARTTLS
85         connection instead.
86
87 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
88
89         * sieve-manage.el (sieve-manage-default-stream): Make default stream
90         customizable.
91
92 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nnimap.el (utf7): Required.
95
96         * message.el (message-cite-prefix-regexp): Remove "}" from citation
97         prefix.
98
99 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
100
101         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
102
103 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * nnimap.el (nnimap-request-accept-article): Message the error on
106         error.
107
108 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
111
112 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
113
114         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
115         handing broken links to browse-url.
116
117 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * nndoc.el (nndoc-request-list): Return success always.
120
121         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
122         `fetch-old' -- we only want to fetch the articles we've requested.  The
123         rest are in the agent, probably.
124         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
125         disappeared server" to something low.  It's not important.
126
127         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
128         arrived before the FETCH data.
129
130         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
131         target here, because we don't know the Gnus name of the group.
132
133         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
134         for the correct group.
135
136         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
137
138         * gnus.el (gnus): Give a final warning after startup.
139
140         * gnus-util.el (gnus-action-message-log): New variable.
141         (gnus-message): Use it.
142         (gnus-final-warning): New function.
143
144         * nnimap.el (nnimap-open-connection): Record the greeting.
145         (nnimap): Add greeting.
146
147 2010-09-26  Julien Danjou  <julien@danjou.info>
148
149         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
150         arguments.
151         (gnus-html-wash-images): Fix spec computing to include start/end.
152
153         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
154
155 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
158         deletion.
159         (nnimap-retrieve-headers): Don't select the group, because that's
160         already done by nnimap-possibly-change-group.
161
162         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
163         (gnus-picon-transform-address): Use it.
164
165         * mail-source.el (mail-source-value): Revert previous patch.
166
167         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
168         on failure.
169         (nnimap-open-connection): Look up both virtual and physical server name
170         credentials.
171
172         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
173
174 2009-02-07  Dave Love  <fx@gnu.org>
175
176         * tls.el (open-tls-stream): Don't query killing process.
177
178 2009-02-08  Dave Love  <fx@gnu.org>
179
180         * gnus-win.el (gnus-window-to-buffer-helper,
181         gnus-all-windows-visible-p): Function needn't be a symbol.
182
183         * mail-source.el (mail-source-value): Function needn't be a symbol.
184
185 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * message.el (message-cite-prefix-regexp): Remove } from the cite
188         prefix.
189
190         * gnus-art.el (gnus-treatment-function-alist): Do picons before
191         highlight again, so that the highlight is correct.
192
193         * gnus-picon.el (gnus-picon): Remove again.
194         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
195
196         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
197         doing the header highlightling, so that the background colour of the
198         picon is correct.
199
200         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
201         (gnus-picon): Ditto.
202         (gnus-picon): Reinstate.  The background colour for picons is white.
203         (gnus-picon-insert-glyph): Make the background white.
204
205         * nnml.el (nnml-open-nov): Don't return dead buffers.
206
207         * auth-source.el (auth-source-create): Query the user for whether to
208         store the credentials.
209
210         * netrc.el (netrc-store-data): New function.
211
212         * auth-source.el (auth-source-user-or-password): Use the existing auth
213         sources, if any, for creation.
214
215         * gnus.el (gnus-group-fast-parameter): Return the last matching
216         parameter instead of the first matching parameter.
217
218 2010-09-26  Julien Danjou  <julien@danjou.info>
219
220         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
221
222 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * mml2015.el (mml2015-use): Remove gpg support.
225
226         * mml1991.el (mml1991-function-alist): Remove gpg function.
227         (mml1991-gpg-sign): Removed.
228
229 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
230
231         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
232         (gnus-browse-unsubscribe-current-group): Document it.
233         (gnus-browse-unsubscribe-group): Use it.
234
235 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
238         address to the To list for easier response.
239
240         * gnus.el (gnus-play-startup-jingle): Removed.
241         (gnus-splash): Don't play jingle.
242         (gnus): Silence gnus-load message.
243
244         * gnus-art.el (gnus-treat-play-sounds): Removed.
245
246         * gnus.el (gnus-play-jingle): Remove audio support.
247
248         * gnus-cus.el (gnus-score-customize): Remove audio reference.
249
250         * earcon.el: Removed -- no users.
251
252         * gnus-audio.el: Removed -- no users of this package.
253
254         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
255
256         * gnus-start.el (gnus-setup-news): Remove nocem support.
257
258         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
259
260         * gnus.el (gnus-use-nocem): Removed.
261
262         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
263         Removed.
264
265         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
266         uses NoCeM any more.
267
268         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
269         (gnus-button-ctan-handler): Ditto.
270         (gnus-button-handle-ctan-bogus-regexp): Ditto.
271         (gnus-button-ctan-directory-regexp): Ditto.
272         (gnus-button-handle-ctan): Ditto.
273         (gnus-button-tex-level): Ditto.
274         (gnus-button-alist): Removed CTAN stuff.
275
276 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
279         nnimap-streaming test.
280
281         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
282         servers twice.
283
284         * nnimap.el (nnimap-open-connection): Add more error reporting when
285         nnimap fails early.
286
287         * nnheader.el (nnheader-get-report-string): New function.
288         (nnheader-get-report): Use it.
289
290         * gnus-int.el (gnus-check-server): Say what the error was when opening
291         failed.
292
293         * nnimap.el (nnimap-wait-for-response): Search further when we're not
294         using streaming.
295
296 2010-09-25  Julien Danjou  <julien@danjou.info>
297
298         * gnus-html.el (gnus-html-rescale-image): Use our defalias
299         gnus-window-inside-pixel-edges.
300
301 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
304
305         * mm-decode.el (mm-save-part): Allow saving to other directories the
306         normal Emacs way.
307
308         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
309         by Jay Berkenbilt.
310
311         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
312         there isn't a single byte.
313
314         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
315         just do it.  It doesn't really seem to matter what the user responds
316         here, I think, so it's just a confusing question.
317
318         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
319         non-streaming case.
320
321         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
322         (gnus-article-encrypt-body): Use it.
323
324         * gnus-sum.el (gnus-summary-show-complete-article): New command and
325         keystroke.
326
327         * nnimap.el (nnimap-find-wanted-parts-1): Use
328         gnus-fetch-partial-articles.
329
330         * gnus-art.el (gnus-fetch-partial-articles): New variable.
331
332         * nnimap.el (nnimap-insert-partial-structure): New function.
333         (nnimap-get-partial-article): New function.
334         (nnimap-request-article): Use it.
335         (nnimap-wait-for-response): Return whether the wait was successful.
336         (nnimap-finish-retrieve-group-infos): Don't do anything if the
337         retrieval wasn't successful.
338         (nnimap-retrieve-group-data-early): Allow throttling servers.
339         (nnimap-streaming): New variable.
340         (nnimap-fetch-partial-articles): Removed.
341
342         * mm-decode.el (mm-with-part): Protect against killed buffers.
343
344         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
345         for prettier summary display.
346
347 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
348
349         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
350         directly.
351
352 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
355         apparently third-party libraries depend on it.
356
357         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
358         before starting negotiation.
359
360         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
361         privacy reasons.
362         (gnus-treat-mail-gravatar): Ditto.
363
364         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
365         buffer when inserting images.  Inserting text into the headers, for
366         instance, can make them invalid.
367
368 2010-09-25  Julien Danjou  <julien@danjou.info>
369
370         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
371         variables.
372
373         * nnheader.el: Remove useless variables news-reply-yank-from and
374         news-reply-yank-message-id.
375
376         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
377         variables.
378
379         * mml1991.el: Remove useless mml1991-verbose.
380
381         * gnus.el: Remove useless variable gnus-use-generic-from.
382         Remove obsolete variable gnus-topic-indentation.
383
384         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
385
386         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
387
388         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
389
390         * gnus-group.el: Remove useless gnus-group-icon-cache.
391         Remove useless gnus-ephemeral-group-server.
392
393         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
394
395         * mml2015.el: Remove useless mml2015-verbose.
396
397         * mml-smime.el: Remove useless mml-smime-verbose.
398
399         * gnus.el: Remove useless gnus-local-domain.
400
401         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
402         gnus-gravatar-size.
403
404         * gnus-art.el: Remove useless gnus-treat-translate.
405
406 2010-09-24  Julien Danjou  <julien@danjou.info>
407
408         * gnus-sum.el: Add support for Gravatars.
409
410         * gnus-art.el: Add support for Gravatars.
411
412         * gnus-gravatar.el: Add this file.
413
414         * gravatar.el: Add this file.
415
416 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
419
420         * gnus-group.el (gnus-group-fetch-faq): Removed.
421
422         * gnus.el (gnus-group-faq-directory): Removed.
423
424         * gnus-group.el (gnus-group-fetch-charter): Removed.
425
426         * gnus.el (gnus-group-charter-alist): Removed.
427
428         * gnus-group.el (gnus-group-archive-directory): Removed.
429         (gnus-group-recent-archive-directory): Ditto.
430         (gnus-group-make-archive-group): Removed.
431
432         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
433
434         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
435         use the same article number for all the cached articles.
436
437         * nnimap.el (nnimap-command): Register the last command time so
438         that we can use it for idling NOOPs.
439         (nnimap-open-connection): Start the keeplive timer.
440         (nnimap-make-process-buffer): Store all the process buffers.
441         (nnimap-keepalive): New function.
442
443         * starttls.el: (starttls-open-stream): Add autoload cookie.
444
445 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
446
447         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
448         handling.
449
450 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
453         its data structures.
454
455         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
456         instead of the cl.el copy-list.
457         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
458         equalp.
459
460 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
463         and tool-bar-local-item-from-menu.
464
465         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
466         mode-line-highlight face for Emacs.
467
468         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
469         loading gnus-sum.elc; fix comment for canlock-verify.
470         (gnus-article-jump-to-part): Use read-number.
471         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
472         Emacs pre-21 compatible code for help-echo.
473         (gnus-article-next-page-1): No need to adjust the number of lines.
474         (gnus-article-describe-bindings): Always use help-buffer.
475
476         * gnus-audio.el (gnus-audio-inline-sound)
477         * gnus-cus.el (gnus-custom-mode)
478         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
479
480         * gnus-sum.el (gnus-remove-overlays): Doc fix.
481
482         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
483         compatible code.
484
485 2010-09-24  Glenn Morris  <rgm@gnu.org>
486
487         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
488         visiting the fcc file in rmail-mode.
489
490         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
491
492 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * nnir.el: Silence the byte compiler.
495
496         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
497         alias to browse-url-url-encode-chars if any.
498         (gnus-html-encode-url): Use it.
499
500 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-start.el (gnus-use-backend-marks): New variable.
503         (gnus-get-unread-articles-in-group): Use it.
504
505         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
506         makeover.
507
508 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
509
510         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
511
512 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
515         Removed.
516         (gnus-setup-news-hook): Removed
517         gnus-fixup-nnimap-unread-after-getting-new-news.
518
519         * gnus-int.el (gnus-request-update-info): Protect against backends not
520         having the function.
521
522         * nnimap.el (nnimap-stream): Mention starttls.
523         (nnimap-open-connection): Add starttls support.
524
525 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
526
527         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
528
529 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
532         BODYSTRUCTUREs.
533         (nnimap-transform-headers): Unfold quoted {42} headers.
534
535         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
536         the info.
537         (gnus-get-unread-articles): Only call updatep on backends that support
538         it.
539
540         * nnweb.el (nnweb-request-update-info): NOOP.
541
542         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
543
544         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
545         since it only deals with marks.
546
547         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
548         gnus-request-marks, and make a new gnus-request-update-info.
549
550         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
551         the active instead of the high number, which is usually too low.
552
553 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
554
555         * netrc.el (netrc-parse): Remove encrypt.el mentions.
556         * encrypt.el: Removed.
557
558 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
561         server in symbolic form.
562
563         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
564         0.9.
565
566 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
569         (nnimap-update-info): Fix up code slightly.
570
571         * gnus-int.el (gnus-open-server): Add tracing for performance
572         debugging.
573
574         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
575         (gnus-group-insert-group-line): Pass the real group name so that it
576         gets the right data.
577
578         * gnus-start.el (gnus-get-unread-articles): Don't have
579         `gnus-get-unread-articles-in-group' update info, since that can be
580         really slow and doesn't seem to be needed?
581
582 2010-09-22  Dan Christensen  <jdc@uwo.ca>
583
584         * time-date.el (date-to-time): Try using parse-time-string first before
585         using the slower timezone-make-date-arpa-standard.
586
587 2010-09-22  Julien Danjou  <julien@danjou.info>
588
589         * gnus-group.el (gnus-group-insert-group-line): Call
590         gnus-group-highlight-line.
591         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
592         default hook list.
593         (gnus-group-update-eval-form): Add new function.
594         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
595         (gnus-group-get-icon): Use gnus-group-update-eval-form.
596
597 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
600         immediate, then expire all articles.
601         (nnimap-update-info): Fix off-by-one errors.
602         (nnimap-flags-to-marks): Would return no marks lists for group with no
603         flags.  Instead return the other data.
604
605 2010-09-22  Julien Danjou  <julien@danjou.info>
606
607         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
608         Only return an icon.
609         (gnus-group-insert-group-line): Compute icon to return.
610
611         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
612         variable.
613         (gnus-html-image-fetched): Only cache if
614         gnus-html-image-automatic-caching is set.
615         (gnus-html-image-fetched): Check for errors.
616
617 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
620         once per method on `g'.  This ensures that backends like nnfolder don't
621         open all their folders.
622
623         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
624         (nnimap-request-list): Nix out group in the correct buffer.
625         (nnimap-parse-flags): Implement by using `read' instead of
626         hand-parsing.
627         (nnimap-flags-to-marks): Pass on permanent-flags.
628         (nnimap-make-process-buffer): Record the server name.
629         (nnimap-parse-flags): Fix typo.
630         (nnimap-request-scan): Run split on the server in general, not just a
631         single group.
632
633         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
634         parameter, and propagate this downwards.
635
636         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
637         since EXAMINE changes it on the server.
638
639         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
640         this command might take a while.
641
642 2010-09-22  Julien Danjou  <julien@danjou.info>
643
644         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
645         harmful if you have 2 images side-by-side, they can't be properly
646         update on text deletion.  Using text-property is safer here.
647         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
648         data.
649
650 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * nnimap.el (nnimap-expunge-inbox): Removed.
653         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
654         (nnimap-expunge): Flip default to t.
655
656         * gnus.el (gnus-method-to-server): Don't push things to the cache
657         unless it's unique.
658         (gnus-server-to-method): Ditto.
659
660 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
661
662         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
663
664 2010-09-22  Julien Danjou  <julien@danjou.info>
665
666         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
667         get the start of data.
668         (gnus-html-encode-url): Add this function to encode special chars in
669         URL.
670         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
671         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
672
673         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
674         default.
675         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
676
677         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
678         images alt-text.
679         (gnus-html-put-image): Put alt-text as help-echo.
680
681 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
684         * mm-util.el (mm-decompress-buffer)
685         * nnir.el (nnir-run-find-grep)
686         * pop3.el (pop3-list): Use 3rd arg of split-string.
687
688         * time-date.el (format-seconds): Comment fix.
689
690         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
691         and byte-optimize-form-code-walker.
692         (dgnushack-make-auto-load): Don't advise make-autoload.
693
694         * lpath.el: Remove Emacs 21 stuff.
695
696 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
699         outside the active range.  Suggested by Dan Christensen.
700
701         * gnus-start.el (gnus-get-unread-articles): Get the extended method
702         slightly later to avoid double-getting it.
703
704         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
705         previous patch.
706
707         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
708
709 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
710
711         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
712
713 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-int.el (gnus-open-server): Give a better error message in the
716         "go offline" case.
717
718         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
719         marks for nnimap, which is seldom the right thing to do.
720
721         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
722         (gnus-same-method-different-name): New function.
723
724         * nnimap.el (parse-time): Require.
725
726         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
727         method in the presence of many similar methods.
728
729         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
730
731         * nnimap.el (nnimap-find-expired-articles): Don't refer to
732         nnml-inhibit-expiry.
733
734         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
735         find out whether methods are equal.
736
737         * nnimap.el (nnimap-find-expired-articles): New function.
738         (nnimap-process-expiry-targets): New function.
739         (nnimap-request-move-article): Request the article before looking at
740         what the Message-ID is.  Fix found by Andrew Cohen.
741         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
742
743         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
744         for oldness in addition to being a predicate.
745
746         * nnimap.el (nnimap-request-group): When we have zero articles, return
747         the right data to Gnus.
748         (nnimap-request-expire-articles): Only delete articles immediately if
749         the target is 'delete.
750
751         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
752         method, this would bug out.
753
754         * gnus-group.el (gnus-group-expunge-group): Renamed from
755         gnus-group-nnimap-expunge, and implemented as a normal interface
756         function.
757
758         * gnus-int.el (gnus-request-expunge-group): New function.
759
760         * nnimap.el (nnimap-request-create-group): Implement.
761         (nnimap-request-expunge-group): New function.
762
763 2010-09-21  Julien Danjou  <julien@danjou.info>
764
765         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
766         (gnus-html-cache-expired): Add new function.
767         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
768         wethever we should display image for fetch it.
769         Compute alt-text earlier to pass it to the fetching function too.
770         (gnus-html-schedule-image-fetching): Change function argument to only
771         get one image at a time, not a list.
772         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
773         cache.
774         (gnus-html-get-image-data): New function to retrieve image data from
775         cache.
776         (gnus-html-put-image): Change buffer argument to use image data rather
777         than file, and place image above region rather than inserting a new
778         one. Do not take alt-text as argument, since it's useless now: we place
779         the image above alt-text.
780         (gnus-html-prune-cache): Remove.
781         (gnus-html-show-images): Start to fetch image when we find one, do not
782         push into a temporary list.
783         (gnus-html-prefetch-images): Only fetch image if they have expired.
784         (gnus-html-browse-image): Fix, use 'gnus-image-url.
785         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
786
787 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
790
791 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
794         spec inser "*" if the group isn't active instead of 0.
795
796         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
797         opening the server.
798         (nnimap-request-delete-group): Implement group deletion.
799         (nnimap-transform-headers): Return the size of the entire message in
800         the Bytes header, not just the size of the first part.
801         (nnimap-request-move-article): When moving an article from nnimap,
802         request the article first so the accepting form has an article to
803         accept.  Reported by Dan Christensen.
804         (nnimap-command): Make sure that the error message doesn't error out.
805
806 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
807
808         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
809         we haven't requested anything.
810
811 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
814         "".  Fix found by Andrew Cohen.
815
816         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
817         instead of -encode-string.
818
819 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
822
823         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
824         by mm-subst-char-in-string.
825
826 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
829         waiting for the connection string.
830
831         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
832         arriving.
833
834         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
835         bogus characters.  This allows selecting certain Gmail groups.
836
837         * nnimap.el (nnimap-find-wanted-parts-1): New function.
838         (nnimap-fetch-partial-articles): New variable.
839         (nnimap-open-connection): When looking for credentials, also use the
840         nnimap-server-port.
841         (nnimap-request-article): Return the group/article number, so that Gnus
842         `^' works as expected.
843         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
844         them.
845
846         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
847         comments.
848         (gnus-methods-sloppily-equal): New function.
849         (gnus): When using the development version of Gnus, load the gnus-load
850         file.
851
852         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
853         `gnus-open-server' on each method before trying to scan them etc.  This
854         ensures that all the backend parameters are set correctly.
855
856         * nnimap.el (nnimap-authenticator): New variable.
857         (nnimap-open-connection): Allow anonymous login.
858         (nnimap-transform-headers): The chars header is called Chars not
859         Bytes.
860         (nnimap-wait-for-response): Don't infloop if the IMAP connection
861         drops.
862
863         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
864         patch, found by Knut Anders Hatlen.
865
866 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
867
868         * gnus-agent.el (gnus-agent-batch-confirmation)
869         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
870         to gnus-message.
871         * gnus-art.el (gnus-article-describe-briefly): Likewise.
872         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
873         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
874         * gnus-int.el (gnus-open-server): Likewise.
875         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
876         (gnus-score-check-syntax): Likewise.
877         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
878         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
879         Likewise.
880         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
881
882 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
885         calling conventions so that prefetch doesn't bug out.
886
887 2010-09-19  Julien Danjou  <julien@danjou.info>
888
889         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
890         rather than `subst-char-in-region' in order to be able to replace ASCII
891         char by UTF-8 ones.
892
893         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
894         than curl.
895         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
896         the right URL and ALT text on images.
897         (gnus-html-wash-tags): Fix tag case.
898         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
899         (gnus-article-html): Add -o display_ins_del=2 option.
900         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
901
902 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
905         the extra mail headers, which sometimes seem to happen for unknown
906         reasons.
907
908         * mail-parse.el (mail-header-encode-parameter): Define as
909         rfc2045-encode-string instead of as rfc2231-encode-string, since some
910         (or most, perhaps?) mail readers don't understand the latter, but do
911         understand the former.
912
913         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
914         to nil, so that no methods are automatically agentized.  I think this
915         is probably what most users want.
916
917         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
918         from url-retrieve, for instance about invalid URLs.
919
920         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
921         groups that have no articles.
922         (nnimap-request-article): Check that we really got an article when we
923         requested one.
924
925         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
926         doesn't exist.
927
928         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
929         nntp buffer so the agent can save it.
930         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
931         that CRLF doesn't get translated to \n.
932         (nnimap-open-connection): Don't make 'shell commands only send \n.
933
934 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
935
936         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
937         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
938         Update var name.
939         (nnml-generate-nov-file): Use dolist.
940         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
941         Use with-current-buffer.
942
943 2010-09-18  Julien Danjou  <julien@danjou.info>
944
945         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
946         parallel.
947
948 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-update-info): When doing partial marks update, get
951         the range update right.
952         (nnimap-request-group): Don't make `M-g' bug out on group with no
953         marks.
954         (nnoo): Required, so that other packages can require nnimap.
955         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
956         command we're looking for.  This helps when the server sends more
957         responses after we've gotten everything we expected.
958         (nnimap): Add a `newlinep' field to keep track of end-of-line
959         conventions.
960         Don't send CRLF to things that don't want it.
961         (nnimap-request-accept-article): Ditto.
962
963 2010-09-18  Julien Danjou  <julien@danjou.info>
964
965         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
966         than curl to retrieve images.
967
968 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * nnimap.el (nnimap-update-info): Extend the info so that we can set
971         the marks.
972         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
973         (nnimap-wait-for-connection): New function.
974         (nnimap-open-connection): If we have PREAUTH, don't query for login
975         credentials.
976         (nnimap-update-info): Fix off-by-one error when concatenating ranges
977         when doing a partial update.
978
979 2010-09-18  Julien Danjou  <julien@danjou.info>
980
981         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
982         tags.
983
984 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * nnimap.el (nnimap-credentials): New function.
987         (nnimap-open-connection): Use the new function to look for credentials
988         also on the numeric equivalents of "imap" and "imaps".
989
990         * gnus-start.el (gnus-activate-group): Send the info to
991         gnus-request-group.
992
993         * nnimap.el (nnimap-request-group): Have the "check" version of the
994         function parse flags and update the info, so that a `M-g' get a total
995         resync of all flags from the group.
996
997         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
998         to allow backends to alter the info on group selection.  Also alter all
999         the backend -request-group functions to take the parameter.
1000
1001         * nnimap.el (nnimap-store-info): New function.
1002         (nnimap-update-info): Store the info for later usage.
1003         (nnimap-request-group): Use the stored info for the dont-check case, so
1004         that we don't retrieve all marks when we enter a group.
1005
1006         * nnimap.el: Use deffoo instead of defun for interface functions.
1007
1008         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1009         update the group info.  This makes the nndraft groups, for instance, go
1010         back to their old behaviour.
1011
1012         * gnus-sum.el (gnus-select-newsgroup): Indent.
1013
1014         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1015         in.
1016         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1017         nothing.
1018
1019         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1020         from methods that are denied.
1021
1022         * gnus-int.el (gnus-method-denied-p): New function.
1023
1024         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1025         store the password instead of netrc.
1026         (nnimap-open-connection): Don't error out when we can't make a
1027         connections.
1028
1029         * auth-source.el (auth-source-create): In the password prompt, say what
1030         we're querying for.  Also prompt for user name if that hasn't been
1031         given.
1032
1033         * nnimap.el (nnimap-with-process-buffer): Removed.
1034
1035 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1038         method when we're reading from the agent.
1039
1040         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1041
1042         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1043         that's probably most useful for users.
1044
1045         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1046         "failed" all the time.
1047
1048         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1049         ...)) with (with-current-buffer ... ).
1050
1051         * nntp.el (nntp-open-server): Return whether the open was successful or
1052         not.
1053
1054         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1055         select an unread unseen article first.
1056
1057         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1058         /etc/services, supply some sensible port defaults.
1059
1060         * dgnushack.el: Define netrc-credentials.
1061
1062 2010-09-17  Julien Danjou  <julien@danjou.info>
1063
1064         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1065
1066 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1067
1068         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1069         doesn't have any parameters.
1070
1071 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1074         only upcased checks.
1075
1076         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1077
1078         * nnimap.el (nnimap-open-shell-stream): New function.
1079         (nnimap-open-connection): Use it.
1080         (nnimap-transform-headers): Get the number of lines in each message.
1081         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1082         number of lines.
1083         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1084         problem.
1085
1086         * utf7.el (utf7-encode): Autoload.
1087
1088         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1089         to allow the mail splitting to not return a default group.  This is
1090         useful for nnimap, which will leave unmatched mail in the inbox.
1091
1092         * nnimap.el: Rewritten.
1093
1094         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1095         nnimap usage.
1096
1097         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1098         if the move is internal, so that nnimap can do fast internal moves.
1099
1100         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1101         data.
1102         (gnus-read-active-for-groups): Support finishing the early retrieval of
1103         data.
1104
1105         * gnus-range.el (gnus-range-nconcat): New function.
1106
1107         * gnus-int.el (gnus-finish-retrieve-group-infos)
1108         (gnus-retrieve-group-data-early): New functions.
1109
1110 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1111
1112         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1113         (nnrss-retrieve-groups):
1114         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1115         (pop3-quit): Use with-current-buffer.
1116
1117 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1120         instead of nnheader-accept-process-output.
1121
1122         * dgnushack.el (dgnushack-compile): Add comment.
1123
1124         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1125
1126         * gnus-html.el (gnus-html-schedule-image-fetching)
1127         (gnus-html-prefetch-images): Replace process-kill-without-query by
1128         gnus-set-process-query-on-exit-flag.
1129
1130 2010-09-16  Romain Francoise  <romain@orebokech.com>
1131
1132         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1133
1134 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1137         parameter to unintern is mandatory-ish in Emacs 24.
1138
1139         * gnus-html.el (gnus-html-schedule-image-fetching)
1140         (gnus-html-prefetch-images): Check for curl before using it.
1141
1142         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1143         depend on curl, which isn't essential.
1144
1145         * imap.el: Revert back to version
1146         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1147         seem problematic.
1148
1149 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1150
1151         * gnus-registry.el (gnus-registry-install-shortcuts):
1152         Explicitly pass `obarray' to `unintern' to avoid a warning.
1153
1154 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1157         change.
1158
1159         * nnrss.el (nnrss-request-list): Removed this function and related
1160         functions, including the moreover stuff.
1161
1162 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnrss.el (nnrss-retrieve-groups): New function.
1165
1166 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1167
1168         * .dir-locals.el: Add no-byte-compile cookie.
1169
1170 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * time-date.el (format-seconds): Comment fix.
1173
1174         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1175         for back end that doesn't support request-scan.
1176
1177 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1180         then do request scans from the backends.
1181
1182         * netrc.el (netrc-credentials): New conveniency function.
1183
1184         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1185         avoid running a hook per line, since this takes a lot of time,
1186         profiling shows.
1187         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1188         directly if gnus-visual-p is true.
1189
1190 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1193         groups; replace mapcar with dolist which is a bit faster; pass groups
1194         info to gnus-read-active-file-1.
1195         (gnus-read-active-file-1): Scan only specified groups if the new
1196         optional arg `infos' is given.
1197
1198 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1201
1202         * pop3.el (pop3-movemail): Removed.
1203         (pop3-streaming-movemail): Renamed to pop3-movemail.
1204
1205         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1206         don't restrict end-tag searches to the end of the line.
1207
1208 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1211         articles of every unchecked group to t, which means unknown since the
1212         server has never been opened.
1213
1214 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * gnus-html.el (gnus-html-show-alt-text): New command.
1217         (gnus-html-browse-image): Ditto.
1218         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1219         to browse the image directly.
1220         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1221         better.
1222
1223         * gnus-async.el (gnus-async-article-callback): Call
1224         `gnus-html-prefetch-images' unconditionally.
1225
1226         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1227         before feeding URLs to curl.
1228
1229 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1232         internal images as deletable by `W D D'.
1233
1234         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1235         (gnus-async-article-callback): Fix typo.
1236
1237 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1240         current line to work around bugs in the output from w3m.
1241
1242         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1243         for groups that want that.
1244
1245         * nntp.el (nntp-wait-for-string): Supply a timeout for
1246         accept-process-output to ensure progress.
1247
1248         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1249         level to get unread articles from, then use that for foreign groups,
1250         too.
1251
1252         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1253         confuses the rest of the function.
1254
1255         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1256         for the methods that support -retrieve-groups, too.
1257
1258         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1259
1260 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1263         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1264
1265         * pop3.el: Require cl when compiling.
1266         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1267
1268 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1271         that aren't going to be activated.
1272         (gnus-get-unread-articles): Fix up the last commit.
1273
1274         * gnus-html.el (gnus-article-html): Allow calling without specifying
1275         the handle.  In that case, dissect the buffer first.
1276
1277         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1278
1279         * nnimap.el (nnimap-open-connection): Revert the change that would look
1280         into authinfo for imaps instead of imap.
1281
1282         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1283         say that you don't want to call gnus-request-group with don-check, but
1284         do check the reponse.  This is for virtual groups only.
1285         (gnus-get-unread-articles): Count the archive groups as secondary, so
1286         that they're activated the same way as before.
1287
1288         * imap.el (imap-message-map): Removed optional buffer parameter, since
1289         no callers use it.
1290         (imap-message-get): Ditto.
1291         (imap-message-put): Ditto.
1292         (imap-mailbox-map): Ditto.
1293         (imap-mailbox-put): Ditto.
1294         (imap-mailbox-get): Ditto.
1295         (imap-mailbox-get): Revert last change for this function.
1296
1297         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1298         case-insensitively.
1299         (nnimap-debug): Removed.
1300
1301         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1302         to use `imap-fetch' instead.  According to the comments, this should be
1303         safe, since all other IMAP clients use the 1:* syntax.
1304         (imap-enable-exchange-bug-workaround): Removed.
1305         (imap-debug): Removed -- doesn't seem very useful.
1306
1307         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1308         mail from a file, and the file doesn't exist.
1309
1310         * imap.el (imap-log): New convenience function used throughout instead
1311         of repeating the same code all over the place.
1312
1313         * pop3.el (pop3-streaming-movemail): Return t for success.
1314
1315         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1316         .authinfo if we're using ssl connection.
1317
1318         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1319         already have if we're in a main Gnus `g' run.
1320
1321         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1322
1323 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1326
1327         * nnmh.el (nnmh-request-list-1): Bind `file'.
1328
1329         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1330         alias to set-process-query-on-exit-flag or process-kill-without-query.
1331         (pop3-open-server): Use it.
1332
1333 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1336         box to the Incoming file.  Fixes mistake in previous checkin.
1337
1338         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1339         request loop (for debugging purposes) removed.
1340
1341         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1342         culprit is more visible.
1343         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1344         (nnml-add-incremental-nov): New functions to do "incremental" nov
1345         updates, where we just append to the end of the existing nov files
1346         without reading/writing them in full.
1347
1348         * mail-source.el (mail-source-delete-crash-box): Really only check the
1349         incoming files once in a while.
1350
1351         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1352
1353         * mail-source.el (mail-source-delete-crash-box): Only check the
1354         incoming files for deletion once per day to save a lot of file
1355         accesses.
1356
1357         * pop3.el (pop3-logon): Fix up unbound variable typo.
1358
1359         * mail-source.el (pop3-streaming-movemail): Autoload.
1360
1361         * pop3.el (pop3-streaming-movemail): Respect
1362         pop3-leave-mail-on-server.
1363
1364         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1365         retrieval.
1366
1367         * pop3.el (pop3-process-filter): Removed unused function.
1368         (pop3-streaming-movemail, pop3-send-streaming-command)
1369         (pop3-wait-for-messages, pop3-write-to-file)
1370         (pop3-number-of-responses): New functions for streaming pop3
1371         retrieval.
1372
1373         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1374         come from no known methods.
1375         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1376         list.
1377
1378         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1379         message sizes.
1380         (pop3-movemail): Use erase-buffer instead of looping and deleting
1381         regions, which seems rather odd.
1382
1383         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1384         file once per `g' run.
1385
1386         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1387         directories.  This makes the draft queue directory work.
1388
1389         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1390         data from the backends, so that we only request the list of groups from
1391         each method once.  This should speed things up considerably.
1392
1393         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1394         detect that it's not implemented.
1395
1396         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1397         we actually do recurse down into the tree, but don't stat all leaf
1398         nodes.
1399
1400         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1401         then say so instead of bugging out.
1402
1403         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1404         files exist before trying to read them.
1405
1406         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1407         around <pre_int>.
1408
1409         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1410
1411         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1412
1413 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * mm-util.el (mm-image-load-path): Just return the image directories,
1416         not all directories in the path in addition to the image directories.
1417         (mm-image-load-path): Maintain a cache of the image directories so that
1418         the `g' command in Gnus doesn't have to stat dozens of directories each
1419         time.
1420
1421         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1422         (gnus-html-wash-tags): Add a new `i' command to insert images.
1423         (gnus-html-insert-image): New command and keystroke.
1424         (gnus-html-redisplay-with-images): New command and keystroke.
1425         (gnus-html-show-images): Renamed command.
1426         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1427         spacers.
1428         (gnus-html-wash-tags): Decode entities at the end, so that entities
1429         inside the tags don't mess up the rest of the "parsing".
1430
1431         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1432         so that nnimap methods aren't agentized by default.  There's apparently
1433         many problems related to agent/imap behaviour.
1434
1435         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1436
1437         * gnus-html.el: Doc fix.
1438
1439 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1442         specifier-spec-list for Emacs 21.
1443
1444         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1445         glyph-width and glyph-height instead of display-graphic-p and
1446         image-size; make avoidance of displaying small images work for XEmacs.
1447
1448         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1449         for XEmacs.
1450
1451         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1452         of symbol that holds plist data.
1453         (gnus-process-plist): Remove plist of process after getting it.
1454
1455 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * message.el (message-generate-hashcash): Change default to
1458         'opportunistic if hashcash is installed.
1459
1460         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1461         (gnus-html-put-image): Only call image-size once, since it's somewhat
1462         time-consuming on remote X servers.
1463
1464 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1467         type on data, not a file name.
1468
1469         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1470         window-pixel-edges for Emacs 21.
1471
1472         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1473         decoded contents.
1474         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1475
1476 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1479         group line format, since it isn't very interesting.
1480
1481         * gnus-agent.el (gnus-agent-short-article),
1482         (gnus-agent-long-article): Increase values for these two variables,
1483         since most people are likely to have more network connection and
1484         storage than before.
1485
1486         * gnus.el (gnus-refer-article-method): Change default to 'current.
1487         When referring an article, the common behaviour is to refer it from the
1488         current select method, not the native select method.  The chances of
1489         the native select method having the message in question is rather slim
1490         these days.
1491
1492         * gnus-sum.el (gnus-auto-select-subject): Change default to
1493         `unseen-or-unread'.  I think it's likely that most people want to
1494         select an unseen article over a previously seen, but unread one.
1495
1496         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1497         means that in the article buffer none of the minor mode elements will
1498         be shown, usually, and this is not desirable in most cases.
1499
1500         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1501         that commands like `d' (and the like) go to the next line in the
1502         buffer, instead of the next unread article.  I think this is the
1503         behaviour that is most natural for most users.
1504         (gnus-single-article-buffer): Change default to nil, so that people can
1505         have as many article buffers open as they have summary buffer.  I think
1506         this is the most natural way for the groups to behave.
1507
1508         * message.el (message-generate-new-buffers): Change default to
1509         `unsent', so that all new message buffers start their names with the
1510         string "*unsent", and it's easier to find the buffers if you move from
1511         them.
1512
1513 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1516         small.  They're probably tracking images.
1517         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1518         (gnus-html-rescale-image): Yet another try at getting the image sizing
1519         right.
1520
1521         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1522         nntp-marks-file-name is nil.
1523
1524 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * gnus-html.el (gnus-html-wash-tags)
1527         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1528         Better logging.
1529
1530 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1533
1534         * gnus-html.el (gnus-html-wash-tags): Check the value of
1535         gnus-blocked-images in the summary buffer.
1536
1537 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1540
1541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1544         like "a", it seems like.
1545         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1546         since it needs to be picked from the correct buffer.
1547
1548         * nnwfm.el: Removed.
1549
1550         * nnlistserv.el: Removed.
1551
1552 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1553
1554         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1555         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1556
1557 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnkiboze.el: Removed.
1560
1561         * nndb.el: Removed.
1562
1563         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1564         alt text.
1565         (gnus-html-rescale-image): Try to get the rescaling logic right for
1566         images that are just wide and not tall.
1567
1568         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1569         overshadow variable bindings.
1570
1571 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1572
1573         * gnus-html.el (gnus-html-wash-tags)
1574         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1575         extra logging.
1576
1577 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1580         (gnus-max-image-proportion): New variable.
1581         (gnus-html-rescale-image): New function.
1582         (gnus-html-put-image): Rescale images.
1583
1584 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1585
1586         Fix up some byte-compiler warnings.
1587         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1588         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1589         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1590         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1591         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1592         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1593         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1594
1595 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-html.el (gnus-article-html): Decode contents by charset.
1598
1599 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1602         (gnus-html-frame-width, gnus-blocked-images)
1603         * message.el (message-prune-recipient-rules): Add custom version.
1604         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1605
1606         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1607         functions.
1608
1609         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1610         gnus-process-get.
1611
1612 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1613
1614         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1615         instead of lsub directly.
1616
1617 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * nnwarchive.el: Removed.
1620
1621         * gnus-soup.el: Removed.
1622
1623         * nnsoup.el: Removed.
1624
1625         * nnultimate.el: Removed.
1626
1627         * gnus-html.el (gnus-blocked-images): New variable.
1628
1629         * message.el (message-prune-recipients): New function.
1630         (message-prune-recipient-rules): New variable.
1631
1632         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1633         guess whether a long line is natural text or not.
1634
1635         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1636         gnus-process-plist and friends for compatibility.
1637
1638 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1639
1640         * gnus-html.el: Require packages that define macros used in this file.
1641         (gnus-article-mouse-face): Declare to silence byte-compiler.
1642         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1643         process-get.
1644         (gnus-html-put-image): Use plist-get to avoid getf.
1645         (gnus-html-prefetch-images): Use with-current-buffer.
1646
1647 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-ems.el: Provide compatibility functions for
1650         gnus-set-process-plist.
1651
1652         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1653         header-line-format for XEmacs 21.4.
1654
1655         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1656         * gnus.el (gnus-valid-select-methods)
1657         * message.el (message-send-mail-partially-limit)
1658         * mm-decode.el (mm-text-html-renderer)
1659         * mml.el (mml-insert-mime-headers-always)
1660         * smiley.el (smiley-regexp-alist): Bump custom version.
1661
1662 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-html.el: require mm-url.
1665         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1666         with the url to `url'.
1667         (gnus-html-wash-tags): Support cid: URLs/images.
1668
1669 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1672         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1673         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1674
1675         * gnus-move.el: Removed file, since it doesn't really work.
1676
1677         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1678         UTF-8.  This seems to fix problems with some German web feeds.
1679
1680         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1681         at the top so that the proper colours are applied.
1682
1683         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1684         don't have dots in their names.
1685
1686         * gnus-art.el (gnus-article-view-part): Doc fix.
1687
1688         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1689         XEmacs-compatible.
1690         (gnus-html-put-image): Don't do images on non-graphic displays.
1691
1692         * nnslashdot.el: Removed this unused backend.
1693
1694         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1695         actions.
1696         (gnus-undo-register-1): Revert last change.
1697
1698         * gnus-group.el (gnus-group-completing-read): Protect against not
1699         having completion-styles bound.
1700
1701         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1702         make broken recipients happier.
1703
1704         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1705
1706         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1707         point parameter.
1708
1709         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1710
1711         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1712         completion-styles for group selection.
1713
1714 2009-02-04  Andreas Schwab  <schwab@suse.de>
1715
1716         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1717         headers and regexp-quote the match if necessary.
1718
1719 2009-03-24  Miles Bader  <miles@gnu.org>
1720
1721         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1722         the blinking smiley.
1723
1724 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1725
1726         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1727         blink smiley.
1728
1729 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1732         where the dribbel file lives exists.
1733
1734         * message.el (message-send-mail-partially-limit): Change the default to
1735         nil, since most people don't want this.
1736
1737         * mm-url.el (mm-url-decode-entities): Also decode entities like
1738         &#x3212.
1739
1740 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1741
1742         * gnus-sum.el (gnus-summary-idna-message):
1743         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1744         Hyperlink urls in docstrings with URL `...'.
1745
1746 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1747
1748         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1749         functions.
1750
1751 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1754         say what the mouseover text should be.
1755
1756         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1757         version of the mm-w3m-safe-url-regexp variable to only download images
1758         in the groups where we want that to happen.
1759
1760         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1761
1762         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1763         easier debugging.
1764         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1765         big pictures in the article buffer.
1766
1767         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1768         gnus-article-html.
1769         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1770         w3m.
1771
1772         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1773
1774 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1777         which doesn't exist.
1778
1779         * message.el (message-inhibit-ecomplete): New variable to allow some
1780         function to inhibit ecomplete address storage.
1781         (message-resend): Disable ecomplete message storage when resending
1782         messages.
1783
1784         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1785
1786 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1789         Save excursion while copying, moving, and deleting articles in order to
1790         prevent the cursor from jumping to unforeseen place.
1791
1792 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * lpath.el: No need to bind bookmark-current-buffer,
1795         bookmark-yank-point and bookmark-make-record-function.
1796
1797 2010-08-17  Glenn Morris  <rgm@gnu.org>
1798
1799         * gnus-sync.el: Require gnus components whose functions are used.
1800
1801         * gnus-art.el (bookmark-make-record-function):
1802         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1803         Declare for compiler.
1804
1805         * mm-url.el (mml-compute-boundary): Autoload.
1806
1807 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1810
1811 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1812
1813         Typo fix "hoo4a" -> "hook".
1814
1815         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1816
1817 2010-08-14  Glenn Morris  <rgm@gnu.org>
1818
1819         * gnus-sync.el (gnus-sync): Fix defgroup version.
1820
1821 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1824
1825         * gnus-sync.el: Fix docs.
1826         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1827         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1828
1829 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         Optimizations for gnus-sync.el.
1832
1833         * gnus-sync.el: Add docs about gnus-sync-backend
1834         possibilities.
1835         (gnus-sync-save): Remove unnecessary message.
1836         (gnus-sync-read): Optimize and show what groups were skipped.
1837
1838 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1839
1840         Minor bug fixes for gnus-sync.el.
1841
1842         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1843         read the sync on get-new-news.
1844
1845         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1846         quiet.
1847
1848         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1849
1850 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1851
1852         Make saving and restoring of hidden threads work with overlays.
1853         Patch applied by Ted Zlatanov.
1854
1855         * gnus-sum.el (gnus-hidden-threads-configuration)
1856         (gnus-restore-hidden-threads-configuration): Update to deal with text
1857         properties, rather than searching for a magic character.
1858
1859 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         New gnus-sync.el library for synchronization of marks.
1862
1863         * gnus-sync.el: New library for synchronization of marks.
1864
1865         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1866         renamed from `gnus-registry-grep-in-list'.
1867
1868         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1869
1870         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1871
1872 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1875         determining charset of text fails.
1876
1877 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * nnmail.el (nnmail-get-new-mail-1): Revert.
1880
1881         * nnml.el (nnml-active-number): Make sure names of newly created groups
1882         in nnml-group-alist are encoded.
1883
1884 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1887         containing non-ASCII characters in active file for nnml back end.
1888
1889 2010-07-24  David Engster  <dengste@eml.cc>
1890
1891         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1892         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1893
1894 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1895
1896         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1897         tag (Bug#6654).
1898
1899 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1902         the article buffer, not the summary buffer.
1903
1904 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1907         Emacs 23 as well.
1908
1909 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1912         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1913
1914 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1915
1916         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1917         Patch applied by Karl Fogel.
1918
1919         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1920         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1921
1922 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1923
1924         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1925         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1926         C-w still not working correctly from Article buffers; Thierry's
1927         patch to fix that will be applied after this.
1928
1929         * gnus-art.el (bookmark-make-record-function): New local variable.
1930
1931         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1932         article buffer.
1933         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1934
1935 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1936
1937         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1938         on changes in bookmark.el.
1939
1940 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1943         `no-log' instead of message not to log prompt string.
1944
1945 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1946
1947         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1948         the *other* type of HTML form submission.
1949
1950 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1951
1952         * auth-source.el (auth-source-pick): If choice does not contain a
1953         questioned keyword, set the check to t.
1954
1955 2010-06-12  Romain Francoise  <romain@orebokech.com>
1956
1957         * gnus-util.el (gnus-date-get-time): Move up before first use.
1958
1959 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1962         (gnus-article-edit-part): Bind it to make last part that is substituted
1963         or deleted visible.
1964         (gnus-mime-display-single): Buttonize part of which id equals to
1965         gnus-mime-buttonized-part-id.
1966
1967 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1968
1969         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1970         (gnus-dd-mmm): Use gnus-date-get-time.
1971         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1972         simplify logic.
1973         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1974         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1975
1976 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1977
1978         * auth-source.el (top): Autoload `secrets-list-collections',
1979         `secrets-create-item', `secrets-delete-item'.
1980         (auth-sources): Fix tag string.
1981         (auth-get-source, auth-source-retrieve, auth-source-create)
1982         (auth-source-delete): New defuns.
1983         (auth-source-pick): Rewrite in order to avoid 2 passes.
1984         (auth-source-forget-user-or-password): New parameter USERNAME.
1985         (auth-source-user-or-password): New parameters CREATE-MISSING and
1986         DELETE-EXISTING.  Retrieve password interactively, if needed.
1987
1988 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1989
1990         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1991         deleting unused directories when gnus-expert-user is t.
1992
1993 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1996         for each temp file when gnus-article-browse-delete-temp is ask.
1997
1998 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2001         Lisp calls to delete-backward-char by calls to delete-char.
2002
2003 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2004
2005         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2006
2007 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2008
2009         * password-cache.el (password-cache-remove): Fix docstring.
2010
2011 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2014         article unless decoding article to be saved.
2015
2016 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2019         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2020         generated within the mm-with-unibyte-current-buffer macro.
2021
2022 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2025         to nil when we're in a mml-preview buffer and no group is selected.
2026
2027 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2028
2029         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2030         when catching the `C-g'.  Reported by "Leo".
2031
2032 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * message.el (message-forward-make-body-plain)
2035         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2036         multibyte-string-p.
2037
2038         * lpath.el: Revert.
2039
2040 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * message.el (message-forward-make-body-mml): Assume original message
2043         is multibyte string; error on unibyte.
2044         (message-forward-make-body-plain): Ditto; don't add excessive newline
2045         in body end.
2046
2047         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2048
2049 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2050
2051         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2052         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2053
2054 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * mm-extern.el (mm-extern-url): Don't use
2057         mm-with-unibyte-current-buffer.
2058         (mm-extern-cache-contents): Use with-current-buffer instead of
2059         save-excursion + set-buffer.
2060
2061 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * mm-util.el (mm-emacs-mule): Remove.
2064
2065 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2066
2067         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2068         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2069         change.
2070
2071 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2074         bind the default value of enable-multibyte-characters to nil.
2075
2076 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * message.el (message-forward-make-body-plain)
2079         (message-forward-make-body-mml):
2080         Don't use mm-with-unibyte-current-buffer.
2081
2082 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2083
2084         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2085
2086 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2087
2088         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2089         (Bug#5592).
2090
2091 2010-05-07  Julien Danjou  <julien@danjou.info>
2092
2093         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2094         it to mm-pipe-part.
2095
2096         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2097         it is given.
2098
2099 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * binhex.el (binhex-decode-region-internal)
2102         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2103         (dns-query)
2104         * nnweb.el (nnweb-gmane-search)
2105         * pgg-parse.el (pgg-parse-armor)
2106         * pgg.el (pgg-verify-region)
2107         * sha1.el (sha1-string-external)
2108         * uudecode.el (uudecode-decode-region-internal)
2109         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2110         XEmacs.
2111
2112         * gnus-art.el (gnus-article-browse-html-parts)
2113         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2114         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2115         make-temp-file.
2116
2117         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2118         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2119         compiling.
2120
2121         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2122         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2123         XEmacs when compiling.
2124
2125         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2126         gnus-pick-mode-off-hook for XEmacs when compiling.
2127         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2128         gnus-binary-mode-off-hook for XEmacs when compiling.
2129
2130         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2131         nil if char-charset is not available.
2132
2133         * imap.el (imap-disable-multibyte)
2134         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2135         macros.
2136
2137         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2138         instead of encode-coding-string.
2139
2140         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2141         'xemacs) instead of mm-emacs-mule to switch function definitions.
2142         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2143
2144         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2145         bind temporary-file-directory for XEmacs;
2146         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2147         timer-set-function for XEmacs 21.4 and SXEmacs;
2148         bind timer-list for XEmacs 21.4 and SXEmacs;
2149         fbind char-charset and find-charset-region for non-Mule XEmacs;
2150         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2151         encode-coding-region and encode-coding-string for XEmacs having no
2152         file-coding feature.
2153
2154 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2155
2156         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2157
2158 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2161         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2162
2163 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2164
2165         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2166         alias `jka-compr-delete-temp-file' no longer exists.
2167
2168 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2169
2170         Use define-minor-mode in Gnus where applicable.
2171         * mml.el (mml-mode): Use define-minor-mode.
2172         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2173         (gnus-undo-mode): Use define-minor-mode.
2174         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2175         (gnus-dead-summary-mode): Use define-minor-mode.
2176         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2177         Initialize in declaration.
2178         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2179         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2180         (gnus-mailing-list-mode): Use define-minor-mode.
2181         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2182         (gnus-draft-mode): Use define-minor-mode.
2183         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2184         (gnus-dired-mode): Use define-minor-mode.
2185
2186 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2187
2188         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2189         handles on recursive mml-to-mime translation and check them for
2190         boundary delimiter collisions.  Reported by Greg Troxel.
2191
2192 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2195
2196 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2197
2198         * mm-util.el (mm-find-buffer-file-coding-system):
2199         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2200
2201 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2202
2203         * message.el (message-generate-headers): Record insertion of optional
2204         headers as well.  Otherwise the check to prevent repeated insertion of
2205         optional headers is a no-op.
2206
2207 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * smime.el: Don't mention CVS.
2210
2211         * nnrss.el (nnrss-fetch): Don't mention CVS.
2212
2213         * nnir.el: Don't mention CVS.
2214
2215 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2216
2217         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2218
2219 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * lpath.el: Fbind bookmark-default-handler,
2222         bookmark-get-bookmark-record, bookmark-make-record-default,
2223         bookmark-prop-get for Emacs <23 and XEmacs.
2224
2225 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2226
2227         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2228         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2229         Use with-current-buffer to silence the byte-compiler.
2230         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2231         bother to require `gnus'.
2232         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2233
2234 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2235
2236         * gnus-sum.el (gnus-summary-bookmark-make-record)
2237         (gnus-summary-bookmark-jump): New functions.
2238         (gnus-summary-mode): Setup bookmark support.
2239
2240 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2241
2242         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2243         if set.
2244
2245 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2248         gnus-article-browse-html-save-cid-image; make it work recursively for
2249         forwarded messages as well.
2250         (gnus-article-browse-html-parts): Work when prefix arg is given.
2251         (gnus-article-browse-html-article): Doc fix.
2252
2253 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2254
2255         * message.el (message-default-mail-headers):
2256         (message-default-headers): Carry the value mail-default-headers over
2257         into message-default-mail-headers, rather than message-default-headers.
2258
2259 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2260
2261         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2262         charset.
2263
2264         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2265         charset into the <meta> tag when the article is encoded to utf-8.
2266
2267 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2270         directories as well.
2271         (gnus-article-browse-html-parts): Work for images that do not specify
2272         file names; delete temp directory when quitting; insert header at the
2273         right place; use file: scheme for image files.
2274
2275 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2276
2277         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2278         (gnus-article-browse-html-parts): Use it to make temporary cid image
2279         files in addition to html file so that browser may display them.
2280
2281 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2284
2285 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2286
2287         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2288
2289 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2290
2291         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2292         about Secret Service API sources.  Improve Customize options.
2293         (auth-source-pick): Change to accept any number of search parameters.
2294         Implement fallbacks iteratively, not recursively.  Add scoring on the
2295         second pass and sort by score.  Call Secret Service API when needed.
2296         (auth-source-user-or-password): Use it.  Call Secret Service API
2297         directly when needed to get the user name and the password.
2298
2299 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2300
2301         * message.el (message-interactive): Doc fix.
2302         (message-qmail-inject-args): Reflow.
2303         (message-kill-to-signature): Fix typo in docstring.
2304
2305         * smiley.el (smiley-buffer): Fix typo in docstring.
2306
2307 2010-03-24  Glenn Morris  <rgm@gnu.org>
2308
2309         * mail-source.el (gnus-message): Declare.
2310         (mail-source-delete-old-incoming): Require gnus-util.
2311
2312 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2315
2316         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2317
2318         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2319         password-cache's default if it is not bound.
2320         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2321         password-cache-expiry's default if it is not bound.
2322
2323         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2324         available in Emacs 21.
2325
2326         * lpath.el: Suppress compiler warnings for:
2327         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2328         XEmacs;
2329         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2330         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2331         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2332
2333 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2334
2335         * auth-source.el (auth-sources): Fix up definition so extra parameters
2336         are always inline.
2337
2338 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2339
2340         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2341         wasn't updated after mismatch.  Clear cached mailbox info correctly
2342         when uidvalidity changes.
2343         (nnimap-group-prefixed-name): New function to avoid some code
2344         duplication.
2345         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2346         (nnimap-request-group): Use it.
2347         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2348         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2349         with many imap folders.  This is done by caching the group status from
2350         the imap server persistently in a group parameter `imap-status'.  (This
2351         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2352         but not persistently, so every Gnus startup was still very slow.)
2353
2354 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2355
2356         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2357         delete the extra newline.  Otherwise editing of :string and :number
2358         types don't work.
2359
2360 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2361
2362         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2363         secrets.el dependency.
2364         (auth-sources): Add optional user name.  Add secrets.el configuration
2365         choice (unused right now).
2366
2367 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2368
2369         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2370         `gnus-registry-install-shortcuts' fill in the functions.
2371
2372         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2373         warnings.
2374         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2375         (gnus-registry-install-shortcuts): Populate and use it in a
2376         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2377
2378 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2379
2380         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2381         In-place substitutions for the group name encoding/decoding.
2382         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2383         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2384         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2385         (nnimap-update-unseen, nnimap-request-list)
2386         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2387         (nnimap-request-set-mark, nnimap-split-to-groups)
2388         (nnimap-split-articles, nnimap-request-newgroups)
2389         (nnimap-request-create-group, nnimap-request-accept-article)
2390         (nnimap-request-delete-group, nnimap-request-rename-group)
2391         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2392         `encoded-mbx' for consistency.
2393         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2394         variable `imap-current-mailbox'.
2395
2396         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2397         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2398
2399 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2400
2401         * pop3.el (pop3-display-message-size-flag): Display message size byte
2402         counts during POP3 download.
2403         (pop3-movemail): Use it.
2404         (pop3-list): Implement listing of available messages.
2405
2406 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2407
2408         * nnir.el (nnir-get-article-nov-override-function): New function to
2409         override the normal NOV retrieval.
2410         (nnir-retrieve-headers): Use it.
2411
2412 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2413
2414         * auth-source.el (netrc-machine-user-or-password): Autoload.
2415
2416 2010-03-19  Glenn Morris  <rgm@gnu.org>
2417
2418         Stop message.el from loading about 40 libraries it doesn't always need.
2419         The general approach is to autoload rather than require, and to
2420         require in the specific functions rather than the file.  (Bug#5642)
2421
2422         * gmm-utils.el: Don't require wid-edit.
2423         (widget-create-child-value, widget-convert, widget-default-get):
2424         Autoload.
2425
2426         * gnus-util.el: Don't require time-date, netrc.
2427         (message-fetch-field, gnus-group-name-decode): Declare rather than
2428         autoloading.
2429         (gnus-fetch-field): Require message.
2430         (gnus-decode-newsgroups): Require gnus-group.
2431
2432         * ietf-drums.el: Don't require time-date.
2433
2434         * message.el: Don't require hashcash, canlock, ecomplete.
2435         Do require mail-utils.  Require nnheader only when compiling.
2436         (smtpmail-default-smtp-server): Remove declaration.
2437         (message-send-mail-function): Check smtpmail-default-smtp-server
2438         is bound rather than requiring smtpmail.
2439         (message-auto-save-directory, message-insert-signature): Use
2440         expand-file-name rather than nnheader-concat.
2441         (nnheader-insert-file-contents): Autoload.
2442         (hashcash-wait-async): Declare.
2443         (message-send-mail): Only call gnus-setup-posting-charset if
2444         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2445         (message-send-mail-with-sendmail): Require sendmail.
2446         (canlock-password, canlock-password-for-verify): Declare.
2447         (message-canlock-password): Require canlock.
2448         (nnheader-get-report): Autoload.
2449         (gnus-setup-posting-charset): Declare.
2450         (message-send-news): Require gnus-msg.
2451         (message-make-references, message-make-in-reply-to): Use mail-header-id
2452         rather than the alias mail-header-message-id.
2453         (ecomplete-add-item, ecomplete-save): Declare.
2454         (message-put-addresses-in-ecomplete): Require ecomplete.
2455         (ecomplete-display-matches): Autoload.
2456
2457         * mm-decode.el: Don't require mailcap, gnus-util.
2458         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2459         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2460         Autoload.
2461         (mailcap-mime-extensions): Declare.
2462
2463         * mm-encode.el: Don't require mailcap.
2464         (mailcap-extension-to-mime): Autoload.
2465
2466         * mml-sec.el: Don't require password-cache.
2467
2468         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2469         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2470         (mml-minibuffer-read-type): Require mailcap.
2471         (mml-preview): Require gnus-msg.
2472
2473         * mml1991.el: Require password-cache.
2474         (password-cache-expiry): Remove declaration.
2475
2476         * mml2015.el: Require password-cache.
2477         (password-cache-expiry): Remove declaration.
2478
2479         * nneething.el (mailcap): Require mailcap.
2480
2481         * nnheader.el (declare-function): Add compatibility stub.
2482         (message-remove-header): Declare rather than autoload.
2483         (nnheader-replace-header): Require message.
2484
2485         * nnimap.el (declare-function): Add compatibility stub.
2486         (netrc-parse, netrc-machine-user-or-password): Declare.
2487         (nnimap-open-connection): Require netrc.
2488
2489         * nntp.el (declare-function): Add compatibility stub.
2490         (netrc-parse, netrc-machine, netrc-get): Declare.
2491         (nntp-send-authinfo): Require netrc.
2492
2493         * rfc2047.el: Don't require qp.
2494         (quoted-printable-encode-region, quoted-printable-decode-string):
2495         Autoload.
2496
2497         * sieve-mode.el: Don't require easymenu.
2498         (easy-menu-add-item): Autoload it.
2499
2500         * spam-stat.el (time-to-number-of-days): Autoload it.
2501
2502 2010-03-19  Glenn Morris  <rgm@gnu.org>
2503
2504         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2505
2506 2010-03-18  Glenn Morris  <rgm@gnu.org>
2507
2508         * hashcash.el (declare-function): Remove duplicate definition.
2509
2510 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2511
2512         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2513         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2514         value if any backslash escapes).
2515
2516 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2519         if it is available.  (bug#5647)
2520
2521         * lpath.el: Suppress compiler warning for coding-system-from-name for
2522         Emacs 21 and XEmacs.
2523
2524 2010-03-14  Juri Linkov  <juri@jurta.org>
2525
2526         * hmac-def.el:
2527         * hmac-md5.el:
2528         * netrc.el: Fix keywords.
2529
2530 2010-02-26  Glenn Morris  <rgm@gnu.org>
2531
2532         * message.el (message-send-mail-function): Change the default, so that
2533         it inherits from a customized send-mail-function.  (Bug#5643)
2534
2535 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2536
2537         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2538         shell-command-to-string signals an error (bug#5299).
2539
2540 2010-02-24  Glenn Morris  <rgm@gnu.org>
2541
2542         * message.el (message-smtpmail-send-it)
2543         (message-send-mail-with-mailclient): Doc fixes.
2544
2545 2010-02-16  Glenn Morris  <rgm@gnu.org>
2546
2547         * message.el (message-default-mail-headers): Change the default value
2548         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2549
2550 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2553         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2554
2555 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2556
2557         * time-date.el (date-to-time): Doc fix (Bug#5408).
2558
2559 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2560
2561         * message.el (message-mail): Just pass yank-action on to message-setup.
2562         (message-setup): Handle (FUN . ARGS) form of yank-action.
2563         (message-with-reply-buffer, message-widen-reply)
2564         (message-yank-original): Handle non-buffer values of
2565         message-reply-buffer (Bug#4080).
2566         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2567
2568 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2569
2570         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2571         Fix typo in docstring.
2572
2573 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2574
2575         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2576         response.
2577
2578 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2581
2582         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2583
2584         * message.el (message-check-news-header-syntax): Protect against a
2585         string that `rfc822-addresses' returns when parsing fails.
2586
2587 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2590         (gnus-previous-char-property-change): New functions.
2591
2592         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2593
2594 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2595
2596         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2597         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2598
2599 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2600
2601         * message.el (message-exchange-point-and-mark): Rework last change to
2602         avoid using optional arg of exchange-point-and-mark, for backward
2603         compatibility.
2604
2605 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2606
2607         * message.el (message-exchange-point-and-mark): Call
2608         exchange-point-and-mark with an argument rather than setting
2609         mark-active by hand (Bug#5175).
2610
2611 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * nntp.el (nntp-service-to-port): Work for service expressed with
2614         numeric string; replace [:digit:] with [0-9] for XEmacs.
2615
2616 2009-12-17  Glenn Morris  <rgm@gnu.org>
2617
2618         * gnus-group.el (gnus-bug-group-download-format-alist):
2619         Change emacs entry to debbugs.gnu.org.  Bump :version.
2620
2621 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2622
2623         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2624
2625 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2626
2627         * message.el (message-info): Explain why we use `Info-goto-node'.
2628
2629 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2632
2633 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2634
2635         * message.el (message-completion-in-region): New compatibility function.
2636         (message-expand-group): Use it.
2637
2638 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2641         with no unread article should be listed if the 2nd arg `predicate' is
2642         given.
2643
2644 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2647
2648 2009-11-29  Juri Linkov  <juri@jurta.org>
2649
2650         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2651         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2652         on `gnus-recenter'. (Bug#4698, Bug#4981)
2653
2654 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2655
2656         * sha1.el (sha1-string-external): default-directory "/" in case
2657         otherwise non-existent.  process-connection-type pipe for touch of
2658         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2659
2660 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2661
2662         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2663         it's comms related and sgml-mode.el has "comm" on that basis too.
2664
2665 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2668         containing tspecial characters if they have been already quoted.
2669
2670 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2671
2672         * dns-mode.el (auto-mode-alist): Purecopy string.
2673
2674 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2675
2676         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2677
2678 2009-10-24  Glenn Morris  <rgm@gnu.org>
2679
2680         * gnus-art.el (help-xref-stack-item): Define for compiler.
2681
2682 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2683
2684         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2685
2686 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2689
2690 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2693         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2694
2695 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2698         (gnus-overlays-in): New alias to overlays-in.
2699
2700         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2701         gnus-overlay-get, and gnus-delete-overlay.
2702         (gnus-summary-show-thread): Make it work as well for systems in which
2703         next-single-char-property-change is not available.
2704         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2705
2706         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2707         (gnus-overlay-get): New alias to extent-property.
2708         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2709
2710         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2711         SXEmacs.
2712
2713         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2714         SXEmacs.
2715
2716 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2719
2720 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2721
2722         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2723         and XEmacs that don't have `remove-overlays'.
2724
2725 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2728         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2729         selective display.  Use overlays instead.
2730
2731 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2732
2733         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2734
2735 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2736
2737         * spam-stat.el (spam-stat-load): Fix typo in message.
2738
2739 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2740
2741         * dig.el (dig-invoke): Fix typo in docstring.
2742         (query-dig): Reflow docstring.
2743
2744 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2745
2746         * gnus-art.el (gnus-article-encrypt-body):
2747         * message.el (message-check-recipients):
2748         * mm-util.el (mm-codepage-setup):
2749         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2750         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2751
2752 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2753
2754         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2755         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2756         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2757         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2758         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2759
2760 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2761
2762         * dig.el: Add "Keywords: comm", as per net-utils.el.
2763
2764 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * dig.el (dig-mode): Use define-derived-mode.
2767
2768 2009-09-19  Glenn Morris  <rgm@gnu.org>
2769
2770         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2771
2772 2009-09-18  Glenn Morris  <rgm@gnu.org>
2773
2774         * gnus-diary.el (gnus-diary-check-message):
2775         * message.el (message-insert-formatted-citation-line):
2776         * nnbabyl.el (top-level):
2777         * nndiary.el (nndiary-schedule):
2778         Fix typos in condition-case handlers.
2779
2780 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2783         configuration that provides the sole article window in a frame;
2784         position point correctly after deleting a part.
2785
2786 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2787
2788         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2789         (spam-resolve-registrations-routine): Use it to unregister articles
2790         that change status.
2791
2792 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2795         with XEmacs.
2796         (parse-time-string-chars): Use it.
2797
2798 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * imap.el (imap-interactive-login): Better messages.
2801         (imap-open): Fix bug with renamed buffer on reconnect.
2802         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2803         for easier debugging and cleaner code.  On successful (guessed based on
2804         server capabilities) secondary authentication, set imap-state
2805         correctly.
2806         (imap-last-authenticator): Define imap-last-authenticator as a variable
2807         to avoid warnings.
2808
2809 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * nnrss.el (nnrss-request-article): Remove binding of
2812         default-enable-multibyte-characters that has gotten needless by
2813         the 2007-07-13 change in rfc2047-encode-message-header.
2814
2815         * mml.el (mml-insert-multipart): Error on the message header.
2816         (mml-insert-part): Error on the message header; position point at
2817         the end of a MIME tag.
2818
2819 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * time-date.el (autoload): Expand define-obsolete-function-alias into
2822         defalias and make-obsolete for old Emacsen that Gnus supports.
2823         (with-no-warnings): Define it for old Emacsen.
2824         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2825         is available.
2826         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2827         float-time is available; suppress compile warning for time-to-seconds.
2828
2829         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2830         (gnus-float-time): Alias to float-time if it exists.
2831
2832         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2833         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2834         float-time is available; suppress compile warning for time-to-seconds.
2835
2836         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2837         XEmacs.
2838
2839 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * imap.el (imap-message-map): Docstring fix.
2842
2843 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2846         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2847         Add the optional argument `encoding' that overrides the default.
2848
2849         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2850         mm-encode-buffer.
2851
2852 2009-09-04  Glenn Morris  <rgm@gnu.org>
2853
2854         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2855         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2856         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2857         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2858         * mm-util.el (mm-with-unibyte-current-buffer)
2859         (mm-find-buffer-file-coding-system):
2860         * yenc.el (yenc-decode-region): Use default-value rather than
2861         default-enable-multibyte-characters.
2862
2863 2009-09-03  Glenn Morris  <rgm@gnu.org>
2864
2865         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2866         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2867         than default-enable-multibyte-characters.
2868
2869 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2870
2871         * gnus-art.el (gnus-article-read-summary-keys):
2872         Fix gnus-buffer-configuration's value temporarily used.
2873
2874 2009-09-02  Glenn Morris  <rgm@gnu.org>
2875
2876         * gnus-util.el (gnus-float-time): New function.
2877         * gnus-delay.el (gnus-delay-article):
2878         * gnus-sum.el (gnus-thread-latest-date):
2879         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2880         * nnspool.el (nnspool-request-newgroups):
2881         Use gnus-float-time rather than time-to-seconds.
2882         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2883
2884         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2885         (gnus-header-subject-face, gnus-header-newsgroups-face)
2886         (gnus-header-name-face, gnus-header-content-face):
2887         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2888         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2889         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2890         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2891         (gnus-cite-face-11):
2892         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2893         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2894         (gnus-server-closed-face, gnus-server-denied-face)
2895         (gnus-server-offline-face):
2896         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2897         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2898         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2899         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2900         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2901         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2902         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2903         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2904         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2905         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2906         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2907         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2908         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2909         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2910         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2911         (gnus-summary-high-undownloaded-face)
2912         (gnus-summary-low-undownloaded-face)
2913         (gnus-summary-normal-undownloaded-face)
2914         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2915         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2916         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2917         (gnus-splash-face):
2918         * message.el (message-header-to-face, message-header-cc-face)
2919         (message-header-subject-face, message-header-newsgroups-face)
2920         (message-header-other-face, message-header-name-face)
2921         (message-header-xheader-face, message-separator-face)
2922         (message-cited-text-face, message-mml-face):
2923         * sieve-mode.el (sieve-control-commands-face)
2924         (sieve-action-commands-face, sieve-test-commands-face)
2925         (sieve-tagged-arguments-face):
2926         * spam.el (spam-face):
2927         Mark face aliases with "-face" in the name as obsolete.
2928
2929 2009-09-01  Glenn Morris  <rgm@gnu.org>
2930
2931         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2932         than goto-line.
2933
2934 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2937         Don't move point if the command is invoked inside the message header.
2938
2939 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2940
2941         * imap.el (imap-send-command): Simplify.
2942         (imap-wait-for-tag): point-max -> buffer-size.
2943
2944 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2945
2946         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2947         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2948         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2949         * nnir.el (nnir-swish-e-index-file):
2950         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2951         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2952         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2953         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2954         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2955         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2956
2957 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2960         Don't save excursion.
2961
2962 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2963
2964         * nnheader.el (nnheader-find-file-noselect):
2965         * mm-util.el (mm-insert-file-contents):
2966         Use (default-value 'major-mode) instead of default-major-mode.
2967
2968 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2969
2970         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2971
2972 2009-08-26  Glenn Morris  <rgm@gnu.org>
2973
2974         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2975         than placing in files.el.
2976
2977 2009-08-25  Glenn Morris  <rgm@gnu.org>
2978
2979         * nnir.el (top-level): Don't require cl at run-time.
2980         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2981         Replace cl-function substitute with gnus-replace-in-string.
2982         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2983         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2984         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2985         simplified expansions.
2986
2987 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2988
2989         * dig.el (dig): Add autoload cookie.
2990
2991 2009-08-22  Glenn Morris  <rgm@gnu.org>
2992
2993         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2994         goto-line.
2995
2996 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2997
2998         * parse-time.el (parse-time-string-chars): Save match data.
2999
3000 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3001
3002         * parse-time.el (parse-time-string-chars): Compute using character
3003         classes, to handle non-ascii characters (Bug#3190).
3004
3005 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3008
3009         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3010         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3011         (gnus-mm-display-part, gnus-mime-display-single)
3012         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3013         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3014
3015         * gnus-sum.el
3016         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3017         (gnus-summary-move-article): Add expirable mark to articles copied or
3018         moved to group that has auto-expire turned on if the option is non-nil.
3019
3020 2009-07-24  Glenn Morris  <rgm@gnu.org>
3021
3022         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3023         Fix typo.  (Bug#3903)
3024
3025 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3028         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3029         that should not be used for draft articles.
3030         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3031         that has no concern in minor mode keys.
3032         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3033         Abolish.
3034
3035 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3038         article without making inquiry to a user for unknown encoding.
3039
3040         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3041         (nnmaildir--scan): Assume i-node and device number that file-attributes
3042         returns might be cons-cell.
3043
3044         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3045
3046         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3047
3048 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3049
3050         * auth-source.el: Remove docs now in auth.texi.  Don't use
3051         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3052         `auth-source-hide-passwords' and use them.
3053
3054 2009-07-15  Glenn Morris  <rgm@gnu.org>
3055
3056         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3057
3058 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3061         excessive whitespace from the default values of title and description.
3062
3063 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3066         mail-fetch-field to fetch Content-Description header in order to
3067         exclude newlines.
3068
3069 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3070
3071         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3072         format used by GnuPG 2.0.11.
3073
3074 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3077         to deleted part.
3078
3079 2009-05-30  David Engster  <dengste@eml.cc>
3080
3081         * nnmairix.el: Remove old documentation in the commentary block.
3082         (nnmairix-request-group): Do not update active file for nnml back ends.
3083         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3084         end so that overview files are ignored.
3085         (nnmairix-update-groups): Make updating the groups more robust by using
3086         marks.
3087         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3088         with dollar characters in message-id.
3089
3090 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3093         2008-12-25 in dns.el.
3094
3095 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3096
3097         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3098         could happen if the text is only composed of spaces and/or tabs.
3099
3100 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3101
3102         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3103         when sending a queued message to avoid extra mml tags.
3104
3105 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3108
3109 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3112         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3113         rmail-toggle-header for XEmacs;
3114         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3115
3116 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-dired.el: Remove autoload for gnus-setup-message.
3119         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3120         displaying Gnus logo; always use compose-mail.
3121
3122 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3125
3126 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3129         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3130         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3131         available.
3132         (gnus-nocem-epg-verify): New function.
3133
3134 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3135
3136         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3137
3138 2009-02-15  Glenn Morris  <rgm@gnu.org>
3139
3140         * gnus-util.el (rmail-insert-rmail-file-header)
3141         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3142         autoloads.
3143         (rmail-default-rmail-file): Remove unnecessary declaration.
3144         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3145
3146 2009-02-14  Glenn Morris  <rgm@gnu.org>
3147
3148         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3149         variable (only used in gnus-util, which declares it anyway).
3150         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3151         which was only needed by gnus-art (changed to not use it any more).
3152         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3153         only used in gnus-util, which autoloads it itself.
3154         (rmail-update-summary): Fix autoload.
3155
3156         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3157         rather than rmail-output-to-rmail-file.
3158
3159 2009-02-07  Glenn Morris  <rgm@gnu.org>
3160
3161         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3162         autoload of function that no longer exists.
3163         (rmail-toggle-header): Declare.
3164         (message-forward-rmail-make-body): Handle mbox Rmail.
3165
3166 2009-01-31  Glenn Morris  <rgm@gnu.org>
3167
3168         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3169         2009-01-09 change.
3170
3171 2009-01-31  Dave Love  <fx@gnu.org>
3172
3173         * imap.el (imap-fetch-safe): Bind debug-on-error.
3174         (imap-debug): Add imap-fetch-safe.
3175
3176 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3177
3178         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3179         (auth-source-forget-all-cached): New convenience function.
3180         (auth-source-user-or-password): Accept list of modes or a single mode.
3181
3182         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3183         auth-source modes.
3184
3185         * netrc.el (netrc-machine-user-or-password): Use list of
3186         auth-source modes.
3187
3188         * nnimap.el (nnimap-open-connection): Use list of
3189         auth-source modes.
3190
3191         * nntp.el (nntp-send-authinfo): Use list of
3192         auth-source modes.
3193
3194 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3197         now.
3198
3199 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3202         coding system in XEmacs; add a workaround for XEmacs.
3203
3204         * lpath.el: Fbind coding-system-aliasee.
3205
3206 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3209         of current-language-environment.
3210
3211 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3212
3213         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3214         available at runtime.
3215
3216 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3219
3220 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3221
3222         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3223         the greatest positive fixnum value doesn't work under an XEmacs with
3224         bignum support; use the most-positive-fixnum constant instead,
3225         available since Emacs 21.1 with cl and XEmacs 21.1.
3226
3227 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3230         XEmacs gets not to work.
3231
3232 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * mm-util.el (mm-coding-system-priorities): Allow the value like
3235         "Japanese (UTF-8)" of current-language-environment.
3236
3237 2009-01-09  Glenn Morris  <rgm@gnu.org>
3238
3239         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3240         with last-command-event.
3241
3242 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3245         in the doc string.
3246
3247         * message.el (message-fix-before-sending): Amend comment.
3248
3249 2009-01-08  Dave Love  <fx@gnu.org>
3250
3251         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3252
3253 2009-01-07  David Engster  <dengste@eml.cc>
3254
3255         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3256         simplified server definitions by converting it via
3257         gnus-server-to-method.
3258
3259 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3262         parameter's operands.
3263
3264 2009-01-06  David Engster  <dengste@eml.cc>
3265
3266         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3267         primary select method (for gnus-group-mark-article-as-read).
3268
3269 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3270
3271         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3272         `(gnus)Face', not `(gnus)X-Face'.
3273
3274 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * mm-util.el (mm-ucs-to-char): New function.
3277
3278         * mm-url.el (mm-url-decode-entities): Use it.
3279
3280         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3281         unicode-to-char.
3282
3283 2009-01-05  Dave Love  <fx@gnu.org>
3284
3285         * time-date.el: Require cl for `declare'.
3286
3287 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3288
3289         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3290         Dave Love.
3291
3292 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3293
3294         * message.el (message-fix-before-sending): Add `eight-bit' to
3295         illegible-text check.
3296
3297 2009-01-03  Michael Olson  <mwolson@gnu.org>
3298
3299         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3300         `headers' is nil.  This can occur if the IMAP server does not have
3301         permissions to read messages from a folder, but can write new messages
3302         to the folder.
3303         (nnimap-request-article-part): Do not insert `data' if it is nil.
3304
3305         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3306         characters which will confuse `read', so skip past them.
3307
3308 2009-01-01  Dave Love  <fx@gnu.org>
3309
3310         * imap.el (imap-string-to-integer): Fix typo.
3311         (imap-fetch-safe): New function.
3312         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3313
3314         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3315
3316         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3317         (imap-parse-greeting): Fix doc strings.
3318         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3319         (imap-parse-flag-list): Make messages unique.
3320         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3321
3322         * nnimap.el: Fix author email.
3323         (nnimap-split-rule): Add FIXME comment.
3324         (nnimap-debug): Fix doc string.
3325
3326 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3329
3330 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3331
3332         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3333         nslookup if resolv.conf isn't available.
3334         (dns-query): Rename from query-dns.
3335         (dns-query-cached): Rename from query-dns-cached.
3336
3337 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3340         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3341         to check if those variables exist (first appeared in Emacs 18.50).
3342
3343 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * mm-util.el (mm-line-number-at-pos): New function.
3346
3347         * spam-report.el (spam-report-process-queue): Use it.
3348
3349 2008-12-24  David Engster  <dengste@eml.cc>
3350
3351         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3352         parameters that haven't existed as variables as buffer-local variables.
3353
3354 2008-12-23  Dave Love  <fx@gnu.org>
3355
3356         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3357         cadar.
3358
3359         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3360         imap-starttls-p.
3361         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3362
3363 2008-12-22  Dave Love  <fx@gnu.org>
3364
3365         * imap.el: Fix author email.  Doc fixes.
3366         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3367         reply.
3368
3369 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * spam-report.el (spam-report-gmane-max-requests): New constant.
3372         (spam-report-gmane-wait): New variable.
3373         (spam-report-gmane-ham, spam-report-gmane-spam)
3374         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3375         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3376         the server.
3377
3378         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3379         Add explanations.
3380
3381         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3382         nnheader-accept-process-output and nnheader-read-timeout if available.
3383         (pop3-movemail): Use it.
3384
3385         * message.el (message-check-news-body-syntax): Fix signature check if
3386         there's an attachment.
3387
3388 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * mm-util.el: Add comments to the mm- emulating functions.
3391
3392 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3393
3394         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3395         by Stephen Berman <stephen.berman@gmx.net>.
3396
3397 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * mm-util.el (mm-substring-no-properties): New function.
3400         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3401         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3402         (mm-string-to-multibyte): Doc fix.
3403
3404         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3405
3406 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         * mml.el (mml-attach-file): Strip text properties from file name.
3409         (Bug#1574)
3410
3411 2008-12-16  Glenn Morris  <rgm@gnu.org>
3412
3413         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3414
3415 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3418         knows since the charset specified might be a bogus alias that
3419         mm-charset-synonym-alist provides.
3420
3421 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3424         "ISO_8859-1".
3425
3426         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3427
3428 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * mm-util.el (mm-charset-eval-alist):
3431         Define it before mm-charset-to-coding-system.
3432         (mm-charset-to-coding-system): Add optional argument `silent';
3433         define it before mm-charset-override-alist.
3434         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3435         default value if it can be used in Emacs currently running;
3436         silence mm-charset-to-coding-system.
3437
3438 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3441         `allow-override' which says whether to use `mm-charset-override-alist'.
3442         (rfc2047-decode-encoded-words): Use it.
3443
3444         * mm-util.el (mm-charset-override-alist): Fix custom type;
3445         add `(gb2312 . gbk)' to choices.
3446
3447 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3450         fast.
3451
3452         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3453
3454         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3455
3456 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3457
3458         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3459         on links.
3460
3461         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3462
3463 2008-12-03  Lute Kamstra  <lute@gnu.org>
3464
3465         * sha1.el: Remove leading * from docstrings of defcustoms,
3466         deffaces, defconsts and defuns.
3467
3468 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3471         users' addresses that don't have domain parts.
3472         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3473         rather than message-narrow-to-head since there will be the message
3474         header separator.
3475
3476 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3477
3478         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3479         since the result is inserted in a unibyte buffer anyway.
3480         (nnimap-demule-use-string-to-multibyte): Remove.
3481         (nnimap-demule): Alias it to mm-string-to-multibyte.
3482
3483 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3486         variable for debugging bug#464 and bug#1174.
3487         (nnimap-demule): Use it.
3488
3489 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3490
3491         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3492         score calculation correctly.
3493
3494 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3495
3496         * message.el (message-send-mail): Just set the buffer to unibyte
3497         rather than use mm-with-unibyte-current-buffer which does a lot more.
3498         (message-send-mail-partially): Don't bother with
3499         mm-with-unibyte-current-buffer since it's already been made unibyte by
3500         message-send-mail.
3501
3502 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3505
3506 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3507
3508         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3509
3510 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3513         require itself and to remove `with-no-warnings'.
3514
3515 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3516
3517         * starttls.el (starttls-any-program-available): Get the name of the
3518         available TLS layer program.
3519         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3520         well as the host name in the "opening" message.
3521
3522         * auth-source.el (auth-source-cache, auth-source-do-cache)
3523         (auth-source-user-or-password): Cache passwords and logins by default,
3524         allow override with `auth-source-do-cache'.
3525         (auth-source-forget-user-or-password): Allow users to remove cache
3526         entries if needed.
3527
3528 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3529
3530         * md4.el (md4-buffer): Fix typo in docstring.
3531         (md4, md4-64): Doc fixes.
3532         (md4-pack-int32): Reflow docstring.
3533
3534 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3537         condition-case to only the forward-sexp call.
3538
3539 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3540
3541         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3542         quotes contained.  Make it more robust regardless by an extra
3543         condition-case wrapper.
3544
3545 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3548
3549 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * nnml.el (nnml-request-expire-articles): Check if the function set to
3552         `nnmail-expiry-target' returns the symbol `delete'.
3553
3554         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3555
3556         * nnmail.el (nnmail-expiry-target): Fix custom type.
3557
3558 2008-10-02  Glenn Morris  <rgm@gnu.org>
3559
3560         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3561         Silence compiler warning.
3562
3563 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3564
3565         * tls.el (open-tls-stream): Show the actual command being
3566         executed, instead of the format string.
3567
3568 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * lpath.el: Fbind codepage-setup for Emacs 23.
3571
3572 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3573
3574         * mml.el (mml-menu): Don't assume mml2015 is bound.
3575
3576 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3579         exists.
3580
3581 2008-09-27  Glenn Morris  <rgm@gnu.org>
3582
3583         * gnus-util.el (mail-header-remove-comments): Autoload it.
3584
3585 2008-09-27  Andreas Schwab  <schwab@suse.de>
3586
3587         * gnus-util.el (gnus-split-references): Strip comments.
3588         (gnus-parent-id): Likewise.
3589
3590 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * message.el (message-confirm-send): Fix version.
3593
3594 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * message.el (message-idna-to-ascii-rhs-1): Use
3597         mail-extract-address-components rather than mail-header-parse-addresses
3598         that is an alias by default to ietf-drums-parse-addresses that does not
3599         support non-ASCII names in headers' contents.
3600
3601 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * message.el (message-confirm-send): Fixed variable documentation to
3604         avoid the "y/n" wording.
3605
3606 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3607
3608         * message.el (message-set-auto-save-file-name): Save to a different
3609         filename so multiple messages (especially drafts) can be recovered.
3610
3611 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3612
3613         * message.el (message-confirm-send): Add appropriate version.
3614
3615 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3616
3617         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3618         defvar.
3619
3620 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3621
3622         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3623         (mm-pkcs7-enveloped-magic): Ditto.
3624
3625 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3626
3627         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3628         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3629
3630 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3633         default, it's better.
3634
3635 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3638         summary line gnus-number property and ignore them (with a warning
3639         message).
3640
3641 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3644         macro caddr in the interactive form since it won't be expanded.
3645
3646 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3649         `charset'; fix name of function called recursively.
3650         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3651
3652 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3655         (gnus-mime-set-charset-parameters): New function.
3656         (gnus-mime-view-part-as-charset): Use it to correctly display part
3657         specifying wrong charset.
3658
3659 2008-09-08  David Engster  <dengste@eml.cc>
3660
3661         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3662         in completing-read for back end server.
3663
3664 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3665
3666         * message.el (message-confirm-send): New variable to confirm sending a
3667         message.
3668         (message-send): Use it.
3669
3670 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3671
3672         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3673
3674 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3677
3678 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3681         prevent tracking too many groups.
3682         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3683         Use it.
3684
3685 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3686
3687         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3688         moving point to the bottom of the window in order to avoid recentering.
3689
3690 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3693
3694         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3695         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3696         (gnus-article-beginning-of-window): Fix calculation.
3697
3698 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-msg.el (gnus-summary-supersede-article)
3701         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3702         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3703         message header.
3704
3705 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3706
3707         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3708         pending output coming after the status change.
3709
3710 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3711
3712         * message.el:
3713         * gnus-start.el:
3714         * gnus-registry.el: Remove VMS support.
3715
3716 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3719         macro.
3720         (rfc2104-hash): Use it.
3721
3722 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3723
3724         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3725         (gnus-summary-sort-by-most-recent-date): New commands.
3726         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3727         and menu entries.
3728
3729 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3732         don't redisplay article for raw contents; remove plural articles stuff.
3733
3734         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3735         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3736         on gnus-summary-save-article; display results properly.
3737
3738 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * lpath.el: No need to fbind ns-focus-frame.
3741
3742 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3745
3746 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3749         gnus-save-all-headers.
3750
3751 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3752
3753         * gnus-util.el (ns-focus-frame): Remove declaration.
3754         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3755         like x.
3756
3757 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3758
3759         * rfc2104.el (rfc2104-zero): Delete defconst.
3760         (rfc2104-hex-alist): Likewise.
3761         (rfc2104-hex-to-int): Delete func.
3762         (rfc2104-hexstring-to-bitstring): Likewise.
3763         (rfc2104-nybbles): New defconst.
3764         (rfc2104-hash): Rewrite for speed.
3765
3766 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * tls.el (open-tls-stream): Make it work with the 2nd argument
3769         BUFFER that is a string but does not exist as a buffer object, as
3770         mentioned in the doc-string.
3771
3772 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3775         SXEmacs.
3776
3777 2008-07-16  Glenn Morris  <rgm@gnu.org>
3778
3779         * gnus-util.el (ns-focus-frame): Declare for compiler.
3780
3781 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3784         set as a group parameter.
3785         (gnus-summary-save-in-pipe): Work when it is called independently.
3786         (gnus-summary-pipe-to-muttprint): Don't modify
3787         gnus-summary-pipe-output-default-command.
3788
3789 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * message.el (message-send-mail-with-sendmail):
3792         Display the error message.
3793
3794 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-art.el (gnus-default-article-saver):
3797         Add gnus-summary-save-in-pipe to choices.
3798         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3799         gnus-summary-pipe-output-default-command as the default command.
3800         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3801         instead of gnus-last-shell-command.
3802
3803         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3804         New user option.
3805         (gnus-summary-muttprint-program): Mention the value will be changed.
3806         (gnus-summary-save-article): Force showing of all headers.
3807         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3808
3809 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3810
3811         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3812
3813 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3814
3815         * nnimap.el (nnimap-id):
3816         * sieve-manage.el (sieve-manage-open): Doc fixes.
3817
3818 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3819
3820         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3821         if available.
3822
3823 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3824
3825         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3826
3827         * nnkiboze.el (nnkiboze-generate-group):
3828         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3829
3830         * nnmairix.el: Require CL.
3831
3832 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * dgnushack.el: Autoload get-display-table and put-display-table for
3835         XEmacs 21.5.
3836
3837         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3838         21.4 and SXEmacs.
3839
3840 2008-06-15  David Engster  <dengste@eml.cc>
3841
3842         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3843
3844 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3845
3846         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3847         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3848         runtime choice under XEmacs.
3849
3850         * gnus-sum.el (gnus-summary-set-display-table):
3851         Use `gnus-put-display-table', `gnus-get-display-table',
3852         `gnus-set-display-table' for the display table, instead of `aset'.
3853
3854         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3855         Use `gnus-put-display-table', `gnus-get-display-table',
3856         `gnus-set-display-table' for the display table.
3857
3858 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * nnmairix.el: Add autoloads.
3861
3862 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * nnmairix.el (nnmairix-delete-recreate-group)
3865         (nnmairix-update-and-clear-marks): Fix error messages.
3866
3867 2008-06-14  David Engster  <dengste@eml.cc>
3868
3869         * nnmairix.el: Upgrade to version 0.6.
3870         (nnmairix-group-toggle-propmarks-this-group)
3871         (nnmairix-group-toggle-readmarks-this-group)
3872         (nnmairix-group-delete-recreate-this-group)
3873         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3874         (nnmairix-remove-tick-mark-original-article): New commands.
3875         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3876         (nnmairix-propagate-marks-to-nnmairix-groups)
3877         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3878         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3879         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3880         functions needed for marks propagation and manipulation of read marks.
3881         (nnmairix-update-groups): New function.
3882         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3883         (nnmairix-determine-original-group-from-registry)
3884         (nnmairix-determine-original-group-from-path)
3885         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3886         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3887         New helper functions.
3888         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3889         keystrokes for new commands.
3890         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3891         (nnmairix-request-group): Check allow-fast group parameter.
3892         (nnmairix-request-create-group): Set allow-fast group parameter if
3893         nnmairix-allowfast-default is set.
3894         (nnmairix-close-group): Propagate marks upon closing if needed.
3895         (nnmairix-group-toggle-threads-this-group): Use new.
3896         nnmairix-group-toggle-parameter helper function.
3897         (nnmairix-search): Better check for empty search result.
3898         (nnmairix-goto-original-article): Use new helper functions for
3899         determining original article.
3900         (nnmairix-show-original-article): Make sure message-id is in brackets.
3901         (nnmairix-call-mairix-binary): Change variable name.
3902         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3903         helper function.
3904         (nnmairix-widget-toggle-activate): Fix doc string.
3905
3906 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * nnir.el: Require edmacro when compiling with XEmacs.
3909         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3910         available in Emacs 21.
3911
3912 2008-06-11  Glenn Morris  <rgm@gnu.org>
3913
3914         * gnus-util.el (x-focus-frame):
3915         * gnus.el (image-size):
3916         * mm-decode.el (image-size): Declare.
3917
3918         * gnus-picon.el (declare-function): Add compat definition.
3919         (image-size): Declare.
3920
3921         * gnus-group.el (tool-bar-map):
3922         * gnus-sum.el (tool-bar-map): Define for compiler.
3923
3924         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3925
3926         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3927
3928         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3929         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3930         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3931         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3932         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3933         * sieve-manage.el, spam-report.el, spam.el:
3934         Remove unnecessary eval-and-compile of autoloads.
3935
3936 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3937
3938         * auth-source.el: Precise Tramp doc.
3939
3940 2008-06-07  Glenn Morris  <rgm@gnu.org>
3941
3942         * nnmairix.el: Remove unnecessary eval-when-compile.
3943
3944 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * lpath.el: Fbind propertize for XEmacs 21.4.
3947
3948 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3949
3950         * nnir.el: Move here from ../contrib.
3951
3952 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3953
3954         * gnus-util.el (gnus-read-shell-command): New function.
3955         * mm-decode.el (mm-pipe-part):
3956         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3957
3958 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3961
3962 2008-06-03  Glenn Morris  <rgm@gnu.org>
3963
3964         * pop3.el (nnheader-accept-process-output): Autoload it.
3965
3966 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3969         are not 2-digit hexadecimal characters that follow `%'s.
3970
3971 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * message.el (message-bogus-recipient-p): Fix type in doc string.
3974         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3975         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3976         Improve custom options.
3977         (message-bogus-recipient-p): Adjust accordingly.
3978
3979 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3980
3981         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3982         long-form month and day names.
3983
3984 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * dgnushack.el: Autoload debug, eudc-expand-inline and
3987         pgg-snarf-keys-region for XEmacs.
3988
3989         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3990
3991         * nnmairix.el: Require edmacro when compiling with XEmacs.
3992
3993 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3996         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3997
3998 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * auth-source.el: Add more docs.
4001
4002         * netrc.el (netrc-machine): Always match if the port is not given.
4003
4004 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4007         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4008         retrieval faster in some cases, but might make CPU usage larger.  If
4009         this has any bad side effects, we might revert this change.
4010
4011         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4012         seems to make mail retrieval much, much faster.
4013         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4014         unconditionally.
4015
4016         * gnus-draft.el (gnus-group-send-queue): Bind
4017         message-send-mail-partially-limit to nil to avoid being prompted.
4018
4019 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4022
4023         * message.el (message-bogus-address-regexp): Fix and improve custom
4024         type.
4025         (message-setup-hook): Add message-check-recipients as custom option.
4026
4027 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * message.el (message-cite-function): Remove bogus autoload which crept
4030         in during merge from v5-10.
4031
4032 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4035
4036         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4037
4038         * auth-source.el: Preliminary Tramp docs.
4039         (auth-sources): Change the default auth-sources to use
4040         EPA .gpg files.
4041
4042 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * nntp.el: Autoload `auth-source-user-or-password'.
4045         (nntp-send-authinfo): Use it.
4046
4047         * nnimap.el: Autoload `auth-source-user-or-password'.
4048         (nnimap-open-connection): Use it.
4049
4050         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4051         for the gnus-message function.
4052         (auth-source-user-or-password): Use it.
4053
4054 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4057         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4058         (rfc2104-hash): Use it.
4059
4060 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4061
4062         * gnus-art.el (gnus-article-toggle-truncate-lines):
4063         Don't use `iff' in docstring.
4064
4065 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4068
4069         * gnus-util.el (gnus-extract-address-component-name)
4070         (gnus-extract-address-component-email): Convenience functions around
4071         `gnus-extract-address-components'.
4072
4073         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4074         Use `gnus-extract-address-component-email' to fix bug of comparing full
4075         sender name to `user-mail-address'.
4076
4077 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4078
4079         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4080         catch/throw to optimize.
4081         (gnus-registry-find-keywords): Just use member to find a keyword.
4082
4083 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4084
4085         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4086         is current before calling gnus-server-prepare.
4087         (gnus-server-setup-buffer, gnus-server-update-server)
4088         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4089
4090 2008-05-04  Juri Linkov  <juri@jurta.org>
4091
4092         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4093         (mailcap-file-default-commands): Use mailcap-replace-in-string
4094         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4095         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4096
4097 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4098
4099         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4100
4101 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4102
4103         * gnus.el: Bump version to 0.11.
4104
4105 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4106
4107         * gnus.el: No Gnus v0.10 is released.
4108
4109 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4112         hooks.
4113         (gnus-update-read-articles): Speed up non-marks-using users.
4114         (gnus-use-marks): Define gnus-use-marks.
4115         (gnus-propagate-marks): Rename variable to something more sensible.
4116
4117 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4118
4119         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4120         (gmm-image-load-path-for-library): Fix typos in docstrings.
4121         (gmm-message): Reflow docstring.
4122
4123 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4124
4125         * mail-source.el (mail-source-set-1, mail-source-bind):
4126         Move auth-source code out of the macro to clean it up and fix bugs.
4127
4128 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4131         by sender if it's equal to user-mail-address, it's likely to be
4132         useless.
4133
4134         * mail-source.el (mail-source-bind): Don't use user or password if they
4135         are not bound.  Unintern them if they are nil.  Don't use server unless
4136         it's bound, and default it to empty string otherwise.
4137
4138 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4139
4140         * mail-source.el: Load auth-source.el.
4141         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4142         get user name or password, if auth-sources is set up.
4143
4144         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4145         strategy of splitting with parent.
4146         (gnus-registry-split-fancy-with-parent)
4147         (gnus-registry-post-process-groups): Use it and fix prior
4148         bug (returning a list as the split result).
4149
4150         * auth-source.el (auth-sources): Remove server parameter.
4151         (auth-source-pick, auth-source-user-or-password)
4152         (auth-source-user-or-password-imap)
4153         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4154         (auth-source-user-or-password-sftp)
4155         (auth-source-user-or-password-smtp): Remove server parameter.
4156
4157 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4158
4159         * smime.el (smime-sign-region, smime-encrypt-region)
4160         (smime-decrypt-region):
4161         Remove redundant calls to `generate-new-buffer-name'.
4162
4163 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4164
4165         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4166         Don't use QP for message/rfc822.
4167         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4168
4169 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * sieve-manage.el (sieve-string-bytes): Remove.
4172         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4173         correct byte-length only if the process's coding-system is the same as
4174         the one used internally by Emacs to represent strings.
4175
4176 2008-04-22  Juri Linkov  <juri@jurta.org>
4177
4178         * mailcap.el (mailcap-file-default-commands): New function.
4179
4180 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4181
4182         * message.el (message-signature-separator, message-cite-function):
4183         Change custom version.
4184
4185 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4186
4187         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4188         commands.
4189         (tls-checktrust): Ditto.
4190
4191 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4192
4193         * mm-decode.el (mm-display-external): Make temp file read-only.
4194
4195 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4198         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4199         `C-c C-f d'.
4200
4201 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4202
4203         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4204
4205 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * gnus.el: Bump version to 0.9.
4208
4209 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * gnus.el: No Gnus v0.8 is released.
4212
4213 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4214
4215         * mail-source.el (mail-source-value):
4216         Prefer fboundp to functionp so it works with macros as well.
4217
4218 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4219
4220         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4221         Fix last change in case the element is not even a symbol.
4222
4223 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4224
4225         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4226         Prefer fboundp to functionp so it works with macros as well.
4227
4228 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         * auth-source.el: Added docs.
4231         (auth-sources): Modify format to support server.
4232         (auth-source-pick, auth-source-user-or-password)
4233         (auth-source-user-or-password-imap)
4234         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4235         (auth-source-user-or-password-sftp)
4236         (auth-source-user-or-password-smtp): Add server parameter.
4237
4238 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * gnus-registry.el: Initialize the registry when gnus-registry-install
4241         is t.
4242
4243 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * compface.el (uncompface): Make buffer unibyte.
4246
4247 2008-04-05  Glenn Morris  <rgm@gnu.org>
4248
4249         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4250
4251 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4252
4253         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4254         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4255
4256         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4257         multibyteness after rather than before erasing it.
4258
4259         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4260         mm-with-multibyte.
4261         (gnus-request-article-this-buffer): Make sure the proper decoding is
4262         used if gnus-original-article-buffer happens to be unibyte.
4263
4264         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4265         default-enable-multibyte-characters.
4266
4267         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4268         default-enable-multibyte-characters.
4269
4270         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4271
4272         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4273
4274 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4275
4276         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4277         (imap-message-copyuid-1): Use it.
4278         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4279         J. Williams in
4280         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4281
4282         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4283         imap-enable-exchange-bug-workaround.
4284         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4285
4286 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4287
4288         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4289         a 100 byte status-checks into a 2-3MB transfer for each group.
4290         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4291         to enable bug workaround or not.
4292         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4293
4294 2008-03-31  Glenn Morris  <rgm@gnu.org>
4295
4296         * message.el (mml2015-use): Declare for compiler.
4297         (message-info): Require mml2015 when appropriate.
4298
4299 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4302         whitespace.
4303
4304 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4305
4306         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4307         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4308         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4309         (nntp-service-to-port): New function.
4310         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4311         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4312         (nntp-open-netcat-stream): New function.
4313         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4314
4315 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4316
4317         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4318
4319 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4320
4321         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4322
4323 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4324
4325         * dns.el (dns-write): Use set-buffer-multibyte.
4326
4327 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4328
4329         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4330
4331 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * message.el (message-signature-separator): Change default.
4334         Improve custom type.
4335         (message-cite-function): Change default to
4336         message-cite-original-without-signature.
4337
4338         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4339         toggle.
4340
4341         * message.el (message-check-news-body-syntax): Fix signature check.
4342         (message-setup-1): Mark buffer as unmodified _after_ running
4343         message-setup-hook and handling message-alternative-emails.
4344         (message-shorten-references): Be more strict when building list of
4345         valid references to comply with GNKSA.
4346
4347         * gnus-group.el (gnus-read-ephemeral-bug-group)
4348         (gnus-read-ephemeral-debian-bug-group)
4349         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4350
4351         * message.el (message-info): Don't use booleanp which isn't supported
4352         in Emacs 21 and XEmacs.
4353
4354 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4357         gnus-group-gmane-group-download-format.
4358         (gnus-group-read-ephemeral-gmane-group): Rename from
4359         gnus-group-read-ephemeral-gmane-group.
4360         (gnus-read-ephemeral-gmane-group-url): Rename from
4361         gnus-group-read-ephemeral-gmane-group-url.
4362         (gnus-bug-group-download-format-alist): New variable.
4363         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4364         (gnus-read-ephemeral-emacs-bug-group): New commands.
4365
4366 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4369         (gnus-visible-headers): Improve custom type.
4370
4371 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * mml.el (mml-menu): Add workarounds for XEmacs.
4374
4375         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4376         X-Boundary header.
4377
4378         * message.el (message-simplify-recipients): Fix previous commit.
4379
4380 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * mm-util.el (mm-set-buffer-multibyte): New function.
4383         * mm-decode.el (mm-copy-to-buffer): Use it.
4384
4385 2008-03-19  Glenn Morris  <rgm@gnu.org>
4386
4387         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4388         Accidentally removed in the sync process with Emacs.
4389
4390 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * message.el (message-alter-recipients-discard-bogus-full-name):
4393         New function.
4394         (message-alter-recipients-function): New variable.
4395         (message-get-reply-headers): Use it.
4396         (message-replace-header): New helper function.
4397         (message-recipients-without-full-name): New variable.
4398         (message-simplify-recipients): New command.
4399
4400         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4401
4402         * message.el (message-info): Handle EasyPG manual.
4403
4404         * mml.el (mml-menu): Add entry for EasyPG.
4405
4406 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4407
4408         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4409         parameter.
4410
4411         * message.el (message-disassociate-draft): Specify drafts group name
4412         fully.
4413
4414 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4415
4416         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4417         unnecessary duplicates from the match list.
4418
4419 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4422
4423         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4424
4425         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4426         args of `how-many' of which the XEmacs version doesn't take; declare
4427         Info-index-next as function.
4428
4429 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4430
4431         * gnus-score.el (gnus-score-headers): Fix handling of
4432         gnus-inhibit-slow-scoring.
4433
4434         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4435         string.
4436         (gnus-button-url-regexp): Improve handling of parenthesis.
4437         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4438         (gnus-button-handle-info-keystrokes): Handle index entries.
4439
4440 2008-03-15  Glenn Morris  <rgm@gnu.org>
4441
4442         * parse-time.el (parse-time-string): Simplify.
4443
4444 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4447         Incoming* files.
4448
4449 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4452         (auth-source-pick): Use it.
4453
4454 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4455
4456         * binhex.el (binhex-decode-region-internal):
4457         * uudecode.el (uudecode-decode-region-internal):
4458         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4459         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4460         setting default-enable-multibyte-characters.
4461
4462 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * auth-source.el (auth-source-protocols)
4465         (auth-source-protocols-customize, auth-source-choices): Added and
4466         modified variable customizations and defaults.
4467         (auth-source-pick, auth-source-user-or-password)
4468         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4469         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4470         (auth-source-user-or-password-sftp)
4471         (auth-source-user-or-password-smtp): Use new variables and provide an
4472         interface to netrc.el.
4473
4474 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4477         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4478         Make sure the nntp port to specify is a string.
4479
4480 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4481
4482         * nntp.el: Use with-current-buffer.
4483         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4484         dubious mm-with-unibyte-current-buffer.
4485         (nntp-with-open-group-function): New function extracted from
4486         nntp-with-open-group macro.
4487         (nntp-with-open-group): Use the function, so it's easier to debug.
4488         Add indentation and debugging info.
4489         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4490         the use of the netcat alternatives.
4491
4492         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4493         Avoid mm-string-as-multibyte as well.
4494
4495         * nnweb.el (nnweb-insert-html):
4496         Remove use of nnheader-string-as-multibyte.
4497
4498         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4499         (nnheader-string-as-multibyte): Remove.
4500
4501         * mm-view.el: Use inhibit-read-only.
4502         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4503         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4504         or unibyte-string.
4505
4506         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4507         (mm-uu-yenc-extract): Use with-current-buffer.
4508
4509         * gnus-soup.el (gnus-soup-send-packet): Don't use
4510         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4511
4512         * nnmh.el: Use with-current-buffer.
4513         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4514         mm-string-as-multibyte on the output of mm-encode-coding-string.
4515
4516         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4517         (nnimap-request-move-article): Use with-current-buffer.
4518
4519         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4520         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4521         conversion uses string-make-unibyte rather than string-as-unibyte.
4522
4523         * gnus-msg.el: Use with-current-buffer.
4524
4525         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4526
4527 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4528
4529         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4530         string for caching if it is 'PIN.
4531
4532 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * lpath.el: Consider the case without Emacs/W3.
4535
4536 2008-03-08  Glenn Morris  <rgm@gnu.org>
4537
4538         * time-date.el (date-to-time, time-subtract, time-add)
4539         (safe-date-to-time): Doc fixes.
4540
4541 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * mail-source.el (mail-source-delete-old-incoming-confirm):
4544         Change default to nil.
4545         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4546
4547 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * lpath.el: Rearrange.
4550
4551         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4552         (gnus-article-goto-prev-page): Work for articles having ^L's.
4553
4554         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4555
4556         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4557
4558 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4559
4560         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4561         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4562         (gnus-bookmark-jump): Adjust some variable names.
4563
4564 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * auth-source.el: New package.
4567         (auth-source-choices): Add customization entry point variable.
4568
4569         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4570         bug.
4571
4572 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4573
4574         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4575         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4576         (gnus-registry-install-shortcuts): Rename from
4577         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4578         the `gnus-registry-mark-map' keymap dynamically from
4579         `gnus-registry-marks'.  The generated functions update the summary line
4580         when a registry mark is added or deleted, and will call
4581         `gnus-registry-install-p' (see the comments in the code).
4582         (gnus-registry-user-format-function-M): Use concat intelligently.
4583
4584         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4585         the registry mark functions.
4586
4587 2008-03-05  Glenn Morris  <rgm@gnu.org>
4588
4589         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4590         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4591         gnus-art.
4592         (top-level): No need to load own source when compiling.
4593
4594 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4595
4596         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4597         Suggested by <chris.anderton@zetnet.co.uk>.
4598
4599 2008-03-04  Glenn Morris  <rgm@gnu.org>
4600
4601         * gnus-sum.el (top-level): No need to require gnus when compiling,
4602         since unconditionally required near start of file.
4603         (gnus-summary-display-while-building): Move definition before use.
4604
4605 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4608         formatting function.
4609
4610 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4613         with plists.
4614         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4615         Use new format.
4616
4617 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4620         `where-is-internal' that returns a range of key sequences.
4621
4622 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4623
4624         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4625
4626         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4627         (gnus-summary-jump-to-group): Consider windows on other displayed
4628         frames as well.  Similar changes might be needed elsewhere, but that's
4629         the one I've bumped into during my use.
4630
4631         * nndoc.el (nndoc-oe-dbx-type-p):
4632         * gnus-msg.el (gnus-debug):
4633         * gnus-group.el (gnus-update-group-mark-positions):
4634         Use mm-string-to-multibyte.
4635
4636 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4639         doesn't handle NotDashEscaped.
4640
4641         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4642         (mml-dnd-attach-options): Fix typo in custom choice.
4643
4644         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4645         nndoc-article-type to mbox.
4646         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4647
4648         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4649         to nil, instead of html2text.
4650
4651         * imap.el (imap-debug): Add `imap-ping-server'.
4652
4653         * gnus-bookmark.el: Add FIXMEs.
4654
4655         * message.el (message-form-letter-separator)
4656         (message-send-form-letter-delay): New variables.
4657         (message-send-form-letter): Use them.  New command to send form
4658         letters.  Requested by Uwe Siart.
4659         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4660
4661 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * Update copyright years.
4664
4665 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         Sync from EMACS_22_BASE.
4668
4669         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4670
4671 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4672
4673         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4674         empty author.
4675
4676 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-registry.el (gnus-registry-marks): Add variable for
4679         customization of marks and their appearance.
4680         (gnus-registry-read-mark): Use it.
4681         (gnus-registry-do-marks): Add utility function to loop through
4682         `gnus-registry-marks'.
4683         (gnus-registry-install-shortcuts-and-menus): Add function to install
4684         shortcuts and menus.
4685         (gnus-registry-initialize): Use it.
4686         (gnus-registry-default-mark): Clarify documentation.
4687
4688 2008-02-29  Glenn Morris  <rgm@gnu.org>
4689
4690         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4691         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4692         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4693         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4694         Change defcustom :version from 23.0 to 23.1.
4695
4696 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * gnus-registry.el (gnus-registry-follow-group-p)
4699         (gnus-registry-post-process-groups): Add functions to aid registry
4700         splitting and improve logging.  Clarify behavior in function
4701         documentation.
4702         (gnus-registry-split-fancy-with-parent): Use them.
4703
4704 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4705
4706         * gnus-art.el: Use with-current-buffer.
4707
4708 2008-02-27  David Engster  <dengste@eml.cc>
4709
4710         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4711         Express real group name in the response.
4712
4713 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4716         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4717         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4718         autoload gnus-registry-fetch-group when compiling.
4719         (nnmairix-request-group-with-article-number-correction): Remove
4720         unreferenced argument passed to nnmairix-call-backend.
4721
4722 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4725         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4726         Wilde.
4727
4728 2008-02-27  Glenn Morris  <rgm@gnu.org>
4729
4730         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4731         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4732         variables to defconsts.  Convert comments to doc-strings.
4733         (nnmairix-last-server, nnmairix-current-server): Convert from free
4734         variables to defvars.  Convert comments to doc-strings.
4735         (gnus-registry-fetch-group): Autoload.
4736         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4737         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4738         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4739         caddr.
4740         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4741         nnmairix-request-group-with-article-number-correction call.
4742         (nnmairix-fast, nnmairix-group): New, less general names, for free
4743         variables passed from nnmairix-request-group to
4744         nnmairix-request-group-with-article-number-correction.  Declare.
4745         (nnmairix-request-group-with-article-number-correction):
4746         Use nnmairix-fast, nnmairix-group rather than fast, group.
4747
4748 2008-02-26  David Engster  <dengste@eml.cc>
4749
4750         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4751         version 0.5.
4752
4753 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4756         instead of making an extra function call.  Don't add the current group
4757         to articles only when they have the group.  Use
4758         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4759         Reported by David <de_bb@arcor.de>.
4760
4761 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4764         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4765
4766 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4767
4768         * mail-source.el (mail-source-delete-incoming): Change default.
4769         Supplement doc string.
4770
4771         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4772
4773 2008-02-14  Glenn Morris  <rgm@gnu.org>
4774
4775         * time-date.el (format-seconds): New function.
4776
4777 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * nnmail.el (nnmail-message-id-cache-file): Derive from
4780         `gnus-home-directory'.
4781
4782 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4785         Document negative prefix.
4786
4787         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4788
4789 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * message.el (message-unsent-separator): Add the Exim bounce
4792         separator.
4793
4794 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4795
4796         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4797         list.
4798         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4799         recipient/signer list.
4800
4801 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * Makefile.in (datarootdir): Define.
4804         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4805         name that might contain whitespace.
4806
4807 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4810         fbound (Emacs 23 unicode), signal an error.
4811
4812 2008-02-08  Glenn Morris  <rgm@gnu.org>
4813
4814         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4815
4816 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4817
4818         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4819         ports to the calls to `netrc-machine-user-or-password' in addition to
4820         "imap" and "imaps".
4821
4822 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4823
4824         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4825
4826         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4827
4828 2008-02-01  Kenichi Handa  <handa@m17n.org>
4829
4830         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4831         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4832         (rfc2104-hash): Convert the result of concat to unibyte string.
4833
4834 2008-02-01  Dave Love  <fx@gnu.org>
4835
4836         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4837         coding-system-for-read.
4838         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4839
4840 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4843         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4844         <hanche@math.ntnu.no>.
4845
4846 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4849
4850         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4851
4852 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4853
4854         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4855         * message.el (message-beginning-of-line): Use featurep instead of bound
4856         tests in order to resolve conditionals at compile time.
4857
4858 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4859
4860         * mail-source.el (mail-sources): Add `group' choice.
4861
4862         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4863         parameter `in-group' to control into which group the articles go.
4864         Add treatment of `group' mail-source.
4865
4866 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4869
4870         * mm-decode.el (mm-dissect-buffer): Decode description.
4871
4872         * mml.el (mml-to-mime): Encode message header first.
4873
4874 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4877         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4878
4879         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4880         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4881
4882 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4883
4884         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4885
4886 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4889         prefix keys.
4890         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4891         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4892         gnus-xmas.el.
4893
4894         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4895         (gnus-xmas-article-describe-bindings): New function.
4896         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4897         gnus-xmas-article-describe-bindings.
4898
4899         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4900
4901 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4904         Add new variables for article mark management.
4905         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4906         list of extra data entries which, when present, will indicate that the
4907         article ID should not be trimmed from the registry.
4908         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4909         functions.
4910         (gnus-registry-read-mark): New function to read a mark name from the
4911         user.
4912         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4913         (gnus-registry-set-article-mark-internal): New functions to add and
4914         remove marks.
4915         (gnus-registry-get-article-marks): New function to show the marks for
4916         an article, or retrieve them for further use.
4917
4918 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4921         keys when no argument is given.
4922
4923 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * imap.el (imap-ping-server): New variable.
4926         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4927         (imap-ping-server): Minor doc string fixes.
4928
4929 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4930
4931         * imap.el (imap-ping-server): New function.
4932         (imap-opened): Call imap-ping-server.
4933
4934 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * gnus-sum.el (gnus-article-sort-by-random)
4937         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4938         jidanni@jidanni.org.
4939
4940 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-article-describe-bindings): New function.
4943         (gnus-article-read-summary-keys): Use it.
4944         (gnus-article-mode-map): Bind `C-h b' to it.
4945
4946 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4949         XEmacs.
4950         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4951         against non-character events.
4952
4953         * lpath.el: Fbind map-keymap for Emacs 21.
4954
4955 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4958         command.
4959         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4960         instead of END.  Change name of the temp file.
4961         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4962         customizable.
4963
4964 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4967         bind `S W' to gnus-article-wide-reply-with-original; set default
4968         binding to gnus-article-read-summary-send-keys.
4969         (gnus-article-read-summary-keys): Fix the order of keys; display
4970         continuation keys correctly in the echo area; describe bindings
4971         correctly when keys end with `C-h'.
4972         (gnus-article-read-summary-send-keys): New function.
4973         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4974         for gnus-article-read-summary-send-keys; display continuation keys
4975         correctly in the echo area.
4976         (gnus-article-reply-with-original): Ignore prefix argument.
4977         (gnus-article-wide-reply-with-original): New function.
4978
4979         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4980         Emacs 21.
4981
4982 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4985         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4986
4987 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4988
4989         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4990         (gnus-group-read-ephemeral-gmane-group): New command.
4991
4992 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4993
4994         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4995
4996 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * message.el (message-send-mail-function): Increase custom version.
4999
5000         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5001         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5002
5003 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5006         for the cases where imap-authenticate is called with a nil buffer
5007         parameter.
5008
5009 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5012         html parts correctly; support forwarded messages.
5013         (gnus-article-browse-html-article): Remove work buffers.
5014
5015         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5016         compiling.
5017         (netrc-bound-and-true-p): New macro.
5018         (netrc-parse): Use it instead of bound-and-true-p that is not available
5019         in XEmacs 21.4.
5020
5021 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * gnus-registry.el (gnus-registry-mark-article)
5024         (gnus-registry-article-marks): Add functionality to mark articles
5025         through the Gnus registry.
5026
5027         * encrypt.el: Clarify documentation for the new pgg method.
5028         (encrypt-file-alist): Add PGG option.
5029         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5030         functionality.  Abstract password key and messaging to external
5031         functions.
5032         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5033         (encrypt-message-method-and-cipher): Add new convenience external
5034         functions.
5035         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5036         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5037
5038         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5039         (netrc-parse): Use encrypt-file-alist to determine if
5040         encrypt-find-model or encrypt-insert-file-contents should be used.
5041
5042         * encrypt.el: Clarify documentation.  Load password-cache or
5043         password, whichever one is found first, instead of autoloading.
5044
5045 2007-12-19  Glenn Morris  <rgm@gnu.org>
5046
5047         * mml.el (message-options-set, message-narrow-to-head)
5048         (message-in-body-p, message-mail-p, message-encode-message-body):
5049         Autoload.
5050         (message-remove-header, message-narrow-to-headers-or-head)
5051         (message-subscribed-p, message-make-mail-followup-to)
5052         (message-position-on-field, message-news-p)
5053         (message-options-set-recipient, message-generate-headers)
5054         (message-sort-headers): Declare as functions.
5055
5056 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5059         convention in doc string.
5060
5061 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5064         title to html parts.
5065         (gnus-article-browse-html-article): Pass message header to it.
5066
5067         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5068
5069 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5072         or password compatible with XEmacs.
5073
5074 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5077         format document.
5078         (gnus-mime-delete-part): Don't write description line if empty.
5079         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5080
5081 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5082
5083         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5084         (gnus-summary-mark-read-and-unread-as-read)
5085         (gnus-summary-mark-current-read-and-unread-as-read)
5086         (gnus-summary-mark-unread-as-ticked): Doc fix.
5087         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5088
5089 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5092         Christoph Conrad <christoph.conrad@gmx.de>.
5093
5094 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5097         yes-or-no-p.
5098
5099 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * mm-decode.el (mm-add-meta-html-tag): New function.
5102         (mm-save-part-to-file, mm-pipe-part): Use it.
5103
5104         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5105         gnus-y-or-n-p instead of y-or-n-p.
5106         (gnus-article-browse-html-parts): Work with message/external-body; use
5107         mm-add-meta-html-tag.
5108
5109 2007-12-11  Glenn Morris  <rgm@gnu.org>
5110
5111         * gnus-cache.el: Require gnus-sum not just when compiling.
5112
5113         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5114
5115         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5116         definitions before use.
5117
5118         * mm-decode.el: Require gnus-util.
5119         (mm-remove-part): Only call delete-annotation on XEmacs.
5120
5121         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5122
5123         * nnmail.el: Require gnus-int.
5124
5125         * spam.el: Move `require's before `eval-when-compile's.
5126
5127         * gnus-ems.el (gnus-alive-p):
5128         * gnus-fun.el (message-goto-eoh):
5129         * gnus-util.el (gnus-group-name-decode):
5130         * mail-source.el (gnus-compress-sequence):
5131         * message.el (Info-goto-node, format-spec):
5132         * mm-bodies.el (message-options-get):
5133         * mm-decode.el (mm-view-pkcs7):
5134         * mm-util.el (gmm-write-region):
5135         * mml-smime.el (mml-compute-boundary)
5136         (gnus-completing-read-with-default):
5137         * mml.el (widget-button-press, gnus-make-hashtable):
5138         * mml1991.el (mm-decode-content-transfer-encoding)
5139         (mm-encode-content-transfer-encoding)
5140         (message-options-get, message-options-set):
5141         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5142         * nnfolder.el (gnus-request-group):
5143         * nnheader.el (ietf-drums-unfold-fws):
5144         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5145         * smime.el (gnus-run-mode-hooks):
5146         * spam-stat.el (gnus-message): Autoload.
5147
5148         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5149         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5150         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5151         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5152         Add declare-function compatibility definition.
5153
5154         * gnus-cache.el (nnvirtual-find-group-art):
5155         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5156         (gnus-add-image, gnus-add-wash-type):
5157         * gnus-group.el (nnkiboze-score-file):
5158         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5159         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5160         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5161         (message-tokenize-header, gnus-get-buffer-create)
5162         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5163         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5164         * gnus.el (gnus-group-decoded-name):
5165         * mail-source.el (imap-capability):
5166         * mm-bodies.el (message-options-set):
5167         * mm-decode.el (gnus-configure-windows):
5168         * mm-extern.el (message-goto-body):
5169         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5170         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5171         (epg-sub-key-validity, message-options-set):
5172         * mml.el (widget-event-point, gnus-configure-windows):
5173         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5174         * mml2015.el (epg-check-configuration, epg-configuration)
5175         (message-options-set):
5176         * nndb.el (nndb-request-article):
5177         * nnfolder.el (gnus-request-create-group):
5178         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5179         * nnmaildir.el (gnus-group-mark-article-read):
5180         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5181         * rfc1843.el (message-fetch-field):
5182         * spam.el (gnus-extract-address-components):
5183         Declare as functions.
5184
5185 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5188
5189         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5190
5191         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5192         bind show-trailing-whitespace for XEmacs.
5193
5194 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5197         new no-op macro for backward compatibility.
5198
5199         * imap.el (imap-string-to-integer): New function.
5200
5201 2007-12-09  Glenn Morris  <rgm@gnu.org>
5202
5203         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5204
5205         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5206         * message.el, mm-view.el, sieve-manage.el, smime.el:
5207         Add declare-function compatibility definition.
5208
5209         * gnus-art.el (w3-region, w3m-region, Info-menu):
5210         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5211         * gnus-sum.el (gnus-get-predicate):
5212         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5213         * message.el (mail-abbrev-in-expansion-header-p):
5214         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5215         (w3m-detect-meta-charset, w3m-region):
5216         * sieve-manage.el (password-read, password-cache-add)
5217         (password-cache-remove):
5218         * smime.el (password-read-and-add): Declare as functions.
5219
5220 2007-12-08  David Kastrup  <dak@gnu.org>
5221
5222         * gnus-sum.el (gnus-summary-simplify-subject-query):
5223         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5224         `message'.
5225
5226 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5229         it to bind idna-program, installation-directory, defined-colors, and
5230         face-attribute for XEmacs of the version that compiles defcustom forms.
5231
5232 2007-12-07  Glenn Morris  <rgm@gnu.org>
5233
5234         * gnus-art.el (article-make-date-line): Revert previous change.
5235
5236 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5239
5240 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5241
5242         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5243         Call gnus-add-to-range ranges only once with a prepared article-list.
5244
5245 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5246
5247         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5248         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5249         group names with backslashes.  Reported by Tassilo Horn
5250         <tassilo@member.fsf.org>.
5251
5252 2007-12-06  Deepak Goel  <deego3@gmail.com>
5253
5254         * gnus-art.el (article-make-date-line):
5255         * gnus-start.el (gnus-load):
5256         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5257
5258 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-art.el (gnus-use-idna)
5261         * gnus-start.el (gnus-site-init-file)
5262         * message.el (message-use-idna)
5263         * mm-uu.el (mm-uu-hide-markers)
5264         * smiley.el (smiley-style): Revert changes that suppress warnings.
5265
5266 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5269         specify charset to html source.  Reported by Christoph Conrad
5270         <christoph.conrad@gmx.de>.
5271
5272 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5275         idna-program in order to suppress byte compile warning issued by XEmacs
5276         that came to byte compile the default value section of defcustom forms
5277         recently.
5278
5279         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5280         value of installation-directory.
5281
5282         * message.el (message-use-idna): Don't directly refer to the value of
5283         idna-program.
5284
5285         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5286
5287         * smiley.el (smiley-style): Don't directly call face-attribute.
5288
5289 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5292
5293         * gnus-dired.el: Reduce Gnus dependencies.
5294         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5295         require.  Use autoloads instead.
5296         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5297         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5298         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5299         (gnus-dired-mode): Adjust doc string.
5300         (gnus-dired-mail-mode): New variable.
5301         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5302         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5303         (gnus-dired-mail-buffers): New function.  Return mail or message
5304         composition buffers.
5305         (gnus-dired-attach): Use it.
5306         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5307         NO-DECODE.
5308         (gnus-dired-print): Use `gnus-print-buffer' depending on
5309         `gnus-dired-mail-mode'.
5310
5311 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * rfc2047.el (rfc2047-encoded-word-regexp)
5314         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5315         explaining what regexp patterns are for.
5316
5317 2007-12-04  Glenn Morris  <rgm@gnu.org>
5318
5319         * password.el: Move to password-cache.el.
5320
5321         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5322         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5323         * mml-smime.el (password-read, password-cache-add)
5324         (password-cache-remove):
5325         No need to autoload, since mml-sec requires password.
5326
5327         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5328         * message.el (gnus-extract-address-components):
5329         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5330
5331         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5332         password.
5333
5334 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * mailcap.el: Reduce dependencies.
5337         (mail-header-parse-content-type): Autoload.
5338         (mailcap-delete-duplicates): New alias.
5339         (mailcap-mime-info): Add optional argument NO-DECODE.
5340         (mailcap-mime-types): Use mailcap-delete-duplicates.
5341
5342         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5343
5344 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5345
5346         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5347         (imap-parse-status): Upcase status-att for servers that sends them
5348         lower-case (e.g., MS Exchange 2007).
5349
5350 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5353         function.
5354
5355         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5356         (gnus-uu-yenc-article): New function.
5357
5358         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5359
5360         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5361         buffer.
5362
5363 2007-12-02  Glenn Morris  <rgm@gnu.org>
5364
5365         * binhex.el (binhex): New custom group.
5366         (binhex-decoder-program, binhex-decoder-switches)
5367         (binhex-use-external): Move to the binhex custom group.
5368
5369         * uudecode.el (uudecode): New custom group.
5370         (uudecode-decoder-program, uudecode-decoder-switches)
5371         (uudecode-use-external): Move to the uudecode custom group.
5372
5373         * netrc.el (top-level): Don't load `encrypt' features.
5374         (netrc-parse): Don't use encrypt.
5375         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5376
5377         * encrypt.el: Remove file.
5378
5379 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5382         matches on patches.
5383
5384         * gnus-art.el (gnus-article-browse-html-article): Mention
5385         `mm-text-html-renderer' in the doc string.
5386
5387         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5388         string.  Add comments.
5389
5390         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5391         if rhs is ASCII.
5392
5393 2007-12-01  Glenn Morris  <rgm@gnu.org>
5394
5395         * mail-source.el (top-level): Require format-spec before
5396         eval-when-compile.
5397
5398 2007-11-30  Glenn Morris  <rgm@gnu.org>
5399
5400         * encrypt.el: Require password, rather than autoloading password-read.
5401
5402 2007-11-29  Glenn Morris  <rgm@gnu.org>
5403
5404         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5405         (sasl-make-client, sasl-next-step, sasl-step-data)
5406         (sasl-step-set-data): Declare as functions.
5407
5408 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5411
5412 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5413
5414         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5415         certs should be verified and what is to be done in the event of a
5416         verification failure.
5417
5418         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5419         caller can indicate whether the cache should be disregarded for this
5420         call.  This way the result of the call is reproducible at all times and
5421         can be considered a canonical server name for the supplied method.
5422         (gnus-agent-method-p): Canonicalize server names by pushing their
5423         method through `gnus-method-to-server' using the no-cache argument.
5424
5425         * gnus-srvr.el (gnus-server-insert-server-line): Call
5426         `gnus-method-to-server' with `no-cache' argument.
5427
5428         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5429         gnus-agent-possibly-synchronize-flags as this should be called when the
5430         server is actually being opened.
5431         (gnus-agent-possibly-synchronize-flags)
5432         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5433         flags file of an agentized server to the latter function.
5434
5435         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5436         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5437         after a connection has been established successfully.
5438
5439 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (article-display-face): Force to display face if called
5442         interactively; check if gnus-article-x-face-too-ugly matches author.
5443         (article-display-x-face): Display face even if From header is missing
5444         as article-display-face does.
5445
5446 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5447
5448         * hashcash.el (message-narrow-to-headers-or-head)
5449         (message-fetch-field, message-goto-eoh)
5450         (message-narrow-to-headers): Declare as functions.
5451
5452 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5453
5454         * mail-source.el (mail-sources): Default to fetch from file for
5455         compatibility with default of nnmail-spool-file.
5456
5457 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5460         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5461         to look for encoded word that should be encoded again.
5462         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5463         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5464         encoding pattern.
5465         (rfc2047-decode-region): Switch strict regexp and loose one according
5466         to rfc2047-allow-irregular-q-encoded-words.
5467
5468 2007-11-25  Romain Francoise  <romain@orebokech.com>
5469
5470         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5471
5472 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * tls.el (tls-program): Provide more custom choices from
5475         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5476         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5477
5478 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5479
5480         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5481         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5482
5483         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5484         `nnmail-spool-file'.
5485
5486         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5487         `nnmail-spool-file'.
5488
5489         * gnus-move.el (gnus-change-server): Ditto.
5490
5491         * gnus-kill.el (gnus-batch-score): Ditto.
5492
5493         * gnus-cache.el (gnus-jog-cache): Ditto.
5494
5495         * gnus-msg.el (gnus-summary-reply):
5496         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5497
5498 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5501         version.  Minor improvement to doc strings.
5502         (tls-program): Add comment.
5503
5504 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5505
5506         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5507         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5508         mismatch between the hostname provided in the certificate and the name
5509         of the host connnecting to.
5510         (open-tls-stream): Use them.  Check certificates against trusted root
5511         certificates.
5512
5513 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * gnus-cache.el (gnus-cache-generate-nov-databases):
5516         Use nnml-generate-nov-databases-directory instead of
5517         nnml-generate-nov-databases-1.
5518
5519 2007-11-24  Glenn Morris  <rgm@gnu.org>
5520
5521         * message.el (message-tool-bar-retro): Update for rename
5522         mail_send.xpm->mail-send.xpm.
5523
5524 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5527         `smime-ldap-search' for Emacs 22 and up.
5528
5529 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5530
5531         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5532
5533         * message.el (message-send-mail-function): Fix error convention.
5534         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5535         (message-widen-reply, message-send-mail, message-talkative-question)
5536         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5537         (message-clone-locals, message-send-news): Use with-current-buffer.
5538         (message-insert-or-toggle-importance): Remove unused var `valid'.
5539         (message-make-references): Remove unused var `new-references'.
5540         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5541
5542 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5543
5544         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5545         (spam-split-symbolic-return-positive): Reflow docstring.
5546         (spam-backends, spam-summary-exit-behavior)
5547         (spam-mark-ham-unread-before-move-from-spam-group)
5548         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5549         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5550         (spam-clear-cache, spam-backend-check, spam-install-backend)
5551         (spam-install-statistical-backend, spam-list-of-processors)
5552         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5553         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5554         (spam-check-crm114, spam-initialize, spam-unload-hook):
5555         Fix typos in docstrings.
5556
5557 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5560         been checked if they have never been read and those group levels are
5561         higher than the one that a user specified.
5562
5563 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5566         foreign groups unless a group level is specified by a user.
5567         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5568
5569 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * message.el (message-send-mail-function): Require sendmail.
5572
5573 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * message.el (message-send-mail-function): Check for smtpmail too.
5576
5577         * utf7.el (utf7-encode, utf7-decode): Use coding system
5578         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5579
5580         * message.el (message-send-mail-function): New function.
5581         (message-send-mail-function): Set default using
5582         message-send-mail-function.  Adjust doc string.
5583         (message-send-mail-with-mailclient): New function.
5584
5585 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5586
5587         * smime.el (from):
5588         * rfc2047.el (message-posting-charset):
5589         * qp.el (mm-use-ultra-safe-encoding):
5590         * pop3.el (parse-time-months):
5591         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5592         * nnml.el (files):
5593         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5594         (jka-compr-compression-info-list, ange-ftp-path-format)
5595         (efs-path-regexp):
5596         * nndiary.el (files):
5597         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5598         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5599         (epg-digest-algorithm-alist, inhibit-redisplay)
5600         (password-cache-expiry):
5601         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5602         (pgg-output-buffer, password-cache-expiry):
5603         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5604         (efs-path-regexp):
5605         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5606         (inhibit-redisplay):
5607         * mm-uu.el (file-name, start-point, end-point, entry)
5608         (gnus-newsgroup-name, gnus-newsgroup-charset):
5609         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5610         (latin-unity-ucs-list):
5611         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5612         (mm-uu-binhex-decode-function):
5613         * message.el (gnus-message-group-art, gnus-list-identifiers)
5614         (rmail-enable-mime-composing, gnus-local-organization)
5615         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5616         (gnus-read-active-file, facemenu-add-face-function)
5617         (facemenu-remove-face-function, gnus-article-decoded-p)
5618         (tool-bar-mode):
5619         * mail-source.el (display-time-mail-function):
5620         * gnus-util.el (nnmail-pathname-coding-system)
5621         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5622         (gnus-original-article-buffer, gnus-user-agent)
5623         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5624         (xemacs-codename, sxemacs-codename, emacs-program-version):
5625         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5626         * gnus-start.el (gnus-agent-covered-methods)
5627         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5628         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5629         (gnus-newsgroup-headers, gnus-group-list-mode)
5630         (gnus-group-mark-positions, gnus-newsgroup-data)
5631         (gnus-newsgroup-unreads, nnoo-state-alist)
5632         (gnus-current-select-method, mail-sources)
5633         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5634         (nnmail-spool-file, gnus-cache-active-hashtb):
5635         * gnus-mh.el (mh-lib-progs):
5636         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5637         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5638         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5639         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5640         (gnus-group-buffer):
5641         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5642         (font-lock-set-defaults):
5643         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5644         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5645         (gnus-summary-post-menu, total-parts, type, condition, length):
5646         * gnus-agent.el (gnus-agent-read-agentview):
5647         * flow-fill.el (show-trailing-whitespace):
5648         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5649         eval-and-compile wrappers for byte compiler pacifiers.
5650
5651         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5652         (mm-display-inline-fontify): Check for featurep 'xemacs not
5653         extent-list.
5654
5655         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5656         itimer-list.
5657         (mm-create-image-xemacs): Only do something for XEmacs.
5658         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5659
5660         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5661
5662         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5663         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5664
5665 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5666
5667         * nnimap.el (nnimap-split-download-body):
5668         * gnus-demon.el (gnus-demon):
5669         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5670
5671 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5674         macros.
5675         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5676         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5677         copy data from unibyte buffer to multibyte current buffer.
5678         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5679         to copy data from unibyte current buffer to multibyte buffer.
5680         (nntp-make-process-buffer): Make process buffer unibyte.
5681
5682         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5683
5684 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5685
5686         * pop3.el (pop3-open-server): Accept and process data more robustly at
5687         connexion start to avoid spurious "POP SSL connexion failed" errors.
5688
5689 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5692         read group names.
5693
5694 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5697
5698 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5701         (nnmail-save-active): Use a unibyte buffer when saving active file,
5702         which may contain non-ASCII group names.
5703
5704         * nnml.el (nnml-request-group): Decode group names in messages.
5705
5706 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * message.el (message-citation-line-function)
5709         (message-insert-formatted-citation-line): Fix spelling of
5710         `message-insert-formated-citation-line'.
5711
5712 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5715
5716 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5719         nnmail-pathname-coding-system.
5720
5721         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5722         that a user enters; decode group names in messages.
5723
5724         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5725
5726 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5729
5730         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5731
5732         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5733         risky local variable.
5734
5735         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5736
5737 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * encrypt.el: Improve documentation to fix function name typo.
5740         Reported by Daiki Ueno <ueno@unixuser.org>.
5741
5742 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5745         even if the point is not in the last page of an article.
5746         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5747         back to the previous page.
5748
5749 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5752
5753 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5756
5757 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * message.el (message-check-news-body-syntax): Avoid
5760         mm-string-as-multibyte.
5761         (message-hide-headers): Don't assume (point-min)==1.
5762
5763 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * message.el (message-remove-blank-cited-lines): Fix if remove is
5766         given.
5767         (message-bogus-address-regexp): New variable.
5768         (message-bogus-recipient-p): New function.
5769         (message-check-recipients): New command.
5770         (message-syntax-checks): Add `bogus-recipient'.
5771         (message-fix-before-sending): Add `bogus-recipient'.
5772
5773         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5774         (gnus-treat-body-boundary): Don't test window-system.
5775
5776 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5777
5778         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5779
5780 2007-10-28  Miles Bader  <miles@gnu.org>
5781
5782         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5783         at compile-time too.
5784
5785 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * gnus-msg.el (gnus-message-setup-hook): Add
5788         `message-remove-blank-cited-lines' to options.
5789
5790 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * message.el (message-remove-blank-cited-lines): New function.
5793         Suggested by Karl Plästerer.
5794
5795 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5798         mapc.
5799
5800         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5801         (top-level): Use mapc to set functions to be traced for debugging.
5802
5803         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5804         called for effect with while loop.
5805
5806         * message.el (message-talkative-question): Replace mapcar called for
5807         effect with mapc.
5808
5809         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5810         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5811         called for effect with dolist.
5812
5813         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5814
5815         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5816         gnus-extra-headers and nnmail-extra-headers.
5817
5818         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5819         called for effect with dolist.
5820         (top-level): Use mapc to set functions to be traced for debugging.
5821
5822         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5823         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5824         dolist.
5825
5826         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5827         Replace mapcar called for effect with mapc.
5828         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5829         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5830         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5831         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5832
5833         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5834         remove-if that's a cl function.
5835
5836         * webmail.el (webmail-debug): Replace mapcar called for effect with
5837         dolist.
5838
5839         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5840         with mapc.
5841
5842 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5845         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5846         with while loop.
5847
5848         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5849         functions from article-* functions.
5850         (gnus-multi-decode-header): Replace mapcar called for effect with
5851         dolist.
5852
5853         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5854         (gnus-bookmark-show-details): Replace mapcar called for effect with
5855         while loop.
5856
5857         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5858         called for effect with while loop.
5859
5860         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5861         with dolist.
5862
5863         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5864         mapcar called for effect with dolist.
5865
5866         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5867
5868         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5869         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5870         Replace mapcar called for effect with dolist.
5871         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5872         mapc.
5873
5874         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5875         Replace mapcar called for effect with dolist.
5876         (gnus-topic-list): Replace mapcar called for effect with mapc.
5877
5878         * gnus.el: Use mapc instead of mapcar to add autoloads.
5879
5880 2007-10-23  Richard Stallman  <rms@gnu.org>
5881
5882         * gnus-group.el (gnus-group-highlight): Mark as risky.
5883
5884 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus.el (gnus-server-to-method): Return method found first in
5887         gnus-newsrc-alist.
5888
5889         * gnus-art.el (gnus-article-highlight-signature)
5890         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5891         button overlay without the front stickiness.
5892
5893 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5894
5895         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5896         overview buffer needed a catch to receive its throw.
5897         (gnus-agent-flush-cache): Declared as interactive to make this function
5898         easier to use.
5899
5900 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5903         `next-line'.
5904
5905 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5908         exclude address matching message-dont-reply-to-names.
5909
5910 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-util.el (gnus-string<): New function.
5913
5914         * gnus-sum.el (gnus-article-sort-by-author)
5915         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5916
5917 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5920         the frame-focus tag is set in gnus-buffer-configuration.
5921
5922 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5925         the front stickiness.
5926
5927 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5930         url pattern; remove duplicate one.
5931         (gnus-article-extend-url-button): New function.
5932         (gnus-article-add-buttons): Use it.
5933         (gnus-button-push): Use concatenated url that it makes.
5934
5935 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5936
5937         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5938
5939 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5940
5941         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5942         Don't hardcode point-min==1.
5943
5944 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5947         Fix comment about "iso8859-1".
5948
5949 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5950
5951         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5952         ones returned from the verify-function.
5953
5954         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5955         mml2015-extract-cleartext-signature if extraction failed.
5956
5957 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5958
5959         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5960         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5961         failed.
5962
5963 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5966
5967 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5970         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5971         recommends to use EasyPG instead of PGG.
5972
5973         * pgg.el: Revert to revision 6.23.2.16.
5974
5975         * pgg-def.el: Revert to revision 6.6.2.14.
5976
5977         * pgg-gpg.el: Revert to revision 6.23.2.34.
5978
5979 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5982         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5983         thread for both the null and zero (kill/expire thread) universal prefix
5984         cases.
5985         (gnus-summary-expire-thread): Add new function to expire a thread,
5986         using gnus-summary-kill-thread.
5987         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5988         shortcuts for gnus-summary-expire-thread.
5989         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5990         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5991
5992 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5995         extras value, so an extras entry can be deleted.
5996         (gnus-registry-delete-extra-entry): Use it.
5997         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5998         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5999         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6000         storage through the gnus-registry, and provide an appropriate API for
6001         it.
6002
6003 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6006         Suggested by Leo <sdl.web@gmail.com>.
6007
6008         * gnus.el: Do.
6009
6010 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6013         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6014
6015         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6016
6017         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6018         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6019
6020 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6023         newline.
6024         (nnmbox-request-accept-article): Don't change article in source buffer;
6025         narrow to header to use message-fetch-field rather than
6026         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6027         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6028         as delimiters; make sure article ends with newline.
6029         (nnmbox-delete-mail): Correct last position of article to be deleted;
6030         ignore X-Gnus-Newsgroup header in article body.
6031         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6032         positions; make sure article ends with newline.
6033
6034         * message.el (message-display-abbrev): Don't infloop when a user
6035         inserts SPC in the beginning of header.
6036
6037         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6038         coding-system-for-read and coding-system-for-write for XEmacs having no
6039         file-coding feature.
6040
6041         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6042
6043 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6046         list of groups not followed by default.  Fix type to be regexp.
6047         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6048
6049 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6050
6051         * hmac-def.el (define-hmac-function): Switch from old-style to
6052         new-style backquotes.
6053
6054         * md4.el (md4-make-step): Likewise.
6055
6056 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6059         raw-text coding system when saving .newsrc file, which may contain
6060         non-ASCII group names.
6061
6062 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-cus.el (gnus-score-extra): New widget.
6065         (gnus-score-extra-convert): New function.
6066         (gnus-score-customize): Use it for Extra.
6067
6068 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6069
6070         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6071         (mml2015-mailcrypt-clear-verify): Use it.
6072         (mml2015-gpg-clear-verify): Use it.
6073         (mml2015-pgg-clear-verify): Use it.
6074         (mml2015-epg-clear-verify): Replace the current part with the output
6075         from GnuPG; don't extract the plaintext by itself.
6076
6077         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6078         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6079         mml2015-clear-verify-function; don't touch the armor headers or
6080         dash-escaped text here.
6081
6082 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6085         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6086         parts, or application/octet-stream as a last resort.
6087         (gnus-mime-view-part-as-type): Don't toggle display.
6088         (gnus-mime-view-part-as-charset): Don't turn off display before
6089         querying charset.
6090
6091         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6092         stuff to undisplayer function in Emacs.
6093         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6094
6095         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6096         text/calendar parts.
6097
6098 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6101         decoding text/calendar parts.
6102
6103         * message.el (message-forward-make-body-mime): Always mark body as
6104         having no illegible text; remove signed-or-encrypted argument.
6105         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6106
6107         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6108         (mml-generate-mime-1): Don't encode body if it is specified to be in
6109         raw form; don't make buffer be unibyte when inserting multibyte string.
6110
6111 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6112
6113         * sha1.el: Fix up comment style.
6114         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6115         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6116
6117         * hex-util.el: Fix up comment style.
6118         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6119
6120         * gnus-salt.el: Use with-current-buffer.
6121         (gnus-pick-setup-message): Fix long-standing typo.
6122
6123 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * imap.el (imap-logout-timeout): New variable.
6126         (imap-logout, imap-logout-wait): New functions.
6127         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6128
6129         * nnimap.el (nnimap-logout-timeout): New server variable.
6130         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6131         nnimap-logout-timeout.
6132
6133         * gnus-art.el (gnus-article-summary-command-nosave)
6134         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6135
6136 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus.el (gnus-maximum-newsgroup): New variable.
6139
6140         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6141         according to gnus-maximum-newsgroup.
6142
6143         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6144         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6145         Limit the range of articles according to gnus-maximum-newsgroup.
6146
6147 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6148
6149         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6150         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6151         Don't perform gnus-configure-windows here; reuse existing sticky
6152         article buffer.
6153
6154         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6155         it doesn't exist in gnus-article-mode.
6156
6157 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6160         (gnus-agent-decoded-group-name): New function.
6161         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6162         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6163
6164 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6165
6166         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6167         Add binding for gnus-sticky-article.
6168         (gnus-summary-exit): Don't kill sticky article buffers.
6169
6170         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6171         article buffer.
6172         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6173         (gnus-kill-sticky-article-buffers): New commands.
6174
6175 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * nntp.el (nntp-xref-number-is-evil): New server variable.
6178         (nntp-find-group-and-number): If it is non-nil, don't trust article
6179         numbers in the Xref header.
6180
6181 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-agent.el (gnus-agent-read-group): New function.
6184         (gnus-agent-flush-group, gnus-agent-expire-group)
6185         (gnus-agent-regenerate-group): Use it.
6186         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6187         nnmail-pathname-coding-system.
6188
6189 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6192
6193         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6194         that are unread as unread, and also as selected so that information of
6195         marks having been changed by a user may be updated when exiting group.
6196
6197 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6200         calculated ignoring signature parts to gnus-treat-article.
6201
6202 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6205         a point here in order to keep the window start.
6206         (gnus-insert-mime-security-button): Make a button overlay without the
6207         front stickiness.
6208         (gnus-mime-display-security): Goto the end of a button.
6209
6210         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6211
6212 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6215         group-name-at-point.
6216         (gnus-group-completing-read): New function that offers decoded
6217         non-ASCII group names for completion.
6218         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6219         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6220         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6221         (gnus-group-fetch-control): Use it.
6222         (gnus-fetch-group): Use group-name-at-point for the initial value
6223         rather than the default value; use gnus-alive-p.
6224
6225         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6226         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6227         (gnus-summary-post-news): Use gnus-group-completing-read.
6228
6229         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6230         (gnus-read-move-group-name): Decode group name for completion.
6231
6232 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6233
6234         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6235         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6236         Yamaoka slightly modified the code).
6237
6238 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6241         (nnmail-split-incoming): Bind it.
6242
6243         * nnml.el (nnml-group-name-charset): New function.
6244         (nnml-decoded-group-name): Use it; don't decode group name if
6245         nnmail-group-names-not-encoded-p is non-nil.
6246         (nnml-encoded-group-name): New function.
6247         (nnml-group-pathname): Inline nnml-decoded-group-name.
6248         (nnml-request-expire-articles): Decode group name in message.
6249         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6250         nnmail-pathname-coding-system.
6251         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6252         not decoded ones according to nnmail-group-names-not-encoded-p.
6253         (nnml-generate-active-info): Use nnml-encoded-group-name.
6254
6255 2007-08-08  Glenn Morris  <rgm@gnu.org>
6256
6257         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6258         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6259         doc-strings and comments.
6260
6261 2007-07-25  Glenn Morris  <rgm@gnu.org>
6262
6263         * Relicense all FSF files to GPLv3 or later.
6264
6265 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-sum.el (gnus-summary-move-article): Make
6268         gnus-summary-respool-article work.
6269
6270 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6273         string.
6274
6275 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6276
6277         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6278         that should be ignored when comparing distant RSS articles with local
6279         ones.
6280         (nnrss-make-hash-index): New function.  Create a hash index according
6281         to the ignored fields.
6282         (nnrss-check-group): Use it.
6283
6284 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6287
6288         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6289
6290         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6291         the new optional argument ENCODED is non-nil.
6292         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6293         coding system for encoding group name.
6294         (gnus-group-make-rss-group): Pass un-encoded group name to
6295         gnus-group-make-group.
6296         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6297         encoded.
6298
6299         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6300         Encode group name to which articles are moved or copied.
6301         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6302         coding system for encoding Newsgroup, Followup-To and Xref headers.
6303
6304         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6305         marks; use nnheader-file-coding-system to write a file.
6306         (nnagent-retrieve-headers): Bind file-name-coding-system to
6307         nnmail-pathname-coding-system.
6308
6309         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6310
6311         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6312         (nnml-request-article, nnml-request-create-group)
6313         (nnml-request-rename-group, nnml-find-id)
6314         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6315         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6316         (nnml-save-marks): Use nnml-group-pathname instead of
6317         nnmail-group-pathname.
6318
6319         (nnml-request-create-group, nnml-request-expire-articles)
6320         (nnml-request-move-article, nnml-request-delete-group)
6321         (nnml-deletable-article-p, nnml-possibly-create-directory)
6322         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6323         (nnml-open-marks): Bind file-name-coding-system to
6324         nnmail-pathname-coding-system.
6325
6326         (nnml-request-article): Pass server argument to nnml-find-group-number.
6327         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6328         server argument to nnml-possibly-create-directory.
6329         (nnml-request-accept-article): Pass server argument to
6330         nnml-active-number and nnml-save-mail.
6331         (nnml-find-group-number): Pass server argument to nnml-find-id.
6332         (nnml-request-update-info): Pass server argument to
6333         nnml-marks-changed-p.
6334
6335         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6336         (nnml-save-mail, nnml-active-number): Add server argument.
6337
6338         (nnml-request-delete-group): Warn if group is missing.
6339         (nnml-get-nov-buffer): Decode group name.
6340         (nnml-generate-active-info): Encode group name.
6341         (nnml-open-marks): Decode group name in messages.
6342
6343 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6346         if it is not specified.
6347         (gnus-article-pipe-part, gnus-article-save-part)
6348         (gnus-article-interactively-view-part, gnus-article-copy-part)
6349         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6350         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6351         (gnus-article-replace-part, gnus-article-delete-part)
6352         (gnus-article-view-part-as-type): Pass raw prefix argument to
6353         gnus-article-part-wrapper.
6354
6355 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-agent.el (gnus-agent-save-active): Bind
6358         nnheader-file-coding-system to gnus-agent-file-coding-system.
6359
6360         * gnus-cache.el (gnus-cache-save-buffers)
6361         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6362         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6363         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6364         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6365         (gnus-cache-generate-active, gnus-cache-rename-group)
6366         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6367         (gnus-cache-update-overview-total-fetched-for): Bind
6368         file-name-coding-system to nnmail-pathname-coding-system.
6369         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6370         variables.
6371         (gnus-cache-decoded-group-name): New function.
6372         (gnus-cache-file-name): Use it.
6373         (gnus-cache-generate-active): Use non-decoded group name for active.
6374
6375         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6376         right place.
6377         (gnus-write-active-file): Don't break non-ASCII group names.
6378
6379         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6380         nnmail-pathname-coding-system.
6381
6382         * lpath.el: Bind default-file-name-coding-system,
6383         file-name-coding-system and language-info-alist for XEmacs.
6384
6385         * gnus-uu.el (gnus-uu-decode-save): Typo.
6386
6387 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6390
6391 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6394         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6395         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6396         (gnus-agent-flush-group, gnus-agent-flush-cache)
6397         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6398         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6399         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6400         (gnus-agent-regenerate-group)
6401         (gnus-agent-update-files-total-fetched-for)
6402         (gnus-agent-update-view-total-fetched-for): Bind
6403         file-name-coding-system to nnmail-pathname-coding-system.
6404         (gnus-agent-group-pathname): Don't encode file names by
6405         nnmail-pathname-coding-system.
6406         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6407         coding-system-for-write instead of buffer-file-coding-system to
6408         gnus-agent-file-coding-system.
6409
6410         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6411         Decode group name.
6412
6413         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6414
6415         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6416         (gnus-read-newsrc-el-file): Make group names unibyte.
6417
6418         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6419         nnmail-pathname-coding-system.
6420
6421         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6422         (nnrss-request-delete-group): Bind file-name-coding-system to
6423         nnmail-pathname-coding-system.
6424         (nnrss-read-server-data, nnrss-read-group-data): Bind
6425         file-name-coding-system correctly.
6426         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6427
6428         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6429         (nntp-server-to-method-cache): New variable.
6430         (nntp-group-pathname): New function that decodes non-ASCII group names.
6431         (nntp-possibly-create-directory, nntp-marks-changed-p)
6432         (nntp-save-marks, nntp-open-marks): Use it.
6433         (nntp-possibly-create-directory, nntp-open-marks):
6434         Bind file-name-coding-system to nnmail-pathname-coding-system.
6435         (nntp-open-marks): Decode group names when bootstrapping marks.
6436
6437         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6438         Newsgroups and Folowup-To headers.
6439
6440 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6443         (gnus-server-closed-face, gnus-server-denied-face)
6444         (gnus-server-offline-face): Remove variable.
6445         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6446
6447         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6448         of modifying message-stack directly for XEmacs.
6449
6450         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6451         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6452         if the coding-system argument is nil for XEmacs.
6453
6454         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6455         mm-charset-override-alist.
6456
6457         * rfc2047.el: Don't require base64; require rfc2045 for the function
6458         rfc2045-encode-string.
6459         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6460         to quote the parameter value.
6461
6462 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6465         form in gnus-group-name-charset-method-alist.
6466
6467         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6468         overrides the default layout edit-form.
6469
6470         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6471
6472         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6473
6474 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6477         as unfetched articles.
6478
6479 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6482
6483 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6486         original back end that keeps marks in the local system.
6487
6488 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6491         arg of pop-to-buffer for XEmacs.
6492         (gnus-article-read-summary-keys): Ditto; don't restore window
6493         configuration if summary command ends up with neither article buffer
6494         nor summary buffer; describe bindings if summary keys end with C-h.
6495
6496 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * message.el (message-fix-before-sending): Skip raw message part to be
6499         forwarded while checking illegible text.
6500         (message-forward-make-body-mime, message-forward-make-body): Mark
6501         signed or encrypted raw message as having no illegible text.
6502
6503 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6506         (gnus-message-with-timestamp-1): New macro.
6507         (gnus-message-with-timestamp): New function.
6508         (gnus-message): Use them.
6509
6510         * nnheader.el (nnheader-message): Use them.
6511
6512 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6515         .newsrc.eld file.
6516
6517 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * gnus-agent.el (gnus-agent-fetch-headers)
6520         (gnus-agent-retrieve-headers): Bind
6521         gnus-decode-encoded-address-function to identity.
6522
6523         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6524         available also when the server returns simply a dot.
6525
6526         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6527
6528 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6531
6532 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-ems.el (gnus-x-splash): Make it work.
6535
6536         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6537         from being used.
6538
6539         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6540
6541 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6544         4th and the 5th arguments.
6545
6546         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6547         the front stickiness.
6548         (gnus-article-summary-command-nosave): Correct the order of the
6549         arguments passed to pop-to-buffer.
6550         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6551         summary command ends up with the article buffer.
6552
6553         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6554         the same faces.
6555
6556 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6557
6558         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6559
6560 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6561
6562         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6563         * gnus-sum.el (gnus-summary-highlight):
6564         * pgg.el (pgg-sign-region, pgg-sign):
6565         * mail-source.el (mail-source-delete-old-incoming-confirm):
6566         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6567
6568 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-art.el (gnus-mime-view-part-externally)
6571         (gnus-mime-view-part-internally): Fix predicate function passed to
6572         completing-read.
6573
6574         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6575
6576         * gnus.el (gnus-update-message-archive-method): Add :version.
6577
6578 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus.el (gnus-update-message-archive-method): New variable.
6581
6582         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6583         according to gnus-message-archive-method if
6584         gnus-update-message-archive-method is non-nil.
6585
6586 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6589         by Loic Dachary <loic@dachary.org>.
6590         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6591
6592 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * message.el (message-pop-to-buffer): Add switch-function argument.
6595         (message-mail): Pass switch-function argument to it.
6596
6597 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6600         Improve doc string.
6601
6602 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6605         (gnus-header-content)
6606         * gnus-cite.el (gnus-cite-10)
6607         * gnus-srvr.el (gnus-server-closed)
6608         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6609         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6610         (gnus-group-mail-3-empty, gnus-group-mail-low)
6611         (gnus-group-mail-low-empty, gnus-splash)
6612         * message.el (message-header-to, message-header-cc)
6613         (message-header-subject, message-header-other, message-header-name)
6614         (message-header-xheader, message-separator, message-cited-text)
6615         (message-mml): Lighten colors of faces used for dark background.
6616
6617 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6618
6619         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6620         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6621
6622 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * message.el (message-narrow-to-headers-or-head):
6625         Ignore mail-header-separator in the body.
6626
6627 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6630         same as window size.
6631
6632 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6633
6634         * message.el (message-font-lock-keywords): Use message-header-xheader
6635         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6636         ahead of the anything pattern, to get it recognised.
6637
6638 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6641         spam.el loads uses it in the compiled defadvice form.
6642
6643 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6644
6645         * gnus-sum.el (gnus-articles-to-read)
6646         (gnus-summary-insert-old-articles): Don't truncate group name for
6647         `read-string'.
6648
6649         * gnus-util.el (gnus-limit-string): Delete this function.
6650
6651         * gnus-sum.el (gnus-simplify-subject-fully): Use
6652         `truncate-string-to-width' instead.
6653
6654 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6655
6656         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6657         if, on summary exit, the next group has to be selected.
6658         (gnus-summary-exit): Use it.
6659
6660 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6663         non-break space.
6664
6665 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6668         Check if group is not a directory.
6669         (nnfolder-request-expire-articles): Don't delete articles if the target
6670         group is not available.
6671
6672         * nnml.el (nnml-request-create-group): Properly check if group is not a
6673         file.
6674         (nnml-request-expire-articles): Don't delete articles if the target
6675         group is not available.
6676
6677         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6678         Don't quote characters that are within parentheses.
6679
6680 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6683         (gnus-handle-ephemeral-exit): Select article according to it.
6684
6685 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * message.el (message-insert-formated-citation-line): Remove newline.
6688         (message-citation-line-format): Add final \n here so that the user can
6689         avoid a blank line.
6690
6691 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6692
6693         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6694         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6695         Update lanl/arXiv support.
6696
6697 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * gnus.el: Bump version number.
6700
6701 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * gnus.el (gnus-version-number): Bump version.
6704
6705 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6706
6707         * gnus.el: No Gnus v0.6 is released.
6708
6709 2007-04-27  Didier Verna  <didier@xemacs.org>
6710
6711         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6712         * gmm-utils.el (gmm-regexp-concat): here.
6713         * message.el: Don't require 'gnus-util.
6714         (message-dont-reply-to-names): Handle name change above.
6715         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6716
6717 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6720         since the initial value varies according to the system.
6721
6722 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6725
6726 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6727
6728         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6729
6730 2007-04-24  Didier Verna  <didier@xemacs.org>
6731
6732         Improve the type of gnus-ignored-from-addresses.
6733         * gnus-util.el (gnus-orify-regexp): New function.
6734         * message.el (gnus-util): Require it.
6735         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6736         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6738
6739 2007-04-24  Didier Verna  <didier@xemacs.org>
6740
6741         * gnus-sum.el:
6742         * gnus-utils.el: Fix some trailing whitespaces.
6743
6744 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6747         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6748         article's Message-ID; refer parent article in summary buffer.
6749
6750         * message.el (message-bounce): Call mime-to-mml.
6751
6752         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6753         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6754         optimize and/or forms properly.
6755
6756 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6759         URL.
6760
6761 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6764
6765 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6768         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6769         displayed of multipart/alternative part if it is invoked from summary
6770         buffer.
6771
6772         * mm-view.el (mm-inline-text-html-render-with-w3m)
6773         (mm-inline-text-html-render-with-w3m-standalone)
6774         (mm-inline-render-with-function): Use mail-parse-charset by default.
6775
6776 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6777
6778         * parse-time.el (parse-time-string-chars): Check if CHAR
6779         is less than the length of parse-time-syntax.
6780
6781 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6784         from gnus-newsgroup-processable.
6785
6786 2007-04-16  Didier Verna  <didier@xemacs.org>
6787
6788         * gnus-msg.el (gnus-configure-posting-styles): Handle
6789         message-signature-directory properly with :file syntax.  Reported by
6790         "Leo".
6791
6792 2007-04-11  Didier Verna  <didier@xemacs.org>
6793
6794         New user option: message-signature-directory.
6795         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6796         * message.el (message-insert-signature): Ditto.
6797         * message.el (message-signature-file): Doc update.
6798         * message.el (message-signature-directory): New.
6799
6800 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-msg.el (gnus-inews-yank-articles): Use
6803         message-exchange-point-and-mark instead of exchange-point-and-mark.
6804
6805 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * message.el (message-yank-original): Make sure cited text ends with
6808         newline; don't exchange point and mark.
6809
6810 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6811
6812         * tls.el (open-tls-stream): Properly handle case where there
6813         is no associated buffer.
6814
6815 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6816
6817         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6818         message-yank-original, make sure (< mark TEXT point).
6819
6820 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * message.el (message-fill-column): New variable.
6823         (message-mode): Use it.  Add comment on a possible new hook.
6824
6825         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6826         (nnmail-get-new-mail): Reformat.
6827
6828         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6829
6830         * gmm-utils.el: Fix Commentary.
6831         (gmm-tool-bar-from-list): Fix typo in doc string.
6832
6833 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6834
6835         * message.el (message-yank-original): Don't switch point and mark
6836         unnecessarily to put point and mark as documented.
6837
6838 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6841         from the message heads.
6842
6843 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6844
6845         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6846         article buffer does not have a window.  This may not be the best
6847         solution but is certainly better than setting the start of the null,
6848         that is the current, window.
6849
6850 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6853         (gnus-draft-setup): Run it.
6854
6855         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6856         gnus-score-fast-scoring.  Allow regexp.
6857         (gnus-score-headers): Use it.
6858
6859         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6860         XEmacs.
6861
6862         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6863         string.
6864         (gnus-button-alist): Also catch `<f1> k ...'.
6865         (gnus-treat-display-x-face): Fix doc string.
6866
6867 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6868
6869         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6870         evaluation of gnus-extended-version to ensure correct generation of the
6871         User-Agent header when message-generate-headers-first is used.
6872
6873 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6874
6875         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6876         hashcash-path is nil.  Don't call callback with incorrect number of
6877         parameters if val is 0.
6878
6879 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6880
6881         * message.el (message-required-news-headers):
6882         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6883
6884 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6885
6886         * tls.el (open-tls-stream): In handshake-waiting loop,
6887         don't wait more if there is output available to process.
6888
6889 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6890
6891         * tls.el (tls-program): Doc fix.
6892
6893 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * message.el (message-generate-new-buffers): Change the meaning of the
6896         nil value; add `standard' to the choices; treat t as `unique'; improve
6897         doc string.
6898         (gnus-select-frame-set-input-focus): Autoload.
6899         (message-buffer-name): Search for the existing message buffer if
6900         message-generate-new-buffers is nil or `standard'; treat the value t of
6901         message-generate-new-buffers as `unique'.
6902         (message-pop-to-buffer): Raise the frame already displaying the message
6903         buffer; clear the echo area after querying.
6904         (message-setup): Pass the `continue' argument to compose-mail.
6905         (message-mail): Prefer `switch-function' if it is given; search for the
6906         existing message buffer if the `continue' argument is non-nil; pass
6907         continue and switch-function arguments to compose-mail by way of
6908         message-setup.
6909         (message-mail-other-window): Adjust argument of message-setup.
6910         (message-mail-other-frame): Ditto.
6911
6912 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6915         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6916         to turn font-lock on when turning gnus-message-citation-mode on.
6917
6918 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6919
6920         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6921         (mml-smime-function-alist): New variable; add epg as the backend.
6922         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6923         mml-smime- functions instead.
6924         * mm-view.el: Require smime.
6925
6926 2007-03-05  Didier Verna  <didier@xemacs.org>
6927
6928         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6929         instead of just inheritance for posting styles.
6930         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6931
6932 2007-02-24  Chris Moore  <dooglus@gmail.com>
6933
6934         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6935         * pgg-pgp.el (pgg-pgp-encrypt-region):
6936         * pgg-gpg.el (pgg-gpg-encrypt-region):
6937         Check pgg-encrypt-for-me if no other recipients.
6938
6939 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6940
6941         * tls.el (tls-certtool-program): Fix custom type.
6942
6943 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6946         and point-at-eol instead of line-(beginning|end)-position.
6947
6948         * assistant.el (assistant-parse-buffer): Ditto.
6949
6950         * netrc.el (netrc-parse-services): Ditto.
6951
6952 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6953
6954         * mml2015.el (mml2015-epg-find-usable-key): New function.
6955         (mml2015-epg-sign): Use it.
6956         (mml2015-epg-encrypt): Use it.
6957
6958 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * message.el (message-make-in-reply-to): Quote name containing
6961         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6962         if there are special characters.  Reported by NAKAJI Hiroyuki
6963         <nakaji@jp.freebsd.org>.
6964
6965 2007-02-27  Didier Verna  <didier@xemacs.org>
6966
6967         Include the group parameters as well as the topic ones in the
6968         inheritance filter process.
6969         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6970         argument GROUP-PARAMS-LIST.
6971         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6972
6973 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * nntp.el (nntp-never-echoes-commands)
6976         (nntp-open-connection-functions-never-echo-commands): New variables.
6977         (nntp-send-command): Use them.
6978
6979 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6980
6981         * mml2015.el (mml2015-epg-verify): Simplified.
6982
6983 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mml.el (mml-content-disposition-alist): New user option.
6986         (mml-content-disposition): New function.
6987         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6988         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6989
6990 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6991
6992         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6993         verification.
6994
6995 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6996
6997         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6998         articles posted in the last 24 hours.
6999
7000 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7001
7002         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7003
7004 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7005
7006         * nntp.el (nntp-send-command): Don't wait for echoes when
7007         nntp-open-ssl-stream is used.
7008
7009 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7012         (gnus-message-add-citation-keywords)
7013         (gnus-message-remove-citation-keywords): Remove.
7014         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7015         directly, make the variables in font-lock-defaults buffer-local, add
7016         gnus-message-citation-keywords to them and then update the value of
7017         font-lock-keywords.
7018
7019 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * message.el (message-cite-original-1): Don't call
7022         gnus-article-highlight-citation.
7023
7024         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7025         citations; fix line count.
7026
7027 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7030         (gnus-message-add-citation-keywords)
7031         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7032         versions of font-lock-add-keywords and font-lock-remove-keywords to
7033         work with XEmacs correctly.
7034
7035 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-cite.el (gnus-cite-face-list): Set the values of
7038         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7039         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7040         (gnus-message-cite-prefix-regexp): New variable.
7041         (gnus-message-search-citation-line): Use it; protect against long
7042         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7043         the 0th match data for Emacs.
7044         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7045         (gnus-message-add-citation-keywords): Append keywords rather than
7046         prepending; emulate font-lock-add-keywords if it is not available.
7047         (gnus-message-remove-citation-keywords): Emulate
7048         font-lock-remove-keywords if it is not available.
7049
7050         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7051
7052         * message.el (message-cite-prefix-regexp): Set the value of
7053         gnus-message-cite-prefix-regexp.
7054
7055 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7056
7057         * nnweb.el (nnweb-google-parse-1): Update parser.
7058
7059 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7060
7061         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7062
7063 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7064
7065         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7066         regexp.
7067
7068 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7071         string-to-multibyte.
7072         (uudecode-decode-region-internal): Use it.
7073
7074         * lpath.el: Fbind string-as-multibyte for XEmacs.
7075
7076 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7079         custom choice.
7080
7081         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7082
7083 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7084
7085         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7086
7087         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7088         `write-region' to respect `mm-inhibit-file-name-handlers'.
7089
7090 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7093         Use gnus-home-directory instead of "~/" or "$HOME".
7094
7095 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7098         to mention filename.
7099         Add comments at beginning regarding usage.
7100         (encrypt-write-file-contents): Change interactive so a string is
7101         acceptable.  If the file has no associated model, show an error instead
7102         of a nonsense prompt.
7103
7104 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7105
7106         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7107         Thanks to Yoshihiko Yamada for kind notification of this typo.
7108
7109 2007-01-12  Kenichi Handa  <handa@m17n.org>
7110
7111         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7112         multibyte buffer.
7113
7114 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-score.el (gnus-score-fast-scoring): New variable.
7117         (gnus-score-headers): Use it.
7118
7119         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7120
7121         * message.el (message-cite-original-1): Call
7122         gnus-article-highlight-citation if requested.
7123         (message-make-from): Allow name and address as optional arguments.
7124
7125         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7126
7127         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7128         bugs to doc string.
7129         (gnus-button-alist): Add mid\\|message-id.
7130         (gnus-button-fetch-group): Extend for use in
7131         `browse-url-browser-function'.
7132         (gnus-button-url-regexp): Try to catch paired parentheses like in
7133         Wikipedia URLs.
7134
7135         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7136         Suggested by Simon Krahnke <overlord@gmx.li>.
7137
7138 2007-01-13  Romain Francoise  <romain@orebokech.com>
7139
7140         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7141         Update copyright.
7142
7143 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7144
7145         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7146
7147 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * gnus-registry.el (gnus-registry-unfollowed-groups)
7150         (gnus-registry-split-fancy-with-parent): Fix documentation.
7151
7152 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7155         from nnweb groups.
7156
7157 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7160         Xref urls.  Erase buffer before requesting head.
7161
7162 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7165         customizable.
7166
7167 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7168
7169         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7170         no signing key is found.
7171         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7172         no encrypting and/or signing key is found.
7173
7174 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7177
7178 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7179
7180         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7181         headers read from disk with the ones newly found in the current search.
7182         This should no longer cause problems, because the article numbers in
7183         Gmane's `nov.php' output are ignored since the previous change.
7184
7185 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7186
7187         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7188
7189 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7192         replace-regexp-in-string; bind url-version; fbind display-images-p and
7193         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7194         find-face and set-itimer-function for Emacs; bind itimer-list for
7195         Emacs.
7196
7197         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7198
7199 2007-01-01  Romain Francoise  <romain@orebokech.com>
7200
7201         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7202
7203 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7204
7205         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7206         `define-minor-mode' macro definition expanded properly.
7207         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7208         exclude it there.
7209
7210         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7211         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7212         `fboundp' test.
7213         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7214         This is OK to autoload in (S)XEmacs now.
7215
7216 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7219         keystroke.
7220         (gnus-summary-limit-to-singletons): Fix typo.
7221
7222         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7223         else fails.
7224
7225 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7226
7227         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7228         docstring.
7229
7230         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7231         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7232         (gnus-summary-insert-dormant-articles): Fix typo in message.
7233
7234 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7237         nil for XEmacs.
7238         (gnus-message-citation-mode): Don't autoload in XEmacs.
7239
7240         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7241
7242 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7243
7244         * nnimap.el (nnimap-expunge-search-string): Mention
7245         nnimap-search-uids-not-since-is-evil in docstring.
7246
7247 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * spam.el: Revert to make-obsolete-variable because
7250         define-obsolete-variable-alias is not supported in Emacs 21.
7251
7252         * spam.el (spam-ifile-path, spam-ifile-database-path)
7253         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7254         make-obsolete-variable.
7255         (spam-bsfilter-path, spam-bsfilter-program)
7256         (spam-spamassassin-path, spam-spamassassin-program)
7257         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7258         use "path" inappropriately.
7259         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7260         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7261         variable names.
7262
7263 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7264
7265         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7266         summary buffer.
7267
7268         * password.el (password-cache-remove): Use clear-string to burn
7269         password, if available.
7270
7271 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7274
7275         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7276
7277         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7278         (gnus-message-highlight-citation): Move defcustom here from
7279         gnus-cite.el.
7280         (gnus-message-citation-mode): Autoload.
7281
7282         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7283         checks to make it compile with XEmacs.
7284         (gnus-message-citation-mode): New minor mode.
7285         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7286         (gnus-message-highlight-citation): New variables.
7287         (gnus-message-search-citation-line)
7288         (gnus-message-add-citation-keywords)
7289         (gnus-message-remove-citation-keywords)
7290         (turn-on-gnus-message-citation-mode)
7291         (turn-off-gnus-message-citation-mode): New functions.
7292
7293 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7294
7295         * gnus-cite.el: Enable highlighting of different citation levels in
7296         message-mode.
7297
7298 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * message.el (message-make-fqdn): Fix comment.
7301         (message-bogus-system-names): Add ".local".
7302
7303         * spam.el (spam-ifile-path, spam-ifile-program)
7304         (spam-ifile-database-path, spam-ifile-database)
7305         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7306         Don't use "path" inappropriately.
7307         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7308         strings.
7309         (spam-check-ifile, spam-ifile-register-with-ifile)
7310         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7311         new variable names.
7312
7313         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7314         (gnus-treat-display-smileys): Simplify using
7315         gnus-image-type-available-p.
7316
7317         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7318         available.
7319
7320         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7321         `display-images-p' if available.
7322
7323 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7326         one after turning on the buffer's multibyteness instead of decoding
7327         them directly in the unibyte buffer that causes unexpected conversion
7328         in Emacs 23 (unicode).
7329
7330 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7331
7332         * message.el (message-generate-hashcash): Fix custom type.
7333
7334 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7337
7338 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7341         disconnect icons.  Add help text.
7342
7343 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7346         negated to be consistent with the others we handle.
7347
7348 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7351         version of gnus-summary-buffer to something, so that we can use two
7352         article buffers at the same time.
7353
7354 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7357         trigger all the extra headers.
7358         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7359         sorting.
7360
7361 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7362
7363         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7364         solid groups.
7365
7366 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7367
7368         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7369
7370 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * legacy-gnus-agent.el: Add Copyright notice.
7373
7374 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7375
7376         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7377
7378 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7381
7382         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7383         to make it work reliably in CVS Emacs.
7384         (gnus-summary-limit-strange-charsets-predicate)
7385         (gnus-summary-limit-to-predicate): New functions.
7386
7387 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7388
7389         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7390         specifying array size.
7391         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7392         array if it is too small.
7393         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7394         (gnus-sort-threads-loop): New function.
7395
7396 2006-12-06  Chris Moore  <dooglus@gmail.com>
7397
7398         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7399         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7400
7401 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7402
7403         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7404         options.
7405
7406 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7409         DOS-ing the recipient.
7410
7411         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7412         the headers when creating the mapping to avoid mismappings.
7413         (nnweb-gmane-create-mapping): Always nix out old mapping.
7414
7415 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7418         and mm-verify-option to never.
7419
7420 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * message.el (message-signed-or-encrypted-p): New function.
7423         (message-forward-make-body): Use it.
7424
7425         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7426         Replace encode-coding-string with mm-encode-coding-string.
7427
7428 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * nneething.el (nneething-decode-file-name): Replace
7431         decode-coding-string with mm-decode-coding-string.
7432
7433         * gnus-int.el (gnus-open-server): Say failed server's name.
7434
7435 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7436
7437         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7438         strings to a single string.  Quote `errors-file-name'.
7439         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7440         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7441         Adjust calls.  Use `shell-quote-argument'.
7442
7443 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7444
7445         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7446         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7447
7448         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7449         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7450         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7451         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7452         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7453         (gnus-subscribe-newsgroup, gnus-1):
7454         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7455         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7456         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7457         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7458
7459 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7462         keystroke.
7463         (gnus-summary-limit-to-bodies): Implement headersp.
7464
7465 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7468
7469 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7472
7473 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * message.el (message-generate-hashcash): Expand range of values to
7476         include `opportunistic'.
7477         (message-send-mail): Use it.
7478
7479 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7480
7481         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7482         and comment it.
7483
7484         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7485
7486 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * gnus-util.el (gnus-extract-address-components): Improve comment.
7489
7490 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-util.el (gnus-extract-address-components): Work with address in
7493         which the name portion contains @.
7494
7495         * lpath.el: Fbind custom-autoload.
7496
7497 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus.el (gnus-start): Move custom group up.
7500         (gnus-select-method): Don't autoload, but make it available for
7501         `customize-variable'.
7502         (gnus-getenv-nntpserver): Don't autoload.
7503
7504 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7507
7508 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * message.el (message-sendmail-extra-arguments): New variable.
7511         (message-send-mail-with-sendmail): Use it.
7512
7513 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7516         mm-with-unibyte-current-buffer to make string unibyte.
7517
7518         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7519         mm-string-as-multibyte.
7520
7521 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7522
7523         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7524         Reported by Werner Koch <wk@gnupg.org>.
7525
7526 2006-11-14  Daiki Ueno  <ueno@p360>
7527
7528         * mml2015.el: Autoload epa-select-keys when compiling.
7529
7530 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7531
7532         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7533         message-options.
7534         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7535
7536 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7537
7538         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7539         EasyPG (< 0.0.6).
7540         (mml2015-always-trust): New user option.
7541         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7542         prompt.
7543
7544 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * nntp.el (nntp-authinfo-force): New variable.
7547         (nntp-send-authinfo): Use it.
7548
7549 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7552         decode encoded words.  Improve prompt.  Add comment about forwarding.
7553         (message-replacement-char): Move up.
7554
7555 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7556
7557         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7558         instead of gnus-intersection because arguments of gnus-sorted-nunion
7559         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7560
7561 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7564         (message-simplify-subject-functions): Enable
7565         message-strip-subject-encoded-words by default.
7566
7567 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * message.el (message-strip-subject-encoded-words): New function.
7570         (message-simplify-subject-functions): New variable.
7571         (message-simplify-subject): Use it.  Fix typo in doc string.
7572         Support message-strip-subject-encoded-words.
7573
7574 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7575
7576         * gnus-diary.el (gnus-diary-delay-format-function):
7577         * nndiary.el (nndiary-reminders):
7578         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7579
7580 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * gnus-art.el (article-hide-boring-headers): Fetch date from
7583         gnus-original-article-buffer to avoid problems with localized date
7584         strings.
7585
7586 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7589
7590 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7593         New variables.
7594         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7595         (mm-charset-synonym-alist): Move some entries to
7596         mm-codepage-iso-8859-list.
7597         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7598         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7599
7600 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7603
7604 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7607         with Emacs 21 and XEmacs.
7608
7609 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7610
7611         * spam.el (spam-parse-address): New function for better parsing,
7612         catching errors, etc.
7613         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7614
7615 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * mm-view.el: Add interactive arg to html2text autoload.
7618
7619 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7622
7623 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7626         variables.
7627         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7628         (mm-charset-synonym-alist): Move some entries to
7629         mm-codepage-iso-8859-list.
7630
7631         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7632
7633 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * message.el (message-citation-line-format)
7636         (message-insert-formated-citation-line): Fix implementation of %E, %N
7637         and %n according to the doc string.
7638
7639 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7640
7641         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7642         car-safe to avoid bad parses.
7643
7644 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7647         names.
7648
7649         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7650
7651 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7654         header.
7655
7656         * message.el (message-draft-headers): Add Date.
7657         (message-headers-to-generate): Fix typo in docstring.
7658
7659         * nndraft.el (nndraft-required-headers): New variable.
7660         (nndraft-generate-headers): Use it.
7661
7662         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7663
7664 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7665
7666         * gnus-registry.el (gnus-registry-wash-for-keywords)
7667         (gnus-registry-find-keywords): New functions to allow easy searching of
7668         articles that are in the registry.
7669
7670 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7671
7672         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7673         ietf-drums-parse-address instead of gnus-extract-address-components.
7674         Reported by Damien Elmes <damien@repose.cx>.
7675
7676 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * gnus.el (gnus-mime): Remove unused custom group.
7679
7680 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7681
7682         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7683         "blank line" when searching for end of armor headers.
7684
7685 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gmm-utils.el (gmm-write-region): Fix variable name.
7688
7689 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gmm-utils.el (gmm-write-region): New function based on compatibility
7692         code from `mm-make-temp-file'.
7693
7694         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7695
7696         * nnmaildir.el (nnmaildir--update-nov)
7697         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7698         Use `gmm-write-region'.
7699
7700 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7703         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7704
7705         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7706
7707         * message.el (message-replacement-char): New variable.
7708         (message-fix-before-sending): Use it.
7709         (message-simplify-subject): New function to remove duplicate code.
7710         (message-reply, message-followup): Use it.
7711
7712         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7713         gnus-summary-limit-to-articles.
7714
7715 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-util.el (gnus-with-local-quit): New macro.
7718
7719         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7720
7721 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7724         ignore non-string data.
7725
7726 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7727
7728         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7729         non-string data (needs to be done in the registry too).
7730
7731 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7734         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7735         (gnus-registry-split-fancy-with-parent)
7736         (gnus-registry-fetch-simplified-message-subject-fast)
7737         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7738         Remove text properties on ingress into the registry and when it's saved.
7739         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7740         registry from entries with no groups.
7741
7742 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7743
7744         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7745         function to remove string properties.
7746
7747 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * gmm-utils.el (gmm): Adjust custom version.
7750
7751         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7752         custom version.
7753
7754         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7755
7756 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus-art.el (gnus-insert-prev-page-button)
7759         (gnus-insert-next-page-button): Simplify.  Reformat.
7760
7761 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7762
7763         * gnus-art.el (gnus-insert-prev-page-button)
7764         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7765
7766 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7767
7768         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7769
7770 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7771
7772         * gnus-art.el (gnus-insert-mime-button)
7773         (gnus-insert-mime-security-button):
7774         Apply gnus-article-button-face to MIME and security buttons.
7775
7776 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7779         readable.
7780
7781 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7784
7785 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7786
7787         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7788         `browse-url-of-file' instead of `browse-url'.
7789
7790 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7791
7792         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7793         regexp.  Articles containing quotation were cut prematurely.
7794
7795 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * message.el (message-cite-original-1): Use nobody by default for the
7798         value of From header.
7799         (message-reply): Ditto.
7800
7801 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7802
7803         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7804         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7805         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7806
7807 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7810         mails in the doc string.  Add some URLs in comment.
7811         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7812
7813 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7816         backslashes handling and the way to find boundaries of quoted strings.
7817
7818 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7819
7820         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7821         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7822         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7823         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7824
7825 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7828         doc string.
7829         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7830
7831 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * lpath.el: Fbind epg-check-configuration.
7834
7835 2006-09-06  Simon Josefsson  <jas@extundo.com>
7836
7837         * mml2015.el (mml2015-use): Doc fix, mention epg.
7838
7839 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7840
7841         * mml2015.el (mml2015-use): Default to epg, if available.
7842
7843 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7844
7845         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7846         message-sender.
7847         (mml1991-epg-encrypt): Ditto.
7848         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7849         message-sender.
7850         (mml2015-epg-encrypt): Ditto.
7851
7852 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7853
7854         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7855         several common directories.
7856
7857 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7858
7859         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7860         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7861
7862 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-art.el (article-decode-encoded-words): Make it fast.
7865
7866 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7869
7870         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7871         in quoted string into `\'.
7872
7873 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7876         Use standard-syntax-table.
7877
7878 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-art.el (gnus-decode-address-function): New variable.
7881         (article-decode-encoded-words): Use it to decode headers which are
7882         assumed to contain addresses.
7883         (gnus-mime-delete-part): Remove useless `or'.
7884
7885         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7886         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7887         (gnus-nov-parse-line): Use it to decode From header.
7888         (gnus-get-newsgroup-headers): Ditto.
7889         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7890
7891         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7892         (mail-decode-encoded-address-string): New alias.
7893
7894         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7895         New function.
7896         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7897         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7898         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7899         (rfc2047-decode-string): Ditto.
7900         (rfc2047-decode-address-region): New function.
7901         (rfc2047-decode-address-string): New function.
7902
7903 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * message.el (message-caesar-buffer-body): Allow rotating headers.
7906
7907         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7908
7909         * message.el (message-insert-formated-citation-line): Fix %f.
7910         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7911
7912 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7915         (gnus-bookmark-mouse-available-p): New macro.
7916         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7917         (gnus-bookmark-bmenu-show-infos): Use it.
7918         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7919         (gnus-bookmark-bmenu-hide-infos): Ditto.
7920         (gnus-bookmark-remove-properties): New function.
7921         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7922         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7923         (gnus-bookmark-write-file): Bind coding-system-for-write.
7924         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7925         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7926         group before selecting it.
7927         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7928         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7929         quit-window if it is not available; use gnus-mouse-2 and bind it to
7930         gnus-bookmark-bmenu-select-by-mouse.
7931         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7932         (gnus-bookmark-bmenu-select-by-mouse): New function.
7933
7934 2006-08-13  Romain Francoise  <romain@orebokech.com>
7935
7936         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7937         space.
7938
7939 2006-08-10  Romain Francoise  <romain@orebokech.com>
7940
7941         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7942         (dns-mode-soa-auto-increment-serial): New user option.
7943         (dns-mode-soa-maybe-increment-serial): New function.
7944         (dns-mode): Add the latter to `write-contents-functions'.
7945
7946 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * compface.el (uncompface): Use binary rather than raw-text-unix.
7949
7950 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * compface.el (uncompface): Make sure the eol conversion doesn't take
7953         place when communicating with the external programs.  Reported by
7954         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7955
7956 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7959
7960 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7961
7962         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7963         Make it more robust by parsing author and date independently.
7964
7965 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7968
7969 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7970
7971         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7972         first matching secret key.
7973         (mml2015-epg-encrypt): Ditto.
7974
7975         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7976         first matching secret key.
7977         (mml1991-epg-encrypt): Ditto.
7978
7979         * mml2015.el (mml2015-encrypt-to-self): New user option.
7980         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7981         mml2015-epg-encrypt-to-self is set.
7982
7983         * mml1991.el (mml1991-encrypt-to-self): New variable.
7984         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7985         mml1991-epg-encrypt-to-self is set.
7986
7987         * mml2015.el (mml2015-signers): New user option.
7988         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7989         (mml2015-epg-encrypt): Allow to select signing keys.
7990
7991         * mml1991.el (mml1991-signers): New variable.
7992         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7993         (mml1991-epg-encrypt): Allow to select signing keys.
7994
7995 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * nnheader.el (nnheader-insert-head): Make it work even if the file
7998         uses CRLF for the line-break code.
7999
8000 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8001
8002         * mml2015.el: Require mml-sec instead of password.
8003         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8004         (mml2015-cache-passphrase): Inherit the default value from
8005         mml-secure-cache-passphrase.
8006         (mml2015-passphrase-cache-expiry): Inherit the default value from
8007         mml-secure-passphrase-cache-expiry.
8008
8009         * mml1991.el: Require mml-sec instead of password.
8010         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8011         (mml1991-cache-passphrase): Inherit the default value from
8012         mml-secure-cache-passphrase.
8013         (mml1991-passphrase-cache-expiry): Inherit the default value from
8014         mml-secure-passphrase-cache-expiry.
8015
8016         * mml-sec.el: Require password.
8017         (mml-secure-verbose): New user option.
8018         (mml-secure-cache-passphrase): New user option.
8019         (mml-secure-passphrase-cache-expiry): New user option.
8020
8021 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8022
8023         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8024         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8025         andreas@altroot.de (Andreas Vögele).
8026
8027         FIXME: Use `tiny change'?
8028
8029 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8030
8031         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8032         workaround for the url package included with Emacs.
8033
8034         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8035
8036 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8039         correctly.  This fixes a bug caused by the 2006-05-12 change.
8040
8041 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8042
8043         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8044         some information about the error when saying that the `bogus' mail
8045         group will be used.
8046
8047 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8050         string.
8051
8052 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8053
8054         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8055
8056 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8057
8058         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8059
8060 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8061
8062         * mml1991.el (mml1991-function-alist): Add epg.
8063         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8064         (mml1991-epg-encrypt): New functions.
8065
8066 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8067
8068         * mml2015.el (mml2015-verbose): New variable.
8069         (mml2015-cache-passphrase): Ditto.
8070         (mml2015-passphrase-cache-expiry): Ditto.
8071         (mml2015-function-alist): Add epg.
8072         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8073         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8074         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8075         functions.
8076
8077 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8078
8079         * message.el (message-cite-original-1): Preserve region when removing
8080         quoted text due to X-No-Archive in order to avoid bogus attribution
8081         when citing multiple messages.
8082
8083 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8084
8085         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8086         Kenneth Jacker <khj@be.cs.appstate.edu>.
8087
8088 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-diary.el (gnus-user-format-function-d)
8091         (gnus-user-format-function-D): Autoload.
8092
8093         * imap.el (Commentary): Fix typo.
8094
8095         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8096         2006-04-22 contribution.
8097
8098 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8099
8100         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8101         It didn't really fix the bogosity I'm seeing with solid web groups.
8102
8103 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8104
8105         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8106         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8107         created using server names.  If we use the feature without declaring
8108         it, Gnus does not properly manage server and group state.
8109
8110         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8111         bound.
8112
8113 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8114
8115         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8116         looking up the method using GROUP's prefix before inventing a new one.
8117         It is used on killed/unknown groups in various places where returning
8118         an all-new method isn't expected by the caller.
8119
8120         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8121         and match semantics of gnus-group-real-prefix.
8122
8123 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * nnmail.el (nnmail-broken-references-mailers): New variable.
8126         (nnmail-ignore-broken-references): New function generalizing
8127         nnmail-fix-eudora-headers.
8128         (nnmail-fix-eudora-headers): Now obsolete.
8129
8130         * gnus-art.el (gnus-button-handle-custom): Support
8131         `customize-apropos*'.
8132
8133 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8136
8137         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8138         articles.
8139
8140 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * message.el (message-cite-reply-above): New variable.
8143         (message-yank-original): Use it.
8144
8145 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8148
8149 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8152         as read.
8153
8154         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8155
8156 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8159         (gnus-bookmark-default-file): Use gnus-directory.
8160         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8161         Remove "*" in doc string.
8162         (gnus-bookmark-write-file): Simplify.
8163         (gnus-bookmark-maybe-sort-alist): Use `when'.
8164         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8165         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8166         FIXME about Emacs 21 and XEmacs compatibility.
8167         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8168         compatibility.
8169         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8170         compatibility.
8171         (gnus-bookmark-menu-heading): Fix version.
8172
8173 2006-06-19  Bastien Guerry  <bzg@altern.org>
8174
8175         * gnus-bookmark.el: New file.
8176
8177 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * message.el (message-syntax-checks): Doc fix.
8180
8181 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8182
8183         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8184         unsubscribed groups as if they were killed ones.  It causes duplicate
8185         entries in gnus-newsrc-alist.
8186
8187 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * message.el (message-syntax-checks): Doc fix.
8190         (message-send-mail): Add check for continuation headers.
8191         (message-check-news-header-syntax): Fix regexp used to check for
8192         continuation headers.
8193
8194 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8197
8198 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8201
8202 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8205         default-truncate-lines.
8206
8207 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8210         to fill the utf-8 entry.
8211
8212         * lpath.el: Fbind unicode-precedence-list.
8213
8214 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8215
8216         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8217
8218 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8219
8220         * gnus-agent.el (directory-files-and-attributes): Move all the way
8221         forward (the third and final move).
8222         (gnus-agent-read-agentview): Trap reconstruction errors due to
8223         nonexistant directory.  Handle by returning nil.
8224
8225 2006-05-30  Didier Verna  <didier@xemacs.org>
8226
8227         * message.el (message-dont-reply-to-names): Update the custom type.
8228         * message.el (message-dont-reply-to-names): New defsubst: potentially
8229         convert a list of regexps into a single one.
8230         * message.el (message-get-reply-headers): Use it.
8231         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8232
8233 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus-agent.el (directory-files-and-attributes): Move forward.
8236
8237 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gnus-ml.el (gnus-mailing-list-subscribe)
8240         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8241         (gnus-mailing-list-message): Fix doc strings.
8242
8243 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8244
8245         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8246         of doing it manually.
8247
8248 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8251         comment.
8252
8253 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8254
8255         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8256         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8257         (gnus-agent-read-local): All symbols allocated in my-obarray.
8258         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8259         (gnus-agent-regenerate-group): Check numeric names to see if they are
8260         messages or groups.
8261         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8262         better way of do this...)
8263
8264         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8265         'dummy.group' (there should be a better way of do this...)
8266
8267 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8270         (gnus-saved-headers): Ditto.
8271         (gnus-default-article-saver): Mention functions may have properties.
8272         (gnus-article-save): Override gnus-save-all-headers and
8273         gnus-saved-headers by :headers property which saver function may have.
8274         (gnus-summary-save-in-file): Add :headers property.
8275         (gnus-summary-write-to-file): Ditto.
8276
8277         * gnus-sum.el (gnus-summary-save-article): Bind
8278         gnus-prompt-before-saving to t when saving many articles in a file;
8279         always show all headers.
8280
8281         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8282
8283 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8286         marks.
8287
8288         * message.el (message-indent-citation): Add optional arguments to allow
8289         using it outside of message buffers.
8290
8291         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8292         (gnus-article-treat-unfold-headers): Use it.
8293         (gnus-article-truncate-lines): New variable.
8294         (gnus-article-mode): Use it.
8295         (gnus-article-toggle-truncate-lines): New function.
8296
8297         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8298         gnus-article-toggle-truncate-lines.
8299
8300         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8301         coding system in XEmacs, use binary.
8302
8303 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8306         after-load-alist.
8307
8308         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8309         this function should save decoded articles.
8310         (gnus-summary-write-to-file): Use property to specify this function
8311         should save decoded articles and specify gnus-summary-save-in-file
8312         should be used to save articles other than the first one when saving
8313         many articles.
8314         (gnus-summary-save-body-in-file): Use property to specify this
8315         function should save decoded articles.
8316         (gnus-summary-write-body-to-file): Use property to specify this
8317         function should save decoded articles and specify
8318         gnus-summary-save-body-in-file should be used to save articles other
8319         than the first one when saving many articles.
8320
8321         * gnus-sum.el (gnus-summary-save-article): Simplify.
8322
8323 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-art.el (gnus-default-article-saver): Add
8326         gnus-summary-write-body-to-file.
8327         (gnus-article-save-coding-system): Don't use coding system object
8328         in XEmacs.
8329         (gnus-read-save-file-name): Add optional `dir-var' argument which
8330         specifies directory in which files are saved; work even if optional
8331         `variable' argument is not specified.
8332         (gnus-summary-write-to-file): Read file name.
8333         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8334         (gnus-summary-write-body-to-file): New function.
8335
8336         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8337         (gnus-summary-local-variables): Add it.
8338         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8339         (gnus-summary-save-article): Remove optional `decode' argument;
8340         determine whether to decode articles by the value of
8341         gnus-default-article-saver; when saving many files using
8342         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8343         it first and use gnus-summary-save-in-file or
8344         gnus-summary-save-body-in-file thereafter unless
8345         gnus-prompt-before-saving is always; move point to article which
8346         will be saved.
8347         (gnus-summary-save-article-file): Revert.
8348         (gnus-summary-write-article-file): Revert.
8349         (gnus-summary-save-article-body-file): Revert.
8350         (gnus-summary-write-article-body-file): New function.
8351
8352 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (gnus-default-article-saver): Doc fix.
8355         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8356         from gnus-summary-save-article-coding-system, and default to a
8357         certain coding system.
8358         (gnus-output-to-file): Add coding cookie and encode text according
8359         to gnus-article-save-coding-system; don't use mm-append-to-file.
8360
8361         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8362         gnus-art.el and rename to gnus-article-save-coding-system.
8363         (gnus-summary-save-article): Require gnus-art; don't show all
8364         headers if it decodes articles; don't add coding cookie here;
8365         don't bind mm-text-coding-system-for-write.
8366         (gnus-summary-save-article-file): Save decoded articles.
8367         (gnus-summary-write-article-file): When saving many files, use
8368         gnus-summary-write-to-file first and gnus-summary-save-in-file
8369         thereafter unless gnus-prompt-before-saving is always.
8370         (gnus-summary-save-article-body-file): Save decoded articles.
8371
8372         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8373
8374 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * nnrss.el (nnrss-check-group): Bind hash-index.
8377
8378 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8379
8380         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8381         its hash index.  Store this hash in `nnrss-group-data'.
8382         (nnrss-read-group-data): Update accordingly.
8383
8384 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8387         entry.
8388
8389         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8390         gnus-article-browse-html-article.
8391
8392 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8393
8394         * gnus-sum.el (gnus-summary-mime-map): Add
8395         gnus-article-browse-html-article.
8396
8397         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8398
8399 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8402         suitable coding systems in customize.
8403
8404 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * mail-source.el (mail-sources): Fix custom type.
8407
8408 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8411         (gnus-summary-expire-articles-now): Shorten prompt.
8412
8413         * gmm-utils.el (wid-edit): Require.
8414         (defun-gmm): Renamed from `gmm-defun-compat'.
8415         (gmm-image-search-load-path): Use it.
8416         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8417
8418 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8421         variable.
8422         (gnus-summary-save-article): Add optional `decode' argument.  If
8423         it is set and gnus-summary-save-article-coding-system is non-nil,
8424         save decoded article.
8425         (gnus-summary-write-article-file): Save decoded article if
8426         gnus-summary-save-article-coding-system is non-nil.
8427
8428         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8429         type.
8430
8431 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8434
8435 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8438         first to test gnus-single-article-buffer which may be buffer-local.
8439
8440         * gnus-sum.el (gnus-summary-setup-buffer): Make
8441         gnus-single-article-buffer buffer-local and nil in ephemeral
8442         group; make gnus-article-buffer, gnus-article-current, and
8443         gnus-original-article-buffer always buffer-local.
8444         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8445         group.
8446         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8447
8448 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * nnml.el (nnml-request-compact-group): Compressed files might not
8451         have .gz extension.
8452
8453 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8454
8455         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8456         (mm-copy-to-buffer): Use with-current-buffer.
8457         (mm-display-part): Simplify.
8458         (mm-inlinable-p): Add optional arg `type'.
8459
8460 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8461
8462         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8463         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8464         Try harder to show the attachment internally or externally using
8465         gnus-mime-view-part-as-type.
8466
8467 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * message.el (message-from-style, message-signature-separator)
8470         (message-user-organization-file, message-send-mail-function)
8471         (message-citation-line-function, message-yank-prefix)
8472         (message-indent-citation-function, message-signature)
8473         (message-signature-file, message-signature-insert-empty-line):
8474         Remove autoloads.
8475
8476         * gnus-art.el (gnus-buttonized-mime-types): Remove
8477         "multipart/signed".  Revert 2006-04-26 change.
8478
8479 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus.el (gnus-version-number): Bump version.
8482
8483 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8484
8485         * gnus.el: No Gnus v0.5 is released.
8486
8487 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8488
8489         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8490         fetching articles by message-id.
8491
8492 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * message.el (hashcash): Require hashcash as normal.
8495
8496         * ecomplete.el (ecomplete-highlight-match-line): Use
8497         point-at-eol.
8498         (ecomplete-highlight-match-line): Use `highlight', because that
8499         face exists in both Emacs and XEmacs.
8500
8501         * message.el (message-display-abbrev): Use point-at-bol.
8502
8503         * mail-source.el: Don't require timer/timer-funcs.
8504
8505         * gnus-async.el: Ditto.
8506
8507         * password.el: Ditto.
8508
8509         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8510
8511         * mm-url.el: Ditto.
8512
8513         * gnus-xmas.el: Don't require timer-funcs.
8514
8515         * mm-util.el: Require timer/timer-funcs.
8516
8517 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8518
8519         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8520         Close.
8521
8522 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8525         unibyte after clear-decrypt function runs.
8526
8527         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8528         returns as a unibyte string.
8529
8530 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * lpath.el: Revert.
8533
8534         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8535         (pgg-gpg-process-sentinel): Revert.
8536
8537         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8538         (pgg-pgp-lookup-key): Revert.
8539
8540         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8541         (pgg-pgp5-lookup-key): Revert.
8542
8543         * pgg.el (pgg-fetch-key): Revert.
8544
8545 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * lpath.el: Fbind string-as-multibyte for XEmacs.
8548
8549         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8550         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8551         (mml1991-pgg-encrypt): Ditto.
8552
8553         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8554         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8555         a multibyte buffer.
8556
8557         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8558         (pgg-pgp-lookup-key): Ditto.
8559
8560         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8561         (pgg-pgp5-lookup-key): Ditto.
8562
8563         * pgg.el (pgg-fetch-key): Ditto.
8564
8565 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * message.el (message-user-organization-file): Check several
8568         locations of the organization file.
8569
8570         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8571         Add gnus-article-view-part-as-type.
8572
8573         * gnus-art.el (gnus-article-view-part-as-type): New function.
8574
8575         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8576         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8577
8578         * mml.el: Simplify autoload.
8579         (mml-mode): defvar dnd-protocol-alist instead of using
8580         symbol-value.
8581         (mml-default-directory): New variable.
8582         (mml-minibuffer-read-file): Use it.
8583         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8584
8585         * message.el (message-citation-line-format): New variable.
8586         (message-insert-formated-citation-line): New function.
8587         (message-citation-line-function): Add
8588         `message-insert-formated-citation-line' to custom type.
8589
8590         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8591         to doc string.
8592
8593         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8594         depending on mm-verify-option.
8595
8596 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8599         binding pgg-* variables; reimplement the section which prevents
8600         MIME header from being signed.
8601         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8602         pgg-text-mode; remove a blank line at the top of body.
8603
8604         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8605         lines at the top of body; use gnus-newsgroup-charset if there's no
8606         Charset header.
8607
8608 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * message.el (message-self-insert-commands): Doc fix.
8611
8612         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8613         (mm-uu-pgp-encrypted-test): Ditto.
8614         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8615         between header and body; return application/pgp-encrypted handle
8616         if decryption failed; decode decrypted body by charset.
8617
8618         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8619         element match to application/pgp-*.
8620
8621 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8622
8623         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8624         HTML.
8625
8626 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * mail-source.el (mail-source-call-script): Message the error
8629         string.
8630
8631 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-util.el (gnus-byte-compile): Use it.
8634
8635 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8636
8637         * gnus-util.el (kill-empty-logs): New function.
8638
8639 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640
8641         * message.el (message-mail-alias-type): Doc fix.
8642         (message-mail-alias-type-p): New function.
8643         (message-send): Use it.
8644         (message-mode): Ditto.
8645         (message-strip-forbidden-properties): Ditto.
8646
8647         * ecomplete.el (ecomplete-database-file-coding-system): New
8648         variable.
8649         (ecomplete-save): Use it.
8650         (ecomplete-setup): Use it.
8651
8652 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * message.el (message-self-insert-commands): New variable.
8655         (message-strip-forbidden-properties): Use it.
8656
8657 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8660         that doesn't make XEmacs choke.
8661
8662 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * gnus-util.el (gnus-replace-in-string):
8665         Prefer replace-regexp-in-string over of replace-in-string.
8666
8667 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-util.el (gnus-select-frame-set-input-focus):
8670         Use select-frame-set-input-focus if it is available in XEmacs; use
8671         definition defined in Emacs 22 for old Emacsen.
8672
8673         * dgnushack.el: Autoload unmorse-region for XEmacs.
8674
8675         * lpath.el: Bind cursor-in-non-selected-windows and
8676         select-frame-set-input-focus for XEmacs.
8677
8678 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8681
8682 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8683
8684         * gnus-registry.el (gnus-registry-cache-save): Remove text
8685         properties when saving via the temp buffer.
8686
8687 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * message.el (message-generate-hashcash): Honor custom type.
8690
8691 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692
8693         * message.el (message-generate-hashcash): Default to non-nil when
8694         hashcash is found.
8695
8696         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8697         (gnus-refer-thread-limit): Increase default to 500.
8698
8699         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8700
8701         * flow-fill.el (fill-flowed): Allow delete-space.
8702
8703 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8706         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8707         Remove autoloads.
8708
8709 2006-04-18  Simon Josefsson  <jas@extundo.com>
8710
8711         * message.el (message-generate-hashcash): Default to.
8712
8713 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8716         concatenating segments rather than before concatenating them.
8717
8718 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8721
8722 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8725
8726         * message.el (message-forward-make-body-plain): Allow
8727         message-forward-ignored-headers to be a list.
8728         (message-remove-ignored-headers): Factor out into function.
8729         (message-forward-make-body-mml): Use it.
8730
8731         * imap.el (imap-quote-specials): New function.
8732         (imap-login-auth): Quote specials.
8733
8734         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8735         (rfc2231-parse-string): Allow concatanation of parameters that
8736         aren't contiguous.  The test case is
8737           (mail-header-parse-content-type "message/external-body;
8738             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8739             access-type=LOCAL-FILE;
8740             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8741
8742 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8743
8744         * nntp.el (nntp-accept-process-output): Return the value of
8745         `nnheader-accept-process-output'.
8746
8747 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8750         (gnus-button-alist): Recognize more diff formats.
8751         (gnus-button-patch): Strip directory.
8752
8753 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8756         Emacs 22 when setting focus.
8757
8758 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * gnus-art.el (gnus-article-treat-types): Do treatment of
8761         text/x-verbatim parts.
8762         (gnus-button-patch): New command.
8763
8764         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8765         addresses that contain invalid characters.
8766
8767 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * message.el (message-put-addresses-in-ecomplete): Use
8770         gnus-replace-in-string.
8771         (message-is-yours-p): Use the more correct
8772         mail-header-parse-address instead of
8773         mail-extract-address-components.
8774         (message-put-addresses-in-ecomplete): Fix typo.
8775
8776         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8777         keystroke.
8778
8779         * gnus-art.el (gnus-treatment-function-alist): Change order of
8780         newsgroups/generic header folding to avoid double-folding.
8781
8782         * message.el (message-hidden-headers): Add X-Draft-From.
8783
8784         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8785         command.
8786         (gnus-summary-repeat-search-article-backward): New command.
8787
8788         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8789         groups in the parent topic.
8790
8791 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8792
8793         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8794         (spam-extra-header-to-number): Return the CRM114 number as a
8795         number instead of a string.
8796
8797 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * gnus-art.el (gnus-face-properties-alist): Moved here from
8800         gnus-fun.
8801
8802         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8803
8804 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * message.el (message-strip-forbidden-properties): Only display on
8807         self-insert-command.
8808
8809         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8810         reindent.
8811         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8812
8813 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8814
8815         * smiley.el (smiley-style): Fix typo.
8816
8817 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * hashcash.el (hashcash-insert-payment-async-2): Use
8820         message-goto-eoh instead of doing it manually.
8821         (mail-add-payment): Use message-narrow-to-header instead of trying
8822         to do the same itself.
8823
8824         * message.el (message-hidden-headers): Add Face.
8825
8826         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8827         reparenting code.
8828         (gnus-summary-reparent-children): Refactored out code.
8829         (gnus-summary-thread-map): New keystroke.
8830         (gnus-summary-reparent-children): Make into command.
8831
8832         * smiley.el (smiley-style): Default to `medium' if using a large
8833         font.
8834
8835         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8836         does it itself.
8837
8838         * message.el (message-point-in-header-p): Simplify definition.
8839
8840 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * nnagent.el (nnagent-request-set-mark): Silence log file
8843         writing.
8844         (nnagent-request-set-mark): Use write-region instead of
8845         append-to-file.
8846
8847         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8848         strange select method.
8849
8850         * ecomplete.el (ecomplete-display-matches): Get highlightling
8851         right.
8852         (ecomplete-display-matches): Use literals.
8853         (ecomplete-display-matches): Disable message logging.
8854
8855         * message.el (message-display-abbrev): Small optimization.
8856
8857         * ecomplete.el (ecomplete-display-matches): Allow automatic
8858         display.
8859
8860         * message.el (message-strip-forbidden-properties): Display
8861         abbrevs.
8862         (message-display-abbrev): Get automatic display right.
8863
8864         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8865         keystrokes.
8866
8867 2006-04-13  Romain Francoise  <romain@orebokech.com>
8868
8869         TODO: Backport to v5-10!
8870
8871         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8872         Moved here (and renamed) from gnus-registry.el.
8873
8874         * gnus-registry.el: Require gnus-util.
8875         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8876
8877 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * gnus-group.el (gnus-group-catchup-current): Change
8880         if-then-else-if-then-else into cond.
8881         (gnus-group-catchup): Indent.
8882         (group-name-at-point): New function.
8883         (gnus-fetch-group): Provide default from thing at point.
8884
8885 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * message.el (message-display-abbrev): Fix regexp.
8888
8889         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8890         choosing.
8891         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8892         dead variables.
8893
8894         * message.el (message-newline-and-indent): Remove debugging.
8895         (message-display-abbrev): Use new implementation.
8896
8897 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-art.el (gnus-article-mode): Set
8900         cursor-in-non-selected-windows to nil.
8901
8902         * smiley.el: Revert previous change.
8903         (smiley-data-directory): defvar it before using it in the
8904         defcustom of `smiley-style'.
8905
8906 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * message.el (message-newline-and-indent): New function.
8909
8910         * ecomplete.el: Implement more bits.
8911
8912         * message.el (message-put-addresses-in-ecomplete): Clean up the
8913         string.
8914
8915         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8916
8917         * gnus-sum.el (gnus-summary-save-parts): Bind
8918         gnus-summary-save-parts-counter and use it to make unique file
8919         names.
8920
8921         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8922
8923         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8924         parameter to say whether to actually parse the individual
8925         addresses.
8926
8927         * message.el (message-put-addresses-in-ecomplete): New function.
8928         (ecomplete): Require.
8929         (message-mail-alias-type): Add ecomplete as an option.
8930
8931 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8932
8933         * flow-fill.el (fill-flowed): Remove trailing space from blank
8934         quoted lines.
8935
8936 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * smiley.el (smiley-style): Move definition later to avoid a
8939         compilation warning.
8940
8941 2006-04-12  Kenichi Handa  <handa@m17n.org>
8942
8943         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8944         buffer and then decode the buffer text if necessary.
8945         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8946         first, and after mm-encode-body, change the buffer to unibyte.
8947         Use mm-disable-multibyte instead of set-buffer-multibyte.
8948
8949 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8952         Content-Type header instead of Content-Disposition header.
8953         (gnus-mime-inline-part): Ditto.
8954         (gnus-mime-view-part-as-charset): Ignore charset that the part
8955         specifies.
8956
8957         * mm-decode.el (mm-display-part): Work with external parts and
8958         usual parts similarly.
8959
8960         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8961         instead of gnus-display-mime.
8962
8963         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8964         instead of with-temp-buffer.
8965
8966         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8967         tag to summarized topics part in order to encode non-ASCII text.
8968
8969 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * smiley.el (smiley-style): New variable.
8972         (smiley-directory): New function.
8973         (smiley-data-directory): Derive from `smiley-style' using
8974         `smiley-directory'.
8975         (smiley-regexp-alist): Add new entries.
8976
8977         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8978         (gnus-article-browse-delete-temp): Add :version.
8979
8980 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8981
8982         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8983         the sieve region.
8984
8985 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * gnus.el (gnus-version-number): Bump version.
8988
8989 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gnus.el: No Gnus v0.4 is released.
8992
8993 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8996         layout.
8997
8998         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8999         unknown charset.
9000
9001         * message.el (message-header-synonyms): Add Original-To to the
9002         default.
9003
9004         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9005         optional parameter.
9006
9007 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * gnus-fun.el (gnus): Require it for gnus-directory.
9010
9011 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9014
9015 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9016
9017         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9018
9019 2006-04-05  Simon Josefsson  <jas@extundo.com>
9020
9021         * password.el (password-reset): New function.
9022
9023 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9024
9025         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9026         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9027
9028 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9029
9030         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9031         Some whitespace was matched into the url, which broke browsing hits
9032         > 100 when mm-url-use-external was nil.
9033
9034 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9037         gnus-extra-headers for 'Newsgroups.
9038
9039         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9040         bound.
9041
9042 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9043
9044         * pgg-gpg.el: Clean up process buffers every time gpg processes
9045         complete.
9046
9047 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9050         doc string.
9051
9052 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9053
9054         * pgg-gpg.el (pgg-gpg-process-filter)
9055         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9056
9057         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9058         lines, temporary fix.
9059
9060 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9063
9064 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9065
9066         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9067         default-enable-multibyte-characters.  This reverts the change from
9068         revision 6.17 which is no longer necessary because the passphrase
9069         is sent separately now.  GnuPG messages are unreadable under
9070         multibyte locales with default-enable-multibyte-characters set to
9071         nil.
9072
9073 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * message.el (message-tool-bar-gnome): Move "spell".
9076
9077 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9080         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9081         instead.
9082
9083 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9084
9085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9086         newsgroups handling for NNTP overviews which don't include
9087         Newsgroups.
9088
9089 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9090
9091         * message.el (message-resend): Bind message-generate-hashcash to nil.
9092
9093 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9094
9095         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9096         when searching for already-paid recipients.
9097
9098 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9099
9100         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9101         passphrases when it is not needed.
9102         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9103         passphrase stuff from gpg, should only be necessary when you use
9104         gpg with a smartcard.
9105
9106 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * mml.el (mml-insert-mime): Ignore cached contents of
9109         message/external-body part.
9110
9111         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9112         (mm-insert-part): Ditto.
9113
9114 2006-03-23  Simon Josefsson  <jas@extundo.com>
9115
9116         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9117         Reiner.
9118         (pgg-gpg-use-agent-p): Use it again.
9119
9120 2006-03-23  Simon Josefsson  <jas@extundo.com>
9121
9122         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9123         older emacsen.
9124         (pgg-gpg-use-agent-p): Don't use it.
9125
9126 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9129         if we can.
9130
9131 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9132
9133         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9134         (pgg-gpg-update-agent): New function.
9135         (pgg-gpg-use-agent-p): New function.
9136         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9137         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9138         (pgg-gpg-sign-region): Use it.
9139
9140 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9143         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9144
9145 2006-03-21  Simon Josefsson  <jas@extundo.com>
9146
9147         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9148         <wilde@sha-bang.de>.
9149         (pgg-gpg-use-agent): New variable.
9150         (pgg-gpg-process-region): Use it.
9151         (pgg-gpg-encrypt-region): Likewise.
9152         (pgg-gpg-encrypt-symmetric-region): Likewise.
9153         (pgg-gpg-decrypt-region): Likewise.
9154         (pgg-gpg-sign-region): Likewise.
9155         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9156
9157 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9160
9161         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9162         Add comment on version.
9163
9164 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * smiley.el: Add missing test smiley.
9167
9168 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * mm-decode.el (mm-with-part): New macro.
9171         (mm-get-part): Use it; work with message/external-body as well.
9172         (mm-save-part): Treat name and filename equally.
9173
9174         * mm-extern.el (mm-extern-cache-contents): New function.
9175         (mm-inline-external-body): Use it; force the part to be displayed;
9176         move undisplayer added to the cached handle to the parent.
9177
9178         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9179         (gnus-mime-view-part-as-type): Work with message/external-body.
9180
9181         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9182
9183 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9186         images in image-load-path.  [Sync with image.el, revision 1.60, in
9187         Emacs.]
9188
9189 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9192         path rather than symbol.  Always return list of directories.
9193         Guarantee that image directory comes first.  [Sync with image.el,
9194         revision 1.59, in Emacs.]
9195
9196         * message.el (message-make-tool-bar): Adjust to new API of
9197         `gmm-image-load-path-for-library'.
9198
9199         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9200
9201         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9202
9203 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9204
9205         * gnus-art.el (gnus-article-only-boring-p):
9206         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9207         intangible text.
9208         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9209
9210 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9213         `defun' instead of `gmm-defun-compat'.
9214
9215 2006-03-14  Simon Josefsson  <jas@extundo.com>
9216
9217         * message.el (message-unique-id): Don't use message-number-base36
9218         if (user-uid) is a float.
9219         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9220
9221 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9224
9225         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9226         empty line between a part and a message part.
9227
9228 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * smiley.el: Add more test smileys.
9231         (smiley-data-directory, smiley-regexp-alist)
9232         (gnus-smiley-file-types): Fix doc strings.
9233         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9234         adding new elements.
9235         (smiley-mouse-map): Unused code.  Make it a comment.
9236
9237 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9240         scan latest NoCeM messages instead of old ones.
9241         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9242         delimiters that are recently used.
9243         (gnus-nocem-load-cache): Add autoload cookie.
9244
9245         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9246
9247         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9248         level which is larger than gnus-use-nocem is specified.
9249
9250         * gnus-group.el (gnus-group-get-new-news): Ditto.
9251
9252 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus-util.el (gnus-tool-bar-update): New function.
9255
9256         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9257         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9258
9259         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9260
9261         * gnus-group.el (gnus-group-redraw-when-idle)
9262         (gnus-group-redraw-check): Remove.
9263         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9264
9265 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9268         if optional last element is specified in splits (FIELD VALUE...).
9269
9270 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9273         to gmm-image-load-path-for-library.  Call with no-error argument.
9274         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9275
9276         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9277
9278         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9279
9280         * gmm-utils.el (gmm-image-load-path): Remove alias.
9281
9282 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gmm-utils.el (gmm-image-load-path): Add alias.
9285
9286         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9287         nnml-generate-nov-databases-1.
9288         (nnml-generate-nov-databases): Use it.
9289         (nnml-generate-nov-databases-directory): Document no-active
9290         argument.
9291
9292         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9293         directory if path is t.  Add no-error.
9294
9295         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9296         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9297
9298         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9299         resetting gnus-article-browse-html-temp-list.
9300
9301         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9302         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9303         Add example to docstring.  Rename local variables.  Move error
9304         checks to default case in cond and simplify.
9305
9306 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9309         handle is multipart when calling it recursively.
9310         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9311
9312 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9313
9314         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9315         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9316
9317 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9320         is loaded.
9321
9322         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9323         loaded.
9324
9325 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9328         to "Emacs 23 (unicode)" in doc string.
9329
9330         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9331         "Emacs 23 (unicode)" in comment.
9332
9333 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9336
9337         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9338         characters 160 through 255 in Emacs 23.
9339
9340 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9343         gnus-article-browse-html-temp.
9344         (gnus-article-browse-delete-temp): Make it customizable.  Add
9345         `file'.  Adjust doc string.
9346         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9347         query for each file.  Adjust doc string.
9348         (gnus-article-browse-html-parts): Add
9349         `gnus-article-browse-delete-temp-files' to
9350         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9351
9352 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9353
9354         * gnus-art.el (gnus-article-browse-html-temp)
9355         (gnus-article-browse-delete-temp): New variables.
9356         (gnus-article-browse-delete-temp-files): New function.
9357         (gnus-article-browse-html-parts): Use it.
9358
9359 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9362
9363         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9364         string.
9365
9366         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9367         gnus-summary-insert-new-articles when unplugged.  Remove
9368         gnus-summary-search-article-forward.
9369
9370         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9371         display-visual-class instead of display-color-cells.
9372
9373 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * dgnushack.el: Autoload customize-group for XEmacs.
9376
9377         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9378         message/* containing non-ASCII text properly.
9379
9380 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * message.el: Require gmm-utils, remove autoloads.
9383         (message-tool-bar): Set default based on
9384         gmm-tool-bar-style.
9385         (message-tool-bar-gnome): Add gmm-customize-mode.
9386
9387         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9388         gmm-tool-bar-style.
9389         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9390
9391         * gnus-group.el (gnus-group-tool-bar): Set default based on
9392         gmm-tool-bar-style.
9393         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9394
9395         * gmm-utils.el (gmm-image-directory): Rename variable from
9396         gmm-image-load-path.
9397         (gmm-image-load-path): Use gmm-image-directory.
9398         (gmm-customize-mode): New function.
9399         (gmm-tool-bar-style): New variable.
9400
9401         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9402         gnus-group-redraw-line-number.
9403         (gnus-group-redraw-check): Simplify.
9404         (gnus-group-tool-bar-update): Remove redraw check.
9405         (gnus-group-make-tool-bar): Add redraw check.
9406
9407 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9408
9409         * gnus-art.el (gnus-button): Add missing parentheses.
9410
9411 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * lpath.el: Fbind line-number-at-pos.
9414
9415 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9418
9419 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus-art.el (gnus-button): New face.
9422         (gnus-article-button-face): Use it.
9423
9424         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9425         gnus-summary-next-page.  Re-order.
9426
9427         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9428         next-node are now included.
9429         (gnus-group-redraw-line-number): New internal variable.
9430         (gnus-group-redraw-check): Helper function for updating the tool
9431         bar.
9432         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9433
9434         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9435
9436         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9437         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9438         Use it to match format of Spamassassin 3.0 and later.  Reported by
9439         IRIE Tetsuya <irie@t.email.ne.jp>.
9440         (spam-check-bogofilter)
9441         (spam-bogofilter-register-with-bogofilter): Fix args of
9442         `gnus-error' calls.
9443
9444 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9447         unnecessary interaction when sending queued mails.  Reported by
9448         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9449
9450 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9453         first or last are nil.
9454
9455 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9456
9457         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9458
9459 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9462
9463 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * dns.el (query-dns): Protect more against buggy tcp output.
9466
9467 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9470         nov.php.
9471
9472 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9473
9474         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9475         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9476         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9477         output on the server side.
9478         (nnweb-google-create-mapping): Update regexps and add some
9479         progress indication.
9480
9481 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9484         gnus-agent-toggle-plugged.  Re-order icons.
9485         (gnus-group-tool-bar-gnome): Add
9486         gnus-group-{prev,next}-unread-group.
9487         (gnus-group-tool-bar-gnome): Re-order icons.
9488
9489         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9490         gnus-summary-insert-new-articles.
9491
9492         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9493         comments.
9494
9495         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9496         also available in Emacs 21.3.
9497
9498         * message.el (message-fix-before-sending): Change "Emacs 22" to
9499         "Emacs 23 (unicode)" in comment.
9500
9501         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9502         "Emacs 23 (unicode)" in comment.
9503
9504         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9505         comment.
9506         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9507
9508         * mm-view.el (mm-fill-flowed): Add :version.
9509
9510 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9513         and load-path.
9514
9515 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * message.el: Autoload gmm-image-load-path.
9518         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9519         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9520         consitency.
9521
9522         * gmm-utils.el (gmm-image-load-path): Also search in
9523         "../etc/images".  Don't set gmm-image-load-path if we don't find
9524         the image.
9525
9526 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gmm-utils.el (gmm-image-load-path): Don't make
9529         `gmm-image-load-path' include subdirectories which the second arg
9530         `image' might specify.
9531
9532         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9533         subdirectory to icon file names.
9534
9535         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9536
9537 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9540         gmm-image-load-path calls.
9541
9542         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9543
9544         * message.el (message-make-tool-bar): Ditto.
9545
9546         * mml.el (mml-preview): Added comment concerning tool bar icons.
9547
9548         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9549         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9550
9551         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9552         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9553
9554         * message.el (message-tool-bar-gnome): Use new icon names.
9555         (message-make-tool-bar): Use `gmm-image-load-path'.
9556
9557         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9558         functions from MH-E.
9559         (gmm-image-load-path): New variable from MH-E.
9560         (gmm-image-load-path): New function from MH-E.  Added arguments
9561         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9562         *-image-load-path-called-flag.
9563
9564 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9565
9566         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9567
9568 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9569
9570         * nnimap.el (nnimap-request-move-article): Change folder back to
9571         source group before deleting.
9572
9573 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9576
9577         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9578         mm-url.
9579
9580         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9581
9582 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9585         coding system which mm-charset-to-coding-system returns for a
9586         given charset is valid.
9587
9588 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9589
9590         * html2text.el (html2text-remove-tag-list):
9591         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9592
9593 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9594
9595         * gnus-cus.el: Revert 2005-10-17 change.
9596
9597 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-art.el (article-strip-banner): Call
9600         article-really-strip-banner only when the regexp match is made.
9601
9602 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (article-strip-banner): Use
9605         gnus-extract-address-components instead of
9606         mail-header-parse-addresses to make it work with non-ASCII text;
9607         remove mail-encode-encoded-word-string.
9608
9609         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9610         values which are surrounded with \"...\"; make it never cause a
9611         Lisp error; give up parsing of parameters if it failed in
9612         extracting type.
9613
9614 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9615
9616         * smime.el (smime-cert-by-ldap-1): Fix bug where
9617         `smime-ldap-search' returns results without userCertificates.
9618
9619 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9622
9623 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * spam.el (spam-check-spamassassin-headers): Adapt format for
9626         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9627         <ari@mbf.ocn.ne.jp>.
9628         (spam-list-of-processors): Add spam-use-gmane.
9629
9630 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9633         make-temp-file; make it work with XEmacs as well.
9634
9635         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9636         mm-make-temp-file.
9637
9638         * mm-decode.el (mm-display-external): Use the 3rd arg of
9639         mm-make-temp-file.
9640         (mm-create-image-xemacs): Ditto.
9641
9642 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9645         with message-narrow-to-headers.
9646         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9647         (gnus-draft-check-draft-articles): New function.
9648         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9649
9650 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus-art.el (gnus-article-browse-html-parts):
9653         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9654         Don't use suffix argument for mm-make-temp-file for Emacs 21
9655         compatibility.  Remove useless `format'.
9656
9657 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9658
9659         * nnweb.el (nnweb-google-wash-article): Update regexps.
9660         (nnweb-group-alist): Use defvoo instead of defvar.
9661
9662 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9665         re-loading nn* modules.
9666
9667 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9670         for `tool-bar-mode' and don't check it's default-value.
9671
9672         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9673
9674         * message.el (message-make-tool-bar): Ditto.
9675
9676         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9677         `substring'.  Shorten tmp-file name.
9678
9679         * gnus.el: Remove bogus comment.
9680
9681 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9682
9683         * gnus-art.el (gnus-article-browse-html-parts): New function.
9684         (gnus-article-browse-html-article): New function for viewing html
9685         articles with a browser.
9686
9687 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9688
9689         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9690         in elisp.
9691         (pgg-gpg-encrypt-symmetric-region): Ditto.
9692         (pgg-gpg-sign-region): Ditto.
9693
9694         * pgg-def.el (pgg-text-mode): New variable.
9695
9696         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9697         (mml2015-pgg-encrypt): Ditto.
9698
9699         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9700         (mml1991-pgg-encrypt): Ditto.
9701
9702 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9705         message-make-date instead of current-time-string.
9706
9707         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9708         to gnus-decoded which mm-uu might set.
9709
9710 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9713         don't decode quoted parameters; remove misimported Emacs code.
9714         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9715         (rfc2231-decode-encoded-string): Don't use split-string which
9716         behaves differently according to Emacs version; use
9717         mm-decode-coding-region to convert charset to coding-system.
9718         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9719         (rfc2231-encode-string): Remove misimported Emacs code.
9720
9721 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9724         when calling mail-header-parse-content-type.
9725         (article-de-quoted-unreadable): Ditto.
9726         (article-de-base64-unreadable): Ditto.
9727         (article-wash-html): Ditto.
9728
9729         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9730         calling mail-header-parse-content-type and
9731         mail-header-parse-content-disposition.
9732         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9733         mail-header-parse-content-type.
9734
9735         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9736         insert charset and format parameters; encode description after
9737         inserting it to buffer.
9738         (mml-insert-parameter): Fold lines properly even if a parameter is
9739         segmented into two or more lines; change the max column to 76.
9740
9741         * rfc1843.el (rfc1843-decode-article-body): Don't use
9742         ignore-errors when calling mail-header-parse-content-type.
9743
9744         * rfc2231.el (rfc2231-parse-string): Return at least type if
9745         possible; don't cause an error even if it fails in parsing of
9746         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9747         (rfc2231-encode-string): Don't break lines at the beginning, leave
9748         it to mml-insert-parameter.
9749
9750         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9751         calling mail-header-parse-content-type.
9752
9753 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * spam-report.el (spam-report-gmane-use-article-number):
9756         Improve doc string.
9757         (spam-report-gmane-internal): Check if a suitable header was found
9758         in the article.
9759
9760 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9763         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9764
9765 2006-02-05  Romain Francoise  <romain@orebokech.com>
9766
9767         Update copyright notices of all files in the gnus directory.
9768
9769 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9770
9771         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9772
9773 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9776         segmented lines of parameter value to cope with Thunderbird 1.5
9777         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9778         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9779         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9780
9781 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9782
9783         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9784         parts.
9785
9786 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9787
9788         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9789         there's only one active file for all servers.
9790         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9791         solid groups.  Gnus might have used a FAST request to select the group.
9792         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9793         and nnweb-search redundantly in the active file.
9794         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9795         (nnweb-request-create-group): Don't use ARGS.
9796         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9797         initialisations.  Let nnoo do the work.
9798
9799 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9802         Say the part has been decoded.
9803
9804         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9805
9806 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9807
9808         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9809         mailcap-viewer-test-cache when there's no 'test clause, since that
9810         will invert the meaning of a "nil" test previously determined by
9811         mailcap-mailcap-entry-passes-test.
9812
9813 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9816         compiling.
9817
9818         * gnus-sum.el: Ditto.
9819
9820         * message.el: Don't bind tool-bar-map when compiling.
9821
9822 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9825
9826 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9827
9828         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9829         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9830         current Google Groups.
9831
9832 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9835         and tool-bar-mode.
9836
9837         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9838         and tool-bar-mode.
9839
9840         * message.el (message-tool-bar-update): Simplify.
9841         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9842
9843         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9844         gnus-summary-buffer.
9845         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9846         gnus-summary-reply.
9847
9848         * gmm-utils.el (gmm): Add :version.
9849
9850 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * Makefile.in (clean): New rule.
9853         (distclean): Use it.
9854
9855 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9856
9857         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9858         autoload.
9859
9860 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gmm-utils.el (gmm-verbose): Add :group.
9863
9864 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * message.el: Change some comments WRT tool-bars.
9867
9868         * gnus-sum.el (gnus-summary-tool-bar)
9869         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9870         (gnus-summary-tool-bar-zap-list): New variables.
9871         (gnus-summary-make-tool-bar): Complete rewrite using
9872         `gmm-tool-bar-from-list'.
9873
9874         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9875         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9876         variables.
9877         (gnus-group-make-tool-bar): Complete rewrite using
9878         `gmm-tool-bar-from-list'.
9879         (gnus-group-tool-bar-update): New function.
9880
9881         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9882
9883 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9886         is dissected into a single part of which the type is the same as
9887         the given one; decode charset.
9888
9889 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9890
9891         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9892         into alists as symbol not string, since that's what
9893         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9894         look for.
9895
9896 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9899         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9900
9901         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9902
9903 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9906         (gnus-xmas-mime-security-button-menu): New function.
9907
9908         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9909         (gnus-mime-security-button-menu): New definition.
9910         (gnus-mime-security-button-map): Use them.
9911         (gnus-mime-security-button-menu): New function.
9912         (gnus-insert-mime-security-button): Addition to help echo.
9913         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9914         (gnus-mime-security-pipe-part): New functions.
9915
9916         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9917         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9918
9919         * mm-decode.el (mm-handle-set-disposition): Remove.
9920         (mm-handle-set-description): Remove.
9921
9922 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9925         (mm-w3m-standalone-supports-m17n-p): New function.
9926         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9927         w3m usage.
9928
9929         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9930         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9931
9932 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * message.el (message-tool-bar-zap-list): Use
9935         gmm-tool-bar-zap-list as custom type.
9936         (message-tool-bar-update): New function.
9937         (message-tool-bar, message-tool-bar-gnome)
9938         (message-tool-bar-retro): Add message-tool-bar-update.
9939         (message-tool-bar-gnome): Add flyspell-buffer.
9940
9941         * gnus-util.el (gnus-error): Describe `args'.
9942
9943         * gmm-utils.el (gmm-error): Describe `args'.
9944         (gmm-tool-bar-zap-list): New widget.
9945         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9946
9947 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9950         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9951         the number of recursive calls.
9952
9953         * mm-decode.el (mm-handle-set-disposition): New macro.
9954         (mm-handle-set-description): New macro.
9955
9956 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9959         encoding.
9960
9961 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * message.el (message-tool-bar-zap-list, message-tool-bar)
9964         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9965         (message-tool-bar-local-item-from-menu): Remove.
9966         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9967         (message-make-tool-bar): New function.
9968         (message-mode): Use `message-make-tool-bar'.
9969
9970         * gmm-utils.el: New file.
9971         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9972         (gmm-lazy): New widget copied from `nnmail.el'.
9973         (gmm-tool-bar-from-list): New function for creating customizable
9974         tool bars.
9975         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9976         output.
9977         (gmm): Add :prefix to defgroup.
9978
9979 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9980
9981         * gmm-utils.el (gmm-widget-p): New function.
9982
9983 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * mml.el (mml-attach-file): Describe `description' in doc string.
9986         (mml-menu): Add Emacs MIME manual and PGG manual.
9987
9988 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9989
9990         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9991
9992 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9993
9994         * nntp.el (nntp-end-of-line): Doc fix.
9995
9996 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9997
9998         * imap.el (imap-open): Handle case where buffer is a buffer
9999         object.
10000
10001 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10002
10003         * gnus-delay.el (gnus-delay): Don't autoload.
10004         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10005         to be re-loaded when customizing the `gnus-delay' group.
10006
10007 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10008
10009         * message.el (message-insert-citation-line): Use newlines.
10010
10011 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10012
10013         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10014         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10015         these routines, so the passphrase can be managed externally and
10016         passed in to the system.
10017         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10018         pgg-add-passphrase-to-cache function.
10019
10020         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10021         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10022         these routines, so the passphrase can be managed externally and
10023         passed in to the system.
10024         (pgg-pgp5-sign-region): Use new name of
10025         pgg-add-passphrase-to-cache function.
10026
10027 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10028
10029         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10030         part of the decoded armor to find the key-identifier.
10031         (pgg-gpg-lookup-key-owner): New function to return the
10032         human-readable identifier of a key owner.
10033         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10034         itself.
10035         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10036         the key value) if we have a key and can match it against a secret
10037         key.  Also, added a note pointing out fact that the prompt only
10038         indicates the first matching key.
10039
10040         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10041         pgg-decrypt-region.
10042         (pgg-add-passphrase-to-cache): Rename from
10043         `pgg-add-passphrase-cache' to reduce confusion (all callers
10044         changed).
10045         (pgg-remove-passphrase-from-cache): Rename from
10046         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10047         changed).
10048         (pgg-read-passphrase, pgg-add-passphrase-cache)
10049         (pgg-remove-passphrase-cache): Add informative docstrings.
10050         (pgg-decrypt): Convey provided passphrase in subordinate call to
10051         pgg-decrypt-region.
10052
10053 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10054
10055         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10056         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10057         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10058         'passphrase' argument, so the passphrase can be managed externally
10059         and then passed in to the system.
10060
10061         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10062         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10063         so the passphrase cache can be used reliably with identifiers
10064         besides a pgp packet's key id.
10065
10066         * pgg-gpg.el (pgg-gpg-encrypt-region)
10067         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10068         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10069         these routines, so the passphrase can be managed externally and
10070         passed in to the system.
10071
10072         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10073         'notruncate' argument, so the passphrase cache can be used
10074         reliably with identifiers besides a pgp packet's key id.
10075
10076 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10077
10078         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10079         symmetric encryption.
10080         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10081         encrypted session key.
10082         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10083         message ask for the passphrase in a proper way.
10084
10085         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10086         New user commands for symmetric encryption.
10087
10088 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10091
10092         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10093
10094 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10095
10096         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10097
10098 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * mm-decode.el (mm-inlined-types): Add application/pgp.
10101         (mm-automatic-display): Ditto.
10102
10103         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10104         part as text.
10105
10106 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * nnrss.el: Update copyright.
10109         (nnrss-opml-import): Query whether to subscribe to each entry.
10110
10111         * gnus-art.el:
10112         * gnus-sum.el:
10113         * gnus-xmas.el:
10114         * messagexmas.el:
10115         * mm-uu.el:
10116         * mm-view.el: Update copyright.
10117
10118 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * message.el (message-info): New function.
10121         (message-mode-menu): Add it.
10122         Update copyright.
10123
10124         * ChangeLog: Fix and update copyright.
10125
10126 2006-01-13  Romain Francoise  <romain@orebokech.com>
10127
10128         * message.el (message-forward-subject-name-subject): Prefer the
10129         address to 'nowhere' if the sender has no name.
10130         Fix typo.  Update copyright year.
10131
10132 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (article-wash-html): Use
10135         gnus-summary-show-article-charset-alist if a numeric arg is given.
10136         (gnus-article-wash-html-with-w3m-standalone): New function.
10137
10138         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10139         mm-inline-text-html-render-with-w3m-standalone.
10140         (mm-text-html-washer-alist): Map w3m-standalone to
10141         gnus-article-wash-html-with-w3m-standalone.
10142         (mm-inline-text-html-render-with-w3m-standalone): New function.
10143
10144 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10147         Improve LaTeX.
10148
10149 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10152         (nnrss-request-article): Render text/plain parts as HTML.
10153
10154         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10155         the buffer.
10156
10157 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10160         custom definition of `gnus-posting-styles'.
10161
10162         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10163         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10164
10165 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10168         Use nntp for bug archive.
10169
10170 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10173         parts.
10174         (nnrss-normalize-date): New function converts ISO 8601 date into
10175         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10176         (nnrss-check-group): Use it.
10177
10178 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10181
10182         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10183         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10184         (nnrss-insert-w3): Ditto.
10185
10186 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10189         the articles to be forwarded including the case where neither a
10190         number of articles nor a region is specified.
10191
10192 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * nnrss.el (nnrss-request-article): Fix last change; fill
10195         text/plain parts.
10196
10197 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10200         in text/plain part.
10201         (nnrss-check-group): Don't add excessive newline to dc:subject.
10202
10203 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10204
10205         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10206         article.
10207
10208 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10211         (nnml-use-compressed-files, nnml-save-mail): Support other
10212         comression programs such as bzip2.
10213
10214 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * dns.el (query-dns): Make sure we check the buffer size before
10217         removing tcp headers.
10218
10219 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10222         remove MIME buttons associated with multipart/alternative parts.
10223         (gnus-mime-display-alternative): Tag buttons using `article-type'
10224         text property.
10225
10226         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10227         associated with multipart/alternative parts.
10228
10229         * gnus-art.el (gnus-signature-separator): Fix custom type.
10230
10231         * mm-decode.el (mm-inlined-types): Fix custom type.
10232         (mm-keep-viewer-alive-types): Ditto.
10233         (mm-automatic-display): Ditto.
10234         (mm-attachment-override-types): Ditto.
10235         (mm-inline-override-types): Ditto.
10236         (mm-automatic-external-display): Ditto.
10237
10238 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * spam-report.el (spam-report-user-mail-address)
10241         (spam-report-user-agent): New variables.
10242         (spam-report-url-ping-plain): Use spam-report-user-agent.
10243
10244 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10245
10246         * gnus-art.el (gnus-button-handle-custom): Do not just use
10247         `customize-apropos' for any "M-x customize-*" button but the
10248         function called for.  Accept both the function name and its
10249         argument in order to achieve this.
10250         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10251         function name to `gnus-button-handle-custom' in case of "M-x
10252         customize-*" buttons.
10253
10254 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10257         multipart/alternative and add xref to mm-discouraged-alternatives
10258         in doc string.
10259
10260         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10261         gnus-buttonized-mime-types in doc string.
10262
10263 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10266         Suggest image/.* in the doc string.
10267
10268 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10271         message-marks (Debian bug #342521).
10272
10273 2005-12-12  Simon Josefsson  <jas@extundo.com>
10274
10275         * password.el (password-read-from-cache): Add.
10276         (password-read): Use it.
10277
10278 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10281         us-ascii as a MIME charset.
10282
10283         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10284         against the case where the 2nd arg TYPE is nil.
10285
10286 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * pop3.el (pop3-stream-type): Fix custom version.
10289
10290         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10291
10292 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10293
10294         * mm-decode.el (mm-display-external): Add missing cdr.
10295
10296 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10299         RFC1524) if it is in mailcap or add a suffix according to
10300         mailcap-mime-extensions when generating a temp filename; postpone
10301         deleting a temp file for 2 seconds for some wrappers, shell
10302         scripts, and so on, which might exit right after having started a
10303         viewer command as a background job.
10304
10305 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * nntp.el (nntp-marks-directory): Fix custom group.
10308
10309         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10310         steps when < 10.
10311
10312         * gnus-start.el (gnus-no-server-1): Mention
10313         `gnus-level-default-subscribed' in doc string.
10314
10315 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10316
10317         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10318         parens.
10319
10320 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-xmas.el (gnus-use-toolbar): Revert.
10323         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10324         gnus-use-toolbar is default.
10325
10326         * messagexmas.el (message-use-toolbar): Revert.
10327         (message-setup-toolbar): Use global default-toolbar if
10328         message-use-toolbar is default.
10329
10330 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10333         according to default-toolbar-visible-p.
10334
10335         * messagexmas.el (message-use-toolbar): Ditto.
10336
10337 2005-11-26  Dave Love  <fx@gnu.org>
10338
10339         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10340         (tls-program, tls-success): Provide openssl alternative.
10341
10342         * starttls.el: Doc fixes.
10343         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10344         SERVICE to PORT.
10345
10346         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10347         port null or service name.
10348         (starttls-negotiate): Autoload.
10349
10350 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * message.el (message-kill-to-signature): Fix interactive spec.
10353
10354 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * pop3.el (pop3-open-server): Recognize a string as a service name.
10357
10358 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10359
10360         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10361
10362 2005-11-23  Dave Love  <fx@gnu.org>
10363
10364         Add pop3s, pop3/starttls.
10365
10366         * pop3.el (pop3-authentication-scheme): Clarify doc.
10367         (open-tls-stream, starttls-open-stream): Autoload.
10368         (pop3-stream-type): New.
10369         (pop3-open-server): Use it.
10370
10371         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10372         for POP.
10373         (mail-source-keyword-map): Add :stream for POP.
10374         (mail-source-fetch-pop): Use pop3-stream-type.
10375
10376 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10379         of current-time-string.
10380
10381 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10382
10383         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10384         date header.
10385
10386 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10387
10388         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10389         it can seriously impact performance as it bypasses the agent's
10390         local caches.
10391
10392 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10393
10394         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10395         must be explicitly online rather than "not explicitly offline" for
10396         its flags to be synchronized.
10397
10398         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10399         that gnus-uu-unmark-thread will function correctly.
10400
10401         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10402         1024K is instead displayed as 1M.
10403
10404 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405
10406         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10407
10408 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10409
10410         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10411
10412 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10413
10414         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10415         error message to display actual error condition.
10416         (gnus-agent-save-local): Avoid saving symbols that are bound to
10417         nil as they simply result in a warning message in
10418         gnus-agent-read-local.
10419
10420 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10423         rather than make-variable-buffer-local for file-precious-flag.
10424
10425 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10426
10427         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10428         for duplicates which are removed.  The invalid sort check then
10429         triggers a rescan after the sort as sorting may have moved
10430         duplicate entries such that they can be cheaply detected.
10431
10432 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10435
10436 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10437
10438         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10439         internal variable to a custom variable.  Changed default value
10440         from compressed(2) to uncompressed(1).
10441         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10442         support for uncompressed agentview files.  Taken together, reading
10443         the agentview file should now be 6-7 times faster.
10444
10445 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10446
10447         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10448         as a buffer-local variable.  This avoids creating truncated
10449         dribble files as a result of a hang up, eg.
10450
10451 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10452
10453         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10454         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10455         XEmacs.
10456
10457 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * gnus-start.el (gnus-start-draft-setup): Enforce
10460         `gnus-draft-mode' for nndraft:drafts at startup.
10461
10462         * gnus.el (gnus-splash): Change custom group.
10463         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10464         allow-list argument.
10465
10466         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10467         string.
10468
10469 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * gnus-art.el (gnus-default-article-saver): Add user-defined
10472         `function' to custom type.
10473
10474 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10475
10476         * imap.el (imap-open): Handle case where buffer is a buffer
10477         object.
10478
10479 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10482         long lines.
10483         (gnus-cache-delete-group): Wrap doc strings.
10484
10485         * gnus-agent.el (gnus-agent-rename-group)
10486         (gnus-agent-delete-group): Wrap doc strings.
10487
10488 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * messagexmas.el (message-use-toolbar): Change the valid values
10491         into default, top, bottom, left, and right.
10492         (message-toolbar-thickness): New variable.
10493         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10494         well.
10495         (message-setup-toolbar): Make it work.
10496
10497         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10498         (gnus-use-toolbar): Change the valid values into default, top,
10499         bottom, left, and right.
10500         (gnus-toolbar-thickness): New variable.
10501         (gnus-xmas-setup-toolbar): New function.
10502         (gnus-xmas-setup-group-toolbar): Use it.
10503         (gnus-xmas-setup-summary-toolbar): Use it.
10504
10505 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506
10507         * gnus-start.el (gnus-1): Add "native" to
10508         gnus-predefined-server-alist.
10509
10510         * gnus.el (gnus-method-to-server): Don't add "native" to the
10511         lists here, because that leads to problems when
10512         gnus-select-method is bound.
10513
10514 2005-11-09  Simon Josefsson  <jas@extundo.com>
10515
10516         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10517         use (not sort-by-date) instead.
10518
10519 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10520
10521         * gnus-delay.el (gnus-delay-group): Don't autoload.
10522         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10523         to be re-loaded when customizing the `gnus-delay' group.
10524
10525 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10526
10527         * message.el: Revert last changes.
10528         (message-insert-citation-line): Use newlines.
10529
10530 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10531
10532         * message.el (message-courtesy-message)
10533         (message-mark-insert-begin, message-mark-insert-end)
10534         (message-elide-ellipsis, message-cancel-message)
10535         (message-add-header, message-change-subject)
10536         (message-cross-post-followup-to-header)
10537         (message-cross-post-insert-note, message-reduce-to-to-cc)
10538         (message-widen-reply, message-delete-not-region)
10539         (message-kill-to-signature, message-insert-signature)
10540         (message-insert-importance-high, message-insert-importance-low)
10541         (message-insert-or-toggle-importance)
10542         (message-insert-disposition-notification-to)
10543         (message-indent-citation, message-yank-original)
10544         (message-cite-original-without-signature, message-cite-original)
10545         (message-insert-citation-line, message-position-on-field)
10546         (message-fix-before-sending, message-send-mail-partially)
10547         (message-send-mail, message-send-mail-with-sendmail)
10548         (message-send-mail-with-qmail, message-send-news)
10549         (message-check-news-header-syntax, message-generate-headers)
10550         (message-insert-courtesy-copy, message-fill-address)
10551         (message-fill-header, message-shorten-references)
10552         (message-setup-1, message-cancel-news)
10553         (message-forward-make-body-plain, message-forward-make-body-mime)
10554         (message-forward-make-body-mml, message-encode-message-body)
10555         (message-forward-make-body-digest-plain)
10556         (message-forward-make-body-digest-mime)
10557         (message-use-alternative-email-as-from): Insert `hard-newline'
10558         instead of ordinary newlines.
10559
10560 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * message.el (message-generate-headers): Downcase the argument
10563         given to message-check-element.
10564
10565 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10566
10567         * nntp.el (nntp-authinfo-rejected): New error condition.
10568         (nntp-wait-for): Use new error condition to signal authentication
10569         error.
10570         (nntp-retrieve-data): Rethrow new error condition to break out of
10571         recursive call to nntp-send-authinfo.
10572
10573 2005-11-08  Romain Francoise  <romain@orebokech.com>
10574
10575         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10576         (gnus-summary-exit-map): Bind to `Z p'.
10577         (gnus-summary-make-menu-bar): Add menu item.
10578
10579 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10580
10581         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10582         (gnus-treat-*): Add `first' in all doc strings.
10583
10584         * gnus-group.el (gnus-group-compact-group): Fix typo.
10585
10586 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus.el (gnus-parameters-case-fold-search): New variable.
10589         (gnus-parameters-get-parameter): Use it.
10590
10591         * gnus-score.el (gnus-home-score-file): Doc fix.
10592
10593 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10594
10595         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10596
10597 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * mm-util.el (mm-special-display-p): New function.
10600
10601         * mml.el (mml-preview): Use it; doc fix.
10602
10603 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10604
10605         * imap.el (imap-open): Handle case where buffer is a buffer object.
10606
10607 2005-10-29  Romain Francoise  <romain@orebokech.com>
10608
10609         * message.el (message-fix-before-sending): Fix comment.
10610
10611 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10612
10613         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10614
10615 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10616
10617         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10618         Used in gnus-score.el.
10619
10620 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10623
10624 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10627         whitespace removed in revision 7.8.  Use concatenated string to
10628         protect trailing whitespace.
10629
10630 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10631
10632         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10633         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10634         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10635         Courier IMAP ("some version from 2004").  Mostly based on similar
10636         code in the same function.
10637
10638 2005-10-26  Didier Verna  <didier@xemacs.org>
10639
10640         * gnus-group.el (gnus-group-compact-group): Invalidate original
10641         article buffer.
10642         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10643         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10644         NOV database and in article itself.
10645         Invalidate article backlog.
10646
10647 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10650
10651 2005-10-26  Simon Josefsson  <jas@extundo.com>
10652
10653         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10654         part of 2004-07-25 change.
10655
10656 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * message.el (message-display-completion-list): New function.
10659         (message-expand-group): Use it; make sure the Completions buffer
10660         is modifiable.
10661 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10662
10663         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10664         user-mail-name is an empty string.
10665
10666 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10669         depending on gnus-score-decay-constant.
10670
10671         * encrypt.el (encrypt-insert-file-contents)
10672         (encrypt-write-file-contents): Don't use `gnus-message'.
10673
10674         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10675         arguments.
10676         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10677         arguments to mm-uu-verbatim-marks-extract.
10678         (mm-uu-hide-markers): New variable.
10679         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10680
10681         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10682         (gnus-convert-image-to-face-command): Use "convert" by default to
10683         allow other input image formats.
10684         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10685         accordingly.
10686
10687 2005-10-23  Simon Josefsson  <jas@extundo.com>
10688
10689         * imap.el (imap-gssapi-program): Align command line parameters
10690         with latest GNU SASL.
10691         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10692
10693 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10696         HTML.
10697         (nnslashdot-request-article): Ditto.
10698
10699         * lpath.el (featurep): Add nobreak-char-display.
10700
10701 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10702
10703         * mail-source.el (mail-source-fetch-pop): Require pop3.
10704         (mail-source-check-pop): Ditto.
10705
10706 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10709         errors.
10710
10711 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10714         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10715
10716         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10717
10718         * mm-bodies.el (mm-decode-string): Call
10719         `mm-charset-to-coding-system' with allow-override argument.
10720
10721 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10724         (rfc2047-charset-to-coding-system): New function.
10725         (rfc2047-decode-encoded-words): New function.
10726         (rfc2047-decode-region): Use them.
10727         (rfc2047-decode-cte): Remove.
10728         (rfc2047-parse-and-decode): Remove.
10729         (rfc2047-decode): Remove.
10730
10731 2005-10-15  Kenichi Handa  <handa@m17n.org>
10732
10733         * rfc2047.el (rfc2047-decode-cte): New function.
10734         (rfc2047-decode-region): Change the way to decode successive
10735         encoded-words: decode B- or Q-encoding in each encoded-word,
10736         concatenate them, and decode it as charset.
10737
10738 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * lpath.el: Fbind codepage-setup for XEmacs.
10741
10742 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10743
10744         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10745         widget-move-and-invoke.
10746         (gnus-custom-mode): Use gnus-custom-map.
10747
10748 2005-10-15  Bill Wohler  <wohler@newt.com>
10749
10750         * message.el (message-tool-bar-map): Renamed image file from
10751         mail_send to mail/send.
10752
10753 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10754
10755         * message.el (message-expand-group): Pass the common
10756         prefix substring of completion to `display-completion-list'.
10757
10758 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * mml-sec.el (mml-secure-method): New internal variable.
10761         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10762         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10763         functions using mml-secure-method.
10764
10765         * mml.el (mml-mode-map): Add key bindings for those functions.
10766         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10767         Harder <harder@myrealbox.com>.
10768         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10769         end of message if point is the headers of the message.
10770
10771         * message.el (message-in-body-p): New function.
10772
10773         * assistant.el: Autoload gnus-util and netrc.
10774
10775         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10776         Use `mm-charset-override-alist' only when decoding.
10777
10778         * mm-bodies.el (mm-decode-body): Call
10779         `mm-charset-to-coding-system' with allow-override argument.
10780
10781         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10782         `filename' from Content-Disposition if Content-Type doesn't
10783         provide `name'.
10784         (gnus-mime-view-part-as-type): Set default instead of
10785         initial-input.
10786
10787 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10788
10789         * format-spec.el (format-spec): Propagate text properties of % spec.
10790
10791 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * gnus-art.el (gnus-treat-predicate): Add `first'.
10794
10795 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10798         (mm-charset-override-alist): New variable.
10799         (mm-charset-to-coding-system): Use it.
10800         (mm-codepage-setup): New helper function.
10801         (mm-charset-eval-alist): New variable.
10802         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10803         about unknown charsets.
10804
10805         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10806
10807 2005-10-04  David Hansen  <david.hansen@gmx.net>
10808
10809         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10810         (nnrss-check-group): Ditto.
10811
10812 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10815         Rename x-gnus-verbatim to x-verbatim.
10816         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10817
10818         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10819         x-verbatim.
10820
10821         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10822
10823         * gnus-util.el (gnus-remove-duplicates): Remove.
10824
10825         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10826         instead of gnus-remove-duplicates.
10827
10828         * message.el (message-remove-duplicates): Remove.
10829         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10830         message-remove-duplicates.
10831
10832         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10833         available, else use implementation from `delete-dups'.
10834
10835         * message.el (message-insert-expires): New function.
10836         (message-mode-map): Add key binding.
10837         (message-mode-field-menu): Add menu entry.
10838         (message-mode): Document it.
10839         (message-make-expires-date): Use `message-make-date'.
10840
10841 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10842
10843         * message.el (message-make-expires-date): New function.
10844
10845 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * Makefile.in (list-installed-shadows): New entry.
10848         (install): Use it.
10849         (remove-installed-shadows): New entry.
10850
10851         * dgnushack.el (dgnushack-default-load-path): New variable.
10852         (dgnushack-find-lisp-shadows): New function.
10853         (dgnushack-remove-lisp-shadows): New function.
10854
10855 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * Makefile.in (install-el-elc): New entry.
10858         (install): Use it so that .el files are necessarily installed.
10859
10860 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10863
10864 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10865
10866         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10867         function rather than the diff-mode.el package.
10868         (mm-display-external): Use with-current-buffer.
10869         (mm-viewer-completion-map, mm-viewer-completion-map):
10870         Move initialization inside declaration.
10871
10872 2005-09-29  Simon Josefsson  <jas@extundo.com>
10873
10874         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10875         autoload mail-check-payment.
10876         (spam-check-hashcash): Define unconditionally, since hashcash.el
10877         is part of Gnus now.  Ignore errors from payment checking.
10878
10879 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-bold-region, message-unbold-region): Rename
10882         from `bold-region' and `unbold-region'.
10883
10884         * message.el: Remove useless autoloads.
10885
10886 2005-09-28  Simon Josefsson  <jas@extundo.com>
10887
10888         * message.el (message-use-idna): Default to t.
10889         (message-use-idna): Test whether encoding works too.  Doc fix.
10890
10891 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * nntp.el (nntp-warn-about-losing-connection): Remove.
10894
10895 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10898         customizable.  Change default value.
10899         (mm-uu-diff-groups-regexp): Change default value.
10900         (mm-uu-type-alist): Add doc string.
10901         (mm-uu-configure): Add doc string.  Make it interactive.
10902         (mm-uu-tex-groups-regexp): New variable.
10903         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10904         (mm-uu-type-alist): Add LaTeX documents.
10905         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10906         of "text/verbatim".
10907         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10908
10909         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10910         instead of "text/verbatim".
10911
10912         * message.el (message-mark-inserted-region)
10913         (message-mark-insert-file): Use slrn style marks when called with
10914         prefix argument.
10915
10916 2005-09-27  Simon Josefsson  <jas@extundo.com>
10917
10918         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10919
10920 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10921
10922         * message.el (message-remove-duplicates): New function.
10923         Implementation borrowed from `gnus-remove-duplicates'.
10924         (message-idna-to-ascii-rhs): Also encode idna addresses in
10925         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10926         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10927         only ask about the same idna domain once per header and also tell
10928         in what header to replace the idna domain.
10929
10930         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10931         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10932         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10933         a header is decoded and not just the last one.
10934
10935 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10938         has been decoded.
10939
10940         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10941         (mm-insert-part): Don't modify text if it has been decoded.
10942
10943         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10944         decoded.
10945
10946         * mm-view.el (mm-inline-text): Don't strip text props unless
10947         decoding enriched or richtext parts.
10948
10949 2005-09-25  Romain Francoise  <romain@orebokech.com>
10950
10951         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10952         * gnus-start.el (gnus-subscribe-interactively):
10953         * gnus-uu.el (gnus-uu-grab-articles):
10954         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10955         space.
10956
10957 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10958
10959         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10960         * mm-view.el (mm-view-pkcs7-decrypt):
10961         * gnus-sum.el (gnus-summary-limit-to-extra)
10962         (gnus-summary-respool-article, gnus-read-move-group-name):
10963         * gnus-score.el (gnus-summary-increase-score):
10964         * gnus-util.el (gnus-completing-read-with-default):
10965         * gnus-art.el (gnus-read-save-file-name)
10966         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10967         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10968         * message.el (message-check-news-header-syntax):
10969         Follow convention for reading with the minibuffer.
10970
10971 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * spam-report.el (spam-report-url-ping-plain):
10974         Use gnus-extended-version as User-Agent.
10975
10976         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10977         default value is nil.
10978
10979         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10980         (mm-uu-verbatim-marks-extract): New function.
10981         (mm-uu-extract): New face.
10982         (mm-uu-copy-to-buffer): Use it.
10983
10984         * spam-report.el (spam-report-gmane-ham): Renamed from
10985         `spam-report-gmane-unspam'.
10986         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10987         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10988
10989         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10990         Autoload.
10991         (spam-report-gmane-unregister-routine): Renamed
10992         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10993
10994 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10995
10996         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10997         (spam-report-gmane-unregister-routine): Add support for gmane
10998         unregistration.
10999
11000         * spam-report.el (spam-report-gmane-unspam)
11001         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11002         (spam-report-gmane): Change to take a single article and do unspam
11003         registration.
11004
11005 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * mm-url.el (mm-url-decode-entities): Fix regexp.
11008
11009 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11012         default to nil, to be able to use Gnus at all.  If the default
11013         switches to something else, then the function should be fixed not
11014         be exceedingly slow.
11015
11016 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11019         fail hard.
11020
11021         * spam-report.el: Add better Keywords line.
11022
11023         * spam.el: Add Maintainer and better Keywords line.
11024
11025 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * gnus-art.el (gnus-article-replace-part)
11028         (gnus-mime-replace-part): New functions.
11029         (gnus-mime-action-alist, gnus-mime-button-commands)
11030         (gnus-mime-save-part-and-strip): Added file argument.
11031         (gnus-article-part-wrapper): Added interactive argument.
11032
11033         * gnus-sum.el (gnus-summary-mime-map): Add
11034         `gnus-article-replace-part'.
11035
11036 2005-09-19  Didier Verna  <didier@xemacs.org>
11037
11038         The nnml compaction feature:
11039         * nnml.el (nnml-request-compact-group): New function.
11040         * nnml.el (nnml-request-compact): New function.
11041         * gnus-int.el (gnus-request-compact-group): New function.
11042         * gnus-int.el (gnus-request-compact): New function.
11043         * gnus-group.el (gnus-group-compact-group): New function.
11044         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11045         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11046         * gnus-srvr.el (gnus-server-compact-server): New function.
11047         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11048         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11049
11050 2005-09-18  Deepak Goel  <deego@gnufans.org>
11051
11052         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11053         format spec.
11054
11055 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11058
11059 2005-09-15  Romain Francoise  <romain@orebokech.com>
11060
11061         * message.el (message-fill-paragraph): Clarify docstring.
11062
11063 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-art.el (gnus-mime-display-part): Protect against broken
11066         MIME messages.
11067
11068 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11071         before parsing header.
11072
11073 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11074
11075         * html2text.el (html2text-replace-list): Add new entities.
11076
11077 2005-09-11  Romain Francoise  <romain@orebokech.com>
11078
11079         * message.el (message-alternative-emails): Improve docstring.
11080         (message-setup-1): Call `message-use-alternative-email-as-from'
11081         after `message-setup-hook' to give it precedence over posting
11082         styles, etc.
11083         (message-use-alternative-email-as-from): Add docstring.  Remove
11084         the original From header if present.
11085
11086         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11087         (nnml-save-mail): Use it.
11088
11089         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11090         articles.  Add new argument `silent'.
11091         (gnus-uu-mark-all): Report the total number of marked articles.
11092
11093 2005-09-10  Romain Francoise  <romain@orebokech.com>
11094
11095         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11096         (gnus-uu-mark-series): Likewise.
11097
11098 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * spam-report.el (spam-report-gmane): Fix generation of spam
11101         report URL.
11102
11103 2005-09-10  Simon Josefsson  <jas@extundo.com>
11104
11105         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11106         t, based on discussion on the ding list with Robert Epprecht
11107         <epprecht@solnet.ch>.
11108
11109 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * spam-report.el (spam-report-gmane): Make it work without
11112         X-Report-Spam header.  Gmane now only provides Archived-At.
11113         This is only used if `spam-report-gmane-use-article-number' is nil.
11114         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11115
11116         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11117         make `gnus-summary-sort-by-recipient' work with threading.
11118
11119         * nnweb.el (nnweb-google-wash-article): Print a message if article
11120         is not available.
11121
11122 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11123
11124         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11125         change.  Decode text/* parts content before displaying.
11126
11127 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11130
11131 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11134
11135         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11136         url-package-name, url-package-version,
11137         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11138         w3m-display-inline-images, and w3m-minor-mode-map.
11139
11140 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * message.el (message-tab-body-function): Fix mismatched custom type.
11143
11144         * gnus.el (gnus-group-change-level-function): Ditto.
11145
11146         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11147
11148         * gnus-art.el (gnus-signature-limit)
11149         (gnus-article-mime-part-function): Ditto.
11150
11151 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * mml.el (mml-mode): Silence the byte compiler.
11154
11155         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11156         using `(sit-for 0)' before moving the point to the specified part;
11157         skip unbuttonized parts.
11158         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11159         return to the summary window if gnus-auto-select-part is non-nil.
11160
11161 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11164         variables.
11165         (mml-dnd-attach-file, mml-mode): Use them.
11166
11167         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11168         Make fetching article by MID work again for Google Groups.  Added
11169         FIXME concerning gnus-group-make-web-group.
11170
11171         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11172         Don't depend on Gnus by using mail-extract-address-components if
11173         gnus-extract-address-components is not bound.
11174
11175 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus-art.el (gnus-mime-display-security): Don't display the
11178         signature, but only the signed part.
11179
11180 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11183
11184         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11185         list, not listp.
11186
11187 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11188
11189         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11190         when encoding.
11191
11192         * mm-bodies.el (mm-decode-content-transfer-encoding):
11193         De-canonicalize CRLF for all text content types, not just
11194         text/plain.
11195
11196 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11199         valid article; point arrow and cursor at the MIME button.
11200
11201 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11204         Suggested by Dan Christensen <jdc@uwo.ca>.
11205
11206         * mm-decode.el (mm-save-part): Enable change of prompt.
11207
11208 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11209
11210         * gnus-msg.el (gnus-inews-add-send-actions): Made
11211         `message-post-method' lambda parameter ARG `&optional'.
11212
11213 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-sum.el (gnus-summary-mime-map): Added
11216         gnus-article-save-part-and-strip, gnus-article-delete-part and
11217         gnus-article-jump-to-part.
11218
11219         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11220         (gnus-article-edit-part): Use it.
11221         (gnus-article-part-wrapper): Added no-handle argument.
11222         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11223         functions.
11224
11225 2005-08-29  Romain Francoise  <romain@orebokech.com>
11226
11227         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11228         docstring.
11229         (gnus-face-from-file): Likewise.
11230
11231 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11234         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11235         non-nil.
11236         (gnus-auto-select-part): New variable.
11237         (gnus-article-jump-to-part): New function.
11238         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11239         (gnus-mime-delete-part): Allow selecting specified part after
11240         deleting or stripping parts.
11241         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11242         part if argument is bogus.
11243
11244 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11245
11246         * gnus-art.el (w3m-minor-mode-map):
11247         * gnus-spec.el (gnus-newsrc-file-version):
11248         * gnus-util.el (nnmail-active-file-coding-system)
11249         (gnus-original-article-buffer, gnus-user-agent):
11250         * gnus.el (gnus-ham-process-destinations)
11251         (gnus-parameter-ham-marks-alist)
11252         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11253         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11254         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11255         * mm-decode.el (gnus-current-window-configuration):
11256         * mm-extern.el (gnus-article-mime-handles):
11257         * mm-url.el (url-current-object, url-package-name)
11258         (url-package-version):
11259         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11260         (smime-keys, w3m-cid-retrieve-function-alist)
11261         (w3m-current-buffer, w3m-display-inline-images)
11262         (w3m-minor-mode-map):
11263         * mml-smime.el (gnus-extract-address-components):
11264         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11265         (gnus-newsrc-hashtb, message-default-charset)
11266         (message-deletable-headers, message-options)
11267         (message-posting-charset, message-required-mail-headers)
11268         (message-required-news-headers):
11269         * mml1991.el (mc-pgp-always-sign):
11270         * mml2015.el (mc-pgp-always-sign):
11271         * nnheader.el (nnmail-extra-headers):
11272         * rfc1843.el (gnus-decode-encoded-word-function)
11273         (gnus-decode-header-function, gnus-newsgroup-name):
11274         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11275
11276 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11277
11278         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11279         the end of the date treatments.
11280
11281 2005-08-15  Simon Josefsson  <jas@extundo.com>
11282
11283         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11284         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11285         Capello and Romain Francoise.
11286         (pgg-fetch-key-function): Removed, not used?
11287         (pgg-insert-url-with-w3): Require url, to get
11288         url-insert-file-contents regardless of where it is defined.
11289
11290 2005-08-13  Romain Francoise  <romain@orebokech.com>
11291
11292         * message.el (message-cite-original-1): New function.
11293         (message-cite-original): Use it.
11294         (message-cite-original-without-signature): Ditto.
11295
11296 2005-08-08  Romain Francoise  <romain@orebokech.com>
11297
11298         * message.el (message-yank-empty-prefix): New variable.
11299         (message-indent-citation): Use it.
11300         (message-cite-original-without-signature): Respect X-No-Archive.
11301
11302 2005-08-08  Simon Josefsson  <jas@extundo.com>
11303
11304         * pgg.el: Autoload url-insert-file-contents instead of loading
11305         w3/url.
11306         (pgg-insert-url-with-w3): Don't load url here.
11307
11308 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11309
11310         * message.el (message-kill-to-signature): Don't insert newline at
11311         bol.
11312         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11313
11314 2005-08-06  Romain Francoise  <romain@orebokech.com>
11315
11316         * message.el (message-user-fqdn): Fix typo in docstring.
11317
11318 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11319
11320         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11321
11322         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11323
11324 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * mm-bodies.el (mm-encode-body): Use coding system rather than
11327         charset to encode text.
11328
11329         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11330         number of charsets if utf-8 is available (XEmacs).
11331
11332 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11335         taken from `gnus-button-mid-or-mail-regexp'.
11336         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11337         (gnus-button-alist): Improve regexp for domain part of the MIDs
11338         for news:localpart@domain buttons.
11339         (gnus-button-ctan-directory-regexp): Update.
11340
11341 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * sieve-manage.el (sieve-manage-interactive-login): Use
11344         make-local-variable rather than make-variable-buffer-local.
11345         (sieve-manage-open): Ditto.
11346         (sieve-manage-authenticate): Ditto.
11347
11348         * mml.el (mml-generate-mime-1): Make the content type default to
11349         text/plain if the filename is not specified.
11350
11351 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11354         instead of insert-buffer.
11355
11356         * message.el (message-yank-original): Ditto; set the mark at the
11357         end of the yanked message.
11358
11359 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11362         lines to scroll rather than to stop it.
11363
11364         * mml.el (mml-generate-default-type): Add doc string.
11365         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11366         default to application/octet-stream when determining the content
11367         type if it is not specified for the part or the mml contents; add
11368         a comment about mml-generate-default-type.
11369
11370 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11373         make it default to application/octet-stream when determining the
11374         content type if it is not specified for the external contents.
11375
11376 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11379         segmented parameter but also other parameters might be there.
11380
11381 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * mm-decode.el (mm-display-external): Delete temp file, directory
11384         and buffer immediately if the external process is exited.
11385
11386 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11389         fewer lines than that of scroll-margin.
11390         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11391
11392 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-art.el (gnus-article-next-page): Revert.
11395         (gnus-article-beginning-of-window): New macro.
11396         (gnus-article-next-page-1): Use it.
11397         (gnus-article-prev-page): Ditto.
11398         (gnus-article-edit-part): Use insert-buffer-substring instead of
11399         insert-buffer.
11400         (gnus-article-edit-exit): Ditto.
11401
11402         * gnus-util.el (gnus-beginning-of-window): Remove.
11403         (gnus-end-of-window): Remove.
11404
11405         * lpath.el: Don't bind header-line-format and scroll-margin.
11406
11407 2005-07-25  Simon Josefsson  <jas@extundo.com>
11408
11409         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11410         to have the url package without w3.  Reported by Daiki Ueno
11411         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11412
11413 2005-07-20  Didier Verna  <didier@xemacs.org>
11414
11415         * gnus-diary.el: Remove the description comment (nndiary is now
11416         properly documented in the Gnus manual).
11417         Fix the spelling of "Back End".
11418         * nndiary.el: Ditto.
11419         Fix the copyright notice.
11420
11421 2005-07-18  Romain Francoise  <romain@orebokech.com>
11422
11423         * gnus-sum.el (gnus-summary-to-prefix)
11424         (gnus-summary-newsgroup-prefix): New variables.
11425         (gnus-summary-from-or-to-or-newsgroups): Use them.
11426
11427 2005-07-17  Romain Francoise  <romain@orebokech.com>
11428
11429         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11430         space as it's generally not especially interesting to the user.
11431
11432 2005-07-16  Romain Francoise  <romain@orebokech.com>
11433
11434         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11435         nil to avoid prompting and file modification if one of the
11436         messages at the top of the nnfolder file contains a copyright
11437         notice.
11438         Update copyright notice.
11439
11440         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11441         instead of `current-time-string' as the latter creates a time
11442         string that is not RFC 2822 compliant (it lacks the zone).
11443         Update copyright notice.
11444
11445 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11446
11447         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11448         for text/rtf.  Display default in prompt.  Pass default for M-n.
11449
11450         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11451
11452 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * gnus-msg.el (gnus-button-mailto): Remove
11455         save-selected-window-window hackery because it relies on
11456         save-selected-window internals.
11457
11458 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11461         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11462         (gnus-article-prev-page): Ditto.
11463
11464         * gnus-util.el (gnus-beginning-of-window): New function.
11465         (gnus-end-of-window): New function.
11466
11467         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11468
11469 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11470
11471         * gnus-score.el (gnus-score-edit-all-score): Set
11472         gnus-score-edit-exit-function to gnus-score-edit-done and call
11473         gnus-message.
11474
11475 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-msg.el (gnus-button-mailto): Remove
11478         save-selected-window-window hackery because it relies on
11479         save-selected-window internals.
11480
11481 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11484         add-minor-mode.
11485         (gnus-binary-mode): Ditto.
11486
11487         * gnus-topic.el (gnus-topic-mode): Ditto.
11488
11489 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11490
11491         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11492         (gnus-article-prev-page): Take scroll-margin into consideration.
11493
11494 2005-07-04  Lute Kamstra  <lute@gnu.org>
11495
11496         Update FSF's address in GPL notices.
11497
11498 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11499
11500         * gnus.el (gnus-exit):
11501         * gnus-group.el (gnus-group-icons):
11502         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11503
11504         * gnus-nocem.el (gnus-nocem):
11505         * message.el (message-various, message-buffers, message-sending)
11506         (message-interface, message-forwarding, message-insertion)
11507         (message-headers, message-news, message-mail):
11508         * pgg-gpg.el (pgg-gpg):
11509         * pgg-parse.el (pgg-parse):
11510         * pgg-pgp.el (pgg-pgp):
11511         * pgg-pgp5.el (pgg-pgp5):
11512         * pop3.el (pop3): Finish `defgroup' description with period.
11513
11514 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-art.el (article-display-face): Improve the efficiency.
11517         (article-display-x-face): Ditto; remove grey x-face stuff.
11518
11519 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (article-display-face): Correct the position in
11522         which Faces are inserted.
11523
11524 2005-06-29  Didier Verna  <didier@xemacs.org>
11525
11526         * gnus-art.el (article-display-face): Display faces in correct
11527         order.
11528
11529 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11532         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11533         (gnus-nocem-check-article): Fetch the Type header.
11534         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11535         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11536         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11537         make sure gnus-nocem-hashtb is initialized.
11538         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11539         (gnus-nocem-unwanted-article-p): Ditto.
11540
11541         * pgg.el (pgg-verify): Return the verification result.
11542
11543 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544
11545         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11546         is ascii.
11547
11548 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11549
11550         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11551         `show-nonbreak-escape'.
11552
11553 2005-06-23  Lute Kamstra  <lute@gnu.org>
11554
11555         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11556
11557         * dig.el (dig-mode):
11558         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11559
11560 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11561
11562         * nnimap.el (nnimap-split-download-body): Fix spellings.
11563
11564 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11565
11566         * gnus-art.el (gnus-article-encrypt-body):
11567         * gnus-cus.el (gnus-score-customize):
11568         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11569         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11570
11571 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11572
11573         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11574         header by looking for magic "MII" at the beginnig.
11575
11576 2005-06-16  Miles Bader  <miles@gnu.org>
11577
11578         * gnus-xmas.el (gnus-xmas-group-startup-message):
11579         Use renamed gnus-splash face.
11580
11581         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11582         (assistant-field-face): New backward-compatibility alias for renamed
11583         face.
11584         (assistant-render-text): Use renamed assistant-field face.
11585
11586         * spam.el (spam): Remove "-face" suffix from face name.
11587         (spam-face): New backward-compatibility alias for renamed face.
11588         (spam-face, spam-initialize): Use renamed spam face.
11589
11590         * message.el (message-header-to, message-header-cc)
11591         (message-header-subject, message-header-newsgroups)
11592         (message-header-other, message-header-name)
11593         (message-header-xheader, message-separator, message-cited-text)
11594         (message-mml): Remove "-face" suffix from face names.
11595         (message-header-to-face, message-header-cc-face)
11596         (message-header-subject-face, message-header-newsgroups-face)
11597         (message-header-other-face, message-header-name-face)
11598         (message-header-xheader-face, message-separator-face)
11599         (message-cited-text-face, message-mml-face):
11600         New backward-compatibility aliases for renamed faces.
11601         (message-font-lock-keywords): Use renamed message faces.
11602
11603         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11604         (sieve-test-commands, sieve-tagged-arguments):
11605         Remove "-face" suffix from face names.
11606         (sieve-control-commands-face, sieve-action-commands-face)
11607         (sieve-test-commands-face, sieve-tagged-arguments-face):
11608         New backward-compatibility aliases for renamed faces.
11609         (sieve-control-commands-face, sieve-action-commands-face)
11610         (sieve-test-commands-face, sieve-tagged-arguments-face):
11611         Use renamed sieve faces.
11612
11613         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11614         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11615         (gnus-group-news-3-empty, gnus-group-news-4)
11616         (gnus-group-news-4-empty, gnus-group-news-5)
11617         (gnus-group-news-5-empty, gnus-group-news-6)
11618         (gnus-group-news-6-empty, gnus-group-news-low)
11619         (gnus-group-news-low-empty, gnus-group-mail-1)
11620         (gnus-group-mail-1-empty, gnus-group-mail-2)
11621         (gnus-group-mail-2-empty, gnus-group-mail-3)
11622         (gnus-group-mail-3-empty, gnus-group-mail-low)
11623         (gnus-group-mail-low-empty, gnus-summary-selected)
11624         (gnus-summary-cancelled, gnus-summary-high-ticked)
11625         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11626         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11627         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11628         (gnus-summary-low-undownloaded)
11629         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11630         (gnus-summary-low-unread, gnus-summary-normal-unread)
11631         (gnus-summary-high-read, gnus-summary-low-read)
11632         (gnus-summary-normal-read, gnus-splash):
11633         Remove "-face" suffix from face names.
11634         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11635         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11636         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11637         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11638         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11639         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11640         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11641         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11642         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11643         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11644         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11645         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11646         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11647         (gnus-summary-normal-ticked-face)
11648         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11649         (gnus-summary-normal-ancient-face)
11650         (gnus-summary-high-undownloaded-face)
11651         (gnus-summary-low-undownloaded-face)
11652         (gnus-summary-normal-undownloaded-face)
11653         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11654         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11655         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11656         (gnus-splash-face):
11657         New backward-compatibility aliases for renamed faces.
11658         (gnus-group-startup-message): Use renamed gnus faces.
11659
11660         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11661         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11662         (gnus-server-agent): Remove "-face" suffix from face names.
11663         (gnus-server-agent-face, gnus-server-opened-face)
11664         (gnus-server-closed-face, gnus-server-denied-face)
11665         (gnus-server-offline-face):
11666         New backward-compatibility aliases for renamed faces.
11667         (gnus-server-agent-face, gnus-server-opened-face)
11668         (gnus-server-closed-face, gnus-server-denied-face)
11669         (gnus-server-offline-face): Use renamed gnus faces.
11670
11671         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11672         Remove "-face" suffix from face names.
11673         (gnus-picon-xbm-face, gnus-picon-face):
11674         New backward-compatibility aliases for renamed faces.
11675
11676         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11677         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11678         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11679         (gnus-cite-11): Remove "-face" suffix from face names.
11680         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11681         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11682         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11683         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11684         New backward-compatibility aliases for renamed faces.
11685         (gnus-cite-attribution-face, gnus-cite-face-list)
11686         (gnus-article-boring-faces): Use renamed gnus faces.
11687
11688         * gnus-art.el (gnus-signature, gnus-header-from)
11689         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11690         (gnus-header-content): Remove "-face" suffix from face names.
11691         (gnus-signature-face, gnus-header-from-face)
11692         (gnus-header-subject-face, gnus-header-newsgroups-face)
11693         (gnus-header-name-face, gnus-header-content-face):
11694         New backward-compatibility aliases for renamed faces.
11695         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11696
11697         * gnus-sum.el (gnus-summary-selected-face)
11698         (gnus-summary-highlight): Use renamed gnus faces.
11699         * gnus-group.el (gnus-group-highlight): Likewise.
11700
11701 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11702
11703         * gnus-sieve.el (gnus-sieve-article-add-rule):
11704         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11705         * spam-stat.el (spam-stat-buffer-change-to-spam)
11706         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11707
11708         * message.el (message-is-yours-p):
11709         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11710
11711 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * mm-view.el (mm-inline-text): Withdraw the last change.
11714
11715 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11718         executing enriched-decode.
11719
11720 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11723         charset of tar files.
11724
11725 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11726
11727         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11728
11729 2005-06-04  Lute Kamstra  <lute@gnu.org>
11730
11731         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11732         information is never recorded.
11733
11734 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11735
11736         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11737
11738 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * pop3.el (pop3-apop): Run md5 in the binary mode.
11741
11742         * starttls.el (starttls-set-process-query-on-exit-flag):
11743         Use eval-and-compile.
11744
11745 2005-05-31  Simon Josefsson  <jas@extundo.com>
11746
11747         * smime.el (smime-replace-in-string): Define.
11748         (smime-cert-by-ldap-1): Use it.
11749
11750 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-art.el (article-display-x-face): Replace
11753         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11754
11755         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11756         set-process-query-on-exit-flag or process-kill-without-query.
11757
11758         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11759         loop instead of replace-regexp.
11760
11761         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11762         instead of process-kill-without-query if it is available.
11763
11764         * lpath.el: Fbind ldap-search-entries.
11765
11766         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11767         instead of find-file-hooks if it is available.
11768
11769         * mml1991.el: Bind pgg-default-user-id when compiling.
11770
11771         * mml2015.el: Bind pgg-default-user-id when compiling.
11772
11773         * nndraft.el (nndraft-request-associate-buffer):
11774         Use write-contents-functions instead of write-contents-hooks if it is
11775         available.
11776
11777         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11778         instead of find-file-hooks if it is available.
11779
11780         * nntp.el (nntp-open-connection): Replace
11781         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11782         (nntp-open-ssl-stream): Ditto.
11783         (nntp-open-tls-stream): Ditto.
11784
11785         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11786         set-process-query-on-exit-flag or process-kill-without-query.
11787         (starttls-open-stream-gnutls): Use it instead of
11788         process-kill-without-query.
11789         (starttls-open-stream): Ditto.
11790
11791 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11792
11793         * smime.el (smime-cert-by-ldap-1): Don't use
11794         replace-regexp-in-string.
11795
11796 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11797
11798         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11799
11800         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11801         in PEM format.  Adjust to the XEmacs compability.
11802
11803 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11806         by `string-to-number'.
11807         * gnus-agent.el (gnus-agent-regenerate-group)
11808         (gnus-agent-fetch-articles): Ditto.
11809         * gnus-art.el (gnus-button-fetch-group): Ditto.
11810         * gnus-cache.el (gnus-cache-generate-active)
11811         (gnus-cache-articles-in-group): Ditto.
11812         * gnus-group.el (gnus-group-set-current-level)
11813         (gnus-group-insert-group-line): Ditto.
11814         * gnus-score.el (gnus-score-set-expunge-below)
11815         (gnus-score-set-mark-below, gnus-summary-score-effect)
11816         (gnus-summary-score-entry): Ditto.
11817         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11818         (gnus-soup-pack): Ditto.
11819         * gnus-spec.el (gnus-xmas-format): Ditto.
11820         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11821         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11822         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11823         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11824         * nndb.el (nndb-get-remote-expire-response): Ditto.
11825         * nndiary.el (nndiary-parse-schedule-value)
11826         (nndiary-string-to-number, nndiary-request-replace-article)
11827         (nndiary-request-article): Ditto.
11828         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11829         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11830         * nneething.el (nneething-make-head): Ditto.
11831         * nnfolder.el (nnfolder-request-article)
11832         (nnfolder-retrieve-headers): Ditto.
11833         * nnheader.el (nnheader-file-to-number): Ditto.
11834         * nnkiboze.el (nnkiboze-request-article): Ditto.
11835         * nnmail.el (nnmail-process-unix-mail-format)
11836         (nnmail-process-babyl-mail-format): Ditto.
11837         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11838         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11839         (nnmh-request-create-group, nnmh-request-list-1)
11840         (nnmh-request-group, nnmh-request-article): Ditto.
11841         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11842         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11843         * nnsoup.el (nnsoup-make-active): Ditto.
11844         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11845         * nntp.el (nntp-find-group-and-number)
11846         (nntp-retrieve-headers-with-xover): Ditto.
11847         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11848         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11849         (pgg-format-key-identifier): Ditto.
11850         * pop3.el (pop3-last, pop3-stat): Ditto.
11851         * qp.el (quoted-printable-decode-region): Ditto.
11852
11853         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11854         of concat.
11855
11856 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11859
11860         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11861
11862         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11863
11864         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11865
11866         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11867
11868         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11869
11870         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11871         (gnus-carpal-mode): Ditto.
11872
11873         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11874         (gnus-browse-mode): Ditto.
11875
11876         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11877
11878         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11879
11880 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11881
11882         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11883
11884 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-util.el (gnus-run-mode-hooks): New function.
11887
11888         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11889
11890         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11891         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11892
11893 2005-05-27  Lute Kamstra  <lute@gnu.org>
11894
11895         * dns-mode.el (dns-mode): Specify customization group.
11896
11897 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11898
11899         * gnus-agent.el (gnus-agent-make-mode-line-string):
11900         Use mode-line-highlight as mouse-face.
11901
11902 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * canlock.el (canlock): Change the parent group to news.
11905
11906         * deuglify.el (gnus-outlook-deuglify): Add :group.
11907
11908         * dig.el (dig): Add :group.
11909
11910         * dns-mode.el (dns-mode): Add :group.
11911
11912         * encrypt.el (encrypt): Add :group.
11913
11914         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11915         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11916         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11917         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11918         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11919
11920         * gnus-diary.el (gnus-diary): Add :group.
11921
11922         * gnus.el (gnus-group-news-1-face): Add :group.
11923         (gnus-group-news-1-empty-face): Ditto.
11924         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11925         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11926         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11927         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11928         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11929         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11930         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11931         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11932         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11933         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11934         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11935         (gnus-summary-high-ticked-face): Ditto.
11936         (gnus-summary-low-ticked-face): Ditto.
11937         (gnus-summary-normal-ticked-face): Ditto.
11938         (gnus-summary-high-ancient-face): Ditto.
11939         (gnus-summary-low-ancient-face): Ditto.
11940         (gnus-summary-normal-ancient-face): Ditto.
11941         (gnus-summary-high-undownloaded-face): Ditto.
11942         (gnus-summary-low-undownloaded-face): Ditto.
11943         (gnus-summary-normal-undownloaded-face): Ditto.
11944         (gnus-summary-high-unread-face): Ditto.
11945         (gnus-summary-low-unread-face): Ditto.
11946         (gnus-summary-normal-unread-face): Ditto.
11947         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11948         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11949
11950         * hashcash.el (hashcash): New custom group.
11951         (hashcash-default-payment): Add :group.
11952         (hashcash-payment-alist): Ditto.
11953         (hashcash-default-accept-payment): Ditto.
11954         (hashcash-accept-resources): Ditto.
11955         (hashcash-path): Ditto.
11956         (hashcash-extra-generate-parameters): Ditto.
11957         (hashcash-double-spend-database): Ditto.
11958         (hashcash-in-news): Ditto.
11959
11960         * message.el (message-minibuffer-local-map): Add :group.
11961
11962         * netrc.el (netrc): Add :group.
11963
11964         * sieve-manage.el (sieve-manage-log): Add :group.
11965         (sieve-manage-default-user): Diito.
11966         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11967         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11968         (sieve-manage-authenticators): Ditto.
11969         (sieve-manage-authenticator-alist): Ditto.
11970         (sieve-manage-default-port): Ditto.
11971
11972         * sieve-mode.el (sieve-control-commands-face): Add :group.
11973         (sieve-action-commands-face): Ditto.
11974         (sieve-test-commands-face): Ditto.
11975         (sieve-tagged-arguments-face): Ditto.
11976
11977         * smime.el (smime): Add :group.
11978
11979         * spam-report.el (spam-report): Add :group.
11980
11981         * spam.el (spam, spam-face): Add :group.
11982
11983 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11986         return \n.\n.\n at the end of articles.  Protect against that.
11987         (nntp-with-open-group): Allow debugging.
11988
11989         * nnheader.el (mail-header-set-extra): Make into a function
11990         because I just could't understand how to quote the list properly.
11991
11992         * dns.el (query-dns-cached): New function.
11993
11994 2005-05-26  Lute Kamstra  <lute@gnu.org>
11995
11996         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11997
11998 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12001
12002         * gnus-art.el: Don't autoload mail-extract-address-components.
12003
12004         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12005         eval-and-compile to evaluate it.
12006
12007         * hashcash.el: Don't autoload executable-find.
12008
12009         * nndb.el: Don't declare the nndb back end two or more times; don't
12010         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12011
12012         * nntp.el: Autoload format-spec instead of format; use
12013         eval-and-compile to evaluate autoload forms.
12014
12015 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12016
12017         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12018
12019 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12020
12021         * gnus.el (gnus-version-number): Bump version.
12022
12023 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12024
12025         * gnus.el: No Gnus v0.3 is released.
12026
12027 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12028
12029         * lpath.el (featurep): Bind show-nonbreak-escape.
12030
12031 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (gnus-article-edit-part): Disable undo.
12034
12035 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12038         gnus-article-date-lapsed-new-header is t if date timer is active;
12039         skip headers in which the original date value is empty.
12040         (gnus-article-save-original-date): Redefine it as a macro.
12041         (gnus-display-mime): Use it.
12042
12043 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-art.el (article-date-ut): Support converting date in
12046         forwarded parts as well.
12047         (gnus-article-save-original-date): New function.
12048         (gnus-display-mime): Use it.
12049
12050 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12051
12052         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12053         enclosure element of <item>.
12054
12055 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * message.el (message-kill-buffer-query): Renamed from
12058         `message-kill-buffer-query-if-modified'.  Added :version.
12059
12060 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12063         window layout.
12064
12065 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * mml.el: Autoload dnd when compiling.
12068
12069 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12072         x-dnd-*.
12073
12074 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * qp.el (quoted-printable-encode-region): Save excursion.
12077
12078 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12079
12080         * message.el (message-kill-buffer-query-if-modified): Add new variable
12081         so the user can kill a modified message buffer quickly.
12082         (message-kill-buffer): Use it.
12083
12084 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * lpath.el: Fbind display-time-event-handler; don't fbind
12087         string-to-multibyte.
12088
12089         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12090
12091 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12094         contained in text because xml.el decodes entities) with LFs.
12095
12096 2005-04-11  Lute Kamstra  <lute@gnu.org>
12097
12098         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12099         differently.
12100
12101 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12102
12103         * mm-util.el (mm-detect-coding-region): Typo.
12104
12105 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12108
12109 2005-04-06  Deepak Goel  <deego@gnufans.org>
12110
12111         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12112         user-function allow user modifications of the scores.
12113         (spam-stat-score-buffer-user): New function, to allow
12114         user-computed modifications to the score.
12115         (spam-stat-score-buffer-user-functions): List of additional
12116         scoring functions.
12117         (spam-stat-error-holder): Global temporary error holder.
12118         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12119         variable.
12120
12121 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * gnus-registry.el (gnus-registry-clean-empty-function)
12124         (gnus-registry-trim, gnus-registry-fetch-groups)
12125         (gnus-registry-delete-group): Groups that match
12126         `gnus-registry-ignored-groups' are removed from the registry
12127         entries, not just ignored for splitting.  This helps clean up the
12128         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12129         to get all the groups a message ID is in.
12130
12131         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12132         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12133         (spam-stat-score-buffer-user-functions): Add :number custom type.
12134
12135 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12138         argument in XEmacs.
12139
12140         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12141         (nnrss-request-group): Decode group name first.
12142         (nnrss-request-article): Make a text/plain article if mml-to-mime
12143         failed.
12144         (nnrss-get-encoding): Return a compatible encoding according to
12145         nnrss-compatible-encoding-alist.
12146         (nnrss-find-el): Use consp instead of listp.
12147         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12148
12149 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12152         which Emacs 20 doesn't support.
12153         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12154
12155 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12158         silence the byte compiler inside the defun.
12159
12160         * gnus-demon.el (parse-time-string): Add autoload.
12161
12162         * gnus-delay.el (parse-time-string): Add autoload.
12163
12164         * gnus-art.el (parse-time-string): Add autoload.
12165
12166         * nnultimate.el (parse-time): Require for `parse-time-string'.
12167
12168 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12171
12172         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12173
12174         * smime.el (smime-ldap-host-list): Add :version.
12175
12176 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12177
12178         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12179         pass it to `gnus-browse-read-group'.
12180         (gnus-browse-read-group): Add NUMBER argument and pass it to
12181         `gnus-group-read-ephemeral-group'.
12182
12183         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12184         argument and pass it to `gnus-group-read-group'.
12185
12186 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12187
12188         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12189         mm-xemacs-find-mime-charset-1 if we have the mule feature
12190         available at runtime.
12191
12192 2005-03-25  Werner Lemberg  <wl@gnu.org>
12193
12194         * nnmaildir.el: Replace `illegal' with `invalid'.
12195
12196 2005-03-23  Lute Kamstra  <lute@gnu.org>
12197
12198         * time-date.el: Add comment on time value formats.
12199         Don't require parse-time.
12200         (with-decoded-time-value): New macro.
12201         (encode-time-value): New function.
12202         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12203         (days-to-time): Return a valid time value when arg is huge.
12204         (time-since): Use time-subtract.
12205         (time-to-number-of-days): Use time-to-seconds.
12206
12207 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12208
12209         * gnus-start.el (gnus-display-time-event-handler):
12210         Check display-time-timer at runtime rather than only at load time
12211         in case display-time-mode is turned off in the mean time.
12212
12213 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12216         used.
12217
12218         * nneething.el (nneething-map-file-directory): Derive from
12219         `gnus-directory'.
12220
12221         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12222         the To/Cc button.
12223
12224 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * nnmaildir.el (nnmaildir-request-accept-article):
12227         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12228
12229 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12230
12231         * gnus-async.el: Require timer-funcs at compile time when in
12232         XEmacs for `run-with-idle-timer'.
12233
12234 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12235
12236         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12237         autoloaded function.
12238
12239 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12240
12241         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12242
12243 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12244
12245         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12246
12247 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12250         gnus-expert-user to default.
12251
12252 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12253
12254         * nnimap.el (nnimap-open-server): Ditto.
12255
12256         * imap.el (imap-authenticate): Fix typo.
12257
12258 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12259
12260         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12261         buffer (since IMAP server might return FETCH response out of
12262         order, and the nntp buffer must be sorted).
12263
12264 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12265
12266         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12267         comparison on string.
12268
12269         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12270         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12271         (gnus-agent-summary-fetch-series): Modified to protect against
12272         gnus-agent-summary-fetch-group clearing processable flags.
12273         (gnus-agent-synchronize-group-flags): Update live group buffer as
12274         synchronization may occur due to the user toggle the plugged
12275         status.
12276         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12277         successfully downloaded.
12278         (gnus-agent-expire-group-1): Avoid using markers when the overview
12279         is in ascending order; greatly improves performance.
12280         (gnus-agent-regenerate-group): Use
12281         gnus-agent-synchronize-group-flags to reset read status in both
12282         gnus and server.
12283         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12284
12285 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * message.el: Don't autoload former message-utils variables.
12288         (message-strip-subject-trailing-was): Change doc string.
12289
12290         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12291         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12292         (nnweb-google-search): Add "hl=en" here.
12293         (nnweb-google-parse-1, nnweb-google-create-mapping):
12294         Don't hardcode URL.
12295
12296 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * message.el (message-get-reply-headers, message-followup):
12299         Mention related variables `message-use-followup-to' and
12300         `message-use-mail-followup-to', in the information buffer.
12301
12302         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12303         of broken groups(-beta).google.com.
12304
12305 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12306
12307         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12308         parameter to invoked gnus-request-move-article; remove the
12309         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12310         all at once instead of once per article.
12311         (gnus-summary-remove-process-mark): Accept a list of articles as
12312         well as a single article for processing.
12313
12314         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12315         parameter.
12316
12317         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12318
12319         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12320
12321         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12322         parameter.
12323
12324         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12325         parameter.
12326
12327         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12328         parameter and remove the gnus-sum-hint-move-is-internal variable.
12329
12330         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12331         parameter.
12332
12333         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12334         parameter.
12335
12336         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12337         parameter.
12338
12339         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12340
12341         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12342         parameter.
12343
12344         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12345         parameter.
12346
12347 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12348
12349         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12350         a more conservative way.
12351
12352 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12353
12354         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12355         buffer, so it moves the window's cursor.
12356
12357 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12358
12359         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12360         `mm-dissect-multipart' and receive the from field as an (optional)
12361         argument from `mm-dissect-multipart'.
12362         (mm-dissect-multipart): Receive the from field as an argument and
12363         pass it on when we call `mm-dissect-buffer' on MIME parts.
12364         Fixes verification/decryption of signed/encrypted MIME parts.
12365
12366 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12367
12368         * gnus-sum.el (gnus-summary-move-article): Set
12369         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12370         whatever it calls (right now, only nnimap-request-move article
12371         respects it).
12372
12373         * nnimap.el (nnimap-request-move-article): When
12374         gnus-sum-hint-move-is-internal is set, don't do the extra
12375         nnimap-request-article.
12376
12377 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12380
12381         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12382         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12383
12384         * gnus-sum.el (gnus-summary-caesar-message):
12385         Apply `gnus-treat-article' after rotation.
12386
12387         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12388         doc string.
12389
12390 2005-02-22  Simon Josefsson  <jas@extundo.com>
12391
12392         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12393         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12394         <arne@arnested.dk>.
12395         (encrypt): Add password-cache and password-cache-expiry as group
12396         members.
12397
12398 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12399
12400         * smime.el (smime-ldap-host-list): Doc fix.
12401         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12402         cache) password.
12403         (smime-sign-region): Use it.
12404         (smime-decrypt-region): Use it.
12405         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12406         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12407         fails.
12408         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12409         certificate from DER to PEM format rather than calling openssl.
12410
12411         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12412
12413         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12414         for signing/encryption.
12415
12416         * mml.el (mml-parse-1): Use them.
12417
12418 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12419
12420         * nnrss.el (nnrss-verbose): Removed.
12421         (nnrss-request-group): Use `nnheader-message' instead.
12422
12423 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12424
12425         * nnrss.el (nnrss-verbose): New variable.
12426         (nnrss-request-group): Make it say nnrss is requesting a group.
12427
12428 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12431         Handle news URL with given port correctly.
12432
12433 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12436         containing special characters.
12437
12438         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12439
12440         * mml.el (mime-to-mml): Ditto.
12441
12442         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12443         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12444         (rfc2047-decode-region): Quote decoded words containing special
12445         characters when rfc2047-quote-decoded-words-containing-tspecials
12446         is non-nil.
12447
12448 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12449
12450         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12451
12452         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12453
12454 2005-02-15  Simon Josefsson  <jas@extundo.com>
12455
12456         * nnimap.el (nnimap-debug): Doc fix.
12457
12458         * imap.el (imap-debug): Doc fix.
12459
12460 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12463
12464 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12465
12466         * gnus.el (spam-contents): Improve docs for spam-contents
12467         parameter in its variable incarnation.
12468
12469 2005-02-14  Simon Josefsson  <jas@extundo.com>
12470
12471         * smime-ldap.el: Use require instead of load-library for ldap.
12472         (smime-ldap-search): Indent.
12473         (smime-ldap-search-internal): Shorten line.
12474
12475         * smime.el (smime-cert-by-dns): Add doc-string.
12476         (smime-cert-by-ldap-1): Indent.
12477
12478         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12479         mml-smime-get-dns-ldap.
12480         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12481
12482 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12483
12484         * smime.el: Require smime-ldap.
12485         (smime-ldap-host-list): New variable.
12486         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12487
12488         * mml-smime.el (mml-smime-encrypt-query): New function.
12489         (mml-smime-encrypt-query): Use it.
12490
12491         * smime-ldap.el: New file.
12492
12493 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12496
12497 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12500         argument in doc string.  Make query for type more clear.
12501
12502 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gnus.el (gnus-group-startup-message): Search for gnus images in
12505         etc/images/gnus.
12506         * mm-util.el (mm-image-load-path): Likewise.
12507         * smiley.el (smiley-data-directory): Search for smilies in
12508         etc/images/smilies.
12509
12510 2005-02-09  Kim F. Storm  <storm@cua.dk>
12511
12512         Change Emacs release version from 21.4 to 22.1 throughout.
12513         Change Emacs development version from 21.3.50 to 22.0.50.
12514
12515 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12518
12519         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12520         non-Mule XEmacs as well.
12521         (mm-decompress-buffer): Signal an error intentionally if it does
12522         not decompress compressed data because auto-compression-mode is
12523         disabled.
12524
12525 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12526
12527         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12528         an ID in the registry even if it has no groups.
12529
12530 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12533         merge it into mm-decompress-buffer.
12534         (gnus-mime-copy-part): Use the MIME part charset, the value which
12535         a user specified or gnus-newsgroup-charset for decoding, like
12536         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12537         save-buffer what was used.  Suggested by Kevin Ryde
12538         <user42@zip.com.au>.
12539         (gnus-mime-inline-part): Allow the name parameter as well as the
12540         filename parameter; force decompressing of compressed data; always
12541         display contents being not decoded as unibyte.
12542
12543         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12544         as well as the filename parameter.
12545
12546         * mm-util.el (mm-decompress-buffer): Merge
12547         gnus-mime-jka-compr-maybe-uncompress.
12548         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12549         of compressed data.
12550
12551 2005-02-08  Simon Josefsson  <jas@extundo.com>
12552
12553         * imap.el (imap-log): Doc fix.
12554
12555 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12558         the coding cookies; decompress compressed parts.
12559
12560         * mml.el (mml-generate-mime-1): Add the charset parameter according
12561         to the value which a user specified manually or the coding cookie.
12562
12563         * mm-util.el (mm-string-to-multibyte): New function.
12564         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12565         (mm-coding-system-to-mime-charset): New function.
12566         (mm-decompress-buffer): New function.
12567         (mm-find-buffer-file-coding-system): New function.
12568
12569         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12570         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12571         parts.
12572
12573 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12574
12575         * mm-view.el (mm-display-inline-fontify): Decode a part according
12576         to the charset parameter.
12577
12578 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12581         prefix arg is neither nil nor a number, as info specifies.
12582
12583 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12586         timestamps.
12587
12588 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12589
12590         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12591         groups error checking and notify user.
12592
12593 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12594
12595         * message.el (message-send-mail-function): Check existence of
12596         sendmail-program first before using default value
12597         `message-send-mail-with-sendmail'.  Otherwise use more generic
12598         `smtpmail-send-it'.
12599
12600 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * nntp.el (nntp-request-update-info): Always return nil.
12603
12604 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12605
12606         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12607
12608 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12609
12610         * message.el (message-beginning-of-line): Change the behavior when
12611         invoked between BOL and : so that it first moves backward.
12612
12613 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12616         article buffer when editing of the article is discarded.
12617         (gnus-article-prepare): Revert.
12618
12619 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-art.el (gnus-article-prepare):
12622         Remove message-strip-forbidden-properties from the local hook.
12623
12624 2005-01-27  Simon Josefsson  <jas@extundo.com>
12625
12626         * password.el (password-cache-add): Only start one timer per key.
12627         Reported by Derek Atkins <warlord@MIT.EDU>.
12628
12629 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12630
12631         * run-at-time.el: Removed.  It is no longer needed as
12632         timer-funcs.el in the xemacs-base package has a working version of
12633         `run-at-time'.
12634
12635         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12636
12637         * password.el: Require timer-funcs instead of run-at-time in
12638         XEmacs.
12639         Remove `password-run-at-time' macro.
12640         (password-cache-add): Use `run-at-time' instead of
12641         `password-run-at-time'.
12642
12643         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12644         Remove `nnheader-cancel-function-timers' alias,
12645         `cancel-function-timers' exists in XEmacs in timer-funcs.
12646
12647         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12648         for `run-with-idle-timer'.
12649
12650         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12651         for `run-at-time'.
12652
12653         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12654         for `with-timeout'.
12655
12656         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12657         the same as for XEmacs 21.4.
12658         No need to ignore `run-with-idle-timer', this function exists in
12659         XEmacs now in timer-funcs.el in the xemacs-base package.
12660         (dgnushack-compile): No need to delete
12661         run-at-time.el from the list of files to compile because it
12662         doesn't exist anymore.
12663
12664 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12667         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12668
12669 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12670
12671         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12672         sensitively.
12673
12674 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12675
12676         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12677
12678 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12681         which will be inserted according to the multibyteness of a buffer
12682         rather than the type of contents.  Suggested by ARISAWA Akihiro
12683         <ari@mbf.ocn.ne.jp>.
12684
12685         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12686         of string which old xml.el may return rather than a string.
12687
12688 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12691
12692 2005-01-16  Simon Josefsson  <jas@extundo.com>
12693
12694         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12695         idn/idna.el isn't available.
12696         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12697         <michael@waxrat.com>.
12698
12699         * hashcash.el: Remove non-FSF copyright header.
12700
12701         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12702         (hashcash-generate-payment): Use it.
12703         (hashcash-generate-payment-async): Use it.
12704
12705 2005-01-15  Simon Josefsson  <jas@extundo.com>
12706
12707         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12708         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12709
12710         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12711         gnus-summary-idna-message.
12712         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12713         (gnus-summary-idna-message): New function.
12714
12715 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12718         gnus-novice-user.
12719
12720 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * nnrss.el (nnrss-request-delete-group): Delete entries in
12723         nnrss-group-alist as well.
12724         (nnrss-save-server-data): Insert newline.
12725
12726 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gnus.el (gnus-user-agent): Use list of symbols instead of
12729         symbols.  Display full version number for (S)XEmacs.  Optionally
12730         display (S)XEmacs codename.
12731
12732         * gnus-util.el (gnus-emacs-version): Update for new
12733         `gnus-user-agent'.
12734
12735         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12736         Gnus version.
12737
12738 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12741         which is unreadable in some setups.
12742
12743 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-spec.el (gnus-update-format-specifications): Flush the
12746         group format spec cache if it doesn't support decoded group names.
12747
12748 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12751         Allow to apply decay on score files matching a regexp.
12752
12753 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12756         compatibility in %g and %c.
12757
12758 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12761         name for only %g and %c.
12762         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12763         of gnus-tmp-group to decoded group name.
12764         (gnus-group-make-rss-group): Exclude `/'s from group names.
12765
12766 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * nnrss.el (nnrss-get-encoding): Fix regexp.
12769
12770 2004-12-27  Simon Josefsson  <jas@extundo.com>
12771
12772         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12773         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12774         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12775
12776 2004-12-17  Kim F. Storm  <storm@cua.dk>
12777
12778         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12779
12780         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12781
12782 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12783
12784         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12785
12786 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * nnrss.el: Require rfc2047 and mml.
12789         (nnrss-file-coding-system): New variable.
12790         (nnrss-format-string): Redefine it as an inline function.
12791         (nnrss-decode-group-name): New function.
12792         (nnrss-string-as-multibyte): Remove.
12793         (nnrss-retrieve-headers): Decode group name; don't use
12794         nnrss-format-string.
12795         (nnrss-request-group): Decode group name.
12796         (nnrss-request-article): Decode group name; allow a Message-ID as
12797         well as an article number; don't use nnrss-format-string; encode a
12798         Message-ID string which may contain non-ASCII characters; use
12799         mml-to-mime to compose a MIME article.
12800         (nnrss-request-expire-articles): Decode group name.
12801         (nnrss-request-delete-group): Decode group name.
12802         (nnrss-fetch): Clarify error message.
12803         (nnrss-read-server-data): Use insert-file-contents instead of load;
12804         bind file-name-coding-system; use multibyte buffer.
12805         (nnrss-save-server-data): Bind coding-system-for-write to the
12806         value of nnrss-file-coding-system; bind file-name-coding-system;
12807         add coding cookie.
12808         (nnrss-read-group-data): Use insert-file-contents instead of load;
12809         bind file-name-coding-system; use multibyte buffer.
12810         (nnrss-save-group-data): Bind coding-system-for-write to the
12811         value of nnrss-file-coding-system; bind file-name-coding-system.
12812         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12813         make it work with non-ASCII text.
12814         (nnrss-find-el): Make it work with old xml.el as well.
12815
12816 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12817
12818         * nnrss.el (nnrss-get-encoding): New function.
12819         (nnrss-fetch): Use unibyte buffer initially; bind
12820         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12821         decode contents according to the encoding attribute.
12822         (nnrss-save-group-data): Add coding cookie.
12823         (nnrss-mime-encode-string): New function.
12824         (nnrss-check-group): Use it to encode subject and author.
12825
12826 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12829         imaginary variable.
12830
12831 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12834         correctly even if there are wide characters.
12835
12836 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12837
12838         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12839         downcased symbol names; make a new cache instead of reusing
12840         bbdb-hashtable.
12841
12842 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12845         concatenating segments rather than before concatenating them.
12846         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12847
12848         * message.el (message-get-reply-headers): Bind `extra'.
12849
12850 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * message.el (message-extra-wide-headers): New variable.
12853         (message-get-reply-headers): Use it.
12854
12855 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12858         (gnus-agent-group-pathname): Ditto.
12859
12860         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12861
12862         * gnus-group.el (gnus-group-make-group): Decode group name.
12863         (gnus-group-make-rss-group): Register the group data after opening
12864         the nnrss group.
12865
12866 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12867
12868         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12869         by expiry now get marked as read.
12870
12871 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12874
12875 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12876
12877         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12878         unify Latin characters in XEmacs.
12879         (mm-find-mime-charset-region): Use it.
12880
12881 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * gnus-util.el (gnus-delete-directory): New function.
12884
12885         * gnus-agent.el (gnus-agent-delete-group): Use it.
12886
12887         * gnus-cache.el (gnus-cache-delete-group): Use it.
12888
12889 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12892         names.
12893
12894 2004-12-16  Simon Josefsson  <jas@extundo.com>
12895
12896         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12897
12898 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12901
12902         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12903         (gnus-group-set-current-level): Decode group name.
12904
12905 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12906
12907         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12908         failed.
12909
12910 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-group.el (gnus-group-delete-group): Decode group name.
12913         (gnus-group-make-rss-group): Encode group name.
12914         (gnus-group-catchup-current): Decode group name.
12915         (gnus-group-kill-group): Decode group name.
12916
12917 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12918
12919         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12920
12921 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-group.el (gnus-group-make-rss-group):
12924         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12925
12926         * gnus-start.el (gnus-setup-news): Honor user's setting to
12927         gnus-message-archive-method.  Suggested by Lute Kamstra
12928         <lute@gnu.org>.
12929
12930 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12931
12932         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12933         global counterparts of the buffer-local variables.
12934
12935 2004-11-16  Romain Francoise  <romain@orebokech.com>
12936
12937         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12938         counterparts of the buffer-local variables.
12939
12940 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * message.el (message-forbidden-properties): Fixed typo in doc
12943         string.
12944
12945 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * gnus-util.el (gnus-replace-in-string): Added doc string.
12948
12949         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12950         to avoid problems when splitting mails with many recipients.
12951
12952 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12953
12954         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12955         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12956
12957 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12958
12959         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12960         if there is no hashtable in memory or file modification time is
12961         newer than cached timestamp.
12962
12963 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12966         not-matching option.
12967
12968 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12971         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12972         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12973         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12974         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12975         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12976
12977 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * message.el (message-forward-make-body-mml): Remove headers
12980         according to message-forward-ignored-headers if a message is decoded.
12981
12982 2004-12-02  Romain Francoise  <romain@orebokech.com>
12983
12984         * message.el (message-forward-make-body-plain): Always remove
12985         headers according to message-forward-ignored-headers.
12986
12987 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12988
12989         * spam.el (spam-summary-prepare-exit): Remove the
12990         gnus-summary-limit pop for now, it has problems with ham marks for
12991         me.
12992
12993 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12994
12995         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12996         correctly.
12997
12998 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12999
13000         * format-spec.el (format-spec): Message the char.
13001
13002 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13003
13004         * gnus-art.el (gnus-split-methods): Reformat comments.
13005
13006         * spam.el (spam-summary-prepare-exit): Remove article limits
13007         before exiting the summary buffer.
13008
13009 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13012         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13013
13014         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13015         order to silence the byte compiler.
13016
13017         * spam.el: Fix the way to silence the byte compiler, which
13018         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13019         bbdb-search-simple, spam-BBDB-register-routine,
13020         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13021         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13022         spam-stat-buffer-is-spam, spam-stat-load,
13023         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13024         spam-stat-save and spam-stat-split-fancy.
13025
13026 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13029         which may confuse users.
13030         (canlock-password-for-verify): Ditto.
13031
13032         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13033
13034         * gnus-art.el (gnus-emphasis-alist): Ditto.
13035
13036         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13037
13038         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13039
13040         * gnus-start.el (gnus-save-killed-list): Ditto.
13041
13042         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13043         (gnus-sum-thread-tree-root): Ditto.
13044         (gnus-sum-thread-tree-false-root): Ditto.
13045         (gnus-sum-thread-tree-single-indent): Ditto.
13046
13047         * message.el (message-courtesy-message): Ditto.
13048         (message-archive-note): Ditto.
13049         (message-subscribed-address-file): Ditto.
13050         (message-user-fqdn): Ditto.
13051
13052         * spam-report.el (spam-report-gmane-regex): Ditto.
13053
13054         * spam.el (spam-blackhole-good-server-regex): Ditto.
13055
13056 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * mml.el (mml-preview): Widen the message buffer before copying
13059         the contents to the preview buffer; sort headers before previewing.
13060
13061         * message.el (message-hidden-headers): Fix the way to avoid a bug
13062         in the `repeat' widget in Emacs 21.3 or earlier.
13063
13064 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * message.el (message-hidden-headers): Default to "^References:".
13067         Improve customization type.  Suggested by Reiner Steib
13068         <Reiner.Steib@gmx.de>.
13069
13070 2004-11-25  Romain Francoise  <romain@orebokech.com>
13071
13072         * message.el (message-strip-forbidden-properties): Remove check for
13073         obsolete `message-hidden' text property, hidden headers are not
13074         accessible in the buffer anymore.
13075
13076 2004-11-22  Romain Francoise  <romain@orebokech.com>
13077
13078         * message.el (message-header-format-alist): Add `From' in list
13079         so that it can be sorted.
13080         (message-fix-before-sending): Widen and sort headers before
13081         sending.
13082         (message-hide-headers): Use narrowing to hide headers by moving
13083         them to the top of the buffer and narrowing to the region
13084         underneath.
13085
13086 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13087
13088         * message.el (message-strip-forbidden-properties): Bind
13089         buffer-read-only (etc) to nil.
13090
13091 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13094         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13095
13096 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13097
13098         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13099
13100 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13101
13102         * dns.el (query-dns): Use sit-for to time instead of
13103         accept-process-output, since that doesn't seem to work on udp
13104         sockets.
13105
13106 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13109
13110 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13111
13112         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13113         doc string.  Improve doc string.
13114
13115 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * nntp.el (nntp-request-update-info): Return nil if
13118         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13119         may not call gnus-activate-group which uselessly issues the GROUP
13120         commands for all nntp groups and wastes time.  Reported by Romain
13121         Francoise <romain@orebokech.com>.
13122
13123         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13124
13125 2004-11-15  Simon Josefsson  <jas@extundo.com>
13126
13127         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13128         headers separately.
13129         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13130         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13131
13132 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gnus-start.el (gnus-convert-old-newsrc):
13135         Assign legacy-gnus-agent to 5.10.7.
13136
13137 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13138
13139         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13140         start of the lines.
13141
13142 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13143
13144         * hashcash.el (hashcash-default-payment): Change default to 20.
13145         (hashcash-default-accept-payment): Change default to 20.
13146         (hashcash-process-alist): New variable.
13147         (hashcash-generate-payment-async): Add.
13148         (hashcash-already-paid-p): Add.
13149         (hashcash-insert-payment): Don't generate payments twice.
13150         (hashcash-insert-payment-async): Add.
13151         (hashcash-insert-payment-async-2): Add.
13152         (hashcash-cancel-async): Add.
13153         (hashcash-wait-async): Add.
13154         (hashcash-processes-running-p): Add.
13155         (hashcash-wait-or-cancel): Add.
13156         (mail-add-payment): New optional argument.  Conditionally start
13157         asynchronous calculation.
13158         (mail-add-payment-async): Add.
13159
13160         * message.el (message-send-mail): Wait for asynchronous hashcash
13161         results.  Don't clobber existing X-Hashcash headers.
13162         (message-setup-1): Call mail-add-payment-async when
13163         message-generate-hashcash is non-nil.
13164
13165 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13166
13167         * message.el (message-use-alternative-email-as-from): Examine the
13168         From header as well; use message-make-from in order to include a
13169         user's full name.
13170
13171 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13174         default; improve customization type.
13175         (gnus-emphasis-custom-with-format): New macro.
13176         (gnus-emphasis-custom-value-to-external): New function.
13177         (gnus-emphasis-custom-value-to-internal): New function.
13178
13179 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13180
13181         * dns.el (query-dns): Resolve reverse addresses.
13182
13183 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184
13185         * gnus-group.el (gnus-group-get-new-news): Use it.
13186
13187         * gnus-start.el (gnus-check-reasonable-setup): New function.
13188
13189 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13192         "Args out of range" error.  Reported by Arnaud Giersch
13193         <arnaud.giersch@free.fr>.
13194
13195 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13196
13197         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13198
13199 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13200
13201         * spam.el (spam group): Add :version.
13202
13203         * pgg-def.el (pgg group): Add :version.
13204
13205 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-art.el (gnus-article-edit-article): Don't associate the
13208         article buffer with a draft file.  This is a temporary measure
13209         against the 2004-08-22 change to gnus-article-edit-mode.
13210
13211 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13214         (html2text-format-tags): Remove unused variable `attr'.
13215
13216 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13219
13220         * tls.el (tls-process-connection-type, tls-success)
13221         (tls-certtool-program): Add :version.
13222
13223         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13224         (starttls-extra-arguments, starttls-process-connection-type)
13225         (starttls-connect, starttls-failure, starttls-success): Add :version.
13226
13227         * spam-stat.el (spam-stat): Add :version.
13228
13229         * sieve.el (sieve): Add :version.
13230
13231         * sha1.el (sha1): Add :version.
13232         (sha1-use-external): Remove redundant version.
13233
13234         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13235         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13236         (nnmail-split-fancy-match-partial-words)
13237         (nnmail-split-lowercase-expanded): Add :version.
13238
13239         * nndiary.el (nndiary): Add :version.
13240
13241         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13242
13243         * mml-sec.el (mml-default-sign-method)
13244         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13245         Add :version.
13246
13247         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13248
13249         * mm-url.el (mm-url-use-external, mm-url-program)
13250         (mm-url-arguments): Add :version.
13251
13252         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13253         (mm-attachment-file-modes, mm-decrypt-option)
13254         (mm-w3m-safe-url-regexp): Add :version.
13255
13256         * message.el (message-cite-prefix-regexp)
13257         (message-sendmail-envelope-from, message-minibuffer-local-map)
13258         (message-user-fqdn, message-completion-alist): Add :version.
13259
13260         * gnus-win.el (gnus-configure-windows-hook)
13261         (gnus-use-frames-on-any-display): Add :version.
13262
13263         * gnus-art.el (gnus-article-address-banner-alist)
13264         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13265         (gnus-treat-from-picon, gnus-treat-mail-picon)
13266         (gnus-treat-x-pgp-sig): Add :version.
13267
13268         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13269         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13270         (gnus-summary-article-delete-hook)
13271         (gnus-summary-display-while-building): Add :version.
13272
13273         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13274         (gnus-get-top-new-news-hook): Add :version.
13275
13276         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13277         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13278
13279         * gnus-registry.el (gnus-registry): Add :version.
13280
13281         * gnus-spec.el (gnus-use-correct-string-widths)
13282         (gnus-make-format-preserve-properties): Add :version.
13283
13284         * gnus.el (gnus-group-charter-alist)
13285         (gnus-group-fetch-control-use-browse-url)
13286         (gnus-install-group-spam-parameters): Add :version.
13287
13288         * gnus-diary.el (gnus-diary): Add :version.
13289
13290         * gnus-delay.el (gnus-delay): Add :version.
13291
13292         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13293         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13294         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13295         Add :version.
13296
13297         * gnus-agent.el (gnus-agent-max-fetch-size)
13298         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13299         (gnus-agent-prompt-send-queue): Add :version.
13300
13301         * deuglify.el (gnus-outlook-deuglify): Add :version.
13302
13303         * html2text.el: Beautify code.  Improve doc strings.  Some
13304         checkdoc cleanup.
13305         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13306
13307 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13308
13309         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13310
13311 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13312
13313         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13314         when package is loaded.
13315
13316         * spam.el (spam-summary-score-preferred-header): Add global preference
13317         for people who want to override the default SpamAssassin over
13318         Bogofilter preference (when both are set).
13319         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13320         (spam-user-format-function-S): Check
13321         spam-summary-score-preferred-header.
13322         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13323         (spam-user-format-function-S): Format the score correctly.
13324
13325 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13328         signature file.  Suggested by Manoj Srivastava
13329         <srivasta@golden-gryphon.com>.
13330
13331         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13332         iso-2022-jp even in the Japanese language environment.
13333         Suggested by Jason Rumney <jasonr@gnu.org>.
13334
13335 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13338         use the same characters as the dummy marks; make it free from
13339         getting affected by the language environment.
13340         (gnus-summary-read-group-1): Update mark positions only when the
13341         format spec is updated.
13342
13343         * gnus-spec.el (gnus-update-format-specifications): Return a list
13344         of updated types.
13345
13346 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13349         of boundp to check if display-warning is available.
13350
13351 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13352
13353         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13354
13355 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * nnspool.el (nnspool-spool-directory): Use news-path if the
13358         news-directory variable is not bound.
13359
13360         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13361         function instead of display-warning if it is not available.
13362
13363 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13366         v5-10: Use `point-at-bol'.
13367
13368 2004-10-26  Simon Josefsson  <jas@extundo.com>
13369
13370         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13371         <chenggao@gmail.com>.
13372
13373 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13376         instead.
13377
13378 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13379
13380         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13381         to remove a server from the nnimap-server-buffer-alist.
13382         (nnimap-open-connection, nnimap-close-server): Use it.
13383
13384         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13385
13386 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13389         running the major-mode function.
13390
13391 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13394         dummy marks in the right way.
13395
13396 2004-10-18  David Edmondson  <dme@dme.org>
13397
13398         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13399         excessively.
13400
13401 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13402
13403         * gnus-util.el (gnus-split-references): Accept a nil references
13404         string and go on blissfully.
13405
13406         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13407         cases where the references string is non-nil but has no references.
13408
13409         * encrypt.el: Add autoload tags.
13410
13411         * spam.el (spam-resolve-registrations-routine): Remove article
13412         from unregistration list too.  Reported by David Hanak
13413         <dhanak@isis.vanderbilt.edu>
13414
13415 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13418         nil.  Changed custom type.
13419
13420 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13423
13424         * gnus-sum.el (gnus-summary-move-article): Use it.
13425
13426 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13427
13428         * encrypt.el: Add autoload cookies.
13429
13430         * spam.el (spam-backend-article-list-property)
13431         (spam-backend-get-article-todo-list)
13432         (spam-backend-put-article-todo-list)
13433         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13434         Resolve registrations separately.
13435         (spam-register-routine): Format comments.
13436         (spam-unregister-routine, spam-register-routine): Always call with
13437         specific-articles, no default list.
13438         (spam-summary-prepare-exit): Use the spam-classifications function.
13439
13440         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13441         gnus-encrypt.el.
13442
13443         * encrypt.el: Copied from gnus-encrypt.el.
13444
13445         * gnus-encrypt.el: Commented that it's obsolete.
13446
13447 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13448
13449         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13450         (gnus-score-save): Use it.
13451
13452         * message.el (message-bury): Use `window-dedicated-p'.
13453
13454 2004-10-15  Simon Josefsson  <jas@extundo.com>
13455
13456         * pop3.el (top-level): Don't require nnheader.
13457         (pop3-read-timeout): Add.
13458         (pop3-accept-process-output): Add.
13459         (pop3-read-response, pop3-retr): Use it.
13460
13461 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13462
13463         * spam.el (spam-register-routine): Move comment.
13464         (spam-verify-bogofilter): Use 'unknown for the initial
13465         spam-bogofilter-valid state, not 'never.
13466
13467         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13468         for netrc-machine.
13469
13470         * nnimap.el (nnimap-open-connection): Use
13471         netrc-machine-user-or-password.
13472
13473 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13474
13475         * gnus-registry.el (gnus-registry-unload-hook):
13476         Set as a variable with add-hook.
13477
13478         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13479         of news-path.
13480
13481         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13482
13483         * spam.el: Delete duplicate `provide'.
13484         (spam-unload-hook): Set as a variable with add-hook.
13485
13486 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13489         in the doc string.
13490
13491         * message.el (message-ignored-news-headers)
13492         (message-ignored-supersedes-headers)
13493         (message-ignored-resent-headers)
13494         (message-forward-ignored-headers): Improve custom type.
13495
13496 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * message.el (message-tokenize-header): Fix 2004-09-06 change
13499         which used point-min in the wrong place.
13500
13501 2004-10-12  Simon Josefsson  <jas@extundo.com>
13502
13503         * tls.el (tls-certtool-program): New variable.
13504         (tls-certificate-information): New function, based on
13505         ssl-certificate-information.
13506
13507 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * compface.el: Move the version of ELisp-based uncompface program
13510         to the contrib directory because of the copyright problem.
13511
13512 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * message.el (message-kill-buffer): Raise the current frame.
13515
13516 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13519
13520         * gnus.el (message-y-or-n-p): Autoload.
13521
13522         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13523         (pop3-password-required, pop3-authentication-scheme)
13524         (pop3-leave-mail-on-server): Made customizable.
13525         (pop3): New custom group.
13526         (pop3-retr): Remove `sleep-for' statements.
13527         Suggested by Dave Love <fx@gnu.org>.
13528
13529         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13530         Windows/DOS.
13531
13532         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13533         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13534         Dave Love <fx@gnu.org>.
13535
13536         * mml.el (mml-minibuffer-read-disposition): Require match.
13537         Suggested by Dave Love <fx@gnu.org>.
13538
13539 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13542         doc string.
13543
13544 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13547
13548 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13549
13550         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13551         instead of calling `mm-insert-inline', to decode text/* parts
13552         before displaying them.
13553
13554 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * mm-uu.el (mm-uu-text-plain-type): New variable.
13557         (mm-uu-pgp-signed-extract-1): Use it.
13558         (mm-uu-pgp-encrypted-extract-1): Use it.
13559         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13560         bind mm-uu-text-plain-type with that value.
13561         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13562         mm-uu-dissect.
13563
13564 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-group.el (gnus-update-group-mark-positions):
13567         * gnus-sum.el (gnus-update-summary-mark-positions):
13568         * message.el (message-check-news-body-syntax):
13569         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13570         of string-as-multibyte.
13571
13572 2004-10-05  Juri Linkov  <juri@jurta.org>
13573
13574         * gnus-group.el (gnus-update-group-mark-positions):
13575         * gnus-sum.el (gnus-update-summary-mark-positions):
13576         * message.el (message-check-news-body-syntax):
13577         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13578         8-bit unibyte values to a multibyte string for search functions.
13579
13580 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13583         (mm-uu-dissect-text-parts): New function.
13584
13585         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13586         dissect text parts.
13587
13588         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13589         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13590
13591         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13592
13593         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13594         gnus-current-topics instead of gnus-current-topic.
13595
13596 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13597
13598         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13599
13600 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13601
13602         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13603         where approriate.
13604
13605         * nnml.el (nnml-generate-active-info): do.
13606
13607         * nndiary.el (nndiary-generate-active-info): do.
13608
13609         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13610         (gnus-topic-move): do.
13611
13612         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13613         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13614
13615         * gnus-srvr.el (gnus-server-prepare)
13616         (gnus-server-open-all-servers): do.
13617
13618         * gnus-msg.el (gnus-summary-cancel-article)
13619         (gnus-summary-resend-message)
13620         (gnus-summary-mail-crosspost-complaint): do.
13621
13622         * gnus-move.el (gnus-change-server): do.
13623
13624         * gnus-group.el (gnus-group-unmark-all-groups)
13625         (gnus-group-set-current-level): do.
13626
13627 2004-10-04  Simon Josefsson  <jas@extundo.com>
13628
13629         * message.el (message-generate-hashcash): Doc fix.
13630
13631 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13632
13633         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13634         avoid infinite recursion via gnus-get-function.
13635
13636 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13637
13638         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13639
13640         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13641
13642         * nnmail.el (nnmail-split-history): do.
13643
13644         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13645         (nnml-request-delete-group): do.
13646
13647         * nnslashdot.el (nnslashdot-read-groups): do.
13648
13649         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13650         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13651
13652         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13653         (nnspool-sift-nov-with-sed): Use last.
13654         (nnspool-retrieve-headers-with-nov): Use mapc.
13655         (nnspool-request-newgroups): Use dolist.
13656         (nnspool-request-group): Use last.
13657
13658         * nntp.el (nntp-read-server-type): Use dolist.
13659
13660         * nnvirtual.el (nnvirtual-create-mapping)
13661         (nnvirtual-update-read-and-marked): Use dolist.
13662         (nnvirtual-convert-headers): Simplify.
13663
13664 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13665
13666         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13667         support for sync'ing tick marks.
13668
13669 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13672         there's no visible header.
13673
13674 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13675
13676         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13677         necessary, pass full group name to gnus-request-set-marks.
13678
13679 2004-10-01  Simon Josefsson  <jas@extundo.com>
13680
13681         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13682         acroread.
13683
13684 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13685
13686         * spam-report.el (spam-report-gmane): Fix interactive.
13687
13688         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13689
13690         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13691         when writing file.
13692         (gnus-agent-synchronize-flags): Don't default to being
13693         interactive.
13694
13695 2004-09-30  Simon Josefsson  <jas@extundo.com>
13696
13697         * message.el (message-generate-hashcash): Add.
13698         (message-send-mail): Use it, call mail-add-payment.
13699
13700 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13701
13702         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13703
13704 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13705
13706         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13707         gnus-requst-update-info with explicit code to sync the in-memory
13708         info read flags with the marks being sync'd to the backend.
13709
13710         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13711
13712 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * spam.el (spam-verify-bogofilter): Add new function.
13715         (spam-check-bogofilter)
13716         (spam-bogofilter-register-with-bogofilter): Use it.
13717         (spam-verify-bogofilter): Add small fixes.
13718
13719 2004-09-28  Simon Josefsson  <jas@extundo.com>
13720
13721         * hashcash.el (hashcash-generate-payment): Revert.
13722
13723 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13724
13725         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13726         gnus-extract-references instead of gnus-split-references.
13727
13728         * gnus-util.el (gnus-extract-references): Add new function, analogous
13729         to gnus-split-references but extracts only the message-ID without
13730         anything extra.
13731
13732         * hashcash.el (hashcash-generate-payment)
13733         (hashcash-check-payment): Do the right thing if hashcash-path is
13734         nil (because the hashcash program could not be found).
13735
13736         * spam.el (spam-use-hashcash): Remove comment.
13737
13738 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13739
13740         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13741         (gnus-cache-enter-article, gnus-cache-remove-article)
13742         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13743
13744         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13745
13746         * gnus-art.el (article-hide-boring-headers)
13747         (article-translate-strings, article-display-face)
13748         (gnus-article-mime-match-handle-first)
13749         (gnus-article-highlight-headers)
13750         (gnus-article-add-buttons-to-head): do.
13751
13752 2004-09-27  Simon Josefsson  <jas@extundo.com>
13753
13754         * hashcash.el: New version, from
13755         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13756         ../contrib/.
13757
13758 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13761
13762 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13763
13764         * gnus-dup.el (gnus-dup-open): Use mapc.
13765         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13766
13767         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13768         Reported by Stefan Wiens <s.wi@gmx.net>.
13769
13770         * gnus.el (gnus-shutdown): Use dolist.
13771
13772         * gnus-undo.el (gnus-undo): Use mapc.
13773
13774         * nnrss.el (nnrss-generate-active): do.
13775
13776         * message.el (message-cite-original-without-signature)
13777         (message-cite-original): Use mapc.
13778         (message-do-actions, message-make-forward-subject): Use dolist.
13779
13780 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13781
13782         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13783         deletion to remove entire duplicate line.  Fixes merged article
13784         number bug.
13785
13786 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13787
13788         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13789         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13790         first ask if you want to open a server and then, even when you
13791         responded with no, asking if you want to synchronize the server's
13792         flags.
13793         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13794         multi-line expressions.
13795         (gnus-agent-synchronize-group-flags): New internal function.
13796         Updates marks in memory (in the info structure) AND in the
13797         backend.
13798
13799         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13800
13801         * nnagent.el (nnagent-request-set-mark): Use
13802         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13803         method, to ensure that synchronization updates marks in the
13804         backend and in the info (in memory) structure.
13805
13806 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13809         convention fully; don't miss the root article of a thread; make
13810         the X-Draft-From header with correct article numbers.
13811
13812 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13813
13814         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13815         unless plugged.  Disable the agent so that an open failure causes
13816         an error.
13817
13818         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13819         Reverted 2004-09-21 change.  The backend must be opened while
13820         synchronizing flags even when the backend stores the flags
13821         locally.
13822
13823 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13826         in `header' match.  Reported by Svend Tollak Munkejord.
13827
13828         * message.el (message-cite-original): Fix use of
13829         `message-cite-articles-with-x-no-archive'.
13830
13831 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13834         (gnus-window-to-buffer): Ditto.
13835
13836         * mml.el (mml-preview-buffer): New variable.
13837         (mml-preview): Manage window layout with gnus-buffer-configuration.
13838
13839         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13840         X-Draft-From header even if those articles aren't quoted.
13841
13842 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13843
13844         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13845         (gnus-request-set-mark, gnus-request-update-mark): Use new
13846         g-s-t-u-l-m to decide to use backend even when unplugged.
13847
13848 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13851         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13852
13853 2004-09-20  Simon Josefsson  <jas@extundo.com>
13854
13855         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13856         "utf-16-le".
13857
13858 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13859
13860         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13861
13862 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * uudecode.el (uudecode-use-external): Add :version.
13865
13866         * smime.el (smime-CA-file, smime-encrypt-cipher)
13867         (smime-dns-server): Add :version.
13868
13869         * smiley.el (gnus-smiley-file-types): Add :version.
13870
13871         * sha1.el (sha1-use-external): Add :version.
13872
13873         * pgg-def.el (pgg-query-keyserver): Add :version.
13874
13875         * nnmail.el (nnmail-fancy-expiry-targets)
13876         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13877         Add :version.
13878
13879         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13880         (nnimap-retrieve-groups-asynchronous): Add :version.
13881         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13882
13883         * mml.el (mml-content-disposition-parameters)
13884         (mml-insert-mime-headers-always): Add :version.
13885
13886         * mm-util.el (mm-coding-system-priorities): Add :version.
13887
13888         * mm-decode.el (mm-inline-text-html-with-images)
13889         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13890         (mm-verify-option): Add :version.
13891         (mm-text-html-renderer): Change :version.
13892
13893         * message.el (message-fcc-externalize-attachments)
13894         (message-required-headers, message-draft-headers)
13895         (message-subject-trailing-was-query)
13896         (message-subject-trailing-was-ask-regexp)
13897         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13898         (message-mark-insert-end, message-archive-header)
13899         (message-archive-note, message-cross-post-default)
13900         (message-cross-post-note, message-followup-to-note)
13901         (message-cross-post-note-function, message-use-mail-followup-to)
13902         (message-subscribed-address-functions)
13903         (message-subscribed-address-file, message-subscribed-addresses)
13904         (message-subscribed-regexps, message-allow-no-recipients)
13905         (message-yank-cited-prefix, message-signature-insert-empty-line)
13906         (message-hidden-headers, message-hierarchical-addresses)
13907         (message-mail-user-agent, message-use-idna)
13908         (message-valid-fqdn-regexp)
13909         (message-strip-special-text-properties, message-header-synonyms)
13910         (message-beginning-of-line, message-tab-body-function): Add :version.
13911         (message-insert-canlock, message-wide-reply-confirm-recipients):
13912         Change :version.
13913
13914         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13915         and :version.
13916         (mail-source-delete-old-incoming-confirm)
13917         (mail-source-movemail-program): Add :version.
13918
13919         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13920         (gnus-agent-cache, gnus-agent): Change :version.
13921
13922         * gnus-util.el (gnus-use-byte-compile): Change :version.
13923
13924         * gnus-sum.el (gnus-summary-make-false-root-always)
13925         (gnus-summary-default-high-score)
13926         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13927         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13928         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13929         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13930         (gnus-sum-thread-tree-single-indent)
13931         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13932         (gnus-sum-thread-tree-leaf-with-other)
13933         (gnus-sum-thread-tree-single-leaf): Add :version.
13934         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13935         (gnus-article-loose-mime): Change :version.
13936
13937         * gnus-start.el (gnus-backup-startup-file)
13938         (gnus-save-startup-file-via-temp-buffer): Add :version.
13939
13940         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13941         (gnus-server-offline-face): Add :version.
13942
13943         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13944
13945         * gnus-msg.el (gnus-gcc-externalize-attachments)
13946         (gnus-debug-files, gnus-debug-exclude-variables)
13947         (gnus-discouraged-post-methods): Change :version.
13948         (gnus-confirm-mail-reply-to-news)
13949         (gnus-confirm-treat-mail-like-news): Add :version.
13950
13951         * gnus-int.el (gnus-server-unopen-status): Add :version.
13952
13953         * gnus-group.el (gnus-group-jump-to-group-prompt)
13954         (gnus-large-ephemeral-newsgroup)
13955         (gnus-fetch-old-ephemeral-headers): Add :version.
13956
13957         * gnus-fun.el (gnus-x-face-directory)
13958         (gnus-convert-pbm-to-x-face-command)
13959         (gnus-convert-image-to-x-face-command)
13960         (gnus-convert-image-to-face-command): Add :version.
13961
13962         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13963
13964         * gnus-cite.el (gnus-cite-blank-line-after-header)
13965         (gnus-article-boring-faces): Add :version.
13966
13967         * gnus-art.el (gnus-buttonized-mime-types)
13968         (gnus-inhibit-mime-unbuttonizing)
13969         (gnus-treat-display-face)
13970         (gnus-treat-body-boundary): Change :version.
13971         (gnus-body-boundary-delimiter, gnus-picon-databases)
13972         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13973         (gnus-treat-date-english, gnus-treat-fold-headers)
13974         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13975         (gnus-treat-mail-picon, gnus-treat-wash-html)
13976         (gnus-article-encrypt-protocol)
13977         (gnus-use-idna, gnus-article-over-scroll)
13978         (gnus-mime-display-multipart-alternative-as-mixed)
13979         (gnus-mime-display-multipart-related-as-mixed)
13980         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13981         (gnus-ctan-url, gnus-button-ctan-handler)
13982         (gnus-button-handle-ctan-bogus-regexp)
13983         (gnus-button-ctan-directory-regexp)
13984         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13985         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13986         (gnus-button-man-level, gnus-button-emacs-level)
13987         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13988
13989         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13990         (gnus-agent-go-online): Change :version.
13991         (gnus-agent-expire-unagentized-dirs)
13992         (gnus-agent-auto-agentize-methods): Add :version.
13993
13994         * flow-fill.el (fill-flowed-display-column)
13995         (fill-flowed-encode-column): Add :version.
13996
13997         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13998         (gnus-outlook-deuglify-unwrap-max)
13999         (gnus-outlook-deuglify-cite-marks)
14000         (gnus-outlook-deuglify-unwrap-stop-chars)
14001         (gnus-outlook-deuglify-no-wrap-chars)
14002         (gnus-outlook-deuglify-attrib-cut-regexp)
14003         (gnus-outlook-deuglify-attrib-verb-regexp)
14004         (gnus-outlook-deuglify-attrib-end-regexp)
14005         (gnus-outlook-display-hook): Add :version.
14006
14007         * binhex.el (binhex-use-external): Add :version.
14008
14009 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14012         and `invisible'.
14013
14014 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14015
14016         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14017         in gnus-registry-trim.
14018
14019 2004-09-13  Simon Josefsson  <jas@extundo.com>
14020
14021         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14022
14023         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14024
14025         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14026         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14027         <yamaoka@jpl.org>.
14028         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14029         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14030         <yamaoka@jpl.org>.
14031
14032         * sieve.el (sieve-manage-mode): Ditto.
14033
14034 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14037
14038 2004-09-11  Simon Josefsson  <jas@extundo.com>
14039
14040         * dns-mode.el: Add.
14041
14042         * mm-view.el (mm-display-dns-inline): Add.
14043
14044         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14045         (mm-automatic-display): Ditto.
14046
14047         * mailcap.el (mailcap-mime-data): Add text/dns.
14048         (mailcap-mime-extensions): Map .soa to text/dns.
14049
14050 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14051
14052         * gnus-art.el (article-decode-mime-words, article-babel)
14053         (gnus-article-highlight-signature, gnus-article-add-buttons)
14054         (gnus-signature-toggle): Remove unnecessary bindings of
14055         `inhibit-read-only' inherited from v5.10 merge.
14056
14057 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * nntp.el (nntp): New customization group.
14060         (nntp-authinfo-file): Add customization group.
14061
14062         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14063
14064         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14065
14066         * gnus.el (to-address, to-list, subscribed)
14067         (large-newsgroup-initial): Ditto.
14068
14069         * flow-fill.el (fill-flowed-display-column)
14070         (fill-flowed-encode-column): Ditto.
14071
14072 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14073
14074         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14075         Use point-min rather than 1.
14076         (message-send-mail): Use buffer-size rather than point-max.
14077
14078         * gnus-sum.el (gnus-summary-search-article-forward):
14079         Signal a specific `search-failed' rather than a generic `error'.
14080
14081         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14082         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14083         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14084
14085 2004-09-10  Simon Josefsson  <jas@extundo.com>
14086
14087         * nndb.el (require): Remove tcp and duplicate cl.
14088
14089 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-agent.el (directory-files-and-attributes): Move forward.
14092
14093 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14094
14095         * gnus-agent.el (directory-files-and-attributes): Optionally
14096         defined to support XEmacs.
14097
14098 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14099
14100         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14101         to avoid run-time CL dependencies.
14102         (gnus-agent-unfetch-articles): New function.
14103         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14104         article numbers even when local .overview file is missing.
14105         (gnus-agent-read-article-number): New function.  Only accepts
14106         27-bit article numbers.
14107         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14108         gnus-agent-read-article-number.
14109         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14110         from backend while recognizing that article numbers in .overview
14111         must be valid.
14112         (gnus-agent-update-files-total-fetched-for): Use
14113         directory-files-and-attributes to improve performance.
14114         * gnus-int.el (gnus-request-move-article): Use
14115         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14116         improve performance.
14117
14118         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14119         some users confused by references to .newsrc when they only have a
14120         .newsrc.eld file.
14121         (gnus-convert-mark-converter-prompt)
14122         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14123         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14124         New function.  Used internally to only display 'gnus converting
14125         files' message when actually necessary.
14126
14127         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14128         methods now autoloaded.
14129
14130 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14133         identifiers.
14134
14135 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * gnus-picon.el: Fix indentation and closing parenthesis.
14138
14139 2004-09-01  Simon Josefsson  <jas@extundo.com>
14140
14141         * message.el (message-canlock-generate): Require sha1, not
14142         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14143         to require within a function.  Sadly, if sha1.el isn't loaded, the
14144         let binding in m-c-g will hide the defcustom definition, which is
14145         bad.)
14146
14147         * canlock.el: Require sha1, not sha1-el.
14148
14149         * message.el: Don't autoload sha1 (there is a autoload cookie in
14150         sha1.el).
14151
14152         * sha1-el.el: Renamed to sha1.el.
14153
14154 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14155
14156         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14157
14158 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14159
14160         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14161
14162 2004-08-30  Kim F. Storm  <storm@cua.dk>
14163
14164         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14165
14166         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14167         Add :group 'nnimap.
14168
14169 2004-08-30  Andreas Schwab  <schwab@suse.de>
14170
14171         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14172         ?* and ?\;.
14173
14174         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14175         and ?\' to symbol instead of whitespace.
14176
14177 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14180
14181         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14182         instead of re-search-forward.
14183
14184         * gnus-uu.el (gnus-uu-save-article): Ditto.
14185         (gnus-uu-post-encode-uuencode): Ditto.
14186
14187         * html2text.el (html2text-clean-list-items): Ditto.
14188         (html2text-clean-dtdd): Ditto.
14189         (html2text-format-tags): Ditto.
14190
14191         * message.el (message-send-mail-with-sendmail): Fix regexp.
14192         (message-fill-field-general): Use search-forward instead of
14193         re-search-forward.
14194         (unbold-region): Ditto.
14195
14196         * nnrss.el (nnrss-request-article): Ditto.
14197
14198         * nnslashdot.el (nnslashdot-request-article): Ditto.
14199
14200         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14201
14202         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14203         "Unrecognized menu descriptor" error in XEmacs.
14204
14205 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14206
14207         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14208         parent article of a sparse article in the thread hashtb.
14209
14210 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14211
14212         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14213         (nnmail-expand-newtext): Lowercase expanded entries if
14214         nnmail-split-lowercase-expanded is non-nil.
14215
14216 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14219
14220         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14221         of gnus-tmp-news-method into string under XEmacs.  It will be
14222         passed to gnus-correct-length which takes only a string argument.
14223
14224 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-util.el (gnus-bind-print-variables): New macro.
14227         (gnus-prin1): Use it.
14228         (gnus-prin1-to-string): Use it.
14229         (gnus-pp): New function.
14230         (gnus-pp-to-string): New function.
14231
14232         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14233         Replace pp-to-string with gnus-pp-to-string.
14234         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14235         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14236         * gnus-msg.el (gnus-debug): Ditto.
14237         * gnus-score.el (gnus-score-save): Ditto.
14238         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14239         gnus-pp-to-string.
14240         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14241         with gnus-pp.
14242         * score-mode.el (gnus-score-pretty-print): Ditto.
14243         * webmail.el (webmail-debug): Ditto.
14244
14245 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-art.el (article-display-face, article-display-x-face):
14248         Use buffer-read-only.
14249
14250 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus-art.el (article-hide-list-identifiers):
14253         Bind inhibit-read-only as t.
14254
14255 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14258
14259 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14260
14261         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14262         (gnus-narrow-to-page): Don't assume point-min == 1.
14263         (gnus-article-edit-mode): Derive from message-mode.
14264
14265         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14266         point-min == 1.
14267
14268         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14269         Disable incorrect use of `assert'.
14270
14271         * message.el (message-mode): Set comment-start-skip.
14272
14273
14274 2004-08-22  Sam Steingold  <sds@gnu.org>
14275
14276         * pop3.el (pop3-leave-mail-on-server): New user variable.
14277         (pop3-movemail): Delete mail only when it is nil.
14278
14279 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14282
14283         * mml.el (mml-preview): Use `pop-to-buffer'.
14284
14285         * message.el (message-goto-mail-followup-to): Insert after "To".
14286         (message-carefully-insert-headers): Add comment.
14287
14288         * gnus.el: Remove unused variable `gnus-article-check-size'.
14289
14290         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14291
14292         * gnus-art.el (gnus-button-alist): Improve
14293         `gnus-button-handle-library' entry.
14294
14295 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14296
14297         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14298         downcase, since XEmacs capitalizes error messages differently.
14299
14300 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14301
14302         * nntp.el: Add (require 'gnus) due to reference to
14303         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14304
14305 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14306
14307         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14308         `mm-fill-flowed'.
14309
14310         * mm-decode.el (mm-dissect-singlepart): Check it.
14311
14312 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14313
14314         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14315         'imap' for netrc parsing.
14316
14317 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * mailcap.el (mailcap-mime-data): Mark as risky.
14320
14321 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14324         may be included in the encoded word.
14325         (rfc2047-encode): Don't append a space if the encoded word
14326         includes close parenthesis.
14327
14328 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14331         of text within parentheses.
14332
14333 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14334
14335         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14336         (gnus-encrypt-write-file-contents): Make the password key the file
14337         name PLUS the cipher, not just the cipher.  Also remove failed
14338         passwords from the cache.
14339
14340 2004-08-06  Simon Josefsson  <jas@extundo.com>
14341
14342         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14343         fix.
14344
14345 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14348         LWSP.
14349
14350 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14351
14352         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14353         to append in-reply-to: data to the references: header.
14354
14355         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14356         (netrc-parse): Use gnus-encrypt.el functions.
14357
14358         * gnus-encrypt.el: Add new file for encryption support; currently
14359         does only a few GPG ciphers and an internal XOR cipher.
14360
14361         * password.el: Add comments on using password-read-and-add.
14362         (password-read-and-add): Add function to read and add the
14363         password to the cache at once.
14364
14365 2004-07-28  Simon Josefsson  <jas@extundo.com>
14366
14367         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14368         parameter (but don't use it, for now).
14369
14370         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14371         instead of hard coding to nil.
14372
14373 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14376         as mm-inline-image-xemacs does.
14377
14378 2004-07-26  Simon Josefsson  <jas@extundo.com>
14379
14380         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14381         Revert part of 2004-07-17 change below.
14382
14383 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14386         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14387
14388 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14389
14390         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14391         quotes that actually start with ">" at the beginning of the
14392         lines.
14393
14394 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * rfc2047.el (rfc2047-encode-region): Fix last change.
14397         (rfc2047-encode-parameter): Remove useless concat.
14398
14399 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14402         encode special characters; fix some kind of misconfigured headers;
14403         signal a real error if debug-on-quit or debug-on-error is non-nil.
14404         (rfc2047-encode-max-chars): New variable.
14405         (rfc2047-encode-1): Use it.
14406         (rfc2047-encode-parameter): New function.
14407
14408         * mml.el (mml-insert-parameter): Remove an excessive space.
14409
14410 2004-07-17  Simon Josefsson  <jas@extundo.com>
14411
14412         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14413         Kai Grossjohann <kai@emptydomain.de>.
14414         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14415         (gnus-group-make-menu-bar): Ditto.
14416
14417         * gnus-util.el (gnus-group-server): Add.
14418
14419 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14420
14421         * message.el (message-clone-locals): Clone sendmail and smtp
14422         variables.
14423
14424 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * rfc2047.el (rfc2047-encode-region): Fix last change.
14427
14428 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14431         characters as non-special.
14432
14433 2004-07-09  Simon Josefsson  <jas@extundo.com>
14434
14435         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14436         Users will lose all flag changes made while unplugged with
14437         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14438         good default.  See numerous reports on ding mailing list.
14439
14440 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14443         add generate-head-function and generate-article-function to the
14444         rfc822-forward entry.
14445         (nndoc-rfc822-forward-generate-article): New function.
14446         (nndoc-rfc822-forward-generate-head): New function.
14447
14448         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14449
14450 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14451
14452         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14453         respect display group parameter and gnus-summary-expunge-below.
14454         (gnus-articles-to-read): Remove unused reference to display group
14455         parameter.
14456
14457 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14458
14459         * nnheader.el (nnheader-uniquify-message-id): New experimental
14460         variable.
14461         (nnheader-nov-read-message-id): Use it.
14462
14463         * spam-report.el (spam-report-gmane): Add interactive.
14464
14465 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14468         qp-or-base64 for the application/* types.
14469
14470 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14471
14472         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14473
14474 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14475
14476         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14477         trim value.
14478
14479 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14480
14481         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14482         New macro and function.
14483         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14484
14485 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14488         after-load-alist.
14489
14490 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14491
14492         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14493         update info that isn't there.
14494
14495 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14496
14497         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14498         entry.
14499
14500 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mm-view.el (mm-inline-render-with-function): Use multibyte
14503         buffer; decode html source by charset.
14504
14505         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14506
14507         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14508         Mule-UCS is loaded under XEmacs.
14509         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14510
14511 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14512
14513         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14514
14515 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * mm-util.el (mm-coding-system-p): Return a coding-system.
14518         (mm-mime-mule-charset-alist): Use shift_jis instead of
14519         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14520         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14521         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14522         instead of japanese-shift-jis and iso-latin-1 respectively in
14523         order to share the default value with both Emacs and XEmacs-mule.
14524         (mm-mule-charset-to-mime-charset): Make
14525         mm-coding-system-priorities effective.
14526         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14527         while predicating of candidates upon the priorities.
14528
14529 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14530
14531         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14532         gnus-uu-invert-processable.
14533
14534         * gnus.el: Autoload gnus-uu-invert-processable.
14535
14536 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * mm-util.el (mm-with-multibyte-buffer): New macro.
14539
14540         * rfc2047.el (rfc2047-encode-string): Use it.
14541         (rfc2047-encode-region): Move point to the end of the region after
14542         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14543
14544 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14547         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14548
14549 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14552         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14553         Karl Chen <quarl@nospam.quarl.org>.
14554
14555 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14556
14557         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14558         invalid addresses.
14559
14560 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14561
14562         * spam.el: Change section markers, revise TODO list.
14563         (spam-backends): Make new master list of all installed backends.
14564         (spam-summary-exit-behavior): Add new variable to determine how
14565         messages moves are done at summary exit.
14566         (spam-move-spam-nonspam-groups-only)
14567         (spam-process-ham-in-nonham-groups)
14568         (spam-process-ham-in-spam-groups): Remove variables, the
14569         spam-summary-exit-behavior variable should be used to manage this
14570         behavior.
14571         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14572         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14573         and spam-old-spam-articles.
14574         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14575         Add empty variables, placeholders for the backends they represent.
14576         (spam-set-difference): Move, unchanged.
14577         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14578         unless the user has a processor variable.
14579         (spam-classifications, spam-classification-valid-p)
14580         (spam-backend-properties, spam-backend-property-valid-p)
14581         (spam-backend-function-type-valid-p)
14582         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14583         (spam-report-articles-gmane, spam-report-articles-resend):
14584         Remove functions, they are not needed.
14585         (spam-install-backend-super, spam-backend-list)
14586         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14587         (spam-backend-function, spam-backend-ham-registration-function)
14588         (spam-backend-spam-registration-function)
14589         (spam-backend-ham-unregistration-function)
14590         (spam-backend-spam-unregistration-function)
14591         (spam-backend-statistical-p, spam-backend-mover-p)
14592         (spam-install-backend-alias, spam-install-checkonly-backend)
14593         (spam-install-mover-backend, spam-install-nocheck-backend)
14594         (spam-install-backend, spam-install-statistical-backend)
14595         (spam-install-statistical-checkonly-backend): Add backend installation
14596         support.
14597         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14598         (spam-group-processor-p): Use the new backend code and respect the
14599         summary exit behavior.
14600         (spam-mark-spam-as-expired-and-move-routine): Remove.
14601         (spam-summary-prepare): Change to use the new spam-old-articles
14602         variable.
14603         (spam-copy-or-move-routine, spam-copy-spam-routine)
14604         (spam-move-spam-routine, spam-copy-ham-routine)
14605         (spam-move-ham-routine): Add code to copy/move ham or spam.
14606         (spam-fetch-field-fast): Improve doc and code, plus allow the
14607         'number request.
14608         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14609         variables.
14610         (spam-split, spam-find-spam): Use the new backend code.
14611         (spam-registration-functions): Remove variable.
14612         (spam-unregister-routine): Add convenience wrapper.
14613         (spam-log-undo-registration, spam-register-routine)
14614         (spam-log-processing-to-registry)
14615         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14616         where possible.
14617         (spam-check-gmane-xref, spam-check-regex-headers)
14618         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14619         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14620         (spam-check-bogofilter-headers, spam-check-spamoracle)
14621         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14622         (spam-check-crm114-headers): Use the spam-split-group that
14623         spam-split prepares, no need to determine it every time.
14624
14625         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14626         to the nnheader-parse-naked-head call.
14627
14628         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14629
14630         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14631         the nnheader-nov-read-message-id call.
14632
14633 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14636         gnus-activate-group twice.  Suggested by Markus Peter
14637         <warp@spin.de>.
14638
14639 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-art.el (gnus-article-time-format): Exchange the order of
14642         day and month in the default value; fix customization type.
14643         (article-date-ut): Use add-text-properties.
14644         (article-make-date-line): Use message-make-date instead of
14645         current-time-string.
14646
14647         * message.el (message-fetch-field): Don't use set-text-properties.
14648         (message-make-date): Simplify.
14649
14650         * messagexmas.el (message-xmas-make-date): New function.
14651         (message-xmas-redefine): Defalias message-make-date to it.
14652
14653 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14656         (rfc2047-encode-region): Treat text within parentheses as special;
14657         show the original text when error has occurred.
14658
14659         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14660         already-computed method to gnus-activate-group.
14661
14662         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14663         same select-methods identical Lisp objects.
14664
14665         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14666         object when modifying the info.
14667
14668 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14671         gnus-opened-servers since it has never been opened with the new
14672         configuration yet.
14673
14674 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14677         arg to nnheader-generate-fake-message-id.
14678
14679 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14680
14681         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14682         number and build a fake message ID localized to a group and
14683         article number (so it's repeatable from that point on).
14684         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14685         ID format.
14686
14687         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14688         nnheader-generate-fake-message-id with the article number.
14689
14690 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14691
14692         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14693         end-of-buffer.
14694
14695 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14696
14697         * message.el (message-ignored-supersedes-headers): Add Approved.
14698
14699 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14702         goto-char.
14703         (rfc2047-encode): Fold the line before encoding.
14704
14705 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14706
14707         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14708         folding -- not all headers can be folded, and this should be done
14709         by the message composition mode.  Probably.  I think.
14710
14711 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14714         fast.
14715
14716         * gnus-ems.el (gnus-remove-image): Don't use
14717         message-text-with-property; remove only the image found first.
14718
14719         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14720         found first.
14721
14722 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14723
14724         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14725
14726 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * message.el (message-text-with-property): Make it fast and accept
14729         optional arguments.
14730         (message-strip-forbidden-properties): Use it.
14731         (message-fix-before-sending): Follow the m-t-w-p change.
14732
14733         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14734
14735 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-art.el (article-hide-headers): Don't change the buffer
14738         mistakenly when performing mml-preview even if
14739         gnus-single-article-buffer is nil.
14740
14741 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14742
14743         * message.el (message-expand-name-databases): New user option.
14744         (message-expand-name): Use it.
14745
14746 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * spam.el (spam-report-articles-resend)
14749         (spam-report-resend-register-routine): Allow ham reporting.
14750         (spam-report-resend-register-ham-routine): Add wrapper.
14751         (spam-registration-functions): Add ham resending functions.
14752         (spam-list-of-processors): Add ham resend processor.
14753
14754         * gnus.el (ham-resend-to): Add new group parameter.
14755         (spam-process): Add ham resend option.
14756
14757         * spam-report.el (spam-report-resend): Allow reporting ham.
14758         (spam-report-resend-ham): Add wrapper.
14759
14760 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14761
14762         * message.el (message-cite-articles-with-x-no-archive): New
14763         variable.
14764         (message-cite-original): Use it.
14765
14766 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * message.el (message-cite-original): Respect X-No-Archive.
14769
14770 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-art.el (article-hide-headers): Refer to the values for
14773         gnus-ignored-headers and gnus-visible-headers in the summary
14774         buffer since a user may have set them as group parameters.
14775
14776 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * assistant.el (assistant-node-name): Add convenience function.
14779         (assistant-render-text, assistant-render-node): Add error handling,
14780         plus handle multiple next nodes.
14781         (assistant-find-next-node): Comment out for now.
14782         (assistant-find-next-nodes): Add function, returns list of next
14783         nodes.
14784
14785 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * mail-source.el (mail-source-directory): Fix doc-string.
14788
14789 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14790
14791         * assistant.el (assistant-render-text, assistant-eval): Add :set
14792         widget type, which is different because it takes and returns a
14793         list.  Much hilarity ensues.
14794
14795 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14798
14799         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14800         doc-string.
14801
14802         * gnus-start.el (gnus-activate-group): Added doc-string.
14803
14804 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14807
14808 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14809
14810         * assistant.el (assistant-render-text): Try to add a :set
14811         widget, more to come.
14812
14813         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14814         strings.
14815         (spam-report-articles-resend)
14816         (spam-register-routine): Do registration iff any articles warrant
14817         it.
14818         (spam-summary-prepare-exit): Change log message for nil group
14819         destinations.
14820
14821 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14822
14823         * spam.el (spam-report-resend-register-routine): Allow
14824         spam-report-resend-to to be a group parameter or a global value.
14825
14826 2004-05-26  Simon Josefsson  <jas@extundo.com>
14827
14828         * starttls.el: Merge with my GNUTLS based starttls.el.
14829         (starttls-gnutls-program, starttls-use-gnutls)
14830         (starttls-extra-arguments, starttls-process-connection-type)
14831         (starttls-connect, starttls-failure, starttls-success): New
14832         variables.
14833         (starttls-program, starttls-extra-args): Doc fix.
14834         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14835         functions.
14836         (starttls-negotiate, starttls-open-stream): Check
14837         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14838         function if it is set.
14839
14840 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14843         structured fields.
14844
14845 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14848
14849 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14852         variable.
14853         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14854         assigning the spam-mark to new messages.
14855
14856 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14857
14858         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14859
14860 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14863
14864         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14865         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14866         default.
14867
14868 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14869
14870         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14871         correct data.
14872
14873 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14874
14875         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14876         (spam-group-processor-p): Fix function.
14877         (spam-group-processor-multiple-p)
14878         (spam-group-spam-processor-report-gmane-p)
14879         (spam-group-spam-processor-report-resend-p)
14880         (spam-group-spam-processor-bogofilter-p)
14881         (spam-group-spam-processor-blacklist-p)
14882         (spam-group-spam-processor-ifile-p)
14883         (spam-group-ham-processor-ifile-p)
14884         (spam-group-spam-processor-spamoracle-p)
14885         (spam-group-spam-processor-crm114-p)
14886         (spam-group-ham-processor-bogofilter-p)
14887         (spam-group-spam-processor-stat-p)
14888         (spam-group-ham-processor-stat-p)
14889         (spam-group-ham-processor-whitelist-p)
14890         (spam-group-ham-processor-BBDB-p)
14891         (spam-group-ham-processor-spamoracle-p)
14892         (spam-group-ham-processor-copy-p): Remove functions with some
14893         prejudice against unneeded code.
14894         (spam-report-articles-resend)
14895         (spam-report-resend-register-routine): Allow the group/topic
14896         spam-resend-to value to override spam-report-resend-to.
14897         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14898         properly now.
14899
14900         * gnus.el (spam-resend-to): Add group/topic parameter.
14901         (spam-process): Move the OBSOLETE processors to the end of the
14902         choices.
14903
14904 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14905
14906         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14907         with resend-to set to nil, and then ask the user if necessary.
14908         (spam-report-resend): spam-report-resend takes a list of articles, not
14909         separate article numbers.
14910
14911 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14914         addition to emacs-w3m.
14915
14916 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14917
14918         * assistant.el (assistant-authinfo-data): New function.
14919         (assistant-eval): Eval for entire assistant.
14920
14921         * netrc.el (netrc-services-file): New variable.
14922         (netrc-parse-services): New function.
14923         (netrc-find-service-name): New function.
14924         (netrc-find-service-number): New function.
14925         (netrc-port-equal): New function.
14926         (netrc-machine): Use it.
14927
14928         * nnimap.el (nnimap-open-connection): Use netrc.
14929
14930         * gnus-util.el (gnus-netrc-get): Remove aliases.
14931
14932         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14933
14934         * assistant.el (wid-edit): Fix compilation.
14935
14936         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14937
14938 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14939
14940         * gnus-util.el (gnus-set-file-modes): New function.  (small
14941         patch).
14942
14943 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14944
14945         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14946
14947         * assistant.el (assistant-render-node): Fix up rendering and
14948         read-only text.
14949         (assistant-render-node): Reset.
14950         (assistant-make-read-only): Not sticky.
14951
14952 2004-05-20  Danny Siu  <dsiu@adobe.com>
14953
14954         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14955         centered even when gnus-auto-center-summary is t.
14956
14957 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14958
14959         * dns.el (dns-get-txt-answer): New function.
14960         (dns-read-txt): Ditto.
14961         (query-dns): Use it.
14962
14963 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14966         active for foreign groups even if the group level is higher than
14967         the specified value.
14968
14969 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14970
14971         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14972         non-active groups.
14973
14974         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14975
14976 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14977
14978         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14979
14980 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14981
14982         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14983         (spam-crm114-header, spam-crm114-spam-switch)
14984         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14985         (spam-crm114-positive-spam-header)
14986         (spam-crm114-database-directory, spam-list-of-processors)
14987         (spam-group-spam-processor-crm114-p)
14988         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14989         (spam-generic-score, spam-list-of-checks)
14990         (spam-list-of-statistical-checks, spam-registration-functions)
14991         (spam-check-crm114-headers, spam-crm114-score)
14992         (spam-check-crm114, spam-crm114-register-with-crm114)
14993         (spam-crm114-register-spam-routine)
14994         (spam-crm114-unregister-spam-routine)
14995         (spam-crm114-register-ham-routine)
14996         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14997         asjo@koldfront.dk (Adam Sjøgren).
14998
14999         * gnus.el: Add spam-use-crm114.
15000
15001         * spam.el (spam-list-of-processors, spam-registration-functions):
15002         Add spam-use-resend.
15003         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15004         (spam-report-articles-gmane): Add doc fix.
15005         (spam-report-articles-resend, spam-report-resend-register-routine):
15006         Add wrappers around spam-report-resend-to.
15007
15008         * spam-report.el (spam-report-resend-to, spam-report-resend):
15009         Add support for resending spam.
15010         (spam-report-gmane): Fix line length >80.
15011
15012         * gnus.el (spam-process): Add spam-use-resend.
15013
15014 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15015
15016         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15017         number of processed spam messages.
15018         (spam-ham-copy-or-move-routine): Return the number of processed
15019         ham messages.
15020         (spam-summary-prepare-exit): Use the above values to decide
15021         whether status messages shouled be displayed.
15022
15023 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15026         `rfc2047-encoding-function-alist' in order to avoid conflicting
15027         with the old version.
15028         (rfc2047-encode-region): Concatenate words containing non-ASCII
15029         characters in structured fields; don't encode space-delimited
15030         ASCII words even in unstructured fields; don't break words at
15031         char-category boundaries.
15032         (rfc2047-encode-1): New function.
15033         (rfc2047-encode): Use it; encode text so that it occupies the
15034         maximum width within 76-column; work correctly on Q encoding for
15035         iso-2022-* charsets.
15036         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15037         sure not to break a line just after the header name.
15038         (rfc2047-b-encode-region): Removed.
15039         (rfc2047-b-encode-string): New function.
15040         (rfc2047-q-encode-region): Removed.
15041         (rfc2047-q-encode-string): New function.
15042
15043         * mm-util.el (mm-replace-in-string): New function.
15044
15045 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15046
15047         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15048         get it right.
15049         (gnus-inews-make-draft): Really.
15050
15051 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15052
15053         * nnmh.el (nnmh-request-list-1): Don't check the link count
15054         before descending.  (small patch)
15055
15056 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15057
15058         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15059         stuff.
15060
15061         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15062         on real group name.
15063
15064         * gnus-art.el (gnus-signature-limit): Doc fix.
15065
15066         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15067
15068         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15069
15070 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15071
15072         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15073         isn't a string.
15074
15075 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15076
15077         * gnus-draft.el (gnus-draft-send): Bind
15078         rfc2047-encode-encoded-words.
15079
15080         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15081         (rfc2047-encodable-p): Say that =? needs encoding.
15082         (rfc2047-encode-encoded-words): New variable.
15083
15084         * gnus-group.el (gnus-group-select-group): Doc fix.
15085
15086         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15087
15088         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15089         to nil.
15090
15091         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15092
15093         * nnheader.el (nnheader-get-lines-and-char): New function.
15094
15095 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * gnus-msg.el (gnus-summary-followup-with-original): Document
15098         yanking of region when active.
15099
15100 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15103         groups if the group level is higher than the specified value.
15104
15105 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15108         (gnus-group-jump-to-group): Added prefix argument using
15109         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15110         non-active group.
15111
15112         * compface.el (uncompface): Be verbose when changing
15113         `uncompface-use-external'.
15114
15115         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15116         handle manual section.
15117
15118 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15119
15120         * gnus-art.el (gnus-button-alist): Revert previous change.
15121
15122 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15125
15126 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15129         whether backend can accept message.
15130
15131         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15132
15133 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15134
15135         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15136         Avoid creating directory when nntp-marks-is-evil is true.
15137         Reported by Reiner Steib.
15138
15139 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-picon.el (gnus-picon-style): New variable.
15142         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15143         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15144         Jesper Harder <harder@ifa.au.dk>.
15145
15146 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15147
15148         * message.el (message-fill-field): Return point.
15149         (message-generate-headers): Go to end of field.
15150
15151         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15152         stuff for non-living groups.
15153
15154 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15155
15156         * gnus-art.el (gnus-article-followup-with-original)
15157         (gnus-article-reply-with-original): gnus-mark-active-p ->
15158         gnus-region-active-p.
15159
15160 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15163         only when there is spam or ham to be processed.
15164
15165 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15166
15167         * mail-source.el (mail-source-delete-crash-box): Refactor.
15168         (mail-source-fetch): Use it.
15169         (mail-source-fetch-file): Ditto.
15170         (mail-source-fetch-directory): Run postscript in loop.
15171         (mail-source-fetch-pop): Delete.
15172         (mail-source-fetch-maildir): Ditto.
15173         (mail-source-fetch-imap): Ditto.
15174
15175         * imap.el (imap-authenticators): Comment out sasl.
15176
15177         * message.el (message-skip-to-next-address): New function.
15178         (message-fill-header-address): Refactor.
15179         (message-fill-address): Use it.
15180         (message-delete-address): Use it.
15181         (message-fill-header-general): Refactor.
15182         (message-fill-field-address): Rename.
15183         (message-narrow-to-field): Find the start of the header.
15184         (message-header-format-alist): Don't pre-fill.
15185         (message-fill-header): Removed.
15186         (message-insert-header): New function.
15187         (message-shorten-references): Use it.
15188
15189         * rfc2047.el (rfc2047-field-value): Strip props.
15190
15191         * mail-parse.el (mail-header-make-address): New alias.
15192
15193         * ietf-drums.el (ietf-drums-make-address): New function.
15194
15195         * imap.el: Add compiler directives.
15196
15197         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15198
15199         * gnus-art.el (article-decode-idna-rhs): Don't use
15200         message-idna-inside-rhs-p.
15201
15202 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15203
15204         * message.el (message-idna-inside-rhs-p): Removed.
15205         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15206
15207         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15208         false positives.
15209
15210 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15211
15212         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15213
15214 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15215
15216         * nneething.el (nneething-file-name): Don't create spurious
15217         files.
15218
15219         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15220         (gnus-inews-do-gcc): Remove sleep.
15221
15222         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15223         part under point.
15224
15225         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15226         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15227
15228 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15229
15230         * spam.el (spam-summary-prepare-exit): Fixed (length).
15231
15232 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15235         as expired without moving it" message when there are spam
15236         messages left.
15237
15238 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15239
15240         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15241         header is not nil.
15242
15243 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15244
15245         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15246         nntp-possibly-create-directory, not nntp-possibly-change-group.
15247         (nntp-marks-changed-p): New arg SERVER.
15248         (nntp-request-update-info): Adjust caller.
15249
15250 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15251
15252         * nntp.el (nntp-save-marks): Pass missing arg.
15253
15254 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15255
15256         * nntp.el: Support marks.
15257         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15258         (nntp-marks-modtime, nntp-marks-directory): New variables.
15259         (nntp-request-set-mark, nntp-request-update-info)
15260         (nntp-possibly-create-directory, nntp-marks-changed-p)
15261         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15262         functions.
15263
15264 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15265
15266         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15267         (gnus-xmas-redefine): Rename.
15268
15269         * gnus-score.el (gnus-score-insert-help): Use
15270         gnus-select-lowest-window.
15271
15272         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15273         appt-select-lowest-window and rename to gnus-select-lowest-window.
15274
15275         * gnus.el: do.
15276
15277 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15278
15279         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15280         encodings of MIME-encoded words, in order to improve
15281         interoperability with several broken MUAs.
15282
15283 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15284
15285         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15286         tags, only when charsets are not specified in headers.
15287         (mm-inline-text-html-render-with-w3m): Ditto.
15288
15289         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15290         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15291
15292 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15293
15294         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15295         instead of MIME-decoded from fields when checking
15296         `gnus-article-address-banner-alist'.
15297
15298 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15299
15300         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15301         description rather than subject.
15302
15303 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15304
15305         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15306
15307 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15308
15309         * gnus.el (gnus-version-number): Bump.
15310
15311 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15312
15313         * gnus.el: No Gnus v0.2 is released.
15314
15315 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15316
15317         * gnus-agent.el (gnus-agent-read-agentview): Inline
15318         gnus-uncompress-range.
15319
15320 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15321
15322         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15323         `exec-installed-p'.
15324
15325 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15326
15327         * gnus.el (spam-process, spam-autodetect-methods): Add
15328         bsfilter and bsfilter-headers.
15329
15330         * spam.el (spam-bsfilter): New customize group.
15331         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15332         (spam-bsfilter-header, spam-bsfilter-probability-header)
15333         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15334         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15335         (spam-bsfilter-database-directory): New options.
15336         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15337         (spam-list-of-statistical-checks, spam-registration-functions):
15338         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15339         (spam-bsfilter-score): New command.
15340         (spam-check-bsfilter-headers, spam-check-bsfilter)
15341         (spam-bsfilter-register-with-bsfilter)
15342         (spam-bsfilter-register-spam-routine)
15343         (spam-bsfilter-unregister-spam-routine)
15344         (spam-bsfilter-register-ham-routine)
15345         (spam-bsfilter-unregister-ham-routine): New functions.
15346         (spam-generic-score): Support bsfilter; Accept an optional argument
15347         to recalcurate spam score even if scoring header has already been
15348         added.
15349         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15350         optional argument to recalcurate spam score even if scoring header
15351         has already been added.
15352
15353 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15354
15355         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15356         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15357         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15358         link is missing.
15359
15360 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15361
15362         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15363         (html2text-get-attr): Rewrite.
15364
15365         * message.el (message-setup-1): Remove redundant put-text-property
15366         on mail-header-separator.
15367
15368 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * gnus-registry.el (gnus-registry-cache-whitespace)
15371         (gnus-registry-action, gnus-registry-spool-action)
15372         (gnus-registry-split-fancy-with-parent): Change message levels
15373         from 5 to 3 or 7, as needed.
15374
15375         * spam.el (spam-summary-prepare-exit)
15376         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15377         (spam-split, spam-find-spam, spam-log-undo-registration)
15378         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15379         level from 5 to 6.
15380
15381 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15384         2004-03-04 change).
15385
15386 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * sieve-manage.el (sieve-manage-open):
15389         * nnweb.el (nnweb-insert-html):
15390         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15391         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15392         * nnspool.el (nnspool-request-group):
15393         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15394         * nnml.el (nnml-request-update-info):
15395         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15396         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15397         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15398         (nnimap-request-set-mark):
15399         * nnfolder.el (nnfolder-request-update-info):
15400         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15401         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15402         * gnus-uu.el (gnus-uu-find-articles-matching):
15403         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15404         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15405         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15406         * gnus-nocem.el (gnus-nocem-scan-groups):
15407         * gnus-int.el (gnus-start-news-server):
15408         * gnus-group.el (gnus-group-make-kiboze-group)
15409         (gnus-group-browse-foreign-server):
15410         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15411         Use mapc when appropriate.
15412
15413 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15414
15415         FIXME: Make separate entries for each person.
15416
15417         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15418         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15419         <shields@msrl.com>:
15420
15421         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15422         may need for spam sorting and scoring.
15423         (spam-user-format-function-S): Add user format function suitable for
15424         general use.
15425         (spam-article-sort-by-spam-status): Add sorting function for summary
15426         sorting.
15427         (spam-extra-header-to-number): Add function to get a score from a
15428         header.
15429         (spam-summary-score): Add function to get a numeric score from the
15430         headers.
15431         (spam-generic-score): Fix function doc, was in wrong place.
15432         (spam-initialize): Take symbols when it's run, and install the
15433         extra headers that spam-necessary-extra-headers thinks we need.
15434
15435 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15438         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15439
15440 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15441
15442         * gnus-sum.el (gnus-set-global-variables)
15443         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15444         (gnus-article-get-xrefs, gnus-summary-best-group)
15445         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15446         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15447         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15448         Use with-current-buffer.
15449
15450 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15451
15452         * spam.el (spam-summary-prepare-exit): Simplify logic.
15453         (spam-fetch-article-header): Read the article header if it's not
15454         available.
15455         (spam-list-articles): Simplify logic.
15456         (spam-filelist-register-routine): Fix bug with unregister-list.
15457
15458         * gnus-registry.el: Fix comments at beginning.
15459
15460 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15461
15462         * message.el (message-cater-to-broken-inn): Remove.
15463         (message-shorten-references): Make sure the total folded length of
15464         References is shorter than 998 characters to cater to a bug in INN
15465         2.3.  Also, don't pretend that references aren't folded -- this
15466         hasn't worked for a while.
15467
15468 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15469
15470         * gnus-agent.el (gnus-agentize):
15471         gnus-agent-send-mail-real-function no longer set to current value
15472         of message-send-mail-function but rather a lambda that calls
15473         message-send-mail-function.  The change makes the agent real-time
15474         responsive to user changes to message-send-mail-function.
15475
15476 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15477
15478         * legacy-gnus-agent.el
15479         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15480         help from Florian Weimer <fw@deneb.enyo.de>
15481
15482 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * nnmail.el (nnmail-cache-insert): Revert last change.
15485
15486 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * nnmail.el (nnmail-cache-insert): Always check whether
15489         nnmail-cache-ignore-groups matches a group name.
15490
15491 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15492
15493         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15494         (spam-find-spam, spam-log-processing-to-registry)
15495         (spam-log-registered-p, spam-log-unregistration-needed-p)
15496         (spam-log-undo-registration): Use gnus-message instead of
15497         gnus-error, none of these errors are fatal.
15498
15499         * gnus-registry.el (gnus-registry-clean-empty-function)
15500         (gnus-registry-clean-empty): Remove only empty entries without
15501         extra data.
15502
15503 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15504
15505         * spam-stat.el (spam-stat-buffer-change-to-spam)
15506         (spam-stat-buffer-change-to-non-spam): Change (error) to
15507         (gnus-message 8) invocation.
15508
15509 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * nntp.el (nntp-via-netcat-command): New variable.
15512         (nntp-via-netcat-switches): New variable.
15513         (nntp-open-via-rlogin-and-netcat): New function.
15514         (nntp-open-connection-function): Doc fix.
15515         (nntp-telnet-command): Doc fix.
15516         (nntp-end-of-line): Doc fix.
15517         (nntp-via-rlogin-command): Doc fix.
15518         (nntp-via-user-name): Doc fix.
15519         (nntp-via-address): Doc fix.
15520
15521 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15524         error in Emacs 21.1.
15525
15526 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15529
15530 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15531
15532         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15533         (gnus-agent-with-refreshed-group): New macro.
15534         (gnus-agent-rename-group): New function.
15535         (gnus-agent-delete-group): New function.
15536         (gnus-agent-save-group-info): Use gnus-command-method when
15537         `method' parameter is nil.  Don't write nil entries into the
15538         active file.
15539         (gnus-agent-get-group-info): New function.
15540         (gnus-agent-fetch-articles): Use
15541         gnus-agent-update-files-total-fetched-for to increment disk space
15542         used.
15543         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15544         gnus-agent-update-view-total-fetched-for to increment disk space
15545         used.
15546         (gnus-agent-get-local): Added optional parameters to avoid calling
15547         gnus-group-real-name and gnus-find-method-for-group.
15548         (gnus-agent-set-local): Delete stored entry if either min, or max,
15549         are nil.
15550         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15551         quit, use gnus-agent-regenerate-group to record existance of any
15552         articles fetched to disk before the quit occurred.
15553         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15554         gnus-agent-update-view-total-fetched-for, and
15555         gnus-agent-update-files-total-fetched-for to decrement disk space
15556         used.
15557         (gnus-agent-retrieve-headers): Use
15558         gnus-agent-update-view-total-fetched-for to increment disk space
15559         used.
15560         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15561         with gnus-agent-update-files-total-fetched-for to decrement disk
15562         space and fresh group buffer.
15563         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15564         (gnus-agent-need-update-total-fetched-for): New variable.
15565         (gnus-agent-update-files-total-fetched-for): New function.
15566         (gnus-agent-update-view-total-fetched-for): New function.
15567         (gnus-agent-total-fetched-for): New function.
15568
15569         * gnus-cache.el (gnus-cache-save-buffers): Use
15570         gnus-cache-update-overview-total-fetched-for to change disk space
15571         used by this group.
15572         (gnus-cache-possibly-enter-article): Use
15573         gnus-cache-update-file-total-fetched-for to increment disk space
15574         used by this group.
15575         (gnus-cache-possibly-remove-article): Use
15576         gnus-cache-update-file-total-fetched-for to decrement disk space
15577         used by this group.
15578         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15579         (gnus-cache-rename-group): New function.
15580         (gnus-cache-delete-group): New function.
15581         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15582         (gnus-cache-need-update-total-fetched-for): New variable.
15583         (gnus-cache-with-refreshed-group): New macro.
15584         (gnus-cache-update-file-total-fetched-for): New function.
15585         (gnus-cache-update-overview-total-fetched-for): New function.
15586         (gnus-cache-rename-group-total-fetched-for): New function.
15587         (gnus-cache-delete-group-total-fetched-for): New function.
15588         (gnus-cache-total-fetched-for): New function.
15589
15590         * gnus-group.el: Require gnus-sum and autoload functions to
15591         resolve warnings when gnus-group.el compiled alone.
15592         (gnus-group-line-format): Documented new %F.
15593         (size of Fetched data) group line format; identifies disk space
15594         used by agent and cache.
15595         (gnus-group-line-format-alist): Defined new F format.
15596         (gnus-total-fetched-for): New function.
15597         (gnus-group-delete-group): No longer update
15598         gnus-cache-active-altered as gnus-request-delete-group now keeps
15599         the cache in sync.
15600         (gnus-group-list-active): Let the agent store a server's active
15601         list if currently plugged.
15602
15603         * gnus-int.el (gnus-request-delete-group):
15604         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15605         local disk in sync with the server.
15606         (gnus-request-rename-group):
15607         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15608         local disk in sync with the server.
15609
15610         * gnus-start.el (gnus-get-unread-articles):
15611         Cosmetic simplification to logic.
15612
15613         * gnus-util.el (gnus-rename-file): New function.
15614
15615 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15616
15617         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15618
15619 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15620
15621         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15622         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15623
15624 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15625
15626         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15627         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15628
15629 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15630
15631         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15632
15633 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15634
15635         * spam.el (spam-set-difference): Add function to replace
15636         gnus-set-difference in spam.el.
15637         (spam-summary-prepare-exit): Use spam-set-difference.
15638
15639 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15640
15641         * gnus-registry.el (gnus-registry-cache-file): Update to use
15642         gnus-dribble-directory OR gnus-home-directory OR ~.
15643         (gnus-registry-split-fancy-with-parent): Fix doc.
15644
15645 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * message.el (message-exchange-point-and-mark): Use
15648         message-mark-active-p.  Suggested by Jesper Harder
15649         <harder@ifa.au.dk>.
15650
15651 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * message.el (message-exchange-point-and-mark): Don't activate
15654         region if it was inactive.  Suggested by Hiroshi Fujishima
15655         <pooh@nature.tsukuba.ac.jp>.
15656
15657 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-art.el (article-display-face): Display Faces in the same
15660         order as X-Faces.
15661
15662 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15665
15666 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15669         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15670         (gnus-article-mime-hierarchy): Remove.
15671         (gnus-article-mime-hierarchy-next): Remove.
15672         (gnus-article-mode): Revert 2004-03-19 change.
15673         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15674         (gnus-insert-mime-button): Revert 2004-03-19 change.
15675         (gnus-mime-accumulate-hierarchy): Remove.
15676         (gnus-mime-enter-multipart): Remove.
15677         (gnus-mime-leave-multipart): Remove.
15678         (gnus-mime-display-part): Revert 2004-03-19 change.
15679         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15680
15681         * mml.el (mml-preview): Revert 2004-03-19 change.
15682
15683 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15684
15685         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15686
15687 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15690         t while entering a file name using the mm-with-multibyte macro.
15691         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15692
15693         * mm-util.el (mm-with-multibyte): New macro.
15694
15695 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15698         user option.
15699         (gnus-mime-multipart-functions): Doc and customization fix.
15700         (gnus-article-mime-hierarchy): New variable.
15701         (gnus-article-mime-hierarchy-next): New variable.
15702         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15703         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15704         gnus-article-mime-hierarchy-next to nil.
15705         (gnus-insert-mime-button): Show hierarchy numbers.
15706         (gnus-mime-accumulate-hierarchy): New function.
15707         (gnus-mime-enter-multipart): New function.
15708         (gnus-mime-leave-multipart): New function.
15709         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15710         (gnus-mime-display-alternative): Show hierarchy numbers.
15711
15712         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15713         gnus-article-mime-hierarchy-next to nil.
15714
15715 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15716
15717         * dns.el: Don't require gnus-xmas.
15718
15719 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15720
15721         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15722         inline PGP.
15723         (mml-menu): Disable mml-quote-region if mark is inactive.
15724
15725 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15728         when the group's active is not available.
15729
15730 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15733         error.
15734
15735 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * imap.el (imap-store-password): New variable.
15738         (imap-interactive-login): Use it.
15739         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15740
15741 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15744         window-start and hscroll to summary window.
15745
15746 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15747
15748         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15749         conversion message to newsrc-dribble when an actual conversion is
15750         performed.
15751
15752 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15753
15754         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15755
15756 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * mm-decode.el (mm-complicated-handles): New function reviving
15759         former definition of mm-multiple-handles.
15760
15761         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15762         (gnus-mime-delete-part): Use it.
15763
15764 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15765
15766         * gnus-agent.el (gnus-agent-read-local): Bind
15767         nnheader-file-coding-system to gnus-agent-file-coding-system to
15768         avoid the implicit assumption that they will always be equal.
15769         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15770         coding-system-for-write, as the with-temp-file macro first prints
15771         to a buffer then saves the buffer.
15772
15773 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-art.el (gnus-article-edit-part): New function.
15776         (gnus-mime-save-part-and-strip): Use it; do query instead of
15777         signaling an error; don't use mm-multiple-handles.
15778         (gnus-mime-delete-part): Ditto.
15779
15780 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15781
15782         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15783         old file versions.
15784         (gnus-group-prepare-hook): Removed function that converted list
15785         form of gnus-agent-expire-days to group properties.
15786
15787         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15788         (gnus-request-accept-article): Re-indented.
15789
15790         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15791         converters to handle old agent file formats.  Added logic for a
15792         "backup before upgrading warning".
15793         (gnus-convert-mark-converter-prompt): Developers can mark
15794         functions as needing (default), or not needing,
15795         gnus-convert-old-newsrc's "backup before upgrading warning".
15796         (gnus-convert-converter-needs-prompt): Tests whether the user
15797         should be protected from potentially irreversable changes by the
15798         function.
15799
15800         * legacy-gnus-agent.el: New.  Provides converters that are only
15801         loaded when gnus-convert-old-newsrc needs to call them.
15802
15803 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * mail-source.el (mail-source-touch-pop): Doc fix.
15806
15807         * message.el (message-smtpmail-send-it): Doc fix.
15808
15809 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15812
15813         * nnmail.el (nnmail-split-fancy): do.
15814
15815         * gnus-kill.el (gnus-kill, gnus-execute): do.
15816
15817 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15818
15819         * gnus-sum.el (gnus-widget-reversible-match)
15820         (gnus-widget-reversible-to-internal)
15821         (gnus-widget-reversible-to-external): New functions.
15822         (gnus-widget-reversible): New widget.
15823         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15824
15825 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15826
15827         * gnus-sum.el (gnus-thread-sort-functions)
15828         (gnus-article-sort-functions): Document `(not F)' items.
15829
15830 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * spam.el (spam-use-gmane-xref): Add new backend.
15833         (spam-gmane-xref-spam-group): Add variable to control the name of the
15834         Gmane spam group.
15835         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15836         (spam-regex-headers-spam, spam-regex-headers-ham)
15837         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15838         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15839         backends and checks.
15840         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15841
15842         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15843         an autodetect method.
15844
15845 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15846
15847         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15848         articles are being added to a group.
15849         (gnus-request-replace-article): Inform the agent that articles
15850         need to be uncached as the cached contents are no longer valid.
15851
15852 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * binhex.el: Don't autoload executable-find.
15855
15856         * canlock.el: Don't autoload mail-fetch-field.
15857
15858         * dgnushack.el: Autoload c-mode for XEmacs.
15859
15860         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15861
15862         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15863         rmail-dont-reply-to and rmail-output.
15864
15865         * gnus-score.el: Don't autoload ffap-string-at-point.
15866
15867         * gnus-setup.el: Don't autoload sc-cite-original.
15868
15869         * imap.el: Don't autoload base64-decode-string,
15870         base64-encode-string and md5.
15871
15872         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15873         and rmail-msg-restore-non-pruned-header.
15874
15875         * mm-decode.el: Don't autoload executable-find.
15876
15877         * mm-url.el: Don't autoload executable-find.
15878
15879         * mm-view.el: Don't autoload diff-mode.
15880
15881         * nndb.el: Don't autoload news-reply-mode, news-setup,
15882         cancel-timer and telnet.
15883
15884         * password.el: Don't autoload run-at-time for Emacs.
15885
15886         * sha1-el.el: Don't autoload executable-find.
15887
15888         * sieve-mode.el: Don't autoload c-mode.
15889
15890         * uudecode.el: Don't autoload executable-find.
15891
15892 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15893
15894         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15895         (gnus-agent-possibly-alter-active): Avoid null in numeric
15896         comparison.
15897         (gnus-agent-set-local): Refuse to save null in local object table.
15898         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15899         list of articles that will be marked as unread.
15900
15901 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15904
15905 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15906
15907         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15908         language tags.
15909
15910 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15911
15912         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15913         Don't bind "obarray".
15914
15915         * gnus-sum.el (gnus-thread-sort-functions): Added
15916         `gnus-thread-sort-by-most-recent-number' and
15917         `gnus-thread-sort-by-most-recent-date'.
15918         Reported by Kai Grossjohann <kai@emptydomain.de>.
15919
15920 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15923
15924 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15925
15926         * gnus-cus.el (gnus-agent-customize-category): Removed
15927         ignore-errors macro reference that required cl to be loaded at
15928         run-time.
15929
15930         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15931         single-interval range of the form (min . max).  Previously the
15932         range had to look like ((min . max)).  Likewise, return
15933         (min . max) rather than ((min . max)).
15934         (gnus-range-map): Use gnus-range-normalize to accept
15935         single-interval range.
15936
15937         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15938         the cache, but not the agent, now appear with their usual face.
15939
15940         * dgnushack.el (loaddir): New variable that is bound to the
15941         directory containing the dgnushack.el file. Use loaddir, rather
15942         than srcdir, to update load-path. Change lets dgnushack compile
15943         code in directories other than GNUS/lisp.
15944
15945 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * lpath.el: Don't bind w3m-safe-url-regexp.
15948
15949         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15950         w3m-safe-url-regexp variable buffer-local.
15951
15952         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15953
15954 2004-02-27  Simon Josefsson  <jas@extundo.com>
15955
15956         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15957         gnus-group-real-prefix.
15958         (gnus-summary-move-article): Use it, instead of
15959         gnus-group-real-prefix.
15960
15961 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * lpath.el: Bind w3m-safe-url-regexp.
15964
15965         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15966         w3m-safe-url-regexp variable buffer-local and set it as the value
15967         of mm-w3m-safe-url-regexp.
15968
15969         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15970
15971         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15972         parsing gnus-posting-styles when the message is not for replying.
15973
15974         * dgnushack.el: Autoload sgml-mode for XEmacs.
15975
15976         * nnrss.el (nnrss-opml-export): Use
15977         mm-set-buffer-file-coding-system instead of
15978         set-buffer-file-coding-system.
15979
15980 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15981
15982         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15983         of checkdoc.el).
15984         * nnrss.el: do.
15985         * gnus-mlspl.el: do.
15986         * gnus-ml.el: do.
15987         * gnus-srvr.el: do.
15988
15989         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15990
15991 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15992
15993         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15994         Corrections to custom-manual links.
15995
15996         * gnus-art.el (gnus-article): Ditto.
15997
15998         * mm-decode.el (mime-display, mime-security): Ditto.
15999
16000 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16001
16002         * flow-fill.el: Typo.
16003
16004 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16005
16006         * spam-wash.el: New file.
16007
16008 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16009
16010         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16011
16012 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16015         to be run with new-articles as LIST1, not LIST2.
16016         (spam-registration-functions): Add spam-use-ham-copy as a nil
16017         registration backend.
16018
16019 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16020
16021         * spam-stat.el (spam-stat-washing-hook): New option.
16022         (spam-stat-buffer-words): Use it.
16023         (spam-stat-process-directory, spam-stat-test-directory): Use
16024         insert-file-contents-literally.
16025         (spam-stat-coding-system): New variable.
16026         (spam-stat-load, spam-stat-save): Use it.
16027
16028 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * spam-report.el (spam-report-plug-agent): Quote
16031         spam-report-url-to-file and spam-report-url-ping-plain.
16032
16033 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16036         / in mailto URLs.
16037
16038 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * spam-report.el (spam-report-process-queue): Fix interactive use.
16041         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16042         (spam-report-unplug-agent): Doc fixes.
16043         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16044         (spam-report-agentize, spam-report-deagentize): Autoload.
16045
16046 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16049
16050         * message.el (message-setup-fill-variables): Add mml tags to
16051         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16052         <ajk@iu.edu>.
16053         (message-mode): Don't modify paragraph-separate there.
16054
16055 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * compface.el (uncompface-use-external): Default to undecided.
16058         (uncompface-use-external-threshold): New variable.
16059         (uncompface-float-time): New macro.
16060         (uncompface): Determine whether to use the external decoder if
16061         uncompface-use-external is undecided.
16062
16063 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16064
16065         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16066         after images.
16067
16068         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16069
16070 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16071
16072         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16073
16074         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16075
16076         * gnus-sum.el (gnus-summary-limit-to-age)
16077         (gnus-summary-limit-children): do.
16078
16079         * gnus-int.el (gnus-request-scan): do.
16080
16081         * gnus-group.el (gnus-group-suspend): do.
16082
16083         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16084
16085         * gnus-cite.el (gnus-cite-parse-attributions): do.
16086
16087         * gnus-agent.el (gnus-summary-set-agent-mark)
16088         (gnus-agent-regenerate-group): do.
16089
16090         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16091
16092         * binhex.el (binhex-decode-region-internal): do.
16093
16094 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus-fun.el (gnus-face-properties-alist): New user option.
16097         (gnus-display-x-face-in-from): Use it.
16098
16099         * gnus-art.el (article-display-face): Ditto.
16100
16101         * compface.el (uncompface-use-external): Default to nil.
16102
16103 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16104
16105         * nntp.el (nntp-erase-buffer): New function.
16106         (nntp-retrieve-data, nntp-send-command)
16107         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16108         (nntp-possibly-change-group): Use it.
16109
16110         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16111         with-current-buffer.
16112
16113 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16114
16115         * compface.el: Merge the ELisp-based uncompface program.
16116         (compface): New customization group.
16117         (uncompface-use-external): New user option.
16118         (uncompface): Call uncompface-internal if uncompface-use-external
16119         is nil.
16120         (uncompface-internal): New function.  Note that there are also
16121         some other functions and variables added for this function.
16122
16123 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16124
16125         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16126         if necessary.
16127
16128 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16129
16130         * spam-report.el (spam-report-unplug-agent)
16131         (spam-report-plug-agent, spam-report-deagentize)
16132         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16133         Add support for the Agent in spam-report: when unplugged, report to a
16134         file; when plugged, submit all the requests.
16135
16136         * spam.el (spam-register-routine): Fix message about
16137         registration.
16138
16139 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16140
16141         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16142         dependencies.
16143         (rfc2047-encode): Use it.
16144
16145         * gnus-art.el (gnus-button-marker-list): Move before first
16146         reference.
16147
16148         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16149         (imap-parse-body): Fix format string mismatch.
16150
16151         * gnus-score.el (gnus-summary-increase-score): do.
16152
16153         * nnrss.el (nnrss-close): New function.
16154
16155 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16156
16157         * nnrss.el (nnrss-make-filename): New function.
16158         (nnrss-request-delete-group, nnrss-read-server-data)
16159         (nnrss-save-server-data, nnrss-read-group-data)
16160         (nnrss-save-group-data): Use it.
16161         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16162         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16163         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16164
16165 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16166
16167         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16168
16169 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16170
16171         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16172         files.
16173
16174         * message.el (message-generate-headers-first): Don't quote nil
16175         and t in docstrings.
16176
16177         * imap.el (imap-id): do.
16178
16179         * gnus-agent.el (gnus-agent-consider-all-articles)
16180         (gnus-agent-queue-mail): do.
16181
16182 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * spam-report.el (spam-report-process-queue): New function.
16185         Process requests from `spam-report-requests-file'.
16186         (spam-report-process-queue): Doc fix.
16187
16188 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * spam.el (spam-register-routine)
16191         (spam-log-processing-to-registry, spam-log-registered-p)
16192         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16193         Change "check" to "spam-check" for semi-clarity.
16194
16195 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16196
16197         * pop3.el: Require nnheader.
16198
16199         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16200
16201         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16202
16203         * gnus-picon.el: Require cl.
16204
16205         * gnus-fun.el: Require gnus-ems and gnus-util.
16206
16207         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16208
16209         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16210
16211         * gnus-art.el (gnus-article-edit-mode): Define before first
16212         reference.
16213
16214 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16215
16216         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16217         (gnus-uu-post-encoded): Use point-at-bol.
16218
16219         * gnus-topic.el (gnus-group-active-topic-p): do.
16220
16221         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16222
16223         * gnus-group.el (gnus-group-kill-region): do.
16224
16225         * gnus-art.el (article-date-ut): do.
16226
16227         * message.el (message-fetch-field): Remove redundant
16228         case-fold-search binding.
16229         (message-narrow-to-field): Simplify.
16230
16231 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * spam.el (spam-directory): Derive from `gnus-directory'.
16234
16235         * spam-report.el (spam-report-url-to-file)
16236         (spam-report-requests-file): New function and variable for offline
16237         reporting.
16238         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16239         and user defined function.
16240         (spam-report-url-ping-mm-url): Remove doubled slash.
16241
16242 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16245
16246 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16247
16248         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16249         format string mismatch.
16250
16251         * sieve.el (sieve-deactivate-all): do.
16252
16253         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16254
16255         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16256
16257         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16258
16259         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16260
16261 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16264         the list of checks.
16265
16266 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16269         padding.
16270
16271 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16272
16273         * mm-view.el (mm-fill-flowed): New variable.
16274         (mm-inline-text): Use it.
16275
16276 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16277
16278         * spam.el (spam-spamassassin-register-ham-routine)
16279         (spam-spamassassin-register-spam-routine): Fix function names.
16280
16281 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus.el (gnus-tmp-grouplens): Remove.
16284         (gnus-summary-line-format): Remove grouplens.
16285
16286         * gnus-group.el (gnus-group-line-format): Ditto.
16287
16288         * gnus-spec.el (gnus-format-specs): Ditto.
16289         (gnus-update-format-specifications): Flush the group format spec
16290         cache if there's the grouplens stuff.
16291         (gnus-parse-simple-format): Replace %l with the empty string.
16292
16293 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16294
16295         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16296         omission.
16297
16298 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16301         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16302
16303 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16304
16305         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16306         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16307         New macros and functions.
16308         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16309         Handle > NLINK_MAX messages.
16310         * nnmaildir.el (nnmaildir-request-set-mark): Use
16311         nnmaildir--emlink-p and nnmaildir--eexist-p.
16312
16313 2004-01-25  Alex Schroeder  <alex@gnu.org>
16314
16315         * spam-stat.el (spam-stat-process-directory-age): New option.
16316         (spam-stat-process-directory): Use it.
16317
16318 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16319
16320         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16321         (spam-stat-save): Accept prefix argument.
16322
16323 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16324
16325         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16326         links" error.
16327
16328 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16331         the rest of the and/or forms.
16332
16333 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16334
16335         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16336         compatibility with old .newsrc.eld files.
16337
16338         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16339
16340         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16341
16342         * gnus-start.el (gnus-1): do.
16343
16344         * gnus-group.el (gnus-group-line-format-alist): do.
16345
16346         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16347
16348         * gnus-gl.el: Remove.
16349
16350 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16351
16352         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16353         marks consisting of a single range {for example, (3 . 5)} rather
16354         than a list of a single range { ((3 . 5)) }.
16355
16356 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16357
16358         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16359         with-current-buffer.
16360         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16361         avoid consing a string.
16362
16363         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16364         Remove obsolete entries for big5 and gb2312.
16365
16366 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16367
16368         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16369         uncompressed list.
16370
16371 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16372
16373         * spam-stat.el (spam-stat-strip-xref): New function.
16374         (spam-stat-process-directory): Use it.
16375
16376         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16377         here -- it's done in message-fetch-field.
16378
16379 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16380
16381         * gnus-agent.el (gnus-agent-queue-mail)
16382         (gnus-agent-prompt-send-queue): New variables.
16383         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16384         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16385         "nndraft:queue" along to gnus-draft-send.  Use
16386         gnus-agent-prompt-send-queue.
16387         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16388         is "nndraft:queue".  Suggested by Gaute Strokkenes
16389         <gs234@srcf.ucam.org>
16390
16391         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16392         (agent-enable-undownloaded-faces): Added.
16393         (gnus-agent-cat-groups): Use eval-and-compile, not
16394         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16395         method of gnus-agent-cat-groups even when the buffer has been
16396         evaled.
16397         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16398         delete gnus-agent-save-active-1.
16399         (gnus-agent-save-groups): Deleted.  Identical to
16400         gnus-agent-save-active.
16401         (gnus-agent-write-active): No longer adjust agent's copy of active
16402         file as agent's adjustments are now stored in their own
16403         file.  Removed optional parameter.
16404         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16405         servers.  Add use of min/max range limits from server's local
16406         file.
16407         (gnus-agent-save-alist): Removed unused optional argument.
16408         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16409         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16410         (gnus-agent-set-local): A per-server file that keeps min/max range
16411         limits for articles known to the agent.  Provides a fast mechanism
16412         for altering many active ranges.
16413         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16414         active file (local makes it unnecessary).
16415         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16416
16417         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16418         (agent-enable-undownloaded-faces): Added.
16419
16420         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16421         disable it when sending to "nndraft:queue".
16422         (gnus-group-send-queue): Add safety check to avoid sending queue
16423         when unplugged.
16424
16425         * gnus-group.el (gnus-group-catchup): Use new
16426         gnus-sequence-of-unread-articles, not
16427         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16428         numbers of articles.  Use gnus-range-map to avoid having to
16429         uncompress the unread list.
16430         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16431         Fixed invalid ange-ftp reference.
16432
16433         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16434         (gnus-sorted-range-intersection): Intersection of two ranges
16435         without requiring that they first be uncompressed.
16436
16437         * gnus-start.el (gnus-activate-group): Unless blocked by the
16438         caller, possibly expand the active range to include both cached
16439         and agentized articles.
16440         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16441         multiple version-dependent converters.
16442         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16443         gnus-agent-save-active.
16444         (gnus-save-newsrc-file): Save dirty agent range limits.
16445
16446         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16447         gnus-agent-possibly-alter-active.
16448         (gnus-adjust-marked-articles): Faster handling of simple lists.
16449
16450 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * spam-stat.el (spam-stat-test-directory): New optional argument
16453         displays a list of files detected.  Suggested by Andrew Cohen
16454         <cohen@andy.bu.edu>.
16455         (spam-stat-buffer-words-with-scores): Don't narrow and change
16456         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16457
16458 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16459
16460         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16461         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16462         (spam-spamassassin-arguments)
16463         (spam-spamassassin-spam-flag-header)
16464         (spam-spamassassin-positive-spam-flag-header)
16465         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16466         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16467         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16468         (spam-list-of-processors, spam-list-of-checks)
16469         (spam-list-of-statistical-checks, spam-registration-functions)
16470         (spam-check-spamassassin-headers, spam-check-spamassassin)
16471         (spam-spamassassin-score)
16472         (spam-spamassassin-register-with-sa-learn)
16473         (spam-spamassassin-register-spam-routine)
16474         (spam-spamassassin-register-ham-routine)
16475         (spam-assassin-register-spam-routine)
16476         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16477         (spam-bogofilter-score): Fix to show article before scoring.
16478
16479 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16480
16481         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16482         default scoring function.
16483         (spam-generic-score): Call spam-spamassassin-score if
16484         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16485         spam-bogofilter-score otherwise.
16486
16487         * gnus.el (spam-process, spam-autodetect-methods): Add
16488         spamassassin and spamassassin-headers.
16489
16490 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16491
16492         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16493         Suppress unnecessary messages.
16494
16495 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16496
16497         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16498         make-hash-table.
16499
16500 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * canlock.el (base64-encode-string): Don't autoload it.
16503
16504 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * run-at-time.el: Remove useless (require 'itimer),
16507         eval-and-compile and (featurep 'xemacs).
16508
16509 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16510
16511         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16512         GROUP is a virtual group.
16513
16514 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16515
16516         * gnus.el: Autoload `message-y-or-n-p'.
16517
16518 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16519
16520         * pgg-parse.el: Remove unnecessary (require 'custom).
16521
16522         * pgg-def.el: do.
16523
16524         * nnmail.el: do.
16525
16526         * gnus-undo.el: do.
16527
16528         * gnus-picon.el: do.
16529
16530         * gnus-util.el: do.
16531
16532 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16535
16536 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16539         handle, as well as a list.
16540
16541         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16542         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16543         (mm-w3m-cid-retrieve): Simplify.
16544
16545 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16546
16547         * message.el (message-kill-to-signature): Allow prefix arg to
16548         specify number of lines to keep before signature.
16549
16550 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16551
16552         * message.el (message-kill-to-signature): Change docstring.
16553
16554 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * canlock.el: Always require sha1-el.
16557         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16558
16559         * message.el: Autoload sha1 only when compiling.
16560
16561         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16562         eudc-expand-inline for XEmacs.
16563
16564 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * message.el (message-canlock-generate): Require sha1-el.
16567
16568 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16569
16570         * message.el (message-expand-name): Silence the byte compiler.
16571
16572         * lpath.el: Add detect-coding-system.
16573
16574         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16575         cus-edit.
16576
16577 2004-01-13  Simon Josefsson  <jas@extundo.com>
16578
16579         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16580         Invoke gnus-score-mode.  Reported by
16581         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16582
16583         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16584         Jim Blandy <jimb@redhat.com> (tiny change).
16585
16586 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16589
16590 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16591
16592         * spam.el (spam-get-article-as-string): Update to use
16593         gnus-request-article-this-buffer, much simpler.
16594         (spam-get-article-as-buffer): Remove.
16595
16596 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16597
16598         * message.el (message-expand-name): Use EUDC if the user uses that.
16599
16600 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16601
16602         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16603         character for the encoding to avoid consing a string.
16604
16605         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16606         unnecessarily.
16607
16608         * mm-util.el (mm-replace-chars-in-string): Remove.
16609
16610         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16611         of mm-replace-chars-in-string.
16612
16613 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16614
16615         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16616
16617         * mm-util.el (mm-subst-char-in-string): Support inplace.
16618
16619         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16620         a new string in every iteration.  Use shy groups.
16621
16622 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16625         * gnus-soup.el (gnus-soup-group-brew):
16626         * gnus-msg.el (gnus-put-message):
16627         * gnus-move.el (gnus-group-move-group-to-server):
16628         * gnus-kill.el (gnus-batch-score):
16629         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16630         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16631         (gnus-group-update-group, gnus-group-read-group)
16632         (gnus-group-make-group, gnus-group-make-help-group)
16633         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16634         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16635         (gnus-group-sort-by-unread, gnus-group-catchup)
16636         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16637         (gnus-group-yank-group, gnus-group-set-info)
16638         (gnus-group-list-groups):
16639         * gnus.el (gnus-generate-new-group-name):
16640         * gnus-delay.el (gnus-delay-send-queue):
16641         * nnvirtual.el (nnvirtual-catchup-group):
16642         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16643         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16644         (gnus-group-prepare-topics, gnus-topic-check-topology):
16645         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16646         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16647         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16648         (gnus-group-make-articles-read):
16649         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16650         (gnus-group-change-level, gnus-kill-newsgroup)
16651         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16652         (gnus-get-unread-articles, gnus-make-articles-unread)
16653         (gnus-make-ascending-articles-unread): Use accessor
16654         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16655         to get group information for improved readability.
16656
16657
16658 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16659
16660         * gnus-art.el (article-decode-mime-words, article-babel)
16661         (gnus-article-highlight-signature, gnus-article-add-buttons)
16662         (gnus-signature-toggle): Use gnus-with-article-buffer.
16663
16664         * gnus-art.el (gnus-article-highlight-headers)
16665         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16666
16667         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16668         (gnus-article-set-globals, gnus-request-article-this-buffer)
16669         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16670         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16671         (gnus-mime-display-alternative): Use with-current-buffer.
16672
16673 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16676         also under 80 char limit, and call gnus-error if needed.
16677         (spam-fetch-article-header): Fix - it was a
16678         buffer-local variable (gnus-newsgroup-data).
16679         (spam-find-spam): Use spam-generate-fake-headers, forget about
16680         spam-insert-fake-headers.
16681         (spam-insert-fake-headers): Remove.
16682
16683 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16684
16685         * deuglify.el (gnus-article-outlook-unwrap-lines)
16686         (gnus-outlook-rearrange-article)
16687         (gnus-outlook-repair-attribution-outlook)
16688         (gnus-outlook-repair-attribution-block)
16689         (gnus-outlook-repair-attribution-other): Remove redundant
16690         save-excursion.
16691
16692 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16693
16694         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16695         (spam-fetch-field-subject-fast)
16696         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16697         (spam-fetch-article-header): Add functions to deal with Gnus
16698         internals for fast retrieval of article header data.
16699         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16700
16701 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * pop3.el (pop3-md5): Remove.
16704         (pop3-apop): Replace pop3-md5 with md5.
16705
16706         * mm-bodies.el: base64 is always built-in.
16707
16708         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16709         with-current-buffer.
16710
16711 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * canlock.el (canlock-insert-header): Remove excessive grouping in
16714         regexp.
16715
16716         * gnus-sum.el (gnus-summary-read-document): Ditto.
16717
16718         * gnus-uu.el (gnus-uu-part-number): Ditto.
16719
16720         * html2text.el (html2text-remove-tags): Ditto.
16721         (html2text-format-tags): Ditto.
16722         (html2text-format-single-elements): Ditto.
16723
16724         * mml.el (mml-parse-1): Ditto.
16725
16726 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16729
16730         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16731
16732         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16733
16734         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16735
16736 2003-11-15  Simon Josefsson  <jas@extundo.com>
16737
16738         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16739         (pgg-gpg-lookup-key): Use regexp match instead of
16740         split-string (split-string is different between emacs 21.2 and
16741         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16742
16743 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16744
16745         * gnus-art.el (gnus-mime-view-all-parts)
16746         (gnus-article-part-wrapper, gnus-article-view-part): Use
16747         with-current-buffer.
16748
16749 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16750
16751         * spam.el (spam-disable-spam-split-during-ham-respool)
16752         (spam-spamoracle-database, spam-cache-lookups)
16753         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16754         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16755         (spam-group-ham-marks, spam-group-spam-marks)
16756         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16757         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16758         also add spam-use-blackholes to the statistical checks.
16759         (spam-fetch-field-fast): Add interface to fetching fields, may
16760         become a macro.
16761         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16762         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16763         (spam-insert-fake-headers): Fake an article when needed.
16764         (spam-find-spam): Fake article when possible.
16765         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16766         (spam-check-bogofilter-headers): Use message-fetch-field instead
16767         of nnmail-fetch-field.
16768
16769 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16770
16771         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16772
16773 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * spam.el (spam-split): Do not require spam-use-CHECK to be
16776         enabled if that check is passed to spam-split explicitly; also
16777         fix so 'spam doesn't get converted to spam-split-group when
16778         spam-split-symbolic-return is t.
16779         (spam-find-spam): Find registrations of the article and use those
16780         instead of re-running spam-split to find the spam/ham
16781         classification of the article.
16782         (spam-log-processing-to-registry, spam-log-registered-p)
16783         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16784         Use gnus-error instead of gnus-message.
16785         (spam-log-registration-type): Add function to determine the
16786         classification of a message based on registry entries; will
16787         return nil if both 'spam and 'ham are found.
16788         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16789         a reasonably fast local cache without the loading errors.
16790         (spam-cache-lookups): Set to t by default.
16791         (spam-find-spam): Don't try to guess spam-cache-lookups.
16792         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16793         spam-caches entry.
16794         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16795         caching of whitelist/blacklist entries.
16796         (spam-check-whitelist, spam-check-blacklist): Invoke
16797         spam-from-listed-p with a type, not a cache variable.
16798         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16799
16800 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16801
16802         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16803
16804         * nnmail.el (nnmail-split-fancy): do.
16805
16806         * mml.el (mml-parse): do.
16807
16808         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16809         (gnus-score-adaptive): do.
16810
16811 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16814         (gnus-mime-button-map): Don't set keymap parent.
16815         (gnus-button-ctan-directory-regexp): Use shy grouping.
16816         (gnus-prev-page-map): Don't set keymap parent.
16817         (gnus-prev-page-map): Remove duplicated one.
16818         (gnus-next-page-map): Don't set keymap parent.
16819         (gnus-mime-security-button-map): Ditto.
16820
16821         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16822         version number.
16823
16824         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16825
16826 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * canlock.el (canlock-sha1-function): Remove.
16829         (canlock-sha1-function-for-verify): Remove.
16830         (canlock-openssl-program): Remove.
16831         (canlock-openssl-args): Remove.
16832         (canlock-ignore-errors): Remove.
16833         (canlock-sha1-with-openssl): Remove.
16834         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16835         (canlock-verify): Don't use canlock-ignore-errors.
16836
16837         * sha1-el.el (sha1-string-external): Make it can return a string
16838         in binary form.
16839         (sha1-region-external): Ditto.
16840         (sha1-string-internal): Ditto.
16841         (sha1-region-internal): Ditto.
16842         (sha1-region): Ditto.
16843         (sha1-string): Ditto.
16844         (sha1): Ditto.
16845
16846 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16847
16848         * spam.el (spam-report-articles-gmane): New command.
16849
16850 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16853
16854         * run-at-time.el (run-at-time-saved): Remove.
16855         (run-at-time): Doc fix.
16856
16857 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16858
16859         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16860         (gnus-summary-limit-map): Add it.
16861         (gnus-summary-make-menu-bar): do.
16862
16863 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16864
16865         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16866         Make attempt at some caching support (done for BBDB only now).
16867         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16868         addresses to be checked.
16869         (spam-clear-cache-BBDB): Add function, to be invoked by
16870         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16871         (spam-check-BBDB): Check and use the caches, if
16872         spam-cache-lookups is on, remove superfluous (provide).
16873
16874 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16875
16876         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16877
16878 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16879
16880         * run-at-time.el (run-at-time-saved): Move to after the definition
16881         of `run-at-time'.
16882
16883         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16884
16885 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16888         mm-w3m-local-map-property.
16889
16890         * mm-view.el (mm-w3m-mode-map): Remove.
16891         (mm-w3m-local-map-property): Remove.
16892         (mm-inline-text-html-render-with-w3m): Don't use
16893         mm-w3m-local-map-property.
16894
16895 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16896
16897         * run-at-time.el: New file.
16898
16899         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16900         under Emacs.
16901
16902         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16903         of gnus-set-text-properties.
16904
16905         * gnus-uu.el (gnus-uu-save-article): Ditto.
16906
16907         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16908
16909         * gnus-cite.el (gnus-cite-parse): Ditto.
16910
16911         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16912         of gnus-.
16913
16914         * gnus-xmas.el (run-at-time): Require run-at-time.
16915
16916         * gnus.el: Changed calls to nnheader-run-at-time and
16917         password-run-at-time throughout to use run-at-time directly.
16918
16919         * password.el: Removed definition of run-at-time.
16920
16921         * nnheaderxm.el: Remove definition of run-at-time.
16922
16923 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16924
16925         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16926         in prompt.
16927
16928 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16929
16930         * messagexmas.el (message-xmas-redefine): Alias
16931         `message-make-caesar-translation-table' to
16932         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16933         version.
16934
16935         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16936         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16937         `gnus-xmas-set-text-properties'.
16938         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16939         `gnus-xmas-completing-read'.
16940         (gnus-xmas-completing-read): Removed.
16941         (gnus-xmas-open-network-stream): Removed.
16942
16943         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16944         XEmacs version.
16945
16946         * dns.el (dns-make-network-process): Use `open-network-stream'
16947         instead of `gnus-xmas-open-network-stream'.
16948
16949         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16950
16951         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16952
16953 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16954
16955         * gnus-art.el (gnus-mime-display-alternative)
16956         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16957         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16958         Don't use gnus-local-map-property.
16959
16960         * gnus-util.el (gnus-local-map-property): Remove.
16961
16962         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16963         gnus-completing-read-maybe-default with completing-read.
16964
16965         * gnus-util.el (gnus-completing-read): do.
16966         (gnus-completing-read-maybe-default): Remove.
16967
16968 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16969
16970         * password.el: Only autoload `run-at-time' if not XEmacs.
16971         Only autoload the itimer functions if XEmacs.
16972
16973 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16976         XEmacsen.
16977
16978         * dgnushack.el: Autoload executable-find for XEmacs.
16979
16980 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16981
16982         * gnus-art.el (gnus-read-string): Remove.
16983         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16984         read-string.
16985
16986 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * netrc.el: Autoload password-read.
16989         (netrc): Add configuration group.
16990         (netrc-encoding-method, netrc-openssl-path): Add
16991         variables for encoding and decoding of files with symmetric
16992         ciphers.
16993         (netrc-encode): Add assistant function to encode a file with
16994         netrc-encoding-method.
16995         (netrc-parse): Add interactive parameter, added optional
16996         decoding if netrc-encoding-method is non-nil but otherwise
16997         behavior is standard.
16998         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16999         Do s/encode/encrypt/ everywhere.
17000
17001         * spam.el: Remove executable-find autoload.
17002
17003 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17006
17007         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17008
17009 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * gnus-art.el (gnus-treat-ansi-sequences)
17012         (article-treat-ansi-sequences): New variable and function.
17013         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17014
17015         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17016         Use it.
17017
17018 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17019
17020         * mm-util.el (mm-quote-arg): Remove.
17021
17022         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17023         shell-quote-argument.
17024
17025         * gnus-uu.el (gnus-uu-command): do.
17026
17027         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17028
17029         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17030         with make-char.
17031
17032         * mm-util.el (mm-make-char): Remove.
17033
17034         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17035         add-minor-mode.
17036
17037         * gnus-undo.el (gnus-undo-mode): do.
17038
17039         * gnus-topic.el (gnus-topic-mode): do.
17040
17041         * gnus-sum.el (gnus-dead-summary-mode): do.
17042
17043         * gnus-start.el (gnus-slave-mode): do.
17044
17045         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17046
17047         * gnus-ml.el (gnus-mailing-list-mode): do.
17048
17049         * gnus-gl.el (gnus-grouplens-mode): do.
17050
17051         * gnus-draft.el (gnus-draft-mode): do.
17052
17053         * gnus-dired.el (gnus-dired-mode): do.
17054
17055         * gnus-ems.el (gnus-add-minor-mode): Remove.
17056
17057         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17058         Replace gnus-char-width with char-width.
17059
17060         * gnus-ems.el (gnus-char-width): Remove.
17061
17062         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17063         Replace gnus-char-width with char-width.
17064
17065         * gnus-ems.el (gnus-char-width): Remove.
17066
17067         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17068         definition.
17069         Remove Emacs 20 hash table compatibility code.
17070
17071         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17072         20 compatibility code.
17073
17074         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17075
17076         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17077
17078         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17079         with point-at-{eol,bol}.
17080
17081         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17082
17083         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17084
17085         * flow-fill.el (fill-flowed-point-at-bol)
17086         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17087
17088         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17089         Replace with point-at-{eol,bol} throughout all files.
17090
17091 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * ntlm.el (ntlm-string-as-unibyte): New macro.
17094         (ntlm-build-auth-response): Use it.
17095
17096         Remove Emacs 20 stuff:
17097         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17098         (butlast, mapc, remove): Remove the compiler macros.
17099         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17100         of delq and copy-sequence.
17101         * gnus-art.el (popup-menu): Remove the compiler macro.
17102         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17103         Emacs 20.
17104
17105 2004-01-05  Simon Josefsson  <jas@extundo.com>
17106
17107         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17108         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17109         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17110         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17111         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17112         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17113         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17114         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17115         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17116         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17117         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17118         string-xor into ntlm-string-xor.  Suggested by
17119         Jesper Harder <harder@myrealbox.com>.
17120
17121         * ntlm.el: Don't include poem.
17122
17123         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17124         Jesper Harder <harder@myrealbox.com>.
17125
17126         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17127
17128         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17129         probably breaks emacs with DL patch, but do we care? Is anyone
17130         still using the DL stuff?)
17131
17132         * sieve-manage.el: Use the password package.
17133         (sieve-manage-read-passwd): Remove.
17134         (sieve-manage-interactive-login): Use password.  Re-add
17135         condition-case around loop.
17136
17137         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17138         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17139         the password package.
17140
17141 2003-02-19  Simon Josefsson  <jas@extundo.com>
17142
17143         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17144         token.
17145
17146 2002-08-07  Simon Josefsson  <jas@extundo.com>
17147
17148         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17149         (sieve-manage-authenticators):
17150         (sieve-manage-authenticator-alist): Add some SASL mechs.
17151         (sieve-sasl-auth): New function.
17152         (sieve-manage-cram-md5-auth):
17153         (sieve-manage-plain-auth): Rewrite using SASL library.
17154         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17155         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17156         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17157         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17158
17159 2004-01-05  Simon Josefsson  <jas@extundo.com>
17160
17161         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17162         New files.
17163
17164 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * gnus-group.el (gnus-no-groups-message): Update.
17167
17168         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17169
17170 2003-11-09  Simon Josefsson  <jas@extundo.com>
17171
17172         * imap.el: Support for ID IMAP extension (RFC 2971).
17173         (imap-local-variables): Add imap-id.
17174         (imap-id): New variable.
17175         (imap-id): New function.
17176         (imap-parse-response): Parse untagged ID response.
17177         * nnimap.el (nnimap-id): New variable.
17178         (nnimap-open-connection): Use it.
17179
17180 2003-12-28  Simon Josefsson  <jas@extundo.com>
17181
17182         * gnus-score.el (gnus-score-edit-all-score): New.
17183         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17184
17185 2004-01-04  Simon Josefsson  <jas@extundo.com>
17186
17187         * password.el: Add.
17188
17189 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17190
17191         * dns.el (dns-query-types): Fix typo.
17192         (dns-query-types): New function.
17193         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17194         PTR and SOA replies, see RFC 1035.
17195
17196 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17197
17198         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17199
17200         * Moved to Changelog.2.
17201
17202 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17203
17204         * gnus.el (gnus-version-number): Bump version.
17205
17206 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17207
17208         * gnus.el: No Gnus v0.1 is released.
17209
17210 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17211
17212         * gnus.el: No Gnus v0.0 is released.
17213
17214 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17215
17216         * gnus.el (gnus-version-number): Bump.
17217         (gnus-version): No.
17218
17219 See ChangeLog.2 for earlier changes.
17220
17221     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17222       Free Software Foundation, Inc.
17223
17224   This file is part of GNU Emacs.
17225
17226   GNU Emacs is free software: you can redistribute it and/or modify
17227   it under the terms of the GNU General Public License as published by
17228   the Free Software Foundation, either version 3 of the License, or
17229   (at your option) any later version.
17230
17231   GNU Emacs is distributed in the hope that it will be useful,
17232   but WITHOUT ANY WARRANTY; without even the implied warranty of
17233   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17234   GNU General Public License for more details.
17235
17236   You should have received a copy of the GNU General Public License
17237   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17238
17239 ;; Local Variables:
17240 ;; coding: utf-8
17241 ;; fill-column: 79
17242 ;; add-log-time-zone-rule: t
17243 ;; End: