Use the group name instead if "nndraft".
[gnus] / lisp / ChangeLog
1 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nndraft.el (nndraft-request-expire-articles): Use the group name
4         instead if "nndraft".  Fix found by Nils Ackermann.
5
6 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9         (mm-mime-charset)
10         * rfc2047.el (rfc2047-syntax-table)
11         * utf7.el (utf7-utf-16-coding-system): Comment fix.
12
13         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
14         rather than `insert-file-contents' and `eval-region'.
15
16         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
17         construction.
18
19         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
20
21         * time-date.el: No need to require cl for Emacs 21.
22
23 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * mail-source.el (mail-source-report-new-mail)
26         * message.el (message-default-mail-headers)
27         * mm-decode.el (mm-valid-image-format-p): Comment fix.
28
29         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
30
31 2010-09-28  Julien Danjou  <julien@danjou.info>
32
33         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
34         mail-address contains the same string as real-name.
35
36         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
37         non-blank in header, otherwise it'll get stripped.
38
39         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
40         real-name, and then for mail address rather than doing : or , search.
41
42 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
45         x-focus-frame.
46
47         * nnimap.el (auth-source-forget-user-or-password)
48         (auth-source-user-or-password): Autoload.
49
50         * message.el (message-from-style, message-interactive)
51         (message-cite-prefix-regexp, message-sendmail-envelope-from)
52         (message-yank-prefix, message-indentation-spaces, message-signature)
53         (message-signature-file): Add comment.
54
55 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
58         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
59         new articles.
60
61         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
62         parts.
63         (nnimap-request-article): Work with the t setting, too.
64
65         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
66         that you don't get flashes of other buffers.
67         (gnus-summary-show-complete-article): Intern before setting.
68
69 2010-09-27  David Engster  <dengste@eml.cc>
70
71         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
72         well as HEADERS.
73         (nnmairix-retrieve-headers): Provide new argument for the above.
74
75 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-sum.el (gnus-summary-move-article): Don't alter
78         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
79         group.
80
81         * nnimap.el (nnimap-update-info): Don't destructively alter active.
82
83         * message.el (message-cite-prefix-regexp): Revert my last edit.
84
85         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
86         variable instead of the Gnus variable.
87
88         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
89
90         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
91         again.
92
93         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
94         since some servers don't like it.
95         (nnimap-open-connection): Forget credentials if the server says the
96         password was wrong.
97         (nnimap-parse-line): Protect against invalid data.
98
99         * gnus-sum.el (gnus-summary-move-article): Add comment.
100         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
101         nothing alters it while scanning for new messages.
102
103         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
104         which may or may not help.
105         (nnimap-open-connection): If we're doing a stream connection, and then
106         discover we're on a STARTTLS-capable server, then open a STARTTLS
107         connection instead.
108
109 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
110
111         * sieve-manage.el (sieve-manage-default-stream): Make default stream
112         customizable.
113
114 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (utf7): Required.
117
118         * message.el (message-cite-prefix-regexp): Remove "}" from citation
119         prefix.
120
121 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
122
123         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
124
125 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * nnimap.el (nnimap-request-accept-article): Message the error on
128         error.
129
130 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
133
134 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
135
136         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
137         handing broken links to browse-url.
138
139 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * nndoc.el (nndoc-request-list): Return success always.
142
143         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
144         `fetch-old' -- we only want to fetch the articles we've requested.  The
145         rest are in the agent, probably.
146         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
147         disappeared server" to something low.  It's not important.
148
149         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
150         arrived before the FETCH data.
151
152         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
153         target here, because we don't know the Gnus name of the group.
154
155         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
156         for the correct group.
157
158         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
159
160         * gnus.el (gnus): Give a final warning after startup.
161
162         * gnus-util.el (gnus-action-message-log): New variable.
163         (gnus-message): Use it.
164         (gnus-final-warning): New function.
165
166         * nnimap.el (nnimap-open-connection): Record the greeting.
167         (nnimap): Add greeting.
168
169 2010-09-26  Julien Danjou  <julien@danjou.info>
170
171         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
172         arguments.
173         (gnus-html-wash-images): Fix spec computing to include start/end.
174
175         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
176
177 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
180         deletion.
181         (nnimap-retrieve-headers): Don't select the group, because that's
182         already done by nnimap-possibly-change-group.
183
184         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
185         (gnus-picon-transform-address): Use it.
186
187         * mail-source.el (mail-source-value): Revert previous patch.
188
189         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
190         on failure.
191         (nnimap-open-connection): Look up both virtual and physical server name
192         credentials.
193
194         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
195
196 2009-02-07  Dave Love  <fx@gnu.org>
197
198         * tls.el (open-tls-stream): Don't query killing process.
199
200 2009-02-08  Dave Love  <fx@gnu.org>
201
202         * gnus-win.el (gnus-window-to-buffer-helper,
203         gnus-all-windows-visible-p): Function needn't be a symbol.
204
205         * mail-source.el (mail-source-value): Function needn't be a symbol.
206
207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * message.el (message-cite-prefix-regexp): Remove } from the cite
210         prefix.
211
212         * gnus-art.el (gnus-treatment-function-alist): Do picons before
213         highlight again, so that the highlight is correct.
214
215         * gnus-picon.el (gnus-picon): Remove again.
216         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
217
218         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
219         doing the header highlightling, so that the background colour of the
220         picon is correct.
221
222         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
223         (gnus-picon): Ditto.
224         (gnus-picon): Reinstate.  The background colour for picons is white.
225         (gnus-picon-insert-glyph): Make the background white.
226
227         * nnml.el (nnml-open-nov): Don't return dead buffers.
228
229         * auth-source.el (auth-source-create): Query the user for whether to
230         store the credentials.
231
232         * netrc.el (netrc-store-data): New function.
233
234         * auth-source.el (auth-source-user-or-password): Use the existing auth
235         sources, if any, for creation.
236
237         * gnus.el (gnus-group-fast-parameter): Return the last matching
238         parameter instead of the first matching parameter.
239
240 2010-09-26  Julien Danjou  <julien@danjou.info>
241
242         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
243
244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * mml2015.el (mml2015-use): Remove gpg support.
247
248         * mml1991.el (mml1991-function-alist): Remove gpg function.
249         (mml1991-gpg-sign): Removed.
250
251 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
252
253         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
254         (gnus-browse-unsubscribe-current-group): Document it.
255         (gnus-browse-unsubscribe-group): Use it.
256
257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
260         address to the To list for easier response.
261
262         * gnus.el (gnus-play-startup-jingle): Removed.
263         (gnus-splash): Don't play jingle.
264         (gnus): Silence gnus-load message.
265
266         * gnus-art.el (gnus-treat-play-sounds): Removed.
267
268         * gnus.el (gnus-play-jingle): Remove audio support.
269
270         * gnus-cus.el (gnus-score-customize): Remove audio reference.
271
272         * earcon.el: Removed -- no users.
273
274         * gnus-audio.el: Removed -- no users of this package.
275
276         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
277
278         * gnus-start.el (gnus-setup-news): Remove nocem support.
279
280         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
281
282         * gnus.el (gnus-use-nocem): Removed.
283
284         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
285         Removed.
286
287         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
288         uses NoCeM any more.
289
290         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
291         (gnus-button-ctan-handler): Ditto.
292         (gnus-button-handle-ctan-bogus-regexp): Ditto.
293         (gnus-button-ctan-directory-regexp): Ditto.
294         (gnus-button-handle-ctan): Ditto.
295         (gnus-button-tex-level): Ditto.
296         (gnus-button-alist): Removed CTAN stuff.
297
298 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
301         nnimap-streaming test.
302
303         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
304         servers twice.
305
306         * nnimap.el (nnimap-open-connection): Add more error reporting when
307         nnimap fails early.
308
309         * nnheader.el (nnheader-get-report-string): New function.
310         (nnheader-get-report): Use it.
311
312         * gnus-int.el (gnus-check-server): Say what the error was when opening
313         failed.
314
315         * nnimap.el (nnimap-wait-for-response): Search further when we're not
316         using streaming.
317
318 2010-09-25  Julien Danjou  <julien@danjou.info>
319
320         * gnus-html.el (gnus-html-rescale-image): Use our defalias
321         gnus-window-inside-pixel-edges.
322
323 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
326
327         * mm-decode.el (mm-save-part): Allow saving to other directories the
328         normal Emacs way.
329
330         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
331         by Jay Berkenbilt.
332
333         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
334         there isn't a single byte.
335
336         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
337         just do it.  It doesn't really seem to matter what the user responds
338         here, I think, so it's just a confusing question.
339
340         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
341         non-streaming case.
342
343         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
344         (gnus-article-encrypt-body): Use it.
345
346         * gnus-sum.el (gnus-summary-show-complete-article): New command and
347         keystroke.
348
349         * nnimap.el (nnimap-find-wanted-parts-1): Use
350         gnus-fetch-partial-articles.
351
352         * gnus-art.el (gnus-fetch-partial-articles): New variable.
353
354         * nnimap.el (nnimap-insert-partial-structure): New function.
355         (nnimap-get-partial-article): New function.
356         (nnimap-request-article): Use it.
357         (nnimap-wait-for-response): Return whether the wait was successful.
358         (nnimap-finish-retrieve-group-infos): Don't do anything if the
359         retrieval wasn't successful.
360         (nnimap-retrieve-group-data-early): Allow throttling servers.
361         (nnimap-streaming): New variable.
362         (nnimap-fetch-partial-articles): Removed.
363
364         * mm-decode.el (mm-with-part): Protect against killed buffers.
365
366         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
367         for prettier summary display.
368
369 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
370
371         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
372         directly.
373
374 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
377         apparently third-party libraries depend on it.
378
379         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
380         before starting negotiation.
381
382         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
383         privacy reasons.
384         (gnus-treat-mail-gravatar): Ditto.
385
386         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
387         buffer when inserting images.  Inserting text into the headers, for
388         instance, can make them invalid.
389
390 2010-09-25  Julien Danjou  <julien@danjou.info>
391
392         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
393         variables.
394
395         * nnheader.el: Remove useless variables news-reply-yank-from and
396         news-reply-yank-message-id.
397
398         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
399         variables.
400
401         * mml1991.el: Remove useless mml1991-verbose.
402
403         * gnus.el: Remove useless variable gnus-use-generic-from.
404         Remove obsolete variable gnus-topic-indentation.
405
406         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
407
408         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
409
410         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
411
412         * gnus-group.el: Remove useless gnus-group-icon-cache.
413         Remove useless gnus-ephemeral-group-server.
414
415         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
416
417         * mml2015.el: Remove useless mml2015-verbose.
418
419         * mml-smime.el: Remove useless mml-smime-verbose.
420
421         * gnus.el: Remove useless gnus-local-domain.
422
423         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
424         gnus-gravatar-size.
425
426         * gnus-art.el: Remove useless gnus-treat-translate.
427
428 2010-09-24  Julien Danjou  <julien@danjou.info>
429
430         * gnus-sum.el: Add support for Gravatars.
431
432         * gnus-art.el: Add support for Gravatars.
433
434         * gnus-gravatar.el: Add this file.
435
436         * gravatar.el: Add this file.
437
438 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
441
442         * gnus-group.el (gnus-group-fetch-faq): Removed.
443
444         * gnus.el (gnus-group-faq-directory): Removed.
445
446         * gnus-group.el (gnus-group-fetch-charter): Removed.
447
448         * gnus.el (gnus-group-charter-alist): Removed.
449
450         * gnus-group.el (gnus-group-archive-directory): Removed.
451         (gnus-group-recent-archive-directory): Ditto.
452         (gnus-group-make-archive-group): Removed.
453
454         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
455
456         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
457         use the same article number for all the cached articles.
458
459         * nnimap.el (nnimap-command): Register the last command time so
460         that we can use it for idling NOOPs.
461         (nnimap-open-connection): Start the keeplive timer.
462         (nnimap-make-process-buffer): Store all the process buffers.
463         (nnimap-keepalive): New function.
464
465         * starttls.el: (starttls-open-stream): Add autoload cookie.
466
467 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
468
469         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
470         handling.
471
472 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
475         its data structures.
476
477         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
478         instead of the cl.el copy-list.
479         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
480         equalp.
481
482 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
485         and tool-bar-local-item-from-menu.
486
487         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
488         mode-line-highlight face for Emacs.
489
490         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
491         loading gnus-sum.elc; fix comment for canlock-verify.
492         (gnus-article-jump-to-part): Use read-number.
493         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
494         Emacs pre-21 compatible code for help-echo.
495         (gnus-article-next-page-1): No need to adjust the number of lines.
496         (gnus-article-describe-bindings): Always use help-buffer.
497
498         * gnus-audio.el (gnus-audio-inline-sound)
499         * gnus-cus.el (gnus-custom-mode)
500         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
501
502         * gnus-sum.el (gnus-remove-overlays): Doc fix.
503
504         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
505         compatible code.
506
507 2010-09-24  Glenn Morris  <rgm@gnu.org>
508
509         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
510         visiting the fcc file in rmail-mode.
511
512         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
513
514 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * nnir.el: Silence the byte compiler.
517
518         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
519         alias to browse-url-url-encode-chars if any.
520         (gnus-html-encode-url): Use it.
521
522 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-start.el (gnus-use-backend-marks): New variable.
525         (gnus-get-unread-articles-in-group): Use it.
526
527         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
528         makeover.
529
530 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
531
532         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
533
534 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
537         Removed.
538         (gnus-setup-news-hook): Removed
539         gnus-fixup-nnimap-unread-after-getting-new-news.
540
541         * gnus-int.el (gnus-request-update-info): Protect against backends not
542         having the function.
543
544         * nnimap.el (nnimap-stream): Mention starttls.
545         (nnimap-open-connection): Add starttls support.
546
547 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
548
549         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
550
551 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
554         BODYSTRUCTUREs.
555         (nnimap-transform-headers): Unfold quoted {42} headers.
556
557         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
558         the info.
559         (gnus-get-unread-articles): Only call updatep on backends that support
560         it.
561
562         * nnweb.el (nnweb-request-update-info): NOOP.
563
564         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
565
566         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
567         since it only deals with marks.
568
569         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
570         gnus-request-marks, and make a new gnus-request-update-info.
571
572         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
573         the active instead of the high number, which is usually too low.
574
575 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * netrc.el (netrc-parse): Remove encrypt.el mentions.
578         * encrypt.el: Removed.
579
580 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
583         server in symbolic form.
584
585         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
586         0.9.
587
588 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
591         (nnimap-update-info): Fix up code slightly.
592
593         * gnus-int.el (gnus-open-server): Add tracing for performance
594         debugging.
595
596         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
597         (gnus-group-insert-group-line): Pass the real group name so that it
598         gets the right data.
599
600         * gnus-start.el (gnus-get-unread-articles): Don't have
601         `gnus-get-unread-articles-in-group' update info, since that can be
602         really slow and doesn't seem to be needed?
603
604 2010-09-22  Dan Christensen  <jdc@uwo.ca>
605
606         * time-date.el (date-to-time): Try using parse-time-string first before
607         using the slower timezone-make-date-arpa-standard.
608
609 2010-09-22  Julien Danjou  <julien@danjou.info>
610
611         * gnus-group.el (gnus-group-insert-group-line): Call
612         gnus-group-highlight-line.
613         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
614         default hook list.
615         (gnus-group-update-eval-form): Add new function.
616         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
617         (gnus-group-get-icon): Use gnus-group-update-eval-form.
618
619 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
622         immediate, then expire all articles.
623         (nnimap-update-info): Fix off-by-one errors.
624         (nnimap-flags-to-marks): Would return no marks lists for group with no
625         flags.  Instead return the other data.
626
627 2010-09-22  Julien Danjou  <julien@danjou.info>
628
629         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
630         Only return an icon.
631         (gnus-group-insert-group-line): Compute icon to return.
632
633         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
634         variable.
635         (gnus-html-image-fetched): Only cache if
636         gnus-html-image-automatic-caching is set.
637         (gnus-html-image-fetched): Check for errors.
638
639 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
642         once per method on `g'.  This ensures that backends like nnfolder don't
643         open all their folders.
644
645         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
646         (nnimap-request-list): Nix out group in the correct buffer.
647         (nnimap-parse-flags): Implement by using `read' instead of
648         hand-parsing.
649         (nnimap-flags-to-marks): Pass on permanent-flags.
650         (nnimap-make-process-buffer): Record the server name.
651         (nnimap-parse-flags): Fix typo.
652         (nnimap-request-scan): Run split on the server in general, not just a
653         single group.
654
655         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
656         parameter, and propagate this downwards.
657
658         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
659         since EXAMINE changes it on the server.
660
661         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
662         this command might take a while.
663
664 2010-09-22  Julien Danjou  <julien@danjou.info>
665
666         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
667         harmful if you have 2 images side-by-side, they can't be properly
668         update on text deletion.  Using text-property is safer here.
669         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
670         data.
671
672 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * nnimap.el (nnimap-expunge-inbox): Removed.
675         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
676         (nnimap-expunge): Flip default to t.
677
678         * gnus.el (gnus-method-to-server): Don't push things to the cache
679         unless it's unique.
680         (gnus-server-to-method): Ditto.
681
682 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
685
686 2010-09-22  Julien Danjou  <julien@danjou.info>
687
688         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
689         get the start of data.
690         (gnus-html-encode-url): Add this function to encode special chars in
691         URL.
692         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
693         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
694
695         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
696         default.
697         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
698
699         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
700         images alt-text.
701         (gnus-html-put-image): Put alt-text as help-echo.
702
703 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
706         * mm-util.el (mm-decompress-buffer)
707         * nnir.el (nnir-run-find-grep)
708         * pop3.el (pop3-list): Use 3rd arg of split-string.
709
710         * time-date.el (format-seconds): Comment fix.
711
712         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
713         and byte-optimize-form-code-walker.
714         (dgnushack-make-auto-load): Don't advise make-autoload.
715
716         * lpath.el: Remove Emacs 21 stuff.
717
718 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
721         outside the active range.  Suggested by Dan Christensen.
722
723         * gnus-start.el (gnus-get-unread-articles): Get the extended method
724         slightly later to avoid double-getting it.
725
726         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
727         previous patch.
728
729         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
730
731 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
732
733         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
734
735 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-int.el (gnus-open-server): Give a better error message in the
738         "go offline" case.
739
740         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
741         marks for nnimap, which is seldom the right thing to do.
742
743         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
744         (gnus-same-method-different-name): New function.
745
746         * nnimap.el (parse-time): Require.
747
748         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
749         method in the presence of many similar methods.
750
751         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
752
753         * nnimap.el (nnimap-find-expired-articles): Don't refer to
754         nnml-inhibit-expiry.
755
756         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
757         find out whether methods are equal.
758
759         * nnimap.el (nnimap-find-expired-articles): New function.
760         (nnimap-process-expiry-targets): New function.
761         (nnimap-request-move-article): Request the article before looking at
762         what the Message-ID is.  Fix found by Andrew Cohen.
763         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
764
765         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
766         for oldness in addition to being a predicate.
767
768         * nnimap.el (nnimap-request-group): When we have zero articles, return
769         the right data to Gnus.
770         (nnimap-request-expire-articles): Only delete articles immediately if
771         the target is 'delete.
772
773         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
774         method, this would bug out.
775
776         * gnus-group.el (gnus-group-expunge-group): Renamed from
777         gnus-group-nnimap-expunge, and implemented as a normal interface
778         function.
779
780         * gnus-int.el (gnus-request-expunge-group): New function.
781
782         * nnimap.el (nnimap-request-create-group): Implement.
783         (nnimap-request-expunge-group): New function.
784
785 2010-09-21  Julien Danjou  <julien@danjou.info>
786
787         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
788         (gnus-html-cache-expired): Add new function.
789         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
790         wethever we should display image for fetch it.
791         Compute alt-text earlier to pass it to the fetching function too.
792         (gnus-html-schedule-image-fetching): Change function argument to only
793         get one image at a time, not a list.
794         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
795         cache.
796         (gnus-html-get-image-data): New function to retrieve image data from
797         cache.
798         (gnus-html-put-image): Change buffer argument to use image data rather
799         than file, and place image above region rather than inserting a new
800         one. Do not take alt-text as argument, since it's useless now: we place
801         the image above alt-text.
802         (gnus-html-prune-cache): Remove.
803         (gnus-html-show-images): Start to fetch image when we find one, do not
804         push into a temporary list.
805         (gnus-html-prefetch-images): Only fetch image if they have expired.
806         (gnus-html-browse-image): Fix, use 'gnus-image-url.
807         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
808
809 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
812
813 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
816         spec inser "*" if the group isn't active instead of 0.
817
818         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
819         opening the server.
820         (nnimap-request-delete-group): Implement group deletion.
821         (nnimap-transform-headers): Return the size of the entire message in
822         the Bytes header, not just the size of the first part.
823         (nnimap-request-move-article): When moving an article from nnimap,
824         request the article first so the accepting form has an article to
825         accept.  Reported by Dan Christensen.
826         (nnimap-command): Make sure that the error message doesn't error out.
827
828 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
829
830         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
831         we haven't requested anything.
832
833 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
836         "".  Fix found by Andrew Cohen.
837
838         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
839         instead of -encode-string.
840
841 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
844
845         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
846         by mm-subst-char-in-string.
847
848 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
851         waiting for the connection string.
852
853         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
854         arriving.
855
856         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
857         bogus characters.  This allows selecting certain Gmail groups.
858
859         * nnimap.el (nnimap-find-wanted-parts-1): New function.
860         (nnimap-fetch-partial-articles): New variable.
861         (nnimap-open-connection): When looking for credentials, also use the
862         nnimap-server-port.
863         (nnimap-request-article): Return the group/article number, so that Gnus
864         `^' works as expected.
865         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
866         them.
867
868         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
869         comments.
870         (gnus-methods-sloppily-equal): New function.
871         (gnus): When using the development version of Gnus, load the gnus-load
872         file.
873
874         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
875         `gnus-open-server' on each method before trying to scan them etc.  This
876         ensures that all the backend parameters are set correctly.
877
878         * nnimap.el (nnimap-authenticator): New variable.
879         (nnimap-open-connection): Allow anonymous login.
880         (nnimap-transform-headers): The chars header is called Chars not
881         Bytes.
882         (nnimap-wait-for-response): Don't infloop if the IMAP connection
883         drops.
884
885         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
886         patch, found by Knut Anders Hatlen.
887
888 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
889
890         * gnus-agent.el (gnus-agent-batch-confirmation)
891         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
892         to gnus-message.
893         * gnus-art.el (gnus-article-describe-briefly): Likewise.
894         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
895         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
896         * gnus-int.el (gnus-open-server): Likewise.
897         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
898         (gnus-score-check-syntax): Likewise.
899         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
900         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
901         Likewise.
902         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
903
904 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
907         calling conventions so that prefetch doesn't bug out.
908
909 2010-09-19  Julien Danjou  <julien@danjou.info>
910
911         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
912         rather than `subst-char-in-region' in order to be able to replace ASCII
913         char by UTF-8 ones.
914
915         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
916         than curl.
917         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
918         the right URL and ALT text on images.
919         (gnus-html-wash-tags): Fix tag case.
920         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
921         (gnus-article-html): Add -o display_ins_del=2 option.
922         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
923
924 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
927         the extra mail headers, which sometimes seem to happen for unknown
928         reasons.
929
930         * mail-parse.el (mail-header-encode-parameter): Define as
931         rfc2045-encode-string instead of as rfc2231-encode-string, since some
932         (or most, perhaps?) mail readers don't understand the latter, but do
933         understand the former.
934
935         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
936         to nil, so that no methods are automatically agentized.  I think this
937         is probably what most users want.
938
939         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
940         from url-retrieve, for instance about invalid URLs.
941
942         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
943         groups that have no articles.
944         (nnimap-request-article): Check that we really got an article when we
945         requested one.
946
947         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
948         doesn't exist.
949
950         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
951         nntp buffer so the agent can save it.
952         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
953         that CRLF doesn't get translated to \n.
954         (nnimap-open-connection): Don't make 'shell commands only send \n.
955
956 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
957
958         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
959         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
960         Update var name.
961         (nnml-generate-nov-file): Use dolist.
962         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
963         Use with-current-buffer.
964
965 2010-09-18  Julien Danjou  <julien@danjou.info>
966
967         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
968         parallel.
969
970 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * nnimap.el (nnimap-update-info): When doing partial marks update, get
973         the range update right.
974         (nnimap-request-group): Don't make `M-g' bug out on group with no
975         marks.
976         (nnoo): Required, so that other packages can require nnimap.
977         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
978         command we're looking for.  This helps when the server sends more
979         responses after we've gotten everything we expected.
980         (nnimap): Add a `newlinep' field to keep track of end-of-line
981         conventions.
982         Don't send CRLF to things that don't want it.
983         (nnimap-request-accept-article): Ditto.
984
985 2010-09-18  Julien Danjou  <julien@danjou.info>
986
987         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
988         than curl to retrieve images.
989
990 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-update-info): Extend the info so that we can set
993         the marks.
994         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
995         (nnimap-wait-for-connection): New function.
996         (nnimap-open-connection): If we have PREAUTH, don't query for login
997         credentials.
998         (nnimap-update-info): Fix off-by-one error when concatenating ranges
999         when doing a partial update.
1000
1001 2010-09-18  Julien Danjou  <julien@danjou.info>
1002
1003         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1004         tags.
1005
1006 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * nnimap.el (nnimap-credentials): New function.
1009         (nnimap-open-connection): Use the new function to look for credentials
1010         also on the numeric equivalents of "imap" and "imaps".
1011
1012         * gnus-start.el (gnus-activate-group): Send the info to
1013         gnus-request-group.
1014
1015         * nnimap.el (nnimap-request-group): Have the "check" version of the
1016         function parse flags and update the info, so that a `M-g' get a total
1017         resync of all flags from the group.
1018
1019         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1020         to allow backends to alter the info on group selection.  Also alter all
1021         the backend -request-group functions to take the parameter.
1022
1023         * nnimap.el (nnimap-store-info): New function.
1024         (nnimap-update-info): Store the info for later usage.
1025         (nnimap-request-group): Use the stored info for the dont-check case, so
1026         that we don't retrieve all marks when we enter a group.
1027
1028         * nnimap.el: Use deffoo instead of defun for interface functions.
1029
1030         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1031         update the group info.  This makes the nndraft groups, for instance, go
1032         back to their old behaviour.
1033
1034         * gnus-sum.el (gnus-select-newsgroup): Indent.
1035
1036         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1037         in.
1038         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1039         nothing.
1040
1041         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1042         from methods that are denied.
1043
1044         * gnus-int.el (gnus-method-denied-p): New function.
1045
1046         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1047         store the password instead of netrc.
1048         (nnimap-open-connection): Don't error out when we can't make a
1049         connections.
1050
1051         * auth-source.el (auth-source-create): In the password prompt, say what
1052         we're querying for.  Also prompt for user name if that hasn't been
1053         given.
1054
1055         * nnimap.el (nnimap-with-process-buffer): Removed.
1056
1057 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1060         method when we're reading from the agent.
1061
1062         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1063
1064         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1065         that's probably most useful for users.
1066
1067         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1068         "failed" all the time.
1069
1070         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1071         ...)) with (with-current-buffer ... ).
1072
1073         * nntp.el (nntp-open-server): Return whether the open was successful or
1074         not.
1075
1076         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1077         select an unread unseen article first.
1078
1079         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1080         /etc/services, supply some sensible port defaults.
1081
1082         * dgnushack.el: Define netrc-credentials.
1083
1084 2010-09-17  Julien Danjou  <julien@danjou.info>
1085
1086         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1087
1088 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1089
1090         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1091         doesn't have any parameters.
1092
1093 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1096         only upcased checks.
1097
1098         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1099
1100         * nnimap.el (nnimap-open-shell-stream): New function.
1101         (nnimap-open-connection): Use it.
1102         (nnimap-transform-headers): Get the number of lines in each message.
1103         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1104         number of lines.
1105         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1106         problem.
1107
1108         * utf7.el (utf7-encode): Autoload.
1109
1110         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1111         to allow the mail splitting to not return a default group.  This is
1112         useful for nnimap, which will leave unmatched mail in the inbox.
1113
1114         * nnimap.el: Rewritten.
1115
1116         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1117         nnimap usage.
1118
1119         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1120         if the move is internal, so that nnimap can do fast internal moves.
1121
1122         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1123         data.
1124         (gnus-read-active-for-groups): Support finishing the early retrieval of
1125         data.
1126
1127         * gnus-range.el (gnus-range-nconcat): New function.
1128
1129         * gnus-int.el (gnus-finish-retrieve-group-infos)
1130         (gnus-retrieve-group-data-early): New functions.
1131
1132 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1133
1134         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1135         (nnrss-retrieve-groups):
1136         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1137         (pop3-quit): Use with-current-buffer.
1138
1139 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1142         instead of nnheader-accept-process-output.
1143
1144         * dgnushack.el (dgnushack-compile): Add comment.
1145
1146         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1147
1148         * gnus-html.el (gnus-html-schedule-image-fetching)
1149         (gnus-html-prefetch-images): Replace process-kill-without-query by
1150         gnus-set-process-query-on-exit-flag.
1151
1152 2010-09-16  Romain Francoise  <romain@orebokech.com>
1153
1154         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1155
1156 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1159         parameter to unintern is mandatory-ish in Emacs 24.
1160
1161         * gnus-html.el (gnus-html-schedule-image-fetching)
1162         (gnus-html-prefetch-images): Check for curl before using it.
1163
1164         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1165         depend on curl, which isn't essential.
1166
1167         * imap.el: Revert back to version
1168         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1169         seem problematic.
1170
1171 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1172
1173         * gnus-registry.el (gnus-registry-install-shortcuts):
1174         Explicitly pass `obarray' to `unintern' to avoid a warning.
1175
1176 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1179         change.
1180
1181         * nnrss.el (nnrss-request-list): Removed this function and related
1182         functions, including the moreover stuff.
1183
1184 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnrss.el (nnrss-retrieve-groups): New function.
1187
1188 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1189
1190         * .dir-locals.el: Add no-byte-compile cookie.
1191
1192 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * time-date.el (format-seconds): Comment fix.
1195
1196         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1197         for back end that doesn't support request-scan.
1198
1199 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1202         then do request scans from the backends.
1203
1204         * netrc.el (netrc-credentials): New conveniency function.
1205
1206         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1207         avoid running a hook per line, since this takes a lot of time,
1208         profiling shows.
1209         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1210         directly if gnus-visual-p is true.
1211
1212 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1215         groups; replace mapcar with dolist which is a bit faster; pass groups
1216         info to gnus-read-active-file-1.
1217         (gnus-read-active-file-1): Scan only specified groups if the new
1218         optional arg `infos' is given.
1219
1220 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1223
1224         * pop3.el (pop3-movemail): Removed.
1225         (pop3-streaming-movemail): Renamed to pop3-movemail.
1226
1227         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1228         don't restrict end-tag searches to the end of the line.
1229
1230 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1233         articles of every unchecked group to t, which means unknown since the
1234         server has never been opened.
1235
1236 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-html.el (gnus-html-show-alt-text): New command.
1239         (gnus-html-browse-image): Ditto.
1240         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1241         to browse the image directly.
1242         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1243         better.
1244
1245         * gnus-async.el (gnus-async-article-callback): Call
1246         `gnus-html-prefetch-images' unconditionally.
1247
1248         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1249         before feeding URLs to curl.
1250
1251 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1254         internal images as deletable by `W D D'.
1255
1256         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1257         (gnus-async-article-callback): Fix typo.
1258
1259 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1262         current line to work around bugs in the output from w3m.
1263
1264         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1265         for groups that want that.
1266
1267         * nntp.el (nntp-wait-for-string): Supply a timeout for
1268         accept-process-output to ensure progress.
1269
1270         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1271         level to get unread articles from, then use that for foreign groups,
1272         too.
1273
1274         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1275         confuses the rest of the function.
1276
1277         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1278         for the methods that support -retrieve-groups, too.
1279
1280         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1281
1282 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1285         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1286
1287         * pop3.el: Require cl when compiling.
1288         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1289
1290 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1293         that aren't going to be activated.
1294         (gnus-get-unread-articles): Fix up the last commit.
1295
1296         * gnus-html.el (gnus-article-html): Allow calling without specifying
1297         the handle.  In that case, dissect the buffer first.
1298
1299         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1300
1301         * nnimap.el (nnimap-open-connection): Revert the change that would look
1302         into authinfo for imaps instead of imap.
1303
1304         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1305         say that you don't want to call gnus-request-group with don-check, but
1306         do check the reponse.  This is for virtual groups only.
1307         (gnus-get-unread-articles): Count the archive groups as secondary, so
1308         that they're activated the same way as before.
1309
1310         * imap.el (imap-message-map): Removed optional buffer parameter, since
1311         no callers use it.
1312         (imap-message-get): Ditto.
1313         (imap-message-put): Ditto.
1314         (imap-mailbox-map): Ditto.
1315         (imap-mailbox-put): Ditto.
1316         (imap-mailbox-get): Ditto.
1317         (imap-mailbox-get): Revert last change for this function.
1318
1319         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1320         case-insensitively.
1321         (nnimap-debug): Removed.
1322
1323         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1324         to use `imap-fetch' instead.  According to the comments, this should be
1325         safe, since all other IMAP clients use the 1:* syntax.
1326         (imap-enable-exchange-bug-workaround): Removed.
1327         (imap-debug): Removed -- doesn't seem very useful.
1328
1329         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1330         mail from a file, and the file doesn't exist.
1331
1332         * imap.el (imap-log): New convenience function used throughout instead
1333         of repeating the same code all over the place.
1334
1335         * pop3.el (pop3-streaming-movemail): Return t for success.
1336
1337         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1338         .authinfo if we're using ssl connection.
1339
1340         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1341         already have if we're in a main Gnus `g' run.
1342
1343         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1344
1345 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1348
1349         * nnmh.el (nnmh-request-list-1): Bind `file'.
1350
1351         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1352         alias to set-process-query-on-exit-flag or process-kill-without-query.
1353         (pop3-open-server): Use it.
1354
1355 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1358         box to the Incoming file.  Fixes mistake in previous checkin.
1359
1360         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1361         request loop (for debugging purposes) removed.
1362
1363         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1364         culprit is more visible.
1365         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1366         (nnml-add-incremental-nov): New functions to do "incremental" nov
1367         updates, where we just append to the end of the existing nov files
1368         without reading/writing them in full.
1369
1370         * mail-source.el (mail-source-delete-crash-box): Really only check the
1371         incoming files once in a while.
1372
1373         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1374
1375         * mail-source.el (mail-source-delete-crash-box): Only check the
1376         incoming files for deletion once per day to save a lot of file
1377         accesses.
1378
1379         * pop3.el (pop3-logon): Fix up unbound variable typo.
1380
1381         * mail-source.el (pop3-streaming-movemail): Autoload.
1382
1383         * pop3.el (pop3-streaming-movemail): Respect
1384         pop3-leave-mail-on-server.
1385
1386         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1387         retrieval.
1388
1389         * pop3.el (pop3-process-filter): Removed unused function.
1390         (pop3-streaming-movemail, pop3-send-streaming-command)
1391         (pop3-wait-for-messages, pop3-write-to-file)
1392         (pop3-number-of-responses): New functions for streaming pop3
1393         retrieval.
1394
1395         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1396         come from no known methods.
1397         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1398         list.
1399
1400         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1401         message sizes.
1402         (pop3-movemail): Use erase-buffer instead of looping and deleting
1403         regions, which seems rather odd.
1404
1405         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1406         file once per `g' run.
1407
1408         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1409         directories.  This makes the draft queue directory work.
1410
1411         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1412         data from the backends, so that we only request the list of groups from
1413         each method once.  This should speed things up considerably.
1414
1415         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1416         detect that it's not implemented.
1417
1418         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1419         we actually do recurse down into the tree, but don't stat all leaf
1420         nodes.
1421
1422         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1423         then say so instead of bugging out.
1424
1425         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1426         files exist before trying to read them.
1427
1428         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1429         around <pre_int>.
1430
1431         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1432
1433         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1434
1435 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * mm-util.el (mm-image-load-path): Just return the image directories,
1438         not all directories in the path in addition to the image directories.
1439         (mm-image-load-path): Maintain a cache of the image directories so that
1440         the `g' command in Gnus doesn't have to stat dozens of directories each
1441         time.
1442
1443         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1444         (gnus-html-wash-tags): Add a new `i' command to insert images.
1445         (gnus-html-insert-image): New command and keystroke.
1446         (gnus-html-redisplay-with-images): New command and keystroke.
1447         (gnus-html-show-images): Renamed command.
1448         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1449         spacers.
1450         (gnus-html-wash-tags): Decode entities at the end, so that entities
1451         inside the tags don't mess up the rest of the "parsing".
1452
1453         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1454         so that nnimap methods aren't agentized by default.  There's apparently
1455         many problems related to agent/imap behaviour.
1456
1457         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1458
1459         * gnus-html.el: Doc fix.
1460
1461 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1464         specifier-spec-list for Emacs 21.
1465
1466         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1467         glyph-width and glyph-height instead of display-graphic-p and
1468         image-size; make avoidance of displaying small images work for XEmacs.
1469
1470         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1471         for XEmacs.
1472
1473         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1474         of symbol that holds plist data.
1475         (gnus-process-plist): Remove plist of process after getting it.
1476
1477 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * message.el (message-generate-hashcash): Change default to
1480         'opportunistic if hashcash is installed.
1481
1482         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1483         (gnus-html-put-image): Only call image-size once, since it's somewhat
1484         time-consuming on remote X servers.
1485
1486 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1489         type on data, not a file name.
1490
1491         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1492         window-pixel-edges for Emacs 21.
1493
1494         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1495         decoded contents.
1496         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1497
1498 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1501         group line format, since it isn't very interesting.
1502
1503         * gnus-agent.el (gnus-agent-short-article),
1504         (gnus-agent-long-article): Increase values for these two variables,
1505         since most people are likely to have more network connection and
1506         storage than before.
1507
1508         * gnus.el (gnus-refer-article-method): Change default to 'current.
1509         When referring an article, the common behaviour is to refer it from the
1510         current select method, not the native select method.  The chances of
1511         the native select method having the message in question is rather slim
1512         these days.
1513
1514         * gnus-sum.el (gnus-auto-select-subject): Change default to
1515         `unseen-or-unread'.  I think it's likely that most people want to
1516         select an unseen article over a previously seen, but unread one.
1517
1518         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1519         means that in the article buffer none of the minor mode elements will
1520         be shown, usually, and this is not desirable in most cases.
1521
1522         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1523         that commands like `d' (and the like) go to the next line in the
1524         buffer, instead of the next unread article.  I think this is the
1525         behaviour that is most natural for most users.
1526         (gnus-single-article-buffer): Change default to nil, so that people can
1527         have as many article buffers open as they have summary buffer.  I think
1528         this is the most natural way for the groups to behave.
1529
1530         * message.el (message-generate-new-buffers): Change default to
1531         `unsent', so that all new message buffers start their names with the
1532         string "*unsent", and it's easier to find the buffers if you move from
1533         them.
1534
1535 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1538         small.  They're probably tracking images.
1539         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1540         (gnus-html-rescale-image): Yet another try at getting the image sizing
1541         right.
1542
1543         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1544         nntp-marks-file-name is nil.
1545
1546 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1547
1548         * gnus-html.el (gnus-html-wash-tags)
1549         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1550         Better logging.
1551
1552 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1555
1556         * gnus-html.el (gnus-html-wash-tags): Check the value of
1557         gnus-blocked-images in the summary buffer.
1558
1559 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1560
1561         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1562
1563 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1566         like "a", it seems like.
1567         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1568         since it needs to be picked from the correct buffer.
1569
1570         * nnwfm.el: Removed.
1571
1572         * nnlistserv.el: Removed.
1573
1574 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1575
1576         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1577         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1578
1579 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * nnkiboze.el: Removed.
1582
1583         * nndb.el: Removed.
1584
1585         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1586         alt text.
1587         (gnus-html-rescale-image): Try to get the rescaling logic right for
1588         images that are just wide and not tall.
1589
1590         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1591         overshadow variable bindings.
1592
1593 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * gnus-html.el (gnus-html-wash-tags)
1596         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1597         extra logging.
1598
1599 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1602         (gnus-max-image-proportion): New variable.
1603         (gnus-html-rescale-image): New function.
1604         (gnus-html-put-image): Rescale images.
1605
1606 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1607
1608         Fix up some byte-compiler warnings.
1609         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1610         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1611         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1612         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1613         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1614         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1615         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1616
1617 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-html.el (gnus-article-html): Decode contents by charset.
1620
1621 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1624         (gnus-html-frame-width, gnus-blocked-images)
1625         * message.el (message-prune-recipient-rules): Add custom version.
1626         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1627
1628         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1629         functions.
1630
1631         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1632         gnus-process-get.
1633
1634 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1635
1636         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1637         instead of lsub directly.
1638
1639 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * nnwarchive.el: Removed.
1642
1643         * gnus-soup.el: Removed.
1644
1645         * nnsoup.el: Removed.
1646
1647         * nnultimate.el: Removed.
1648
1649         * gnus-html.el (gnus-blocked-images): New variable.
1650
1651         * message.el (message-prune-recipients): New function.
1652         (message-prune-recipient-rules): New variable.
1653
1654         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1655         guess whether a long line is natural text or not.
1656
1657         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1658         gnus-process-plist and friends for compatibility.
1659
1660 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1661
1662         * gnus-html.el: Require packages that define macros used in this file.
1663         (gnus-article-mouse-face): Declare to silence byte-compiler.
1664         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1665         process-get.
1666         (gnus-html-put-image): Use plist-get to avoid getf.
1667         (gnus-html-prefetch-images): Use with-current-buffer.
1668
1669 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-ems.el: Provide compatibility functions for
1672         gnus-set-process-plist.
1673
1674         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1675         header-line-format for XEmacs 21.4.
1676
1677         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1678         * gnus.el (gnus-valid-select-methods)
1679         * message.el (message-send-mail-partially-limit)
1680         * mm-decode.el (mm-text-html-renderer)
1681         * mml.el (mml-insert-mime-headers-always)
1682         * smiley.el (smiley-regexp-alist): Bump custom version.
1683
1684 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-html.el: require mm-url.
1687         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1688         with the url to `url'.
1689         (gnus-html-wash-tags): Support cid: URLs/images.
1690
1691 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1694         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1695         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1696
1697         * gnus-move.el: Removed file, since it doesn't really work.
1698
1699         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1700         UTF-8.  This seems to fix problems with some German web feeds.
1701
1702         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1703         at the top so that the proper colours are applied.
1704
1705         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1706         don't have dots in their names.
1707
1708         * gnus-art.el (gnus-article-view-part): Doc fix.
1709
1710         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1711         XEmacs-compatible.
1712         (gnus-html-put-image): Don't do images on non-graphic displays.
1713
1714         * nnslashdot.el: Removed this unused backend.
1715
1716         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1717         actions.
1718         (gnus-undo-register-1): Revert last change.
1719
1720         * gnus-group.el (gnus-group-completing-read): Protect against not
1721         having completion-styles bound.
1722
1723         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1724         make broken recipients happier.
1725
1726         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1727
1728         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1729         point parameter.
1730
1731         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1732
1733         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1734         completion-styles for group selection.
1735
1736 2009-02-04  Andreas Schwab  <schwab@suse.de>
1737
1738         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1739         headers and regexp-quote the match if necessary.
1740
1741 2009-03-24  Miles Bader  <miles@gnu.org>
1742
1743         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1744         the blinking smiley.
1745
1746 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1747
1748         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1749         blink smiley.
1750
1751 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1754         where the dribbel file lives exists.
1755
1756         * message.el (message-send-mail-partially-limit): Change the default to
1757         nil, since most people don't want this.
1758
1759         * mm-url.el (mm-url-decode-entities): Also decode entities like
1760         &#x3212.
1761
1762 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1763
1764         * gnus-sum.el (gnus-summary-idna-message):
1765         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1766         Hyperlink urls in docstrings with URL `...'.
1767
1768 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1769
1770         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1771         functions.
1772
1773 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1776         say what the mouseover text should be.
1777
1778         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1779         version of the mm-w3m-safe-url-regexp variable to only download images
1780         in the groups where we want that to happen.
1781
1782         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1783
1784         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1785         easier debugging.
1786         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1787         big pictures in the article buffer.
1788
1789         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1790         gnus-article-html.
1791         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1792         w3m.
1793
1794         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1795
1796 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1799         which doesn't exist.
1800
1801         * message.el (message-inhibit-ecomplete): New variable to allow some
1802         function to inhibit ecomplete address storage.
1803         (message-resend): Disable ecomplete message storage when resending
1804         messages.
1805
1806         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1807
1808 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1811         Save excursion while copying, moving, and deleting articles in order to
1812         prevent the cursor from jumping to unforeseen place.
1813
1814 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * lpath.el: No need to bind bookmark-current-buffer,
1817         bookmark-yank-point and bookmark-make-record-function.
1818
1819 2010-08-17  Glenn Morris  <rgm@gnu.org>
1820
1821         * gnus-sync.el: Require gnus components whose functions are used.
1822
1823         * gnus-art.el (bookmark-make-record-function):
1824         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1825         Declare for compiler.
1826
1827         * mm-url.el (mml-compute-boundary): Autoload.
1828
1829 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1832
1833 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1834
1835         Typo fix "hoo4a" -> "hook".
1836
1837         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1838
1839 2010-08-14  Glenn Morris  <rgm@gnu.org>
1840
1841         * gnus-sync.el (gnus-sync): Fix defgroup version.
1842
1843 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1846
1847         * gnus-sync.el: Fix docs.
1848         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1849         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1850
1851 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1852
1853         Optimizations for gnus-sync.el.
1854
1855         * gnus-sync.el: Add docs about gnus-sync-backend
1856         possibilities.
1857         (gnus-sync-save): Remove unnecessary message.
1858         (gnus-sync-read): Optimize and show what groups were skipped.
1859
1860 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         Minor bug fixes for gnus-sync.el.
1863
1864         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1865         read the sync on get-new-news.
1866
1867         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1868         quiet.
1869
1870         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1871
1872 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1873
1874         Make saving and restoring of hidden threads work with overlays.
1875         Patch applied by Ted Zlatanov.
1876
1877         * gnus-sum.el (gnus-hidden-threads-configuration)
1878         (gnus-restore-hidden-threads-configuration): Update to deal with text
1879         properties, rather than searching for a magic character.
1880
1881 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1882
1883         New gnus-sync.el library for synchronization of marks.
1884
1885         * gnus-sync.el: New library for synchronization of marks.
1886
1887         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1888         renamed from `gnus-registry-grep-in-list'.
1889
1890         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1891
1892         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1893
1894 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1897         determining charset of text fails.
1898
1899 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * nnmail.el (nnmail-get-new-mail-1): Revert.
1902
1903         * nnml.el (nnml-active-number): Make sure names of newly created groups
1904         in nnml-group-alist are encoded.
1905
1906 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1909         containing non-ASCII characters in active file for nnml back end.
1910
1911 2010-07-24  David Engster  <dengste@eml.cc>
1912
1913         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1914         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1915
1916 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1917
1918         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1919         tag (Bug#6654).
1920
1921 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1924         the article buffer, not the summary buffer.
1925
1926 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1929         Emacs 23 as well.
1930
1931 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1934         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1935
1936 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1937
1938         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1939         Patch applied by Karl Fogel.
1940
1941         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1942         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1943
1944 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1945
1946         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1947         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1948         C-w still not working correctly from Article buffers; Thierry's
1949         patch to fix that will be applied after this.
1950
1951         * gnus-art.el (bookmark-make-record-function): New local variable.
1952
1953         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1954         article buffer.
1955         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1956
1957 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1958
1959         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1960         on changes in bookmark.el.
1961
1962 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1965         `no-log' instead of message not to log prompt string.
1966
1967 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1968
1969         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1970         the *other* type of HTML form submission.
1971
1972 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1973
1974         * auth-source.el (auth-source-pick): If choice does not contain a
1975         questioned keyword, set the check to t.
1976
1977 2010-06-12  Romain Francoise  <romain@orebokech.com>
1978
1979         * gnus-util.el (gnus-date-get-time): Move up before first use.
1980
1981 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1984         (gnus-article-edit-part): Bind it to make last part that is substituted
1985         or deleted visible.
1986         (gnus-mime-display-single): Buttonize part of which id equals to
1987         gnus-mime-buttonized-part-id.
1988
1989 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1990
1991         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1992         (gnus-dd-mmm): Use gnus-date-get-time.
1993         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1994         simplify logic.
1995         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1996         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1997
1998 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1999
2000         * auth-source.el (top): Autoload `secrets-list-collections',
2001         `secrets-create-item', `secrets-delete-item'.
2002         (auth-sources): Fix tag string.
2003         (auth-get-source, auth-source-retrieve, auth-source-create)
2004         (auth-source-delete): New defuns.
2005         (auth-source-pick): Rewrite in order to avoid 2 passes.
2006         (auth-source-forget-user-or-password): New parameter USERNAME.
2007         (auth-source-user-or-password): New parameters CREATE-MISSING and
2008         DELETE-EXISTING.  Retrieve password interactively, if needed.
2009
2010 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2011
2012         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2013         deleting unused directories when gnus-expert-user is t.
2014
2015 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2018         for each temp file when gnus-article-browse-delete-temp is ask.
2019
2020 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2021
2022         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2023         Lisp calls to delete-backward-char by calls to delete-char.
2024
2025 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2026
2027         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2028
2029 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2030
2031         * password-cache.el (password-cache-remove): Fix docstring.
2032
2033 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2036         article unless decoding article to be saved.
2037
2038 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2041         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2042         generated within the mm-with-unibyte-current-buffer macro.
2043
2044 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2047         to nil when we're in a mml-preview buffer and no group is selected.
2048
2049 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2050
2051         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2052         when catching the `C-g'.  Reported by "Leo".
2053
2054 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * message.el (message-forward-make-body-plain)
2057         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2058         multibyte-string-p.
2059
2060         * lpath.el: Revert.
2061
2062 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * message.el (message-forward-make-body-mml): Assume original message
2065         is multibyte string; error on unibyte.
2066         (message-forward-make-body-plain): Ditto; don't add excessive newline
2067         in body end.
2068
2069         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2070
2071 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2072
2073         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2074         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2075
2076 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * mm-extern.el (mm-extern-url): Don't use
2079         mm-with-unibyte-current-buffer.
2080         (mm-extern-cache-contents): Use with-current-buffer instead of
2081         save-excursion + set-buffer.
2082
2083 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * mm-util.el (mm-emacs-mule): Remove.
2086
2087 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2088
2089         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2090         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2091         change.
2092
2093 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2096         bind the default value of enable-multibyte-characters to nil.
2097
2098 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * message.el (message-forward-make-body-plain)
2101         (message-forward-make-body-mml):
2102         Don't use mm-with-unibyte-current-buffer.
2103
2104 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2105
2106         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2107
2108 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2109
2110         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2111         (Bug#5592).
2112
2113 2010-05-07  Julien Danjou  <julien@danjou.info>
2114
2115         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2116         it to mm-pipe-part.
2117
2118         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2119         it is given.
2120
2121 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * binhex.el (binhex-decode-region-internal)
2124         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2125         (dns-query)
2126         * nnweb.el (nnweb-gmane-search)
2127         * pgg-parse.el (pgg-parse-armor)
2128         * pgg.el (pgg-verify-region)
2129         * sha1.el (sha1-string-external)
2130         * uudecode.el (uudecode-decode-region-internal)
2131         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2132         XEmacs.
2133
2134         * gnus-art.el (gnus-article-browse-html-parts)
2135         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2136         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2137         make-temp-file.
2138
2139         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2140         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2141         compiling.
2142
2143         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2144         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2145         XEmacs when compiling.
2146
2147         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2148         gnus-pick-mode-off-hook for XEmacs when compiling.
2149         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2150         gnus-binary-mode-off-hook for XEmacs when compiling.
2151
2152         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2153         nil if char-charset is not available.
2154
2155         * imap.el (imap-disable-multibyte)
2156         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2157         macros.
2158
2159         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2160         instead of encode-coding-string.
2161
2162         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2163         'xemacs) instead of mm-emacs-mule to switch function definitions.
2164         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2165
2166         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2167         bind temporary-file-directory for XEmacs;
2168         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2169         timer-set-function for XEmacs 21.4 and SXEmacs;
2170         bind timer-list for XEmacs 21.4 and SXEmacs;
2171         fbind char-charset and find-charset-region for non-Mule XEmacs;
2172         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2173         encode-coding-region and encode-coding-string for XEmacs having no
2174         file-coding feature.
2175
2176 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2177
2178         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2179
2180 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2183         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2184
2185 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2186
2187         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2188         alias `jka-compr-delete-temp-file' no longer exists.
2189
2190 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2191
2192         Use define-minor-mode in Gnus where applicable.
2193         * mml.el (mml-mode): Use define-minor-mode.
2194         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2195         (gnus-undo-mode): Use define-minor-mode.
2196         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2197         (gnus-dead-summary-mode): Use define-minor-mode.
2198         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2199         Initialize in declaration.
2200         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2201         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2202         (gnus-mailing-list-mode): Use define-minor-mode.
2203         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2204         (gnus-draft-mode): Use define-minor-mode.
2205         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2206         (gnus-dired-mode): Use define-minor-mode.
2207
2208 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2209
2210         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2211         handles on recursive mml-to-mime translation and check them for
2212         boundary delimiter collisions.  Reported by Greg Troxel.
2213
2214 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2217
2218 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2219
2220         * mm-util.el (mm-find-buffer-file-coding-system):
2221         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2222
2223 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2224
2225         * message.el (message-generate-headers): Record insertion of optional
2226         headers as well.  Otherwise the check to prevent repeated insertion of
2227         optional headers is a no-op.
2228
2229 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * smime.el: Don't mention CVS.
2232
2233         * nnrss.el (nnrss-fetch): Don't mention CVS.
2234
2235         * nnir.el: Don't mention CVS.
2236
2237 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2238
2239         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2240
2241 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * lpath.el: Fbind bookmark-default-handler,
2244         bookmark-get-bookmark-record, bookmark-make-record-default,
2245         bookmark-prop-get for Emacs <23 and XEmacs.
2246
2247 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2248
2249         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2250         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2251         Use with-current-buffer to silence the byte-compiler.
2252         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2253         bother to require `gnus'.
2254         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2255
2256 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2257
2258         * gnus-sum.el (gnus-summary-bookmark-make-record)
2259         (gnus-summary-bookmark-jump): New functions.
2260         (gnus-summary-mode): Setup bookmark support.
2261
2262 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2263
2264         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2265         if set.
2266
2267 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2270         gnus-article-browse-html-save-cid-image; make it work recursively for
2271         forwarded messages as well.
2272         (gnus-article-browse-html-parts): Work when prefix arg is given.
2273         (gnus-article-browse-html-article): Doc fix.
2274
2275 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2276
2277         * message.el (message-default-mail-headers):
2278         (message-default-headers): Carry the value mail-default-headers over
2279         into message-default-mail-headers, rather than message-default-headers.
2280
2281 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2282
2283         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2284         charset.
2285
2286         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2287         charset into the <meta> tag when the article is encoded to utf-8.
2288
2289 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2292         directories as well.
2293         (gnus-article-browse-html-parts): Work for images that do not specify
2294         file names; delete temp directory when quitting; insert header at the
2295         right place; use file: scheme for image files.
2296
2297 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2298
2299         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2300         (gnus-article-browse-html-parts): Use it to make temporary cid image
2301         files in addition to html file so that browser may display them.
2302
2303 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2306
2307 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2310
2311 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2314         about Secret Service API sources.  Improve Customize options.
2315         (auth-source-pick): Change to accept any number of search parameters.
2316         Implement fallbacks iteratively, not recursively.  Add scoring on the
2317         second pass and sort by score.  Call Secret Service API when needed.
2318         (auth-source-user-or-password): Use it.  Call Secret Service API
2319         directly when needed to get the user name and the password.
2320
2321 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2322
2323         * message.el (message-interactive): Doc fix.
2324         (message-qmail-inject-args): Reflow.
2325         (message-kill-to-signature): Fix typo in docstring.
2326
2327         * smiley.el (smiley-buffer): Fix typo in docstring.
2328
2329 2010-03-24  Glenn Morris  <rgm@gnu.org>
2330
2331         * mail-source.el (gnus-message): Declare.
2332         (mail-source-delete-old-incoming): Require gnus-util.
2333
2334 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2337
2338         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2339
2340         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2341         password-cache's default if it is not bound.
2342         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2343         password-cache-expiry's default if it is not bound.
2344
2345         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2346         available in Emacs 21.
2347
2348         * lpath.el: Suppress compiler warnings for:
2349         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2350         XEmacs;
2351         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2352         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2353         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2354
2355 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2356
2357         * auth-source.el (auth-sources): Fix up definition so extra parameters
2358         are always inline.
2359
2360 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2361
2362         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2363         wasn't updated after mismatch.  Clear cached mailbox info correctly
2364         when uidvalidity changes.
2365         (nnimap-group-prefixed-name): New function to avoid some code
2366         duplication.
2367         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2368         (nnimap-request-group): Use it.
2369         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2370         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2371         with many imap folders.  This is done by caching the group status from
2372         the imap server persistently in a group parameter `imap-status'.  (This
2373         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2374         but not persistently, so every Gnus startup was still very slow.)
2375
2376 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2379         delete the extra newline.  Otherwise editing of :string and :number
2380         types don't work.
2381
2382 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2383
2384         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2385         secrets.el dependency.
2386         (auth-sources): Add optional user name.  Add secrets.el configuration
2387         choice (unused right now).
2388
2389 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2392         `gnus-registry-install-shortcuts' fill in the functions.
2393
2394         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2395         warnings.
2396         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2397         (gnus-registry-install-shortcuts): Populate and use it in a
2398         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2399
2400 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2401
2402         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2403         In-place substitutions for the group name encoding/decoding.
2404         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2405         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2406         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2407         (nnimap-update-unseen, nnimap-request-list)
2408         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2409         (nnimap-request-set-mark, nnimap-split-to-groups)
2410         (nnimap-split-articles, nnimap-request-newgroups)
2411         (nnimap-request-create-group, nnimap-request-accept-article)
2412         (nnimap-request-delete-group, nnimap-request-rename-group)
2413         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2414         `encoded-mbx' for consistency.
2415         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2416         variable `imap-current-mailbox'.
2417
2418         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2419         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2420
2421 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2422
2423         * pop3.el (pop3-display-message-size-flag): Display message size byte
2424         counts during POP3 download.
2425         (pop3-movemail): Use it.
2426         (pop3-list): Implement listing of available messages.
2427
2428 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2429
2430         * nnir.el (nnir-get-article-nov-override-function): New function to
2431         override the normal NOV retrieval.
2432         (nnir-retrieve-headers): Use it.
2433
2434 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2435
2436         * auth-source.el (netrc-machine-user-or-password): Autoload.
2437
2438 2010-03-19  Glenn Morris  <rgm@gnu.org>
2439
2440         Stop message.el from loading about 40 libraries it doesn't always need.
2441         The general approach is to autoload rather than require, and to
2442         require in the specific functions rather than the file.  (Bug#5642)
2443
2444         * gmm-utils.el: Don't require wid-edit.
2445         (widget-create-child-value, widget-convert, widget-default-get):
2446         Autoload.
2447
2448         * gnus-util.el: Don't require time-date, netrc.
2449         (message-fetch-field, gnus-group-name-decode): Declare rather than
2450         autoloading.
2451         (gnus-fetch-field): Require message.
2452         (gnus-decode-newsgroups): Require gnus-group.
2453
2454         * ietf-drums.el: Don't require time-date.
2455
2456         * message.el: Don't require hashcash, canlock, ecomplete.
2457         Do require mail-utils.  Require nnheader only when compiling.
2458         (smtpmail-default-smtp-server): Remove declaration.
2459         (message-send-mail-function): Check smtpmail-default-smtp-server
2460         is bound rather than requiring smtpmail.
2461         (message-auto-save-directory, message-insert-signature): Use
2462         expand-file-name rather than nnheader-concat.
2463         (nnheader-insert-file-contents): Autoload.
2464         (hashcash-wait-async): Declare.
2465         (message-send-mail): Only call gnus-setup-posting-charset if
2466         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2467         (message-send-mail-with-sendmail): Require sendmail.
2468         (canlock-password, canlock-password-for-verify): Declare.
2469         (message-canlock-password): Require canlock.
2470         (nnheader-get-report): Autoload.
2471         (gnus-setup-posting-charset): Declare.
2472         (message-send-news): Require gnus-msg.
2473         (message-make-references, message-make-in-reply-to): Use mail-header-id
2474         rather than the alias mail-header-message-id.
2475         (ecomplete-add-item, ecomplete-save): Declare.
2476         (message-put-addresses-in-ecomplete): Require ecomplete.
2477         (ecomplete-display-matches): Autoload.
2478
2479         * mm-decode.el: Don't require mailcap, gnus-util.
2480         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2481         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2482         Autoload.
2483         (mailcap-mime-extensions): Declare.
2484
2485         * mm-encode.el: Don't require mailcap.
2486         (mailcap-extension-to-mime): Autoload.
2487
2488         * mml-sec.el: Don't require password-cache.
2489
2490         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2491         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2492         (mml-minibuffer-read-type): Require mailcap.
2493         (mml-preview): Require gnus-msg.
2494
2495         * mml1991.el: Require password-cache.
2496         (password-cache-expiry): Remove declaration.
2497
2498         * mml2015.el: Require password-cache.
2499         (password-cache-expiry): Remove declaration.
2500
2501         * nneething.el (mailcap): Require mailcap.
2502
2503         * nnheader.el (declare-function): Add compatibility stub.
2504         (message-remove-header): Declare rather than autoload.
2505         (nnheader-replace-header): Require message.
2506
2507         * nnimap.el (declare-function): Add compatibility stub.
2508         (netrc-parse, netrc-machine-user-or-password): Declare.
2509         (nnimap-open-connection): Require netrc.
2510
2511         * nntp.el (declare-function): Add compatibility stub.
2512         (netrc-parse, netrc-machine, netrc-get): Declare.
2513         (nntp-send-authinfo): Require netrc.
2514
2515         * rfc2047.el: Don't require qp.
2516         (quoted-printable-encode-region, quoted-printable-decode-string):
2517         Autoload.
2518
2519         * sieve-mode.el: Don't require easymenu.
2520         (easy-menu-add-item): Autoload it.
2521
2522         * spam-stat.el (time-to-number-of-days): Autoload it.
2523
2524 2010-03-19  Glenn Morris  <rgm@gnu.org>
2525
2526         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2527
2528 2010-03-18  Glenn Morris  <rgm@gnu.org>
2529
2530         * hashcash.el (declare-function): Remove duplicate definition.
2531
2532 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2533
2534         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2535         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2536         value if any backslash escapes).
2537
2538 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2541         if it is available.  (bug#5647)
2542
2543         * lpath.el: Suppress compiler warning for coding-system-from-name for
2544         Emacs 21 and XEmacs.
2545
2546 2010-03-14  Juri Linkov  <juri@jurta.org>
2547
2548         * hmac-def.el:
2549         * hmac-md5.el:
2550         * netrc.el: Fix keywords.
2551
2552 2010-02-26  Glenn Morris  <rgm@gnu.org>
2553
2554         * message.el (message-send-mail-function): Change the default, so that
2555         it inherits from a customized send-mail-function.  (Bug#5643)
2556
2557 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2560         shell-command-to-string signals an error (bug#5299).
2561
2562 2010-02-24  Glenn Morris  <rgm@gnu.org>
2563
2564         * message.el (message-smtpmail-send-it)
2565         (message-send-mail-with-mailclient): Doc fixes.
2566
2567 2010-02-16  Glenn Morris  <rgm@gnu.org>
2568
2569         * message.el (message-default-mail-headers): Change the default value
2570         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2571
2572 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2575         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2576
2577 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2578
2579         * time-date.el (date-to-time): Doc fix (Bug#5408).
2580
2581 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2582
2583         * message.el (message-mail): Just pass yank-action on to message-setup.
2584         (message-setup): Handle (FUN . ARGS) form of yank-action.
2585         (message-with-reply-buffer, message-widen-reply)
2586         (message-yank-original): Handle non-buffer values of
2587         message-reply-buffer (Bug#4080).
2588         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2589
2590 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2591
2592         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2593         Fix typo in docstring.
2594
2595 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2596
2597         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2598         response.
2599
2600 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2603
2604         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2605
2606         * message.el (message-check-news-header-syntax): Protect against a
2607         string that `rfc822-addresses' returns when parsing fails.
2608
2609 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2612         (gnus-previous-char-property-change): New functions.
2613
2614         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2615
2616 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2617
2618         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2619         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2620
2621 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2622
2623         * message.el (message-exchange-point-and-mark): Rework last change to
2624         avoid using optional arg of exchange-point-and-mark, for backward
2625         compatibility.
2626
2627 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2628
2629         * message.el (message-exchange-point-and-mark): Call
2630         exchange-point-and-mark with an argument rather than setting
2631         mark-active by hand (Bug#5175).
2632
2633 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * nntp.el (nntp-service-to-port): Work for service expressed with
2636         numeric string; replace [:digit:] with [0-9] for XEmacs.
2637
2638 2009-12-17  Glenn Morris  <rgm@gnu.org>
2639
2640         * gnus-group.el (gnus-bug-group-download-format-alist):
2641         Change emacs entry to debbugs.gnu.org.  Bump :version.
2642
2643 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2644
2645         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2646
2647 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * message.el (message-info): Explain why we use `Info-goto-node'.
2650
2651 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2654
2655 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2656
2657         * message.el (message-completion-in-region): New compatibility function.
2658         (message-expand-group): Use it.
2659
2660 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2663         with no unread article should be listed if the 2nd arg `predicate' is
2664         given.
2665
2666 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2669
2670 2009-11-29  Juri Linkov  <juri@jurta.org>
2671
2672         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2673         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2674         on `gnus-recenter'. (Bug#4698, Bug#4981)
2675
2676 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2677
2678         * sha1.el (sha1-string-external): default-directory "/" in case
2679         otherwise non-existent.  process-connection-type pipe for touch of
2680         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2681
2682 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2683
2684         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2685         it's comms related and sgml-mode.el has "comm" on that basis too.
2686
2687 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2690         containing tspecial characters if they have been already quoted.
2691
2692 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2693
2694         * dns-mode.el (auto-mode-alist): Purecopy string.
2695
2696 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2697
2698         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2699
2700 2009-10-24  Glenn Morris  <rgm@gnu.org>
2701
2702         * gnus-art.el (help-xref-stack-item): Define for compiler.
2703
2704 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2705
2706         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2707
2708 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2711
2712 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2715         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2716
2717 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2720         (gnus-overlays-in): New alias to overlays-in.
2721
2722         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2723         gnus-overlay-get, and gnus-delete-overlay.
2724         (gnus-summary-show-thread): Make it work as well for systems in which
2725         next-single-char-property-change is not available.
2726         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2727
2728         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2729         (gnus-overlay-get): New alias to extent-property.
2730         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2731
2732         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2733         SXEmacs.
2734
2735         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2736         SXEmacs.
2737
2738 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2739
2740         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2741
2742 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2743
2744         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2745         and XEmacs that don't have `remove-overlays'.
2746
2747 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2750         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2751         selective display.  Use overlays instead.
2752
2753 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2754
2755         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2756
2757 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2758
2759         * spam-stat.el (spam-stat-load): Fix typo in message.
2760
2761 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2762
2763         * dig.el (dig-invoke): Fix typo in docstring.
2764         (query-dig): Reflow docstring.
2765
2766 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2767
2768         * gnus-art.el (gnus-article-encrypt-body):
2769         * message.el (message-check-recipients):
2770         * mm-util.el (mm-codepage-setup):
2771         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2772         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2773
2774 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2775
2776         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2777         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2778         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2779         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2780         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2781
2782 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2783
2784         * dig.el: Add "Keywords: comm", as per net-utils.el.
2785
2786 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2787
2788         * dig.el (dig-mode): Use define-derived-mode.
2789
2790 2009-09-19  Glenn Morris  <rgm@gnu.org>
2791
2792         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2793
2794 2009-09-18  Glenn Morris  <rgm@gnu.org>
2795
2796         * gnus-diary.el (gnus-diary-check-message):
2797         * message.el (message-insert-formatted-citation-line):
2798         * nnbabyl.el (top-level):
2799         * nndiary.el (nndiary-schedule):
2800         Fix typos in condition-case handlers.
2801
2802 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2805         configuration that provides the sole article window in a frame;
2806         position point correctly after deleting a part.
2807
2808 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2809
2810         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2811         (spam-resolve-registrations-routine): Use it to unregister articles
2812         that change status.
2813
2814 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2817         with XEmacs.
2818         (parse-time-string-chars): Use it.
2819
2820 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2821
2822         * imap.el (imap-interactive-login): Better messages.
2823         (imap-open): Fix bug with renamed buffer on reconnect.
2824         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2825         for easier debugging and cleaner code.  On successful (guessed based on
2826         server capabilities) secondary authentication, set imap-state
2827         correctly.
2828         (imap-last-authenticator): Define imap-last-authenticator as a variable
2829         to avoid warnings.
2830
2831 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * nnrss.el (nnrss-request-article): Remove binding of
2834         default-enable-multibyte-characters that has gotten needless by
2835         the 2007-07-13 change in rfc2047-encode-message-header.
2836
2837         * mml.el (mml-insert-multipart): Error on the message header.
2838         (mml-insert-part): Error on the message header; position point at
2839         the end of a MIME tag.
2840
2841 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * time-date.el (autoload): Expand define-obsolete-function-alias into
2844         defalias and make-obsolete for old Emacsen that Gnus supports.
2845         (with-no-warnings): Define it for old Emacsen.
2846         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2847         is available.
2848         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2849         float-time is available; suppress compile warning for time-to-seconds.
2850
2851         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2852         (gnus-float-time): Alias to float-time if it exists.
2853
2854         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2855         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2856         float-time is available; suppress compile warning for time-to-seconds.
2857
2858         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2859         XEmacs.
2860
2861 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * imap.el (imap-message-map): Docstring fix.
2864
2865 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2868         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2869         Add the optional argument `encoding' that overrides the default.
2870
2871         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2872         mm-encode-buffer.
2873
2874 2009-09-04  Glenn Morris  <rgm@gnu.org>
2875
2876         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2877         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2878         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2879         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2880         * mm-util.el (mm-with-unibyte-current-buffer)
2881         (mm-find-buffer-file-coding-system):
2882         * yenc.el (yenc-decode-region): Use default-value rather than
2883         default-enable-multibyte-characters.
2884
2885 2009-09-03  Glenn Morris  <rgm@gnu.org>
2886
2887         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2888         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2889         than default-enable-multibyte-characters.
2890
2891 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2892
2893         * gnus-art.el (gnus-article-read-summary-keys):
2894         Fix gnus-buffer-configuration's value temporarily used.
2895
2896 2009-09-02  Glenn Morris  <rgm@gnu.org>
2897
2898         * gnus-util.el (gnus-float-time): New function.
2899         * gnus-delay.el (gnus-delay-article):
2900         * gnus-sum.el (gnus-thread-latest-date):
2901         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2902         * nnspool.el (nnspool-request-newgroups):
2903         Use gnus-float-time rather than time-to-seconds.
2904         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2905
2906         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2907         (gnus-header-subject-face, gnus-header-newsgroups-face)
2908         (gnus-header-name-face, gnus-header-content-face):
2909         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2910         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2911         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2912         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2913         (gnus-cite-face-11):
2914         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2915         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2916         (gnus-server-closed-face, gnus-server-denied-face)
2917         (gnus-server-offline-face):
2918         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2919         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2920         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2921         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2922         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2923         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2924         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2925         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2926         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2927         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2928         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2929         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2930         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2931         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2932         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2933         (gnus-summary-high-undownloaded-face)
2934         (gnus-summary-low-undownloaded-face)
2935         (gnus-summary-normal-undownloaded-face)
2936         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2937         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2938         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2939         (gnus-splash-face):
2940         * message.el (message-header-to-face, message-header-cc-face)
2941         (message-header-subject-face, message-header-newsgroups-face)
2942         (message-header-other-face, message-header-name-face)
2943         (message-header-xheader-face, message-separator-face)
2944         (message-cited-text-face, message-mml-face):
2945         * sieve-mode.el (sieve-control-commands-face)
2946         (sieve-action-commands-face, sieve-test-commands-face)
2947         (sieve-tagged-arguments-face):
2948         * spam.el (spam-face):
2949         Mark face aliases with "-face" in the name as obsolete.
2950
2951 2009-09-01  Glenn Morris  <rgm@gnu.org>
2952
2953         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2954         than goto-line.
2955
2956 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2959         Don't move point if the command is invoked inside the message header.
2960
2961 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2962
2963         * imap.el (imap-send-command): Simplify.
2964         (imap-wait-for-tag): point-max -> buffer-size.
2965
2966 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2967
2968         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2969         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2970         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2971         * nnir.el (nnir-swish-e-index-file):
2972         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2973         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2974         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2975         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2976         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2977         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2978
2979 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2982         Don't save excursion.
2983
2984 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2985
2986         * nnheader.el (nnheader-find-file-noselect):
2987         * mm-util.el (mm-insert-file-contents):
2988         Use (default-value 'major-mode) instead of default-major-mode.
2989
2990 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2991
2992         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2993
2994 2009-08-26  Glenn Morris  <rgm@gnu.org>
2995
2996         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2997         than placing in files.el.
2998
2999 2009-08-25  Glenn Morris  <rgm@gnu.org>
3000
3001         * nnir.el (top-level): Don't require cl at run-time.
3002         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3003         Replace cl-function substitute with gnus-replace-in-string.
3004         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3005         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3006         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3007         simplified expansions.
3008
3009 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3010
3011         * dig.el (dig): Add autoload cookie.
3012
3013 2009-08-22  Glenn Morris  <rgm@gnu.org>
3014
3015         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3016         goto-line.
3017
3018 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3019
3020         * parse-time.el (parse-time-string-chars): Save match data.
3021
3022 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3023
3024         * parse-time.el (parse-time-string-chars): Compute using character
3025         classes, to handle non-ascii characters (Bug#3190).
3026
3027 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3030
3031         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3032         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3033         (gnus-mm-display-part, gnus-mime-display-single)
3034         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3035         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3036
3037         * gnus-sum.el
3038         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3039         (gnus-summary-move-article): Add expirable mark to articles copied or
3040         moved to group that has auto-expire turned on if the option is non-nil.
3041
3042 2009-07-24  Glenn Morris  <rgm@gnu.org>
3043
3044         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3045         Fix typo.  (Bug#3903)
3046
3047 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3050         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3051         that should not be used for draft articles.
3052         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3053         that has no concern in minor mode keys.
3054         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3055         Abolish.
3056
3057 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3060         article without making inquiry to a user for unknown encoding.
3061
3062         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3063         (nnmaildir--scan): Assume i-node and device number that file-attributes
3064         returns might be cons-cell.
3065
3066         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3067
3068         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3069
3070 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * auth-source.el: Remove docs now in auth.texi.  Don't use
3073         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3074         `auth-source-hide-passwords' and use them.
3075
3076 2009-07-15  Glenn Morris  <rgm@gnu.org>
3077
3078         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3079
3080 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3083         excessive whitespace from the default values of title and description.
3084
3085 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3088         mail-fetch-field to fetch Content-Description header in order to
3089         exclude newlines.
3090
3091 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3092
3093         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3094         format used by GnuPG 2.0.11.
3095
3096 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3099         to deleted part.
3100
3101 2009-05-30  David Engster  <dengste@eml.cc>
3102
3103         * nnmairix.el: Remove old documentation in the commentary block.
3104         (nnmairix-request-group): Do not update active file for nnml back ends.
3105         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3106         end so that overview files are ignored.
3107         (nnmairix-update-groups): Make updating the groups more robust by using
3108         marks.
3109         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3110         with dollar characters in message-id.
3111
3112 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3113
3114         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3115         2008-12-25 in dns.el.
3116
3117 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3118
3119         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3120         could happen if the text is only composed of spaces and/or tabs.
3121
3122 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3123
3124         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3125         when sending a queued message to avoid extra mml tags.
3126
3127 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3130
3131 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3134         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3135         rmail-toggle-header for XEmacs;
3136         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3137
3138 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-dired.el: Remove autoload for gnus-setup-message.
3141         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3142         displaying Gnus logo; always use compose-mail.
3143
3144 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3147
3148 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3151         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3152         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3153         available.
3154         (gnus-nocem-epg-verify): New function.
3155
3156 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3157
3158         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3159
3160 2009-02-15  Glenn Morris  <rgm@gnu.org>
3161
3162         * gnus-util.el (rmail-insert-rmail-file-header)
3163         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3164         autoloads.
3165         (rmail-default-rmail-file): Remove unnecessary declaration.
3166         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3167
3168 2009-02-14  Glenn Morris  <rgm@gnu.org>
3169
3170         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3171         variable (only used in gnus-util, which declares it anyway).
3172         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3173         which was only needed by gnus-art (changed to not use it any more).
3174         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3175         only used in gnus-util, which autoloads it itself.
3176         (rmail-update-summary): Fix autoload.
3177
3178         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3179         rather than rmail-output-to-rmail-file.
3180
3181 2009-02-07  Glenn Morris  <rgm@gnu.org>
3182
3183         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3184         autoload of function that no longer exists.
3185         (rmail-toggle-header): Declare.
3186         (message-forward-rmail-make-body): Handle mbox Rmail.
3187
3188 2009-01-31  Glenn Morris  <rgm@gnu.org>
3189
3190         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3191         2009-01-09 change.
3192
3193 2009-01-31  Dave Love  <fx@gnu.org>
3194
3195         * imap.el (imap-fetch-safe): Bind debug-on-error.
3196         (imap-debug): Add imap-fetch-safe.
3197
3198 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3199
3200         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3201         (auth-source-forget-all-cached): New convenience function.
3202         (auth-source-user-or-password): Accept list of modes or a single mode.
3203
3204         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3205         auth-source modes.
3206
3207         * netrc.el (netrc-machine-user-or-password): Use list of
3208         auth-source modes.
3209
3210         * nnimap.el (nnimap-open-connection): Use list of
3211         auth-source modes.
3212
3213         * nntp.el (nntp-send-authinfo): Use list of
3214         auth-source modes.
3215
3216 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3217
3218         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3219         now.
3220
3221 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3224         coding system in XEmacs; add a workaround for XEmacs.
3225
3226         * lpath.el: Fbind coding-system-aliasee.
3227
3228 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3231         of current-language-environment.
3232
3233 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3236         available at runtime.
3237
3238 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3241
3242 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3243
3244         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3245         the greatest positive fixnum value doesn't work under an XEmacs with
3246         bignum support; use the most-positive-fixnum constant instead,
3247         available since Emacs 21.1 with cl and XEmacs 21.1.
3248
3249 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3252         XEmacs gets not to work.
3253
3254 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * mm-util.el (mm-coding-system-priorities): Allow the value like
3257         "Japanese (UTF-8)" of current-language-environment.
3258
3259 2009-01-09  Glenn Morris  <rgm@gnu.org>
3260
3261         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3262         with last-command-event.
3263
3264 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3265
3266         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3267         in the doc string.
3268
3269         * message.el (message-fix-before-sending): Amend comment.
3270
3271 2009-01-08  Dave Love  <fx@gnu.org>
3272
3273         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3274
3275 2009-01-07  David Engster  <dengste@eml.cc>
3276
3277         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3278         simplified server definitions by converting it via
3279         gnus-server-to-method.
3280
3281 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3284         parameter's operands.
3285
3286 2009-01-06  David Engster  <dengste@eml.cc>
3287
3288         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3289         primary select method (for gnus-group-mark-article-as-read).
3290
3291 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3292
3293         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3294         `(gnus)Face', not `(gnus)X-Face'.
3295
3296 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mm-util.el (mm-ucs-to-char): New function.
3299
3300         * mm-url.el (mm-url-decode-entities): Use it.
3301
3302         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3303         unicode-to-char.
3304
3305 2009-01-05  Dave Love  <fx@gnu.org>
3306
3307         * time-date.el: Require cl for `declare'.
3308
3309 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3310
3311         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3312         Dave Love.
3313
3314 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3315
3316         * message.el (message-fix-before-sending): Add `eight-bit' to
3317         illegible-text check.
3318
3319 2009-01-03  Michael Olson  <mwolson@gnu.org>
3320
3321         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3322         `headers' is nil.  This can occur if the IMAP server does not have
3323         permissions to read messages from a folder, but can write new messages
3324         to the folder.
3325         (nnimap-request-article-part): Do not insert `data' if it is nil.
3326
3327         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3328         characters which will confuse `read', so skip past them.
3329
3330 2009-01-01  Dave Love  <fx@gnu.org>
3331
3332         * imap.el (imap-string-to-integer): Fix typo.
3333         (imap-fetch-safe): New function.
3334         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3335
3336         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3337
3338         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3339         (imap-parse-greeting): Fix doc strings.
3340         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3341         (imap-parse-flag-list): Make messages unique.
3342         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3343
3344         * nnimap.el: Fix author email.
3345         (nnimap-split-rule): Add FIXME comment.
3346         (nnimap-debug): Fix doc string.
3347
3348 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3349
3350         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3351
3352 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3353
3354         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3355         nslookup if resolv.conf isn't available.
3356         (dns-query): Rename from query-dns.
3357         (dns-query-cached): Rename from query-dns-cached.
3358
3359 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3362         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3363         to check if those variables exist (first appeared in Emacs 18.50).
3364
3365 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * mm-util.el (mm-line-number-at-pos): New function.
3368
3369         * spam-report.el (spam-report-process-queue): Use it.
3370
3371 2008-12-24  David Engster  <dengste@eml.cc>
3372
3373         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3374         parameters that haven't existed as variables as buffer-local variables.
3375
3376 2008-12-23  Dave Love  <fx@gnu.org>
3377
3378         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3379         cadar.
3380
3381         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3382         imap-starttls-p.
3383         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3384
3385 2008-12-22  Dave Love  <fx@gnu.org>
3386
3387         * imap.el: Fix author email.  Doc fixes.
3388         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3389         reply.
3390
3391 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         * spam-report.el (spam-report-gmane-max-requests): New constant.
3394         (spam-report-gmane-wait): New variable.
3395         (spam-report-gmane-ham, spam-report-gmane-spam)
3396         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3397         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3398         the server.
3399
3400         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3401         Add explanations.
3402
3403         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3404         nnheader-accept-process-output and nnheader-read-timeout if available.
3405         (pop3-movemail): Use it.
3406
3407         * message.el (message-check-news-body-syntax): Fix signature check if
3408         there's an attachment.
3409
3410 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * mm-util.el: Add comments to the mm- emulating functions.
3413
3414 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3415
3416         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3417         by Stephen Berman <stephen.berman@gmx.net>.
3418
3419 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * mm-util.el (mm-substring-no-properties): New function.
3422         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3423         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3424         (mm-string-to-multibyte): Doc fix.
3425
3426         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3427
3428 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * mml.el (mml-attach-file): Strip text properties from file name.
3431         (Bug#1574)
3432
3433 2008-12-16  Glenn Morris  <rgm@gnu.org>
3434
3435         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3436
3437 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3440         knows since the charset specified might be a bogus alias that
3441         mm-charset-synonym-alist provides.
3442
3443 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3444
3445         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3446         "ISO_8859-1".
3447
3448         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3449
3450 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * mm-util.el (mm-charset-eval-alist):
3453         Define it before mm-charset-to-coding-system.
3454         (mm-charset-to-coding-system): Add optional argument `silent';
3455         define it before mm-charset-override-alist.
3456         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3457         default value if it can be used in Emacs currently running;
3458         silence mm-charset-to-coding-system.
3459
3460 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3463         `allow-override' which says whether to use `mm-charset-override-alist'.
3464         (rfc2047-decode-encoded-words): Use it.
3465
3466         * mm-util.el (mm-charset-override-alist): Fix custom type;
3467         add `(gb2312 . gbk)' to choices.
3468
3469 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3472         fast.
3473
3474         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3475
3476         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3477
3478 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3479
3480         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3481         on links.
3482
3483         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3484
3485 2008-12-03  Lute Kamstra  <lute@gnu.org>
3486
3487         * sha1.el: Remove leading * from docstrings of defcustoms,
3488         deffaces, defconsts and defuns.
3489
3490 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3493         users' addresses that don't have domain parts.
3494         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3495         rather than message-narrow-to-head since there will be the message
3496         header separator.
3497
3498 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3499
3500         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3501         since the result is inserted in a unibyte buffer anyway.
3502         (nnimap-demule-use-string-to-multibyte): Remove.
3503         (nnimap-demule): Alias it to mm-string-to-multibyte.
3504
3505 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3508         variable for debugging bug#464 and bug#1174.
3509         (nnimap-demule): Use it.
3510
3511 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3514         score calculation correctly.
3515
3516 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3517
3518         * message.el (message-send-mail): Just set the buffer to unibyte
3519         rather than use mm-with-unibyte-current-buffer which does a lot more.
3520         (message-send-mail-partially): Don't bother with
3521         mm-with-unibyte-current-buffer since it's already been made unibyte by
3522         message-send-mail.
3523
3524 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3525
3526         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3527
3528 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3531
3532 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3535         require itself and to remove `with-no-warnings'.
3536
3537 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * starttls.el (starttls-any-program-available): Get the name of the
3540         available TLS layer program.
3541         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3542         well as the host name in the "opening" message.
3543
3544         * auth-source.el (auth-source-cache, auth-source-do-cache)
3545         (auth-source-user-or-password): Cache passwords and logins by default,
3546         allow override with `auth-source-do-cache'.
3547         (auth-source-forget-user-or-password): Allow users to remove cache
3548         entries if needed.
3549
3550 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3551
3552         * md4.el (md4-buffer): Fix typo in docstring.
3553         (md4, md4-64): Doc fixes.
3554         (md4-pack-int32): Reflow docstring.
3555
3556 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3559         condition-case to only the forward-sexp call.
3560
3561 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3564         quotes contained.  Make it more robust regardless by an extra
3565         condition-case wrapper.
3566
3567 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3570
3571 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * nnml.el (nnml-request-expire-articles): Check if the function set to
3574         `nnmail-expiry-target' returns the symbol `delete'.
3575
3576         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3577
3578         * nnmail.el (nnmail-expiry-target): Fix custom type.
3579
3580 2008-10-02  Glenn Morris  <rgm@gnu.org>
3581
3582         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3583         Silence compiler warning.
3584
3585 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3586
3587         * tls.el (open-tls-stream): Show the actual command being
3588         executed, instead of the format string.
3589
3590 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * lpath.el: Fbind codepage-setup for Emacs 23.
3593
3594 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3595
3596         * mml.el (mml-menu): Don't assume mml2015 is bound.
3597
3598 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3601         exists.
3602
3603 2008-09-27  Glenn Morris  <rgm@gnu.org>
3604
3605         * gnus-util.el (mail-header-remove-comments): Autoload it.
3606
3607 2008-09-27  Andreas Schwab  <schwab@suse.de>
3608
3609         * gnus-util.el (gnus-split-references): Strip comments.
3610         (gnus-parent-id): Likewise.
3611
3612 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * message.el (message-confirm-send): Fix version.
3615
3616 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * message.el (message-idna-to-ascii-rhs-1): Use
3619         mail-extract-address-components rather than mail-header-parse-addresses
3620         that is an alias by default to ietf-drums-parse-addresses that does not
3621         support non-ASCII names in headers' contents.
3622
3623 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3624
3625         * message.el (message-confirm-send): Fixed variable documentation to
3626         avoid the "y/n" wording.
3627
3628 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3629
3630         * message.el (message-set-auto-save-file-name): Save to a different
3631         filename so multiple messages (especially drafts) can be recovered.
3632
3633 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3634
3635         * message.el (message-confirm-send): Add appropriate version.
3636
3637 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3638
3639         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3640         defvar.
3641
3642 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3643
3644         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3645         (mm-pkcs7-enveloped-magic): Ditto.
3646
3647 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3648
3649         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3650         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3651
3652 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3653
3654         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3655         default, it's better.
3656
3657 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3658
3659         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3660         summary line gnus-number property and ignore them (with a warning
3661         message).
3662
3663 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3666         macro caddr in the interactive form since it won't be expanded.
3667
3668 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3671         `charset'; fix name of function called recursively.
3672         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3673
3674 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3677         (gnus-mime-set-charset-parameters): New function.
3678         (gnus-mime-view-part-as-charset): Use it to correctly display part
3679         specifying wrong charset.
3680
3681 2008-09-08  David Engster  <dengste@eml.cc>
3682
3683         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3684         in completing-read for back end server.
3685
3686 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * message.el (message-confirm-send): New variable to confirm sending a
3689         message.
3690         (message-send): Use it.
3691
3692 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3693
3694         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3695
3696 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3699
3700 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3701
3702         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3703         prevent tracking too many groups.
3704         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3705         Use it.
3706
3707 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3708
3709         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3710         moving point to the bottom of the window in order to avoid recentering.
3711
3712 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3715
3716         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3717         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3718         (gnus-article-beginning-of-window): Fix calculation.
3719
3720 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * gnus-msg.el (gnus-summary-supersede-article)
3723         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3724         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3725         message header.
3726
3727 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3728
3729         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3730         pending output coming after the status change.
3731
3732 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3733
3734         * message.el:
3735         * gnus-start.el:
3736         * gnus-registry.el: Remove VMS support.
3737
3738 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3741         macro.
3742         (rfc2104-hash): Use it.
3743
3744 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3747         (gnus-summary-sort-by-most-recent-date): New commands.
3748         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3749         and menu entries.
3750
3751 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3754         don't redisplay article for raw contents; remove plural articles stuff.
3755
3756         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3757         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3758         on gnus-summary-save-article; display results properly.
3759
3760 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * lpath.el: No need to fbind ns-focus-frame.
3763
3764 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3767
3768 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3771         gnus-save-all-headers.
3772
3773 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3774
3775         * gnus-util.el (ns-focus-frame): Remove declaration.
3776         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3777         like x.
3778
3779 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3780
3781         * rfc2104.el (rfc2104-zero): Delete defconst.
3782         (rfc2104-hex-alist): Likewise.
3783         (rfc2104-hex-to-int): Delete func.
3784         (rfc2104-hexstring-to-bitstring): Likewise.
3785         (rfc2104-nybbles): New defconst.
3786         (rfc2104-hash): Rewrite for speed.
3787
3788 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * tls.el (open-tls-stream): Make it work with the 2nd argument
3791         BUFFER that is a string but does not exist as a buffer object, as
3792         mentioned in the doc-string.
3793
3794 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3797         SXEmacs.
3798
3799 2008-07-16  Glenn Morris  <rgm@gnu.org>
3800
3801         * gnus-util.el (ns-focus-frame): Declare for compiler.
3802
3803 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3806         set as a group parameter.
3807         (gnus-summary-save-in-pipe): Work when it is called independently.
3808         (gnus-summary-pipe-to-muttprint): Don't modify
3809         gnus-summary-pipe-output-default-command.
3810
3811 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3812
3813         * message.el (message-send-mail-with-sendmail):
3814         Display the error message.
3815
3816 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-art.el (gnus-default-article-saver):
3819         Add gnus-summary-save-in-pipe to choices.
3820         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3821         gnus-summary-pipe-output-default-command as the default command.
3822         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3823         instead of gnus-last-shell-command.
3824
3825         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3826         New user option.
3827         (gnus-summary-muttprint-program): Mention the value will be changed.
3828         (gnus-summary-save-article): Force showing of all headers.
3829         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3830
3831 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3832
3833         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3834
3835 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3836
3837         * nnimap.el (nnimap-id):
3838         * sieve-manage.el (sieve-manage-open): Doc fixes.
3839
3840 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3841
3842         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3843         if available.
3844
3845 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3846
3847         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3848
3849         * nnkiboze.el (nnkiboze-generate-group):
3850         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3851
3852         * nnmairix.el: Require CL.
3853
3854 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * dgnushack.el: Autoload get-display-table and put-display-table for
3857         XEmacs 21.5.
3858
3859         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3860         21.4 and SXEmacs.
3861
3862 2008-06-15  David Engster  <dengste@eml.cc>
3863
3864         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3865
3866 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3867
3868         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3869         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3870         runtime choice under XEmacs.
3871
3872         * gnus-sum.el (gnus-summary-set-display-table):
3873         Use `gnus-put-display-table', `gnus-get-display-table',
3874         `gnus-set-display-table' for the display table, instead of `aset'.
3875
3876         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3877         Use `gnus-put-display-table', `gnus-get-display-table',
3878         `gnus-set-display-table' for the display table.
3879
3880 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3881
3882         * nnmairix.el: Add autoloads.
3883
3884 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3885
3886         * nnmairix.el (nnmairix-delete-recreate-group)
3887         (nnmairix-update-and-clear-marks): Fix error messages.
3888
3889 2008-06-14  David Engster  <dengste@eml.cc>
3890
3891         * nnmairix.el: Upgrade to version 0.6.
3892         (nnmairix-group-toggle-propmarks-this-group)
3893         (nnmairix-group-toggle-readmarks-this-group)
3894         (nnmairix-group-delete-recreate-this-group)
3895         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3896         (nnmairix-remove-tick-mark-original-article): New commands.
3897         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3898         (nnmairix-propagate-marks-to-nnmairix-groups)
3899         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3900         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3901         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3902         functions needed for marks propagation and manipulation of read marks.
3903         (nnmairix-update-groups): New function.
3904         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3905         (nnmairix-determine-original-group-from-registry)
3906         (nnmairix-determine-original-group-from-path)
3907         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3908         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3909         New helper functions.
3910         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3911         keystrokes for new commands.
3912         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3913         (nnmairix-request-group): Check allow-fast group parameter.
3914         (nnmairix-request-create-group): Set allow-fast group parameter if
3915         nnmairix-allowfast-default is set.
3916         (nnmairix-close-group): Propagate marks upon closing if needed.
3917         (nnmairix-group-toggle-threads-this-group): Use new.
3918         nnmairix-group-toggle-parameter helper function.
3919         (nnmairix-search): Better check for empty search result.
3920         (nnmairix-goto-original-article): Use new helper functions for
3921         determining original article.
3922         (nnmairix-show-original-article): Make sure message-id is in brackets.
3923         (nnmairix-call-mairix-binary): Change variable name.
3924         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3925         helper function.
3926         (nnmairix-widget-toggle-activate): Fix doc string.
3927
3928 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * nnir.el: Require edmacro when compiling with XEmacs.
3931         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3932         available in Emacs 21.
3933
3934 2008-06-11  Glenn Morris  <rgm@gnu.org>
3935
3936         * gnus-util.el (x-focus-frame):
3937         * gnus.el (image-size):
3938         * mm-decode.el (image-size): Declare.
3939
3940         * gnus-picon.el (declare-function): Add compat definition.
3941         (image-size): Declare.
3942
3943         * gnus-group.el (tool-bar-map):
3944         * gnus-sum.el (tool-bar-map): Define for compiler.
3945
3946         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3947
3948         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3949
3950         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3951         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3952         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3953         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3954         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3955         * sieve-manage.el, spam-report.el, spam.el:
3956         Remove unnecessary eval-and-compile of autoloads.
3957
3958 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3959
3960         * auth-source.el: Precise Tramp doc.
3961
3962 2008-06-07  Glenn Morris  <rgm@gnu.org>
3963
3964         * nnmairix.el: Remove unnecessary eval-when-compile.
3965
3966 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * lpath.el: Fbind propertize for XEmacs 21.4.
3969
3970 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * nnir.el: Move here from ../contrib.
3973
3974 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3975
3976         * gnus-util.el (gnus-read-shell-command): New function.
3977         * mm-decode.el (mm-pipe-part):
3978         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3979
3980 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3983
3984 2008-06-03  Glenn Morris  <rgm@gnu.org>
3985
3986         * pop3.el (nnheader-accept-process-output): Autoload it.
3987
3988 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3991         are not 2-digit hexadecimal characters that follow `%'s.
3992
3993 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * message.el (message-bogus-recipient-p): Fix type in doc string.
3996         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3997         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3998         Improve custom options.
3999         (message-bogus-recipient-p): Adjust accordingly.
4000
4001 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4002
4003         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4004         long-form month and day names.
4005
4006 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * dgnushack.el: Autoload debug, eudc-expand-inline and
4009         pgg-snarf-keys-region for XEmacs.
4010
4011         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4012
4013         * nnmairix.el: Require edmacro when compiling with XEmacs.
4014
4015 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4018         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4019
4020 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * auth-source.el: Add more docs.
4023
4024         * netrc.el (netrc-machine): Always match if the port is not given.
4025
4026 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4029         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4030         retrieval faster in some cases, but might make CPU usage larger.  If
4031         this has any bad side effects, we might revert this change.
4032
4033         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4034         seems to make mail retrieval much, much faster.
4035         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4036         unconditionally.
4037
4038         * gnus-draft.el (gnus-group-send-queue): Bind
4039         message-send-mail-partially-limit to nil to avoid being prompted.
4040
4041 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4042
4043         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4044
4045         * message.el (message-bogus-address-regexp): Fix and improve custom
4046         type.
4047         (message-setup-hook): Add message-check-recipients as custom option.
4048
4049 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4050
4051         * message.el (message-cite-function): Remove bogus autoload which crept
4052         in during merge from v5-10.
4053
4054 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4057
4058         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4059
4060         * auth-source.el: Preliminary Tramp docs.
4061         (auth-sources): Change the default auth-sources to use
4062         EPA .gpg files.
4063
4064 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * nntp.el: Autoload `auth-source-user-or-password'.
4067         (nntp-send-authinfo): Use it.
4068
4069         * nnimap.el: Autoload `auth-source-user-or-password'.
4070         (nnimap-open-connection): Use it.
4071
4072         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4073         for the gnus-message function.
4074         (auth-source-user-or-password): Use it.
4075
4076 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4077
4078         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4079         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4080         (rfc2104-hash): Use it.
4081
4082 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4083
4084         * gnus-art.el (gnus-article-toggle-truncate-lines):
4085         Don't use `iff' in docstring.
4086
4087 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4090
4091         * gnus-util.el (gnus-extract-address-component-name)
4092         (gnus-extract-address-component-email): Convenience functions around
4093         `gnus-extract-address-components'.
4094
4095         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4096         Use `gnus-extract-address-component-email' to fix bug of comparing full
4097         sender name to `user-mail-address'.
4098
4099 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4102         catch/throw to optimize.
4103         (gnus-registry-find-keywords): Just use member to find a keyword.
4104
4105 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4108         is current before calling gnus-server-prepare.
4109         (gnus-server-setup-buffer, gnus-server-update-server)
4110         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4111
4112 2008-05-04  Juri Linkov  <juri@jurta.org>
4113
4114         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4115         (mailcap-file-default-commands): Use mailcap-replace-in-string
4116         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4117         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4118
4119 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4120
4121         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4122
4123 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4124
4125         * gnus.el: Bump version to 0.11.
4126
4127 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4128
4129         * gnus.el: No Gnus v0.10 is released.
4130
4131 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4134         hooks.
4135         (gnus-update-read-articles): Speed up non-marks-using users.
4136         (gnus-use-marks): Define gnus-use-marks.
4137         (gnus-propagate-marks): Rename variable to something more sensible.
4138
4139 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4140
4141         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4142         (gmm-image-load-path-for-library): Fix typos in docstrings.
4143         (gmm-message): Reflow docstring.
4144
4145 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * mail-source.el (mail-source-set-1, mail-source-bind):
4148         Move auth-source code out of the macro to clean it up and fix bugs.
4149
4150 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4153         by sender if it's equal to user-mail-address, it's likely to be
4154         useless.
4155
4156         * mail-source.el (mail-source-bind): Don't use user or password if they
4157         are not bound.  Unintern them if they are nil.  Don't use server unless
4158         it's bound, and default it to empty string otherwise.
4159
4160 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * mail-source.el: Load auth-source.el.
4163         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4164         get user name or password, if auth-sources is set up.
4165
4166         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4167         strategy of splitting with parent.
4168         (gnus-registry-split-fancy-with-parent)
4169         (gnus-registry-post-process-groups): Use it and fix prior
4170         bug (returning a list as the split result).
4171
4172         * auth-source.el (auth-sources): Remove server parameter.
4173         (auth-source-pick, auth-source-user-or-password)
4174         (auth-source-user-or-password-imap)
4175         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4176         (auth-source-user-or-password-sftp)
4177         (auth-source-user-or-password-smtp): Remove server parameter.
4178
4179 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4180
4181         * smime.el (smime-sign-region, smime-encrypt-region)
4182         (smime-decrypt-region):
4183         Remove redundant calls to `generate-new-buffer-name'.
4184
4185 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4186
4187         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4188         Don't use QP for message/rfc822.
4189         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4190
4191 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4192
4193         * sieve-manage.el (sieve-string-bytes): Remove.
4194         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4195         correct byte-length only if the process's coding-system is the same as
4196         the one used internally by Emacs to represent strings.
4197
4198 2008-04-22  Juri Linkov  <juri@jurta.org>
4199
4200         * mailcap.el (mailcap-file-default-commands): New function.
4201
4202 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4203
4204         * message.el (message-signature-separator, message-cite-function):
4205         Change custom version.
4206
4207 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4208
4209         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4210         commands.
4211         (tls-checktrust): Ditto.
4212
4213 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * mm-decode.el (mm-display-external): Make temp file read-only.
4216
4217 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4220         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4221         `C-c C-f d'.
4222
4223 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4224
4225         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4226
4227 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4228
4229         * gnus.el: Bump version to 0.9.
4230
4231 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * gnus.el: No Gnus v0.8 is released.
4234
4235 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4236
4237         * mail-source.el (mail-source-value):
4238         Prefer fboundp to functionp so it works with macros as well.
4239
4240 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4241
4242         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4243         Fix last change in case the element is not even a symbol.
4244
4245 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4246
4247         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4248         Prefer fboundp to functionp so it works with macros as well.
4249
4250 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4251
4252         * auth-source.el: Added docs.
4253         (auth-sources): Modify format to support server.
4254         (auth-source-pick, auth-source-user-or-password)
4255         (auth-source-user-or-password-imap)
4256         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4257         (auth-source-user-or-password-sftp)
4258         (auth-source-user-or-password-smtp): Add server parameter.
4259
4260 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * gnus-registry.el: Initialize the registry when gnus-registry-install
4263         is t.
4264
4265 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * compface.el (uncompface): Make buffer unibyte.
4268
4269 2008-04-05  Glenn Morris  <rgm@gnu.org>
4270
4271         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4272
4273 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4274
4275         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4276         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4277
4278         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4279         multibyteness after rather than before erasing it.
4280
4281         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4282         mm-with-multibyte.
4283         (gnus-request-article-this-buffer): Make sure the proper decoding is
4284         used if gnus-original-article-buffer happens to be unibyte.
4285
4286         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4287         default-enable-multibyte-characters.
4288
4289         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4290         default-enable-multibyte-characters.
4291
4292         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4293
4294         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4295
4296 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4297
4298         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4299         (imap-message-copyuid-1): Use it.
4300         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4301         J. Williams in
4302         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4303
4304         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4305         imap-enable-exchange-bug-workaround.
4306         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4307
4308 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4309
4310         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4311         a 100 byte status-checks into a 2-3MB transfer for each group.
4312         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4313         to enable bug workaround or not.
4314         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4315
4316 2008-03-31  Glenn Morris  <rgm@gnu.org>
4317
4318         * message.el (mml2015-use): Declare for compiler.
4319         (message-info): Require mml2015 when appropriate.
4320
4321 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4324         whitespace.
4325
4326 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4327
4328         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4329         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4330         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4331         (nntp-service-to-port): New function.
4332         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4333         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4334         (nntp-open-netcat-stream): New function.
4335         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4336
4337 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4338
4339         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4340
4341 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4342
4343         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4344
4345 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4346
4347         * dns.el (dns-write): Use set-buffer-multibyte.
4348
4349 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4350
4351         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4352
4353 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * message.el (message-signature-separator): Change default.
4356         Improve custom type.
4357         (message-cite-function): Change default to
4358         message-cite-original-without-signature.
4359
4360         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4361         toggle.
4362
4363         * message.el (message-check-news-body-syntax): Fix signature check.
4364         (message-setup-1): Mark buffer as unmodified _after_ running
4365         message-setup-hook and handling message-alternative-emails.
4366         (message-shorten-references): Be more strict when building list of
4367         valid references to comply with GNKSA.
4368
4369         * gnus-group.el (gnus-read-ephemeral-bug-group)
4370         (gnus-read-ephemeral-debian-bug-group)
4371         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4372
4373         * message.el (message-info): Don't use booleanp which isn't supported
4374         in Emacs 21 and XEmacs.
4375
4376 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4377
4378         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4379         gnus-group-gmane-group-download-format.
4380         (gnus-group-read-ephemeral-gmane-group): Rename from
4381         gnus-group-read-ephemeral-gmane-group.
4382         (gnus-read-ephemeral-gmane-group-url): Rename from
4383         gnus-group-read-ephemeral-gmane-group-url.
4384         (gnus-bug-group-download-format-alist): New variable.
4385         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4386         (gnus-read-ephemeral-emacs-bug-group): New commands.
4387
4388 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4391         (gnus-visible-headers): Improve custom type.
4392
4393 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * mml.el (mml-menu): Add workarounds for XEmacs.
4396
4397         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4398         X-Boundary header.
4399
4400         * message.el (message-simplify-recipients): Fix previous commit.
4401
4402 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4403
4404         * mm-util.el (mm-set-buffer-multibyte): New function.
4405         * mm-decode.el (mm-copy-to-buffer): Use it.
4406
4407 2008-03-19  Glenn Morris  <rgm@gnu.org>
4408
4409         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4410         Accidentally removed in the sync process with Emacs.
4411
4412 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * message.el (message-alter-recipients-discard-bogus-full-name):
4415         New function.
4416         (message-alter-recipients-function): New variable.
4417         (message-get-reply-headers): Use it.
4418         (message-replace-header): New helper function.
4419         (message-recipients-without-full-name): New variable.
4420         (message-simplify-recipients): New command.
4421
4422         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4423
4424         * message.el (message-info): Handle EasyPG manual.
4425
4426         * mml.el (mml-menu): Add entry for EasyPG.
4427
4428 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4429
4430         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4431         parameter.
4432
4433         * message.el (message-disassociate-draft): Specify drafts group name
4434         fully.
4435
4436 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4439         unnecessary duplicates from the match list.
4440
4441 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4444
4445         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4446
4447         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4448         args of `how-many' of which the XEmacs version doesn't take; declare
4449         Info-index-next as function.
4450
4451 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * gnus-score.el (gnus-score-headers): Fix handling of
4454         gnus-inhibit-slow-scoring.
4455
4456         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4457         string.
4458         (gnus-button-url-regexp): Improve handling of parenthesis.
4459         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4460         (gnus-button-handle-info-keystrokes): Handle index entries.
4461
4462 2008-03-15  Glenn Morris  <rgm@gnu.org>
4463
4464         * parse-time.el (parse-time-string): Simplify.
4465
4466 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4469         Incoming* files.
4470
4471 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4474         (auth-source-pick): Use it.
4475
4476 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4477
4478         * binhex.el (binhex-decode-region-internal):
4479         * uudecode.el (uudecode-decode-region-internal):
4480         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4481         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4482         setting default-enable-multibyte-characters.
4483
4484 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * auth-source.el (auth-source-protocols)
4487         (auth-source-protocols-customize, auth-source-choices): Added and
4488         modified variable customizations and defaults.
4489         (auth-source-pick, auth-source-user-or-password)
4490         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4491         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4492         (auth-source-user-or-password-sftp)
4493         (auth-source-user-or-password-smtp): Use new variables and provide an
4494         interface to netrc.el.
4495
4496 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4499         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4500         Make sure the nntp port to specify is a string.
4501
4502 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4503
4504         * nntp.el: Use with-current-buffer.
4505         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4506         dubious mm-with-unibyte-current-buffer.
4507         (nntp-with-open-group-function): New function extracted from
4508         nntp-with-open-group macro.
4509         (nntp-with-open-group): Use the function, so it's easier to debug.
4510         Add indentation and debugging info.
4511         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4512         the use of the netcat alternatives.
4513
4514         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4515         Avoid mm-string-as-multibyte as well.
4516
4517         * nnweb.el (nnweb-insert-html):
4518         Remove use of nnheader-string-as-multibyte.
4519
4520         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4521         (nnheader-string-as-multibyte): Remove.
4522
4523         * mm-view.el: Use inhibit-read-only.
4524         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4525         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4526         or unibyte-string.
4527
4528         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4529         (mm-uu-yenc-extract): Use with-current-buffer.
4530
4531         * gnus-soup.el (gnus-soup-send-packet): Don't use
4532         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4533
4534         * nnmh.el: Use with-current-buffer.
4535         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4536         mm-string-as-multibyte on the output of mm-encode-coding-string.
4537
4538         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4539         (nnimap-request-move-article): Use with-current-buffer.
4540
4541         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4542         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4543         conversion uses string-make-unibyte rather than string-as-unibyte.
4544
4545         * gnus-msg.el: Use with-current-buffer.
4546
4547         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4548
4549 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4550
4551         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4552         string for caching if it is 'PIN.
4553
4554 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * lpath.el: Consider the case without Emacs/W3.
4557
4558 2008-03-08  Glenn Morris  <rgm@gnu.org>
4559
4560         * time-date.el (date-to-time, time-subtract, time-add)
4561         (safe-date-to-time): Doc fixes.
4562
4563 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4564
4565         * mail-source.el (mail-source-delete-old-incoming-confirm):
4566         Change default to nil.
4567         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4568
4569 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * lpath.el: Rearrange.
4572
4573         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4574         (gnus-article-goto-prev-page): Work for articles having ^L's.
4575
4576         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4577
4578         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4579
4580 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4581
4582         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4583         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4584         (gnus-bookmark-jump): Adjust some variable names.
4585
4586 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4587
4588         * auth-source.el: New package.
4589         (auth-source-choices): Add customization entry point variable.
4590
4591         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4592         bug.
4593
4594 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4595
4596         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4597         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4598         (gnus-registry-install-shortcuts): Rename from
4599         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4600         the `gnus-registry-mark-map' keymap dynamically from
4601         `gnus-registry-marks'.  The generated functions update the summary line
4602         when a registry mark is added or deleted, and will call
4603         `gnus-registry-install-p' (see the comments in the code).
4604         (gnus-registry-user-format-function-M): Use concat intelligently.
4605
4606         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4607         the registry mark functions.
4608
4609 2008-03-05  Glenn Morris  <rgm@gnu.org>
4610
4611         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4612         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4613         gnus-art.
4614         (top-level): No need to load own source when compiling.
4615
4616 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4619         Suggested by <chris.anderton@zetnet.co.uk>.
4620
4621 2008-03-04  Glenn Morris  <rgm@gnu.org>
4622
4623         * gnus-sum.el (top-level): No need to require gnus when compiling,
4624         since unconditionally required near start of file.
4625         (gnus-summary-display-while-building): Move definition before use.
4626
4627 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4630         formatting function.
4631
4632 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4635         with plists.
4636         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4637         Use new format.
4638
4639 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4642         `where-is-internal' that returns a range of key sequences.
4643
4644 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4647
4648         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4649         (gnus-summary-jump-to-group): Consider windows on other displayed
4650         frames as well.  Similar changes might be needed elsewhere, but that's
4651         the one I've bumped into during my use.
4652
4653         * nndoc.el (nndoc-oe-dbx-type-p):
4654         * gnus-msg.el (gnus-debug):
4655         * gnus-group.el (gnus-update-group-mark-positions):
4656         Use mm-string-to-multibyte.
4657
4658 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4661         doesn't handle NotDashEscaped.
4662
4663         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4664         (mml-dnd-attach-options): Fix typo in custom choice.
4665
4666         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4667         nndoc-article-type to mbox.
4668         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4669
4670         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4671         to nil, instead of html2text.
4672
4673         * imap.el (imap-debug): Add `imap-ping-server'.
4674
4675         * gnus-bookmark.el: Add FIXMEs.
4676
4677         * message.el (message-form-letter-separator)
4678         (message-send-form-letter-delay): New variables.
4679         (message-send-form-letter): Use them.  New command to send form
4680         letters.  Requested by Uwe Siart.
4681         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4682
4683 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * Update copyright years.
4686
4687 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         Sync from EMACS_22_BASE.
4690
4691         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4692
4693 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4694
4695         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4696         empty author.
4697
4698 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * gnus-registry.el (gnus-registry-marks): Add variable for
4701         customization of marks and their appearance.
4702         (gnus-registry-read-mark): Use it.
4703         (gnus-registry-do-marks): Add utility function to loop through
4704         `gnus-registry-marks'.
4705         (gnus-registry-install-shortcuts-and-menus): Add function to install
4706         shortcuts and menus.
4707         (gnus-registry-initialize): Use it.
4708         (gnus-registry-default-mark): Clarify documentation.
4709
4710 2008-02-29  Glenn Morris  <rgm@gnu.org>
4711
4712         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4713         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4714         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4715         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4716         Change defcustom :version from 23.0 to 23.1.
4717
4718 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * gnus-registry.el (gnus-registry-follow-group-p)
4721         (gnus-registry-post-process-groups): Add functions to aid registry
4722         splitting and improve logging.  Clarify behavior in function
4723         documentation.
4724         (gnus-registry-split-fancy-with-parent): Use them.
4725
4726 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4727
4728         * gnus-art.el: Use with-current-buffer.
4729
4730 2008-02-27  David Engster  <dengste@eml.cc>
4731
4732         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4733         Express real group name in the response.
4734
4735 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4738         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4739         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4740         autoload gnus-registry-fetch-group when compiling.
4741         (nnmairix-request-group-with-article-number-correction): Remove
4742         unreferenced argument passed to nnmairix-call-backend.
4743
4744 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4747         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4748         Wilde.
4749
4750 2008-02-27  Glenn Morris  <rgm@gnu.org>
4751
4752         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4753         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4754         variables to defconsts.  Convert comments to doc-strings.
4755         (nnmairix-last-server, nnmairix-current-server): Convert from free
4756         variables to defvars.  Convert comments to doc-strings.
4757         (gnus-registry-fetch-group): Autoload.
4758         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4759         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4760         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4761         caddr.
4762         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4763         nnmairix-request-group-with-article-number-correction call.
4764         (nnmairix-fast, nnmairix-group): New, less general names, for free
4765         variables passed from nnmairix-request-group to
4766         nnmairix-request-group-with-article-number-correction.  Declare.
4767         (nnmairix-request-group-with-article-number-correction):
4768         Use nnmairix-fast, nnmairix-group rather than fast, group.
4769
4770 2008-02-26  David Engster  <dengste@eml.cc>
4771
4772         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4773         version 0.5.
4774
4775 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4778         instead of making an extra function call.  Don't add the current group
4779         to articles only when they have the group.  Use
4780         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4781         Reported by David <de_bb@arcor.de>.
4782
4783 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4786         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4787
4788 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4789
4790         * mail-source.el (mail-source-delete-incoming): Change default.
4791         Supplement doc string.
4792
4793         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4794
4795 2008-02-14  Glenn Morris  <rgm@gnu.org>
4796
4797         * time-date.el (format-seconds): New function.
4798
4799 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * nnmail.el (nnmail-message-id-cache-file): Derive from
4802         `gnus-home-directory'.
4803
4804 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4807         Document negative prefix.
4808
4809         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4810
4811 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * message.el (message-unsent-separator): Add the Exim bounce
4814         separator.
4815
4816 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4817
4818         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4819         list.
4820         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4821         recipient/signer list.
4822
4823 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * Makefile.in (datarootdir): Define.
4826         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4827         name that might contain whitespace.
4828
4829 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4832         fbound (Emacs 23 unicode), signal an error.
4833
4834 2008-02-08  Glenn Morris  <rgm@gnu.org>
4835
4836         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4837
4838 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4839
4840         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4841         ports to the calls to `netrc-machine-user-or-password' in addition to
4842         "imap" and "imaps".
4843
4844 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4845
4846         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4847
4848         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4849
4850 2008-02-01  Kenichi Handa  <handa@m17n.org>
4851
4852         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4853         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4854         (rfc2104-hash): Convert the result of concat to unibyte string.
4855
4856 2008-02-01  Dave Love  <fx@gnu.org>
4857
4858         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4859         coding-system-for-read.
4860         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4861
4862 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4865         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4866         <hanche@math.ntnu.no>.
4867
4868 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4871
4872         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4873
4874 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4875
4876         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4877         * message.el (message-beginning-of-line): Use featurep instead of bound
4878         tests in order to resolve conditionals at compile time.
4879
4880 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4881
4882         * mail-source.el (mail-sources): Add `group' choice.
4883
4884         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4885         parameter `in-group' to control into which group the articles go.
4886         Add treatment of `group' mail-source.
4887
4888 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4891
4892         * mm-decode.el (mm-dissect-buffer): Decode description.
4893
4894         * mml.el (mml-to-mime): Encode message header first.
4895
4896 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4899         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4900
4901         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4902         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4903
4904 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4907
4908 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4911         prefix keys.
4912         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4913         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4914         gnus-xmas.el.
4915
4916         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4917         (gnus-xmas-article-describe-bindings): New function.
4918         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4919         gnus-xmas-article-describe-bindings.
4920
4921         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4922
4923 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4924
4925         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4926         Add new variables for article mark management.
4927         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4928         list of extra data entries which, when present, will indicate that the
4929         article ID should not be trimmed from the registry.
4930         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4931         functions.
4932         (gnus-registry-read-mark): New function to read a mark name from the
4933         user.
4934         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4935         (gnus-registry-set-article-mark-internal): New functions to add and
4936         remove marks.
4937         (gnus-registry-get-article-marks): New function to show the marks for
4938         an article, or retrieve them for further use.
4939
4940 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4943         keys when no argument is given.
4944
4945 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4946
4947         * imap.el (imap-ping-server): New variable.
4948         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4949         (imap-ping-server): Minor doc string fixes.
4950
4951 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4952
4953         * imap.el (imap-ping-server): New function.
4954         (imap-opened): Call imap-ping-server.
4955
4956 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * gnus-sum.el (gnus-article-sort-by-random)
4959         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4960         jidanni@jidanni.org.
4961
4962 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-art.el (gnus-article-describe-bindings): New function.
4965         (gnus-article-read-summary-keys): Use it.
4966         (gnus-article-mode-map): Bind `C-h b' to it.
4967
4968 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4971         XEmacs.
4972         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4973         against non-character events.
4974
4975         * lpath.el: Fbind map-keymap for Emacs 21.
4976
4977 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4978
4979         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4980         command.
4981         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4982         instead of END.  Change name of the temp file.
4983         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4984         customizable.
4985
4986 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4989         bind `S W' to gnus-article-wide-reply-with-original; set default
4990         binding to gnus-article-read-summary-send-keys.
4991         (gnus-article-read-summary-keys): Fix the order of keys; display
4992         continuation keys correctly in the echo area; describe bindings
4993         correctly when keys end with `C-h'.
4994         (gnus-article-read-summary-send-keys): New function.
4995         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4996         for gnus-article-read-summary-send-keys; display continuation keys
4997         correctly in the echo area.
4998         (gnus-article-reply-with-original): Ignore prefix argument.
4999         (gnus-article-wide-reply-with-original): New function.
5000
5001         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5002         Emacs 21.
5003
5004 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5007         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5008
5009 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5012         (gnus-group-read-ephemeral-gmane-group): New command.
5013
5014 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5015
5016         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5017
5018 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5019
5020         * message.el (message-send-mail-function): Increase custom version.
5021
5022         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5023         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5024
5025 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5026
5027         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5028         for the cases where imap-authenticate is called with a nil buffer
5029         parameter.
5030
5031 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5034         html parts correctly; support forwarded messages.
5035         (gnus-article-browse-html-article): Remove work buffers.
5036
5037         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5038         compiling.
5039         (netrc-bound-and-true-p): New macro.
5040         (netrc-parse): Use it instead of bound-and-true-p that is not available
5041         in XEmacs 21.4.
5042
5043 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * gnus-registry.el (gnus-registry-mark-article)
5046         (gnus-registry-article-marks): Add functionality to mark articles
5047         through the Gnus registry.
5048
5049         * encrypt.el: Clarify documentation for the new pgg method.
5050         (encrypt-file-alist): Add PGG option.
5051         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5052         functionality.  Abstract password key and messaging to external
5053         functions.
5054         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5055         (encrypt-message-method-and-cipher): Add new convenience external
5056         functions.
5057         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5058         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5059
5060         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5061         (netrc-parse): Use encrypt-file-alist to determine if
5062         encrypt-find-model or encrypt-insert-file-contents should be used.
5063
5064         * encrypt.el: Clarify documentation.  Load password-cache or
5065         password, whichever one is found first, instead of autoloading.
5066
5067 2007-12-19  Glenn Morris  <rgm@gnu.org>
5068
5069         * mml.el (message-options-set, message-narrow-to-head)
5070         (message-in-body-p, message-mail-p, message-encode-message-body):
5071         Autoload.
5072         (message-remove-header, message-narrow-to-headers-or-head)
5073         (message-subscribed-p, message-make-mail-followup-to)
5074         (message-position-on-field, message-news-p)
5075         (message-options-set-recipient, message-generate-headers)
5076         (message-sort-headers): Declare as functions.
5077
5078 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5081         convention in doc string.
5082
5083 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5086         title to html parts.
5087         (gnus-article-browse-html-article): Pass message header to it.
5088
5089         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5090
5091 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5094         or password compatible with XEmacs.
5095
5096 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5099         format document.
5100         (gnus-mime-delete-part): Don't write description line if empty.
5101         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5102
5103 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5104
5105         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5106         (gnus-summary-mark-read-and-unread-as-read)
5107         (gnus-summary-mark-current-read-and-unread-as-read)
5108         (gnus-summary-mark-unread-as-ticked): Doc fix.
5109         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5110
5111 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5114         Christoph Conrad <christoph.conrad@gmx.de>.
5115
5116 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5119         yes-or-no-p.
5120
5121 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * mm-decode.el (mm-add-meta-html-tag): New function.
5124         (mm-save-part-to-file, mm-pipe-part): Use it.
5125
5126         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5127         gnus-y-or-n-p instead of y-or-n-p.
5128         (gnus-article-browse-html-parts): Work with message/external-body; use
5129         mm-add-meta-html-tag.
5130
5131 2007-12-11  Glenn Morris  <rgm@gnu.org>
5132
5133         * gnus-cache.el: Require gnus-sum not just when compiling.
5134
5135         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5136
5137         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5138         definitions before use.
5139
5140         * mm-decode.el: Require gnus-util.
5141         (mm-remove-part): Only call delete-annotation on XEmacs.
5142
5143         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5144
5145         * nnmail.el: Require gnus-int.
5146
5147         * spam.el: Move `require's before `eval-when-compile's.
5148
5149         * gnus-ems.el (gnus-alive-p):
5150         * gnus-fun.el (message-goto-eoh):
5151         * gnus-util.el (gnus-group-name-decode):
5152         * mail-source.el (gnus-compress-sequence):
5153         * message.el (Info-goto-node, format-spec):
5154         * mm-bodies.el (message-options-get):
5155         * mm-decode.el (mm-view-pkcs7):
5156         * mm-util.el (gmm-write-region):
5157         * mml-smime.el (mml-compute-boundary)
5158         (gnus-completing-read-with-default):
5159         * mml.el (widget-button-press, gnus-make-hashtable):
5160         * mml1991.el (mm-decode-content-transfer-encoding)
5161         (mm-encode-content-transfer-encoding)
5162         (message-options-get, message-options-set):
5163         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5164         * nnfolder.el (gnus-request-group):
5165         * nnheader.el (ietf-drums-unfold-fws):
5166         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5167         * smime.el (gnus-run-mode-hooks):
5168         * spam-stat.el (gnus-message): Autoload.
5169
5170         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5171         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5172         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5173         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5174         Add declare-function compatibility definition.
5175
5176         * gnus-cache.el (nnvirtual-find-group-art):
5177         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5178         (gnus-add-image, gnus-add-wash-type):
5179         * gnus-group.el (nnkiboze-score-file):
5180         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5181         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5182         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5183         (message-tokenize-header, gnus-get-buffer-create)
5184         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5185         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5186         * gnus.el (gnus-group-decoded-name):
5187         * mail-source.el (imap-capability):
5188         * mm-bodies.el (message-options-set):
5189         * mm-decode.el (gnus-configure-windows):
5190         * mm-extern.el (message-goto-body):
5191         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5192         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5193         (epg-sub-key-validity, message-options-set):
5194         * mml.el (widget-event-point, gnus-configure-windows):
5195         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5196         * mml2015.el (epg-check-configuration, epg-configuration)
5197         (message-options-set):
5198         * nndb.el (nndb-request-article):
5199         * nnfolder.el (gnus-request-create-group):
5200         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5201         * nnmaildir.el (gnus-group-mark-article-read):
5202         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5203         * rfc1843.el (message-fetch-field):
5204         * spam.el (gnus-extract-address-components):
5205         Declare as functions.
5206
5207 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5210
5211         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5212
5213         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5214         bind show-trailing-whitespace for XEmacs.
5215
5216 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5219         new no-op macro for backward compatibility.
5220
5221         * imap.el (imap-string-to-integer): New function.
5222
5223 2007-12-09  Glenn Morris  <rgm@gnu.org>
5224
5225         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5226
5227         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5228         * message.el, mm-view.el, sieve-manage.el, smime.el:
5229         Add declare-function compatibility definition.
5230
5231         * gnus-art.el (w3-region, w3m-region, Info-menu):
5232         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5233         * gnus-sum.el (gnus-get-predicate):
5234         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5235         * message.el (mail-abbrev-in-expansion-header-p):
5236         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5237         (w3m-detect-meta-charset, w3m-region):
5238         * sieve-manage.el (password-read, password-cache-add)
5239         (password-cache-remove):
5240         * smime.el (password-read-and-add): Declare as functions.
5241
5242 2007-12-08  David Kastrup  <dak@gnu.org>
5243
5244         * gnus-sum.el (gnus-summary-simplify-subject-query):
5245         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5246         `message'.
5247
5248 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5251         it to bind idna-program, installation-directory, defined-colors, and
5252         face-attribute for XEmacs of the version that compiles defcustom forms.
5253
5254 2007-12-07  Glenn Morris  <rgm@gnu.org>
5255
5256         * gnus-art.el (article-make-date-line): Revert previous change.
5257
5258 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5259
5260         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5261
5262 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5263
5264         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5265         Call gnus-add-to-range ranges only once with a prepared article-list.
5266
5267 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5268
5269         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5270         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5271         group names with backslashes.  Reported by Tassilo Horn
5272         <tassilo@member.fsf.org>.
5273
5274 2007-12-06  Deepak Goel  <deego3@gmail.com>
5275
5276         * gnus-art.el (article-make-date-line):
5277         * gnus-start.el (gnus-load):
5278         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5279
5280 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-art.el (gnus-use-idna)
5283         * gnus-start.el (gnus-site-init-file)
5284         * message.el (message-use-idna)
5285         * mm-uu.el (mm-uu-hide-markers)
5286         * smiley.el (smiley-style): Revert changes that suppress warnings.
5287
5288 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5291         specify charset to html source.  Reported by Christoph Conrad
5292         <christoph.conrad@gmx.de>.
5293
5294 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5297         idna-program in order to suppress byte compile warning issued by XEmacs
5298         that came to byte compile the default value section of defcustom forms
5299         recently.
5300
5301         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5302         value of installation-directory.
5303
5304         * message.el (message-use-idna): Don't directly refer to the value of
5305         idna-program.
5306
5307         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5308
5309         * smiley.el (smiley-style): Don't directly call face-attribute.
5310
5311 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5314
5315         * gnus-dired.el: Reduce Gnus dependencies.
5316         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5317         require.  Use autoloads instead.
5318         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5319         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5320         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5321         (gnus-dired-mode): Adjust doc string.
5322         (gnus-dired-mail-mode): New variable.
5323         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5324         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5325         (gnus-dired-mail-buffers): New function.  Return mail or message
5326         composition buffers.
5327         (gnus-dired-attach): Use it.
5328         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5329         NO-DECODE.
5330         (gnus-dired-print): Use `gnus-print-buffer' depending on
5331         `gnus-dired-mail-mode'.
5332
5333 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * rfc2047.el (rfc2047-encoded-word-regexp)
5336         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5337         explaining what regexp patterns are for.
5338
5339 2007-12-04  Glenn Morris  <rgm@gnu.org>
5340
5341         * password.el: Move to password-cache.el.
5342
5343         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5344         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5345         * mml-smime.el (password-read, password-cache-add)
5346         (password-cache-remove):
5347         No need to autoload, since mml-sec requires password.
5348
5349         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5350         * message.el (gnus-extract-address-components):
5351         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5352
5353         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5354         password.
5355
5356 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * mailcap.el: Reduce dependencies.
5359         (mail-header-parse-content-type): Autoload.
5360         (mailcap-delete-duplicates): New alias.
5361         (mailcap-mime-info): Add optional argument NO-DECODE.
5362         (mailcap-mime-types): Use mailcap-delete-duplicates.
5363
5364         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5365
5366 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5367
5368         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5369         (imap-parse-status): Upcase status-att for servers that sends them
5370         lower-case (e.g., MS Exchange 2007).
5371
5372 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5375         function.
5376
5377         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5378         (gnus-uu-yenc-article): New function.
5379
5380         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5381
5382         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5383         buffer.
5384
5385 2007-12-02  Glenn Morris  <rgm@gnu.org>
5386
5387         * binhex.el (binhex): New custom group.
5388         (binhex-decoder-program, binhex-decoder-switches)
5389         (binhex-use-external): Move to the binhex custom group.
5390
5391         * uudecode.el (uudecode): New custom group.
5392         (uudecode-decoder-program, uudecode-decoder-switches)
5393         (uudecode-use-external): Move to the uudecode custom group.
5394
5395         * netrc.el (top-level): Don't load `encrypt' features.
5396         (netrc-parse): Don't use encrypt.
5397         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5398
5399         * encrypt.el: Remove file.
5400
5401 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5404         matches on patches.
5405
5406         * gnus-art.el (gnus-article-browse-html-article): Mention
5407         `mm-text-html-renderer' in the doc string.
5408
5409         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5410         string.  Add comments.
5411
5412         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5413         if rhs is ASCII.
5414
5415 2007-12-01  Glenn Morris  <rgm@gnu.org>
5416
5417         * mail-source.el (top-level): Require format-spec before
5418         eval-when-compile.
5419
5420 2007-11-30  Glenn Morris  <rgm@gnu.org>
5421
5422         * encrypt.el: Require password, rather than autoloading password-read.
5423
5424 2007-11-29  Glenn Morris  <rgm@gnu.org>
5425
5426         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5427         (sasl-make-client, sasl-next-step, sasl-step-data)
5428         (sasl-step-set-data): Declare as functions.
5429
5430 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5433
5434 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5435
5436         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5437         certs should be verified and what is to be done in the event of a
5438         verification failure.
5439
5440         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5441         caller can indicate whether the cache should be disregarded for this
5442         call.  This way the result of the call is reproducible at all times and
5443         can be considered a canonical server name for the supplied method.
5444         (gnus-agent-method-p): Canonicalize server names by pushing their
5445         method through `gnus-method-to-server' using the no-cache argument.
5446
5447         * gnus-srvr.el (gnus-server-insert-server-line): Call
5448         `gnus-method-to-server' with `no-cache' argument.
5449
5450         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5451         gnus-agent-possibly-synchronize-flags as this should be called when the
5452         server is actually being opened.
5453         (gnus-agent-possibly-synchronize-flags)
5454         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5455         flags file of an agentized server to the latter function.
5456
5457         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5458         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5459         after a connection has been established successfully.
5460
5461 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * gnus-art.el (article-display-face): Force to display face if called
5464         interactively; check if gnus-article-x-face-too-ugly matches author.
5465         (article-display-x-face): Display face even if From header is missing
5466         as article-display-face does.
5467
5468 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5469
5470         * hashcash.el (message-narrow-to-headers-or-head)
5471         (message-fetch-field, message-goto-eoh)
5472         (message-narrow-to-headers): Declare as functions.
5473
5474 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * mail-source.el (mail-sources): Default to fetch from file for
5477         compatibility with default of nnmail-spool-file.
5478
5479 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5482         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5483         to look for encoded word that should be encoded again.
5484         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5485         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5486         encoding pattern.
5487         (rfc2047-decode-region): Switch strict regexp and loose one according
5488         to rfc2047-allow-irregular-q-encoded-words.
5489
5490 2007-11-25  Romain Francoise  <romain@orebokech.com>
5491
5492         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5493
5494 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * tls.el (tls-program): Provide more custom choices from
5497         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5498         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5499
5500 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5503         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5504
5505         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5506         `nnmail-spool-file'.
5507
5508         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5509         `nnmail-spool-file'.
5510
5511         * gnus-move.el (gnus-change-server): Ditto.
5512
5513         * gnus-kill.el (gnus-batch-score): Ditto.
5514
5515         * gnus-cache.el (gnus-jog-cache): Ditto.
5516
5517         * gnus-msg.el (gnus-summary-reply):
5518         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5519
5520 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5523         version.  Minor improvement to doc strings.
5524         (tls-program): Add comment.
5525
5526 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5527
5528         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5529         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5530         mismatch between the hostname provided in the certificate and the name
5531         of the host connnecting to.
5532         (open-tls-stream): Use them.  Check certificates against trusted root
5533         certificates.
5534
5535 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5536
5537         * gnus-cache.el (gnus-cache-generate-nov-databases):
5538         Use nnml-generate-nov-databases-directory instead of
5539         nnml-generate-nov-databases-1.
5540
5541 2007-11-24  Glenn Morris  <rgm@gnu.org>
5542
5543         * message.el (message-tool-bar-retro): Update for rename
5544         mail_send.xpm->mail-send.xpm.
5545
5546 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5549         `smime-ldap-search' for Emacs 22 and up.
5550
5551 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5554
5555         * message.el (message-send-mail-function): Fix error convention.
5556         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5557         (message-widen-reply, message-send-mail, message-talkative-question)
5558         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5559         (message-clone-locals, message-send-news): Use with-current-buffer.
5560         (message-insert-or-toggle-importance): Remove unused var `valid'.
5561         (message-make-references): Remove unused var `new-references'.
5562         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5563
5564 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5565
5566         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5567         (spam-split-symbolic-return-positive): Reflow docstring.
5568         (spam-backends, spam-summary-exit-behavior)
5569         (spam-mark-ham-unread-before-move-from-spam-group)
5570         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5571         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5572         (spam-clear-cache, spam-backend-check, spam-install-backend)
5573         (spam-install-statistical-backend, spam-list-of-processors)
5574         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5575         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5576         (spam-check-crm114, spam-initialize, spam-unload-hook):
5577         Fix typos in docstrings.
5578
5579 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5582         been checked if they have never been read and those group levels are
5583         higher than the one that a user specified.
5584
5585 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5588         foreign groups unless a group level is specified by a user.
5589         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5590
5591 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * message.el (message-send-mail-function): Require sendmail.
5594
5595 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * message.el (message-send-mail-function): Check for smtpmail too.
5598
5599         * utf7.el (utf7-encode, utf7-decode): Use coding system
5600         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5601
5602         * message.el (message-send-mail-function): New function.
5603         (message-send-mail-function): Set default using
5604         message-send-mail-function.  Adjust doc string.
5605         (message-send-mail-with-mailclient): New function.
5606
5607 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5608
5609         * smime.el (from):
5610         * rfc2047.el (message-posting-charset):
5611         * qp.el (mm-use-ultra-safe-encoding):
5612         * pop3.el (parse-time-months):
5613         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5614         * nnml.el (files):
5615         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5616         (jka-compr-compression-info-list, ange-ftp-path-format)
5617         (efs-path-regexp):
5618         * nndiary.el (files):
5619         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5620         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5621         (epg-digest-algorithm-alist, inhibit-redisplay)
5622         (password-cache-expiry):
5623         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5624         (pgg-output-buffer, password-cache-expiry):
5625         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5626         (efs-path-regexp):
5627         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5628         (inhibit-redisplay):
5629         * mm-uu.el (file-name, start-point, end-point, entry)
5630         (gnus-newsgroup-name, gnus-newsgroup-charset):
5631         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5632         (latin-unity-ucs-list):
5633         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5634         (mm-uu-binhex-decode-function):
5635         * message.el (gnus-message-group-art, gnus-list-identifiers)
5636         (rmail-enable-mime-composing, gnus-local-organization)
5637         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5638         (gnus-read-active-file, facemenu-add-face-function)
5639         (facemenu-remove-face-function, gnus-article-decoded-p)
5640         (tool-bar-mode):
5641         * mail-source.el (display-time-mail-function):
5642         * gnus-util.el (nnmail-pathname-coding-system)
5643         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5644         (gnus-original-article-buffer, gnus-user-agent)
5645         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5646         (xemacs-codename, sxemacs-codename, emacs-program-version):
5647         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5648         * gnus-start.el (gnus-agent-covered-methods)
5649         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5650         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5651         (gnus-newsgroup-headers, gnus-group-list-mode)
5652         (gnus-group-mark-positions, gnus-newsgroup-data)
5653         (gnus-newsgroup-unreads, nnoo-state-alist)
5654         (gnus-current-select-method, mail-sources)
5655         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5656         (nnmail-spool-file, gnus-cache-active-hashtb):
5657         * gnus-mh.el (mh-lib-progs):
5658         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5659         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5660         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5661         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5662         (gnus-group-buffer):
5663         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5664         (font-lock-set-defaults):
5665         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5666         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5667         (gnus-summary-post-menu, total-parts, type, condition, length):
5668         * gnus-agent.el (gnus-agent-read-agentview):
5669         * flow-fill.el (show-trailing-whitespace):
5670         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5671         eval-and-compile wrappers for byte compiler pacifiers.
5672
5673         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5674         (mm-display-inline-fontify): Check for featurep 'xemacs not
5675         extent-list.
5676
5677         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5678         itimer-list.
5679         (mm-create-image-xemacs): Only do something for XEmacs.
5680         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5681
5682         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5683
5684         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5685         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5686
5687 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5688
5689         * nnimap.el (nnimap-split-download-body):
5690         * gnus-demon.el (gnus-demon):
5691         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5692
5693 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5696         macros.
5697         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5698         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5699         copy data from unibyte buffer to multibyte current buffer.
5700         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5701         to copy data from unibyte current buffer to multibyte buffer.
5702         (nntp-make-process-buffer): Make process buffer unibyte.
5703
5704         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5705
5706 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5707
5708         * pop3.el (pop3-open-server): Accept and process data more robustly at
5709         connexion start to avoid spurious "POP SSL connexion failed" errors.
5710
5711 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5714         read group names.
5715
5716 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5719
5720 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5723         (nnmail-save-active): Use a unibyte buffer when saving active file,
5724         which may contain non-ASCII group names.
5725
5726         * nnml.el (nnml-request-group): Decode group names in messages.
5727
5728 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * message.el (message-citation-line-function)
5731         (message-insert-formatted-citation-line): Fix spelling of
5732         `message-insert-formated-citation-line'.
5733
5734 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5737
5738 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5741         nnmail-pathname-coding-system.
5742
5743         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5744         that a user enters; decode group names in messages.
5745
5746         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5747
5748 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5751
5752         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5753
5754         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5755         risky local variable.
5756
5757         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5758
5759 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         * encrypt.el: Improve documentation to fix function name typo.
5762         Reported by Daiki Ueno <ueno@unixuser.org>.
5763
5764 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5767         even if the point is not in the last page of an article.
5768         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5769         back to the previous page.
5770
5771 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5774
5775 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5778
5779 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5780
5781         * message.el (message-check-news-body-syntax): Avoid
5782         mm-string-as-multibyte.
5783         (message-hide-headers): Don't assume (point-min)==1.
5784
5785 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * message.el (message-remove-blank-cited-lines): Fix if remove is
5788         given.
5789         (message-bogus-address-regexp): New variable.
5790         (message-bogus-recipient-p): New function.
5791         (message-check-recipients): New command.
5792         (message-syntax-checks): Add `bogus-recipient'.
5793         (message-fix-before-sending): Add `bogus-recipient'.
5794
5795         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5796         (gnus-treat-body-boundary): Don't test window-system.
5797
5798 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5799
5800         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5801
5802 2007-10-28  Miles Bader  <miles@gnu.org>
5803
5804         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5805         at compile-time too.
5806
5807 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * gnus-msg.el (gnus-message-setup-hook): Add
5810         `message-remove-blank-cited-lines' to options.
5811
5812 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * message.el (message-remove-blank-cited-lines): New function.
5815         Suggested by Karl Plästerer.
5816
5817 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5820         mapc.
5821
5822         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5823         (top-level): Use mapc to set functions to be traced for debugging.
5824
5825         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5826         called for effect with while loop.
5827
5828         * message.el (message-talkative-question): Replace mapcar called for
5829         effect with mapc.
5830
5831         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5832         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5833         called for effect with dolist.
5834
5835         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5836
5837         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5838         gnus-extra-headers and nnmail-extra-headers.
5839
5840         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5841         called for effect with dolist.
5842         (top-level): Use mapc to set functions to be traced for debugging.
5843
5844         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5845         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5846         dolist.
5847
5848         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5849         Replace mapcar called for effect with mapc.
5850         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5851         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5852         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5853         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5854
5855         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5856         remove-if that's a cl function.
5857
5858         * webmail.el (webmail-debug): Replace mapcar called for effect with
5859         dolist.
5860
5861         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5862         with mapc.
5863
5864 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5867         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5868         with while loop.
5869
5870         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5871         functions from article-* functions.
5872         (gnus-multi-decode-header): Replace mapcar called for effect with
5873         dolist.
5874
5875         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5876         (gnus-bookmark-show-details): Replace mapcar called for effect with
5877         while loop.
5878
5879         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5880         called for effect with while loop.
5881
5882         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5883         with dolist.
5884
5885         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5886         mapcar called for effect with dolist.
5887
5888         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5889
5890         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5891         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5892         Replace mapcar called for effect with dolist.
5893         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5894         mapc.
5895
5896         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5897         Replace mapcar called for effect with dolist.
5898         (gnus-topic-list): Replace mapcar called for effect with mapc.
5899
5900         * gnus.el: Use mapc instead of mapcar to add autoloads.
5901
5902 2007-10-23  Richard Stallman  <rms@gnu.org>
5903
5904         * gnus-group.el (gnus-group-highlight): Mark as risky.
5905
5906 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus.el (gnus-server-to-method): Return method found first in
5909         gnus-newsrc-alist.
5910
5911         * gnus-art.el (gnus-article-highlight-signature)
5912         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5913         button overlay without the front stickiness.
5914
5915 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5916
5917         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5918         overview buffer needed a catch to receive its throw.
5919         (gnus-agent-flush-cache): Declared as interactive to make this function
5920         easier to use.
5921
5922 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5925         `next-line'.
5926
5927 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5930         exclude address matching message-dont-reply-to-names.
5931
5932 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-util.el (gnus-string<): New function.
5935
5936         * gnus-sum.el (gnus-article-sort-by-author)
5937         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5938
5939 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5942         the frame-focus tag is set in gnus-buffer-configuration.
5943
5944 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5947         the front stickiness.
5948
5949 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5952         url pattern; remove duplicate one.
5953         (gnus-article-extend-url-button): New function.
5954         (gnus-article-add-buttons): Use it.
5955         (gnus-button-push): Use concatenated url that it makes.
5956
5957 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5958
5959         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5960
5961 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5962
5963         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5964         Don't hardcode point-min==1.
5965
5966 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5969         Fix comment about "iso8859-1".
5970
5971 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5972
5973         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5974         ones returned from the verify-function.
5975
5976         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5977         mml2015-extract-cleartext-signature if extraction failed.
5978
5979 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5980
5981         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5982         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5983         failed.
5984
5985 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5986
5987         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5988
5989 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5992         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5993         recommends to use EasyPG instead of PGG.
5994
5995         * pgg.el: Revert to revision 6.23.2.16.
5996
5997         * pgg-def.el: Revert to revision 6.6.2.14.
5998
5999         * pgg-gpg.el: Revert to revision 6.23.2.34.
6000
6001 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6004         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6005         thread for both the null and zero (kill/expire thread) universal prefix
6006         cases.
6007         (gnus-summary-expire-thread): Add new function to expire a thread,
6008         using gnus-summary-kill-thread.
6009         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6010         shortcuts for gnus-summary-expire-thread.
6011         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6012         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6013
6014 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6017         extras value, so an extras entry can be deleted.
6018         (gnus-registry-delete-extra-entry): Use it.
6019         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6020         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6021         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6022         storage through the gnus-registry, and provide an appropriate API for
6023         it.
6024
6025 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6028         Suggested by Leo <sdl.web@gmail.com>.
6029
6030         * gnus.el: Do.
6031
6032 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6035         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6036
6037         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6038
6039         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6040         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6041
6042 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6045         newline.
6046         (nnmbox-request-accept-article): Don't change article in source buffer;
6047         narrow to header to use message-fetch-field rather than
6048         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6049         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6050         as delimiters; make sure article ends with newline.
6051         (nnmbox-delete-mail): Correct last position of article to be deleted;
6052         ignore X-Gnus-Newsgroup header in article body.
6053         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6054         positions; make sure article ends with newline.
6055
6056         * message.el (message-display-abbrev): Don't infloop when a user
6057         inserts SPC in the beginning of header.
6058
6059         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6060         coding-system-for-read and coding-system-for-write for XEmacs having no
6061         file-coding feature.
6062
6063         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6064
6065 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6066
6067         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6068         list of groups not followed by default.  Fix type to be regexp.
6069         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6070
6071 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6072
6073         * hmac-def.el (define-hmac-function): Switch from old-style to
6074         new-style backquotes.
6075
6076         * md4.el (md4-make-step): Likewise.
6077
6078 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6081         raw-text coding system when saving .newsrc file, which may contain
6082         non-ASCII group names.
6083
6084 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-cus.el (gnus-score-extra): New widget.
6087         (gnus-score-extra-convert): New function.
6088         (gnus-score-customize): Use it for Extra.
6089
6090 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6091
6092         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6093         (mml2015-mailcrypt-clear-verify): Use it.
6094         (mml2015-gpg-clear-verify): Use it.
6095         (mml2015-pgg-clear-verify): Use it.
6096         (mml2015-epg-clear-verify): Replace the current part with the output
6097         from GnuPG; don't extract the plaintext by itself.
6098
6099         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6100         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6101         mml2015-clear-verify-function; don't touch the armor headers or
6102         dash-escaped text here.
6103
6104 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6107         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6108         parts, or application/octet-stream as a last resort.
6109         (gnus-mime-view-part-as-type): Don't toggle display.
6110         (gnus-mime-view-part-as-charset): Don't turn off display before
6111         querying charset.
6112
6113         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6114         stuff to undisplayer function in Emacs.
6115         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6116
6117         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6118         text/calendar parts.
6119
6120 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6123         decoding text/calendar parts.
6124
6125         * message.el (message-forward-make-body-mime): Always mark body as
6126         having no illegible text; remove signed-or-encrypted argument.
6127         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6128
6129         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6130         (mml-generate-mime-1): Don't encode body if it is specified to be in
6131         raw form; don't make buffer be unibyte when inserting multibyte string.
6132
6133 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6134
6135         * sha1.el: Fix up comment style.
6136         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6137         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6138
6139         * hex-util.el: Fix up comment style.
6140         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6141
6142         * gnus-salt.el: Use with-current-buffer.
6143         (gnus-pick-setup-message): Fix long-standing typo.
6144
6145 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * imap.el (imap-logout-timeout): New variable.
6148         (imap-logout, imap-logout-wait): New functions.
6149         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6150
6151         * nnimap.el (nnimap-logout-timeout): New server variable.
6152         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6153         nnimap-logout-timeout.
6154
6155         * gnus-art.el (gnus-article-summary-command-nosave)
6156         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6157
6158 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus.el (gnus-maximum-newsgroup): New variable.
6161
6162         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6163         according to gnus-maximum-newsgroup.
6164
6165         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6166         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6167         Limit the range of articles according to gnus-maximum-newsgroup.
6168
6169 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6170
6171         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6172         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6173         Don't perform gnus-configure-windows here; reuse existing sticky
6174         article buffer.
6175
6176         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6177         it doesn't exist in gnus-article-mode.
6178
6179 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6182         (gnus-agent-decoded-group-name): New function.
6183         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6184         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6185
6186 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6187
6188         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6189         Add binding for gnus-sticky-article.
6190         (gnus-summary-exit): Don't kill sticky article buffers.
6191
6192         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6193         article buffer.
6194         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6195         (gnus-kill-sticky-article-buffers): New commands.
6196
6197 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * nntp.el (nntp-xref-number-is-evil): New server variable.
6200         (nntp-find-group-and-number): If it is non-nil, don't trust article
6201         numbers in the Xref header.
6202
6203 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-agent.el (gnus-agent-read-group): New function.
6206         (gnus-agent-flush-group, gnus-agent-expire-group)
6207         (gnus-agent-regenerate-group): Use it.
6208         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6209         nnmail-pathname-coding-system.
6210
6211 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6214
6215         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6216         that are unread as unread, and also as selected so that information of
6217         marks having been changed by a user may be updated when exiting group.
6218
6219 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6222         calculated ignoring signature parts to gnus-treat-article.
6223
6224 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6227         a point here in order to keep the window start.
6228         (gnus-insert-mime-security-button): Make a button overlay without the
6229         front stickiness.
6230         (gnus-mime-display-security): Goto the end of a button.
6231
6232         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6233
6234 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6237         group-name-at-point.
6238         (gnus-group-completing-read): New function that offers decoded
6239         non-ASCII group names for completion.
6240         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6241         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6242         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6243         (gnus-group-fetch-control): Use it.
6244         (gnus-fetch-group): Use group-name-at-point for the initial value
6245         rather than the default value; use gnus-alive-p.
6246
6247         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6248         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6249         (gnus-summary-post-news): Use gnus-group-completing-read.
6250
6251         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6252         (gnus-read-move-group-name): Decode group name for completion.
6253
6254 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6255
6256         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6257         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6258         Yamaoka slightly modified the code).
6259
6260 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6263         (nnmail-split-incoming): Bind it.
6264
6265         * nnml.el (nnml-group-name-charset): New function.
6266         (nnml-decoded-group-name): Use it; don't decode group name if
6267         nnmail-group-names-not-encoded-p is non-nil.
6268         (nnml-encoded-group-name): New function.
6269         (nnml-group-pathname): Inline nnml-decoded-group-name.
6270         (nnml-request-expire-articles): Decode group name in message.
6271         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6272         nnmail-pathname-coding-system.
6273         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6274         not decoded ones according to nnmail-group-names-not-encoded-p.
6275         (nnml-generate-active-info): Use nnml-encoded-group-name.
6276
6277 2007-08-08  Glenn Morris  <rgm@gnu.org>
6278
6279         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6280         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6281         doc-strings and comments.
6282
6283 2007-07-25  Glenn Morris  <rgm@gnu.org>
6284
6285         * Relicense all FSF files to GPLv3 or later.
6286
6287 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-sum.el (gnus-summary-move-article): Make
6290         gnus-summary-respool-article work.
6291
6292 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6295         string.
6296
6297 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6298
6299         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6300         that should be ignored when comparing distant RSS articles with local
6301         ones.
6302         (nnrss-make-hash-index): New function.  Create a hash index according
6303         to the ignored fields.
6304         (nnrss-check-group): Use it.
6305
6306 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6309
6310         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6311
6312         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6313         the new optional argument ENCODED is non-nil.
6314         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6315         coding system for encoding group name.
6316         (gnus-group-make-rss-group): Pass un-encoded group name to
6317         gnus-group-make-group.
6318         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6319         encoded.
6320
6321         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6322         Encode group name to which articles are moved or copied.
6323         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6324         coding system for encoding Newsgroup, Followup-To and Xref headers.
6325
6326         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6327         marks; use nnheader-file-coding-system to write a file.
6328         (nnagent-retrieve-headers): Bind file-name-coding-system to
6329         nnmail-pathname-coding-system.
6330
6331         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6332
6333         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6334         (nnml-request-article, nnml-request-create-group)
6335         (nnml-request-rename-group, nnml-find-id)
6336         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6337         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6338         (nnml-save-marks): Use nnml-group-pathname instead of
6339         nnmail-group-pathname.
6340
6341         (nnml-request-create-group, nnml-request-expire-articles)
6342         (nnml-request-move-article, nnml-request-delete-group)
6343         (nnml-deletable-article-p, nnml-possibly-create-directory)
6344         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6345         (nnml-open-marks): Bind file-name-coding-system to
6346         nnmail-pathname-coding-system.
6347
6348         (nnml-request-article): Pass server argument to nnml-find-group-number.
6349         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6350         server argument to nnml-possibly-create-directory.
6351         (nnml-request-accept-article): Pass server argument to
6352         nnml-active-number and nnml-save-mail.
6353         (nnml-find-group-number): Pass server argument to nnml-find-id.
6354         (nnml-request-update-info): Pass server argument to
6355         nnml-marks-changed-p.
6356
6357         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6358         (nnml-save-mail, nnml-active-number): Add server argument.
6359
6360         (nnml-request-delete-group): Warn if group is missing.
6361         (nnml-get-nov-buffer): Decode group name.
6362         (nnml-generate-active-info): Encode group name.
6363         (nnml-open-marks): Decode group name in messages.
6364
6365 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6368         if it is not specified.
6369         (gnus-article-pipe-part, gnus-article-save-part)
6370         (gnus-article-interactively-view-part, gnus-article-copy-part)
6371         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6372         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6373         (gnus-article-replace-part, gnus-article-delete-part)
6374         (gnus-article-view-part-as-type): Pass raw prefix argument to
6375         gnus-article-part-wrapper.
6376
6377 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-agent.el (gnus-agent-save-active): Bind
6380         nnheader-file-coding-system to gnus-agent-file-coding-system.
6381
6382         * gnus-cache.el (gnus-cache-save-buffers)
6383         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6384         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6385         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6386         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6387         (gnus-cache-generate-active, gnus-cache-rename-group)
6388         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6389         (gnus-cache-update-overview-total-fetched-for): Bind
6390         file-name-coding-system to nnmail-pathname-coding-system.
6391         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6392         variables.
6393         (gnus-cache-decoded-group-name): New function.
6394         (gnus-cache-file-name): Use it.
6395         (gnus-cache-generate-active): Use non-decoded group name for active.
6396
6397         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6398         right place.
6399         (gnus-write-active-file): Don't break non-ASCII group names.
6400
6401         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6402         nnmail-pathname-coding-system.
6403
6404         * lpath.el: Bind default-file-name-coding-system,
6405         file-name-coding-system and language-info-alist for XEmacs.
6406
6407         * gnus-uu.el (gnus-uu-decode-save): Typo.
6408
6409 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6412
6413 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6416         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6417         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6418         (gnus-agent-flush-group, gnus-agent-flush-cache)
6419         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6420         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6421         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6422         (gnus-agent-regenerate-group)
6423         (gnus-agent-update-files-total-fetched-for)
6424         (gnus-agent-update-view-total-fetched-for): Bind
6425         file-name-coding-system to nnmail-pathname-coding-system.
6426         (gnus-agent-group-pathname): Don't encode file names by
6427         nnmail-pathname-coding-system.
6428         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6429         coding-system-for-write instead of buffer-file-coding-system to
6430         gnus-agent-file-coding-system.
6431
6432         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6433         Decode group name.
6434
6435         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6436
6437         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6438         (gnus-read-newsrc-el-file): Make group names unibyte.
6439
6440         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6441         nnmail-pathname-coding-system.
6442
6443         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6444         (nnrss-request-delete-group): Bind file-name-coding-system to
6445         nnmail-pathname-coding-system.
6446         (nnrss-read-server-data, nnrss-read-group-data): Bind
6447         file-name-coding-system correctly.
6448         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6449
6450         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6451         (nntp-server-to-method-cache): New variable.
6452         (nntp-group-pathname): New function that decodes non-ASCII group names.
6453         (nntp-possibly-create-directory, nntp-marks-changed-p)
6454         (nntp-save-marks, nntp-open-marks): Use it.
6455         (nntp-possibly-create-directory, nntp-open-marks):
6456         Bind file-name-coding-system to nnmail-pathname-coding-system.
6457         (nntp-open-marks): Decode group names when bootstrapping marks.
6458
6459         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6460         Newsgroups and Folowup-To headers.
6461
6462 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6465         (gnus-server-closed-face, gnus-server-denied-face)
6466         (gnus-server-offline-face): Remove variable.
6467         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6468
6469         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6470         of modifying message-stack directly for XEmacs.
6471
6472         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6473         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6474         if the coding-system argument is nil for XEmacs.
6475
6476         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6477         mm-charset-override-alist.
6478
6479         * rfc2047.el: Don't require base64; require rfc2045 for the function
6480         rfc2045-encode-string.
6481         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6482         to quote the parameter value.
6483
6484 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6487         form in gnus-group-name-charset-method-alist.
6488
6489         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6490         overrides the default layout edit-form.
6491
6492         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6493
6494         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6495
6496 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6499         as unfetched articles.
6500
6501 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6504
6505 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6508         original back end that keeps marks in the local system.
6509
6510 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6513         arg of pop-to-buffer for XEmacs.
6514         (gnus-article-read-summary-keys): Ditto; don't restore window
6515         configuration if summary command ends up with neither article buffer
6516         nor summary buffer; describe bindings if summary keys end with C-h.
6517
6518 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * message.el (message-fix-before-sending): Skip raw message part to be
6521         forwarded while checking illegible text.
6522         (message-forward-make-body-mime, message-forward-make-body): Mark
6523         signed or encrypted raw message as having no illegible text.
6524
6525 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6528         (gnus-message-with-timestamp-1): New macro.
6529         (gnus-message-with-timestamp): New function.
6530         (gnus-message): Use them.
6531
6532         * nnheader.el (nnheader-message): Use them.
6533
6534 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6537         .newsrc.eld file.
6538
6539 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-agent.el (gnus-agent-fetch-headers)
6542         (gnus-agent-retrieve-headers): Bind
6543         gnus-decode-encoded-address-function to identity.
6544
6545         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6546         available also when the server returns simply a dot.
6547
6548         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6549
6550 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6553
6554 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-ems.el (gnus-x-splash): Make it work.
6557
6558         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6559         from being used.
6560
6561         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6562
6563 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6566         4th and the 5th arguments.
6567
6568         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6569         the front stickiness.
6570         (gnus-article-summary-command-nosave): Correct the order of the
6571         arguments passed to pop-to-buffer.
6572         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6573         summary command ends up with the article buffer.
6574
6575         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6576         the same faces.
6577
6578 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6579
6580         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6581
6582 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6583
6584         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6585         * gnus-sum.el (gnus-summary-highlight):
6586         * pgg.el (pgg-sign-region, pgg-sign):
6587         * mail-source.el (mail-source-delete-old-incoming-confirm):
6588         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6589
6590 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-art.el (gnus-mime-view-part-externally)
6593         (gnus-mime-view-part-internally): Fix predicate function passed to
6594         completing-read.
6595
6596         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6597
6598         * gnus.el (gnus-update-message-archive-method): Add :version.
6599
6600 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus.el (gnus-update-message-archive-method): New variable.
6603
6604         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6605         according to gnus-message-archive-method if
6606         gnus-update-message-archive-method is non-nil.
6607
6608 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6611         by Loic Dachary <loic@dachary.org>.
6612         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6613
6614 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * message.el (message-pop-to-buffer): Add switch-function argument.
6617         (message-mail): Pass switch-function argument to it.
6618
6619 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6622         Improve doc string.
6623
6624 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6627         (gnus-header-content)
6628         * gnus-cite.el (gnus-cite-10)
6629         * gnus-srvr.el (gnus-server-closed)
6630         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6631         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6632         (gnus-group-mail-3-empty, gnus-group-mail-low)
6633         (gnus-group-mail-low-empty, gnus-splash)
6634         * message.el (message-header-to, message-header-cc)
6635         (message-header-subject, message-header-other, message-header-name)
6636         (message-header-xheader, message-separator, message-cited-text)
6637         (message-mml): Lighten colors of faces used for dark background.
6638
6639 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6640
6641         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6642         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6643
6644 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * message.el (message-narrow-to-headers-or-head):
6647         Ignore mail-header-separator in the body.
6648
6649 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6652         same as window size.
6653
6654 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6655
6656         * message.el (message-font-lock-keywords): Use message-header-xheader
6657         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6658         ahead of the anything pattern, to get it recognised.
6659
6660 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6663         spam.el loads uses it in the compiled defadvice form.
6664
6665 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6666
6667         * gnus-sum.el (gnus-articles-to-read)
6668         (gnus-summary-insert-old-articles): Don't truncate group name for
6669         `read-string'.
6670
6671         * gnus-util.el (gnus-limit-string): Delete this function.
6672
6673         * gnus-sum.el (gnus-simplify-subject-fully): Use
6674         `truncate-string-to-width' instead.
6675
6676 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6677
6678         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6679         if, on summary exit, the next group has to be selected.
6680         (gnus-summary-exit): Use it.
6681
6682 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6685         non-break space.
6686
6687 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6690         Check if group is not a directory.
6691         (nnfolder-request-expire-articles): Don't delete articles if the target
6692         group is not available.
6693
6694         * nnml.el (nnml-request-create-group): Properly check if group is not a
6695         file.
6696         (nnml-request-expire-articles): Don't delete articles if the target
6697         group is not available.
6698
6699         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6700         Don't quote characters that are within parentheses.
6701
6702 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6705         (gnus-handle-ephemeral-exit): Select article according to it.
6706
6707 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * message.el (message-insert-formated-citation-line): Remove newline.
6710         (message-citation-line-format): Add final \n here so that the user can
6711         avoid a blank line.
6712
6713 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6714
6715         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6716         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6717         Update lanl/arXiv support.
6718
6719 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus.el: Bump version number.
6722
6723 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus.el (gnus-version-number): Bump version.
6726
6727 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6728
6729         * gnus.el: No Gnus v0.6 is released.
6730
6731 2007-04-27  Didier Verna  <didier@xemacs.org>
6732
6733         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6734         * gmm-utils.el (gmm-regexp-concat): here.
6735         * message.el: Don't require 'gnus-util.
6736         (message-dont-reply-to-names): Handle name change above.
6737         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6738
6739 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6742         since the initial value varies according to the system.
6743
6744 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6747
6748 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6749
6750         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6751
6752 2007-04-24  Didier Verna  <didier@xemacs.org>
6753
6754         Improve the type of gnus-ignored-from-addresses.
6755         * gnus-util.el (gnus-orify-regexp): New function.
6756         * message.el (gnus-util): Require it.
6757         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6758         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6759         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6760
6761 2007-04-24  Didier Verna  <didier@xemacs.org>
6762
6763         * gnus-sum.el:
6764         * gnus-utils.el: Fix some trailing whitespaces.
6765
6766 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6769         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6770         article's Message-ID; refer parent article in summary buffer.
6771
6772         * message.el (message-bounce): Call mime-to-mml.
6773
6774         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6775         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6776         optimize and/or forms properly.
6777
6778 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6781         URL.
6782
6783 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6786
6787 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6790         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6791         displayed of multipart/alternative part if it is invoked from summary
6792         buffer.
6793
6794         * mm-view.el (mm-inline-text-html-render-with-w3m)
6795         (mm-inline-text-html-render-with-w3m-standalone)
6796         (mm-inline-render-with-function): Use mail-parse-charset by default.
6797
6798 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6799
6800         * parse-time.el (parse-time-string-chars): Check if CHAR
6801         is less than the length of parse-time-syntax.
6802
6803 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6806         from gnus-newsgroup-processable.
6807
6808 2007-04-16  Didier Verna  <didier@xemacs.org>
6809
6810         * gnus-msg.el (gnus-configure-posting-styles): Handle
6811         message-signature-directory properly with :file syntax.  Reported by
6812         "Leo".
6813
6814 2007-04-11  Didier Verna  <didier@xemacs.org>
6815
6816         New user option: message-signature-directory.
6817         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6818         * message.el (message-insert-signature): Ditto.
6819         * message.el (message-signature-file): Doc update.
6820         * message.el (message-signature-directory): New.
6821
6822 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-msg.el (gnus-inews-yank-articles): Use
6825         message-exchange-point-and-mark instead of exchange-point-and-mark.
6826
6827 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * message.el (message-yank-original): Make sure cited text ends with
6830         newline; don't exchange point and mark.
6831
6832 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6833
6834         * tls.el (open-tls-stream): Properly handle case where there
6835         is no associated buffer.
6836
6837 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6838
6839         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6840         message-yank-original, make sure (< mark TEXT point).
6841
6842 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * message.el (message-fill-column): New variable.
6845         (message-mode): Use it.  Add comment on a possible new hook.
6846
6847         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6848         (nnmail-get-new-mail): Reformat.
6849
6850         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6851
6852         * gmm-utils.el: Fix Commentary.
6853         (gmm-tool-bar-from-list): Fix typo in doc string.
6854
6855 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6856
6857         * message.el (message-yank-original): Don't switch point and mark
6858         unnecessarily to put point and mark as documented.
6859
6860 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6863         from the message heads.
6864
6865 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6866
6867         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6868         article buffer does not have a window.  This may not be the best
6869         solution but is certainly better than setting the start of the null,
6870         that is the current, window.
6871
6872 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6875         (gnus-draft-setup): Run it.
6876
6877         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6878         gnus-score-fast-scoring.  Allow regexp.
6879         (gnus-score-headers): Use it.
6880
6881         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6882         XEmacs.
6883
6884         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6885         string.
6886         (gnus-button-alist): Also catch `<f1> k ...'.
6887         (gnus-treat-display-x-face): Fix doc string.
6888
6889 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6890
6891         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6892         evaluation of gnus-extended-version to ensure correct generation of the
6893         User-Agent header when message-generate-headers-first is used.
6894
6895 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6896
6897         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6898         hashcash-path is nil.  Don't call callback with incorrect number of
6899         parameters if val is 0.
6900
6901 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6902
6903         * message.el (message-required-news-headers):
6904         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6905
6906 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6907
6908         * tls.el (open-tls-stream): In handshake-waiting loop,
6909         don't wait more if there is output available to process.
6910
6911 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6912
6913         * tls.el (tls-program): Doc fix.
6914
6915 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * message.el (message-generate-new-buffers): Change the meaning of the
6918         nil value; add `standard' to the choices; treat t as `unique'; improve
6919         doc string.
6920         (gnus-select-frame-set-input-focus): Autoload.
6921         (message-buffer-name): Search for the existing message buffer if
6922         message-generate-new-buffers is nil or `standard'; treat the value t of
6923         message-generate-new-buffers as `unique'.
6924         (message-pop-to-buffer): Raise the frame already displaying the message
6925         buffer; clear the echo area after querying.
6926         (message-setup): Pass the `continue' argument to compose-mail.
6927         (message-mail): Prefer `switch-function' if it is given; search for the
6928         existing message buffer if the `continue' argument is non-nil; pass
6929         continue and switch-function arguments to compose-mail by way of
6930         message-setup.
6931         (message-mail-other-window): Adjust argument of message-setup.
6932         (message-mail-other-frame): Ditto.
6933
6934 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6937         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6938         to turn font-lock on when turning gnus-message-citation-mode on.
6939
6940 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6941
6942         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6943         (mml-smime-function-alist): New variable; add epg as the backend.
6944         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6945         mml-smime- functions instead.
6946         * mm-view.el: Require smime.
6947
6948 2007-03-05  Didier Verna  <didier@xemacs.org>
6949
6950         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6951         instead of just inheritance for posting styles.
6952         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6953
6954 2007-02-24  Chris Moore  <dooglus@gmail.com>
6955
6956         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6957         * pgg-pgp.el (pgg-pgp-encrypt-region):
6958         * pgg-gpg.el (pgg-gpg-encrypt-region):
6959         Check pgg-encrypt-for-me if no other recipients.
6960
6961 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6962
6963         * tls.el (tls-certtool-program): Fix custom type.
6964
6965 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6968         and point-at-eol instead of line-(beginning|end)-position.
6969
6970         * assistant.el (assistant-parse-buffer): Ditto.
6971
6972         * netrc.el (netrc-parse-services): Ditto.
6973
6974 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6975
6976         * mml2015.el (mml2015-epg-find-usable-key): New function.
6977         (mml2015-epg-sign): Use it.
6978         (mml2015-epg-encrypt): Use it.
6979
6980 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * message.el (message-make-in-reply-to): Quote name containing
6983         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6984         if there are special characters.  Reported by NAKAJI Hiroyuki
6985         <nakaji@jp.freebsd.org>.
6986
6987 2007-02-27  Didier Verna  <didier@xemacs.org>
6988
6989         Include the group parameters as well as the topic ones in the
6990         inheritance filter process.
6991         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6992         argument GROUP-PARAMS-LIST.
6993         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6994
6995 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * nntp.el (nntp-never-echoes-commands)
6998         (nntp-open-connection-functions-never-echo-commands): New variables.
6999         (nntp-send-command): Use them.
7000
7001 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7002
7003         * mml2015.el (mml2015-epg-verify): Simplified.
7004
7005 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * mml.el (mml-content-disposition-alist): New user option.
7008         (mml-content-disposition): New function.
7009         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7010         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7011
7012 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7013
7014         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7015         verification.
7016
7017 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7018
7019         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7020         articles posted in the last 24 hours.
7021
7022 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7023
7024         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7025
7026 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7027
7028         * nntp.el (nntp-send-command): Don't wait for echoes when
7029         nntp-open-ssl-stream is used.
7030
7031 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7034         (gnus-message-add-citation-keywords)
7035         (gnus-message-remove-citation-keywords): Remove.
7036         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7037         directly, make the variables in font-lock-defaults buffer-local, add
7038         gnus-message-citation-keywords to them and then update the value of
7039         font-lock-keywords.
7040
7041 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * message.el (message-cite-original-1): Don't call
7044         gnus-article-highlight-citation.
7045
7046         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7047         citations; fix line count.
7048
7049 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7052         (gnus-message-add-citation-keywords)
7053         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7054         versions of font-lock-add-keywords and font-lock-remove-keywords to
7055         work with XEmacs correctly.
7056
7057 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-cite.el (gnus-cite-face-list): Set the values of
7060         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7061         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7062         (gnus-message-cite-prefix-regexp): New variable.
7063         (gnus-message-search-citation-line): Use it; protect against long
7064         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7065         the 0th match data for Emacs.
7066         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7067         (gnus-message-add-citation-keywords): Append keywords rather than
7068         prepending; emulate font-lock-add-keywords if it is not available.
7069         (gnus-message-remove-citation-keywords): Emulate
7070         font-lock-remove-keywords if it is not available.
7071
7072         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7073
7074         * message.el (message-cite-prefix-regexp): Set the value of
7075         gnus-message-cite-prefix-regexp.
7076
7077 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7078
7079         * nnweb.el (nnweb-google-parse-1): Update parser.
7080
7081 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7082
7083         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7084
7085 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7086
7087         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7088         regexp.
7089
7090 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7093         string-to-multibyte.
7094         (uudecode-decode-region-internal): Use it.
7095
7096         * lpath.el: Fbind string-as-multibyte for XEmacs.
7097
7098 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7101         custom choice.
7102
7103         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7104
7105 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7106
7107         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7108
7109         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7110         `write-region' to respect `mm-inhibit-file-name-handlers'.
7111
7112 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7115         Use gnus-home-directory instead of "~/" or "$HOME".
7116
7117 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7118
7119         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7120         to mention filename.
7121         Add comments at beginning regarding usage.
7122         (encrypt-write-file-contents): Change interactive so a string is
7123         acceptable.  If the file has no associated model, show an error instead
7124         of a nonsense prompt.
7125
7126 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7127
7128         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7129         Thanks to Yoshihiko Yamada for kind notification of this typo.
7130
7131 2007-01-12  Kenichi Handa  <handa@m17n.org>
7132
7133         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7134         multibyte buffer.
7135
7136 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * gnus-score.el (gnus-score-fast-scoring): New variable.
7139         (gnus-score-headers): Use it.
7140
7141         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7142
7143         * message.el (message-cite-original-1): Call
7144         gnus-article-highlight-citation if requested.
7145         (message-make-from): Allow name and address as optional arguments.
7146
7147         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7148
7149         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7150         bugs to doc string.
7151         (gnus-button-alist): Add mid\\|message-id.
7152         (gnus-button-fetch-group): Extend for use in
7153         `browse-url-browser-function'.
7154         (gnus-button-url-regexp): Try to catch paired parentheses like in
7155         Wikipedia URLs.
7156
7157         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7158         Suggested by Simon Krahnke <overlord@gmx.li>.
7159
7160 2007-01-13  Romain Francoise  <romain@orebokech.com>
7161
7162         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7163         Update copyright.
7164
7165 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7166
7167         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7168
7169 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * gnus-registry.el (gnus-registry-unfollowed-groups)
7172         (gnus-registry-split-fancy-with-parent): Fix documentation.
7173
7174 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7177         from nnweb groups.
7178
7179 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7182         Xref urls.  Erase buffer before requesting head.
7183
7184 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7187         customizable.
7188
7189 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7190
7191         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7192         no signing key is found.
7193         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7194         no encrypting and/or signing key is found.
7195
7196 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7199
7200 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7201
7202         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7203         headers read from disk with the ones newly found in the current search.
7204         This should no longer cause problems, because the article numbers in
7205         Gmane's `nov.php' output are ignored since the previous change.
7206
7207 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7208
7209         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7210
7211 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7214         replace-regexp-in-string; bind url-version; fbind display-images-p and
7215         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7216         find-face and set-itimer-function for Emacs; bind itimer-list for
7217         Emacs.
7218
7219         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7220
7221 2007-01-01  Romain Francoise  <romain@orebokech.com>
7222
7223         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7224
7225 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7226
7227         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7228         `define-minor-mode' macro definition expanded properly.
7229         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7230         exclude it there.
7231
7232         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7233         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7234         `fboundp' test.
7235         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7236         This is OK to autoload in (S)XEmacs now.
7237
7238 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7241         keystroke.
7242         (gnus-summary-limit-to-singletons): Fix typo.
7243
7244         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7245         else fails.
7246
7247 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7248
7249         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7250         docstring.
7251
7252         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7253         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7254         (gnus-summary-insert-dormant-articles): Fix typo in message.
7255
7256 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7259         nil for XEmacs.
7260         (gnus-message-citation-mode): Don't autoload in XEmacs.
7261
7262         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7263
7264 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7265
7266         * nnimap.el (nnimap-expunge-search-string): Mention
7267         nnimap-search-uids-not-since-is-evil in docstring.
7268
7269 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * spam.el: Revert to make-obsolete-variable because
7272         define-obsolete-variable-alias is not supported in Emacs 21.
7273
7274         * spam.el (spam-ifile-path, spam-ifile-database-path)
7275         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7276         make-obsolete-variable.
7277         (spam-bsfilter-path, spam-bsfilter-program)
7278         (spam-spamassassin-path, spam-spamassassin-program)
7279         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7280         use "path" inappropriately.
7281         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7282         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7283         variable names.
7284
7285 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7286
7287         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7288         summary buffer.
7289
7290         * password.el (password-cache-remove): Use clear-string to burn
7291         password, if available.
7292
7293 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7296
7297         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7298
7299         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7300         (gnus-message-highlight-citation): Move defcustom here from
7301         gnus-cite.el.
7302         (gnus-message-citation-mode): Autoload.
7303
7304         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7305         checks to make it compile with XEmacs.
7306         (gnus-message-citation-mode): New minor mode.
7307         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7308         (gnus-message-highlight-citation): New variables.
7309         (gnus-message-search-citation-line)
7310         (gnus-message-add-citation-keywords)
7311         (gnus-message-remove-citation-keywords)
7312         (turn-on-gnus-message-citation-mode)
7313         (turn-off-gnus-message-citation-mode): New functions.
7314
7315 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7316
7317         * gnus-cite.el: Enable highlighting of different citation levels in
7318         message-mode.
7319
7320 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * message.el (message-make-fqdn): Fix comment.
7323         (message-bogus-system-names): Add ".local".
7324
7325         * spam.el (spam-ifile-path, spam-ifile-program)
7326         (spam-ifile-database-path, spam-ifile-database)
7327         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7328         Don't use "path" inappropriately.
7329         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7330         strings.
7331         (spam-check-ifile, spam-ifile-register-with-ifile)
7332         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7333         new variable names.
7334
7335         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7336         (gnus-treat-display-smileys): Simplify using
7337         gnus-image-type-available-p.
7338
7339         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7340         available.
7341
7342         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7343         `display-images-p' if available.
7344
7345 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7348         one after turning on the buffer's multibyteness instead of decoding
7349         them directly in the unibyte buffer that causes unexpected conversion
7350         in Emacs 23 (unicode).
7351
7352 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7353
7354         * message.el (message-generate-hashcash): Fix custom type.
7355
7356 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7359
7360 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7363         disconnect icons.  Add help text.
7364
7365 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7368         negated to be consistent with the others we handle.
7369
7370 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7373         version of gnus-summary-buffer to something, so that we can use two
7374         article buffers at the same time.
7375
7376 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7379         trigger all the extra headers.
7380         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7381         sorting.
7382
7383 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7384
7385         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7386         solid groups.
7387
7388 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7389
7390         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7391
7392 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * legacy-gnus-agent.el: Add Copyright notice.
7395
7396 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7397
7398         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7399
7400 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7403
7404         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7405         to make it work reliably in CVS Emacs.
7406         (gnus-summary-limit-strange-charsets-predicate)
7407         (gnus-summary-limit-to-predicate): New functions.
7408
7409 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7410
7411         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7412         specifying array size.
7413         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7414         array if it is too small.
7415         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7416         (gnus-sort-threads-loop): New function.
7417
7418 2006-12-06  Chris Moore  <dooglus@gmail.com>
7419
7420         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7421         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7422
7423 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7424
7425         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7426         options.
7427
7428 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7431         DOS-ing the recipient.
7432
7433         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7434         the headers when creating the mapping to avoid mismappings.
7435         (nnweb-gmane-create-mapping): Always nix out old mapping.
7436
7437 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7440         and mm-verify-option to never.
7441
7442 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * message.el (message-signed-or-encrypted-p): New function.
7445         (message-forward-make-body): Use it.
7446
7447         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7448         Replace encode-coding-string with mm-encode-coding-string.
7449
7450 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * nneething.el (nneething-decode-file-name): Replace
7453         decode-coding-string with mm-decode-coding-string.
7454
7455         * gnus-int.el (gnus-open-server): Say failed server's name.
7456
7457 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7458
7459         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7460         strings to a single string.  Quote `errors-file-name'.
7461         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7462         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7463         Adjust calls.  Use `shell-quote-argument'.
7464
7465 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7466
7467         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7468         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7469
7470         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7471         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7472         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7473         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7474         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7475         (gnus-subscribe-newsgroup, gnus-1):
7476         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7477         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7478         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7479         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7480
7481 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7484         keystroke.
7485         (gnus-summary-limit-to-bodies): Implement headersp.
7486
7487 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7490
7491 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7494
7495 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * message.el (message-generate-hashcash): Expand range of values to
7498         include `opportunistic'.
7499         (message-send-mail): Use it.
7500
7501 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7502
7503         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7504         and comment it.
7505
7506         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7507
7508 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * gnus-util.el (gnus-extract-address-components): Improve comment.
7511
7512 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-util.el (gnus-extract-address-components): Work with address in
7515         which the name portion contains @.
7516
7517         * lpath.el: Fbind custom-autoload.
7518
7519 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * gnus.el (gnus-start): Move custom group up.
7522         (gnus-select-method): Don't autoload, but make it available for
7523         `customize-variable'.
7524         (gnus-getenv-nntpserver): Don't autoload.
7525
7526 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7529
7530 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * message.el (message-sendmail-extra-arguments): New variable.
7533         (message-send-mail-with-sendmail): Use it.
7534
7535 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7538         mm-with-unibyte-current-buffer to make string unibyte.
7539
7540         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7541         mm-string-as-multibyte.
7542
7543 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7544
7545         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7546         Reported by Werner Koch <wk@gnupg.org>.
7547
7548 2006-11-14  Daiki Ueno  <ueno@p360>
7549
7550         * mml2015.el: Autoload epa-select-keys when compiling.
7551
7552 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7553
7554         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7555         message-options.
7556         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7557
7558 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7559
7560         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7561         EasyPG (< 0.0.6).
7562         (mml2015-always-trust): New user option.
7563         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7564         prompt.
7565
7566 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * nntp.el (nntp-authinfo-force): New variable.
7569         (nntp-send-authinfo): Use it.
7570
7571 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7574         decode encoded words.  Improve prompt.  Add comment about forwarding.
7575         (message-replacement-char): Move up.
7576
7577 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7578
7579         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7580         instead of gnus-intersection because arguments of gnus-sorted-nunion
7581         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7582
7583 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7586         (message-simplify-subject-functions): Enable
7587         message-strip-subject-encoded-words by default.
7588
7589 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7590
7591         * message.el (message-strip-subject-encoded-words): New function.
7592         (message-simplify-subject-functions): New variable.
7593         (message-simplify-subject): Use it.  Fix typo in doc string.
7594         Support message-strip-subject-encoded-words.
7595
7596 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7597
7598         * gnus-diary.el (gnus-diary-delay-format-function):
7599         * nndiary.el (nndiary-reminders):
7600         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7601
7602 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus-art.el (article-hide-boring-headers): Fetch date from
7605         gnus-original-article-buffer to avoid problems with localized date
7606         strings.
7607
7608 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7611
7612 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7615         New variables.
7616         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7617         (mm-charset-synonym-alist): Move some entries to
7618         mm-codepage-iso-8859-list.
7619         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7620         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7621
7622 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7625
7626 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7629         with Emacs 21 and XEmacs.
7630
7631 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7632
7633         * spam.el (spam-parse-address): New function for better parsing,
7634         catching errors, etc.
7635         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7636
7637 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * mm-view.el: Add interactive arg to html2text autoload.
7640
7641 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7644
7645 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7648         variables.
7649         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7650         (mm-charset-synonym-alist): Move some entries to
7651         mm-codepage-iso-8859-list.
7652
7653         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7654
7655 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * message.el (message-citation-line-format)
7658         (message-insert-formated-citation-line): Fix implementation of %E, %N
7659         and %n according to the doc string.
7660
7661 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7664         car-safe to avoid bad parses.
7665
7666 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7669         names.
7670
7671         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7672
7673 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7676         header.
7677
7678         * message.el (message-draft-headers): Add Date.
7679         (message-headers-to-generate): Fix typo in docstring.
7680
7681         * nndraft.el (nndraft-required-headers): New variable.
7682         (nndraft-generate-headers): Use it.
7683
7684         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7685
7686 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * gnus-registry.el (gnus-registry-wash-for-keywords)
7689         (gnus-registry-find-keywords): New functions to allow easy searching of
7690         articles that are in the registry.
7691
7692 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7693
7694         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7695         ietf-drums-parse-address instead of gnus-extract-address-components.
7696         Reported by Damien Elmes <damien@repose.cx>.
7697
7698 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * gnus.el (gnus-mime): Remove unused custom group.
7701
7702 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7703
7704         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7705         "blank line" when searching for end of armor headers.
7706
7707 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * gmm-utils.el (gmm-write-region): Fix variable name.
7710
7711 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gmm-utils.el (gmm-write-region): New function based on compatibility
7714         code from `mm-make-temp-file'.
7715
7716         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7717
7718         * nnmaildir.el (nnmaildir--update-nov)
7719         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7720         Use `gmm-write-region'.
7721
7722 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7725         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7726
7727         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7728
7729         * message.el (message-replacement-char): New variable.
7730         (message-fix-before-sending): Use it.
7731         (message-simplify-subject): New function to remove duplicate code.
7732         (message-reply, message-followup): Use it.
7733
7734         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7735         gnus-summary-limit-to-articles.
7736
7737 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-util.el (gnus-with-local-quit): New macro.
7740
7741         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7742
7743 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7746         ignore non-string data.
7747
7748 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7749
7750         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7751         non-string data (needs to be done in the registry too).
7752
7753 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7756         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7757         (gnus-registry-split-fancy-with-parent)
7758         (gnus-registry-fetch-simplified-message-subject-fast)
7759         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7760         Remove text properties on ingress into the registry and when it's saved.
7761         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7762         registry from entries with no groups.
7763
7764 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7767         function to remove string properties.
7768
7769 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gmm-utils.el (gmm): Adjust custom version.
7772
7773         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7774         custom version.
7775
7776         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7777
7778 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus-art.el (gnus-insert-prev-page-button)
7781         (gnus-insert-next-page-button): Simplify.  Reformat.
7782
7783 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7784
7785         * gnus-art.el (gnus-insert-prev-page-button)
7786         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7787
7788 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7789
7790         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7791
7792 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7793
7794         * gnus-art.el (gnus-insert-mime-button)
7795         (gnus-insert-mime-security-button):
7796         Apply gnus-article-button-face to MIME and security buttons.
7797
7798 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7801         readable.
7802
7803 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7806
7807 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7808
7809         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7810         `browse-url-of-file' instead of `browse-url'.
7811
7812 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7813
7814         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7815         regexp.  Articles containing quotation were cut prematurely.
7816
7817 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * message.el (message-cite-original-1): Use nobody by default for the
7820         value of From header.
7821         (message-reply): Ditto.
7822
7823 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7824
7825         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7826         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7827         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7828
7829 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7832         mails in the doc string.  Add some URLs in comment.
7833         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7834
7835 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7838         backslashes handling and the way to find boundaries of quoted strings.
7839
7840 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7841
7842         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7843         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7844         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7845         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7846
7847 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7850         doc string.
7851         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7852
7853 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * lpath.el: Fbind epg-check-configuration.
7856
7857 2006-09-06  Simon Josefsson  <jas@extundo.com>
7858
7859         * mml2015.el (mml2015-use): Doc fix, mention epg.
7860
7861 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7862
7863         * mml2015.el (mml2015-use): Default to epg, if available.
7864
7865 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7866
7867         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7868         message-sender.
7869         (mml1991-epg-encrypt): Ditto.
7870         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7871         message-sender.
7872         (mml2015-epg-encrypt): Ditto.
7873
7874 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7875
7876         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7877         several common directories.
7878
7879 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7880
7881         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7882         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7883
7884 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (article-decode-encoded-words): Make it fast.
7887
7888 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7891
7892         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7893         in quoted string into `\'.
7894
7895 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7898         Use standard-syntax-table.
7899
7900 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-art.el (gnus-decode-address-function): New variable.
7903         (article-decode-encoded-words): Use it to decode headers which are
7904         assumed to contain addresses.
7905         (gnus-mime-delete-part): Remove useless `or'.
7906
7907         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7908         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7909         (gnus-nov-parse-line): Use it to decode From header.
7910         (gnus-get-newsgroup-headers): Ditto.
7911         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7912
7913         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7914         (mail-decode-encoded-address-string): New alias.
7915
7916         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7917         New function.
7918         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7919         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7920         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7921         (rfc2047-decode-string): Ditto.
7922         (rfc2047-decode-address-region): New function.
7923         (rfc2047-decode-address-string): New function.
7924
7925 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * message.el (message-caesar-buffer-body): Allow rotating headers.
7928
7929         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7930
7931         * message.el (message-insert-formated-citation-line): Fix %f.
7932         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7933
7934 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7937         (gnus-bookmark-mouse-available-p): New macro.
7938         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7939         (gnus-bookmark-bmenu-show-infos): Use it.
7940         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7941         (gnus-bookmark-bmenu-hide-infos): Ditto.
7942         (gnus-bookmark-remove-properties): New function.
7943         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7944         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7945         (gnus-bookmark-write-file): Bind coding-system-for-write.
7946         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7947         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7948         group before selecting it.
7949         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7950         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7951         quit-window if it is not available; use gnus-mouse-2 and bind it to
7952         gnus-bookmark-bmenu-select-by-mouse.
7953         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7954         (gnus-bookmark-bmenu-select-by-mouse): New function.
7955
7956 2006-08-13  Romain Francoise  <romain@orebokech.com>
7957
7958         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7959         space.
7960
7961 2006-08-10  Romain Francoise  <romain@orebokech.com>
7962
7963         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7964         (dns-mode-soa-auto-increment-serial): New user option.
7965         (dns-mode-soa-maybe-increment-serial): New function.
7966         (dns-mode): Add the latter to `write-contents-functions'.
7967
7968 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * compface.el (uncompface): Use binary rather than raw-text-unix.
7971
7972 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * compface.el (uncompface): Make sure the eol conversion doesn't take
7975         place when communicating with the external programs.  Reported by
7976         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7977
7978 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7981
7982 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7983
7984         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7985         Make it more robust by parsing author and date independently.
7986
7987 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7990
7991 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7992
7993         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7994         first matching secret key.
7995         (mml2015-epg-encrypt): Ditto.
7996
7997         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7998         first matching secret key.
7999         (mml1991-epg-encrypt): Ditto.
8000
8001         * mml2015.el (mml2015-encrypt-to-self): New user option.
8002         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8003         mml2015-epg-encrypt-to-self is set.
8004
8005         * mml1991.el (mml1991-encrypt-to-self): New variable.
8006         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8007         mml1991-epg-encrypt-to-self is set.
8008
8009         * mml2015.el (mml2015-signers): New user option.
8010         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8011         (mml2015-epg-encrypt): Allow to select signing keys.
8012
8013         * mml1991.el (mml1991-signers): New variable.
8014         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8015         (mml1991-epg-encrypt): Allow to select signing keys.
8016
8017 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * nnheader.el (nnheader-insert-head): Make it work even if the file
8020         uses CRLF for the line-break code.
8021
8022 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8023
8024         * mml2015.el: Require mml-sec instead of password.
8025         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8026         (mml2015-cache-passphrase): Inherit the default value from
8027         mml-secure-cache-passphrase.
8028         (mml2015-passphrase-cache-expiry): Inherit the default value from
8029         mml-secure-passphrase-cache-expiry.
8030
8031         * mml1991.el: Require mml-sec instead of password.
8032         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8033         (mml1991-cache-passphrase): Inherit the default value from
8034         mml-secure-cache-passphrase.
8035         (mml1991-passphrase-cache-expiry): Inherit the default value from
8036         mml-secure-passphrase-cache-expiry.
8037
8038         * mml-sec.el: Require password.
8039         (mml-secure-verbose): New user option.
8040         (mml-secure-cache-passphrase): New user option.
8041         (mml-secure-passphrase-cache-expiry): New user option.
8042
8043 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8044
8045         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8046         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8047         andreas@altroot.de (Andreas Vögele).
8048
8049         FIXME: Use `tiny change'?
8050
8051 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8052
8053         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8054         workaround for the url package included with Emacs.
8055
8056         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8057
8058 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8061         correctly.  This fixes a bug caused by the 2006-05-12 change.
8062
8063 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8064
8065         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8066         some information about the error when saying that the `bogus' mail
8067         group will be used.
8068
8069 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8072         string.
8073
8074 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8075
8076         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8077
8078 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8079
8080         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8081
8082 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8083
8084         * mml1991.el (mml1991-function-alist): Add epg.
8085         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8086         (mml1991-epg-encrypt): New functions.
8087
8088 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8089
8090         * mml2015.el (mml2015-verbose): New variable.
8091         (mml2015-cache-passphrase): Ditto.
8092         (mml2015-passphrase-cache-expiry): Ditto.
8093         (mml2015-function-alist): Add epg.
8094         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8095         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8096         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8097         functions.
8098
8099 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8100
8101         * message.el (message-cite-original-1): Preserve region when removing
8102         quoted text due to X-No-Archive in order to avoid bogus attribution
8103         when citing multiple messages.
8104
8105 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8106
8107         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8108         Kenneth Jacker <khj@be.cs.appstate.edu>.
8109
8110 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * gnus-diary.el (gnus-user-format-function-d)
8113         (gnus-user-format-function-D): Autoload.
8114
8115         * imap.el (Commentary): Fix typo.
8116
8117         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8118         2006-04-22 contribution.
8119
8120 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8121
8122         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8123         It didn't really fix the bogosity I'm seeing with solid web groups.
8124
8125 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8126
8127         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8128         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8129         created using server names.  If we use the feature without declaring
8130         it, Gnus does not properly manage server and group state.
8131
8132         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8133         bound.
8134
8135 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8136
8137         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8138         looking up the method using GROUP's prefix before inventing a new one.
8139         It is used on killed/unknown groups in various places where returning
8140         an all-new method isn't expected by the caller.
8141
8142         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8143         and match semantics of gnus-group-real-prefix.
8144
8145 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * nnmail.el (nnmail-broken-references-mailers): New variable.
8148         (nnmail-ignore-broken-references): New function generalizing
8149         nnmail-fix-eudora-headers.
8150         (nnmail-fix-eudora-headers): Now obsolete.
8151
8152         * gnus-art.el (gnus-button-handle-custom): Support
8153         `customize-apropos*'.
8154
8155 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8158
8159         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8160         articles.
8161
8162 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * message.el (message-cite-reply-above): New variable.
8165         (message-yank-original): Use it.
8166
8167 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8170
8171 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8174         as read.
8175
8176         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8177
8178 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8181         (gnus-bookmark-default-file): Use gnus-directory.
8182         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8183         Remove "*" in doc string.
8184         (gnus-bookmark-write-file): Simplify.
8185         (gnus-bookmark-maybe-sort-alist): Use `when'.
8186         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8187         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8188         FIXME about Emacs 21 and XEmacs compatibility.
8189         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8190         compatibility.
8191         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8192         compatibility.
8193         (gnus-bookmark-menu-heading): Fix version.
8194
8195 2006-06-19  Bastien Guerry  <bzg@altern.org>
8196
8197         * gnus-bookmark.el: New file.
8198
8199 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * message.el (message-syntax-checks): Doc fix.
8202
8203 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8204
8205         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8206         unsubscribed groups as if they were killed ones.  It causes duplicate
8207         entries in gnus-newsrc-alist.
8208
8209 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * message.el (message-syntax-checks): Doc fix.
8212         (message-send-mail): Add check for continuation headers.
8213         (message-check-news-header-syntax): Fix regexp used to check for
8214         continuation headers.
8215
8216 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8219
8220 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8223
8224 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8227         default-truncate-lines.
8228
8229 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8232         to fill the utf-8 entry.
8233
8234         * lpath.el: Fbind unicode-precedence-list.
8235
8236 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8237
8238         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8239
8240 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8241
8242         * gnus-agent.el (directory-files-and-attributes): Move all the way
8243         forward (the third and final move).
8244         (gnus-agent-read-agentview): Trap reconstruction errors due to
8245         nonexistant directory.  Handle by returning nil.
8246
8247 2006-05-30  Didier Verna  <didier@xemacs.org>
8248
8249         * message.el (message-dont-reply-to-names): Update the custom type.
8250         * message.el (message-dont-reply-to-names): New defsubst: potentially
8251         convert a list of regexps into a single one.
8252         * message.el (message-get-reply-headers): Use it.
8253         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8254
8255 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-agent.el (directory-files-and-attributes): Move forward.
8258
8259 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * gnus-ml.el (gnus-mailing-list-subscribe)
8262         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8263         (gnus-mailing-list-message): Fix doc strings.
8264
8265 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8266
8267         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8268         of doing it manually.
8269
8270 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8273         comment.
8274
8275 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8276
8277         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8278         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8279         (gnus-agent-read-local): All symbols allocated in my-obarray.
8280         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8281         (gnus-agent-regenerate-group): Check numeric names to see if they are
8282         messages or groups.
8283         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8284         better way of do this...)
8285
8286         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8287         'dummy.group' (there should be a better way of do this...)
8288
8289 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8292         (gnus-saved-headers): Ditto.
8293         (gnus-default-article-saver): Mention functions may have properties.
8294         (gnus-article-save): Override gnus-save-all-headers and
8295         gnus-saved-headers by :headers property which saver function may have.
8296         (gnus-summary-save-in-file): Add :headers property.
8297         (gnus-summary-write-to-file): Ditto.
8298
8299         * gnus-sum.el (gnus-summary-save-article): Bind
8300         gnus-prompt-before-saving to t when saving many articles in a file;
8301         always show all headers.
8302
8303         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8304
8305 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8308         marks.
8309
8310         * message.el (message-indent-citation): Add optional arguments to allow
8311         using it outside of message buffers.
8312
8313         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8314         (gnus-article-treat-unfold-headers): Use it.
8315         (gnus-article-truncate-lines): New variable.
8316         (gnus-article-mode): Use it.
8317         (gnus-article-toggle-truncate-lines): New function.
8318
8319         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8320         gnus-article-toggle-truncate-lines.
8321
8322         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8323         coding system in XEmacs, use binary.
8324
8325 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8328         after-load-alist.
8329
8330         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8331         this function should save decoded articles.
8332         (gnus-summary-write-to-file): Use property to specify this function
8333         should save decoded articles and specify gnus-summary-save-in-file
8334         should be used to save articles other than the first one when saving
8335         many articles.
8336         (gnus-summary-save-body-in-file): Use property to specify this
8337         function should save decoded articles.
8338         (gnus-summary-write-body-to-file): Use property to specify this
8339         function should save decoded articles and specify
8340         gnus-summary-save-body-in-file should be used to save articles other
8341         than the first one when saving many articles.
8342
8343         * gnus-sum.el (gnus-summary-save-article): Simplify.
8344
8345 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-art.el (gnus-default-article-saver): Add
8348         gnus-summary-write-body-to-file.
8349         (gnus-article-save-coding-system): Don't use coding system object
8350         in XEmacs.
8351         (gnus-read-save-file-name): Add optional `dir-var' argument which
8352         specifies directory in which files are saved; work even if optional
8353         `variable' argument is not specified.
8354         (gnus-summary-write-to-file): Read file name.
8355         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8356         (gnus-summary-write-body-to-file): New function.
8357
8358         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8359         (gnus-summary-local-variables): Add it.
8360         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8361         (gnus-summary-save-article): Remove optional `decode' argument;
8362         determine whether to decode articles by the value of
8363         gnus-default-article-saver; when saving many files using
8364         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8365         it first and use gnus-summary-save-in-file or
8366         gnus-summary-save-body-in-file thereafter unless
8367         gnus-prompt-before-saving is always; move point to article which
8368         will be saved.
8369         (gnus-summary-save-article-file): Revert.
8370         (gnus-summary-write-article-file): Revert.
8371         (gnus-summary-save-article-body-file): Revert.
8372         (gnus-summary-write-article-body-file): New function.
8373
8374 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-default-article-saver): Doc fix.
8377         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8378         from gnus-summary-save-article-coding-system, and default to a
8379         certain coding system.
8380         (gnus-output-to-file): Add coding cookie and encode text according
8381         to gnus-article-save-coding-system; don't use mm-append-to-file.
8382
8383         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8384         gnus-art.el and rename to gnus-article-save-coding-system.
8385         (gnus-summary-save-article): Require gnus-art; don't show all
8386         headers if it decodes articles; don't add coding cookie here;
8387         don't bind mm-text-coding-system-for-write.
8388         (gnus-summary-save-article-file): Save decoded articles.
8389         (gnus-summary-write-article-file): When saving many files, use
8390         gnus-summary-write-to-file first and gnus-summary-save-in-file
8391         thereafter unless gnus-prompt-before-saving is always.
8392         (gnus-summary-save-article-body-file): Save decoded articles.
8393
8394         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8395
8396 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * nnrss.el (nnrss-check-group): Bind hash-index.
8399
8400 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8401
8402         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8403         its hash index.  Store this hash in `nnrss-group-data'.
8404         (nnrss-read-group-data): Update accordingly.
8405
8406 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8409         entry.
8410
8411         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8412         gnus-article-browse-html-article.
8413
8414 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8415
8416         * gnus-sum.el (gnus-summary-mime-map): Add
8417         gnus-article-browse-html-article.
8418
8419         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8420
8421 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8424         suitable coding systems in customize.
8425
8426 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * mail-source.el (mail-sources): Fix custom type.
8429
8430 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8433         (gnus-summary-expire-articles-now): Shorten prompt.
8434
8435         * gmm-utils.el (wid-edit): Require.
8436         (defun-gmm): Renamed from `gmm-defun-compat'.
8437         (gmm-image-search-load-path): Use it.
8438         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8439
8440 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8443         variable.
8444         (gnus-summary-save-article): Add optional `decode' argument.  If
8445         it is set and gnus-summary-save-article-coding-system is non-nil,
8446         save decoded article.
8447         (gnus-summary-write-article-file): Save decoded article if
8448         gnus-summary-save-article-coding-system is non-nil.
8449
8450         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8451         type.
8452
8453 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8456
8457 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8460         first to test gnus-single-article-buffer which may be buffer-local.
8461
8462         * gnus-sum.el (gnus-summary-setup-buffer): Make
8463         gnus-single-article-buffer buffer-local and nil in ephemeral
8464         group; make gnus-article-buffer, gnus-article-current, and
8465         gnus-original-article-buffer always buffer-local.
8466         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8467         group.
8468         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8469
8470 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * nnml.el (nnml-request-compact-group): Compressed files might not
8473         have .gz extension.
8474
8475 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8476
8477         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8478         (mm-copy-to-buffer): Use with-current-buffer.
8479         (mm-display-part): Simplify.
8480         (mm-inlinable-p): Add optional arg `type'.
8481
8482 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8483
8484         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8485         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8486         Try harder to show the attachment internally or externally using
8487         gnus-mime-view-part-as-type.
8488
8489 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * message.el (message-from-style, message-signature-separator)
8492         (message-user-organization-file, message-send-mail-function)
8493         (message-citation-line-function, message-yank-prefix)
8494         (message-indent-citation-function, message-signature)
8495         (message-signature-file, message-signature-insert-empty-line):
8496         Remove autoloads.
8497
8498         * gnus-art.el (gnus-buttonized-mime-types): Remove
8499         "multipart/signed".  Revert 2006-04-26 change.
8500
8501 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * gnus.el (gnus-version-number): Bump version.
8504
8505 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8506
8507         * gnus.el: No Gnus v0.5 is released.
8508
8509 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8510
8511         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8512         fetching articles by message-id.
8513
8514 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * message.el (hashcash): Require hashcash as normal.
8517
8518         * ecomplete.el (ecomplete-highlight-match-line): Use
8519         point-at-eol.
8520         (ecomplete-highlight-match-line): Use `highlight', because that
8521         face exists in both Emacs and XEmacs.
8522
8523         * message.el (message-display-abbrev): Use point-at-bol.
8524
8525         * mail-source.el: Don't require timer/timer-funcs.
8526
8527         * gnus-async.el: Ditto.
8528
8529         * password.el: Ditto.
8530
8531         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8532
8533         * mm-url.el: Ditto.
8534
8535         * gnus-xmas.el: Don't require timer-funcs.
8536
8537         * mm-util.el: Require timer/timer-funcs.
8538
8539 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8540
8541         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8542         Close.
8543
8544 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8547         unibyte after clear-decrypt function runs.
8548
8549         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8550         returns as a unibyte string.
8551
8552 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * lpath.el: Revert.
8555
8556         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8557         (pgg-gpg-process-sentinel): Revert.
8558
8559         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8560         (pgg-pgp-lookup-key): Revert.
8561
8562         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8563         (pgg-pgp5-lookup-key): Revert.
8564
8565         * pgg.el (pgg-fetch-key): Revert.
8566
8567 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * lpath.el: Fbind string-as-multibyte for XEmacs.
8570
8571         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8572         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8573         (mml1991-pgg-encrypt): Ditto.
8574
8575         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8576         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8577         a multibyte buffer.
8578
8579         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8580         (pgg-pgp-lookup-key): Ditto.
8581
8582         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8583         (pgg-pgp5-lookup-key): Ditto.
8584
8585         * pgg.el (pgg-fetch-key): Ditto.
8586
8587 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * message.el (message-user-organization-file): Check several
8590         locations of the organization file.
8591
8592         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8593         Add gnus-article-view-part-as-type.
8594
8595         * gnus-art.el (gnus-article-view-part-as-type): New function.
8596
8597         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8598         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8599
8600         * mml.el: Simplify autoload.
8601         (mml-mode): defvar dnd-protocol-alist instead of using
8602         symbol-value.
8603         (mml-default-directory): New variable.
8604         (mml-minibuffer-read-file): Use it.
8605         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8606
8607         * message.el (message-citation-line-format): New variable.
8608         (message-insert-formated-citation-line): New function.
8609         (message-citation-line-function): Add
8610         `message-insert-formated-citation-line' to custom type.
8611
8612         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8613         to doc string.
8614
8615         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8616         depending on mm-verify-option.
8617
8618 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8621         binding pgg-* variables; reimplement the section which prevents
8622         MIME header from being signed.
8623         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8624         pgg-text-mode; remove a blank line at the top of body.
8625
8626         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8627         lines at the top of body; use gnus-newsgroup-charset if there's no
8628         Charset header.
8629
8630 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * message.el (message-self-insert-commands): Doc fix.
8633
8634         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8635         (mm-uu-pgp-encrypted-test): Ditto.
8636         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8637         between header and body; return application/pgp-encrypted handle
8638         if decryption failed; decode decrypted body by charset.
8639
8640         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8641         element match to application/pgp-*.
8642
8643 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8644
8645         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8646         HTML.
8647
8648 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * mail-source.el (mail-source-call-script): Message the error
8651         string.
8652
8653 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * gnus-util.el (gnus-byte-compile): Use it.
8656
8657 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8658
8659         * gnus-util.el (kill-empty-logs): New function.
8660
8661 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * message.el (message-mail-alias-type): Doc fix.
8664         (message-mail-alias-type-p): New function.
8665         (message-send): Use it.
8666         (message-mode): Ditto.
8667         (message-strip-forbidden-properties): Ditto.
8668
8669         * ecomplete.el (ecomplete-database-file-coding-system): New
8670         variable.
8671         (ecomplete-save): Use it.
8672         (ecomplete-setup): Use it.
8673
8674 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * message.el (message-self-insert-commands): New variable.
8677         (message-strip-forbidden-properties): Use it.
8678
8679 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8682         that doesn't make XEmacs choke.
8683
8684 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * gnus-util.el (gnus-replace-in-string):
8687         Prefer replace-regexp-in-string over of replace-in-string.
8688
8689 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gnus-util.el (gnus-select-frame-set-input-focus):
8692         Use select-frame-set-input-focus if it is available in XEmacs; use
8693         definition defined in Emacs 22 for old Emacsen.
8694
8695         * dgnushack.el: Autoload unmorse-region for XEmacs.
8696
8697         * lpath.el: Bind cursor-in-non-selected-windows and
8698         select-frame-set-input-focus for XEmacs.
8699
8700 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8703
8704 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8705
8706         * gnus-registry.el (gnus-registry-cache-save): Remove text
8707         properties when saving via the temp buffer.
8708
8709 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * message.el (message-generate-hashcash): Honor custom type.
8712
8713 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * message.el (message-generate-hashcash): Default to non-nil when
8716         hashcash is found.
8717
8718         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8719         (gnus-refer-thread-limit): Increase default to 500.
8720
8721         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8722
8723         * flow-fill.el (fill-flowed): Allow delete-space.
8724
8725 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8728         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8729         Remove autoloads.
8730
8731 2006-04-18  Simon Josefsson  <jas@extundo.com>
8732
8733         * message.el (message-generate-hashcash): Default to.
8734
8735 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8738         concatenating segments rather than before concatenating them.
8739
8740 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8743
8744 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8747
8748         * message.el (message-forward-make-body-plain): Allow
8749         message-forward-ignored-headers to be a list.
8750         (message-remove-ignored-headers): Factor out into function.
8751         (message-forward-make-body-mml): Use it.
8752
8753         * imap.el (imap-quote-specials): New function.
8754         (imap-login-auth): Quote specials.
8755
8756         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8757         (rfc2231-parse-string): Allow concatanation of parameters that
8758         aren't contiguous.  The test case is
8759           (mail-header-parse-content-type "message/external-body;
8760             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8761             access-type=LOCAL-FILE;
8762             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8763
8764 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8765
8766         * nntp.el (nntp-accept-process-output): Return the value of
8767         `nnheader-accept-process-output'.
8768
8769 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8772         (gnus-button-alist): Recognize more diff formats.
8773         (gnus-button-patch): Strip directory.
8774
8775 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8778         Emacs 22 when setting focus.
8779
8780 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * gnus-art.el (gnus-article-treat-types): Do treatment of
8783         text/x-verbatim parts.
8784         (gnus-button-patch): New command.
8785
8786         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8787         addresses that contain invalid characters.
8788
8789 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * message.el (message-put-addresses-in-ecomplete): Use
8792         gnus-replace-in-string.
8793         (message-is-yours-p): Use the more correct
8794         mail-header-parse-address instead of
8795         mail-extract-address-components.
8796         (message-put-addresses-in-ecomplete): Fix typo.
8797
8798         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8799         keystroke.
8800
8801         * gnus-art.el (gnus-treatment-function-alist): Change order of
8802         newsgroups/generic header folding to avoid double-folding.
8803
8804         * message.el (message-hidden-headers): Add X-Draft-From.
8805
8806         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8807         command.
8808         (gnus-summary-repeat-search-article-backward): New command.
8809
8810         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8811         groups in the parent topic.
8812
8813 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8814
8815         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8816         (spam-extra-header-to-number): Return the CRM114 number as a
8817         number instead of a string.
8818
8819 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * gnus-art.el (gnus-face-properties-alist): Moved here from
8822         gnus-fun.
8823
8824         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8825
8826 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * message.el (message-strip-forbidden-properties): Only display on
8829         self-insert-command.
8830
8831         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8832         reindent.
8833         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8834
8835 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8836
8837         * smiley.el (smiley-style): Fix typo.
8838
8839 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * hashcash.el (hashcash-insert-payment-async-2): Use
8842         message-goto-eoh instead of doing it manually.
8843         (mail-add-payment): Use message-narrow-to-header instead of trying
8844         to do the same itself.
8845
8846         * message.el (message-hidden-headers): Add Face.
8847
8848         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8849         reparenting code.
8850         (gnus-summary-reparent-children): Refactored out code.
8851         (gnus-summary-thread-map): New keystroke.
8852         (gnus-summary-reparent-children): Make into command.
8853
8854         * smiley.el (smiley-style): Default to `medium' if using a large
8855         font.
8856
8857         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8858         does it itself.
8859
8860         * message.el (message-point-in-header-p): Simplify definition.
8861
8862 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863
8864         * nnagent.el (nnagent-request-set-mark): Silence log file
8865         writing.
8866         (nnagent-request-set-mark): Use write-region instead of
8867         append-to-file.
8868
8869         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8870         strange select method.
8871
8872         * ecomplete.el (ecomplete-display-matches): Get highlightling
8873         right.
8874         (ecomplete-display-matches): Use literals.
8875         (ecomplete-display-matches): Disable message logging.
8876
8877         * message.el (message-display-abbrev): Small optimization.
8878
8879         * ecomplete.el (ecomplete-display-matches): Allow automatic
8880         display.
8881
8882         * message.el (message-strip-forbidden-properties): Display
8883         abbrevs.
8884         (message-display-abbrev): Get automatic display right.
8885
8886         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8887         keystrokes.
8888
8889 2006-04-13  Romain Francoise  <romain@orebokech.com>
8890
8891         TODO: Backport to v5-10!
8892
8893         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8894         Moved here (and renamed) from gnus-registry.el.
8895
8896         * gnus-registry.el: Require gnus-util.
8897         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8898
8899 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-group.el (gnus-group-catchup-current): Change
8902         if-then-else-if-then-else into cond.
8903         (gnus-group-catchup): Indent.
8904         (group-name-at-point): New function.
8905         (gnus-fetch-group): Provide default from thing at point.
8906
8907 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * message.el (message-display-abbrev): Fix regexp.
8910
8911         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8912         choosing.
8913         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8914         dead variables.
8915
8916         * message.el (message-newline-and-indent): Remove debugging.
8917         (message-display-abbrev): Use new implementation.
8918
8919 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-art.el (gnus-article-mode): Set
8922         cursor-in-non-selected-windows to nil.
8923
8924         * smiley.el: Revert previous change.
8925         (smiley-data-directory): defvar it before using it in the
8926         defcustom of `smiley-style'.
8927
8928 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * message.el (message-newline-and-indent): New function.
8931
8932         * ecomplete.el: Implement more bits.
8933
8934         * message.el (message-put-addresses-in-ecomplete): Clean up the
8935         string.
8936
8937         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8938
8939         * gnus-sum.el (gnus-summary-save-parts): Bind
8940         gnus-summary-save-parts-counter and use it to make unique file
8941         names.
8942
8943         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8944
8945         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8946         parameter to say whether to actually parse the individual
8947         addresses.
8948
8949         * message.el (message-put-addresses-in-ecomplete): New function.
8950         (ecomplete): Require.
8951         (message-mail-alias-type): Add ecomplete as an option.
8952
8953 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8954
8955         * flow-fill.el (fill-flowed): Remove trailing space from blank
8956         quoted lines.
8957
8958 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * smiley.el (smiley-style): Move definition later to avoid a
8961         compilation warning.
8962
8963 2006-04-12  Kenichi Handa  <handa@m17n.org>
8964
8965         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8966         buffer and then decode the buffer text if necessary.
8967         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8968         first, and after mm-encode-body, change the buffer to unibyte.
8969         Use mm-disable-multibyte instead of set-buffer-multibyte.
8970
8971 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8974         Content-Type header instead of Content-Disposition header.
8975         (gnus-mime-inline-part): Ditto.
8976         (gnus-mime-view-part-as-charset): Ignore charset that the part
8977         specifies.
8978
8979         * mm-decode.el (mm-display-part): Work with external parts and
8980         usual parts similarly.
8981
8982         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8983         instead of gnus-display-mime.
8984
8985         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8986         instead of with-temp-buffer.
8987
8988         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8989         tag to summarized topics part in order to encode non-ASCII text.
8990
8991 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * smiley.el (smiley-style): New variable.
8994         (smiley-directory): New function.
8995         (smiley-data-directory): Derive from `smiley-style' using
8996         `smiley-directory'.
8997         (smiley-regexp-alist): Add new entries.
8998
8999         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9000         (gnus-article-browse-delete-temp): Add :version.
9001
9002 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9003
9004         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9005         the sieve region.
9006
9007 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * gnus.el (gnus-version-number): Bump version.
9010
9011 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus.el: No Gnus v0.4 is released.
9014
9015 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9018         layout.
9019
9020         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9021         unknown charset.
9022
9023         * message.el (message-header-synonyms): Add Original-To to the
9024         default.
9025
9026         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9027         optional parameter.
9028
9029 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-fun.el (gnus): Require it for gnus-directory.
9032
9033 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9036
9037 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9038
9039         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9040
9041 2006-04-05  Simon Josefsson  <jas@extundo.com>
9042
9043         * password.el (password-reset): New function.
9044
9045 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9046
9047         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9048         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9049
9050 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9051
9052         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9053         Some whitespace was matched into the url, which broke browsing hits
9054         > 100 when mm-url-use-external was nil.
9055
9056 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9059         gnus-extra-headers for 'Newsgroups.
9060
9061         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9062         bound.
9063
9064 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9065
9066         * pgg-gpg.el: Clean up process buffers every time gpg processes
9067         complete.
9068
9069 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9072         doc string.
9073
9074 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9075
9076         * pgg-gpg.el (pgg-gpg-process-filter)
9077         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9078
9079         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9080         lines, temporary fix.
9081
9082 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9085
9086 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9087
9088         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9089         default-enable-multibyte-characters.  This reverts the change from
9090         revision 6.17 which is no longer necessary because the passphrase
9091         is sent separately now.  GnuPG messages are unreadable under
9092         multibyte locales with default-enable-multibyte-characters set to
9093         nil.
9094
9095 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * message.el (message-tool-bar-gnome): Move "spell".
9098
9099 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9102         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9103         instead.
9104
9105 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9106
9107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9108         newsgroups handling for NNTP overviews which don't include
9109         Newsgroups.
9110
9111 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9112
9113         * message.el (message-resend): Bind message-generate-hashcash to nil.
9114
9115 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9116
9117         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9118         when searching for already-paid recipients.
9119
9120 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9121
9122         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9123         passphrases when it is not needed.
9124         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9125         passphrase stuff from gpg, should only be necessary when you use
9126         gpg with a smartcard.
9127
9128 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * mml.el (mml-insert-mime): Ignore cached contents of
9131         message/external-body part.
9132
9133         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9134         (mm-insert-part): Ditto.
9135
9136 2006-03-23  Simon Josefsson  <jas@extundo.com>
9137
9138         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9139         Reiner.
9140         (pgg-gpg-use-agent-p): Use it again.
9141
9142 2006-03-23  Simon Josefsson  <jas@extundo.com>
9143
9144         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9145         older emacsen.
9146         (pgg-gpg-use-agent-p): Don't use it.
9147
9148 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9151         if we can.
9152
9153 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9154
9155         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9156         (pgg-gpg-update-agent): New function.
9157         (pgg-gpg-use-agent-p): New function.
9158         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9159         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9160         (pgg-gpg-sign-region): Use it.
9161
9162 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9165         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9166
9167 2006-03-21  Simon Josefsson  <jas@extundo.com>
9168
9169         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9170         <wilde@sha-bang.de>.
9171         (pgg-gpg-use-agent): New variable.
9172         (pgg-gpg-process-region): Use it.
9173         (pgg-gpg-encrypt-region): Likewise.
9174         (pgg-gpg-encrypt-symmetric-region): Likewise.
9175         (pgg-gpg-decrypt-region): Likewise.
9176         (pgg-gpg-sign-region): Likewise.
9177         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9178
9179 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9182
9183         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9184         Add comment on version.
9185
9186 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * smiley.el: Add missing test smiley.
9189
9190 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * mm-decode.el (mm-with-part): New macro.
9193         (mm-get-part): Use it; work with message/external-body as well.
9194         (mm-save-part): Treat name and filename equally.
9195
9196         * mm-extern.el (mm-extern-cache-contents): New function.
9197         (mm-inline-external-body): Use it; force the part to be displayed;
9198         move undisplayer added to the cached handle to the parent.
9199
9200         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9201         (gnus-mime-view-part-as-type): Work with message/external-body.
9202
9203         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9204
9205 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9208         images in image-load-path.  [Sync with image.el, revision 1.60, in
9209         Emacs.]
9210
9211 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9214         path rather than symbol.  Always return list of directories.
9215         Guarantee that image directory comes first.  [Sync with image.el,
9216         revision 1.59, in Emacs.]
9217
9218         * message.el (message-make-tool-bar): Adjust to new API of
9219         `gmm-image-load-path-for-library'.
9220
9221         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9222
9223         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9224
9225 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9226
9227         * gnus-art.el (gnus-article-only-boring-p):
9228         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9229         intangible text.
9230         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9231
9232 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9235         `defun' instead of `gmm-defun-compat'.
9236
9237 2006-03-14  Simon Josefsson  <jas@extundo.com>
9238
9239         * message.el (message-unique-id): Don't use message-number-base36
9240         if (user-uid) is a float.
9241         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9242
9243 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9246
9247         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9248         empty line between a part and a message part.
9249
9250 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * smiley.el: Add more test smileys.
9253         (smiley-data-directory, smiley-regexp-alist)
9254         (gnus-smiley-file-types): Fix doc strings.
9255         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9256         adding new elements.
9257         (smiley-mouse-map): Unused code.  Make it a comment.
9258
9259 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9262         scan latest NoCeM messages instead of old ones.
9263         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9264         delimiters that are recently used.
9265         (gnus-nocem-load-cache): Add autoload cookie.
9266
9267         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9268
9269         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9270         level which is larger than gnus-use-nocem is specified.
9271
9272         * gnus-group.el (gnus-group-get-new-news): Ditto.
9273
9274 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * gnus-util.el (gnus-tool-bar-update): New function.
9277
9278         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9279         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9280
9281         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9282
9283         * gnus-group.el (gnus-group-redraw-when-idle)
9284         (gnus-group-redraw-check): Remove.
9285         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9286
9287 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9290         if optional last element is specified in splits (FIELD VALUE...).
9291
9292 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9295         to gmm-image-load-path-for-library.  Call with no-error argument.
9296         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9297
9298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9299
9300         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9301
9302         * gmm-utils.el (gmm-image-load-path): Remove alias.
9303
9304 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gmm-utils.el (gmm-image-load-path): Add alias.
9307
9308         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9309         nnml-generate-nov-databases-1.
9310         (nnml-generate-nov-databases): Use it.
9311         (nnml-generate-nov-databases-directory): Document no-active
9312         argument.
9313
9314         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9315         directory if path is t.  Add no-error.
9316
9317         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9318         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9319
9320         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9321         resetting gnus-article-browse-html-temp-list.
9322
9323         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9324         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9325         Add example to docstring.  Rename local variables.  Move error
9326         checks to default case in cond and simplify.
9327
9328 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9331         handle is multipart when calling it recursively.
9332         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9333
9334 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9335
9336         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9337         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9338
9339 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9342         is loaded.
9343
9344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9345         loaded.
9346
9347 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9350         to "Emacs 23 (unicode)" in doc string.
9351
9352         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9353         "Emacs 23 (unicode)" in comment.
9354
9355 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9358
9359         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9360         characters 160 through 255 in Emacs 23.
9361
9362 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9365         gnus-article-browse-html-temp.
9366         (gnus-article-browse-delete-temp): Make it customizable.  Add
9367         `file'.  Adjust doc string.
9368         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9369         query for each file.  Adjust doc string.
9370         (gnus-article-browse-html-parts): Add
9371         `gnus-article-browse-delete-temp-files' to
9372         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9373
9374 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9375
9376         * gnus-art.el (gnus-article-browse-html-temp)
9377         (gnus-article-browse-delete-temp): New variables.
9378         (gnus-article-browse-delete-temp-files): New function.
9379         (gnus-article-browse-html-parts): Use it.
9380
9381 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9384
9385         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9386         string.
9387
9388         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9389         gnus-summary-insert-new-articles when unplugged.  Remove
9390         gnus-summary-search-article-forward.
9391
9392         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9393         display-visual-class instead of display-color-cells.
9394
9395 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * dgnushack.el: Autoload customize-group for XEmacs.
9398
9399         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9400         message/* containing non-ASCII text properly.
9401
9402 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el: Require gmm-utils, remove autoloads.
9405         (message-tool-bar): Set default based on
9406         gmm-tool-bar-style.
9407         (message-tool-bar-gnome): Add gmm-customize-mode.
9408
9409         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9410         gmm-tool-bar-style.
9411         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9412
9413         * gnus-group.el (gnus-group-tool-bar): Set default based on
9414         gmm-tool-bar-style.
9415         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9416
9417         * gmm-utils.el (gmm-image-directory): Rename variable from
9418         gmm-image-load-path.
9419         (gmm-image-load-path): Use gmm-image-directory.
9420         (gmm-customize-mode): New function.
9421         (gmm-tool-bar-style): New variable.
9422
9423         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9424         gnus-group-redraw-line-number.
9425         (gnus-group-redraw-check): Simplify.
9426         (gnus-group-tool-bar-update): Remove redraw check.
9427         (gnus-group-make-tool-bar): Add redraw check.
9428
9429 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9430
9431         * gnus-art.el (gnus-button): Add missing parentheses.
9432
9433 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * lpath.el: Fbind line-number-at-pos.
9436
9437 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9440
9441 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * gnus-art.el (gnus-button): New face.
9444         (gnus-article-button-face): Use it.
9445
9446         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9447         gnus-summary-next-page.  Re-order.
9448
9449         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9450         next-node are now included.
9451         (gnus-group-redraw-line-number): New internal variable.
9452         (gnus-group-redraw-check): Helper function for updating the tool
9453         bar.
9454         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9455
9456         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9457
9458         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9459         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9460         Use it to match format of Spamassassin 3.0 and later.  Reported by
9461         IRIE Tetsuya <irie@t.email.ne.jp>.
9462         (spam-check-bogofilter)
9463         (spam-bogofilter-register-with-bogofilter): Fix args of
9464         `gnus-error' calls.
9465
9466 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9469         unnecessary interaction when sending queued mails.  Reported by
9470         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9471
9472 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9475         first or last are nil.
9476
9477 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9478
9479         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9480
9481 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482
9483         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9484
9485 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * dns.el (query-dns): Protect more against buggy tcp output.
9488
9489 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9492         nov.php.
9493
9494 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9495
9496         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9497         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9498         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9499         output on the server side.
9500         (nnweb-google-create-mapping): Update regexps and add some
9501         progress indication.
9502
9503 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9506         gnus-agent-toggle-plugged.  Re-order icons.
9507         (gnus-group-tool-bar-gnome): Add
9508         gnus-group-{prev,next}-unread-group.
9509         (gnus-group-tool-bar-gnome): Re-order icons.
9510
9511         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9512         gnus-summary-insert-new-articles.
9513
9514         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9515         comments.
9516
9517         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9518         also available in Emacs 21.3.
9519
9520         * message.el (message-fix-before-sending): Change "Emacs 22" to
9521         "Emacs 23 (unicode)" in comment.
9522
9523         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9524         "Emacs 23 (unicode)" in comment.
9525
9526         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9527         comment.
9528         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9529
9530         * mm-view.el (mm-fill-flowed): Add :version.
9531
9532 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9535         and load-path.
9536
9537 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * message.el: Autoload gmm-image-load-path.
9540         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9541         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9542         consitency.
9543
9544         * gmm-utils.el (gmm-image-load-path): Also search in
9545         "../etc/images".  Don't set gmm-image-load-path if we don't find
9546         the image.
9547
9548 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gmm-utils.el (gmm-image-load-path): Don't make
9551         `gmm-image-load-path' include subdirectories which the second arg
9552         `image' might specify.
9553
9554         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9555         subdirectory to icon file names.
9556
9557         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9558
9559 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9562         gmm-image-load-path calls.
9563
9564         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9565
9566         * message.el (message-make-tool-bar): Ditto.
9567
9568         * mml.el (mml-preview): Added comment concerning tool bar icons.
9569
9570         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9571         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9572
9573         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9574         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9575
9576         * message.el (message-tool-bar-gnome): Use new icon names.
9577         (message-make-tool-bar): Use `gmm-image-load-path'.
9578
9579         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9580         functions from MH-E.
9581         (gmm-image-load-path): New variable from MH-E.
9582         (gmm-image-load-path): New function from MH-E.  Added arguments
9583         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9584         *-image-load-path-called-flag.
9585
9586 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9587
9588         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9589
9590 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9591
9592         * nnimap.el (nnimap-request-move-article): Change folder back to
9593         source group before deleting.
9594
9595 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9598
9599         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9600         mm-url.
9601
9602         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9603
9604 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9607         coding system which mm-charset-to-coding-system returns for a
9608         given charset is valid.
9609
9610 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9611
9612         * html2text.el (html2text-remove-tag-list):
9613         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9614
9615 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9616
9617         * gnus-cus.el: Revert 2005-10-17 change.
9618
9619 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (article-strip-banner): Call
9622         article-really-strip-banner only when the regexp match is made.
9623
9624 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-art.el (article-strip-banner): Use
9627         gnus-extract-address-components instead of
9628         mail-header-parse-addresses to make it work with non-ASCII text;
9629         remove mail-encode-encoded-word-string.
9630
9631         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9632         values which are surrounded with \"...\"; make it never cause a
9633         Lisp error; give up parsing of parameters if it failed in
9634         extracting type.
9635
9636 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9637
9638         * smime.el (smime-cert-by-ldap-1): Fix bug where
9639         `smime-ldap-search' returns results without userCertificates.
9640
9641 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9644
9645 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * spam.el (spam-check-spamassassin-headers): Adapt format for
9648         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9649         <ari@mbf.ocn.ne.jp>.
9650         (spam-list-of-processors): Add spam-use-gmane.
9651
9652 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9655         make-temp-file; make it work with XEmacs as well.
9656
9657         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9658         mm-make-temp-file.
9659
9660         * mm-decode.el (mm-display-external): Use the 3rd arg of
9661         mm-make-temp-file.
9662         (mm-create-image-xemacs): Ditto.
9663
9664 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9667         with message-narrow-to-headers.
9668         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9669         (gnus-draft-check-draft-articles): New function.
9670         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9671
9672 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-art.el (gnus-article-browse-html-parts):
9675         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9676         Don't use suffix argument for mm-make-temp-file for Emacs 21
9677         compatibility.  Remove useless `format'.
9678
9679 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9680
9681         * nnweb.el (nnweb-google-wash-article): Update regexps.
9682         (nnweb-group-alist): Use defvoo instead of defvar.
9683
9684 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9687         re-loading nn* modules.
9688
9689 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9692         for `tool-bar-mode' and don't check it's default-value.
9693
9694         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9695
9696         * message.el (message-make-tool-bar): Ditto.
9697
9698         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9699         `substring'.  Shorten tmp-file name.
9700
9701         * gnus.el: Remove bogus comment.
9702
9703 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9704
9705         * gnus-art.el (gnus-article-browse-html-parts): New function.
9706         (gnus-article-browse-html-article): New function for viewing html
9707         articles with a browser.
9708
9709 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9710
9711         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9712         in elisp.
9713         (pgg-gpg-encrypt-symmetric-region): Ditto.
9714         (pgg-gpg-sign-region): Ditto.
9715
9716         * pgg-def.el (pgg-text-mode): New variable.
9717
9718         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9719         (mml2015-pgg-encrypt): Ditto.
9720
9721         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9722         (mml1991-pgg-encrypt): Ditto.
9723
9724 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9727         message-make-date instead of current-time-string.
9728
9729         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9730         to gnus-decoded which mm-uu might set.
9731
9732 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9735         don't decode quoted parameters; remove misimported Emacs code.
9736         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9737         (rfc2231-decode-encoded-string): Don't use split-string which
9738         behaves differently according to Emacs version; use
9739         mm-decode-coding-region to convert charset to coding-system.
9740         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9741         (rfc2231-encode-string): Remove misimported Emacs code.
9742
9743 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9746         when calling mail-header-parse-content-type.
9747         (article-de-quoted-unreadable): Ditto.
9748         (article-de-base64-unreadable): Ditto.
9749         (article-wash-html): Ditto.
9750
9751         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9752         calling mail-header-parse-content-type and
9753         mail-header-parse-content-disposition.
9754         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9755         mail-header-parse-content-type.
9756
9757         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9758         insert charset and format parameters; encode description after
9759         inserting it to buffer.
9760         (mml-insert-parameter): Fold lines properly even if a parameter is
9761         segmented into two or more lines; change the max column to 76.
9762
9763         * rfc1843.el (rfc1843-decode-article-body): Don't use
9764         ignore-errors when calling mail-header-parse-content-type.
9765
9766         * rfc2231.el (rfc2231-parse-string): Return at least type if
9767         possible; don't cause an error even if it fails in parsing of
9768         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9769         (rfc2231-encode-string): Don't break lines at the beginning, leave
9770         it to mml-insert-parameter.
9771
9772         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9773         calling mail-header-parse-content-type.
9774
9775 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * spam-report.el (spam-report-gmane-use-article-number):
9778         Improve doc string.
9779         (spam-report-gmane-internal): Check if a suitable header was found
9780         in the article.
9781
9782 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9785         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9786
9787 2006-02-05  Romain Francoise  <romain@orebokech.com>
9788
9789         Update copyright notices of all files in the gnus directory.
9790
9791 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9792
9793         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9794
9795 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9798         segmented lines of parameter value to cope with Thunderbird 1.5
9799         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9800         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9801         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9802
9803 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9804
9805         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9806         parts.
9807
9808 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9809
9810         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9811         there's only one active file for all servers.
9812         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9813         solid groups.  Gnus might have used a FAST request to select the group.
9814         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9815         and nnweb-search redundantly in the active file.
9816         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9817         (nnweb-request-create-group): Don't use ARGS.
9818         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9819         initialisations.  Let nnoo do the work.
9820
9821 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9824         Say the part has been decoded.
9825
9826         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9827
9828 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9829
9830         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9831         mailcap-viewer-test-cache when there's no 'test clause, since that
9832         will invert the meaning of a "nil" test previously determined by
9833         mailcap-mailcap-entry-passes-test.
9834
9835 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9838         compiling.
9839
9840         * gnus-sum.el: Ditto.
9841
9842         * message.el: Don't bind tool-bar-map when compiling.
9843
9844 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9847
9848 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9849
9850         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9851         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9852         current Google Groups.
9853
9854 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9857         and tool-bar-mode.
9858
9859         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9860         and tool-bar-mode.
9861
9862         * message.el (message-tool-bar-update): Simplify.
9863         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9864
9865         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9866         gnus-summary-buffer.
9867         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9868         gnus-summary-reply.
9869
9870         * gmm-utils.el (gmm): Add :version.
9871
9872 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * Makefile.in (clean): New rule.
9875         (distclean): Use it.
9876
9877 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9878
9879         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9880         autoload.
9881
9882 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gmm-utils.el (gmm-verbose): Add :group.
9885
9886 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * message.el: Change some comments WRT tool-bars.
9889
9890         * gnus-sum.el (gnus-summary-tool-bar)
9891         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9892         (gnus-summary-tool-bar-zap-list): New variables.
9893         (gnus-summary-make-tool-bar): Complete rewrite using
9894         `gmm-tool-bar-from-list'.
9895
9896         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9897         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9898         variables.
9899         (gnus-group-make-tool-bar): Complete rewrite using
9900         `gmm-tool-bar-from-list'.
9901         (gnus-group-tool-bar-update): New function.
9902
9903         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9904
9905 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9908         is dissected into a single part of which the type is the same as
9909         the given one; decode charset.
9910
9911 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9912
9913         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9914         into alists as symbol not string, since that's what
9915         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9916         look for.
9917
9918 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9921         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9922
9923         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9924
9925 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9928         (gnus-xmas-mime-security-button-menu): New function.
9929
9930         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9931         (gnus-mime-security-button-menu): New definition.
9932         (gnus-mime-security-button-map): Use them.
9933         (gnus-mime-security-button-menu): New function.
9934         (gnus-insert-mime-security-button): Addition to help echo.
9935         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9936         (gnus-mime-security-pipe-part): New functions.
9937
9938         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9939         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9940
9941         * mm-decode.el (mm-handle-set-disposition): Remove.
9942         (mm-handle-set-description): Remove.
9943
9944 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9947         (mm-w3m-standalone-supports-m17n-p): New function.
9948         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9949         w3m usage.
9950
9951         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9952         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9953
9954 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * message.el (message-tool-bar-zap-list): Use
9957         gmm-tool-bar-zap-list as custom type.
9958         (message-tool-bar-update): New function.
9959         (message-tool-bar, message-tool-bar-gnome)
9960         (message-tool-bar-retro): Add message-tool-bar-update.
9961         (message-tool-bar-gnome): Add flyspell-buffer.
9962
9963         * gnus-util.el (gnus-error): Describe `args'.
9964
9965         * gmm-utils.el (gmm-error): Describe `args'.
9966         (gmm-tool-bar-zap-list): New widget.
9967         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9968
9969 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9972         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9973         the number of recursive calls.
9974
9975         * mm-decode.el (mm-handle-set-disposition): New macro.
9976         (mm-handle-set-description): New macro.
9977
9978 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9981         encoding.
9982
9983 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * message.el (message-tool-bar-zap-list, message-tool-bar)
9986         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9987         (message-tool-bar-local-item-from-menu): Remove.
9988         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9989         (message-make-tool-bar): New function.
9990         (message-mode): Use `message-make-tool-bar'.
9991
9992         * gmm-utils.el: New file.
9993         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9994         (gmm-lazy): New widget copied from `nnmail.el'.
9995         (gmm-tool-bar-from-list): New function for creating customizable
9996         tool bars.
9997         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9998         output.
9999         (gmm): Add :prefix to defgroup.
10000
10001 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10002
10003         * gmm-utils.el (gmm-widget-p): New function.
10004
10005 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * mml.el (mml-attach-file): Describe `description' in doc string.
10008         (mml-menu): Add Emacs MIME manual and PGG manual.
10009
10010 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10011
10012         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10013
10014 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10015
10016         * nntp.el (nntp-end-of-line): Doc fix.
10017
10018 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10019
10020         * imap.el (imap-open): Handle case where buffer is a buffer
10021         object.
10022
10023 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10024
10025         * gnus-delay.el (gnus-delay): Don't autoload.
10026         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10027         to be re-loaded when customizing the `gnus-delay' group.
10028
10029 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10030
10031         * message.el (message-insert-citation-line): Use newlines.
10032
10033 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10034
10035         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10036         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10037         these routines, so the passphrase can be managed externally and
10038         passed in to the system.
10039         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10040         pgg-add-passphrase-to-cache function.
10041
10042         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10043         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10044         these routines, so the passphrase can be managed externally and
10045         passed in to the system.
10046         (pgg-pgp5-sign-region): Use new name of
10047         pgg-add-passphrase-to-cache function.
10048
10049 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10050
10051         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10052         part of the decoded armor to find the key-identifier.
10053         (pgg-gpg-lookup-key-owner): New function to return the
10054         human-readable identifier of a key owner.
10055         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10056         itself.
10057         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10058         the key value) if we have a key and can match it against a secret
10059         key.  Also, added a note pointing out fact that the prompt only
10060         indicates the first matching key.
10061
10062         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10063         pgg-decrypt-region.
10064         (pgg-add-passphrase-to-cache): Rename from
10065         `pgg-add-passphrase-cache' to reduce confusion (all callers
10066         changed).
10067         (pgg-remove-passphrase-from-cache): Rename from
10068         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10069         changed).
10070         (pgg-read-passphrase, pgg-add-passphrase-cache)
10071         (pgg-remove-passphrase-cache): Add informative docstrings.
10072         (pgg-decrypt): Convey provided passphrase in subordinate call to
10073         pgg-decrypt-region.
10074
10075 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10076
10077         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10078         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10079         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10080         'passphrase' argument, so the passphrase can be managed externally
10081         and then passed in to the system.
10082
10083         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10084         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10085         so the passphrase cache can be used reliably with identifiers
10086         besides a pgp packet's key id.
10087
10088         * pgg-gpg.el (pgg-gpg-encrypt-region)
10089         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10090         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10091         these routines, so the passphrase can be managed externally and
10092         passed in to the system.
10093
10094         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10095         'notruncate' argument, so the passphrase cache can be used
10096         reliably with identifiers besides a pgp packet's key id.
10097
10098 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10099
10100         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10101         symmetric encryption.
10102         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10103         encrypted session key.
10104         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10105         message ask for the passphrase in a proper way.
10106
10107         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10108         New user commands for symmetric encryption.
10109
10110 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10113
10114         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10115
10116 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10117
10118         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10119
10120 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * mm-decode.el (mm-inlined-types): Add application/pgp.
10123         (mm-automatic-display): Ditto.
10124
10125         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10126         part as text.
10127
10128 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * nnrss.el: Update copyright.
10131         (nnrss-opml-import): Query whether to subscribe to each entry.
10132
10133         * gnus-art.el:
10134         * gnus-sum.el:
10135         * gnus-xmas.el:
10136         * messagexmas.el:
10137         * mm-uu.el:
10138         * mm-view.el: Update copyright.
10139
10140 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * message.el (message-info): New function.
10143         (message-mode-menu): Add it.
10144         Update copyright.
10145
10146         * ChangeLog: Fix and update copyright.
10147
10148 2006-01-13  Romain Francoise  <romain@orebokech.com>
10149
10150         * message.el (message-forward-subject-name-subject): Prefer the
10151         address to 'nowhere' if the sender has no name.
10152         Fix typo.  Update copyright year.
10153
10154 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-art.el (article-wash-html): Use
10157         gnus-summary-show-article-charset-alist if a numeric arg is given.
10158         (gnus-article-wash-html-with-w3m-standalone): New function.
10159
10160         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10161         mm-inline-text-html-render-with-w3m-standalone.
10162         (mm-text-html-washer-alist): Map w3m-standalone to
10163         gnus-article-wash-html-with-w3m-standalone.
10164         (mm-inline-text-html-render-with-w3m-standalone): New function.
10165
10166 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10169         Improve LaTeX.
10170
10171 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10174         (nnrss-request-article): Render text/plain parts as HTML.
10175
10176         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10177         the buffer.
10178
10179 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10182         custom definition of `gnus-posting-styles'.
10183
10184         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10185         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10186
10187 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10190         Use nntp for bug archive.
10191
10192 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10195         parts.
10196         (nnrss-normalize-date): New function converts ISO 8601 date into
10197         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10198         (nnrss-check-group): Use it.
10199
10200 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10203
10204         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10205         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10206         (nnrss-insert-w3): Ditto.
10207
10208 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10211         the articles to be forwarded including the case where neither a
10212         number of articles nor a region is specified.
10213
10214 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * nnrss.el (nnrss-request-article): Fix last change; fill
10217         text/plain parts.
10218
10219 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10222         in text/plain part.
10223         (nnrss-check-group): Don't add excessive newline to dc:subject.
10224
10225 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10226
10227         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10228         article.
10229
10230 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10233         (nnml-use-compressed-files, nnml-save-mail): Support other
10234         comression programs such as bzip2.
10235
10236 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * dns.el (query-dns): Make sure we check the buffer size before
10239         removing tcp headers.
10240
10241 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10244         remove MIME buttons associated with multipart/alternative parts.
10245         (gnus-mime-display-alternative): Tag buttons using `article-type'
10246         text property.
10247
10248         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10249         associated with multipart/alternative parts.
10250
10251         * gnus-art.el (gnus-signature-separator): Fix custom type.
10252
10253         * mm-decode.el (mm-inlined-types): Fix custom type.
10254         (mm-keep-viewer-alive-types): Ditto.
10255         (mm-automatic-display): Ditto.
10256         (mm-attachment-override-types): Ditto.
10257         (mm-inline-override-types): Ditto.
10258         (mm-automatic-external-display): Ditto.
10259
10260 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * spam-report.el (spam-report-user-mail-address)
10263         (spam-report-user-agent): New variables.
10264         (spam-report-url-ping-plain): Use spam-report-user-agent.
10265
10266 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10267
10268         * gnus-art.el (gnus-button-handle-custom): Do not just use
10269         `customize-apropos' for any "M-x customize-*" button but the
10270         function called for.  Accept both the function name and its
10271         argument in order to achieve this.
10272         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10273         function name to `gnus-button-handle-custom' in case of "M-x
10274         customize-*" buttons.
10275
10276 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10279         multipart/alternative and add xref to mm-discouraged-alternatives
10280         in doc string.
10281
10282         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10283         gnus-buttonized-mime-types in doc string.
10284
10285 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10288         Suggest image/.* in the doc string.
10289
10290 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10293         message-marks (Debian bug #342521).
10294
10295 2005-12-12  Simon Josefsson  <jas@extundo.com>
10296
10297         * password.el (password-read-from-cache): Add.
10298         (password-read): Use it.
10299
10300 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10303         us-ascii as a MIME charset.
10304
10305         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10306         against the case where the 2nd arg TYPE is nil.
10307
10308 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * pop3.el (pop3-stream-type): Fix custom version.
10311
10312         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10313
10314 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10315
10316         * mm-decode.el (mm-display-external): Add missing cdr.
10317
10318 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10321         RFC1524) if it is in mailcap or add a suffix according to
10322         mailcap-mime-extensions when generating a temp filename; postpone
10323         deleting a temp file for 2 seconds for some wrappers, shell
10324         scripts, and so on, which might exit right after having started a
10325         viewer command as a background job.
10326
10327 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * nntp.el (nntp-marks-directory): Fix custom group.
10330
10331         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10332         steps when < 10.
10333
10334         * gnus-start.el (gnus-no-server-1): Mention
10335         `gnus-level-default-subscribed' in doc string.
10336
10337 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10338
10339         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10340         parens.
10341
10342 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-xmas.el (gnus-use-toolbar): Revert.
10345         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10346         gnus-use-toolbar is default.
10347
10348         * messagexmas.el (message-use-toolbar): Revert.
10349         (message-setup-toolbar): Use global default-toolbar if
10350         message-use-toolbar is default.
10351
10352 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10355         according to default-toolbar-visible-p.
10356
10357         * messagexmas.el (message-use-toolbar): Ditto.
10358
10359 2005-11-26  Dave Love  <fx@gnu.org>
10360
10361         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10362         (tls-program, tls-success): Provide openssl alternative.
10363
10364         * starttls.el: Doc fixes.
10365         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10366         SERVICE to PORT.
10367
10368         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10369         port null or service name.
10370         (starttls-negotiate): Autoload.
10371
10372 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * message.el (message-kill-to-signature): Fix interactive spec.
10375
10376 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * pop3.el (pop3-open-server): Recognize a string as a service name.
10379
10380 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10381
10382         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10383
10384 2005-11-23  Dave Love  <fx@gnu.org>
10385
10386         Add pop3s, pop3/starttls.
10387
10388         * pop3.el (pop3-authentication-scheme): Clarify doc.
10389         (open-tls-stream, starttls-open-stream): Autoload.
10390         (pop3-stream-type): New.
10391         (pop3-open-server): Use it.
10392
10393         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10394         for POP.
10395         (mail-source-keyword-map): Add :stream for POP.
10396         (mail-source-fetch-pop): Use pop3-stream-type.
10397
10398 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10401         of current-time-string.
10402
10403 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10404
10405         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10406         date header.
10407
10408 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10409
10410         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10411         it can seriously impact performance as it bypasses the agent's
10412         local caches.
10413
10414 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10415
10416         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10417         must be explicitly online rather than "not explicitly offline" for
10418         its flags to be synchronized.
10419
10420         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10421         that gnus-uu-unmark-thread will function correctly.
10422
10423         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10424         1024K is instead displayed as 1M.
10425
10426 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10429
10430 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10431
10432         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10433
10434 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10435
10436         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10437         error message to display actual error condition.
10438         (gnus-agent-save-local): Avoid saving symbols that are bound to
10439         nil as they simply result in a warning message in
10440         gnus-agent-read-local.
10441
10442 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10445         rather than make-variable-buffer-local for file-precious-flag.
10446
10447 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10448
10449         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10450         for duplicates which are removed.  The invalid sort check then
10451         triggers a rescan after the sort as sorting may have moved
10452         duplicate entries such that they can be cheaply detected.
10453
10454 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10457
10458 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10459
10460         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10461         internal variable to a custom variable.  Changed default value
10462         from compressed(2) to uncompressed(1).
10463         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10464         support for uncompressed agentview files.  Taken together, reading
10465         the agentview file should now be 6-7 times faster.
10466
10467 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10470         as a buffer-local variable.  This avoids creating truncated
10471         dribble files as a result of a hang up, eg.
10472
10473 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10474
10475         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10476         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10477         XEmacs.
10478
10479 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gnus-start.el (gnus-start-draft-setup): Enforce
10482         `gnus-draft-mode' for nndraft:drafts at startup.
10483
10484         * gnus.el (gnus-splash): Change custom group.
10485         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10486         allow-list argument.
10487
10488         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10489         string.
10490
10491 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus-art.el (gnus-default-article-saver): Add user-defined
10494         `function' to custom type.
10495
10496 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10497
10498         * imap.el (imap-open): Handle case where buffer is a buffer
10499         object.
10500
10501 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10504         long lines.
10505         (gnus-cache-delete-group): Wrap doc strings.
10506
10507         * gnus-agent.el (gnus-agent-rename-group)
10508         (gnus-agent-delete-group): Wrap doc strings.
10509
10510 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * messagexmas.el (message-use-toolbar): Change the valid values
10513         into default, top, bottom, left, and right.
10514         (message-toolbar-thickness): New variable.
10515         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10516         well.
10517         (message-setup-toolbar): Make it work.
10518
10519         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10520         (gnus-use-toolbar): Change the valid values into default, top,
10521         bottom, left, and right.
10522         (gnus-toolbar-thickness): New variable.
10523         (gnus-xmas-setup-toolbar): New function.
10524         (gnus-xmas-setup-group-toolbar): Use it.
10525         (gnus-xmas-setup-summary-toolbar): Use it.
10526
10527 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * gnus-start.el (gnus-1): Add "native" to
10530         gnus-predefined-server-alist.
10531
10532         * gnus.el (gnus-method-to-server): Don't add "native" to the
10533         lists here, because that leads to problems when
10534         gnus-select-method is bound.
10535
10536 2005-11-09  Simon Josefsson  <jas@extundo.com>
10537
10538         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10539         use (not sort-by-date) instead.
10540
10541 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10542
10543         * gnus-delay.el (gnus-delay-group): Don't autoload.
10544         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10545         to be re-loaded when customizing the `gnus-delay' group.
10546
10547 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10548
10549         * message.el: Revert last changes.
10550         (message-insert-citation-line): Use newlines.
10551
10552 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10553
10554         * message.el (message-courtesy-message)
10555         (message-mark-insert-begin, message-mark-insert-end)
10556         (message-elide-ellipsis, message-cancel-message)
10557         (message-add-header, message-change-subject)
10558         (message-cross-post-followup-to-header)
10559         (message-cross-post-insert-note, message-reduce-to-to-cc)
10560         (message-widen-reply, message-delete-not-region)
10561         (message-kill-to-signature, message-insert-signature)
10562         (message-insert-importance-high, message-insert-importance-low)
10563         (message-insert-or-toggle-importance)
10564         (message-insert-disposition-notification-to)
10565         (message-indent-citation, message-yank-original)
10566         (message-cite-original-without-signature, message-cite-original)
10567         (message-insert-citation-line, message-position-on-field)
10568         (message-fix-before-sending, message-send-mail-partially)
10569         (message-send-mail, message-send-mail-with-sendmail)
10570         (message-send-mail-with-qmail, message-send-news)
10571         (message-check-news-header-syntax, message-generate-headers)
10572         (message-insert-courtesy-copy, message-fill-address)
10573         (message-fill-header, message-shorten-references)
10574         (message-setup-1, message-cancel-news)
10575         (message-forward-make-body-plain, message-forward-make-body-mime)
10576         (message-forward-make-body-mml, message-encode-message-body)
10577         (message-forward-make-body-digest-plain)
10578         (message-forward-make-body-digest-mime)
10579         (message-use-alternative-email-as-from): Insert `hard-newline'
10580         instead of ordinary newlines.
10581
10582 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * message.el (message-generate-headers): Downcase the argument
10585         given to message-check-element.
10586
10587 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10588
10589         * nntp.el (nntp-authinfo-rejected): New error condition.
10590         (nntp-wait-for): Use new error condition to signal authentication
10591         error.
10592         (nntp-retrieve-data): Rethrow new error condition to break out of
10593         recursive call to nntp-send-authinfo.
10594
10595 2005-11-08  Romain Francoise  <romain@orebokech.com>
10596
10597         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10598         (gnus-summary-exit-map): Bind to `Z p'.
10599         (gnus-summary-make-menu-bar): Add menu item.
10600
10601 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10604         (gnus-treat-*): Add `first' in all doc strings.
10605
10606         * gnus-group.el (gnus-group-compact-group): Fix typo.
10607
10608 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus.el (gnus-parameters-case-fold-search): New variable.
10611         (gnus-parameters-get-parameter): Use it.
10612
10613         * gnus-score.el (gnus-home-score-file): Doc fix.
10614
10615 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10616
10617         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10618
10619 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * mm-util.el (mm-special-display-p): New function.
10622
10623         * mml.el (mml-preview): Use it; doc fix.
10624
10625 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10626
10627         * imap.el (imap-open): Handle case where buffer is a buffer object.
10628
10629 2005-10-29  Romain Francoise  <romain@orebokech.com>
10630
10631         * message.el (message-fix-before-sending): Fix comment.
10632
10633 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10634
10635         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10636
10637 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10638
10639         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10640         Used in gnus-score.el.
10641
10642 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10645
10646 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10649         whitespace removed in revision 7.8.  Use concatenated string to
10650         protect trailing whitespace.
10651
10652 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10653
10654         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10655         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10656         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10657         Courier IMAP ("some version from 2004").  Mostly based on similar
10658         code in the same function.
10659
10660 2005-10-26  Didier Verna  <didier@xemacs.org>
10661
10662         * gnus-group.el (gnus-group-compact-group): Invalidate original
10663         article buffer.
10664         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10665         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10666         NOV database and in article itself.
10667         Invalidate article backlog.
10668
10669 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10672
10673 2005-10-26  Simon Josefsson  <jas@extundo.com>
10674
10675         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10676         part of 2004-07-25 change.
10677
10678 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * message.el (message-display-completion-list): New function.
10681         (message-expand-group): Use it; make sure the Completions buffer
10682         is modifiable.
10683 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10684
10685         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10686         user-mail-name is an empty string.
10687
10688 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10691         depending on gnus-score-decay-constant.
10692
10693         * encrypt.el (encrypt-insert-file-contents)
10694         (encrypt-write-file-contents): Don't use `gnus-message'.
10695
10696         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10697         arguments.
10698         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10699         arguments to mm-uu-verbatim-marks-extract.
10700         (mm-uu-hide-markers): New variable.
10701         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10702
10703         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10704         (gnus-convert-image-to-face-command): Use "convert" by default to
10705         allow other input image formats.
10706         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10707         accordingly.
10708
10709 2005-10-23  Simon Josefsson  <jas@extundo.com>
10710
10711         * imap.el (imap-gssapi-program): Align command line parameters
10712         with latest GNU SASL.
10713         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10714
10715 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10718         HTML.
10719         (nnslashdot-request-article): Ditto.
10720
10721         * lpath.el (featurep): Add nobreak-char-display.
10722
10723 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10724
10725         * mail-source.el (mail-source-fetch-pop): Require pop3.
10726         (mail-source-check-pop): Ditto.
10727
10728 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10731         errors.
10732
10733 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10736         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10737
10738         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10739
10740         * mm-bodies.el (mm-decode-string): Call
10741         `mm-charset-to-coding-system' with allow-override argument.
10742
10743 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10746         (rfc2047-charset-to-coding-system): New function.
10747         (rfc2047-decode-encoded-words): New function.
10748         (rfc2047-decode-region): Use them.
10749         (rfc2047-decode-cte): Remove.
10750         (rfc2047-parse-and-decode): Remove.
10751         (rfc2047-decode): Remove.
10752
10753 2005-10-15  Kenichi Handa  <handa@m17n.org>
10754
10755         * rfc2047.el (rfc2047-decode-cte): New function.
10756         (rfc2047-decode-region): Change the way to decode successive
10757         encoded-words: decode B- or Q-encoding in each encoded-word,
10758         concatenate them, and decode it as charset.
10759
10760 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * lpath.el: Fbind codepage-setup for XEmacs.
10763
10764 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10765
10766         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10767         widget-move-and-invoke.
10768         (gnus-custom-mode): Use gnus-custom-map.
10769
10770 2005-10-15  Bill Wohler  <wohler@newt.com>
10771
10772         * message.el (message-tool-bar-map): Renamed image file from
10773         mail_send to mail/send.
10774
10775 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10776
10777         * message.el (message-expand-group): Pass the common
10778         prefix substring of completion to `display-completion-list'.
10779
10780 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * mml-sec.el (mml-secure-method): New internal variable.
10783         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10784         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10785         functions using mml-secure-method.
10786
10787         * mml.el (mml-mode-map): Add key bindings for those functions.
10788         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10789         Harder <harder@myrealbox.com>.
10790         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10791         end of message if point is the headers of the message.
10792
10793         * message.el (message-in-body-p): New function.
10794
10795         * assistant.el: Autoload gnus-util and netrc.
10796
10797         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10798         Use `mm-charset-override-alist' only when decoding.
10799
10800         * mm-bodies.el (mm-decode-body): Call
10801         `mm-charset-to-coding-system' with allow-override argument.
10802
10803         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10804         `filename' from Content-Disposition if Content-Type doesn't
10805         provide `name'.
10806         (gnus-mime-view-part-as-type): Set default instead of
10807         initial-input.
10808
10809 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10810
10811         * format-spec.el (format-spec): Propagate text properties of % spec.
10812
10813 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-art.el (gnus-treat-predicate): Add `first'.
10816
10817 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10820         (mm-charset-override-alist): New variable.
10821         (mm-charset-to-coding-system): Use it.
10822         (mm-codepage-setup): New helper function.
10823         (mm-charset-eval-alist): New variable.
10824         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10825         about unknown charsets.
10826
10827         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10828
10829 2005-10-04  David Hansen  <david.hansen@gmx.net>
10830
10831         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10832         (nnrss-check-group): Ditto.
10833
10834 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10837         Rename x-gnus-verbatim to x-verbatim.
10838         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10839
10840         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10841         x-verbatim.
10842
10843         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10844
10845         * gnus-util.el (gnus-remove-duplicates): Remove.
10846
10847         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10848         instead of gnus-remove-duplicates.
10849
10850         * message.el (message-remove-duplicates): Remove.
10851         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10852         message-remove-duplicates.
10853
10854         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10855         available, else use implementation from `delete-dups'.
10856
10857         * message.el (message-insert-expires): New function.
10858         (message-mode-map): Add key binding.
10859         (message-mode-field-menu): Add menu entry.
10860         (message-mode): Document it.
10861         (message-make-expires-date): Use `message-make-date'.
10862
10863 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10864
10865         * message.el (message-make-expires-date): New function.
10866
10867 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * Makefile.in (list-installed-shadows): New entry.
10870         (install): Use it.
10871         (remove-installed-shadows): New entry.
10872
10873         * dgnushack.el (dgnushack-default-load-path): New variable.
10874         (dgnushack-find-lisp-shadows): New function.
10875         (dgnushack-remove-lisp-shadows): New function.
10876
10877 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * Makefile.in (install-el-elc): New entry.
10880         (install): Use it so that .el files are necessarily installed.
10881
10882 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10885
10886 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10887
10888         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10889         function rather than the diff-mode.el package.
10890         (mm-display-external): Use with-current-buffer.
10891         (mm-viewer-completion-map, mm-viewer-completion-map):
10892         Move initialization inside declaration.
10893
10894 2005-09-29  Simon Josefsson  <jas@extundo.com>
10895
10896         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10897         autoload mail-check-payment.
10898         (spam-check-hashcash): Define unconditionally, since hashcash.el
10899         is part of Gnus now.  Ignore errors from payment checking.
10900
10901 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * message.el (message-bold-region, message-unbold-region): Rename
10904         from `bold-region' and `unbold-region'.
10905
10906         * message.el: Remove useless autoloads.
10907
10908 2005-09-28  Simon Josefsson  <jas@extundo.com>
10909
10910         * message.el (message-use-idna): Default to t.
10911         (message-use-idna): Test whether encoding works too.  Doc fix.
10912
10913 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * nntp.el (nntp-warn-about-losing-connection): Remove.
10916
10917 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10920         customizable.  Change default value.
10921         (mm-uu-diff-groups-regexp): Change default value.
10922         (mm-uu-type-alist): Add doc string.
10923         (mm-uu-configure): Add doc string.  Make it interactive.
10924         (mm-uu-tex-groups-regexp): New variable.
10925         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10926         (mm-uu-type-alist): Add LaTeX documents.
10927         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10928         of "text/verbatim".
10929         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10930
10931         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10932         instead of "text/verbatim".
10933
10934         * message.el (message-mark-inserted-region)
10935         (message-mark-insert-file): Use slrn style marks when called with
10936         prefix argument.
10937
10938 2005-09-27  Simon Josefsson  <jas@extundo.com>
10939
10940         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10941
10942 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10943
10944         * message.el (message-remove-duplicates): New function.
10945         Implementation borrowed from `gnus-remove-duplicates'.
10946         (message-idna-to-ascii-rhs): Also encode idna addresses in
10947         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10948         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10949         only ask about the same idna domain once per header and also tell
10950         in what header to replace the idna domain.
10951
10952         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10953         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10954         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10955         a header is decoded and not just the last one.
10956
10957 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10960         has been decoded.
10961
10962         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10963         (mm-insert-part): Don't modify text if it has been decoded.
10964
10965         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10966         decoded.
10967
10968         * mm-view.el (mm-inline-text): Don't strip text props unless
10969         decoding enriched or richtext parts.
10970
10971 2005-09-25  Romain Francoise  <romain@orebokech.com>
10972
10973         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10974         * gnus-start.el (gnus-subscribe-interactively):
10975         * gnus-uu.el (gnus-uu-grab-articles):
10976         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10977         space.
10978
10979 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10980
10981         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10982         * mm-view.el (mm-view-pkcs7-decrypt):
10983         * gnus-sum.el (gnus-summary-limit-to-extra)
10984         (gnus-summary-respool-article, gnus-read-move-group-name):
10985         * gnus-score.el (gnus-summary-increase-score):
10986         * gnus-util.el (gnus-completing-read-with-default):
10987         * gnus-art.el (gnus-read-save-file-name)
10988         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10989         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10990         * message.el (message-check-news-header-syntax):
10991         Follow convention for reading with the minibuffer.
10992
10993 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * spam-report.el (spam-report-url-ping-plain):
10996         Use gnus-extended-version as User-Agent.
10997
10998         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10999         default value is nil.
11000
11001         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11002         (mm-uu-verbatim-marks-extract): New function.
11003         (mm-uu-extract): New face.
11004         (mm-uu-copy-to-buffer): Use it.
11005
11006         * spam-report.el (spam-report-gmane-ham): Renamed from
11007         `spam-report-gmane-unspam'.
11008         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11009         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11010
11011         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11012         Autoload.
11013         (spam-report-gmane-unregister-routine): Renamed
11014         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11015
11016 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11019         (spam-report-gmane-unregister-routine): Add support for gmane
11020         unregistration.
11021
11022         * spam-report.el (spam-report-gmane-unspam)
11023         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11024         (spam-report-gmane): Change to take a single article and do unspam
11025         registration.
11026
11027 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * mm-url.el (mm-url-decode-entities): Fix regexp.
11030
11031 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11034         default to nil, to be able to use Gnus at all.  If the default
11035         switches to something else, then the function should be fixed not
11036         be exceedingly slow.
11037
11038 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11039
11040         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11041         fail hard.
11042
11043         * spam-report.el: Add better Keywords line.
11044
11045         * spam.el: Add Maintainer and better Keywords line.
11046
11047 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-art.el (gnus-article-replace-part)
11050         (gnus-mime-replace-part): New functions.
11051         (gnus-mime-action-alist, gnus-mime-button-commands)
11052         (gnus-mime-save-part-and-strip): Added file argument.
11053         (gnus-article-part-wrapper): Added interactive argument.
11054
11055         * gnus-sum.el (gnus-summary-mime-map): Add
11056         `gnus-article-replace-part'.
11057
11058 2005-09-19  Didier Verna  <didier@xemacs.org>
11059
11060         The nnml compaction feature:
11061         * nnml.el (nnml-request-compact-group): New function.
11062         * nnml.el (nnml-request-compact): New function.
11063         * gnus-int.el (gnus-request-compact-group): New function.
11064         * gnus-int.el (gnus-request-compact): New function.
11065         * gnus-group.el (gnus-group-compact-group): New function.
11066         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11067         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11068         * gnus-srvr.el (gnus-server-compact-server): New function.
11069         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11070         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11071
11072 2005-09-18  Deepak Goel  <deego@gnufans.org>
11073
11074         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11075         format spec.
11076
11077 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11080
11081 2005-09-15  Romain Francoise  <romain@orebokech.com>
11082
11083         * message.el (message-fill-paragraph): Clarify docstring.
11084
11085 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (gnus-mime-display-part): Protect against broken
11088         MIME messages.
11089
11090 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11093         before parsing header.
11094
11095 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11096
11097         * html2text.el (html2text-replace-list): Add new entities.
11098
11099 2005-09-11  Romain Francoise  <romain@orebokech.com>
11100
11101         * message.el (message-alternative-emails): Improve docstring.
11102         (message-setup-1): Call `message-use-alternative-email-as-from'
11103         after `message-setup-hook' to give it precedence over posting
11104         styles, etc.
11105         (message-use-alternative-email-as-from): Add docstring.  Remove
11106         the original From header if present.
11107
11108         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11109         (nnml-save-mail): Use it.
11110
11111         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11112         articles.  Add new argument `silent'.
11113         (gnus-uu-mark-all): Report the total number of marked articles.
11114
11115 2005-09-10  Romain Francoise  <romain@orebokech.com>
11116
11117         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11118         (gnus-uu-mark-series): Likewise.
11119
11120 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * spam-report.el (spam-report-gmane): Fix generation of spam
11123         report URL.
11124
11125 2005-09-10  Simon Josefsson  <jas@extundo.com>
11126
11127         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11128         t, based on discussion on the ding list with Robert Epprecht
11129         <epprecht@solnet.ch>.
11130
11131 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * spam-report.el (spam-report-gmane): Make it work without
11134         X-Report-Spam header.  Gmane now only provides Archived-At.
11135         This is only used if `spam-report-gmane-use-article-number' is nil.
11136         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11137
11138         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11139         make `gnus-summary-sort-by-recipient' work with threading.
11140
11141         * nnweb.el (nnweb-google-wash-article): Print a message if article
11142         is not available.
11143
11144 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11145
11146         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11147         change.  Decode text/* parts content before displaying.
11148
11149 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11152
11153 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11156
11157         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11158         url-package-name, url-package-version,
11159         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11160         w3m-display-inline-images, and w3m-minor-mode-map.
11161
11162 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * message.el (message-tab-body-function): Fix mismatched custom type.
11165
11166         * gnus.el (gnus-group-change-level-function): Ditto.
11167
11168         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11169
11170         * gnus-art.el (gnus-signature-limit)
11171         (gnus-article-mime-part-function): Ditto.
11172
11173 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * mml.el (mml-mode): Silence the byte compiler.
11176
11177         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11178         using `(sit-for 0)' before moving the point to the specified part;
11179         skip unbuttonized parts.
11180         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11181         return to the summary window if gnus-auto-select-part is non-nil.
11182
11183 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11186         variables.
11187         (mml-dnd-attach-file, mml-mode): Use them.
11188
11189         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11190         Make fetching article by MID work again for Google Groups.  Added
11191         FIXME concerning gnus-group-make-web-group.
11192
11193         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11194         Don't depend on Gnus by using mail-extract-address-components if
11195         gnus-extract-address-components is not bound.
11196
11197 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * gnus-art.el (gnus-mime-display-security): Don't display the
11200         signature, but only the signed part.
11201
11202 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11205
11206         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11207         list, not listp.
11208
11209 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11210
11211         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11212         when encoding.
11213
11214         * mm-bodies.el (mm-decode-content-transfer-encoding):
11215         De-canonicalize CRLF for all text content types, not just
11216         text/plain.
11217
11218 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11221         valid article; point arrow and cursor at the MIME button.
11222
11223 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11226         Suggested by Dan Christensen <jdc@uwo.ca>.
11227
11228         * mm-decode.el (mm-save-part): Enable change of prompt.
11229
11230 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11231
11232         * gnus-msg.el (gnus-inews-add-send-actions): Made
11233         `message-post-method' lambda parameter ARG `&optional'.
11234
11235 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-sum.el (gnus-summary-mime-map): Added
11238         gnus-article-save-part-and-strip, gnus-article-delete-part and
11239         gnus-article-jump-to-part.
11240
11241         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11242         (gnus-article-edit-part): Use it.
11243         (gnus-article-part-wrapper): Added no-handle argument.
11244         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11245         functions.
11246
11247 2005-08-29  Romain Francoise  <romain@orebokech.com>
11248
11249         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11250         docstring.
11251         (gnus-face-from-file): Likewise.
11252
11253 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11256         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11257         non-nil.
11258         (gnus-auto-select-part): New variable.
11259         (gnus-article-jump-to-part): New function.
11260         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11261         (gnus-mime-delete-part): Allow selecting specified part after
11262         deleting or stripping parts.
11263         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11264         part if argument is bogus.
11265
11266 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11267
11268         * gnus-art.el (w3m-minor-mode-map):
11269         * gnus-spec.el (gnus-newsrc-file-version):
11270         * gnus-util.el (nnmail-active-file-coding-system)
11271         (gnus-original-article-buffer, gnus-user-agent):
11272         * gnus.el (gnus-ham-process-destinations)
11273         (gnus-parameter-ham-marks-alist)
11274         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11275         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11276         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11277         * mm-decode.el (gnus-current-window-configuration):
11278         * mm-extern.el (gnus-article-mime-handles):
11279         * mm-url.el (url-current-object, url-package-name)
11280         (url-package-version):
11281         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11282         (smime-keys, w3m-cid-retrieve-function-alist)
11283         (w3m-current-buffer, w3m-display-inline-images)
11284         (w3m-minor-mode-map):
11285         * mml-smime.el (gnus-extract-address-components):
11286         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11287         (gnus-newsrc-hashtb, message-default-charset)
11288         (message-deletable-headers, message-options)
11289         (message-posting-charset, message-required-mail-headers)
11290         (message-required-news-headers):
11291         * mml1991.el (mc-pgp-always-sign):
11292         * mml2015.el (mc-pgp-always-sign):
11293         * nnheader.el (nnmail-extra-headers):
11294         * rfc1843.el (gnus-decode-encoded-word-function)
11295         (gnus-decode-header-function, gnus-newsgroup-name):
11296         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11297
11298 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11299
11300         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11301         the end of the date treatments.
11302
11303 2005-08-15  Simon Josefsson  <jas@extundo.com>
11304
11305         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11306         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11307         Capello and Romain Francoise.
11308         (pgg-fetch-key-function): Removed, not used?
11309         (pgg-insert-url-with-w3): Require url, to get
11310         url-insert-file-contents regardless of where it is defined.
11311
11312 2005-08-13  Romain Francoise  <romain@orebokech.com>
11313
11314         * message.el (message-cite-original-1): New function.
11315         (message-cite-original): Use it.
11316         (message-cite-original-without-signature): Ditto.
11317
11318 2005-08-08  Romain Francoise  <romain@orebokech.com>
11319
11320         * message.el (message-yank-empty-prefix): New variable.
11321         (message-indent-citation): Use it.
11322         (message-cite-original-without-signature): Respect X-No-Archive.
11323
11324 2005-08-08  Simon Josefsson  <jas@extundo.com>
11325
11326         * pgg.el: Autoload url-insert-file-contents instead of loading
11327         w3/url.
11328         (pgg-insert-url-with-w3): Don't load url here.
11329
11330 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11331
11332         * message.el (message-kill-to-signature): Don't insert newline at
11333         bol.
11334         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11335
11336 2005-08-06  Romain Francoise  <romain@orebokech.com>
11337
11338         * message.el (message-user-fqdn): Fix typo in docstring.
11339
11340 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11341
11342         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11343
11344         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11345
11346 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mm-bodies.el (mm-encode-body): Use coding system rather than
11349         charset to encode text.
11350
11351         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11352         number of charsets if utf-8 is available (XEmacs).
11353
11354 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11357         taken from `gnus-button-mid-or-mail-regexp'.
11358         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11359         (gnus-button-alist): Improve regexp for domain part of the MIDs
11360         for news:localpart@domain buttons.
11361         (gnus-button-ctan-directory-regexp): Update.
11362
11363 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * sieve-manage.el (sieve-manage-interactive-login): Use
11366         make-local-variable rather than make-variable-buffer-local.
11367         (sieve-manage-open): Ditto.
11368         (sieve-manage-authenticate): Ditto.
11369
11370         * mml.el (mml-generate-mime-1): Make the content type default to
11371         text/plain if the filename is not specified.
11372
11373 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11376         instead of insert-buffer.
11377
11378         * message.el (message-yank-original): Ditto; set the mark at the
11379         end of the yanked message.
11380
11381 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11384         lines to scroll rather than to stop it.
11385
11386         * mml.el (mml-generate-default-type): Add doc string.
11387         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11388         default to application/octet-stream when determining the content
11389         type if it is not specified for the part or the mml contents; add
11390         a comment about mml-generate-default-type.
11391
11392 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11395         make it default to application/octet-stream when determining the
11396         content type if it is not specified for the external contents.
11397
11398 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11401         segmented parameter but also other parameters might be there.
11402
11403 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * mm-decode.el (mm-display-external): Delete temp file, directory
11406         and buffer immediately if the external process is exited.
11407
11408 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11411         fewer lines than that of scroll-margin.
11412         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11413
11414 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (gnus-article-next-page): Revert.
11417         (gnus-article-beginning-of-window): New macro.
11418         (gnus-article-next-page-1): Use it.
11419         (gnus-article-prev-page): Ditto.
11420         (gnus-article-edit-part): Use insert-buffer-substring instead of
11421         insert-buffer.
11422         (gnus-article-edit-exit): Ditto.
11423
11424         * gnus-util.el (gnus-beginning-of-window): Remove.
11425         (gnus-end-of-window): Remove.
11426
11427         * lpath.el: Don't bind header-line-format and scroll-margin.
11428
11429 2005-07-25  Simon Josefsson  <jas@extundo.com>
11430
11431         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11432         to have the url package without w3.  Reported by Daiki Ueno
11433         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11434
11435 2005-07-20  Didier Verna  <didier@xemacs.org>
11436
11437         * gnus-diary.el: Remove the description comment (nndiary is now
11438         properly documented in the Gnus manual).
11439         Fix the spelling of "Back End".
11440         * nndiary.el: Ditto.
11441         Fix the copyright notice.
11442
11443 2005-07-18  Romain Francoise  <romain@orebokech.com>
11444
11445         * gnus-sum.el (gnus-summary-to-prefix)
11446         (gnus-summary-newsgroup-prefix): New variables.
11447         (gnus-summary-from-or-to-or-newsgroups): Use them.
11448
11449 2005-07-17  Romain Francoise  <romain@orebokech.com>
11450
11451         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11452         space as it's generally not especially interesting to the user.
11453
11454 2005-07-16  Romain Francoise  <romain@orebokech.com>
11455
11456         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11457         nil to avoid prompting and file modification if one of the
11458         messages at the top of the nnfolder file contains a copyright
11459         notice.
11460         Update copyright notice.
11461
11462         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11463         instead of `current-time-string' as the latter creates a time
11464         string that is not RFC 2822 compliant (it lacks the zone).
11465         Update copyright notice.
11466
11467 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11468
11469         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11470         for text/rtf.  Display default in prompt.  Pass default for M-n.
11471
11472         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11473
11474 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * gnus-msg.el (gnus-button-mailto): Remove
11477         save-selected-window-window hackery because it relies on
11478         save-selected-window internals.
11479
11480 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11483         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11484         (gnus-article-prev-page): Ditto.
11485
11486         * gnus-util.el (gnus-beginning-of-window): New function.
11487         (gnus-end-of-window): New function.
11488
11489         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11490
11491 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11492
11493         * gnus-score.el (gnus-score-edit-all-score): Set
11494         gnus-score-edit-exit-function to gnus-score-edit-done and call
11495         gnus-message.
11496
11497 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11498
11499         * gnus-msg.el (gnus-button-mailto): Remove
11500         save-selected-window-window hackery because it relies on
11501         save-selected-window internals.
11502
11503 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11506         add-minor-mode.
11507         (gnus-binary-mode): Ditto.
11508
11509         * gnus-topic.el (gnus-topic-mode): Ditto.
11510
11511 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11512
11513         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11514         (gnus-article-prev-page): Take scroll-margin into consideration.
11515
11516 2005-07-04  Lute Kamstra  <lute@gnu.org>
11517
11518         Update FSF's address in GPL notices.
11519
11520 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11521
11522         * gnus.el (gnus-exit):
11523         * gnus-group.el (gnus-group-icons):
11524         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11525
11526         * gnus-nocem.el (gnus-nocem):
11527         * message.el (message-various, message-buffers, message-sending)
11528         (message-interface, message-forwarding, message-insertion)
11529         (message-headers, message-news, message-mail):
11530         * pgg-gpg.el (pgg-gpg):
11531         * pgg-parse.el (pgg-parse):
11532         * pgg-pgp.el (pgg-pgp):
11533         * pgg-pgp5.el (pgg-pgp5):
11534         * pop3.el (pop3): Finish `defgroup' description with period.
11535
11536 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (article-display-face): Improve the efficiency.
11539         (article-display-x-face): Ditto; remove grey x-face stuff.
11540
11541 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-art.el (article-display-face): Correct the position in
11544         which Faces are inserted.
11545
11546 2005-06-29  Didier Verna  <didier@xemacs.org>
11547
11548         * gnus-art.el (article-display-face): Display faces in correct
11549         order.
11550
11551 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11554         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11555         (gnus-nocem-check-article): Fetch the Type header.
11556         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11557         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11558         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11559         make sure gnus-nocem-hashtb is initialized.
11560         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11561         (gnus-nocem-unwanted-article-p): Ditto.
11562
11563         * pgg.el (pgg-verify): Return the verification result.
11564
11565 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11566
11567         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11568         is ascii.
11569
11570 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11571
11572         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11573         `show-nonbreak-escape'.
11574
11575 2005-06-23  Lute Kamstra  <lute@gnu.org>
11576
11577         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11578
11579         * dig.el (dig-mode):
11580         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11581
11582 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11583
11584         * nnimap.el (nnimap-split-download-body): Fix spellings.
11585
11586 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11587
11588         * gnus-art.el (gnus-article-encrypt-body):
11589         * gnus-cus.el (gnus-score-customize):
11590         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11591         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11592
11593 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11594
11595         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11596         header by looking for magic "MII" at the beginnig.
11597
11598 2005-06-16  Miles Bader  <miles@gnu.org>
11599
11600         * gnus-xmas.el (gnus-xmas-group-startup-message):
11601         Use renamed gnus-splash face.
11602
11603         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11604         (assistant-field-face): New backward-compatibility alias for renamed
11605         face.
11606         (assistant-render-text): Use renamed assistant-field face.
11607
11608         * spam.el (spam): Remove "-face" suffix from face name.
11609         (spam-face): New backward-compatibility alias for renamed face.
11610         (spam-face, spam-initialize): Use renamed spam face.
11611
11612         * message.el (message-header-to, message-header-cc)
11613         (message-header-subject, message-header-newsgroups)
11614         (message-header-other, message-header-name)
11615         (message-header-xheader, message-separator, message-cited-text)
11616         (message-mml): Remove "-face" suffix from face names.
11617         (message-header-to-face, message-header-cc-face)
11618         (message-header-subject-face, message-header-newsgroups-face)
11619         (message-header-other-face, message-header-name-face)
11620         (message-header-xheader-face, message-separator-face)
11621         (message-cited-text-face, message-mml-face):
11622         New backward-compatibility aliases for renamed faces.
11623         (message-font-lock-keywords): Use renamed message faces.
11624
11625         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11626         (sieve-test-commands, sieve-tagged-arguments):
11627         Remove "-face" suffix from face names.
11628         (sieve-control-commands-face, sieve-action-commands-face)
11629         (sieve-test-commands-face, sieve-tagged-arguments-face):
11630         New backward-compatibility aliases for renamed faces.
11631         (sieve-control-commands-face, sieve-action-commands-face)
11632         (sieve-test-commands-face, sieve-tagged-arguments-face):
11633         Use renamed sieve faces.
11634
11635         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11636         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11637         (gnus-group-news-3-empty, gnus-group-news-4)
11638         (gnus-group-news-4-empty, gnus-group-news-5)
11639         (gnus-group-news-5-empty, gnus-group-news-6)
11640         (gnus-group-news-6-empty, gnus-group-news-low)
11641         (gnus-group-news-low-empty, gnus-group-mail-1)
11642         (gnus-group-mail-1-empty, gnus-group-mail-2)
11643         (gnus-group-mail-2-empty, gnus-group-mail-3)
11644         (gnus-group-mail-3-empty, gnus-group-mail-low)
11645         (gnus-group-mail-low-empty, gnus-summary-selected)
11646         (gnus-summary-cancelled, gnus-summary-high-ticked)
11647         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11648         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11649         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11650         (gnus-summary-low-undownloaded)
11651         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11652         (gnus-summary-low-unread, gnus-summary-normal-unread)
11653         (gnus-summary-high-read, gnus-summary-low-read)
11654         (gnus-summary-normal-read, gnus-splash):
11655         Remove "-face" suffix from face names.
11656         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11657         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11658         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11659         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11660         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11661         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11662         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11663         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11664         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11665         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11666         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11667         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11668         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11669         (gnus-summary-normal-ticked-face)
11670         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11671         (gnus-summary-normal-ancient-face)
11672         (gnus-summary-high-undownloaded-face)
11673         (gnus-summary-low-undownloaded-face)
11674         (gnus-summary-normal-undownloaded-face)
11675         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11676         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11677         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11678         (gnus-splash-face):
11679         New backward-compatibility aliases for renamed faces.
11680         (gnus-group-startup-message): Use renamed gnus faces.
11681
11682         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11683         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11684         (gnus-server-agent): Remove "-face" suffix from face names.
11685         (gnus-server-agent-face, gnus-server-opened-face)
11686         (gnus-server-closed-face, gnus-server-denied-face)
11687         (gnus-server-offline-face):
11688         New backward-compatibility aliases for renamed faces.
11689         (gnus-server-agent-face, gnus-server-opened-face)
11690         (gnus-server-closed-face, gnus-server-denied-face)
11691         (gnus-server-offline-face): Use renamed gnus faces.
11692
11693         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11694         Remove "-face" suffix from face names.
11695         (gnus-picon-xbm-face, gnus-picon-face):
11696         New backward-compatibility aliases for renamed faces.
11697
11698         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11699         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11700         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11701         (gnus-cite-11): Remove "-face" suffix from face names.
11702         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11703         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11704         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11705         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11706         New backward-compatibility aliases for renamed faces.
11707         (gnus-cite-attribution-face, gnus-cite-face-list)
11708         (gnus-article-boring-faces): Use renamed gnus faces.
11709
11710         * gnus-art.el (gnus-signature, gnus-header-from)
11711         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11712         (gnus-header-content): Remove "-face" suffix from face names.
11713         (gnus-signature-face, gnus-header-from-face)
11714         (gnus-header-subject-face, gnus-header-newsgroups-face)
11715         (gnus-header-name-face, gnus-header-content-face):
11716         New backward-compatibility aliases for renamed faces.
11717         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11718
11719         * gnus-sum.el (gnus-summary-selected-face)
11720         (gnus-summary-highlight): Use renamed gnus faces.
11721         * gnus-group.el (gnus-group-highlight): Likewise.
11722
11723 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11724
11725         * gnus-sieve.el (gnus-sieve-article-add-rule):
11726         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11727         * spam-stat.el (spam-stat-buffer-change-to-spam)
11728         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11729
11730         * message.el (message-is-yours-p):
11731         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11732
11733 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * mm-view.el (mm-inline-text): Withdraw the last change.
11736
11737 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11740         executing enriched-decode.
11741
11742 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11745         charset of tar files.
11746
11747 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11748
11749         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11750
11751 2005-06-04  Lute Kamstra  <lute@gnu.org>
11752
11753         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11754         information is never recorded.
11755
11756 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11757
11758         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11759
11760 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * pop3.el (pop3-apop): Run md5 in the binary mode.
11763
11764         * starttls.el (starttls-set-process-query-on-exit-flag):
11765         Use eval-and-compile.
11766
11767 2005-05-31  Simon Josefsson  <jas@extundo.com>
11768
11769         * smime.el (smime-replace-in-string): Define.
11770         (smime-cert-by-ldap-1): Use it.
11771
11772 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-art.el (article-display-x-face): Replace
11775         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11776
11777         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11778         set-process-query-on-exit-flag or process-kill-without-query.
11779
11780         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11781         loop instead of replace-regexp.
11782
11783         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11784         instead of process-kill-without-query if it is available.
11785
11786         * lpath.el: Fbind ldap-search-entries.
11787
11788         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11789         instead of find-file-hooks if it is available.
11790
11791         * mml1991.el: Bind pgg-default-user-id when compiling.
11792
11793         * mml2015.el: Bind pgg-default-user-id when compiling.
11794
11795         * nndraft.el (nndraft-request-associate-buffer):
11796         Use write-contents-functions instead of write-contents-hooks if it is
11797         available.
11798
11799         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11800         instead of find-file-hooks if it is available.
11801
11802         * nntp.el (nntp-open-connection): Replace
11803         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11804         (nntp-open-ssl-stream): Ditto.
11805         (nntp-open-tls-stream): Ditto.
11806
11807         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11808         set-process-query-on-exit-flag or process-kill-without-query.
11809         (starttls-open-stream-gnutls): Use it instead of
11810         process-kill-without-query.
11811         (starttls-open-stream): Ditto.
11812
11813 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11814
11815         * smime.el (smime-cert-by-ldap-1): Don't use
11816         replace-regexp-in-string.
11817
11818 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11819
11820         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11821
11822         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11823         in PEM format.  Adjust to the XEmacs compability.
11824
11825 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11828         by `string-to-number'.
11829         * gnus-agent.el (gnus-agent-regenerate-group)
11830         (gnus-agent-fetch-articles): Ditto.
11831         * gnus-art.el (gnus-button-fetch-group): Ditto.
11832         * gnus-cache.el (gnus-cache-generate-active)
11833         (gnus-cache-articles-in-group): Ditto.
11834         * gnus-group.el (gnus-group-set-current-level)
11835         (gnus-group-insert-group-line): Ditto.
11836         * gnus-score.el (gnus-score-set-expunge-below)
11837         (gnus-score-set-mark-below, gnus-summary-score-effect)
11838         (gnus-summary-score-entry): Ditto.
11839         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11840         (gnus-soup-pack): Ditto.
11841         * gnus-spec.el (gnus-xmas-format): Ditto.
11842         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11843         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11844         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11845         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11846         * nndb.el (nndb-get-remote-expire-response): Ditto.
11847         * nndiary.el (nndiary-parse-schedule-value)
11848         (nndiary-string-to-number, nndiary-request-replace-article)
11849         (nndiary-request-article): Ditto.
11850         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11851         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11852         * nneething.el (nneething-make-head): Ditto.
11853         * nnfolder.el (nnfolder-request-article)
11854         (nnfolder-retrieve-headers): Ditto.
11855         * nnheader.el (nnheader-file-to-number): Ditto.
11856         * nnkiboze.el (nnkiboze-request-article): Ditto.
11857         * nnmail.el (nnmail-process-unix-mail-format)
11858         (nnmail-process-babyl-mail-format): Ditto.
11859         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11860         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11861         (nnmh-request-create-group, nnmh-request-list-1)
11862         (nnmh-request-group, nnmh-request-article): Ditto.
11863         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11864         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11865         * nnsoup.el (nnsoup-make-active): Ditto.
11866         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11867         * nntp.el (nntp-find-group-and-number)
11868         (nntp-retrieve-headers-with-xover): Ditto.
11869         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11870         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11871         (pgg-format-key-identifier): Ditto.
11872         * pop3.el (pop3-last, pop3-stat): Ditto.
11873         * qp.el (quoted-printable-decode-region): Ditto.
11874
11875         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11876         of concat.
11877
11878 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11881
11882         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11883
11884         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11885
11886         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11887
11888         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11889
11890         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11891
11892         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11893         (gnus-carpal-mode): Ditto.
11894
11895         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11896         (gnus-browse-mode): Ditto.
11897
11898         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11899
11900         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11901
11902 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11903
11904         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11905
11906 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-util.el (gnus-run-mode-hooks): New function.
11909
11910         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11911
11912         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11913         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11914
11915 2005-05-27  Lute Kamstra  <lute@gnu.org>
11916
11917         * dns-mode.el (dns-mode): Specify customization group.
11918
11919 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11920
11921         * gnus-agent.el (gnus-agent-make-mode-line-string):
11922         Use mode-line-highlight as mouse-face.
11923
11924 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * canlock.el (canlock): Change the parent group to news.
11927
11928         * deuglify.el (gnus-outlook-deuglify): Add :group.
11929
11930         * dig.el (dig): Add :group.
11931
11932         * dns-mode.el (dns-mode): Add :group.
11933
11934         * encrypt.el (encrypt): Add :group.
11935
11936         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11937         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11938         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11939         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11940         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11941
11942         * gnus-diary.el (gnus-diary): Add :group.
11943
11944         * gnus.el (gnus-group-news-1-face): Add :group.
11945         (gnus-group-news-1-empty-face): Ditto.
11946         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11947         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11948         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11949         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11950         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11951         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11952         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11953         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11954         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11955         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11956         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11957         (gnus-summary-high-ticked-face): Ditto.
11958         (gnus-summary-low-ticked-face): Ditto.
11959         (gnus-summary-normal-ticked-face): Ditto.
11960         (gnus-summary-high-ancient-face): Ditto.
11961         (gnus-summary-low-ancient-face): Ditto.
11962         (gnus-summary-normal-ancient-face): Ditto.
11963         (gnus-summary-high-undownloaded-face): Ditto.
11964         (gnus-summary-low-undownloaded-face): Ditto.
11965         (gnus-summary-normal-undownloaded-face): Ditto.
11966         (gnus-summary-high-unread-face): Ditto.
11967         (gnus-summary-low-unread-face): Ditto.
11968         (gnus-summary-normal-unread-face): Ditto.
11969         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11970         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11971
11972         * hashcash.el (hashcash): New custom group.
11973         (hashcash-default-payment): Add :group.
11974         (hashcash-payment-alist): Ditto.
11975         (hashcash-default-accept-payment): Ditto.
11976         (hashcash-accept-resources): Ditto.
11977         (hashcash-path): Ditto.
11978         (hashcash-extra-generate-parameters): Ditto.
11979         (hashcash-double-spend-database): Ditto.
11980         (hashcash-in-news): Ditto.
11981
11982         * message.el (message-minibuffer-local-map): Add :group.
11983
11984         * netrc.el (netrc): Add :group.
11985
11986         * sieve-manage.el (sieve-manage-log): Add :group.
11987         (sieve-manage-default-user): Diito.
11988         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11989         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11990         (sieve-manage-authenticators): Ditto.
11991         (sieve-manage-authenticator-alist): Ditto.
11992         (sieve-manage-default-port): Ditto.
11993
11994         * sieve-mode.el (sieve-control-commands-face): Add :group.
11995         (sieve-action-commands-face): Ditto.
11996         (sieve-test-commands-face): Ditto.
11997         (sieve-tagged-arguments-face): Ditto.
11998
11999         * smime.el (smime): Add :group.
12000
12001         * spam-report.el (spam-report): Add :group.
12002
12003         * spam.el (spam, spam-face): Add :group.
12004
12005 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12006
12007         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12008         return \n.\n.\n at the end of articles.  Protect against that.
12009         (nntp-with-open-group): Allow debugging.
12010
12011         * nnheader.el (mail-header-set-extra): Make into a function
12012         because I just could't understand how to quote the list properly.
12013
12014         * dns.el (query-dns-cached): New function.
12015
12016 2005-05-26  Lute Kamstra  <lute@gnu.org>
12017
12018         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12019
12020 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12023
12024         * gnus-art.el: Don't autoload mail-extract-address-components.
12025
12026         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12027         eval-and-compile to evaluate it.
12028
12029         * hashcash.el: Don't autoload executable-find.
12030
12031         * nndb.el: Don't declare the nndb back end two or more times; don't
12032         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12033
12034         * nntp.el: Autoload format-spec instead of format; use
12035         eval-and-compile to evaluate autoload forms.
12036
12037 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12038
12039         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12040
12041 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * gnus.el (gnus-version-number): Bump version.
12044
12045 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12046
12047         * gnus.el: No Gnus v0.3 is released.
12048
12049 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * lpath.el (featurep): Bind show-nonbreak-escape.
12052
12053 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-art.el (gnus-article-edit-part): Disable undo.
12056
12057 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12060         gnus-article-date-lapsed-new-header is t if date timer is active;
12061         skip headers in which the original date value is empty.
12062         (gnus-article-save-original-date): Redefine it as a macro.
12063         (gnus-display-mime): Use it.
12064
12065 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-art.el (article-date-ut): Support converting date in
12068         forwarded parts as well.
12069         (gnus-article-save-original-date): New function.
12070         (gnus-display-mime): Use it.
12071
12072 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12073
12074         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12075         enclosure element of <item>.
12076
12077 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * message.el (message-kill-buffer-query): Renamed from
12080         `message-kill-buffer-query-if-modified'.  Added :version.
12081
12082 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12085         window layout.
12086
12087 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * mml.el: Autoload dnd when compiling.
12090
12091 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12094         x-dnd-*.
12095
12096 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * qp.el (quoted-printable-encode-region): Save excursion.
12099
12100 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12101
12102         * message.el (message-kill-buffer-query-if-modified): Add new variable
12103         so the user can kill a modified message buffer quickly.
12104         (message-kill-buffer): Use it.
12105
12106 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * lpath.el: Fbind display-time-event-handler; don't fbind
12109         string-to-multibyte.
12110
12111         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12112
12113 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12116         contained in text because xml.el decodes entities) with LFs.
12117
12118 2005-04-11  Lute Kamstra  <lute@gnu.org>
12119
12120         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12121         differently.
12122
12123 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12124
12125         * mm-util.el (mm-detect-coding-region): Typo.
12126
12127 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12130
12131 2005-04-06  Deepak Goel  <deego@gnufans.org>
12132
12133         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12134         user-function allow user modifications of the scores.
12135         (spam-stat-score-buffer-user): New function, to allow
12136         user-computed modifications to the score.
12137         (spam-stat-score-buffer-user-functions): List of additional
12138         scoring functions.
12139         (spam-stat-error-holder): Global temporary error holder.
12140         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12141         variable.
12142
12143 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12144
12145         * gnus-registry.el (gnus-registry-clean-empty-function)
12146         (gnus-registry-trim, gnus-registry-fetch-groups)
12147         (gnus-registry-delete-group): Groups that match
12148         `gnus-registry-ignored-groups' are removed from the registry
12149         entries, not just ignored for splitting.  This helps clean up the
12150         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12151         to get all the groups a message ID is in.
12152
12153         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12154         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12155         (spam-stat-score-buffer-user-functions): Add :number custom type.
12156
12157 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12160         argument in XEmacs.
12161
12162         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12163         (nnrss-request-group): Decode group name first.
12164         (nnrss-request-article): Make a text/plain article if mml-to-mime
12165         failed.
12166         (nnrss-get-encoding): Return a compatible encoding according to
12167         nnrss-compatible-encoding-alist.
12168         (nnrss-find-el): Use consp instead of listp.
12169         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12170
12171 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12174         which Emacs 20 doesn't support.
12175         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12176
12177 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12180         silence the byte compiler inside the defun.
12181
12182         * gnus-demon.el (parse-time-string): Add autoload.
12183
12184         * gnus-delay.el (parse-time-string): Add autoload.
12185
12186         * gnus-art.el (parse-time-string): Add autoload.
12187
12188         * nnultimate.el (parse-time): Require for `parse-time-string'.
12189
12190 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12193
12194         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12195
12196         * smime.el (smime-ldap-host-list): Add :version.
12197
12198 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12201         pass it to `gnus-browse-read-group'.
12202         (gnus-browse-read-group): Add NUMBER argument and pass it to
12203         `gnus-group-read-ephemeral-group'.
12204
12205         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12206         argument and pass it to `gnus-group-read-group'.
12207
12208 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12209
12210         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12211         mm-xemacs-find-mime-charset-1 if we have the mule feature
12212         available at runtime.
12213
12214 2005-03-25  Werner Lemberg  <wl@gnu.org>
12215
12216         * nnmaildir.el: Replace `illegal' with `invalid'.
12217
12218 2005-03-23  Lute Kamstra  <lute@gnu.org>
12219
12220         * time-date.el: Add comment on time value formats.
12221         Don't require parse-time.
12222         (with-decoded-time-value): New macro.
12223         (encode-time-value): New function.
12224         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12225         (days-to-time): Return a valid time value when arg is huge.
12226         (time-since): Use time-subtract.
12227         (time-to-number-of-days): Use time-to-seconds.
12228
12229 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12230
12231         * gnus-start.el (gnus-display-time-event-handler):
12232         Check display-time-timer at runtime rather than only at load time
12233         in case display-time-mode is turned off in the mean time.
12234
12235 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12238         used.
12239
12240         * nneething.el (nneething-map-file-directory): Derive from
12241         `gnus-directory'.
12242
12243         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12244         the To/Cc button.
12245
12246 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * nnmaildir.el (nnmaildir-request-accept-article):
12249         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12250
12251 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12252
12253         * gnus-async.el: Require timer-funcs at compile time when in
12254         XEmacs for `run-with-idle-timer'.
12255
12256 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12257
12258         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12259         autoloaded function.
12260
12261 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12262
12263         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12264
12265 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12266
12267         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12268
12269 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12272         gnus-expert-user to default.
12273
12274 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12275
12276         * nnimap.el (nnimap-open-server): Ditto.
12277
12278         * imap.el (imap-authenticate): Fix typo.
12279
12280 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12281
12282         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12283         buffer (since IMAP server might return FETCH response out of
12284         order, and the nntp buffer must be sorted).
12285
12286 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12287
12288         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12289         comparison on string.
12290
12291         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12292         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12293         (gnus-agent-summary-fetch-series): Modified to protect against
12294         gnus-agent-summary-fetch-group clearing processable flags.
12295         (gnus-agent-synchronize-group-flags): Update live group buffer as
12296         synchronization may occur due to the user toggle the plugged
12297         status.
12298         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12299         successfully downloaded.
12300         (gnus-agent-expire-group-1): Avoid using markers when the overview
12301         is in ascending order; greatly improves performance.
12302         (gnus-agent-regenerate-group): Use
12303         gnus-agent-synchronize-group-flags to reset read status in both
12304         gnus and server.
12305         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12306
12307 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * message.el: Don't autoload former message-utils variables.
12310         (message-strip-subject-trailing-was): Change doc string.
12311
12312         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12313         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12314         (nnweb-google-search): Add "hl=en" here.
12315         (nnweb-google-parse-1, nnweb-google-create-mapping):
12316         Don't hardcode URL.
12317
12318 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * message.el (message-get-reply-headers, message-followup):
12321         Mention related variables `message-use-followup-to' and
12322         `message-use-mail-followup-to', in the information buffer.
12323
12324         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12325         of broken groups(-beta).google.com.
12326
12327 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12328
12329         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12330         parameter to invoked gnus-request-move-article; remove the
12331         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12332         all at once instead of once per article.
12333         (gnus-summary-remove-process-mark): Accept a list of articles as
12334         well as a single article for processing.
12335
12336         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12337         parameter.
12338
12339         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12340
12341         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12342
12343         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12344         parameter.
12345
12346         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12347         parameter.
12348
12349         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12350         parameter and remove the gnus-sum-hint-move-is-internal variable.
12351
12352         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12353         parameter.
12354
12355         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12356         parameter.
12357
12358         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12359         parameter.
12360
12361         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12362
12363         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12364         parameter.
12365
12366         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12367         parameter.
12368
12369 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12370
12371         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12372         a more conservative way.
12373
12374 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12375
12376         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12377         buffer, so it moves the window's cursor.
12378
12379 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12380
12381         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12382         `mm-dissect-multipart' and receive the from field as an (optional)
12383         argument from `mm-dissect-multipart'.
12384         (mm-dissect-multipart): Receive the from field as an argument and
12385         pass it on when we call `mm-dissect-buffer' on MIME parts.
12386         Fixes verification/decryption of signed/encrypted MIME parts.
12387
12388 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * gnus-sum.el (gnus-summary-move-article): Set
12391         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12392         whatever it calls (right now, only nnimap-request-move article
12393         respects it).
12394
12395         * nnimap.el (nnimap-request-move-article): When
12396         gnus-sum-hint-move-is-internal is set, don't do the extra
12397         nnimap-request-article.
12398
12399 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12402
12403         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12404         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12405
12406         * gnus-sum.el (gnus-summary-caesar-message):
12407         Apply `gnus-treat-article' after rotation.
12408
12409         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12410         doc string.
12411
12412 2005-02-22  Simon Josefsson  <jas@extundo.com>
12413
12414         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12415         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12416         <arne@arnested.dk>.
12417         (encrypt): Add password-cache and password-cache-expiry as group
12418         members.
12419
12420 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12421
12422         * smime.el (smime-ldap-host-list): Doc fix.
12423         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12424         cache) password.
12425         (smime-sign-region): Use it.
12426         (smime-decrypt-region): Use it.
12427         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12428         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12429         fails.
12430         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12431         certificate from DER to PEM format rather than calling openssl.
12432
12433         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12434
12435         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12436         for signing/encryption.
12437
12438         * mml.el (mml-parse-1): Use them.
12439
12440 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12441
12442         * nnrss.el (nnrss-verbose): Removed.
12443         (nnrss-request-group): Use `nnheader-message' instead.
12444
12445 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12446
12447         * nnrss.el (nnrss-verbose): New variable.
12448         (nnrss-request-group): Make it say nnrss is requesting a group.
12449
12450 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12453         Handle news URL with given port correctly.
12454
12455 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12458         containing special characters.
12459
12460         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12461
12462         * mml.el (mime-to-mml): Ditto.
12463
12464         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12465         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12466         (rfc2047-decode-region): Quote decoded words containing special
12467         characters when rfc2047-quote-decoded-words-containing-tspecials
12468         is non-nil.
12469
12470 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12471
12472         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12473
12474         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12475
12476 2005-02-15  Simon Josefsson  <jas@extundo.com>
12477
12478         * nnimap.el (nnimap-debug): Doc fix.
12479
12480         * imap.el (imap-debug): Doc fix.
12481
12482 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12485
12486 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12487
12488         * gnus.el (spam-contents): Improve docs for spam-contents
12489         parameter in its variable incarnation.
12490
12491 2005-02-14  Simon Josefsson  <jas@extundo.com>
12492
12493         * smime-ldap.el: Use require instead of load-library for ldap.
12494         (smime-ldap-search): Indent.
12495         (smime-ldap-search-internal): Shorten line.
12496
12497         * smime.el (smime-cert-by-dns): Add doc-string.
12498         (smime-cert-by-ldap-1): Indent.
12499
12500         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12501         mml-smime-get-dns-ldap.
12502         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12503
12504 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12505
12506         * smime.el: Require smime-ldap.
12507         (smime-ldap-host-list): New variable.
12508         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12509
12510         * mml-smime.el (mml-smime-encrypt-query): New function.
12511         (mml-smime-encrypt-query): Use it.
12512
12513         * smime-ldap.el: New file.
12514
12515 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12518
12519 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12522         argument in doc string.  Make query for type more clear.
12523
12524 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus.el (gnus-group-startup-message): Search for gnus images in
12527         etc/images/gnus.
12528         * mm-util.el (mm-image-load-path): Likewise.
12529         * smiley.el (smiley-data-directory): Search for smilies in
12530         etc/images/smilies.
12531
12532 2005-02-09  Kim F. Storm  <storm@cua.dk>
12533
12534         Change Emacs release version from 21.4 to 22.1 throughout.
12535         Change Emacs development version from 21.3.50 to 22.0.50.
12536
12537 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12540
12541         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12542         non-Mule XEmacs as well.
12543         (mm-decompress-buffer): Signal an error intentionally if it does
12544         not decompress compressed data because auto-compression-mode is
12545         disabled.
12546
12547 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12548
12549         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12550         an ID in the registry even if it has no groups.
12551
12552 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12555         merge it into mm-decompress-buffer.
12556         (gnus-mime-copy-part): Use the MIME part charset, the value which
12557         a user specified or gnus-newsgroup-charset for decoding, like
12558         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12559         save-buffer what was used.  Suggested by Kevin Ryde
12560         <user42@zip.com.au>.
12561         (gnus-mime-inline-part): Allow the name parameter as well as the
12562         filename parameter; force decompressing of compressed data; always
12563         display contents being not decoded as unibyte.
12564
12565         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12566         as well as the filename parameter.
12567
12568         * mm-util.el (mm-decompress-buffer): Merge
12569         gnus-mime-jka-compr-maybe-uncompress.
12570         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12571         of compressed data.
12572
12573 2005-02-08  Simon Josefsson  <jas@extundo.com>
12574
12575         * imap.el (imap-log): Doc fix.
12576
12577 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12580         the coding cookies; decompress compressed parts.
12581
12582         * mml.el (mml-generate-mime-1): Add the charset parameter according
12583         to the value which a user specified manually or the coding cookie.
12584
12585         * mm-util.el (mm-string-to-multibyte): New function.
12586         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12587         (mm-coding-system-to-mime-charset): New function.
12588         (mm-decompress-buffer): New function.
12589         (mm-find-buffer-file-coding-system): New function.
12590
12591         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12592         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12593         parts.
12594
12595 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12596
12597         * mm-view.el (mm-display-inline-fontify): Decode a part according
12598         to the charset parameter.
12599
12600 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12603         prefix arg is neither nil nor a number, as info specifies.
12604
12605 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12608         timestamps.
12609
12610 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12611
12612         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12613         groups error checking and notify user.
12614
12615 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12616
12617         * message.el (message-send-mail-function): Check existence of
12618         sendmail-program first before using default value
12619         `message-send-mail-with-sendmail'.  Otherwise use more generic
12620         `smtpmail-send-it'.
12621
12622 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * nntp.el (nntp-request-update-info): Always return nil.
12625
12626 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12627
12628         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12629
12630 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12631
12632         * message.el (message-beginning-of-line): Change the behavior when
12633         invoked between BOL and : so that it first moves backward.
12634
12635 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12638         article buffer when editing of the article is discarded.
12639         (gnus-article-prepare): Revert.
12640
12641 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-art.el (gnus-article-prepare):
12644         Remove message-strip-forbidden-properties from the local hook.
12645
12646 2005-01-27  Simon Josefsson  <jas@extundo.com>
12647
12648         * password.el (password-cache-add): Only start one timer per key.
12649         Reported by Derek Atkins <warlord@MIT.EDU>.
12650
12651 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12652
12653         * run-at-time.el: Removed.  It is no longer needed as
12654         timer-funcs.el in the xemacs-base package has a working version of
12655         `run-at-time'.
12656
12657         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12658
12659         * password.el: Require timer-funcs instead of run-at-time in
12660         XEmacs.
12661         Remove `password-run-at-time' macro.
12662         (password-cache-add): Use `run-at-time' instead of
12663         `password-run-at-time'.
12664
12665         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12666         Remove `nnheader-cancel-function-timers' alias,
12667         `cancel-function-timers' exists in XEmacs in timer-funcs.
12668
12669         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12670         for `run-with-idle-timer'.
12671
12672         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12673         for `run-at-time'.
12674
12675         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12676         for `with-timeout'.
12677
12678         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12679         the same as for XEmacs 21.4.
12680         No need to ignore `run-with-idle-timer', this function exists in
12681         XEmacs now in timer-funcs.el in the xemacs-base package.
12682         (dgnushack-compile): No need to delete
12683         run-at-time.el from the list of files to compile because it
12684         doesn't exist anymore.
12685
12686 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12689         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12690
12691 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12692
12693         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12694         sensitively.
12695
12696 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12697
12698         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12699
12700 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12703         which will be inserted according to the multibyteness of a buffer
12704         rather than the type of contents.  Suggested by ARISAWA Akihiro
12705         <ari@mbf.ocn.ne.jp>.
12706
12707         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12708         of string which old xml.el may return rather than a string.
12709
12710 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12713
12714 2005-01-16  Simon Josefsson  <jas@extundo.com>
12715
12716         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12717         idn/idna.el isn't available.
12718         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12719         <michael@waxrat.com>.
12720
12721         * hashcash.el: Remove non-FSF copyright header.
12722
12723         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12724         (hashcash-generate-payment): Use it.
12725         (hashcash-generate-payment-async): Use it.
12726
12727 2005-01-15  Simon Josefsson  <jas@extundo.com>
12728
12729         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12730         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12731
12732         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12733         gnus-summary-idna-message.
12734         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12735         (gnus-summary-idna-message): New function.
12736
12737 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12740         gnus-novice-user.
12741
12742 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * nnrss.el (nnrss-request-delete-group): Delete entries in
12745         nnrss-group-alist as well.
12746         (nnrss-save-server-data): Insert newline.
12747
12748 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * gnus.el (gnus-user-agent): Use list of symbols instead of
12751         symbols.  Display full version number for (S)XEmacs.  Optionally
12752         display (S)XEmacs codename.
12753
12754         * gnus-util.el (gnus-emacs-version): Update for new
12755         `gnus-user-agent'.
12756
12757         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12758         Gnus version.
12759
12760 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12763         which is unreadable in some setups.
12764
12765 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-spec.el (gnus-update-format-specifications): Flush the
12768         group format spec cache if it doesn't support decoded group names.
12769
12770 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12773         Allow to apply decay on score files matching a regexp.
12774
12775 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12778         compatibility in %g and %c.
12779
12780 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12783         name for only %g and %c.
12784         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12785         of gnus-tmp-group to decoded group name.
12786         (gnus-group-make-rss-group): Exclude `/'s from group names.
12787
12788 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * nnrss.el (nnrss-get-encoding): Fix regexp.
12791
12792 2004-12-27  Simon Josefsson  <jas@extundo.com>
12793
12794         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12795         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12796         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12797
12798 2004-12-17  Kim F. Storm  <storm@cua.dk>
12799
12800         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12801
12802         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12803
12804 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12805
12806         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12807
12808 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * nnrss.el: Require rfc2047 and mml.
12811         (nnrss-file-coding-system): New variable.
12812         (nnrss-format-string): Redefine it as an inline function.
12813         (nnrss-decode-group-name): New function.
12814         (nnrss-string-as-multibyte): Remove.
12815         (nnrss-retrieve-headers): Decode group name; don't use
12816         nnrss-format-string.
12817         (nnrss-request-group): Decode group name.
12818         (nnrss-request-article): Decode group name; allow a Message-ID as
12819         well as an article number; don't use nnrss-format-string; encode a
12820         Message-ID string which may contain non-ASCII characters; use
12821         mml-to-mime to compose a MIME article.
12822         (nnrss-request-expire-articles): Decode group name.
12823         (nnrss-request-delete-group): Decode group name.
12824         (nnrss-fetch): Clarify error message.
12825         (nnrss-read-server-data): Use insert-file-contents instead of load;
12826         bind file-name-coding-system; use multibyte buffer.
12827         (nnrss-save-server-data): Bind coding-system-for-write to the
12828         value of nnrss-file-coding-system; bind file-name-coding-system;
12829         add coding cookie.
12830         (nnrss-read-group-data): Use insert-file-contents instead of load;
12831         bind file-name-coding-system; use multibyte buffer.
12832         (nnrss-save-group-data): Bind coding-system-for-write to the
12833         value of nnrss-file-coding-system; bind file-name-coding-system.
12834         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12835         make it work with non-ASCII text.
12836         (nnrss-find-el): Make it work with old xml.el as well.
12837
12838 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12839
12840         * nnrss.el (nnrss-get-encoding): New function.
12841         (nnrss-fetch): Use unibyte buffer initially; bind
12842         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12843         decode contents according to the encoding attribute.
12844         (nnrss-save-group-data): Add coding cookie.
12845         (nnrss-mime-encode-string): New function.
12846         (nnrss-check-group): Use it to encode subject and author.
12847
12848 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12851         imaginary variable.
12852
12853 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12856         correctly even if there are wide characters.
12857
12858 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12859
12860         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12861         downcased symbol names; make a new cache instead of reusing
12862         bbdb-hashtable.
12863
12864 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12867         concatenating segments rather than before concatenating them.
12868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12869
12870         * message.el (message-get-reply-headers): Bind `extra'.
12871
12872 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873
12874         * message.el (message-extra-wide-headers): New variable.
12875         (message-get-reply-headers): Use it.
12876
12877 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12880         (gnus-agent-group-pathname): Ditto.
12881
12882         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12883
12884         * gnus-group.el (gnus-group-make-group): Decode group name.
12885         (gnus-group-make-rss-group): Register the group data after opening
12886         the nnrss group.
12887
12888 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12889
12890         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12891         by expiry now get marked as read.
12892
12893 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12896
12897 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12898
12899         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12900         unify Latin characters in XEmacs.
12901         (mm-find-mime-charset-region): Use it.
12902
12903 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-util.el (gnus-delete-directory): New function.
12906
12907         * gnus-agent.el (gnus-agent-delete-group): Use it.
12908
12909         * gnus-cache.el (gnus-cache-delete-group): Use it.
12910
12911 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12914         names.
12915
12916 2004-12-16  Simon Josefsson  <jas@extundo.com>
12917
12918         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12919
12920 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12923
12924         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12925         (gnus-group-set-current-level): Decode group name.
12926
12927 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12928
12929         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12930         failed.
12931
12932 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-group.el (gnus-group-delete-group): Decode group name.
12935         (gnus-group-make-rss-group): Encode group name.
12936         (gnus-group-catchup-current): Decode group name.
12937         (gnus-group-kill-group): Decode group name.
12938
12939 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12940
12941         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12942
12943 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-group.el (gnus-group-make-rss-group):
12946         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12947
12948         * gnus-start.el (gnus-setup-news): Honor user's setting to
12949         gnus-message-archive-method.  Suggested by Lute Kamstra
12950         <lute@gnu.org>.
12951
12952 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12953
12954         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12955         global counterparts of the buffer-local variables.
12956
12957 2004-11-16  Romain Francoise  <romain@orebokech.com>
12958
12959         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12960         counterparts of the buffer-local variables.
12961
12962 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * message.el (message-forbidden-properties): Fixed typo in doc
12965         string.
12966
12967 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * gnus-util.el (gnus-replace-in-string): Added doc string.
12970
12971         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12972         to avoid problems when splitting mails with many recipients.
12973
12974 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12975
12976         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12977         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12978
12979 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12980
12981         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12982         if there is no hashtable in memory or file modification time is
12983         newer than cached timestamp.
12984
12985 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12988         not-matching option.
12989
12990 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12993         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12994         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12995         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12996         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12997         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12998
12999 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * message.el (message-forward-make-body-mml): Remove headers
13002         according to message-forward-ignored-headers if a message is decoded.
13003
13004 2004-12-02  Romain Francoise  <romain@orebokech.com>
13005
13006         * message.el (message-forward-make-body-plain): Always remove
13007         headers according to message-forward-ignored-headers.
13008
13009 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * spam.el (spam-summary-prepare-exit): Remove the
13012         gnus-summary-limit pop for now, it has problems with ham marks for
13013         me.
13014
13015 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13016
13017         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13018         correctly.
13019
13020 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13021
13022         * format-spec.el (format-spec): Message the char.
13023
13024 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * gnus-art.el (gnus-split-methods): Reformat comments.
13027
13028         * spam.el (spam-summary-prepare-exit): Remove article limits
13029         before exiting the summary buffer.
13030
13031 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13034         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13035
13036         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13037         order to silence the byte compiler.
13038
13039         * spam.el: Fix the way to silence the byte compiler, which
13040         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13041         bbdb-search-simple, spam-BBDB-register-routine,
13042         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13043         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13044         spam-stat-buffer-is-spam, spam-stat-load,
13045         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13046         spam-stat-save and spam-stat-split-fancy.
13047
13048 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13051         which may confuse users.
13052         (canlock-password-for-verify): Ditto.
13053
13054         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13055
13056         * gnus-art.el (gnus-emphasis-alist): Ditto.
13057
13058         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13059
13060         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13061
13062         * gnus-start.el (gnus-save-killed-list): Ditto.
13063
13064         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13065         (gnus-sum-thread-tree-root): Ditto.
13066         (gnus-sum-thread-tree-false-root): Ditto.
13067         (gnus-sum-thread-tree-single-indent): Ditto.
13068
13069         * message.el (message-courtesy-message): Ditto.
13070         (message-archive-note): Ditto.
13071         (message-subscribed-address-file): Ditto.
13072         (message-user-fqdn): Ditto.
13073
13074         * spam-report.el (spam-report-gmane-regex): Ditto.
13075
13076         * spam.el (spam-blackhole-good-server-regex): Ditto.
13077
13078 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mml.el (mml-preview): Widen the message buffer before copying
13081         the contents to the preview buffer; sort headers before previewing.
13082
13083         * message.el (message-hidden-headers): Fix the way to avoid a bug
13084         in the `repeat' widget in Emacs 21.3 or earlier.
13085
13086 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * message.el (message-hidden-headers): Default to "^References:".
13089         Improve customization type.  Suggested by Reiner Steib
13090         <Reiner.Steib@gmx.de>.
13091
13092 2004-11-25  Romain Francoise  <romain@orebokech.com>
13093
13094         * message.el (message-strip-forbidden-properties): Remove check for
13095         obsolete `message-hidden' text property, hidden headers are not
13096         accessible in the buffer anymore.
13097
13098 2004-11-22  Romain Francoise  <romain@orebokech.com>
13099
13100         * message.el (message-header-format-alist): Add `From' in list
13101         so that it can be sorted.
13102         (message-fix-before-sending): Widen and sort headers before
13103         sending.
13104         (message-hide-headers): Use narrowing to hide headers by moving
13105         them to the top of the buffer and narrowing to the region
13106         underneath.
13107
13108 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * message.el (message-strip-forbidden-properties): Bind
13111         buffer-read-only (etc) to nil.
13112
13113 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13116         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13117
13118 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13119
13120         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13121
13122 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13123
13124         * dns.el (query-dns): Use sit-for to time instead of
13125         accept-process-output, since that doesn't seem to work on udp
13126         sockets.
13127
13128 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13131
13132 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13133
13134         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13135         doc string.  Improve doc string.
13136
13137 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * nntp.el (nntp-request-update-info): Return nil if
13140         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13141         may not call gnus-activate-group which uselessly issues the GROUP
13142         commands for all nntp groups and wastes time.  Reported by Romain
13143         Francoise <romain@orebokech.com>.
13144
13145         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13146
13147 2004-11-15  Simon Josefsson  <jas@extundo.com>
13148
13149         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13150         headers separately.
13151         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13152         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13153
13154 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * gnus-start.el (gnus-convert-old-newsrc):
13157         Assign legacy-gnus-agent to 5.10.7.
13158
13159 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13162         start of the lines.
13163
13164 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13165
13166         * hashcash.el (hashcash-default-payment): Change default to 20.
13167         (hashcash-default-accept-payment): Change default to 20.
13168         (hashcash-process-alist): New variable.
13169         (hashcash-generate-payment-async): Add.
13170         (hashcash-already-paid-p): Add.
13171         (hashcash-insert-payment): Don't generate payments twice.
13172         (hashcash-insert-payment-async): Add.
13173         (hashcash-insert-payment-async-2): Add.
13174         (hashcash-cancel-async): Add.
13175         (hashcash-wait-async): Add.
13176         (hashcash-processes-running-p): Add.
13177         (hashcash-wait-or-cancel): Add.
13178         (mail-add-payment): New optional argument.  Conditionally start
13179         asynchronous calculation.
13180         (mail-add-payment-async): Add.
13181
13182         * message.el (message-send-mail): Wait for asynchronous hashcash
13183         results.  Don't clobber existing X-Hashcash headers.
13184         (message-setup-1): Call mail-add-payment-async when
13185         message-generate-hashcash is non-nil.
13186
13187 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13188
13189         * message.el (message-use-alternative-email-as-from): Examine the
13190         From header as well; use message-make-from in order to include a
13191         user's full name.
13192
13193 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13196         default; improve customization type.
13197         (gnus-emphasis-custom-with-format): New macro.
13198         (gnus-emphasis-custom-value-to-external): New function.
13199         (gnus-emphasis-custom-value-to-internal): New function.
13200
13201 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13202
13203         * dns.el (query-dns): Resolve reverse addresses.
13204
13205 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * gnus-group.el (gnus-group-get-new-news): Use it.
13208
13209         * gnus-start.el (gnus-check-reasonable-setup): New function.
13210
13211 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13214         "Args out of range" error.  Reported by Arnaud Giersch
13215         <arnaud.giersch@free.fr>.
13216
13217 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13218
13219         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13220
13221 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13222
13223         * spam.el (spam group): Add :version.
13224
13225         * pgg-def.el (pgg group): Add :version.
13226
13227 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-art.el (gnus-article-edit-article): Don't associate the
13230         article buffer with a draft file.  This is a temporary measure
13231         against the 2004-08-22 change to gnus-article-edit-mode.
13232
13233 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13236         (html2text-format-tags): Remove unused variable `attr'.
13237
13238 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13241
13242         * tls.el (tls-process-connection-type, tls-success)
13243         (tls-certtool-program): Add :version.
13244
13245         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13246         (starttls-extra-arguments, starttls-process-connection-type)
13247         (starttls-connect, starttls-failure, starttls-success): Add :version.
13248
13249         * spam-stat.el (spam-stat): Add :version.
13250
13251         * sieve.el (sieve): Add :version.
13252
13253         * sha1.el (sha1): Add :version.
13254         (sha1-use-external): Remove redundant version.
13255
13256         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13257         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13258         (nnmail-split-fancy-match-partial-words)
13259         (nnmail-split-lowercase-expanded): Add :version.
13260
13261         * nndiary.el (nndiary): Add :version.
13262
13263         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13264
13265         * mml-sec.el (mml-default-sign-method)
13266         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13267         Add :version.
13268
13269         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13270
13271         * mm-url.el (mm-url-use-external, mm-url-program)
13272         (mm-url-arguments): Add :version.
13273
13274         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13275         (mm-attachment-file-modes, mm-decrypt-option)
13276         (mm-w3m-safe-url-regexp): Add :version.
13277
13278         * message.el (message-cite-prefix-regexp)
13279         (message-sendmail-envelope-from, message-minibuffer-local-map)
13280         (message-user-fqdn, message-completion-alist): Add :version.
13281
13282         * gnus-win.el (gnus-configure-windows-hook)
13283         (gnus-use-frames-on-any-display): Add :version.
13284
13285         * gnus-art.el (gnus-article-address-banner-alist)
13286         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13287         (gnus-treat-from-picon, gnus-treat-mail-picon)
13288         (gnus-treat-x-pgp-sig): Add :version.
13289
13290         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13291         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13292         (gnus-summary-article-delete-hook)
13293         (gnus-summary-display-while-building): Add :version.
13294
13295         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13296         (gnus-get-top-new-news-hook): Add :version.
13297
13298         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13299         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13300
13301         * gnus-registry.el (gnus-registry): Add :version.
13302
13303         * gnus-spec.el (gnus-use-correct-string-widths)
13304         (gnus-make-format-preserve-properties): Add :version.
13305
13306         * gnus.el (gnus-group-charter-alist)
13307         (gnus-group-fetch-control-use-browse-url)
13308         (gnus-install-group-spam-parameters): Add :version.
13309
13310         * gnus-diary.el (gnus-diary): Add :version.
13311
13312         * gnus-delay.el (gnus-delay): Add :version.
13313
13314         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13315         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13316         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13317         Add :version.
13318
13319         * gnus-agent.el (gnus-agent-max-fetch-size)
13320         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13321         (gnus-agent-prompt-send-queue): Add :version.
13322
13323         * deuglify.el (gnus-outlook-deuglify): Add :version.
13324
13325         * html2text.el: Beautify code.  Improve doc strings.  Some
13326         checkdoc cleanup.
13327         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13328
13329 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13330
13331         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13332
13333 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13336         when package is loaded.
13337
13338         * spam.el (spam-summary-score-preferred-header): Add global preference
13339         for people who want to override the default SpamAssassin over
13340         Bogofilter preference (when both are set).
13341         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13342         (spam-user-format-function-S): Check
13343         spam-summary-score-preferred-header.
13344         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13345         (spam-user-format-function-S): Format the score correctly.
13346
13347 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13350         signature file.  Suggested by Manoj Srivastava
13351         <srivasta@golden-gryphon.com>.
13352
13353         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13354         iso-2022-jp even in the Japanese language environment.
13355         Suggested by Jason Rumney <jasonr@gnu.org>.
13356
13357 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13360         use the same characters as the dummy marks; make it free from
13361         getting affected by the language environment.
13362         (gnus-summary-read-group-1): Update mark positions only when the
13363         format spec is updated.
13364
13365         * gnus-spec.el (gnus-update-format-specifications): Return a list
13366         of updated types.
13367
13368 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13371         of boundp to check if display-warning is available.
13372
13373 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13374
13375         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13376
13377 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * nnspool.el (nnspool-spool-directory): Use news-path if the
13380         news-directory variable is not bound.
13381
13382         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13383         function instead of display-warning if it is not available.
13384
13385 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13388         v5-10: Use `point-at-bol'.
13389
13390 2004-10-26  Simon Josefsson  <jas@extundo.com>
13391
13392         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13393         <chenggao@gmail.com>.
13394
13395 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13398         instead.
13399
13400 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13403         to remove a server from the nnimap-server-buffer-alist.
13404         (nnimap-open-connection, nnimap-close-server): Use it.
13405
13406         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13407
13408 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13411         running the major-mode function.
13412
13413 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13416         dummy marks in the right way.
13417
13418 2004-10-18  David Edmondson  <dme@dme.org>
13419
13420         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13421         excessively.
13422
13423 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * gnus-util.el (gnus-split-references): Accept a nil references
13426         string and go on blissfully.
13427
13428         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13429         cases where the references string is non-nil but has no references.
13430
13431         * encrypt.el: Add autoload tags.
13432
13433         * spam.el (spam-resolve-registrations-routine): Remove article
13434         from unregistration list too.  Reported by David Hanak
13435         <dhanak@isis.vanderbilt.edu>
13436
13437 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13440         nil.  Changed custom type.
13441
13442 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13445
13446         * gnus-sum.el (gnus-summary-move-article): Use it.
13447
13448 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13449
13450         * encrypt.el: Add autoload cookies.
13451
13452         * spam.el (spam-backend-article-list-property)
13453         (spam-backend-get-article-todo-list)
13454         (spam-backend-put-article-todo-list)
13455         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13456         Resolve registrations separately.
13457         (spam-register-routine): Format comments.
13458         (spam-unregister-routine, spam-register-routine): Always call with
13459         specific-articles, no default list.
13460         (spam-summary-prepare-exit): Use the spam-classifications function.
13461
13462         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13463         gnus-encrypt.el.
13464
13465         * encrypt.el: Copied from gnus-encrypt.el.
13466
13467         * gnus-encrypt.el: Commented that it's obsolete.
13468
13469 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13472         (gnus-score-save): Use it.
13473
13474         * message.el (message-bury): Use `window-dedicated-p'.
13475
13476 2004-10-15  Simon Josefsson  <jas@extundo.com>
13477
13478         * pop3.el (top-level): Don't require nnheader.
13479         (pop3-read-timeout): Add.
13480         (pop3-accept-process-output): Add.
13481         (pop3-read-response, pop3-retr): Use it.
13482
13483 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * spam.el (spam-register-routine): Move comment.
13486         (spam-verify-bogofilter): Use 'unknown for the initial
13487         spam-bogofilter-valid state, not 'never.
13488
13489         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13490         for netrc-machine.
13491
13492         * nnimap.el (nnimap-open-connection): Use
13493         netrc-machine-user-or-password.
13494
13495 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13496
13497         * gnus-registry.el (gnus-registry-unload-hook):
13498         Set as a variable with add-hook.
13499
13500         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13501         of news-path.
13502
13503         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13504
13505         * spam.el: Delete duplicate `provide'.
13506         (spam-unload-hook): Set as a variable with add-hook.
13507
13508 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13511         in the doc string.
13512
13513         * message.el (message-ignored-news-headers)
13514         (message-ignored-supersedes-headers)
13515         (message-ignored-resent-headers)
13516         (message-forward-ignored-headers): Improve custom type.
13517
13518 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * message.el (message-tokenize-header): Fix 2004-09-06 change
13521         which used point-min in the wrong place.
13522
13523 2004-10-12  Simon Josefsson  <jas@extundo.com>
13524
13525         * tls.el (tls-certtool-program): New variable.
13526         (tls-certificate-information): New function, based on
13527         ssl-certificate-information.
13528
13529 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * compface.el: Move the version of ELisp-based uncompface program
13532         to the contrib directory because of the copyright problem.
13533
13534 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * message.el (message-kill-buffer): Raise the current frame.
13537
13538 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13541
13542         * gnus.el (message-y-or-n-p): Autoload.
13543
13544         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13545         (pop3-password-required, pop3-authentication-scheme)
13546         (pop3-leave-mail-on-server): Made customizable.
13547         (pop3): New custom group.
13548         (pop3-retr): Remove `sleep-for' statements.
13549         Suggested by Dave Love <fx@gnu.org>.
13550
13551         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13552         Windows/DOS.
13553
13554         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13555         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13556         Dave Love <fx@gnu.org>.
13557
13558         * mml.el (mml-minibuffer-read-disposition): Require match.
13559         Suggested by Dave Love <fx@gnu.org>.
13560
13561 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13564         doc string.
13565
13566 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13569
13570 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13571
13572         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13573         instead of calling `mm-insert-inline', to decode text/* parts
13574         before displaying them.
13575
13576 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * mm-uu.el (mm-uu-text-plain-type): New variable.
13579         (mm-uu-pgp-signed-extract-1): Use it.
13580         (mm-uu-pgp-encrypted-extract-1): Use it.
13581         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13582         bind mm-uu-text-plain-type with that value.
13583         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13584         mm-uu-dissect.
13585
13586 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-group.el (gnus-update-group-mark-positions):
13589         * gnus-sum.el (gnus-update-summary-mark-positions):
13590         * message.el (message-check-news-body-syntax):
13591         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13592         of string-as-multibyte.
13593
13594 2004-10-05  Juri Linkov  <juri@jurta.org>
13595
13596         * gnus-group.el (gnus-update-group-mark-positions):
13597         * gnus-sum.el (gnus-update-summary-mark-positions):
13598         * message.el (message-check-news-body-syntax):
13599         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13600         8-bit unibyte values to a multibyte string for search functions.
13601
13602 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13605         (mm-uu-dissect-text-parts): New function.
13606
13607         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13608         dissect text parts.
13609
13610         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13611         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13612
13613         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13614
13615         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13616         gnus-current-topics instead of gnus-current-topic.
13617
13618 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13619
13620         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13621
13622 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13623
13624         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13625         where approriate.
13626
13627         * nnml.el (nnml-generate-active-info): do.
13628
13629         * nndiary.el (nndiary-generate-active-info): do.
13630
13631         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13632         (gnus-topic-move): do.
13633
13634         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13635         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13636
13637         * gnus-srvr.el (gnus-server-prepare)
13638         (gnus-server-open-all-servers): do.
13639
13640         * gnus-msg.el (gnus-summary-cancel-article)
13641         (gnus-summary-resend-message)
13642         (gnus-summary-mail-crosspost-complaint): do.
13643
13644         * gnus-move.el (gnus-change-server): do.
13645
13646         * gnus-group.el (gnus-group-unmark-all-groups)
13647         (gnus-group-set-current-level): do.
13648
13649 2004-10-04  Simon Josefsson  <jas@extundo.com>
13650
13651         * message.el (message-generate-hashcash): Doc fix.
13652
13653 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13654
13655         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13656         avoid infinite recursion via gnus-get-function.
13657
13658 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13659
13660         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13661
13662         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13663
13664         * nnmail.el (nnmail-split-history): do.
13665
13666         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13667         (nnml-request-delete-group): do.
13668
13669         * nnslashdot.el (nnslashdot-read-groups): do.
13670
13671         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13672         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13673
13674         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13675         (nnspool-sift-nov-with-sed): Use last.
13676         (nnspool-retrieve-headers-with-nov): Use mapc.
13677         (nnspool-request-newgroups): Use dolist.
13678         (nnspool-request-group): Use last.
13679
13680         * nntp.el (nntp-read-server-type): Use dolist.
13681
13682         * nnvirtual.el (nnvirtual-create-mapping)
13683         (nnvirtual-update-read-and-marked): Use dolist.
13684         (nnvirtual-convert-headers): Simplify.
13685
13686 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13687
13688         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13689         support for sync'ing tick marks.
13690
13691 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13694         there's no visible header.
13695
13696 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13697
13698         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13699         necessary, pass full group name to gnus-request-set-marks.
13700
13701 2004-10-01  Simon Josefsson  <jas@extundo.com>
13702
13703         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13704         acroread.
13705
13706 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13707
13708         * spam-report.el (spam-report-gmane): Fix interactive.
13709
13710         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13711
13712         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13713         when writing file.
13714         (gnus-agent-synchronize-flags): Don't default to being
13715         interactive.
13716
13717 2004-09-30  Simon Josefsson  <jas@extundo.com>
13718
13719         * message.el (message-generate-hashcash): Add.
13720         (message-send-mail): Use it, call mail-add-payment.
13721
13722 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13723
13724         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13725
13726 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13727
13728         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13729         gnus-requst-update-info with explicit code to sync the in-memory
13730         info read flags with the marks being sync'd to the backend.
13731
13732         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13733
13734 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13735
13736         * spam.el (spam-verify-bogofilter): Add new function.
13737         (spam-check-bogofilter)
13738         (spam-bogofilter-register-with-bogofilter): Use it.
13739         (spam-verify-bogofilter): Add small fixes.
13740
13741 2004-09-28  Simon Josefsson  <jas@extundo.com>
13742
13743         * hashcash.el (hashcash-generate-payment): Revert.
13744
13745 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13748         gnus-extract-references instead of gnus-split-references.
13749
13750         * gnus-util.el (gnus-extract-references): Add new function, analogous
13751         to gnus-split-references but extracts only the message-ID without
13752         anything extra.
13753
13754         * hashcash.el (hashcash-generate-payment)
13755         (hashcash-check-payment): Do the right thing if hashcash-path is
13756         nil (because the hashcash program could not be found).
13757
13758         * spam.el (spam-use-hashcash): Remove comment.
13759
13760 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13761
13762         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13763         (gnus-cache-enter-article, gnus-cache-remove-article)
13764         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13765
13766         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13767
13768         * gnus-art.el (article-hide-boring-headers)
13769         (article-translate-strings, article-display-face)
13770         (gnus-article-mime-match-handle-first)
13771         (gnus-article-highlight-headers)
13772         (gnus-article-add-buttons-to-head): do.
13773
13774 2004-09-27  Simon Josefsson  <jas@extundo.com>
13775
13776         * hashcash.el: New version, from
13777         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13778         ../contrib/.
13779
13780 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13783
13784 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13785
13786         * gnus-dup.el (gnus-dup-open): Use mapc.
13787         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13788
13789         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13790         Reported by Stefan Wiens <s.wi@gmx.net>.
13791
13792         * gnus.el (gnus-shutdown): Use dolist.
13793
13794         * gnus-undo.el (gnus-undo): Use mapc.
13795
13796         * nnrss.el (nnrss-generate-active): do.
13797
13798         * message.el (message-cite-original-without-signature)
13799         (message-cite-original): Use mapc.
13800         (message-do-actions, message-make-forward-subject): Use dolist.
13801
13802 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13803
13804         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13805         deletion to remove entire duplicate line.  Fixes merged article
13806         number bug.
13807
13808 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13809
13810         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13811         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13812         first ask if you want to open a server and then, even when you
13813         responded with no, asking if you want to synchronize the server's
13814         flags.
13815         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13816         multi-line expressions.
13817         (gnus-agent-synchronize-group-flags): New internal function.
13818         Updates marks in memory (in the info structure) AND in the
13819         backend.
13820
13821         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13822
13823         * nnagent.el (nnagent-request-set-mark): Use
13824         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13825         method, to ensure that synchronization updates marks in the
13826         backend and in the info (in memory) structure.
13827
13828 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13831         convention fully; don't miss the root article of a thread; make
13832         the X-Draft-From header with correct article numbers.
13833
13834 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13835
13836         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13837         unless plugged.  Disable the agent so that an open failure causes
13838         an error.
13839
13840         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13841         Reverted 2004-09-21 change.  The backend must be opened while
13842         synchronizing flags even when the backend stores the flags
13843         locally.
13844
13845 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13848         in `header' match.  Reported by Svend Tollak Munkejord.
13849
13850         * message.el (message-cite-original): Fix use of
13851         `message-cite-articles-with-x-no-archive'.
13852
13853 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13856         (gnus-window-to-buffer): Ditto.
13857
13858         * mml.el (mml-preview-buffer): New variable.
13859         (mml-preview): Manage window layout with gnus-buffer-configuration.
13860
13861         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13862         X-Draft-From header even if those articles aren't quoted.
13863
13864 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13865
13866         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13867         (gnus-request-set-mark, gnus-request-update-mark): Use new
13868         g-s-t-u-l-m to decide to use backend even when unplugged.
13869
13870 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13873         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13874
13875 2004-09-20  Simon Josefsson  <jas@extundo.com>
13876
13877         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13878         "utf-16-le".
13879
13880 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13881
13882         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13883
13884 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * uudecode.el (uudecode-use-external): Add :version.
13887
13888         * smime.el (smime-CA-file, smime-encrypt-cipher)
13889         (smime-dns-server): Add :version.
13890
13891         * smiley.el (gnus-smiley-file-types): Add :version.
13892
13893         * sha1.el (sha1-use-external): Add :version.
13894
13895         * pgg-def.el (pgg-query-keyserver): Add :version.
13896
13897         * nnmail.el (nnmail-fancy-expiry-targets)
13898         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13899         Add :version.
13900
13901         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13902         (nnimap-retrieve-groups-asynchronous): Add :version.
13903         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13904
13905         * mml.el (mml-content-disposition-parameters)
13906         (mml-insert-mime-headers-always): Add :version.
13907
13908         * mm-util.el (mm-coding-system-priorities): Add :version.
13909
13910         * mm-decode.el (mm-inline-text-html-with-images)
13911         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13912         (mm-verify-option): Add :version.
13913         (mm-text-html-renderer): Change :version.
13914
13915         * message.el (message-fcc-externalize-attachments)
13916         (message-required-headers, message-draft-headers)
13917         (message-subject-trailing-was-query)
13918         (message-subject-trailing-was-ask-regexp)
13919         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13920         (message-mark-insert-end, message-archive-header)
13921         (message-archive-note, message-cross-post-default)
13922         (message-cross-post-note, message-followup-to-note)
13923         (message-cross-post-note-function, message-use-mail-followup-to)
13924         (message-subscribed-address-functions)
13925         (message-subscribed-address-file, message-subscribed-addresses)
13926         (message-subscribed-regexps, message-allow-no-recipients)
13927         (message-yank-cited-prefix, message-signature-insert-empty-line)
13928         (message-hidden-headers, message-hierarchical-addresses)
13929         (message-mail-user-agent, message-use-idna)
13930         (message-valid-fqdn-regexp)
13931         (message-strip-special-text-properties, message-header-synonyms)
13932         (message-beginning-of-line, message-tab-body-function): Add :version.
13933         (message-insert-canlock, message-wide-reply-confirm-recipients):
13934         Change :version.
13935
13936         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13937         and :version.
13938         (mail-source-delete-old-incoming-confirm)
13939         (mail-source-movemail-program): Add :version.
13940
13941         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13942         (gnus-agent-cache, gnus-agent): Change :version.
13943
13944         * gnus-util.el (gnus-use-byte-compile): Change :version.
13945
13946         * gnus-sum.el (gnus-summary-make-false-root-always)
13947         (gnus-summary-default-high-score)
13948         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13949         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13950         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13951         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13952         (gnus-sum-thread-tree-single-indent)
13953         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13954         (gnus-sum-thread-tree-leaf-with-other)
13955         (gnus-sum-thread-tree-single-leaf): Add :version.
13956         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13957         (gnus-article-loose-mime): Change :version.
13958
13959         * gnus-start.el (gnus-backup-startup-file)
13960         (gnus-save-startup-file-via-temp-buffer): Add :version.
13961
13962         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13963         (gnus-server-offline-face): Add :version.
13964
13965         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13966
13967         * gnus-msg.el (gnus-gcc-externalize-attachments)
13968         (gnus-debug-files, gnus-debug-exclude-variables)
13969         (gnus-discouraged-post-methods): Change :version.
13970         (gnus-confirm-mail-reply-to-news)
13971         (gnus-confirm-treat-mail-like-news): Add :version.
13972
13973         * gnus-int.el (gnus-server-unopen-status): Add :version.
13974
13975         * gnus-group.el (gnus-group-jump-to-group-prompt)
13976         (gnus-large-ephemeral-newsgroup)
13977         (gnus-fetch-old-ephemeral-headers): Add :version.
13978
13979         * gnus-fun.el (gnus-x-face-directory)
13980         (gnus-convert-pbm-to-x-face-command)
13981         (gnus-convert-image-to-x-face-command)
13982         (gnus-convert-image-to-face-command): Add :version.
13983
13984         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13985
13986         * gnus-cite.el (gnus-cite-blank-line-after-header)
13987         (gnus-article-boring-faces): Add :version.
13988
13989         * gnus-art.el (gnus-buttonized-mime-types)
13990         (gnus-inhibit-mime-unbuttonizing)
13991         (gnus-treat-display-face)
13992         (gnus-treat-body-boundary): Change :version.
13993         (gnus-body-boundary-delimiter, gnus-picon-databases)
13994         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13995         (gnus-treat-date-english, gnus-treat-fold-headers)
13996         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13997         (gnus-treat-mail-picon, gnus-treat-wash-html)
13998         (gnus-article-encrypt-protocol)
13999         (gnus-use-idna, gnus-article-over-scroll)
14000         (gnus-mime-display-multipart-alternative-as-mixed)
14001         (gnus-mime-display-multipart-related-as-mixed)
14002         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14003         (gnus-ctan-url, gnus-button-ctan-handler)
14004         (gnus-button-handle-ctan-bogus-regexp)
14005         (gnus-button-ctan-directory-regexp)
14006         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14007         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14008         (gnus-button-man-level, gnus-button-emacs-level)
14009         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14010
14011         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14012         (gnus-agent-go-online): Change :version.
14013         (gnus-agent-expire-unagentized-dirs)
14014         (gnus-agent-auto-agentize-methods): Add :version.
14015
14016         * flow-fill.el (fill-flowed-display-column)
14017         (fill-flowed-encode-column): Add :version.
14018
14019         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14020         (gnus-outlook-deuglify-unwrap-max)
14021         (gnus-outlook-deuglify-cite-marks)
14022         (gnus-outlook-deuglify-unwrap-stop-chars)
14023         (gnus-outlook-deuglify-no-wrap-chars)
14024         (gnus-outlook-deuglify-attrib-cut-regexp)
14025         (gnus-outlook-deuglify-attrib-verb-regexp)
14026         (gnus-outlook-deuglify-attrib-end-regexp)
14027         (gnus-outlook-display-hook): Add :version.
14028
14029         * binhex.el (binhex-use-external): Add :version.
14030
14031 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14034         and `invisible'.
14035
14036 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14037
14038         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14039         in gnus-registry-trim.
14040
14041 2004-09-13  Simon Josefsson  <jas@extundo.com>
14042
14043         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14044
14045         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14046
14047         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14048         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14049         <yamaoka@jpl.org>.
14050         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14051         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14052         <yamaoka@jpl.org>.
14053
14054         * sieve.el (sieve-manage-mode): Ditto.
14055
14056 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14059
14060 2004-09-11  Simon Josefsson  <jas@extundo.com>
14061
14062         * dns-mode.el: Add.
14063
14064         * mm-view.el (mm-display-dns-inline): Add.
14065
14066         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14067         (mm-automatic-display): Ditto.
14068
14069         * mailcap.el (mailcap-mime-data): Add text/dns.
14070         (mailcap-mime-extensions): Map .soa to text/dns.
14071
14072 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14073
14074         * gnus-art.el (article-decode-mime-words, article-babel)
14075         (gnus-article-highlight-signature, gnus-article-add-buttons)
14076         (gnus-signature-toggle): Remove unnecessary bindings of
14077         `inhibit-read-only' inherited from v5.10 merge.
14078
14079 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * nntp.el (nntp): New customization group.
14082         (nntp-authinfo-file): Add customization group.
14083
14084         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14085
14086         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14087
14088         * gnus.el (to-address, to-list, subscribed)
14089         (large-newsgroup-initial): Ditto.
14090
14091         * flow-fill.el (fill-flowed-display-column)
14092         (fill-flowed-encode-column): Ditto.
14093
14094 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14095
14096         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14097         Use point-min rather than 1.
14098         (message-send-mail): Use buffer-size rather than point-max.
14099
14100         * gnus-sum.el (gnus-summary-search-article-forward):
14101         Signal a specific `search-failed' rather than a generic `error'.
14102
14103         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14104         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14105         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14106
14107 2004-09-10  Simon Josefsson  <jas@extundo.com>
14108
14109         * nndb.el (require): Remove tcp and duplicate cl.
14110
14111 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-agent.el (directory-files-and-attributes): Move forward.
14114
14115 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14116
14117         * gnus-agent.el (directory-files-and-attributes): Optionally
14118         defined to support XEmacs.
14119
14120 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14121
14122         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14123         to avoid run-time CL dependencies.
14124         (gnus-agent-unfetch-articles): New function.
14125         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14126         article numbers even when local .overview file is missing.
14127         (gnus-agent-read-article-number): New function.  Only accepts
14128         27-bit article numbers.
14129         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14130         gnus-agent-read-article-number.
14131         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14132         from backend while recognizing that article numbers in .overview
14133         must be valid.
14134         (gnus-agent-update-files-total-fetched-for): Use
14135         directory-files-and-attributes to improve performance.
14136         * gnus-int.el (gnus-request-move-article): Use
14137         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14138         improve performance.
14139
14140         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14141         some users confused by references to .newsrc when they only have a
14142         .newsrc.eld file.
14143         (gnus-convert-mark-converter-prompt)
14144         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14145         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14146         New function.  Used internally to only display 'gnus converting
14147         files' message when actually necessary.
14148
14149         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14150         methods now autoloaded.
14151
14152 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14155         identifiers.
14156
14157 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * gnus-picon.el: Fix indentation and closing parenthesis.
14160
14161 2004-09-01  Simon Josefsson  <jas@extundo.com>
14162
14163         * message.el (message-canlock-generate): Require sha1, not
14164         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14165         to require within a function.  Sadly, if sha1.el isn't loaded, the
14166         let binding in m-c-g will hide the defcustom definition, which is
14167         bad.)
14168
14169         * canlock.el: Require sha1, not sha1-el.
14170
14171         * message.el: Don't autoload sha1 (there is a autoload cookie in
14172         sha1.el).
14173
14174         * sha1-el.el: Renamed to sha1.el.
14175
14176 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14177
14178         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14179
14180 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14181
14182         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14183
14184 2004-08-30  Kim F. Storm  <storm@cua.dk>
14185
14186         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14187
14188         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14189         Add :group 'nnimap.
14190
14191 2004-08-30  Andreas Schwab  <schwab@suse.de>
14192
14193         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14194         ?* and ?\;.
14195
14196         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14197         and ?\' to symbol instead of whitespace.
14198
14199 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14202
14203         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14204         instead of re-search-forward.
14205
14206         * gnus-uu.el (gnus-uu-save-article): Ditto.
14207         (gnus-uu-post-encode-uuencode): Ditto.
14208
14209         * html2text.el (html2text-clean-list-items): Ditto.
14210         (html2text-clean-dtdd): Ditto.
14211         (html2text-format-tags): Ditto.
14212
14213         * message.el (message-send-mail-with-sendmail): Fix regexp.
14214         (message-fill-field-general): Use search-forward instead of
14215         re-search-forward.
14216         (unbold-region): Ditto.
14217
14218         * nnrss.el (nnrss-request-article): Ditto.
14219
14220         * nnslashdot.el (nnslashdot-request-article): Ditto.
14221
14222         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14223
14224         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14225         "Unrecognized menu descriptor" error in XEmacs.
14226
14227 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14228
14229         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14230         parent article of a sparse article in the thread hashtb.
14231
14232 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14233
14234         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14235         (nnmail-expand-newtext): Lowercase expanded entries if
14236         nnmail-split-lowercase-expanded is non-nil.
14237
14238 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14241
14242         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14243         of gnus-tmp-news-method into string under XEmacs.  It will be
14244         passed to gnus-correct-length which takes only a string argument.
14245
14246 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * gnus-util.el (gnus-bind-print-variables): New macro.
14249         (gnus-prin1): Use it.
14250         (gnus-prin1-to-string): Use it.
14251         (gnus-pp): New function.
14252         (gnus-pp-to-string): New function.
14253
14254         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14255         Replace pp-to-string with gnus-pp-to-string.
14256         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14257         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14258         * gnus-msg.el (gnus-debug): Ditto.
14259         * gnus-score.el (gnus-score-save): Ditto.
14260         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14261         gnus-pp-to-string.
14262         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14263         with gnus-pp.
14264         * score-mode.el (gnus-score-pretty-print): Ditto.
14265         * webmail.el (webmail-debug): Ditto.
14266
14267 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * gnus-art.el (article-display-face, article-display-x-face):
14270         Use buffer-read-only.
14271
14272 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (article-hide-list-identifiers):
14275         Bind inhibit-read-only as t.
14276
14277 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14280
14281 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14282
14283         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14284         (gnus-narrow-to-page): Don't assume point-min == 1.
14285         (gnus-article-edit-mode): Derive from message-mode.
14286
14287         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14288         point-min == 1.
14289
14290         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14291         Disable incorrect use of `assert'.
14292
14293         * message.el (message-mode): Set comment-start-skip.
14294
14295
14296 2004-08-22  Sam Steingold  <sds@gnu.org>
14297
14298         * pop3.el (pop3-leave-mail-on-server): New user variable.
14299         (pop3-movemail): Delete mail only when it is nil.
14300
14301 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14304
14305         * mml.el (mml-preview): Use `pop-to-buffer'.
14306
14307         * message.el (message-goto-mail-followup-to): Insert after "To".
14308         (message-carefully-insert-headers): Add comment.
14309
14310         * gnus.el: Remove unused variable `gnus-article-check-size'.
14311
14312         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14313
14314         * gnus-art.el (gnus-button-alist): Improve
14315         `gnus-button-handle-library' entry.
14316
14317 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14318
14319         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14320         downcase, since XEmacs capitalizes error messages differently.
14321
14322 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14323
14324         * nntp.el: Add (require 'gnus) due to reference to
14325         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14326
14327 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14328
14329         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14330         `mm-fill-flowed'.
14331
14332         * mm-decode.el (mm-dissect-singlepart): Check it.
14333
14334 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14337         'imap' for netrc parsing.
14338
14339 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * mailcap.el (mailcap-mime-data): Mark as risky.
14342
14343 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14346         may be included in the encoded word.
14347         (rfc2047-encode): Don't append a space if the encoded word
14348         includes close parenthesis.
14349
14350 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14353         of text within parentheses.
14354
14355 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14356
14357         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14358         (gnus-encrypt-write-file-contents): Make the password key the file
14359         name PLUS the cipher, not just the cipher.  Also remove failed
14360         passwords from the cache.
14361
14362 2004-08-06  Simon Josefsson  <jas@extundo.com>
14363
14364         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14365         fix.
14366
14367 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14370         LWSP.
14371
14372 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14373
14374         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14375         to append in-reply-to: data to the references: header.
14376
14377         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14378         (netrc-parse): Use gnus-encrypt.el functions.
14379
14380         * gnus-encrypt.el: Add new file for encryption support; currently
14381         does only a few GPG ciphers and an internal XOR cipher.
14382
14383         * password.el: Add comments on using password-read-and-add.
14384         (password-read-and-add): Add function to read and add the
14385         password to the cache at once.
14386
14387 2004-07-28  Simon Josefsson  <jas@extundo.com>
14388
14389         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14390         parameter (but don't use it, for now).
14391
14392         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14393         instead of hard coding to nil.
14394
14395 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14398         as mm-inline-image-xemacs does.
14399
14400 2004-07-26  Simon Josefsson  <jas@extundo.com>
14401
14402         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14403         Revert part of 2004-07-17 change below.
14404
14405 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14408         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14409
14410 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14411
14412         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14413         quotes that actually start with ">" at the beginning of the
14414         lines.
14415
14416 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * rfc2047.el (rfc2047-encode-region): Fix last change.
14419         (rfc2047-encode-parameter): Remove useless concat.
14420
14421 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14424         encode special characters; fix some kind of misconfigured headers;
14425         signal a real error if debug-on-quit or debug-on-error is non-nil.
14426         (rfc2047-encode-max-chars): New variable.
14427         (rfc2047-encode-1): Use it.
14428         (rfc2047-encode-parameter): New function.
14429
14430         * mml.el (mml-insert-parameter): Remove an excessive space.
14431
14432 2004-07-17  Simon Josefsson  <jas@extundo.com>
14433
14434         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14435         Kai Grossjohann <kai@emptydomain.de>.
14436         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14437         (gnus-group-make-menu-bar): Ditto.
14438
14439         * gnus-util.el (gnus-group-server): Add.
14440
14441 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14442
14443         * message.el (message-clone-locals): Clone sendmail and smtp
14444         variables.
14445
14446 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * rfc2047.el (rfc2047-encode-region): Fix last change.
14449
14450 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14453         characters as non-special.
14454
14455 2004-07-09  Simon Josefsson  <jas@extundo.com>
14456
14457         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14458         Users will lose all flag changes made while unplugged with
14459         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14460         good default.  See numerous reports on ding mailing list.
14461
14462 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14465         add generate-head-function and generate-article-function to the
14466         rfc822-forward entry.
14467         (nndoc-rfc822-forward-generate-article): New function.
14468         (nndoc-rfc822-forward-generate-head): New function.
14469
14470         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14471
14472 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14473
14474         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14475         respect display group parameter and gnus-summary-expunge-below.
14476         (gnus-articles-to-read): Remove unused reference to display group
14477         parameter.
14478
14479 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14480
14481         * nnheader.el (nnheader-uniquify-message-id): New experimental
14482         variable.
14483         (nnheader-nov-read-message-id): Use it.
14484
14485         * spam-report.el (spam-report-gmane): Add interactive.
14486
14487 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14490         qp-or-base64 for the application/* types.
14491
14492 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14493
14494         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14495
14496 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14497
14498         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14499         trim value.
14500
14501 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14502
14503         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14504         New macro and function.
14505         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14506
14507 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14510         after-load-alist.
14511
14512 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513
14514         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14515         update info that isn't there.
14516
14517 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14518
14519         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14520         entry.
14521
14522 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * mm-view.el (mm-inline-render-with-function): Use multibyte
14525         buffer; decode html source by charset.
14526
14527         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14528
14529         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14530         Mule-UCS is loaded under XEmacs.
14531         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14532
14533 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14534
14535         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14536
14537 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * mm-util.el (mm-coding-system-p): Return a coding-system.
14540         (mm-mime-mule-charset-alist): Use shift_jis instead of
14541         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14542         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14543         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14544         instead of japanese-shift-jis and iso-latin-1 respectively in
14545         order to share the default value with both Emacs and XEmacs-mule.
14546         (mm-mule-charset-to-mime-charset): Make
14547         mm-coding-system-priorities effective.
14548         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14549         while predicating of candidates upon the priorities.
14550
14551 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14552
14553         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14554         gnus-uu-invert-processable.
14555
14556         * gnus.el: Autoload gnus-uu-invert-processable.
14557
14558 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * mm-util.el (mm-with-multibyte-buffer): New macro.
14561
14562         * rfc2047.el (rfc2047-encode-string): Use it.
14563         (rfc2047-encode-region): Move point to the end of the region after
14564         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14565
14566 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14569         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14570
14571 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14574         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14575         Karl Chen <quarl@nospam.quarl.org>.
14576
14577 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14578
14579         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14580         invalid addresses.
14581
14582 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * spam.el: Change section markers, revise TODO list.
14585         (spam-backends): Make new master list of all installed backends.
14586         (spam-summary-exit-behavior): Add new variable to determine how
14587         messages moves are done at summary exit.
14588         (spam-move-spam-nonspam-groups-only)
14589         (spam-process-ham-in-nonham-groups)
14590         (spam-process-ham-in-spam-groups): Remove variables, the
14591         spam-summary-exit-behavior variable should be used to manage this
14592         behavior.
14593         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14594         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14595         and spam-old-spam-articles.
14596         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14597         Add empty variables, placeholders for the backends they represent.
14598         (spam-set-difference): Move, unchanged.
14599         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14600         unless the user has a processor variable.
14601         (spam-classifications, spam-classification-valid-p)
14602         (spam-backend-properties, spam-backend-property-valid-p)
14603         (spam-backend-function-type-valid-p)
14604         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14605         (spam-report-articles-gmane, spam-report-articles-resend):
14606         Remove functions, they are not needed.
14607         (spam-install-backend-super, spam-backend-list)
14608         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14609         (spam-backend-function, spam-backend-ham-registration-function)
14610         (spam-backend-spam-registration-function)
14611         (spam-backend-ham-unregistration-function)
14612         (spam-backend-spam-unregistration-function)
14613         (spam-backend-statistical-p, spam-backend-mover-p)
14614         (spam-install-backend-alias, spam-install-checkonly-backend)
14615         (spam-install-mover-backend, spam-install-nocheck-backend)
14616         (spam-install-backend, spam-install-statistical-backend)
14617         (spam-install-statistical-checkonly-backend): Add backend installation
14618         support.
14619         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14620         (spam-group-processor-p): Use the new backend code and respect the
14621         summary exit behavior.
14622         (spam-mark-spam-as-expired-and-move-routine): Remove.
14623         (spam-summary-prepare): Change to use the new spam-old-articles
14624         variable.
14625         (spam-copy-or-move-routine, spam-copy-spam-routine)
14626         (spam-move-spam-routine, spam-copy-ham-routine)
14627         (spam-move-ham-routine): Add code to copy/move ham or spam.
14628         (spam-fetch-field-fast): Improve doc and code, plus allow the
14629         'number request.
14630         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14631         variables.
14632         (spam-split, spam-find-spam): Use the new backend code.
14633         (spam-registration-functions): Remove variable.
14634         (spam-unregister-routine): Add convenience wrapper.
14635         (spam-log-undo-registration, spam-register-routine)
14636         (spam-log-processing-to-registry)
14637         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14638         where possible.
14639         (spam-check-gmane-xref, spam-check-regex-headers)
14640         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14641         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14642         (spam-check-bogofilter-headers, spam-check-spamoracle)
14643         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14644         (spam-check-crm114-headers): Use the spam-split-group that
14645         spam-split prepares, no need to determine it every time.
14646
14647         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14648         to the nnheader-parse-naked-head call.
14649
14650         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14651
14652         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14653         the nnheader-nov-read-message-id call.
14654
14655 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14658         gnus-activate-group twice.  Suggested by Markus Peter
14659         <warp@spin.de>.
14660
14661 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-art.el (gnus-article-time-format): Exchange the order of
14664         day and month in the default value; fix customization type.
14665         (article-date-ut): Use add-text-properties.
14666         (article-make-date-line): Use message-make-date instead of
14667         current-time-string.
14668
14669         * message.el (message-fetch-field): Don't use set-text-properties.
14670         (message-make-date): Simplify.
14671
14672         * messagexmas.el (message-xmas-make-date): New function.
14673         (message-xmas-redefine): Defalias message-make-date to it.
14674
14675 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14678         (rfc2047-encode-region): Treat text within parentheses as special;
14679         show the original text when error has occurred.
14680
14681         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14682         already-computed method to gnus-activate-group.
14683
14684         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14685         same select-methods identical Lisp objects.
14686
14687         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14688         object when modifying the info.
14689
14690 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14693         gnus-opened-servers since it has never been opened with the new
14694         configuration yet.
14695
14696 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14699         arg to nnheader-generate-fake-message-id.
14700
14701 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14702
14703         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14704         number and build a fake message ID localized to a group and
14705         article number (so it's repeatable from that point on).
14706         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14707         ID format.
14708
14709         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14710         nnheader-generate-fake-message-id with the article number.
14711
14712 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14713
14714         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14715         end-of-buffer.
14716
14717 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14718
14719         * message.el (message-ignored-supersedes-headers): Add Approved.
14720
14721 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14724         goto-char.
14725         (rfc2047-encode): Fold the line before encoding.
14726
14727 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14728
14729         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14730         folding -- not all headers can be folded, and this should be done
14731         by the message composition mode.  Probably.  I think.
14732
14733 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14736         fast.
14737
14738         * gnus-ems.el (gnus-remove-image): Don't use
14739         message-text-with-property; remove only the image found first.
14740
14741         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14742         found first.
14743
14744 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14745
14746         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14747
14748 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * message.el (message-text-with-property): Make it fast and accept
14751         optional arguments.
14752         (message-strip-forbidden-properties): Use it.
14753         (message-fix-before-sending): Follow the m-t-w-p change.
14754
14755         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14756
14757 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-art.el (article-hide-headers): Don't change the buffer
14760         mistakenly when performing mml-preview even if
14761         gnus-single-article-buffer is nil.
14762
14763 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14764
14765         * message.el (message-expand-name-databases): New user option.
14766         (message-expand-name): Use it.
14767
14768 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14769
14770         * spam.el (spam-report-articles-resend)
14771         (spam-report-resend-register-routine): Allow ham reporting.
14772         (spam-report-resend-register-ham-routine): Add wrapper.
14773         (spam-registration-functions): Add ham resending functions.
14774         (spam-list-of-processors): Add ham resend processor.
14775
14776         * gnus.el (ham-resend-to): Add new group parameter.
14777         (spam-process): Add ham resend option.
14778
14779         * spam-report.el (spam-report-resend): Allow reporting ham.
14780         (spam-report-resend-ham): Add wrapper.
14781
14782 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14783
14784         * message.el (message-cite-articles-with-x-no-archive): New
14785         variable.
14786         (message-cite-original): Use it.
14787
14788 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14789
14790         * message.el (message-cite-original): Respect X-No-Archive.
14791
14792 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-art.el (article-hide-headers): Refer to the values for
14795         gnus-ignored-headers and gnus-visible-headers in the summary
14796         buffer since a user may have set them as group parameters.
14797
14798 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * assistant.el (assistant-node-name): Add convenience function.
14801         (assistant-render-text, assistant-render-node): Add error handling,
14802         plus handle multiple next nodes.
14803         (assistant-find-next-node): Comment out for now.
14804         (assistant-find-next-nodes): Add function, returns list of next
14805         nodes.
14806
14807 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * mail-source.el (mail-source-directory): Fix doc-string.
14810
14811 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14812
14813         * assistant.el (assistant-render-text, assistant-eval): Add :set
14814         widget type, which is different because it takes and returns a
14815         list.  Much hilarity ensues.
14816
14817 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14820
14821         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14822         doc-string.
14823
14824         * gnus-start.el (gnus-activate-group): Added doc-string.
14825
14826 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14829
14830 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14831
14832         * assistant.el (assistant-render-text): Try to add a :set
14833         widget, more to come.
14834
14835         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14836         strings.
14837         (spam-report-articles-resend)
14838         (spam-register-routine): Do registration iff any articles warrant
14839         it.
14840         (spam-summary-prepare-exit): Change log message for nil group
14841         destinations.
14842
14843 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14844
14845         * spam.el (spam-report-resend-register-routine): Allow
14846         spam-report-resend-to to be a group parameter or a global value.
14847
14848 2004-05-26  Simon Josefsson  <jas@extundo.com>
14849
14850         * starttls.el: Merge with my GNUTLS based starttls.el.
14851         (starttls-gnutls-program, starttls-use-gnutls)
14852         (starttls-extra-arguments, starttls-process-connection-type)
14853         (starttls-connect, starttls-failure, starttls-success): New
14854         variables.
14855         (starttls-program, starttls-extra-args): Doc fix.
14856         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14857         functions.
14858         (starttls-negotiate, starttls-open-stream): Check
14859         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14860         function if it is set.
14861
14862 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14865         structured fields.
14866
14867 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14870
14871 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14872
14873         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14874         variable.
14875         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14876         assigning the spam-mark to new messages.
14877
14878 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14879
14880         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14881
14882 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14885
14886         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14887         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14888         default.
14889
14890 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14891
14892         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14893         correct data.
14894
14895 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14896
14897         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14898         (spam-group-processor-p): Fix function.
14899         (spam-group-processor-multiple-p)
14900         (spam-group-spam-processor-report-gmane-p)
14901         (spam-group-spam-processor-report-resend-p)
14902         (spam-group-spam-processor-bogofilter-p)
14903         (spam-group-spam-processor-blacklist-p)
14904         (spam-group-spam-processor-ifile-p)
14905         (spam-group-ham-processor-ifile-p)
14906         (spam-group-spam-processor-spamoracle-p)
14907         (spam-group-spam-processor-crm114-p)
14908         (spam-group-ham-processor-bogofilter-p)
14909         (spam-group-spam-processor-stat-p)
14910         (spam-group-ham-processor-stat-p)
14911         (spam-group-ham-processor-whitelist-p)
14912         (spam-group-ham-processor-BBDB-p)
14913         (spam-group-ham-processor-spamoracle-p)
14914         (spam-group-ham-processor-copy-p): Remove functions with some
14915         prejudice against unneeded code.
14916         (spam-report-articles-resend)
14917         (spam-report-resend-register-routine): Allow the group/topic
14918         spam-resend-to value to override spam-report-resend-to.
14919         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14920         properly now.
14921
14922         * gnus.el (spam-resend-to): Add group/topic parameter.
14923         (spam-process): Move the OBSOLETE processors to the end of the
14924         choices.
14925
14926 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14927
14928         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14929         with resend-to set to nil, and then ask the user if necessary.
14930         (spam-report-resend): spam-report-resend takes a list of articles, not
14931         separate article numbers.
14932
14933 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14936         addition to emacs-w3m.
14937
14938 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14939
14940         * assistant.el (assistant-authinfo-data): New function.
14941         (assistant-eval): Eval for entire assistant.
14942
14943         * netrc.el (netrc-services-file): New variable.
14944         (netrc-parse-services): New function.
14945         (netrc-find-service-name): New function.
14946         (netrc-find-service-number): New function.
14947         (netrc-port-equal): New function.
14948         (netrc-machine): Use it.
14949
14950         * nnimap.el (nnimap-open-connection): Use netrc.
14951
14952         * gnus-util.el (gnus-netrc-get): Remove aliases.
14953
14954         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14955
14956         * assistant.el (wid-edit): Fix compilation.
14957
14958         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14959
14960 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14961
14962         * gnus-util.el (gnus-set-file-modes): New function.  (small
14963         patch).
14964
14965 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14966
14967         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14968
14969         * assistant.el (assistant-render-node): Fix up rendering and
14970         read-only text.
14971         (assistant-render-node): Reset.
14972         (assistant-make-read-only): Not sticky.
14973
14974 2004-05-20  Danny Siu  <dsiu@adobe.com>
14975
14976         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14977         centered even when gnus-auto-center-summary is t.
14978
14979 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14980
14981         * dns.el (dns-get-txt-answer): New function.
14982         (dns-read-txt): Ditto.
14983         (query-dns): Use it.
14984
14985 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14988         active for foreign groups even if the group level is higher than
14989         the specified value.
14990
14991 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14992
14993         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14994         non-active groups.
14995
14996         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14997
14998 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14999
15000         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15001
15002 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15005         (spam-crm114-header, spam-crm114-spam-switch)
15006         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15007         (spam-crm114-positive-spam-header)
15008         (spam-crm114-database-directory, spam-list-of-processors)
15009         (spam-group-spam-processor-crm114-p)
15010         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15011         (spam-generic-score, spam-list-of-checks)
15012         (spam-list-of-statistical-checks, spam-registration-functions)
15013         (spam-check-crm114-headers, spam-crm114-score)
15014         (spam-check-crm114, spam-crm114-register-with-crm114)
15015         (spam-crm114-register-spam-routine)
15016         (spam-crm114-unregister-spam-routine)
15017         (spam-crm114-register-ham-routine)
15018         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15019         asjo@koldfront.dk (Adam Sjøgren).
15020
15021         * gnus.el: Add spam-use-crm114.
15022
15023         * spam.el (spam-list-of-processors, spam-registration-functions):
15024         Add spam-use-resend.
15025         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15026         (spam-report-articles-gmane): Add doc fix.
15027         (spam-report-articles-resend, spam-report-resend-register-routine):
15028         Add wrappers around spam-report-resend-to.
15029
15030         * spam-report.el (spam-report-resend-to, spam-report-resend):
15031         Add support for resending spam.
15032         (spam-report-gmane): Fix line length >80.
15033
15034         * gnus.el (spam-process): Add spam-use-resend.
15035
15036 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15037
15038         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15039         number of processed spam messages.
15040         (spam-ham-copy-or-move-routine): Return the number of processed
15041         ham messages.
15042         (spam-summary-prepare-exit): Use the above values to decide
15043         whether status messages shouled be displayed.
15044
15045 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15048         `rfc2047-encoding-function-alist' in order to avoid conflicting
15049         with the old version.
15050         (rfc2047-encode-region): Concatenate words containing non-ASCII
15051         characters in structured fields; don't encode space-delimited
15052         ASCII words even in unstructured fields; don't break words at
15053         char-category boundaries.
15054         (rfc2047-encode-1): New function.
15055         (rfc2047-encode): Use it; encode text so that it occupies the
15056         maximum width within 76-column; work correctly on Q encoding for
15057         iso-2022-* charsets.
15058         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15059         sure not to break a line just after the header name.
15060         (rfc2047-b-encode-region): Removed.
15061         (rfc2047-b-encode-string): New function.
15062         (rfc2047-q-encode-region): Removed.
15063         (rfc2047-q-encode-string): New function.
15064
15065         * mm-util.el (mm-replace-in-string): New function.
15066
15067 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15068
15069         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15070         get it right.
15071         (gnus-inews-make-draft): Really.
15072
15073 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15074
15075         * nnmh.el (nnmh-request-list-1): Don't check the link count
15076         before descending.  (small patch)
15077
15078 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15079
15080         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15081         stuff.
15082
15083         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15084         on real group name.
15085
15086         * gnus-art.el (gnus-signature-limit): Doc fix.
15087
15088         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15089
15090         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15091
15092 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15093
15094         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15095         isn't a string.
15096
15097 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15098
15099         * gnus-draft.el (gnus-draft-send): Bind
15100         rfc2047-encode-encoded-words.
15101
15102         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15103         (rfc2047-encodable-p): Say that =? needs encoding.
15104         (rfc2047-encode-encoded-words): New variable.
15105
15106         * gnus-group.el (gnus-group-select-group): Doc fix.
15107
15108         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15109
15110         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15111         to nil.
15112
15113         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15114
15115         * nnheader.el (nnheader-get-lines-and-char): New function.
15116
15117 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gnus-msg.el (gnus-summary-followup-with-original): Document
15120         yanking of region when active.
15121
15122 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15125         groups if the group level is higher than the specified value.
15126
15127 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15130         (gnus-group-jump-to-group): Added prefix argument using
15131         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15132         non-active group.
15133
15134         * compface.el (uncompface): Be verbose when changing
15135         `uncompface-use-external'.
15136
15137         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15138         handle manual section.
15139
15140 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * gnus-art.el (gnus-button-alist): Revert previous change.
15143
15144 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15147
15148 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15151         whether backend can accept message.
15152
15153         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15154
15155 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15156
15157         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15158         Avoid creating directory when nntp-marks-is-evil is true.
15159         Reported by Reiner Steib.
15160
15161 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * gnus-picon.el (gnus-picon-style): New variable.
15164         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15165         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15166         Jesper Harder <harder@ifa.au.dk>.
15167
15168 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15169
15170         * message.el (message-fill-field): Return point.
15171         (message-generate-headers): Go to end of field.
15172
15173         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15174         stuff for non-living groups.
15175
15176 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * gnus-art.el (gnus-article-followup-with-original)
15179         (gnus-article-reply-with-original): gnus-mark-active-p ->
15180         gnus-region-active-p.
15181
15182 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15185         only when there is spam or ham to be processed.
15186
15187 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15188
15189         * mail-source.el (mail-source-delete-crash-box): Refactor.
15190         (mail-source-fetch): Use it.
15191         (mail-source-fetch-file): Ditto.
15192         (mail-source-fetch-directory): Run postscript in loop.
15193         (mail-source-fetch-pop): Delete.
15194         (mail-source-fetch-maildir): Ditto.
15195         (mail-source-fetch-imap): Ditto.
15196
15197         * imap.el (imap-authenticators): Comment out sasl.
15198
15199         * message.el (message-skip-to-next-address): New function.
15200         (message-fill-header-address): Refactor.
15201         (message-fill-address): Use it.
15202         (message-delete-address): Use it.
15203         (message-fill-header-general): Refactor.
15204         (message-fill-field-address): Rename.
15205         (message-narrow-to-field): Find the start of the header.
15206         (message-header-format-alist): Don't pre-fill.
15207         (message-fill-header): Removed.
15208         (message-insert-header): New function.
15209         (message-shorten-references): Use it.
15210
15211         * rfc2047.el (rfc2047-field-value): Strip props.
15212
15213         * mail-parse.el (mail-header-make-address): New alias.
15214
15215         * ietf-drums.el (ietf-drums-make-address): New function.
15216
15217         * imap.el: Add compiler directives.
15218
15219         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15220
15221         * gnus-art.el (article-decode-idna-rhs): Don't use
15222         message-idna-inside-rhs-p.
15223
15224 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15225
15226         * message.el (message-idna-inside-rhs-p): Removed.
15227         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15228
15229         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15230         false positives.
15231
15232 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15233
15234         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15235
15236 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15237
15238         * nneething.el (nneething-file-name): Don't create spurious
15239         files.
15240
15241         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15242         (gnus-inews-do-gcc): Remove sleep.
15243
15244         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15245         part under point.
15246
15247         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15248         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15249
15250 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * spam.el (spam-summary-prepare-exit): Fixed (length).
15253
15254 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15255
15256         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15257         as expired without moving it" message when there are spam
15258         messages left.
15259
15260 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15261
15262         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15263         header is not nil.
15264
15265 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15266
15267         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15268         nntp-possibly-create-directory, not nntp-possibly-change-group.
15269         (nntp-marks-changed-p): New arg SERVER.
15270         (nntp-request-update-info): Adjust caller.
15271
15272 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15273
15274         * nntp.el (nntp-save-marks): Pass missing arg.
15275
15276 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15277
15278         * nntp.el: Support marks.
15279         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15280         (nntp-marks-modtime, nntp-marks-directory): New variables.
15281         (nntp-request-set-mark, nntp-request-update-info)
15282         (nntp-possibly-create-directory, nntp-marks-changed-p)
15283         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15284         functions.
15285
15286 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15287
15288         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15289         (gnus-xmas-redefine): Rename.
15290
15291         * gnus-score.el (gnus-score-insert-help): Use
15292         gnus-select-lowest-window.
15293
15294         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15295         appt-select-lowest-window and rename to gnus-select-lowest-window.
15296
15297         * gnus.el: do.
15298
15299 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15300
15301         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15302         encodings of MIME-encoded words, in order to improve
15303         interoperability with several broken MUAs.
15304
15305 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15306
15307         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15308         tags, only when charsets are not specified in headers.
15309         (mm-inline-text-html-render-with-w3m): Ditto.
15310
15311         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15312         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15313
15314 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15315
15316         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15317         instead of MIME-decoded from fields when checking
15318         `gnus-article-address-banner-alist'.
15319
15320 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15321
15322         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15323         description rather than subject.
15324
15325 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15326
15327         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15328
15329 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330
15331         * gnus.el (gnus-version-number): Bump.
15332
15333 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15334
15335         * gnus.el: No Gnus v0.2 is released.
15336
15337 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15338
15339         * gnus-agent.el (gnus-agent-read-agentview): Inline
15340         gnus-uncompress-range.
15341
15342 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15343
15344         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15345         `exec-installed-p'.
15346
15347 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15348
15349         * gnus.el (spam-process, spam-autodetect-methods): Add
15350         bsfilter and bsfilter-headers.
15351
15352         * spam.el (spam-bsfilter): New customize group.
15353         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15354         (spam-bsfilter-header, spam-bsfilter-probability-header)
15355         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15356         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15357         (spam-bsfilter-database-directory): New options.
15358         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15359         (spam-list-of-statistical-checks, spam-registration-functions):
15360         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15361         (spam-bsfilter-score): New command.
15362         (spam-check-bsfilter-headers, spam-check-bsfilter)
15363         (spam-bsfilter-register-with-bsfilter)
15364         (spam-bsfilter-register-spam-routine)
15365         (spam-bsfilter-unregister-spam-routine)
15366         (spam-bsfilter-register-ham-routine)
15367         (spam-bsfilter-unregister-ham-routine): New functions.
15368         (spam-generic-score): Support bsfilter; Accept an optional argument
15369         to recalcurate spam score even if scoring header has already been
15370         added.
15371         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15372         optional argument to recalcurate spam score even if scoring header
15373         has already been added.
15374
15375 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15376
15377         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15378         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15379         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15380         link is missing.
15381
15382 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15383
15384         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15385         (html2text-get-attr): Rewrite.
15386
15387         * message.el (message-setup-1): Remove redundant put-text-property
15388         on mail-header-separator.
15389
15390 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15391
15392         * gnus-registry.el (gnus-registry-cache-whitespace)
15393         (gnus-registry-action, gnus-registry-spool-action)
15394         (gnus-registry-split-fancy-with-parent): Change message levels
15395         from 5 to 3 or 7, as needed.
15396
15397         * spam.el (spam-summary-prepare-exit)
15398         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15399         (spam-split, spam-find-spam, spam-log-undo-registration)
15400         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15401         level from 5 to 6.
15402
15403 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15406         2004-03-04 change).
15407
15408 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15409
15410         * sieve-manage.el (sieve-manage-open):
15411         * nnweb.el (nnweb-insert-html):
15412         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15413         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15414         * nnspool.el (nnspool-request-group):
15415         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15416         * nnml.el (nnml-request-update-info):
15417         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15418         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15419         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15420         (nnimap-request-set-mark):
15421         * nnfolder.el (nnfolder-request-update-info):
15422         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15423         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15424         * gnus-uu.el (gnus-uu-find-articles-matching):
15425         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15426         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15427         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15428         * gnus-nocem.el (gnus-nocem-scan-groups):
15429         * gnus-int.el (gnus-start-news-server):
15430         * gnus-group.el (gnus-group-make-kiboze-group)
15431         (gnus-group-browse-foreign-server):
15432         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15433         Use mapc when appropriate.
15434
15435 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         FIXME: Make separate entries for each person.
15438
15439         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15440         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15441         <shields@msrl.com>:
15442
15443         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15444         may need for spam sorting and scoring.
15445         (spam-user-format-function-S): Add user format function suitable for
15446         general use.
15447         (spam-article-sort-by-spam-status): Add sorting function for summary
15448         sorting.
15449         (spam-extra-header-to-number): Add function to get a score from a
15450         header.
15451         (spam-summary-score): Add function to get a numeric score from the
15452         headers.
15453         (spam-generic-score): Fix function doc, was in wrong place.
15454         (spam-initialize): Take symbols when it's run, and install the
15455         extra headers that spam-necessary-extra-headers thinks we need.
15456
15457 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15458
15459         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15460         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15461
15462 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15463
15464         * gnus-sum.el (gnus-set-global-variables)
15465         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15466         (gnus-article-get-xrefs, gnus-summary-best-group)
15467         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15468         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15469         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15470         Use with-current-buffer.
15471
15472 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * spam.el (spam-summary-prepare-exit): Simplify logic.
15475         (spam-fetch-article-header): Read the article header if it's not
15476         available.
15477         (spam-list-articles): Simplify logic.
15478         (spam-filelist-register-routine): Fix bug with unregister-list.
15479
15480         * gnus-registry.el: Fix comments at beginning.
15481
15482 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * message.el (message-cater-to-broken-inn): Remove.
15485         (message-shorten-references): Make sure the total folded length of
15486         References is shorter than 998 characters to cater to a bug in INN
15487         2.3.  Also, don't pretend that references aren't folded -- this
15488         hasn't worked for a while.
15489
15490 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15491
15492         * gnus-agent.el (gnus-agentize):
15493         gnus-agent-send-mail-real-function no longer set to current value
15494         of message-send-mail-function but rather a lambda that calls
15495         message-send-mail-function.  The change makes the agent real-time
15496         responsive to user changes to message-send-mail-function.
15497
15498 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15499
15500         * legacy-gnus-agent.el
15501         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15502         help from Florian Weimer <fw@deneb.enyo.de>
15503
15504 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * nnmail.el (nnmail-cache-insert): Revert last change.
15507
15508 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * nnmail.el (nnmail-cache-insert): Always check whether
15511         nnmail-cache-ignore-groups matches a group name.
15512
15513 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15516         (spam-find-spam, spam-log-processing-to-registry)
15517         (spam-log-registered-p, spam-log-unregistration-needed-p)
15518         (spam-log-undo-registration): Use gnus-message instead of
15519         gnus-error, none of these errors are fatal.
15520
15521         * gnus-registry.el (gnus-registry-clean-empty-function)
15522         (gnus-registry-clean-empty): Remove only empty entries without
15523         extra data.
15524
15525 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15526
15527         * spam-stat.el (spam-stat-buffer-change-to-spam)
15528         (spam-stat-buffer-change-to-non-spam): Change (error) to
15529         (gnus-message 8) invocation.
15530
15531 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * nntp.el (nntp-via-netcat-command): New variable.
15534         (nntp-via-netcat-switches): New variable.
15535         (nntp-open-via-rlogin-and-netcat): New function.
15536         (nntp-open-connection-function): Doc fix.
15537         (nntp-telnet-command): Doc fix.
15538         (nntp-end-of-line): Doc fix.
15539         (nntp-via-rlogin-command): Doc fix.
15540         (nntp-via-user-name): Doc fix.
15541         (nntp-via-address): Doc fix.
15542
15543 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15546         error in Emacs 21.1.
15547
15548 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15551
15552 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15553
15554         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15555         (gnus-agent-with-refreshed-group): New macro.
15556         (gnus-agent-rename-group): New function.
15557         (gnus-agent-delete-group): New function.
15558         (gnus-agent-save-group-info): Use gnus-command-method when
15559         `method' parameter is nil.  Don't write nil entries into the
15560         active file.
15561         (gnus-agent-get-group-info): New function.
15562         (gnus-agent-fetch-articles): Use
15563         gnus-agent-update-files-total-fetched-for to increment disk space
15564         used.
15565         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15566         gnus-agent-update-view-total-fetched-for to increment disk space
15567         used.
15568         (gnus-agent-get-local): Added optional parameters to avoid calling
15569         gnus-group-real-name and gnus-find-method-for-group.
15570         (gnus-agent-set-local): Delete stored entry if either min, or max,
15571         are nil.
15572         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15573         quit, use gnus-agent-regenerate-group to record existance of any
15574         articles fetched to disk before the quit occurred.
15575         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15576         gnus-agent-update-view-total-fetched-for, and
15577         gnus-agent-update-files-total-fetched-for to decrement disk space
15578         used.
15579         (gnus-agent-retrieve-headers): Use
15580         gnus-agent-update-view-total-fetched-for to increment disk space
15581         used.
15582         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15583         with gnus-agent-update-files-total-fetched-for to decrement disk
15584         space and fresh group buffer.
15585         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15586         (gnus-agent-need-update-total-fetched-for): New variable.
15587         (gnus-agent-update-files-total-fetched-for): New function.
15588         (gnus-agent-update-view-total-fetched-for): New function.
15589         (gnus-agent-total-fetched-for): New function.
15590
15591         * gnus-cache.el (gnus-cache-save-buffers): Use
15592         gnus-cache-update-overview-total-fetched-for to change disk space
15593         used by this group.
15594         (gnus-cache-possibly-enter-article): Use
15595         gnus-cache-update-file-total-fetched-for to increment disk space
15596         used by this group.
15597         (gnus-cache-possibly-remove-article): Use
15598         gnus-cache-update-file-total-fetched-for to decrement disk space
15599         used by this group.
15600         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15601         (gnus-cache-rename-group): New function.
15602         (gnus-cache-delete-group): New function.
15603         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15604         (gnus-cache-need-update-total-fetched-for): New variable.
15605         (gnus-cache-with-refreshed-group): New macro.
15606         (gnus-cache-update-file-total-fetched-for): New function.
15607         (gnus-cache-update-overview-total-fetched-for): New function.
15608         (gnus-cache-rename-group-total-fetched-for): New function.
15609         (gnus-cache-delete-group-total-fetched-for): New function.
15610         (gnus-cache-total-fetched-for): New function.
15611
15612         * gnus-group.el: Require gnus-sum and autoload functions to
15613         resolve warnings when gnus-group.el compiled alone.
15614         (gnus-group-line-format): Documented new %F.
15615         (size of Fetched data) group line format; identifies disk space
15616         used by agent and cache.
15617         (gnus-group-line-format-alist): Defined new F format.
15618         (gnus-total-fetched-for): New function.
15619         (gnus-group-delete-group): No longer update
15620         gnus-cache-active-altered as gnus-request-delete-group now keeps
15621         the cache in sync.
15622         (gnus-group-list-active): Let the agent store a server's active
15623         list if currently plugged.
15624
15625         * gnus-int.el (gnus-request-delete-group):
15626         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15627         local disk in sync with the server.
15628         (gnus-request-rename-group):
15629         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15630         local disk in sync with the server.
15631
15632         * gnus-start.el (gnus-get-unread-articles):
15633         Cosmetic simplification to logic.
15634
15635         * gnus-util.el (gnus-rename-file): New function.
15636
15637 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15638
15639         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15640
15641 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15642
15643         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15644         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15645
15646 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15647
15648         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15649         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15650
15651 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15652
15653         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15654
15655 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * spam.el (spam-set-difference): Add function to replace
15658         gnus-set-difference in spam.el.
15659         (spam-summary-prepare-exit): Use spam-set-difference.
15660
15661 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15662
15663         * gnus-registry.el (gnus-registry-cache-file): Update to use
15664         gnus-dribble-directory OR gnus-home-directory OR ~.
15665         (gnus-registry-split-fancy-with-parent): Fix doc.
15666
15667 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * message.el (message-exchange-point-and-mark): Use
15670         message-mark-active-p.  Suggested by Jesper Harder
15671         <harder@ifa.au.dk>.
15672
15673 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * message.el (message-exchange-point-and-mark): Don't activate
15676         region if it was inactive.  Suggested by Hiroshi Fujishima
15677         <pooh@nature.tsukuba.ac.jp>.
15678
15679 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-art.el (article-display-face): Display Faces in the same
15682         order as X-Faces.
15683
15684 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15687
15688 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15691         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15692         (gnus-article-mime-hierarchy): Remove.
15693         (gnus-article-mime-hierarchy-next): Remove.
15694         (gnus-article-mode): Revert 2004-03-19 change.
15695         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15696         (gnus-insert-mime-button): Revert 2004-03-19 change.
15697         (gnus-mime-accumulate-hierarchy): Remove.
15698         (gnus-mime-enter-multipart): Remove.
15699         (gnus-mime-leave-multipart): Remove.
15700         (gnus-mime-display-part): Revert 2004-03-19 change.
15701         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15702
15703         * mml.el (mml-preview): Revert 2004-03-19 change.
15704
15705 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15706
15707         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15708
15709 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15712         t while entering a file name using the mm-with-multibyte macro.
15713         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15714
15715         * mm-util.el (mm-with-multibyte): New macro.
15716
15717 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15720         user option.
15721         (gnus-mime-multipart-functions): Doc and customization fix.
15722         (gnus-article-mime-hierarchy): New variable.
15723         (gnus-article-mime-hierarchy-next): New variable.
15724         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15725         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15726         gnus-article-mime-hierarchy-next to nil.
15727         (gnus-insert-mime-button): Show hierarchy numbers.
15728         (gnus-mime-accumulate-hierarchy): New function.
15729         (gnus-mime-enter-multipart): New function.
15730         (gnus-mime-leave-multipart): New function.
15731         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15732         (gnus-mime-display-alternative): Show hierarchy numbers.
15733
15734         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15735         gnus-article-mime-hierarchy-next to nil.
15736
15737 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15738
15739         * dns.el: Don't require gnus-xmas.
15740
15741 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15742
15743         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15744         inline PGP.
15745         (mml-menu): Disable mml-quote-region if mark is inactive.
15746
15747 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15750         when the group's active is not available.
15751
15752 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15755         error.
15756
15757 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * imap.el (imap-store-password): New variable.
15760         (imap-interactive-login): Use it.
15761         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15762
15763 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15766         window-start and hscroll to summary window.
15767
15768 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15769
15770         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15771         conversion message to newsrc-dribble when an actual conversion is
15772         performed.
15773
15774 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15775
15776         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15777
15778 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * mm-decode.el (mm-complicated-handles): New function reviving
15781         former definition of mm-multiple-handles.
15782
15783         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15784         (gnus-mime-delete-part): Use it.
15785
15786 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15787
15788         * gnus-agent.el (gnus-agent-read-local): Bind
15789         nnheader-file-coding-system to gnus-agent-file-coding-system to
15790         avoid the implicit assumption that they will always be equal.
15791         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15792         coding-system-for-write, as the with-temp-file macro first prints
15793         to a buffer then saves the buffer.
15794
15795 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-art.el (gnus-article-edit-part): New function.
15798         (gnus-mime-save-part-and-strip): Use it; do query instead of
15799         signaling an error; don't use mm-multiple-handles.
15800         (gnus-mime-delete-part): Ditto.
15801
15802 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15803
15804         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15805         old file versions.
15806         (gnus-group-prepare-hook): Removed function that converted list
15807         form of gnus-agent-expire-days to group properties.
15808
15809         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15810         (gnus-request-accept-article): Re-indented.
15811
15812         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15813         converters to handle old agent file formats.  Added logic for a
15814         "backup before upgrading warning".
15815         (gnus-convert-mark-converter-prompt): Developers can mark
15816         functions as needing (default), or not needing,
15817         gnus-convert-old-newsrc's "backup before upgrading warning".
15818         (gnus-convert-converter-needs-prompt): Tests whether the user
15819         should be protected from potentially irreversable changes by the
15820         function.
15821
15822         * legacy-gnus-agent.el: New.  Provides converters that are only
15823         loaded when gnus-convert-old-newsrc needs to call them.
15824
15825 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mail-source.el (mail-source-touch-pop): Doc fix.
15828
15829         * message.el (message-smtpmail-send-it): Doc fix.
15830
15831 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15832
15833         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15834
15835         * nnmail.el (nnmail-split-fancy): do.
15836
15837         * gnus-kill.el (gnus-kill, gnus-execute): do.
15838
15839 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15840
15841         * gnus-sum.el (gnus-widget-reversible-match)
15842         (gnus-widget-reversible-to-internal)
15843         (gnus-widget-reversible-to-external): New functions.
15844         (gnus-widget-reversible): New widget.
15845         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15846
15847 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15848
15849         * gnus-sum.el (gnus-thread-sort-functions)
15850         (gnus-article-sort-functions): Document `(not F)' items.
15851
15852 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15853
15854         * spam.el (spam-use-gmane-xref): Add new backend.
15855         (spam-gmane-xref-spam-group): Add variable to control the name of the
15856         Gmane spam group.
15857         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15858         (spam-regex-headers-spam, spam-regex-headers-ham)
15859         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15860         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15861         backends and checks.
15862         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15863
15864         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15865         an autodetect method.
15866
15867 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15868
15869         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15870         articles are being added to a group.
15871         (gnus-request-replace-article): Inform the agent that articles
15872         need to be uncached as the cached contents are no longer valid.
15873
15874 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * binhex.el: Don't autoload executable-find.
15877
15878         * canlock.el: Don't autoload mail-fetch-field.
15879
15880         * dgnushack.el: Autoload c-mode for XEmacs.
15881
15882         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15883
15884         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15885         rmail-dont-reply-to and rmail-output.
15886
15887         * gnus-score.el: Don't autoload ffap-string-at-point.
15888
15889         * gnus-setup.el: Don't autoload sc-cite-original.
15890
15891         * imap.el: Don't autoload base64-decode-string,
15892         base64-encode-string and md5.
15893
15894         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15895         and rmail-msg-restore-non-pruned-header.
15896
15897         * mm-decode.el: Don't autoload executable-find.
15898
15899         * mm-url.el: Don't autoload executable-find.
15900
15901         * mm-view.el: Don't autoload diff-mode.
15902
15903         * nndb.el: Don't autoload news-reply-mode, news-setup,
15904         cancel-timer and telnet.
15905
15906         * password.el: Don't autoload run-at-time for Emacs.
15907
15908         * sha1-el.el: Don't autoload executable-find.
15909
15910         * sieve-mode.el: Don't autoload c-mode.
15911
15912         * uudecode.el: Don't autoload executable-find.
15913
15914 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15915
15916         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15917         (gnus-agent-possibly-alter-active): Avoid null in numeric
15918         comparison.
15919         (gnus-agent-set-local): Refuse to save null in local object table.
15920         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15921         list of articles that will be marked as unread.
15922
15923 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15926
15927 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15930         language tags.
15931
15932 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15933
15934         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15935         Don't bind "obarray".
15936
15937         * gnus-sum.el (gnus-thread-sort-functions): Added
15938         `gnus-thread-sort-by-most-recent-number' and
15939         `gnus-thread-sort-by-most-recent-date'.
15940         Reported by Kai Grossjohann <kai@emptydomain.de>.
15941
15942 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15945
15946 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15947
15948         * gnus-cus.el (gnus-agent-customize-category): Removed
15949         ignore-errors macro reference that required cl to be loaded at
15950         run-time.
15951
15952         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15953         single-interval range of the form (min . max).  Previously the
15954         range had to look like ((min . max)).  Likewise, return
15955         (min . max) rather than ((min . max)).
15956         (gnus-range-map): Use gnus-range-normalize to accept
15957         single-interval range.
15958
15959         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15960         the cache, but not the agent, now appear with their usual face.
15961
15962         * dgnushack.el (loaddir): New variable that is bound to the
15963         directory containing the dgnushack.el file. Use loaddir, rather
15964         than srcdir, to update load-path. Change lets dgnushack compile
15965         code in directories other than GNUS/lisp.
15966
15967 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * lpath.el: Don't bind w3m-safe-url-regexp.
15970
15971         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15972         w3m-safe-url-regexp variable buffer-local.
15973
15974         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15975
15976 2004-02-27  Simon Josefsson  <jas@extundo.com>
15977
15978         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15979         gnus-group-real-prefix.
15980         (gnus-summary-move-article): Use it, instead of
15981         gnus-group-real-prefix.
15982
15983 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * lpath.el: Bind w3m-safe-url-regexp.
15986
15987         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15988         w3m-safe-url-regexp variable buffer-local and set it as the value
15989         of mm-w3m-safe-url-regexp.
15990
15991         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15992
15993         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15994         parsing gnus-posting-styles when the message is not for replying.
15995
15996         * dgnushack.el: Autoload sgml-mode for XEmacs.
15997
15998         * nnrss.el (nnrss-opml-export): Use
15999         mm-set-buffer-file-coding-system instead of
16000         set-buffer-file-coding-system.
16001
16002 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16005         of checkdoc.el).
16006         * nnrss.el: do.
16007         * gnus-mlspl.el: do.
16008         * gnus-ml.el: do.
16009         * gnus-srvr.el: do.
16010
16011         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16012
16013 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16014
16015         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16016         Corrections to custom-manual links.
16017
16018         * gnus-art.el (gnus-article): Ditto.
16019
16020         * mm-decode.el (mime-display, mime-security): Ditto.
16021
16022 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16023
16024         * flow-fill.el: Typo.
16025
16026 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16027
16028         * spam-wash.el: New file.
16029
16030 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16031
16032         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16033
16034 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16035
16036         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16037         to be run with new-articles as LIST1, not LIST2.
16038         (spam-registration-functions): Add spam-use-ham-copy as a nil
16039         registration backend.
16040
16041 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16042
16043         * spam-stat.el (spam-stat-washing-hook): New option.
16044         (spam-stat-buffer-words): Use it.
16045         (spam-stat-process-directory, spam-stat-test-directory): Use
16046         insert-file-contents-literally.
16047         (spam-stat-coding-system): New variable.
16048         (spam-stat-load, spam-stat-save): Use it.
16049
16050 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * spam-report.el (spam-report-plug-agent): Quote
16053         spam-report-url-to-file and spam-report-url-ping-plain.
16054
16055 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16056
16057         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16058         / in mailto URLs.
16059
16060 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * spam-report.el (spam-report-process-queue): Fix interactive use.
16063         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16064         (spam-report-unplug-agent): Doc fixes.
16065         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16066         (spam-report-agentize, spam-report-deagentize): Autoload.
16067
16068 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16071
16072         * message.el (message-setup-fill-variables): Add mml tags to
16073         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16074         <ajk@iu.edu>.
16075         (message-mode): Don't modify paragraph-separate there.
16076
16077 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * compface.el (uncompface-use-external): Default to undecided.
16080         (uncompface-use-external-threshold): New variable.
16081         (uncompface-float-time): New macro.
16082         (uncompface): Determine whether to use the external decoder if
16083         uncompface-use-external is undecided.
16084
16085 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16086
16087         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16088         after images.
16089
16090         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16091
16092 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16093
16094         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16095
16096         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16097
16098         * gnus-sum.el (gnus-summary-limit-to-age)
16099         (gnus-summary-limit-children): do.
16100
16101         * gnus-int.el (gnus-request-scan): do.
16102
16103         * gnus-group.el (gnus-group-suspend): do.
16104
16105         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16106
16107         * gnus-cite.el (gnus-cite-parse-attributions): do.
16108
16109         * gnus-agent.el (gnus-summary-set-agent-mark)
16110         (gnus-agent-regenerate-group): do.
16111
16112         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16113
16114         * binhex.el (binhex-decode-region-internal): do.
16115
16116 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-fun.el (gnus-face-properties-alist): New user option.
16119         (gnus-display-x-face-in-from): Use it.
16120
16121         * gnus-art.el (article-display-face): Ditto.
16122
16123         * compface.el (uncompface-use-external): Default to nil.
16124
16125 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * nntp.el (nntp-erase-buffer): New function.
16128         (nntp-retrieve-data, nntp-send-command)
16129         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16130         (nntp-possibly-change-group): Use it.
16131
16132         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16133         with-current-buffer.
16134
16135 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16136
16137         * compface.el: Merge the ELisp-based uncompface program.
16138         (compface): New customization group.
16139         (uncompface-use-external): New user option.
16140         (uncompface): Call uncompface-internal if uncompface-use-external
16141         is nil.
16142         (uncompface-internal): New function.  Note that there are also
16143         some other functions and variables added for this function.
16144
16145 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16146
16147         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16148         if necessary.
16149
16150 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * spam-report.el (spam-report-unplug-agent)
16153         (spam-report-plug-agent, spam-report-deagentize)
16154         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16155         Add support for the Agent in spam-report: when unplugged, report to a
16156         file; when plugged, submit all the requests.
16157
16158         * spam.el (spam-register-routine): Fix message about
16159         registration.
16160
16161 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16162
16163         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16164         dependencies.
16165         (rfc2047-encode): Use it.
16166
16167         * gnus-art.el (gnus-button-marker-list): Move before first
16168         reference.
16169
16170         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16171         (imap-parse-body): Fix format string mismatch.
16172
16173         * gnus-score.el (gnus-summary-increase-score): do.
16174
16175         * nnrss.el (nnrss-close): New function.
16176
16177 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16178
16179         * nnrss.el (nnrss-make-filename): New function.
16180         (nnrss-request-delete-group, nnrss-read-server-data)
16181         (nnrss-save-server-data, nnrss-read-group-data)
16182         (nnrss-save-group-data): Use it.
16183         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16184         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16185         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16186
16187 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16190
16191 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16192
16193         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16194         files.
16195
16196         * message.el (message-generate-headers-first): Don't quote nil
16197         and t in docstrings.
16198
16199         * imap.el (imap-id): do.
16200
16201         * gnus-agent.el (gnus-agent-consider-all-articles)
16202         (gnus-agent-queue-mail): do.
16203
16204 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * spam-report.el (spam-report-process-queue): New function.
16207         Process requests from `spam-report-requests-file'.
16208         (spam-report-process-queue): Doc fix.
16209
16210 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16211
16212         * spam.el (spam-register-routine)
16213         (spam-log-processing-to-registry, spam-log-registered-p)
16214         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16215         Change "check" to "spam-check" for semi-clarity.
16216
16217 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16218
16219         * pop3.el: Require nnheader.
16220
16221         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16222
16223         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16224
16225         * gnus-picon.el: Require cl.
16226
16227         * gnus-fun.el: Require gnus-ems and gnus-util.
16228
16229         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16230
16231         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16232
16233         * gnus-art.el (gnus-article-edit-mode): Define before first
16234         reference.
16235
16236 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16237
16238         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16239         (gnus-uu-post-encoded): Use point-at-bol.
16240
16241         * gnus-topic.el (gnus-group-active-topic-p): do.
16242
16243         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16244
16245         * gnus-group.el (gnus-group-kill-region): do.
16246
16247         * gnus-art.el (article-date-ut): do.
16248
16249         * message.el (message-fetch-field): Remove redundant
16250         case-fold-search binding.
16251         (message-narrow-to-field): Simplify.
16252
16253 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * spam.el (spam-directory): Derive from `gnus-directory'.
16256
16257         * spam-report.el (spam-report-url-to-file)
16258         (spam-report-requests-file): New function and variable for offline
16259         reporting.
16260         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16261         and user defined function.
16262         (spam-report-url-ping-mm-url): Remove doubled slash.
16263
16264 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16265
16266         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16267
16268 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16271         format string mismatch.
16272
16273         * sieve.el (sieve-deactivate-all): do.
16274
16275         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16276
16277         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16278
16279         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16280
16281         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16282
16283 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16286         the list of checks.
16287
16288 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16289
16290         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16291         padding.
16292
16293 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16294
16295         * mm-view.el (mm-fill-flowed): New variable.
16296         (mm-inline-text): Use it.
16297
16298 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16299
16300         * spam.el (spam-spamassassin-register-ham-routine)
16301         (spam-spamassassin-register-spam-routine): Fix function names.
16302
16303 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus.el (gnus-tmp-grouplens): Remove.
16306         (gnus-summary-line-format): Remove grouplens.
16307
16308         * gnus-group.el (gnus-group-line-format): Ditto.
16309
16310         * gnus-spec.el (gnus-format-specs): Ditto.
16311         (gnus-update-format-specifications): Flush the group format spec
16312         cache if there's the grouplens stuff.
16313         (gnus-parse-simple-format): Replace %l with the empty string.
16314
16315 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16316
16317         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16318         omission.
16319
16320 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16323         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16324
16325 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16326
16327         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16328         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16329         New macros and functions.
16330         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16331         Handle > NLINK_MAX messages.
16332         * nnmaildir.el (nnmaildir-request-set-mark): Use
16333         nnmaildir--emlink-p and nnmaildir--eexist-p.
16334
16335 2004-01-25  Alex Schroeder  <alex@gnu.org>
16336
16337         * spam-stat.el (spam-stat-process-directory-age): New option.
16338         (spam-stat-process-directory): Use it.
16339
16340 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16341
16342         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16343         (spam-stat-save): Accept prefix argument.
16344
16345 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16346
16347         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16348         links" error.
16349
16350 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16353         the rest of the and/or forms.
16354
16355 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16356
16357         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16358         compatibility with old .newsrc.eld files.
16359
16360         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16361
16362         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16363
16364         * gnus-start.el (gnus-1): do.
16365
16366         * gnus-group.el (gnus-group-line-format-alist): do.
16367
16368         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16369
16370         * gnus-gl.el: Remove.
16371
16372 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16373
16374         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16375         marks consisting of a single range {for example, (3 . 5)} rather
16376         than a list of a single range { ((3 . 5)) }.
16377
16378 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16381         with-current-buffer.
16382         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16383         avoid consing a string.
16384
16385         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16386         Remove obsolete entries for big5 and gb2312.
16387
16388 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16389
16390         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16391         uncompressed list.
16392
16393 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * spam-stat.el (spam-stat-strip-xref): New function.
16396         (spam-stat-process-directory): Use it.
16397
16398         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16399         here -- it's done in message-fetch-field.
16400
16401 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16402
16403         * gnus-agent.el (gnus-agent-queue-mail)
16404         (gnus-agent-prompt-send-queue): New variables.
16405         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16406         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16407         "nndraft:queue" along to gnus-draft-send.  Use
16408         gnus-agent-prompt-send-queue.
16409         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16410         is "nndraft:queue".  Suggested by Gaute Strokkenes
16411         <gs234@srcf.ucam.org>
16412
16413         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16414         (agent-enable-undownloaded-faces): Added.
16415         (gnus-agent-cat-groups): Use eval-and-compile, not
16416         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16417         method of gnus-agent-cat-groups even when the buffer has been
16418         evaled.
16419         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16420         delete gnus-agent-save-active-1.
16421         (gnus-agent-save-groups): Deleted.  Identical to
16422         gnus-agent-save-active.
16423         (gnus-agent-write-active): No longer adjust agent's copy of active
16424         file as agent's adjustments are now stored in their own
16425         file.  Removed optional parameter.
16426         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16427         servers.  Add use of min/max range limits from server's local
16428         file.
16429         (gnus-agent-save-alist): Removed unused optional argument.
16430         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16431         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16432         (gnus-agent-set-local): A per-server file that keeps min/max range
16433         limits for articles known to the agent.  Provides a fast mechanism
16434         for altering many active ranges.
16435         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16436         active file (local makes it unnecessary).
16437         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16438
16439         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16440         (agent-enable-undownloaded-faces): Added.
16441
16442         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16443         disable it when sending to "nndraft:queue".
16444         (gnus-group-send-queue): Add safety check to avoid sending queue
16445         when unplugged.
16446
16447         * gnus-group.el (gnus-group-catchup): Use new
16448         gnus-sequence-of-unread-articles, not
16449         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16450         numbers of articles.  Use gnus-range-map to avoid having to
16451         uncompress the unread list.
16452         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16453         Fixed invalid ange-ftp reference.
16454
16455         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16456         (gnus-sorted-range-intersection): Intersection of two ranges
16457         without requiring that they first be uncompressed.
16458
16459         * gnus-start.el (gnus-activate-group): Unless blocked by the
16460         caller, possibly expand the active range to include both cached
16461         and agentized articles.
16462         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16463         multiple version-dependent converters.
16464         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16465         gnus-agent-save-active.
16466         (gnus-save-newsrc-file): Save dirty agent range limits.
16467
16468         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16469         gnus-agent-possibly-alter-active.
16470         (gnus-adjust-marked-articles): Faster handling of simple lists.
16471
16472 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16473
16474         * spam-stat.el (spam-stat-test-directory): New optional argument
16475         displays a list of files detected.  Suggested by Andrew Cohen
16476         <cohen@andy.bu.edu>.
16477         (spam-stat-buffer-words-with-scores): Don't narrow and change
16478         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16479
16480 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16481
16482         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16483         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16484         (spam-spamassassin-arguments)
16485         (spam-spamassassin-spam-flag-header)
16486         (spam-spamassassin-positive-spam-flag-header)
16487         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16488         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16489         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16490         (spam-list-of-processors, spam-list-of-checks)
16491         (spam-list-of-statistical-checks, spam-registration-functions)
16492         (spam-check-spamassassin-headers, spam-check-spamassassin)
16493         (spam-spamassassin-score)
16494         (spam-spamassassin-register-with-sa-learn)
16495         (spam-spamassassin-register-spam-routine)
16496         (spam-spamassassin-register-ham-routine)
16497         (spam-assassin-register-spam-routine)
16498         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16499         (spam-bogofilter-score): Fix to show article before scoring.
16500
16501 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16502
16503         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16504         default scoring function.
16505         (spam-generic-score): Call spam-spamassassin-score if
16506         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16507         spam-bogofilter-score otherwise.
16508
16509         * gnus.el (spam-process, spam-autodetect-methods): Add
16510         spamassassin and spamassassin-headers.
16511
16512 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16513
16514         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16515         Suppress unnecessary messages.
16516
16517 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16518
16519         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16520         make-hash-table.
16521
16522 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * canlock.el (base64-encode-string): Don't autoload it.
16525
16526 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * run-at-time.el: Remove useless (require 'itimer),
16529         eval-and-compile and (featurep 'xemacs).
16530
16531 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16534         GROUP is a virtual group.
16535
16536 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16537
16538         * gnus.el: Autoload `message-y-or-n-p'.
16539
16540 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16541
16542         * pgg-parse.el: Remove unnecessary (require 'custom).
16543
16544         * pgg-def.el: do.
16545
16546         * nnmail.el: do.
16547
16548         * gnus-undo.el: do.
16549
16550         * gnus-picon.el: do.
16551
16552         * gnus-util.el: do.
16553
16554 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16557
16558 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16561         handle, as well as a list.
16562
16563         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16564         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16565         (mm-w3m-cid-retrieve): Simplify.
16566
16567 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16568
16569         * message.el (message-kill-to-signature): Allow prefix arg to
16570         specify number of lines to keep before signature.
16571
16572 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16573
16574         * message.el (message-kill-to-signature): Change docstring.
16575
16576 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * canlock.el: Always require sha1-el.
16579         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16580
16581         * message.el: Autoload sha1 only when compiling.
16582
16583         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16584         eudc-expand-inline for XEmacs.
16585
16586 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * message.el (message-canlock-generate): Require sha1-el.
16589
16590 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16591
16592         * message.el (message-expand-name): Silence the byte compiler.
16593
16594         * lpath.el: Add detect-coding-system.
16595
16596         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16597         cus-edit.
16598
16599 2004-01-13  Simon Josefsson  <jas@extundo.com>
16600
16601         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16602         Invoke gnus-score-mode.  Reported by
16603         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16604
16605         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16606         Jim Blandy <jimb@redhat.com> (tiny change).
16607
16608 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16609
16610         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16611
16612 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16613
16614         * spam.el (spam-get-article-as-string): Update to use
16615         gnus-request-article-this-buffer, much simpler.
16616         (spam-get-article-as-buffer): Remove.
16617
16618 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16619
16620         * message.el (message-expand-name): Use EUDC if the user uses that.
16621
16622 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16625         character for the encoding to avoid consing a string.
16626
16627         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16628         unnecessarily.
16629
16630         * mm-util.el (mm-replace-chars-in-string): Remove.
16631
16632         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16633         of mm-replace-chars-in-string.
16634
16635 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16638
16639         * mm-util.el (mm-subst-char-in-string): Support inplace.
16640
16641         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16642         a new string in every iteration.  Use shy groups.
16643
16644 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16645
16646         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16647         * gnus-soup.el (gnus-soup-group-brew):
16648         * gnus-msg.el (gnus-put-message):
16649         * gnus-move.el (gnus-group-move-group-to-server):
16650         * gnus-kill.el (gnus-batch-score):
16651         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16652         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16653         (gnus-group-update-group, gnus-group-read-group)
16654         (gnus-group-make-group, gnus-group-make-help-group)
16655         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16656         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16657         (gnus-group-sort-by-unread, gnus-group-catchup)
16658         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16659         (gnus-group-yank-group, gnus-group-set-info)
16660         (gnus-group-list-groups):
16661         * gnus.el (gnus-generate-new-group-name):
16662         * gnus-delay.el (gnus-delay-send-queue):
16663         * nnvirtual.el (nnvirtual-catchup-group):
16664         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16665         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16666         (gnus-group-prepare-topics, gnus-topic-check-topology):
16667         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16668         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16669         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16670         (gnus-group-make-articles-read):
16671         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16672         (gnus-group-change-level, gnus-kill-newsgroup)
16673         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16674         (gnus-get-unread-articles, gnus-make-articles-unread)
16675         (gnus-make-ascending-articles-unread): Use accessor
16676         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16677         to get group information for improved readability.
16678
16679
16680 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16681
16682         * gnus-art.el (article-decode-mime-words, article-babel)
16683         (gnus-article-highlight-signature, gnus-article-add-buttons)
16684         (gnus-signature-toggle): Use gnus-with-article-buffer.
16685
16686         * gnus-art.el (gnus-article-highlight-headers)
16687         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16688
16689         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16690         (gnus-article-set-globals, gnus-request-article-this-buffer)
16691         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16692         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16693         (gnus-mime-display-alternative): Use with-current-buffer.
16694
16695 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16696
16697         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16698         also under 80 char limit, and call gnus-error if needed.
16699         (spam-fetch-article-header): Fix - it was a
16700         buffer-local variable (gnus-newsgroup-data).
16701         (spam-find-spam): Use spam-generate-fake-headers, forget about
16702         spam-insert-fake-headers.
16703         (spam-insert-fake-headers): Remove.
16704
16705 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * deuglify.el (gnus-article-outlook-unwrap-lines)
16708         (gnus-outlook-rearrange-article)
16709         (gnus-outlook-repair-attribution-outlook)
16710         (gnus-outlook-repair-attribution-block)
16711         (gnus-outlook-repair-attribution-other): Remove redundant
16712         save-excursion.
16713
16714 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16715
16716         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16717         (spam-fetch-field-subject-fast)
16718         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16719         (spam-fetch-article-header): Add functions to deal with Gnus
16720         internals for fast retrieval of article header data.
16721         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16722
16723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16724
16725         * pop3.el (pop3-md5): Remove.
16726         (pop3-apop): Replace pop3-md5 with md5.
16727
16728         * mm-bodies.el: base64 is always built-in.
16729
16730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16731         with-current-buffer.
16732
16733 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * canlock.el (canlock-insert-header): Remove excessive grouping in
16736         regexp.
16737
16738         * gnus-sum.el (gnus-summary-read-document): Ditto.
16739
16740         * gnus-uu.el (gnus-uu-part-number): Ditto.
16741
16742         * html2text.el (html2text-remove-tags): Ditto.
16743         (html2text-format-tags): Ditto.
16744         (html2text-format-single-elements): Ditto.
16745
16746         * mml.el (mml-parse-1): Ditto.
16747
16748 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16751
16752         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16753
16754         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16755
16756         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16757
16758 2003-11-15  Simon Josefsson  <jas@extundo.com>
16759
16760         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16761         (pgg-gpg-lookup-key): Use regexp match instead of
16762         split-string (split-string is different between emacs 21.2 and
16763         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16764
16765 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * gnus-art.el (gnus-mime-view-all-parts)
16768         (gnus-article-part-wrapper, gnus-article-view-part): Use
16769         with-current-buffer.
16770
16771 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * spam.el (spam-disable-spam-split-during-ham-respool)
16774         (spam-spamoracle-database, spam-cache-lookups)
16775         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16776         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16777         (spam-group-ham-marks, spam-group-spam-marks)
16778         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16779         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16780         also add spam-use-blackholes to the statistical checks.
16781         (spam-fetch-field-fast): Add interface to fetching fields, may
16782         become a macro.
16783         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16784         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16785         (spam-insert-fake-headers): Fake an article when needed.
16786         (spam-find-spam): Fake article when possible.
16787         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16788         (spam-check-bogofilter-headers): Use message-fetch-field instead
16789         of nnmail-fetch-field.
16790
16791 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16794
16795 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16796
16797         * spam.el (spam-split): Do not require spam-use-CHECK to be
16798         enabled if that check is passed to spam-split explicitly; also
16799         fix so 'spam doesn't get converted to spam-split-group when
16800         spam-split-symbolic-return is t.
16801         (spam-find-spam): Find registrations of the article and use those
16802         instead of re-running spam-split to find the spam/ham
16803         classification of the article.
16804         (spam-log-processing-to-registry, spam-log-registered-p)
16805         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16806         Use gnus-error instead of gnus-message.
16807         (spam-log-registration-type): Add function to determine the
16808         classification of a message based on registry entries; will
16809         return nil if both 'spam and 'ham are found.
16810         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16811         a reasonably fast local cache without the loading errors.
16812         (spam-cache-lookups): Set to t by default.
16813         (spam-find-spam): Don't try to guess spam-cache-lookups.
16814         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16815         spam-caches entry.
16816         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16817         caching of whitelist/blacklist entries.
16818         (spam-check-whitelist, spam-check-blacklist): Invoke
16819         spam-from-listed-p with a type, not a cache variable.
16820         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16821
16822 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16823
16824         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16825
16826         * nnmail.el (nnmail-split-fancy): do.
16827
16828         * mml.el (mml-parse): do.
16829
16830         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16831         (gnus-score-adaptive): do.
16832
16833 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16836         (gnus-mime-button-map): Don't set keymap parent.
16837         (gnus-button-ctan-directory-regexp): Use shy grouping.
16838         (gnus-prev-page-map): Don't set keymap parent.
16839         (gnus-prev-page-map): Remove duplicated one.
16840         (gnus-next-page-map): Don't set keymap parent.
16841         (gnus-mime-security-button-map): Ditto.
16842
16843         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16844         version number.
16845
16846         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16847
16848 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * canlock.el (canlock-sha1-function): Remove.
16851         (canlock-sha1-function-for-verify): Remove.
16852         (canlock-openssl-program): Remove.
16853         (canlock-openssl-args): Remove.
16854         (canlock-ignore-errors): Remove.
16855         (canlock-sha1-with-openssl): Remove.
16856         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16857         (canlock-verify): Don't use canlock-ignore-errors.
16858
16859         * sha1-el.el (sha1-string-external): Make it can return a string
16860         in binary form.
16861         (sha1-region-external): Ditto.
16862         (sha1-string-internal): Ditto.
16863         (sha1-region-internal): Ditto.
16864         (sha1-region): Ditto.
16865         (sha1-string): Ditto.
16866         (sha1): Ditto.
16867
16868 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16869
16870         * spam.el (spam-report-articles-gmane): New command.
16871
16872 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16875
16876         * run-at-time.el (run-at-time-saved): Remove.
16877         (run-at-time): Doc fix.
16878
16879 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16880
16881         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16882         (gnus-summary-limit-map): Add it.
16883         (gnus-summary-make-menu-bar): do.
16884
16885 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16888         Make attempt at some caching support (done for BBDB only now).
16889         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16890         addresses to be checked.
16891         (spam-clear-cache-BBDB): Add function, to be invoked by
16892         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16893         (spam-check-BBDB): Check and use the caches, if
16894         spam-cache-lookups is on, remove superfluous (provide).
16895
16896 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16899
16900 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16901
16902         * run-at-time.el (run-at-time-saved): Move to after the definition
16903         of `run-at-time'.
16904
16905         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16906
16907 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16910         mm-w3m-local-map-property.
16911
16912         * mm-view.el (mm-w3m-mode-map): Remove.
16913         (mm-w3m-local-map-property): Remove.
16914         (mm-inline-text-html-render-with-w3m): Don't use
16915         mm-w3m-local-map-property.
16916
16917 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918
16919         * run-at-time.el: New file.
16920
16921         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16922         under Emacs.
16923
16924         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16925         of gnus-set-text-properties.
16926
16927         * gnus-uu.el (gnus-uu-save-article): Ditto.
16928
16929         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16930
16931         * gnus-cite.el (gnus-cite-parse): Ditto.
16932
16933         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16934         of gnus-.
16935
16936         * gnus-xmas.el (run-at-time): Require run-at-time.
16937
16938         * gnus.el: Changed calls to nnheader-run-at-time and
16939         password-run-at-time throughout to use run-at-time directly.
16940
16941         * password.el: Removed definition of run-at-time.
16942
16943         * nnheaderxm.el: Remove definition of run-at-time.
16944
16945 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16946
16947         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16948         in prompt.
16949
16950 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16951
16952         * messagexmas.el (message-xmas-redefine): Alias
16953         `message-make-caesar-translation-table' to
16954         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16955         version.
16956
16957         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16958         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16959         `gnus-xmas-set-text-properties'.
16960         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16961         `gnus-xmas-completing-read'.
16962         (gnus-xmas-completing-read): Removed.
16963         (gnus-xmas-open-network-stream): Removed.
16964
16965         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16966         XEmacs version.
16967
16968         * dns.el (dns-make-network-process): Use `open-network-stream'
16969         instead of `gnus-xmas-open-network-stream'.
16970
16971         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16972
16973         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16974
16975 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16976
16977         * gnus-art.el (gnus-mime-display-alternative)
16978         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16979         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16980         Don't use gnus-local-map-property.
16981
16982         * gnus-util.el (gnus-local-map-property): Remove.
16983
16984         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16985         gnus-completing-read-maybe-default with completing-read.
16986
16987         * gnus-util.el (gnus-completing-read): do.
16988         (gnus-completing-read-maybe-default): Remove.
16989
16990 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16991
16992         * password.el: Only autoload `run-at-time' if not XEmacs.
16993         Only autoload the itimer functions if XEmacs.
16994
16995 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16998         XEmacsen.
16999
17000         * dgnushack.el: Autoload executable-find for XEmacs.
17001
17002 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17003
17004         * gnus-art.el (gnus-read-string): Remove.
17005         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17006         read-string.
17007
17008 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17009
17010         * netrc.el: Autoload password-read.
17011         (netrc): Add configuration group.
17012         (netrc-encoding-method, netrc-openssl-path): Add
17013         variables for encoding and decoding of files with symmetric
17014         ciphers.
17015         (netrc-encode): Add assistant function to encode a file with
17016         netrc-encoding-method.
17017         (netrc-parse): Add interactive parameter, added optional
17018         decoding if netrc-encoding-method is non-nil but otherwise
17019         behavior is standard.
17020         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17021         Do s/encode/encrypt/ everywhere.
17022
17023         * spam.el: Remove executable-find autoload.
17024
17025 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17026
17027         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17028
17029         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17030
17031 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * gnus-art.el (gnus-treat-ansi-sequences)
17034         (article-treat-ansi-sequences): New variable and function.
17035         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17036
17037         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17038         Use it.
17039
17040 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17041
17042         * mm-util.el (mm-quote-arg): Remove.
17043
17044         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17045         shell-quote-argument.
17046
17047         * gnus-uu.el (gnus-uu-command): do.
17048
17049         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17050
17051         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17052         with make-char.
17053
17054         * mm-util.el (mm-make-char): Remove.
17055
17056         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17057         add-minor-mode.
17058
17059         * gnus-undo.el (gnus-undo-mode): do.
17060
17061         * gnus-topic.el (gnus-topic-mode): do.
17062
17063         * gnus-sum.el (gnus-dead-summary-mode): do.
17064
17065         * gnus-start.el (gnus-slave-mode): do.
17066
17067         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17068
17069         * gnus-ml.el (gnus-mailing-list-mode): do.
17070
17071         * gnus-gl.el (gnus-grouplens-mode): do.
17072
17073         * gnus-draft.el (gnus-draft-mode): do.
17074
17075         * gnus-dired.el (gnus-dired-mode): do.
17076
17077         * gnus-ems.el (gnus-add-minor-mode): Remove.
17078
17079         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17080         Replace gnus-char-width with char-width.
17081
17082         * gnus-ems.el (gnus-char-width): Remove.
17083
17084         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17085         Replace gnus-char-width with char-width.
17086
17087         * gnus-ems.el (gnus-char-width): Remove.
17088
17089         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17090         definition.
17091         Remove Emacs 20 hash table compatibility code.
17092
17093         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17094         20 compatibility code.
17095
17096         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17097
17098         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17099
17100         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17101         with point-at-{eol,bol}.
17102
17103         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17104
17105         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17106
17107         * flow-fill.el (fill-flowed-point-at-bol)
17108         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17109
17110         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17111         Replace with point-at-{eol,bol} throughout all files.
17112
17113 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * ntlm.el (ntlm-string-as-unibyte): New macro.
17116         (ntlm-build-auth-response): Use it.
17117
17118         Remove Emacs 20 stuff:
17119         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17120         (butlast, mapc, remove): Remove the compiler macros.
17121         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17122         of delq and copy-sequence.
17123         * gnus-art.el (popup-menu): Remove the compiler macro.
17124         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17125         Emacs 20.
17126
17127 2004-01-05  Simon Josefsson  <jas@extundo.com>
17128
17129         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17130         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17131         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17132         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17133         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17134         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17135         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17136         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17137         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17138         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17139         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17140         string-xor into ntlm-string-xor.  Suggested by
17141         Jesper Harder <harder@myrealbox.com>.
17142
17143         * ntlm.el: Don't include poem.
17144
17145         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17146         Jesper Harder <harder@myrealbox.com>.
17147
17148         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17149
17150         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17151         probably breaks emacs with DL patch, but do we care? Is anyone
17152         still using the DL stuff?)
17153
17154         * sieve-manage.el: Use the password package.
17155         (sieve-manage-read-passwd): Remove.
17156         (sieve-manage-interactive-login): Use password.  Re-add
17157         condition-case around loop.
17158
17159         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17160         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17161         the password package.
17162
17163 2003-02-19  Simon Josefsson  <jas@extundo.com>
17164
17165         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17166         token.
17167
17168 2002-08-07  Simon Josefsson  <jas@extundo.com>
17169
17170         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17171         (sieve-manage-authenticators):
17172         (sieve-manage-authenticator-alist): Add some SASL mechs.
17173         (sieve-sasl-auth): New function.
17174         (sieve-manage-cram-md5-auth):
17175         (sieve-manage-plain-auth): Rewrite using SASL library.
17176         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17177         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17178         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17179         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17180
17181 2004-01-05  Simon Josefsson  <jas@extundo.com>
17182
17183         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17184         New files.
17185
17186 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17187
17188         * gnus-group.el (gnus-no-groups-message): Update.
17189
17190         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17191
17192 2003-11-09  Simon Josefsson  <jas@extundo.com>
17193
17194         * imap.el: Support for ID IMAP extension (RFC 2971).
17195         (imap-local-variables): Add imap-id.
17196         (imap-id): New variable.
17197         (imap-id): New function.
17198         (imap-parse-response): Parse untagged ID response.
17199         * nnimap.el (nnimap-id): New variable.
17200         (nnimap-open-connection): Use it.
17201
17202 2003-12-28  Simon Josefsson  <jas@extundo.com>
17203
17204         * gnus-score.el (gnus-score-edit-all-score): New.
17205         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17206
17207 2004-01-04  Simon Josefsson  <jas@extundo.com>
17208
17209         * password.el: Add.
17210
17211 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17212
17213         * dns.el (dns-query-types): Fix typo.
17214         (dns-query-types): New function.
17215         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17216         PTR and SOA replies, see RFC 1035.
17217
17218 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17219
17220         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17221
17222         * Moved to Changelog.2.
17223
17224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * gnus.el (gnus-version-number): Bump version.
17227
17228 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17229
17230         * gnus.el: No Gnus v0.1 is released.
17231
17232 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17233
17234         * gnus.el: No Gnus v0.0 is released.
17235
17236 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * gnus.el (gnus-version-number): Bump.
17239         (gnus-version): No.
17240
17241 See ChangeLog.2 for earlier changes.
17242
17243     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17244       Free Software Foundation, Inc.
17245
17246   This file is part of GNU Emacs.
17247
17248   GNU Emacs is free software: you can redistribute it and/or modify
17249   it under the terms of the GNU General Public License as published by
17250   the Free Software Foundation, either version 3 of the License, or
17251   (at your option) any later version.
17252
17253   GNU Emacs is distributed in the hope that it will be useful,
17254   but WITHOUT ANY WARRANTY; without even the implied warranty of
17255   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17256   GNU General Public License for more details.
17257
17258   You should have received a copy of the GNU General Public License
17259   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17260
17261 ;; Local Variables:
17262 ;; coding: utf-8
17263 ;; fill-column: 79
17264 ;; add-log-time-zone-rule: t
17265 ;; End: